@charset "UTF-8";
/* コンテンツ */


.img1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img1 ul li {
    width: 50%;
}

.mtx1 {
    text-align: center;
    margin-top: 3em;
}
.mtx1 h3 {
    font-size: 1.6em;
    line-height: 1.5;
    color: #003477;
}
.mtx1 p {
    margin-top: 1em;
    line-height: 1.7;
}

.me_box1 {
    margin-bottom: 3em;
}
.me_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.me_box1 ul li {
    width: 47%;
}
.me_box1 ul li p {
    line-height: 1.7;
}
.me_box1 ul li section {
    width: 80%;
    margin: 1em auto 0;
}

.me_box2 {
    width: 70%;
    margin: 0 auto 3em;
}
.me_box2 section {
    margin-bottom: 1em;
}
.me_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.me_box2 ul li:first-child {
    width: 75%;
}
.me_box2 ul li:last-child {
    width: 20%;
}
.me_box2 ul li p {
    line-height: 1.7;
}

.me_box3 {
    width: 70%;
    margin: 0 auto 3em;
}
.me_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.me_box3 ul li:first-child {
    width: 60%;
}
.me_box3 ul li:last-child {
    width: 35%;
}
.me_box3 ul li:first-child p {
    line-height: 1.7;
}
.me_box3 ul li:last-child p {
    font-size: 0.76em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.me_box3 ul li:last-child p:last-of-type {
    margin-bottom: 0;
}
.me_box3 ul li:last-child p img {
    width: 40px;
    margin-bottom: 3px;
}

.me_box4 {

}
.me_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.me_box4 ul li {
    width: 47%;
}
.me_box4 ul li p {
    line-height: 1.7;
}
.me_box4 ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: 1em auto 0;
}
.me_box4 ul li section span {
    width: 48%;
    text-align: center;
    font-size: 0.84em;
    line-height: 1.5;
}
.me_box4 ul li section span img {
    margin-bottom: 0.3em;
}

.bebox1 {
    margin-bottom: 3em;
}
.bebox1 p {
    text-align: center;
    font-size: 1.24em;
    font-weight: bold;
    line-height: 1.7;
    margin: 2em auto;
}
.bebox1 section {
    width: 50%;
    margin: 0 auto;
}

.bebox2 {
    width: 80%;
    margin: 0 auto;
}
.bebox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bebox2 ul li {
    width: 47%;
}
.bebox2 ul li section {
    width: 80%;
    margin: 0 auto;
}
.bebox2 ul li h5 {
    font-size: 1.16em;
    line-height: 1.5;
}
.bebox2 ul li p {
    line-height: 1.7;
    margin-top: 0.5em;
    text-align: center;
}

.kabox1 {
    margin-bottom: 3em;
}
.kabox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.kabox1 ul li:first-child {
    width: 75%;
}
.kabox1 ul li:last-child {
    width: 20%;
}
.kabox1 ul li:first-child p {
    line-height: 1.7;
}

.kabox2 {
    width: 70%;
    margin: 0 auto 3em;
}
.kabox2 p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.kabox3 {
    margin-bottom: 3em;
}
.kabox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.kabox3 ul li:first-child {
    width: 47%;
}
.kabox3 ul li:last-child {
    width: 47%;
}
.kabox3 ul li:first-child p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.kabox3 ul li:last-child p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.kabox4 {
    margin-bottom: 3em;
}
.kabox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.kabox4 ul li {
    width: 47%;
}
.kabox4 ul li h5 {
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.kabox4 ul li p {
    line-height: 1.7;
    margin-top: 0.5em;
}

.kabox5 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.kabox5 p {
    line-height: 1.7;
    margin-bottom: 1em;
}

.dabox1 {
    margin-bottom: 3em;
    text-align: center;
}
.dabox1 h4 {
    color: #003477;
    font-size: 1.6em;
    line-height: 1.5;
    border-bottom: 1px solid #003477;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}
.dabox1 h5 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
}
.dabox1 p {
    line-height: 1.7;
    margin-top: 1em;
    text-align: left;
}

.dabox2 {
    margin-bottom: 3em;
}
.dabox2 h4 {
    text-align: center;
    margin-bottom: 2em;
}
.dabox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.dabox2 ul li {
    width: 47%;
    margin-bottom: 2em;
}
.dabox2 ul li h5 {
    text-align: center;
    background-color: #003477;
    color: #fff;
    font-size: 1.24em;
    line-height: 1;
    padding: 0.5em 0;
}
.dabox2 ul li p {
    line-height: 1.7;
}
.dabox2 ul li img {
    margin: 0.5em 0;
}
.dabox2 ul li:last-child p {
    margin: 0.5em 0 2em;
}

.dabox3 {
    margin-bottom: 3em;
    text-align: center;
}
.dabox3 h4 {
    color: #003477;
    font-size: 1.6em;
    line-height: 1.5;
    border-bottom: 1px solid #003477;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
}
.dabox3 h5 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
}
.dabox3 section {
    width: 50%;
    margin: 2em auto 0;
}
.dabox3 p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.5em;
    text-align: right;
}

