@charset "utf-8";

/* SPA対策用～ */
#dc_t-001 section {
    margin-top: 0;
}
/* ～SPA対策用 */

/* base */
html {
    scroll-behavior: smooth;
}
.fwb {
    font-weight: bold;
}
#dc_t-001 .tc_bg_grey_section {
    background-color: #f5f5f5;
}
#dc_t-001 a.btn,
#dc_t-001 a.btn::after {
    all: unset;
}
#type_material,
#select {
  scroll-margin-top: 80px;
}

/* main */
#dc_t-001 .tc_section_honbun_03:not(#dc_t-001 .tc_section_clm_03 .tc_bg_grey_section .tc_section_honbun_03,#dc_t-001 .tc_section_honbun_03._read),
#dc_t-001 .tc_comp_all_thum,
#dc_t-001 .tc_section_function_table {
    margin-top: 15px;
}
#dc_t-001 .tc_section_clm_03 .tc_section_honbun_03 {
  margin-top: 0;
}
#dc_t-001 .tc_section_honbun_03._read {
    margin-top: 56px;
    text-align: center;
}
#dc_t-001 .tc_section_index_01 {
    margin-top: 64px;
}
#dc_t-001 .tc_section_title_04:not(#dc_t-001 .select_anchor .tc_section_title_04) {
    margin: 64px 0 32px;
    border-bottom: 2px solid #F5F5F5;
}
#dc_t-001 .tc_comp_titlecnt:not(#dc_t-001 .tc_section_relatedContent_03 .tc_comp_titlecnt) {
  margin-top: 112px;
}
#dc_t-001 .select_anchor .tc_section_title_04 {
  margin-top: 32px;
  margin-bottom: 20px;
}
#dc_t-001 .tc_section_title_04L:not(#dc_t-001 .type_material_anchor .tc_section_title_04L) {
  margin-top: 42px;
}
#dc_t-001 .tc_text .tc_bg_grey_section {
    padding: 15px;
    margin-top: 15px;
}
#dc_t-001 .tc_text .tc_bg_grey_section p:nth-child(3) {
    margin-top: 15px;
}
#dc_t-001 .tc_dp_flex.material{
    display: block;
}
#dc_t-001 .column_01>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
#dc_t-001 .column_01>ul>li {
    flex: 1 1 40%;
}
#dc_t-001 .tc_section_function_table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
}
#dc_t-001 .tc_section_function_table td {
    padding: 10px 0;
}

@media screen and (max-width: 767px) {
    #dc_t-001 .tc_section_index_01 {
        margin-top: 36px;
    }
    #dc_t-001 .tc_comp_titlecnt:not(#dc_t-001 .tc_section_relatedContent_03 .tc_comp_titlecnt) {
      margin-top: 64px;
    }
    #dc_t-001 .tc_section_title_04 {
        margin: 32px 0;
    }
    #dc_t-001 .tc_section_honbun_03._read {
        margin-top: 32px;
    }
    #dc_t-001 .tc_section_title_04L:not(#dc_t-001 .type_material_anchor .tc_section_title_04L) {
        margin-top: 32px;
    }
    #dc_t-001 .select_anchor .tc_section_title_06 {
        margin-top: 18px;
    }
    #dc_t-001 .column_01>ul>li {
        flex: 1 1 100%;
    }
    #dc_t-001 .tc_section_clm_03 .tc_comp_all_clm {
        display: block;
    }
    #dc_t-001 .tc_section_clm_03 .tc_comp_all_clm .tc_comp_all_thum img {
        aspect-ratio: auto;
    }
    #dc_t-001 .tc_section_clm_03 .tc_comp_all_clm .tc_comp_all_thum {
        height: auto;
    }
}

/* btn
-------------------------------------*/
#dc_t-001 a.btn {
    width: 100%;
    max-width: 350px;
    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;
}
#dc_t-001 a.btn:last-child {
    margin-bottom: 62px;
}
#dc_t-001 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;
}
#dc_t-001 a.btn:hover::before {
    opacity: 1;
}
#dc_t-001 a.btn::after {
    content: '';
    position: absolute;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    transition: 0.3s ease-out;
}
#dc_t-001 a.btn:hover::after {
    right: 14px;
}
#dc_t-001 a.btn p {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    #dc_t-001 a.btn {
        padding-right: 2.5em;
        font-size: 13px;
        margin-top: 12px;
    }
    #dc_t-001 a.btn {
        max-width: none;
        width: 90%;
    }
}

/* txtLink
-------------------------------------*/
/*  */
a.txtLink {
    display: block;
    margin-top: 1em;
}
a.txtLink p {
    text-decoration: underline;
    font-size: 15px;
}
a.txtLink:hover p {
    color: #999999;
    text-decoration: none;
    transition: 0.2s ease-out;
}
a.txtLink p::after {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.15em;
    margin-left: 0.25em;
    width: 6px;
    height: 6px;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
    transition: 0.2s ease-out;
}
a.txtLink:hover p::after {
    margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
    a.txtLink:hover p::after {
        margin-left: 0.25em;
    }
}