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

.env_box h3 {
    text-align: center;
    margin-bottom: 4em;
}
.env_box h3 img {
    width: 50%;
}
.env_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.env_box ul li {
    width: 31%;
    margin-bottom: 3em;
}
.env_box ul li img {
    width: 100%;
}
.env_box ul li p {
    line-height: 1.4;
    margin-top: 0.5em;
}
.env_box ul li p span {
    font-size: 0.84em;
}

.acc_box {
    margin-top: 4em;
}
.acc_box img {
    width: 100%;
}
.acc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.acc_box ul li {
    width: 47%;
}
.acc_box ul li section {
    margin-bottom: 2em;
}
.acc_box ul li:nth-child(1) section:last-child {
    margin-bottom: 0;
}
.acc_box ul li h4 {
    border-bottom: 1px solid #333;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1;
    padding-bottom: 0.3em;
    margin-bottom: 0.7em;
}
.acc_box ul li h6 {
    line-height: 0;
}
.acc_box ul li p {
    line-height: 1.4;
    font-size: 0.76em;
}

@media screen and (max-width: 960px) {
.env_box h3 {
    margin-bottom: 3em;
}
.env_box h3 img {
    width: 70%;
}
.env_box ul {
    margin-bottom: -2em;
}
.env_box ul li {
    width: 47%;
    margin-bottom: 2em;
}

.acc_box {
    margin-top: 3em;
}
.acc_box ul {
    justify-content: space-around;
}
.acc_box ul li {
    width: 65%;
}
.acc_box ul li section {
    margin-bottom: 2em;
}
.acc_box ul li:nth-child(1) section:last-child {
    margin-bottom: 2em;
}
.acc_box ul li h4 {
    font-size: 1.32em;
}

}


@media screen and (max-width: 520px) {
.env_box h3 {
    margin-bottom: 3em;
}
.env_box h3 img {
    width: 90%;
}
.env_box ul {
    margin-bottom: -2em;
}
.env_box ul li {
    width: 47%;
    margin-bottom: 2em;
}
.env_box ul li p {
    font-size: 2.7vw;
}

.acc_box {
    margin-top: 3em;
}
.acc_box ul li {
    width: 90%;
}
.acc_box ul li section {
    margin-bottom: 2em;
}
.acc_box ul li h4 {
    font-size: 1.24em;
}
.acc_box ul li p {
    font-size: 0.6em;
}

}
