@charset "utf-8";

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

.forbox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
}
.forbox2 img {
    width: 100%;
}
.forbox2 h3 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.forbox2 h4 {
    background-color: #d4e4e5;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    padding: 0.5em 1em;
    margin-bottom: 1em;
}
.forbox2 h4 span {
    font-size: 0.84em;
}

.forbox2 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.forbox2 h6 {
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 2em;
}

.forbox2 ul li:first-child {
    width: 55%;
}
.forbox2 ul li:last-child {
    width: 40%;
}
.fwaku1 {
    box-sizing: border-box;
    border: 1px solid #3e2e23;
    padding: 2em;
}

.bs1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.bs1_img {
    width: 50%;
}
.bs1_tx {
    width: 47%;
}

.froom img {
    width: 100%;
}
.bs2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.bs2_img {
    width: 25%;
}
.bs2_tx {
    width: 72%;
}

.forbox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.forbox3 img {
    width: 100%;
}
.forbox3 h4 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.forbox3 p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.forbox3 ul li {
    width: 30%;
}
.forbox3 ul li:last-child img {
    width: 50%;
}

.shuno {
    padding: 2em;
    background-color: #fff;
}
.forbox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.forbox4 img {
    width: 100%;
}
.forbox4 h4 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.forbox4 p {
    font-size: 0.92em;
    line-height: 1.5;
}
.forbox4 ul li:nth-child(1) {
    width: 25%;
}
.forbox4 ul li:nth-child(2) {
    width: 22%;
}
.forbox4 ul li:nth-child(3) {
    width: 22%;
}
.forbox4 ul li:nth-child(4) {
    width: 25%;
}

.otbox5 {
    border: 1px solid #3e2e23;
    padding: 2em;
}
.otbox5 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.otbox5 ul li:first-child img {
    width: 100%;
}
.otbox5 ul li:first-child {
    width: 22%;
}
.otbox5 ul li:last-child {
    width: 75%;
}
.otbox5 h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.5;
}
.otbox5 h3 span {
    font-size: 0.6em;
}
.otbox5 p {
    line-height: 1.5;
    font-size: 0.92em;
}

.otbox8 {
    background-color: #d4e4e5;
    padding: 2em;
}
.otbox8 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.otbox8 img {
    width: 100%;
}
.otbox8 ul li {
    width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.petimg {
    width: 50%;
}
.pettx {
    width: 45%;
}
.pettx h4 {
    font-size: 1.16em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
.pettx p {
    font-size: 0.92em;
    line-height: 1.5;
}


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

.forbox2 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.forbox2 ul li:last-child {
    width: 100%;
}
.froom {
    text-align: center;
}
.froom img {
    width: 70%;
}

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

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


}


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

.forbox2 h3 {
    font-size: 1.16em;
}
.fwaku1 {
    padding: 1.5em;
}
.bs1_img {
    width: 100%;
    margin-bottom: 1em;
}
.bs1_tx {
    width: 100%;
}
.froom img {
    width: 100%;
}
.bs2 {
    align-items: flex-start;
}

.forbox3 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.forbox3 ul li:last-child {
    margin-bottom: 0;
}
.forbox3 ul li:last-child img {
    width: 40%;
}

.forbox4 ul li:nth-child(1) img {
    width: 100%;
}
.forbox4 ul li:nth-child(4) img {
    width: 100%;
}

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

.otbox8 ul li {
    width: 100%;
}
.petimg {
    width: 100%;
    margin-bottom: 1em;
}
.pettx {
    width: 100%;
}

}

