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

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

.container img {
    width: 100%;
}

.stitle h3 {
    color: #00709c;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
}
.stitle p {
    color: #00709c;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-top: 0.5em;
}

.psub {
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    border-left: 4px solid #00709c;
}
.psub2 {
    color: #00709c;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 0.5em;
}
.psub3 {
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.img1_box {
    margin-bottom: 2em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img1_box ul li:first-child {
    width: 47.5%;
}
.img1_box ul li:last-child {
    width: 47.5%;
}

.img2_box {
    width: 50%;
    margin: 0 auto 5em;
}

.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3_box ul li {
    width: 30%;
}
.point {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.point img {
    width: 20%;
}
.point h4 {
    width: 75%;
    color: #00709c;
    font-weight: 500;
    font-size: 1.16em;
    line-height: 1.5;
}
.img3_box figure {
    margin: 1em 0;
}
.img3_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img3_box section {
    font-size: 0.76em;
    line-height: 1.5;
}

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

.img2_box {
    width: 50%;
    margin: 0 auto 4em;
}
}


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

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

.stitle h3 {
    font-size: 1.6em;
}
.stitle p {
    font-size: 1.24em;
}

.psub {
    font-size: 1.08em;
}
.psub3 {
    font-size: 1.08em;
}

.img1_box {
    margin-bottom: 2em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.img1_box ul li:first-child {
    width: 100%;
}
.img1_box ul li:last-child {
    width: 100%;
    margin-bottom: 2em;
}

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

.img3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.img3_box ul li {
    width: 100%;
    margin-bottom: 3em;
}
.point h4 {
    font-size: 1.08em;
}

}

