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

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.bg_zeh {
    background-image:url("../img/bg1.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 50% auto;
}
.bg_zeh p {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.sub_box {
    margin-bottom: 5em;
    filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
.sub_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sub_box ul li:first-child {
    margin-right: 5em;
    text-align: center;
    line-height: 1.5;
}
.sub_box ul li:first-child h3 {
    font-size: 2.4em;
}
.sub_box ul li:last-child {
    text-align: left;
    line-height: 1.7;
}
.sub_box ul li:last-child h4 {
    font-size: 1.4em;
    font-weight: 500;
}

.zh_box1 {
    width: 70%;
    line-height: 1.7;
}

.zhsub {
    font-size: 1.16em;
    line-height: 1.5;
}
.zh_box2 {
    line-height: 1.7;
}
.img1 {
    text-align: center;
}
.img1 img {
    width: 100%;
    max-width: 900px;
}

@media screen and (max-width: 960px) {
.sub_box {
    margin-bottom: 3em;
}
.sub_box ul {
    flex-direction: column;
}
.sub_box ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.sub_box ul li:first-child h3 {
    font-size: 2.2em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.32em;
}

.zh_box1 {
    width: 100%;
}

}

@media screen and (max-width: 520px) {
.bg_zeh {
    background-size: 80% auto;
}

.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}



}
