@charset "utf-8";
.c-breadcrumbs {
    border-bottom: 1px solid #ededed;
}
.pageMv_ttl:before {
    background: #ac76b8;
}
.claMds_txt {
    color: #ac76b8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.claLnk_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.claLnk_lst li {
    margin-right: 40px;
}
.claLnk_lst li:last-child {
    margin-right: 0;
}
.claLnk_lst li a {
    color: #ac76b8;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
}
.claLnk_lst li a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_round_r_pr.svg) no-repeat 0 0;
    background-size: 100% auto;
}
.btn_entry + .claLnk_lst {
    margin-top: 60px;
}
.btn_entry {
    width: 360px;
    margin: 0 auto;
    margin-top: 20px;
}
.btn_entry.ver2 {
    margin-top: 30px;
}
.btn_entry a {
    display: block;
    background: #ff5400;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 21px 0;
    border-radius: 100px;
}
.claAbt_wrap {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.claAbt_wrap:last-child {
    margin-bottom: 0;
}
.claAbt_wrap .ttl{
    color: #ac76b8;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #ac76b8;
    text-align: center;
}
.claAbt_wrap .txt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claAbt_wrap .img{
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.claAbt_wrap .img li {
    width: 49%;
}
.claAbt_wrap .img li img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.claAbt_wrap .claCnt_requ {
    padding: 0;
}
.claCnt_requ .box dd a {
    color: #ac76b8;
    text-decoration: underline;
}
.claAbt_wrap .lst{
    padding: 2em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}
.claAbt_wrap .lst li {
    padding-left: 1em;
    margin-bottom: 1em;
    position: relative;
}
.claAbt_wrap .lst li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #ac76b8;
    border-radius: 50%;
}
.claAbt_wrap .lst li:last-child {
    margin-bottom: 0;
}
.claStep_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}
.claStep_wrap li:before {
    content: '';
    display: block;
    width: 26px;
    height: 18px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background: url(../svg/class_arw_btm2.svg) no-repeat center;
    background-size: 100% auto;
}
.claStep_wrap li:last-child {
    margin-bottom: 0;
}
.claStep_wrap li:last-child:before {
    content: none;
}
.claStep_wrap li .step {
    width: 120px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    font-family: "Roboto", sans-serif;
    background: #ac76b8;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 100px;
}
.claStep_wrap li .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 20px;
}
.claMv_box + .claMv_box {
    margin-top: 30px;
}
.claCnt_wrap .add {
    font-size: 14px;
    padding-top: 20px;
}
.claCnt_txt.ver2 {
    margin-bottom: 20px;
}
.claCnt_requ .box dt {
    line-height: 1;
}
.claCnt_img {
    text-align: center;
    margin-bottom: 30px;
}
.claCnt_img img {
    border-radius: 6px;
}
.claFaq_box .box {
    margin-bottom: 30px;
    padding: 10px 30px 25px 30px;
    background: #fff;
    border-radius: 10px;
}
.claFaq_box .box:last-child {
    margin-bottom: 0;
}
.claFaq_box .box dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #ac76b8;
    padding: 20px 0;
    border-bottom: 2px dotted #f1f1f1;
}
.claFaq_box .box dt span {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}
.claFaq_box .box dt span:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    z-index: 10;
    background: url(../img/icn_q_pr.png) no-repeat 0 0;
    background-size: 100% auto;
}
.claFaq_box .box dd {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.claAim_box {
    padding-top: 60px;
}
.claAim_box.ver2 {
    padding-top: 0;
}
.claCnt_h3 {
    text-align: center;
    position: relative;
}
.claCnt_h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-top: 2px dotted #ac76b8;
    z-index: 1;
}
.claCnt_h3 .ttl {
    display: inline-block;
    font-size: 22px;
    color: #ac76b8;
    font-weight: bold;
    line-height: 1;
    background: #fdfce5;
    padding: 0 .4em;
    position: relative;
    z-index: 2;
}
.claRinen_Cnt .ttlbx,
.claSystem_Cnt .ttlbx {
    text-align: center;
    margin-bottom: 30px;
}
.claSystem_Cnt .ttlbx {
    margin-bottom: 50px;
}
.claRinen_Cnt .ttlbx .ttl,
.claSystem_Cnt .ttlbx .ttl {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background: #ac76b8;
    padding: 5px 0;
    border-radius: 100px;
    width: 300px;
}
.claWhat_Cnt {
    padding-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.claWhat_Cnt .box {
    width: 305px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 30px 15px;
    position: relative;
}
.claWhat_Cnt .box dt {
    font-size: 20px;
    color: #ac76b8;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.claWhat_Cnt .box dd {
    font-weight: bold;
    line-height: 1.8;
}
.claWhat_Cnt .box .lst li {
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
}
.claWhat_Cnt .box .lst li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    background: #ac76b8;
}
.claAim_read{
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 30px;
    margin-bottom: 40px;
}
.claAim_read dt {
    font-size: 20px;
    color: #ac76b8;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border-bottom: 2px dotted #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.claAim_read dd {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.25;
}
body.mebae .claCnt_flow li {
    width: 170px;
}
body.mebae .claCnt_flow .txt {
    font-size: 18px;
}
.btnbox {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}
.c-btn.mebae {
    background: #fff;
    border-radius: 100px;
}
.c-btn.mebae a {
    display: block;
    background: #ac76b8;
    border-radius: 100px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px 44px 20px 24px;
    position: relative;
}
.c-btn.mebae a:before {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_slide_r.svg) no-repeat center;
    background-size: 100% auto;
}
.claAbt-img {
    margin-top: 30px;
}
.flex-box .claAbt-img picture {
    display: block;
    line-height: 1;
    text-align: center;
}
.claCnt_ttl .ttl span.fs-s {
    font-size: 0.7em;
}
@media (min-width: 896px) {
    .claLnk_lst li a:hover{
        text-decoration: underline;
    }
    .claCnt_requ .box dd a:hover {
        text-decoration: none;
    }
    .btn_entry a:hover {
        opacity: .8;
    }
    .c-btn.mebae a:hover {
        opacity: .8;
    }
    .flex-box .claAbt-img {
        margin-top: 0;
    }
    .claAbt_wrap .flex-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .claAbt_wrap .flex-box .txt {
        width: calc(100% - 470px);
    }
    .claAbt-img.ver2 img {
        width: 100%;
        height: auto;
    }
    .claCnt_ttl .ttl span.fs-s {
        padding-left: 10px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 896px) {
    .claMds_txt {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .claLnk_lst {
        display: block;
    }
    .claLnk_lst li {
        margin: 0 0 15px;
    }
    .claLnk_lst li:last-child {
        margin: 0;
    }
    .claLnk_lst li a {
        font-size: 16px;
        padding-left: 20px;
    }
    .claLnk_lst li a:before {
        width: 12px;
        height: 12px;
    }
    .btn_entry + .claLnk_lst {
        margin-top: 30px;
    }
    .btn_entry {
        width: 100%;
        max-width: 260px;
        margin-top: 20px;
    }
    .btn_entry.ver2 {
        margin-top: 20px;
    }
    .btn_entry a {
        font-size: 14px;
        padding: 16px 0;
    }
    .claAbt_wrap {
        padding: 20px;
        margin-bottom: 20px;
    }
    .claAbt_wrap:last-child {
        margin-bottom: 0;
    }
    .claAbt_wrap .ttl{
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .claAbt_wrap .txt{
        font-size: 14px;
    }
    .claAbt_wrap .img{
        margin-top: 20px;
        display: block;
    }
    .claAbt_wrap .img li {
        width: 100%;
        margin-top: 15px;
    }
    .claAbt_wrap .img li:first-child {
        margin-top: 0;
    }
    .claAbt_wrap .claCnt_requ {
        padding: 0;
    }
    .claAbt_wrap .lst{
        font-size: 14px;
    }
    .claAbt_wrap .lst li:before {
        width: 10px;
        height: 10px;
        top: 7px;
    }
    .claStep_wrap li {
        display: block;
        margin-bottom: 40px;
    }
    .claStep_wrap li:before {
        width: 20px;
        height: 14px;
        bottom: -24px;
    }
    .claStep_wrap li .step {
        width: 100%;
        font-size: 14px;
        padding: 6px;
        border-radius: 6px;
        margin-bottom: 20px;
    }
    .claStep_wrap li .txt {
        font-size: 14px;
        width: 100%;
        padding-left: 0;
    }
    .claMv_box + .claMv_box {
        margin-top: 15px;
    }
    .claMv_box iframe {
        height: 200px;
    }
    .claCnt_wrap .add {
        font-size: 12px;
        padding-top: 10px;
    }
    .claCnt_txt.ver2 {
        margin-bottom: 20px;
    }
    .claCnt_img {
        margin-bottom: 15px;
    }
    .claCnt_img img {
        width: 100%;
        height: auto;
    }
    .claFaq_box .box {
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 5px;
    }
    .claFaq_box .box dt {
        font-size: 16px;
        padding: 0 0 10px 0;
    }
    .claFaq_box .box dt span {
        padding: 0 0 0 30px;
    }
    .claFaq_box .box dt span:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .claFaq_box .box dd {
        font-size: 14px;
        margin-top: 10px;
    }
    .class_wrap {
        padding: 0 20px 30px;
    }
    body.mebae .classMv_wrap {
        background: #fff;
        border: none;
        border-top: 2px solid #ac76b8;
        border-bottom: 2px solid #ac76b8;
        border-radius: 0;
        margin: 0 -20px;
        margin-bottom: 30px;
        position: relative;
    }
    .classMv_wrap:before {
        content: '';
        display: block;
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff url(../img/sp/mebae_mv.jpg) center center / cover no-repeat;
    }
    .classMv_in {
        height: 210px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .classMv_ttl {
        padding: 0 0 0;
        font-size: 24px;
        line-height: 60px;
    }
    .claAim_box {
        padding-top: 40px;
    }
    .claCnt_h3 .ttl {
        font-size: 18px;
        line-height: 1.4;
    }
    .claWhat_Cnt {
        padding-top: 20px;
    }
    .claWhat_Cnt .box {
        width: 100%;
        padding: 20px 15px;
        margin-top: 20px;
    }
    .claWhat_Cnt .box:first-child {
        margin-top: 0;
    }
    .claWhat_Cnt .box dt {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .claWhat_Cnt .box .lst li {
        padding-left: 16px;
    }
    .claWhat_Cnt .box .lst li:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
    .claAim_read{
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .claAim_read dt {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .claAim_read dd {
        font-size: 14px;
        line-height: 1.8;
    }
    body.mebae .claCnt_flow li {
        width: 100%;
    }
    body.mebae .claCnt_flow .txt {
        font-size: 14px;
    }
    .btnbox {
        display: block;
        margin-top: 20px;
    }
    .c-btn.mebae a {
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
        padding: 14px 0 14px;
        box-sizing: border-box;
    }
    .c-btn.mebae a:before {
        width: 8px;
        height: 16px;
        right: 15px;
    }
    .claAbt-img {
        margin-top: 20px;
    }
    .claAbt-img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 374px) {

}