@charset "utf-8";

/* kyushokusha  *******************/

.basewidth {
    max-width: 1000px;
}

.header_line {
    background-image: url(../img/kyushokusha/header_line.svg);
}

.line_dotted:after {
    background-image: url(../img/kyushokusha/line_dotted.svg);
}

.sec1 section .desc {
    text-align: justify;
    font-size: 1.7rem;
}

.setting_for_pc .imgWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 42px;
    height: 30px;
}

.setting_for_sp .imgWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 24px;
    height: 37px;
}

.setting_for_pc h4 {
    font-size: 2.2rem;
    line-height: 1.5;
}

.frame_wrap {
    overflow-x: scroll;
    margin-bottom: 50px;
}

.frame_wrap__information {
    display: none;
}

@media screen and (max-width: 767px) {
    .frame_wrap__information {
        margin-top: 0.5rem;
        font-size: 1.6rem;
        display: block;
        color: #BE4365;
        text-align: left;
    }
}

.frame_box {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width:767px) {

    .frame_box {
        min-width: 960px;
    }
}

.frame_box dl {
    display: flex;
}

.frame_box dl:first-of-type {
    background-color: #BE4365;

}

.frame_box dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame_box dl:first-of-type dt {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
}

.frame_box dl dt:first-of-type {
    max-width: 212px;
    min-width: 212px;
}

.frame_box dl:first-of-type dd {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
}

.frame_box dl:not(:first-of-type) dd {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.frame_box dl:not(:first-of-type) {
    border-left: 2px solid #BE4365;
    border-right: 2px solid #BE4365;
    border-bottom: 2px solid #BE4365;
}

.frame_box dl:last-of-type {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.frame_box dl dt:first-of-type {
    border-right: 2px solid #fff;
}

.frame_box dl:not(:first-of-type) dt:first-of-type {
    border-right: 2px solid #BE4365;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .frame_box dl:not(:first-of-type) dd:first-of-type {
        padding-top: 20px;
        align-items: flex-start;
    }
}

.frame_box dl dd ul li {
    list-style-type: disc;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.frame_box dl dd ul li>p {
    font-weight: normal;
}

.setting_for_javascript {
    margin-bottom: 110px;
}

.setting_for_javascript h4,
.setting_for_cookie h4 {
    margin-bottom: 56px;
    font-size: 2.8rem;
}

.setting_for_cookie ul li {
    text-align: left;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.setting_for_cookie ul li p {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 2px solid #BE4365;
    margin-bottom: 50px;
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.588;
}

.setting_for_cookie ul li+p a {
    text-decoration: underline;
}

@media screen and (max-width:767px) {}