@charset "utf-8";


#title {
    background-image: url("../img/title.webp");
}

.zeh_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.zeh_title section:first-child {
    width: 80%;
}
.zeh_title section:last-child {
    width: 15%;
}
.zeh_title section:last-child img {
    width: 100%;
}

.stitle p {
    line-height: 0;
}
.stitle img {
    width: 500px;
}

.tx1 {
    font-weight: 500;
    line-height: 1.4;
    font-size: 1.4em;
}
.tx2 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    color: #136c3c;
    border-bottom: 1px solid #136c3c;
    font-size: 1.16em;
    line-height: 1.4 !important;
    padding-bottom: 0.3em;
    margin-bottom: 0.8em;
}

.zeh_box1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.zeh_box1 section:first-child {
    width: 40%;
    line-height: 1.7;
    text-align: left;
}
.zeh_box1 section:last-child {
    width: 55%;
}
.zeh_box1 section:last-child ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.zeh_box1 section:last-child ul li {
    width: 47%;
}
.zeh_box1 section:last-child ul li img {
    width: 100%;
}
.zeh_box1 section:last-child p {
    text-align: right;
    margin-top: 1em;
}

.zeh_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.zeh_box2 ul li {
    width: 30%;
    margin-bottom: 2em;
}
.zeh_box2 ul li h5 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    background-color: #a7d5d9;
    line-height: 2em;
    border-radius: 20px;
    text-align: center;
}
.zeh_box2 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
}
.zeh_box2 ul li img {
    width: 100%;
    margin: 1em 0;
}

.tx3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #6cbfc5;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.16em;
    line-height: 1.4 !important;
    margin-bottom: 0.4em;
}
.tx3 span {
    width: 40px;
    margin-right: 0.5em;
}
.tx3 span img {
    width: 100%;
}
.tx4 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    background-color: #a7d5d9;
    text-align: center;
    line-height: 2em;
    margin-bottom: 1em;
}

.dannetsu img {
    width: 100%;
}
.swiptx {
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-bottom: 0.5em;
}

.arrw {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.zeh_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.zeh_box3 ul li img {
    width: 100%;
}
.zeh_box3 ul li {
    width: 72%;
}
.zeh_box3 ul li:first-child {
    width: 23%;
}
.zeh_box3 ul li:first-child p {
    font-size: 0.92em;
    line-height: 1.6;
    margin-top: 1.1em;
}
.zeh_box3 ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zeh_box3 ul li section h6 {
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1em;
}
.zeh_box3 ul li section img {
    flex-shrink: 0;
    width: 35%;
    margin-right: 1em;
}
.zeh_box3 ul li section p {
    font-size: 0.76em;
    line-height: 1.5;
}


@media screen and (min-width: 1025px) {
.swiptx {
    display: none;
}
}


@media screen and (max-width: 1024px) {
.stitle img {
    width: 80%;
}

.zeh_box1 section:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.zeh_box1 section:last-child {
    width: 100%;
}
.zeh_box1 section:last-child ul {
    justify-content: space-between;
}
.zeh_box1 section:last-child p {
    text-align: center;
}

.dannetsu {
    width: 100%;
    overflow: auto;
}

.dannetsu img {
    width: 1000px;
}

.zeh_box3 ul li section img {
    flex-shrink: 0;
    width: 45%;
}
}


@media screen and (max-width: 790px) {
.zeh_title {
    justify-content: space-around;
}
.zeh_title section:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.zeh_title section:last-child {
    width: 30%;
}

.stitle img {
    width: 80%;
}

.tx1 {
    font-size: 1.32em;
}

.zeh_box2 ul li {
    width: 47%;
}
.zeh_box2 ul li:last-child {
    width: 47%;
    margin-left: 26.5%;
}

.dannetsu img {
    width: 900px;
}

.zeh_box3 ul {
    justify-content: space-around;
}
.img7 {
    text-align: center;
}
.img7 img {
    width: 40% !important;
}
.zeh_box3 ul li {
    width: 100%;
}
.zeh_box3 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.zeh_box3 ul li section {
    flex-wrap: wrap
}
.zeh_box3 ul li section img {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
}

}


@media screen and (max-width: 599px) {
#title {
    background-image: url("../img/title_sp.webp");
}

.zeh_box1 section:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.zeh_box1 section:last-child {
    width: 100%;
}
.zeh_box1 section:last-child ul {
    justify-content: space-around;
}
.zeh_box1 section:last-child ul li {
    width: 70%;
}
.zeh_box1 section:last-child ul li:first-child {
    margin-bottom: 2em;
}

.zeh_box2 ul {
    justify-content: space-around;
}
.zeh_box2 ul li {
    width: 70%;
}
.zeh_box2 ul li:last-child {
    width: 70%;
    margin-left: 0;
}


.dannetsu img {
    width: 700px;
}

}

