.mCommonsectionTxt a {
  color: #012e7b;
  transition: .3s;
}
.mCommonsectionTxt a:hover {
  text-decoration: underline;
}
/*
.mCommonsectionTxt h2,
.mCommonsectionTxt h3,
.mCommonsectionTxt h4 {
    max-width: 700px;
    margin: 8px auto 16px auto;
    line-height: 1.6;
}
*/
/*
.mCommonsectionTxt p,
.mCommonsectionTxt ul,
.mCommonsectionTxt ol {
    max-width: 700px;
    margin: 0 auto 10px auto;
    text-align: justify;
}
*/
.mCommonsectionTxt p {
    margin-bottom: 10px;
}

.mCommonsectionTxt .bg__txt {
    padding: 36rem 0px 36rem 36rem;
}

.mCommonsectionTxt b, strong {
    font-weight: bolder;
}

.mCommonsectionTxt h3,h4 {
  font-weight: bolder;
}

.mCommonsectionTxt .blog__contents {
    margin: 36rem 0px 36rem 0px;
    background: #eee;
    padding: 24rem 36rem;
    border-radius: 10px;
}

.mCommonsectionTxt .contents__title {
    border-bottom: 1px solid #ccc;
}

.mCommonsectionTxt .img_txt--center{
  text-align: center;
}

.mCommonsectionTxt h3 .uSlash {
    color: var(--primary)
}

.blog__h3 a{
  font-size: 18px;
}


.blog__h3--blue-leftanashira {
    border-left: 5px solid #002979;
    padding-left: 0.5em;
}

.blog__h3--borderb {
    border-bottom: 0.5px solid #aaa;
}
/*
.blog__h4 {
    max-width: 700px;
    font-weight: normal;
    font-size: 16px;
    margin: 24px auto;
    font-weight: bold;
}
.blog__h4 a{
  font-size: 16px;
}

.blog__h4--blue {
    color: #002879;
}

.blog__h4--borderb {
    border-bottom: 1px solid #575757;
}
*/
/*
b, strong {
    font-weight: bolder !important;
}
*/

.mCommonsectionTxt > p {
    margin-bottom: 10px;
}
/*
.mCommonsectionTxt > b::before{
	content: "\A\A" ;
	white-space: pre ;
}
*/

.mCommonsectionTxt h1, h2, h3, h4 {
    /* max-width: 700px; */
    margin: 24px auto 10px 0px;
}

li {
  list-style-type: none;
}
.mCommonsectionTxt img {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 20px auto;
}
.article p,
.article ul,
.article ol {
    max-width: 700px;
    margin: 0 auto 10px auto;
    text-align: justify;
}
.blog .article .article__txt--mb80 {
    margin-bottom: 80px;
}

.blog .article .article__txt--mb64 {
    margin-bottom: 64px;
}

.blog .article .article__txt--mb48 {
    margin-bottom: 48px;
}

.blog .article .article__txt--mb24 {
    margin-bottom: 24px;
}
.article__flex {
    display: flex;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.article__flex .article__flex--2 {
    width: 48%;
    height: auto;
    object-fit: cover;
}

.blog__caption--flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog__caption .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.blog__caption .card--2toubun {
    width: calc(100% / 2 - 20px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2toubun {
        width: 100%;
    }
}

.blog__caption .card--2tai1-2 {
    width: calc(70% - 10px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2tai1-2 {
        width: calc(70% - 4px / 2);
    }
}

.blog__caption .card--2tai1-1 {
    width: calc(30% - 10px / 2);
}

@media (max-width: 414px) {
    .blog__caption .card--2tai1-1 {
        width: calc(30% - 4px / 2);
    }
}

.blog__caption .card--3toubun {
    width: calc(100% / 3 - 20px * 2 / 3);
}

@media (max-width: 768px) {
    .blog__caption .card--3toubun {
        width: calc(50% - 20px / 2);
    }
}

@media (max-width: 414px) {
    .blog__caption .card--3toubun {
        width: 100%;
    }
}

.blog__caption .card--4toubun {
    width: calc(100% / 4 - 20px * 3 / 4);
}

@media (max-width: 768px) {
    .blog__caption .card--4toubun {
        width: calc(50% - 20px / 2);
    }
}

@media (max-width: 414px) {
    .blog__caption .card--4toubun {
        width: 100%;
    }
}

.blog__caption li .card__title {
    text-align: center;
}

.card__img {
    position: relative;
    overflow: hidden;
}

.card__img--300px {
    padding-top: 300px;
}

.card__img--300px img {
    height: 300px;
}

.card__img--240px {
    padding-top: 240px;
}

.card__img--240px img {
    height: 240px;
}

.card__img--200px {
    padding-top: 200px;
}

.card__img--200px img {
    height: 200px;
}

.card__img--160px {
    padding-top: 160px;
}

.card__img--160px img {
    height: 160px;
}

.card__img--100px {
    padding-top: 100px;
}

.card__img--100px img {
    height: 100px;
}

.card__img img {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.card__img img.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}


