@charset "utf-8";

.cntadj1 {
    padding-bottom: 0;
}
.img1box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img1box ul li:nth-child(1) {
    position: relative;
    width: 45%;
}
.img1box ul li:nth-child(1) span {
    position: absolute;
    width: 70px;
    line-height: 0;
    right: 10px;
    bottom: 10px;
}
.img1box ul li:nth-child(2) {
    width: 50%;
}

.img1copy h2 {
    font-family: "Marcellus", sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5em;
}
.img1copy h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.7;
}
.img1copy p {
    line-height: 1.7;
}

.ttx1 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
}

.totx1 h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.tobox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tobox1 p {
    width: 60%;
    line-height: 1.5;
    font-size: 0.92em;
}
.toimg1 {
    width: 35%;
}
.toimg1 img {
    width: 100%;
}

.tobox2 {
    margin-bottom: 4em;
}
.tobox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tobox2 ul li img {
    width: 100%;
    margin-bottom: 1em;
}
.tobox2 h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.tobox2 p {
    line-height: 1.5;
    font-size: 0.92em;
}
.tobox2 ul li:first-child {
    width: 45%;
}
.tobox2 ul li:last-child {
    width: 50%;
}


@media screen and (max-width: 1024px) {
.cntadj1 {
    padding-top: 4em;
}



}


@media screen and (max-width: 599px) {
.cntadj1 {
    padding-top: 2em;
}

.img1box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.img1box ul li:nth-child(2) {
    width: 100%;
}
.img1copy h3 {
    font-size: 1.32em;
}

.ttx1 {
    font-size: 1.32em;
    text-align: left;
}

.totx1 h3 {
    font-size: 1.32em;
}
.tobox1 p {
    width: 100%;
    margin-bottom: 1em;
}
.toimg1 {
    width: 100%;
    text-align: center;
}
.toimg1 img {
    width: 60%;
}

.tobox2 h3 {
    font-size: 1.32em;
}
.tobox2 ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.tobox2 ul li:last-child {
    width: 100%;
}


}

