@charset "UTF-8";
/* コンテンツ */

.pol_box {

}
.pol_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pol_box ul li:first-child {
    width: 50%;
    line-height: 1.7;
}
.pol_box ul li:last-child {
    width: 45%;
}
.pol_box ul li:last-child img {
    width: 100%;
}

.koda_box {

}
.koda_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.koda_box ul li:first-child {
    width: 30%;
}
.koda_box ul li:first-child img {
    width: 100%;
}
.koda_box ul li:last-child {
    width: 65%;
    line-height: 1.7;
}

.koda_waku {
    background-color: #fff;
    border-radius: 2em;
    padding: 3em;
    filter: drop-shadow(0px 0px 0.5em #fce8cc);
}

.ben_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ben_img {
    position: relative;
    width: 52%;
}
.ben_img img {
    width: 100%;
}
.ben_img span {
    box-sizing: border-box;
    padding-top: 0.3em;
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    background-color: #fbcc02;
    width: 5.5em;
    height: 5.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.24em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
}
.ben_doc {
    width: 43%;
    line-height: 1.7;
}
.ben_doc h4 {
    color: #f08b00;
    font-size: 1.24em;
    border-bottom: 2px dotted #f08b00;
    margin-bottom: 0.5em;
}
.ben_doc li {
    margin-bottom: 1em;
}
.ben_doc li:last-child {
    margin-bottom: 0;
}

.meri_box h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 1em;
}
.meri_box h3 span {
    display: inline-block;
    border-bottom: 1px solid #f08b00;
    padding: 0 1em 0.2em;
}
.meri_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.meri_box ul li {
    position: relative;
    background-color: #fdf3e5;
    width: 30%;
    aspect-ratio:2;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.7;
    font-size: 1.16em;
    text-align: center;
}
.meri_box ul li span {
    box-sizing: border-box;
    position: absolute;
    left: -0.5em;
    top: -0.5em;
    background-color: #f08b00;
    color: #fff;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.24em;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
}
.shi_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap
}
.shi_box ul li:first-child {
    width: 75%;
    line-height: 1.7;
}
.shi_box ul li:last-child {
    width: 20%;
}
.shi_box ul li:last-child img {
    width: 100%;
}

@media screen and (max-width: 960px) {
.pol_box ul {
    justify-content: space-around;
}
.pol_box ul li:last-child {
    width: 70%;
}
.pol_box ul li:first-child {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 2em;
}

.ben_img {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}
.ben_doc {
    width: 100%;
    line-height: 1.7;
}

.meri_box h3 {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 1em;
}
.meri_box h3 span {
    display: inline-block;
    border-bottom: 1px solid #f08b00;
    padding: 0 1em 0.2em;
}
.meri_box ul {
    flex-wrap: wrap;
}
.meri_box ul li {
    box-sizing: border-box;
    width: 100%;
    aspect-ratio:auto;
    padding: 1em 2em;
    margin-bottom: 1em;
}

.shi_box ul li:first-child {
    width: 60%;
    line-height: 1.7;
}
.shi_box ul li:last-child {
    width: 35%;
}

}


@media screen and (max-width: 520px) {
.pol_box ul li:last-child {
    width: 100%;
}

.koda_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.koda_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.koda_box ul li:last-child {
    width: 100%;
}

.koda_waku {
    border-radius: 1em;
    padding: 1.5em;
}

.meri_box h3 {
    font-size: 1.32em;
}
.meri_box ul li span {
    width: 1.5em;
    height: 1.5em;
    font-size: 1.16em;
}
.meri_box ul li {
    text-align: left;
}

.shi_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}
.shi_box ul li:first-child {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 2em;
}
.shi_box ul li:last-child {
    width: 100%;
}

}

