#dc_r-001 section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #dc_r-001 section {
      margin-top: 65px;
  }
}

/* headline
-------------------------------------*/

.tc_heading_primary {
  color: #eb212e;
}

.tc_heading_icon {
  display: inline-block;
  height: 100%;
  margin-bottom: 8px;
  padding: 6px 8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-wrap: nowrap;
  background-color: #eb212e;
  border-radius: 8px;
}

.tc_section_index_01 .tc_title {
  font-family: Verdana, sans-serif;
}

.tc_point03 .tc_section_title_02 {
  text-align: center;
}

.tc_font_bold {
  font-weight: bold;
}

.tc_lineup_heaing {
  font-size: 20px;
  font-weight: bold;
}

/* kv
-------------------------------------*/
#kv {
  margin-top: 0 !important;
}

/* guidline
-------------------------------------*/

.guid .tc_section_index_01 {
  margin: 0 auto;
}

.guid .tc_section_clm_BG3_01 {
  max-width: 800px;
  margin: 0 auto;
}

.guid {
  margin-top: 60px !important;
}

.guid .tc_section_index_01 {
  margin-top: 72px;
}

/* POINT SECTION-1
-------------------------------------*/

.tc_point01 {
  padding: 48px 0;
  background-color: #f5f5f5;
}

.tc_point01 .tc_section_clm_01 .tc_section_honbun_03 {
    margin: 0;
  }

.tc_info_container {
  margin-top: 36px;
  padding: 24px;
  background-color: #fff;
}

.tc_info_container > dt {
    font-weight: 600;
  }

.tc_detail_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}

.tc_detali_item .tc_section_clm_01 {
  margin-top: 24px;
}

.tc_detali_item {
  margin-top: 18px;
}

/* POINT SECTION-2
-------------------------------------*/

#dc_r-001 .tc_point02 {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.tc_point02 .tc_section_clm_01 .tc_section_honbun_03 {
    margin: 0;
  }

.tc_heading_wrap {
  text-align: center;
}

.tc_feature_container {
  margin-top: 32px;
  padding: 24px;
  background-color: #f5f5f5
}

.tc_feature_container dd.tc_section_honbun_03 {
    margin: 0;
    font-weight: bold;
  }

.tc_feature_container dt.tc_section_honbun_03 {
    margin: 0;
  }

/* POINT SECTION-3
-------------------------------------*/

/* #dc_r-001 .tc_point03 {
  margin-top: 36px !important;
} */

.tc_point03 .tc_section_clm_01 .tc_section_honbun_03 {
    margin: 0;
  }

.tc_item .tc_section_honbun_03 {
    margin-top: 12px;
  }

.tc_detail_content {
  margin-top: 12px;
}

/* POINT SECTION-4
-------------------------------------*/

.tc_point04 {
  margin-top: 48px !important;
}

.tc_point04 .tc_section_title_02 {
    text-align: center;
  }

.tc_point04 .tc_section_clm_01 .tc_section_honbun_03 {
    margin: 0;
  }

.tc_main_content {
  margin-top: 18px;
}

.tc_main_btn__wrap {
  margin-top: 23px;
}

.tc_section_sub_heading {
  font-weight: bold;
  font-size: 20px;
}

.tc_feature_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 48px
}

.tc_detail_info__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.tc_detail_info__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 24px;
  background-color: #f5f5f5
}

.tc_detail_info__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center
}

.tc_detail_info__wrap .tc_detail_info-sub-heading {
    padding: 5px 7px;
    color: #eb212e;
    font-weight: bold;
    font-size: 13px;
    background-color: #f7d6d8;
    border: 1px solid #ea6770;
    border-radius: 6px;
  }

.tc_detail_info__wrap .tc_detail_info-heading {
    font-weight: bold;
    font-size: 18px;
  }

.tc_detail__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px
}

.tc_detail__container .tc_section_honbun_03 {
    margin: 0;
  }

.tc_feature__item .tc_section_clm_01 {
    margin-top: 24px;
  }

/* POINT SECTION-5
-------------------------------------*/

.tc_point05 {
  margin-top: 60px !important;
}

.tc_lineup-container {
  margin-top: 36px
}

.tc_lineup-container .tc_section_saleprod_04 {
    margin-top: 24px;
  }

@media only screen and (min-width: 768px) {

.tc_heading_icon {
    margin-bottom: 12px;
}

.tc_lineup_heaing {
    font-size: 36px;
}

.tc_point01 {
    padding: 60px 0;
}

.tc_detali_item {
    margin-top: 12px;
}

/* .tc_point02 {
    margin-top: 60px !important;
} */

.tc_feature_container {
    margin-top: 24px;
}

#dc_r-001 .tc_point03 {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.tc_item .tc_section_honbun_03 {
      margin-top: 24px;
  }

.tc_detail_content {
    margin-top: 36px;
}

#dc_r-001 .tc_point04 {
    margin-top: 0 !important;
    padding-top: 60px !important;
}

.tc_main_content {
    font-size: 24px;
}

.tc_main_btn__wrap {
    margin-top: 30px;
}

.tc_section_sub_heading {
    font-size: 24px;
}

.tc_feature_lists {
    gap: 48px;
}

.tc_detail_info__container {
    margin-top: 24px;
}

.tc_sub_info .tc_comp_all_thum {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.tc_sub_info .tc_text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 578px;
        -ms-flex: 0 0 578px;
            flex: 0 0 578px;
}

.tc_sub_info .tc_detail_info__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 302px;
        -ms-flex: 0 0 302px;
            flex: 0 0 302px;
}

#dc_r-001 .tc_point05 {
  margin-top: 0 !important;
  padding-top: 60px !important;
}

.tc_lineup-container {
    margin-top: 48px;
}
  }

@media only screen and (max-width: 767px) {

#dc_r-001 .tc_point02 {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

#dc_r-001 .tc_point03 {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

#dc_r-001 .tc_point04 {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

#dc_r-001 .tc_point05 {
  margin-top: 0 !important;
  padding-top: 48px !important;
}

.tc_info_container {
    margin-top: 24px;
}

.tc_detail_lists {
    gap: 36px;
    margin-top: 36px;
}

.tc_detali_item .tc_section_clm_01 {
    margin-top: 12px;
}
    .tc_detali_item .tc_text {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
    }

.tc_main_btn__wrap .tc_comp_btn {
      max-width: 160px;
      height: 40px;
  }

.tc_detail__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}
  }

@media screen and (max-width: 767px) {
  .guid {
    margin: 36px 0 84px !important;
  }
}

@media screen and (min-width: 768px) {
  .l-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}



/* ==========================================================================
関連コンテンツ
========================================================================== */
.tc_section_relatedContent {
  padding-bottom: 0 !important;
}