@charset "UTF-8";
/*--------------------PC--------------------*/
@media all and (min-width:681px) {
    .bg_txt {
        left: 700px;
    }
    .sec {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 90px;
    }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px) {
    .bg_txt {
        right: -200px;
    }
    .sec {
        width: auto;
        padding: 0 5%;
    }
}
/* contentWrap
***************************************************************/
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
.sec.other {
    margin-top: 110px;
}
.content_ttl {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.content_ttl::before {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #fa858e;
    position: absolute;
    top: -20px;
    left: 0;
}
.content_ttl::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec_ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sec_ttl_s {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.sec_ttl_ss {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.sec_txt {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
}
.sec_txt + .sec_txt {
    margin-top: 20px;
}
.sec_inner {
    margin-bottom: 100px;
}
.sec_list.mt {
    margin-top: 30px;
}
.sec_list.mb {
    margin-bottom: 30px;
}
.sec_list {
    padding-left: 40px;
    list-style-position: outside;
}
.sec_list li {
    font-size: 15px;
    line-height: 2;
}
.sec_list.decimal li {
    list-style-type: decimal;
}
.sec_list.disc li {
    list-style-type: disc;
}
.sec_list li a {
    display: inline-block;
    color: #fa858e;
    position: relative;
}
.sec_list li a::after {
    content: '';
    width: 20px;
    height: 15px;
    background-image: url(../img/about/file_icon_off.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -7px;
}
.other_clm {
    margin-top: 80px;
}
/*--------------------SP--------------------*/
@media all and (max-width:680px) {
    .sec.other {
        margin-top: 80px;
    }
    .contentWrap .sec {
        padding-bottom: 50px;
    }
    .content_ttl {
        font-size: 20px;
        margin-top: 25px;
        padding-bottom: 25px;
    }
    .content_ttl::before {
        width: 40px;
        top: -25px;
        left: -5vw;
    }
    .content_ttl::after {
        width: 100vw;
        left: -5vw;
    }
    .contentWrap {
        padding-bottom: 0;
    }
    .sec_ttl {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .sec_ttl_s {
        margin-bottom: 20px;
    }
    .sec_ttl_ss {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .sec_list li {
        font-size: 14px;
    }
    .sec_txt + .sec_txt {
        margin-top: 20px;
    }
    .sec_inner {
        margin-bottom: 80px;
    }
    .sec_inner.mb {
        margin-bottom: 0px;
    }
    .sec_list {
        padding-left: 20px;
    }
    .other_clm {
        margin-top: 40px;
    }
}