@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: 52%;
}
.img1_box ul li:last-child {
    width: 43%;
}
.img1_box ul li section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
}
.img1_box ul li section img {
    width: 25%;
}
.img1_tx {
    width: 70%;
    font-size: 0.84em;
    line-height: 1.5;
}

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

.img6_box {
    margin-bottom: 5em;
}
.img6_box .bg_beige {
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img6_box h5 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.5;
    white-space: nowrap;
    margin-right: 2em;
    flex-shrink: 0;
}

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

.img1_box,.img3_box,.img6_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 ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box ul li:last-child {
    width: 100%;
}
.img1_box ul li section {
    margin-top: 1em;
}
.img1_box ul li section img {
    width: 25%;
}
.img1_tx {
    width: 70%;
    font-size: 0.84em;
    line-height: 1.5;
}

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

}
.img3_box ul li:nth-child(1) {
    width: 47%;
    margin-bottom: 3em;
}
.img3_box ul li:nth-child(2) {
    width: 47%;
    margin-bottom: 3em;
}
.img3_box ul li:nth-child(2) figure {
    width: 70%;
    margin: 0 auto;
}
.img3_box ul li:nth-child(3) {
    width: 100%;
}
.img3_box section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img3_tx {
    width: 65%;
}
.img3_box section figure {
    width: 30%;
}

.img6_box {
    margin-bottom: 3em;
}
.img6_box .bg_beige {
    padding: 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img6_box h5 {
    font-size: 1em;
    margin-right: 0;
    margin-bottom: 1em;
}


}

