@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 p {
    font-size: 0.92em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box ul li:first-child {
    width: 60%;
}
.img1_box ul li:last-child {
    width: 35%;
}
.img1_box ul li:first-child section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img1_box ul li:first-child section figure {
    width: 55%;
}
.img1_tx {
    width: 40%;
}
.img2_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.img2_box figure {
    width: 40% !important;
}
.img2_box p {
    font-size: 0.76em;
    margin-bottom: 0;
    width: 55%;
}

.img4_box {
    margin-bottom: 5em;
}
.img4_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img4_box ul li {
    width: 30%;
}
.img4_box figure {
    margin-bottom: 1em;
}
.img4_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img4_box .bg_beige {
    margin-top: 1em;
    padding: 1em;
}
.img4_box .bg_beige h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.7;
    margin-bottom: 0.5em;
}

.img9_box {
    width: 70%;
    margin: 0 auto 5em;
}
.img9_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img9_box ul li:first-child {
    width: 49%;
}
.img9_box ul li:last-child {
    width: 49%;
}

.img11_box {
    margin-bottom: 5em;
}
.img11_box .bg_beige {
    padding: 2em;
}
.img11_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img11_box h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.7;
    margin-bottom: 0.5em;
}
.img11_box h6 {
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.7;
}
.img11_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img11_box ul li:first-child {
    width: 33%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img11_box ul li:last-child {
    width: 62%;
}
.img11_box ul li:first-child figure {
    width: 50%;
}
.img11_box ul li:first-child section {
    width: 45%;
}

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

.img1_box {
    margin-bottom: 4em;
}
.img4_box {
    margin-bottom: 4em;
}
.img9_box {
    width: 100%;
    margin: 0 auto 4em;
}
.img11_box {
    margin-bottom: 4em;
}
.img11_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img11_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img11_box ul li:last-child {
    width: 100%;
}
.img11_box ul li:first-child figure {
    width: 30%;
}
.img11_box ul li:first-child section {
    width: 65%;
}

}


@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 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box ul li:last-child {
    width: 100%;
}
.img1_box ul li:first-child section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box ul li:first-child section figure {
    width: 70%;
    margin-bottom: 1em;
}
.img1_tx {
    width: 100%;
}

.img4_box {
    margin-bottom: 3em;
}
.img4_box ul {
    margin-bottom: -3em;
}
.img4_box ul li {
    width: 100%;
    margin-bottom: 3em;
}
.img4_box figure {
    margin-bottom: 1em;
}
.img4_box .bg_beige {
    margin-top: 1em;
    padding: 1.5em;
}
.img4_box .bg_beige h5 {
    font-size: 1em;
}

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

}
.img9_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.img9_box ul li:last-child {
    width: 100%;
}

.img11_box {
    margin-bottom: 3em;
}
.img11_box .bg_beige {
    padding: 1.5em;
}
.img11_box h5 {
    font-size: 1em;
}
.img11_box h6 {
    font-size: 1em;
}
.img11_box ul {

}
.img11_box ul li:first-child {
    margin-bottom: 1em;

}
.img11_box ul li:first-child figure {
    width: 50%;
}
.img11_box ul li:first-child section {
    width: 45%;
}

}

