@charset "utf-8";

/* SPA対策用～ */
div.dc_t-007 section {
    margin-top: 0;
}

/* base */
.pc {
    display: block;
}

.sp {
    display: none;
}

div.dc_t-007 section:not(#kv, .tc_ctm_dynamic_content, .tc_section_relatedContent) {
    padding: 72px 0;
}

div.dc_t-007 section.tc_ctm_dynamic_content, div.dc_t-007 section.tc_section_relatedContent {
    padding-top: 72px 0;
}

div.dc_t-007 section.tc_ctm_after_dynamic {
    margin-top: 72px;
}

div.dc_t-007 .tc_bg_grey_section {
    background-color: #f5f5f5;
}

div.dc_t-007  .tc_section_function_table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
}
div.dc_t-007 a.btn,
div.dc_t-007 a.btn::after {
    all: unset;
}

div.dc_t-007 .tc_section_img_01 {
    justify-content: center;
}

/* table */
div.dc_t-007 .tc_section_function_table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
    max-width: 800px;
    margin: 0 auto;

}
div.dc_t-007 .tc_section_compare2_02 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
div.dc_t-007  .tc_section_function_table td, th {
    height: 50px;
    vertical-align: middle;
}

/* btn */
div.dc_t-007 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;
}
div.dc_t-007 a.btn:last-child {
    margin-bottom: 62px;
}
div.dc_t-007 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_t-007 a.btn:hover::before {
    opacity: 1;
}
div.dc_t-007 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;
}
div.dc_t-007 a.btn:hover::after {
    right: 14px;
}
div.dc_t-007 a.btn p {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    div.dc_t-007 a.btn {
        padding-right: 2.5em;
        font-size: 13px;
        margin-top: 12px;
    }
    div.dc_t-007 a.btn {
        max-width: none;
        width: 90%;
    }
}


/* main */
div.dc_t-007 .tc_comp_titlecnt.tc_section_heading_08 {
    margin-bottom: 21px;
}
div.dc_t-007 .tc_section_title_02L {
    margin: 43px 0;
}

/* grindstone */
div.dc_t-007 .grindstone .grindstone_item + .grindstone_item {
    margin-top: 52px;
}

div.dc_t-007 .grindstone .grindstone_item .tc_section_title_03 {
  margin-bottom: 14px;
}

div.dc_t-007 .grindstone .tc_section_rule_02 {
    margin-top: 48px;
}

div.dc_t-007 .grindstone .tc_indent_list1 li {
    text-indent: 0;
}

/* sharpener */
div.dc_t-007 .sharpener_item + .sharpener_item {
    margin-top: 98px;
}

div.dc_t-007 .sharpener .sharpener_item .tc_section_honbun_03{
    margin-bottom: 18px;
}

div.dc_t-007 .sharpener .sharpener_item .tc_section_honbun_03 span {
    font-weight: bold;
}

div.dc_t-007 .sharpener .tc_section_title_03 {
    margin-bottom: 26px;
}

div.dc_t-007 .sharpener .tc_section_img_01 {
    margin-bottom: 11px;
}

div.dc_t-007 .sharpener .tc_section_img_03 {
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 0 auto 18px;
}

div.dc_t-007 .sharpener .tc_section_clm_06 {
    margin-bottom: 28px;
    justify-content: center;
}
div.dc_t-007 .sharpener .tc_section_clm_06 img {
    max-width: 354px;
}

/* comparison */
div.dc_t-007 .comparison .tc_section_compare2_02 {
  margin-top: 18px;
}

div.dc_t-007 .comparison .tc_section_title_02L {
  margin-bottom: 21px;
}
div.dc_t-007 .comparison .comparison_item .tc_section_title_03 {
  margin: 41px 0 21px;
}
div.dc_t-007 .comparison .comparison_item ul {
  margin-left: 2em;
}
div.dc_t-007 .comparison .comparison_item ul li {
  list-style: disc;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm {
  align-items: center;
}

div.dc_t-007 .comparison .tc_section_clm_07 .tc_text,
div.dc_t-007 .comparison .tc_section_clm_07 .tc_text .tc_section_honbun_03 {
  margin-top: 0;
}

/* product */
div.dc_t-007 .product .tc_section_title_02L {
  margin: 0;
}
div.dc_t-007 .product .product_item {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
div.dc_t-007 .product .product_item img {
  max-width: 640px;
}
div.dc_t-007 .product .eversharp {
  padding: 19px 7.7295vw 1px;
  text-align: center;
}
div.dc_t-007 .product .eversharp img {
  max-width: 800px;
}
div.dc_t-007 .product .eversharp .tc_section_title_06 {
  margin: 21px 0;
}
div.dc_t-007 .product .eversharp .tc_section_movie_01 .tc_section_movie_iframe_01 {
  width: 800px;
  height: 450px;
}




/* other */
div.dc_t-007 .other .tc_section_title_02L {
  margin-bottom: 0;
}

div.dc_t-007 .other .other_item {
  display: flex;
  flex-direction: column;
  gap: 21px; 
}
div.dc_t-007 .other .other_item img {
  max-width: 354px;
}
div.dc_t-007 .other .other_item ul {
  margin-left: 1em;
}

div.dc_t-007 .other .other_item ul li {
  list-style: disc;
}

div.dc_t-007 .other .other_item a {
  text-decoration: underline !important;
}

div.dc_t-007 .other .other_banner {
  margin: 61px auto 0; 
  max-width: 400px;
}


/* SP版 */ 
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    
    div.dc_t-007 section:not(#kv, .tc_ctm_dynamic_content, .tc_section_relatedContent) {
        padding: 60px 0;
    }

    div.dc_t-007 section.tc_ctm_dynamic_content, div.dc_t-007 section.tc_section_relatedContent {
        padding-top: 60px 0;
    }

    div.dc_t-007 .sharpener .tc_section_clm_06 {
        align-items: center;
    }

    div.dc_t-007 .sharpener .tc_section_clm_06 img {
        max-width: 190px;
    }

    div.dc_t-007 .product .eversharp .tc_section_movie_01 .tc_section_movie_iframe_01 {
        width: 84.5411vw;
        height: 47.5845vw;
    }
    div.dc_t-007 .other .other_item img {
        max-width: 190px;
    }
}