.dabox4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.dabox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dabox4 ul li:first-child {
    width: 75%;
}
.dabox4 ul li:last-child {
    width: 20%;
}
.dabox4 ul li h4 {
    margin-bottom: 1em;
}
.dabox4 ul li h5 {
    font-size: 1.16em;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dabox4 ul li h5 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    aspect-ratio: 1;
    line-height: 1;
    margin-right: 0.3em;
    border: 1px solid #111;
    border-radius: 50%;
}
.dabox4 ul li p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.dabox4 ul li p:last-child {
    margin-bottom: 0;
}

.dabox5 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dabox5 ul li:first-child {
    width: 120px;
    margin-right: 1em;
}
.dabox5 ul li:last-child {
    font-size: 1.6em;
    color: #003477;
    font-weight: bold;
}

.dabox6 h4 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}
.dabox6 p {
    text-align: center;
    line-height: 1.7;
    margin-top: 1em;
}
.dabox6 section {
    width: 40%;
    margin: 0 auto;
}

.dabox7 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
.dabox7 ul li:first-child {
    width: 30%;
}
.dabox7 ul li:last-child {
    width: 65%;
}
.dabox7 ul li h5 {
    font-size: 1.16em;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dabox7 ul li h5 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    aspect-ratio: 1;
    line-height: 1;
    margin-right: 0.3em;
    border: 1px solid #111;
    border-radius: 50%;
}
.dabox7 ul li p {
    line-height: 1.7;
}

.dabox8 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
.dabox8 ul li:first-child {
    width: 60%;
}
.dabox8 ul li:last-child {
    width: 35%;
}
.dabox8 h4 {
    color: #003477;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.dabox8 h5 {
    font-size: 1.16em;
    line-height: 1.5;
}
.dabox8 p {
    line-height: 1.7;
}

.dabox9 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.dabox9 h5 {
    font-size: 1.16em;
    line-height: 1.5;
}
.dabox9 p {
    line-height: 1.7;
}
.dabox9 ul li:last-child {
    margin-bottom: 1em;
}

.sabox1 {
    margin-bottom: 3em;
}
.sabox1 p {
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    font-size: 1.24em;
}
.sabox1 section {
    width: 50%;
    margin: 2em auto 0;
}

.sabox2 {
    margin-bottom: 3em;
}
.sabox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sabox2 ul li:first-child {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.5em;
}
.sabox2 ul li:first-child strong {
    width: calc((100% / 3) - (1em / 3));
    background-color: #fff;
    color: #003477;
    text-align: center;
    line-height: 1;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}
.sabox2 ul li:last-child {
    width: 50%;
    line-height: 1.7;
}

.sabox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sabox3 ul li:first-child {
    width: 40%;
}
.sabox3 ul li:last-child {
    width: 55%;
    line-height: 1.7;
}
.sabox3 section {
    line-height: 1.5;
    font-size: 0.76em;
    margin-top: 0.5em;
}

@media screen and (max-width: 960px) {
    

}


