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

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

.container img {
    width: 100%;
}

.stitle {
    margin-bottom: 5em;
}
.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;
}
.sub_tx {
    font-size: 0.76em;
    line-height: 1.5;
}
.nen_tx {
    text-align: right;
    font-size: 0.76em;
    line-height: 1.5;
}

.img1_box {
    margin-bottom: 5em;
}
.img1_box p {
    font-size: 0.92em;
    line-height: 1.7;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
}
.img1_tx {
    width: 78%;
}
.img1_box section img {
    width: 17%;
}
.img1_box ul li:nth-child(1) {
    width: 40%;
}
.img1_box ul li:nth-child(2) {
    width: 35%;
}
.img1_box ul li:nth-child(3) {
    width: 15%;
}
.img1_box ul li:nth-child(3) figure {
    margin-bottom: 1em;
}

.img6_box {

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



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

.stitle {
    margin-bottom: 4em;
}
.img1_box {
    margin-bottom: 4em;
}
.img1_box ul li:nth-child(1) {
    width: 50%;
    margin-bottom: 4em;
}
.img1_box ul li:nth-child(2) {
    width: 45%;
}
.img1_box ul li:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img1_box ul li:nth-child(3) figure {
    width: 20%;
    margin-bottom: 0;
}
.img5_tx {
    width: 75%;
}
}


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

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

.stitle {
    margin-bottom: 3em;
}
.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: 3em;
}
.img1_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img1_box section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
}
.img1_tx {
    width: 70%;
}
.img1_box section img {
    width: 25%;
}
.img1_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 3em;
}
.img1_box ul li:nth-child(3) {
    width: 100%;
}
.img1_box ul li:nth-child(3) figure {
    width: 30%;
}
.img5_tx {
    width: 65%;
}

.img6_box {

}
.img6_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img6_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img6_box ul li:nth-child(1) section {
    width: 100%;
    margin-bottom: 1em;
}
.img6_box ul li:nth-child(1) figure {
    width: 50%;
}
.img6_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.img6_box ul li:nth-child(2) {
    width: 100%;
}


}

