@charset "utf-8";

.bg_lg {
    background-color: #d4e4e5;
}
.pobox1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.pobox1 img {
    width: 100%;
}
.pobox1 h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.pobox1 p {
    line-height: 1.7;
}
.pobox1 ul li:first-child {
    width: 30%;
    flex-shrink: 0;
}
.pobox1 ul li:last-child {
    width: 65%;
    flex-shrink: 0;
}

.pobox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; 
}
.pobox2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.pobox2 ul li:nth-child(1) {
    width: 29%;
    flex-shrink: 0;
}
.pobox2 ul li:nth-child(2) {
    width: 40%;
    flex-shrink: 0;
}
.pobox2 ul li:nth-child(3) {
    display: none;
    flex-shrink: 0;
}
.pobox2 ul li:nth-child(4) {
    width: 29%;
    flex-shrink: 0;
}

.pobox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
}
.pobox3 img {
    width: 100%;
}
.pobox3 ul li {
    width: 47.5%;
}
.pobox3 ul li:first-child h4 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.pobox3 ul li p {
    font-size: 0.92em;
    line-height: 1.5em;
}
.pwaku1 {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
}
.pobox3 ul li:first-child section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pobox3 ul li:last-child section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.pobox3 ul li:first-child section h6 {
    width: 30%;
    flex-shrink: 0;
    margin-left: 1em;
}

.pwaku2 {
    background-color: #fff;
    padding-bottom: 1em;
}
.pwaku2 h4 {
    background-color: #3e2e23;
    color: #fff;
    padding-left: 1em;
    font-weight: 500;
    font-size: 1.24em;
    line-height: 2em;
}
.pwaku2 section {
    padding: 1em 1em 0;
}
.pwaku2 h6 {
    width: 15%;
    margin-right: 1em;
    flex-shrink: 0;
}
.pwaku2 p {
    font-size: 0.92em;
    line-height: 1.5;
}

.pwaku3 h4 {
    background-color: #fff;
    padding-left: 1em;
    font-weight: 500;
    font-size: 1.24em;
    line-height: 2em;
    margin-bottom: 0.8em;
}
.pwaku3 h6 {
    width: 15%;
    margin-right: 1em;
    flex-shrink: 0;
}

.pbox4 {
    background-color: #7d7d7d;
    color: #fff;
    padding: 2em;
}
.pbox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.pbox4 img {
    width: 100%;
}
.pbox4 h4 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    text-align: center;
    background-color: #ece9e1;
    color: #3e2e23;
    padding: 1em 0;
    margin-bottom: 1em;
}
.pbox4 p {
    line-height: 1.5;
    font-size: 0.92em;
}
.pbox4 ul li:nth-child(1) {
    width: 32%;
}
.pbox4 ul li:nth-child(2) {
    width: 27.5%;
}
.pbox4 ul li:nth-child(3) {
    width: 35%;
}


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

.pobox1 ul li:first-child {
    width: 70%;
    margin-bottom: 3em;
}
.pobox1 ul li:last-child {
    width: 100%;
}

.pobox2 img {
    height: 200px;
}

.pbox4 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 2em;
}
.pbox4 ul li:nth-child(2) {
    width: 42%;
}
.pbox4 ul li:nth-child(3) {
    width: 53%;
}

}


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

.pobox1 h3 {
    font-size: 1.32em;
}
.pobox1 ul li:first-child {
    width: 80%;
    margin-bottom: 3em;
}

.pobox2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.pobox2 ul li:nth-child(1) {
    display: none;
}
.pobox2 ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 0.5em;
}
.pobox2 ul li:nth-child(3) {
    display: block;
    width: 49%
}
.pobox2 ul li:nth-child(4) {
    width: 49%;
}

.pobox3 ul li {
    width: 100%;
}
.pobox3 ul li:first-child {
    margin-bottom: 2em;
}

.pbox4 ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 1em;
}
.pbox4 ul li:nth-child(3) {
    width: 100%;
}

}

