@charset "utf-8";

/* SPA対策用～ */
div.dc_c-016 section {
    margin-top: 0;
}
/* ～SPA対策用 */

/* base */
div.dc_c-016 section:not(#kv, .tc_ctm_dynamic_content, .tc_section_relatedContent) {
    padding: 72px 0;
}

div.dc_c-016 section.tc_ctm_dynamic_content, div.dc_c-016 section.tc_section_relatedContent {
    padding-top: 72px;
}

div.dc_c-016 section.tc_ctm_after_dynamic {
    margin-top: 72px;
}

div.dc_c-016 .tc_bg_grey_section {
    background-color: #f5f5f5;
}
.tc_section_heading_06 .tc_section_title_02 {
    color: #333;
}

/* main */
.tc_section_step_03 .tc_dp_flex{
    align-items: flex-start;
}
div.dc_c-016 .tc_comp_titlecnt {
    margin-bottom: 72px;
}
.tc_section_step_03 .tc_inner>div::before {
    display: none;
}

/* btn */
div.dc_c-016 a.btn {
    width: 100%;
    max-width: 920px;
    padding: 1em;
    background-color: #fff;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #CCCCCC;
    font-size: 15px;
    font-weight: bold;
    transition: 0.3s;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    margin: 32px auto 0;
    letter-spacing: 0;
}
div.dc_c-016 a.btn:last-child {
    margin-bottom: 62px;
}
div.dc_c-016 a.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
div.dc_c-016 a.btn:hover::before {
    opacity: 1;
}
div.dc_c-016 a.btn::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    transition: 0.3s ease-out;
}
div.dc_c-016 a.btn:hover::after {
    right: 14px;
}
div.dc_c-016 a.btn p {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    div.dc_c-016 a.btn {
        padding-right: 2.5em;
        font-size: 13px;
        margin-top: 12px;
    }
    div.dc_c-016 a.btn {
        max-width: none;
        width: 90%;
    }
}


@media screen and (min-width: 768px) {
    .sp_only {
        display: none;
    }
    .pc-mt-30 {
        margin-top: 30px;
    }
    .pc-mt-60 {
      margin-top: 60px;
    }
    .pc-mt-120 {
        margin-top: 120px;
    }
    .pc-mt-180 {
        margin-top: 180px;
    }
}
/* SP版 */
@media screen and (max-width: 767px) {
    .sp_only {
        display: block;
    }
    div.dc_c-016 section:not(#kv, .tc_ctm_dynamic_content, .tc_section_relatedContent) {
        padding: 60px 0;
    }
    div.dc_c-016 section.tc_ctm_dynamic_content, div.dc_c-016 section.tc_section_relatedContent {
        padding-top: 60px 0;
    }
    .sp-mt-15 {
        margin-top: 15px;
    }
    .sp-mt-30 {
        margin-top: 30px;
    }
    .sp-mt-60 {
        margin-top: 60px;
    }
    .sp-mt-90 {
        margin-top: 90px;
    }
}