@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: 100px;
    line-height: 0;
    left: 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;
}

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

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

.pwbox2 {
    border: 1px solid #c9bba4;
    padding: 2em;
    margin-bottom: 4em;
}
.pwbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pwbox2 ul li img {
    width: 100%;
}
.pwbox2 ul li h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.pwbox2 ul li p {
    line-height: 1.5;
    font-size: 0.92em;
}
.pwbox2 ul li:first-child {
    width: 35%;
}
.pwbox2 ul li:last-child {
    width: 60%;
}
.pwbox2 ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pwbox2 ul li:first-child section h4 {
    width: 45%;
}
.pwbox2 ul li:first-child section p {
    width: 50%;
}
.pwbox2 ul li:last-child section h4 {
    width: 35%;
}
.pwbox2 ul li:last-child section p {
    width: 35%;
}
.pwbox2 ul li:last-child section h5 {
    width: 25%;
}


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

.pwbox1 ul li {
    width: 100%;
}
.pwbox1 ul li section:first-child {
    width: 65%;
}
.pwbox1 ul li section:last-child {
    width: 30%;
}

.pwbox2 {
    
}
.pwbox2 ul li:first-child {
    width: 47%;
}
.pwbox2 ul li:last-child {
    width: 47%;
}
.pwbox2 ul li:first-child section h4 {
    width: 100%;
    margin-bottom: 1em;
}
.pwbox2 ul li:first-child section p {
    width: 100%;
}
.pwbox2 ul li:last-child section h4 {
    width: 100%;
    margin-bottom: 1em;
}
.pwbox2 ul li:last-child section p {
    width: 45%;
}
.pwbox2 ul li:last-child section h5 {
    width: 50%;
}


}


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

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

.pwbox1 ul li {
    width: 100%;
}
.pwbox1 ul li h3 {
    font-size: 1.32em;
}
.pwbox1 ul li section:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.pwbox1 ul li section:last-child {
    width: 100%;
    text-align: center;
}
.pwbox1 ul li section:last-child img {
    width: 80%;
}

.pwbox2 {
    
}
.pwbox2 ul li h3 {
    font-size: 1.32em;
}
.pwbox2 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.pwbox2 ul li:last-child {
    width: 100%;
}
.pwbox2 ul li:first-child section h4 {
    width: 100%;
    margin-bottom: 1em;
}


}