@media screen and (max-width: 560px) {

.mtx1 {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 2em;
}
.mtx1 h3 {
    font-size: 1.4em;
}

.me_box1 ul {
    margin-bottom: -3em;
}
.me_box1 ul li {
    width: 100%;
    margin-bottom: 3em;
}
.me_box1 ul li section {
    width: 80%;
    margin: 1em auto 0;
}

.me_box2 {
    width: 100%;
    margin: 0 auto 3em;
}
.me_box2 section {
    margin-bottom: 1em;
}

.me_box3 {
    width: 100%;
    margin: 0 auto 3em;
}


.me_box4 ul {
    margin-bottom: -3em;
}
.me_box4 ul li {
    width: 100%;
    margin-bottom: 3em;
}


.bebox1 p {
    text-align: left;
    font-size: 1.16em;
}
.bebox1 section {
    width: 100%;
}

.bebox2 {
    width: 100%;
}
.bebox2 ul li {
    width: 47%;
}
.bebox2 ul li section {
    width: 80%;
    margin: 0 auto;
}
.bebox2 ul li h5 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.bebox2 ul li p {
    font-size: 0.92em;
    line-height: 1.6;
    margin-top: 0.5em;
    text-align: left;
}



.kabox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.kabox1 ul li:first-child {
    width: 60%;
}
.kabox1 ul li:last-child {
    width: 35%;
}

.kabox2 {
    width: 100%;
    margin: 0 auto 3em;
}

.kabox5 {
    width: 100%;
}


.dabox1 h4 {
    font-size: 1.4em;
}
.dabox1 h5 {
    font-size: 1.24em;
    text-align: left;
}

.dabox2 ul li h5 {
    font-size: 1em;
}
.dabox2 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
}
.dabox2 ul li img {
    margin: 0.5em 0;
}
.dabox2 ul li:last-child p {
    margin: 0.5em 0 2em;
}

.dabox3 {
    margin-bottom: 3em;
    text-align: center;
}
.dabox3 h4 {
    font-size: 1.4em;
}
.dabox3 h5 {
    font-size: 1.24em;
    text-align: left;
}
.dabox3 section {
    width: 100%;
    margin: 2em auto 0;
}
.dabox3 p {
    text-align: left;
}

.dabox4 {
    width: 100%;
}
.dabox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dabox4 ul li:first-child {
    width: 65%;
}
.dabox4 ul li:last-child {
    width: 30%;
}
.dabox4 ul li h4 {
    margin-bottom: 1em;
}
.dabox4 ul li h5 {
    font-size: 1.16em;
    line-height: 1.5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dabox4 ul li h5 span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    aspect-ratio: 1;
    line-height: 1;
    margin-right: 0.3em;
    border: 1px solid #111;
    border-radius: 50%;
}
.dabox4 ul li p {
    line-height: 1.7;
    margin-bottom: 1em;
}
.dabox4 ul li p:last-child {
    margin-bottom: 0;
}



.dabox5 ul li:first-child {
    width: 80px;
    margin-right: 0.5em;
}
.dabox5 ul li:last-child {
    font-size: 1.4em;
}
.dabox6 h4 {
    font-size: 1.24em;
}
.dabox6 p {

}
.dabox6 section {
    width: 80%;
}

.dabox7 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse;
}
.dabox7 ul li:first-child {
    width: 60%;
}
.dabox7 ul li:last-child {
    width: 100%;
    margin-bottom: 1em;
}

.dabox8 ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.dabox8 ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.dabox8 ul li:last-child {
    width: 60%;
}
.dabox8 h4 {
    font-size: 1.24em;
    margin-bottom: 0.3em;
}
.dabox8 h5 {
    font-size: 1.16em;
    line-height: 1.5;
}
.dabox8 p {
    line-height: 1.7;
}

.dabox9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.dabox9 h5 {
    font-size: 1.16em;
    line-height: 1.5;
}
.dabox9 p {
    line-height: 1.7;
    margin-bottom: 0.5em;
}
.dabox9 ul li:last-child {
    margin-bottom: 1em;
}

.sabox1 p {
    text-align: left;
    font-size: 1.16em;
}
.sabox1 section {
    width: 100%;
    margin: 2em auto 0;
}

.sabox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sabox2 ul li:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.sabox2 ul li:first-child strong {
    width: calc((100% / 3) - (1em / 3));
    background-color: #fff;
    color: #003477;
    text-align: center;
    line-height: 1;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}
.sabox2 ul li:last-child {
    width: 100%;
    line-height: 1.7;
}

.sabox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.sabox3 ul li:first-child {
    width: 100%;
}
.sabox3 ul li:last-child {
    width: 100%;
    margin-bottom: 1em;
}
.sabox3 section {
    line-height: 1.5;
    font-size: 0.76em;
    margin-top: 0.5em;
}

}
