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

.subnavi li {
    width: calc((100% / 6) - 0.6em);
}

.container img {
    width: 100%;
}

.emain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.emain section:first-child {
    width: 47%;
    position: relative;
}
.emain section:first-child span {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    line-height: 1.5;
    color: #fff;
    font-size: 0.68em;
}
.emain section:last-child {
    width: 47%;
}
.stitle h2 {
    width: 80%;
    line-height: 0;
    margin-bottom: 2em;
}
.stitle h3 {
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.stitle p {
    line-height: 1.7;
    margin-top: 1em;
}

.size_tx {
    margin-top: 2em;
}

.psub {
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.img1_box {
    margin-bottom: 5em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box li:nth-child(1) {
    width: 35%;
}
.img1_box li:nth-child(2) {
    width: 60%;
}
.img1_box li:nth-child(1) p {
    font-size: 0.92em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.img2_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img2_box section:nth-child(1),.img2_box section:nth-child(3) {
    width: 40%;
}
.img2_box section:nth-child(2) {
    width: 15%;
}
.img2_box h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.7;
    margin-top: 0.5em;
}
.img2_box p {
    font-size: 0.92em;
    line-height: 1.7;
}

.img4_box {
    margin-bottom: 5em;
}
.img4_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img4_box figure {
    margin-bottom: 1em;
}
.img4_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img4_box li:nth-child(1) {
    width: 25%;
}
.img4_box li:nth-child(2) {
    width: 25%;
}
.img4_box li:nth-child(3) {
    width: 40%;
}
.img6_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img6_box section:nth-child(1) {
    width: 65%;
}
.img6_box section:nth-child(2) {
    width: 30%;
}

.img8_box {
    width: 80%;
    margin: 0 auto 5em;
}
.img8_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img8_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img8_box ul li {
    width: 46%;
}
.img8_box ul li section:first-child {
    margin-bottom: 1em;
}
.img8_box h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    margin-top: 1em;
}
.img8_box figure {
    margin-top: 1em;
}
.img8_box li:first-child figure img {
    width: 80%;
}
.img8_box li:last-child figure {
    text-align: right;
}
.img8_box li:last-child figure img {
    width: 50%;
}

.img12_box {
    margin-bottom: 5em;
}
.img12_box .bg_beige {
    padding: 2em;
}
.img12_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img12_box ul li:first-child {
    width: 20%;
}
.img12_box ul li:first-child img {
    width: 80%;
}
.img12_box ul li:last-child {
    width: 75%;
}
.img12_box p {
    font-size: 0.92em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.img12_box p span {
    color: #00709c;
}


@media screen and (max-width: 960px) {
.subnavi li {
    width: calc((100% / 3) - 0.6em);
}

.img1_box {
    margin-bottom: 4em;
}
.img4_box {
    margin-bottom: 4em;
}
.img8_box {
    width: 100%;
    margin: 0 auto 4em;
}
.img8_box ul li {
    width: 47%;
}
.img12_box {
    margin-bottom: 4em;
}
}


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

.subnavi li {
    width: calc((100% / 3) - 0.6em);
}
.subnavi li span {
    display: none;
}

.emain {
    flex-direction: column-reverse;
}
.emain section:first-child {
    width: 100%;
}
.emain section:last-child {
    width: 100%;
    margin-bottom: 2em;
}
.stitle h2 {
    width: 80%;
    margin-bottom: 2em;
}
.stitle h3 {
    font-size: 1.24em;
}

.size_tx {
    margin-top: 2em;
}

.psub {
    font-size: 1.08em;
}

.img1_box {
    margin-bottom: 3em;
}
.img1_box ul {
    
}
.img1_box li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box li:nth-child(2) {
    width: 100%;
}
.img2_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.img2_box section:nth-child(1),.img2_box section:nth-child(3) {
    width: 80%;
}
.img2_box section:nth-child(2) {
    width: 25%;
    margin: 1em auto;
}
.img2_box h5 {
    font-size: 1.08em;
}

.img4_box {
    margin-bottom: 3em;
}
.img4_box ul {

}
.img4_box li:nth-child(1) {
    width: 46%;
    margin-bottom: 3em;
}
.img4_box li:nth-child(2) {
    width: 46%;
    margin-bottom: 3em;
}
.img4_box li:nth-child(3) {
    width: 100%;
}

.img8_box {
    margin: 0 auto 3em;
}
.img8_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img8_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img8_box ul li {
    width: 80%;
}
.img8_box ul li:first-child {
    margin-bottom: 3em;
}
.img8_box ul li section:first-child {
    margin-bottom: 1em;
}
.img8_box h5 {
    font-size: 1em;
}
.img8_box figure {
    margin-top: 1em;
}
.img8_box li:first-child figure img {
    width: 80%;
}
.img8_box li:last-child figure {
    text-align: right;
}
.img8_box li:last-child figure img {
    width: 50%;
}

.img12_box {
    margin-bottom: 3em;
}
.img12_box .bg_beige {
    padding: 1.5em;
}
.img12_box ul {

}
.img12_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img12_box ul li:first-child img {
    width: 50%;
}
.img12_box ul li:last-child {
    width: 100%;
}

}

