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

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

.sub_box {
    margin-bottom: 5em;
}
.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;
    margin-bottom: 0.3em;
}
.sub_box ul li:first-child p span {
    font-size: 0.76em;
    margin-left: 0.3em;
}

.kimg1 {
    position: relative;
    margin-bottom: 5em;
}
.kimg1 span {
    position: absolute;
    width: 20%;
    max-width: 100px;
    right: 1em;
    bottom: 1em;
    line-height: 0;
}
.kimg1 span img {
    width: 100%;
}

.eq3_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.eq3_box ul li img {
    width: 100%;
}
.eq3_box ul li {
    width: 28%;
    line-height: 1.5;
    margin-bottom: 5em;
}
.eq3_box ul li h4 {
    font-weight: 500;
    border-bottom: 1px solid #111;
    margin-top: 0.8em;
    padding-bottom: 0.4em;
    line-height: 1.4;
}
.eq3_box ul li p {
    font-size: 0.92em;
    margin-top: 0.5em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}


@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;
}

}

@media screen and (max-width: 520px) {
.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}

.eq3_box ul {
    padding-bottom: 2em;
}
.eq3_box ul li {
    width: 46%;
    line-height: 1.5;
    margin-bottom: 3em;
}

}
