@charset "utf-8";

/* ==========================================================================
パーツ
========================================================================== */
#dc_w-001 .tc_section_heading_02 .tc_section_honbun_03 {
  margin-top: 20px;
}

#dc_w-001 .tc_section_clm_04 .tc_comp_all_clm {
  display: flex;
  flex-direction: column;
}

#dc_w-001 .tc_section_clm_04 .tc_comp_all_clm .tc_text {
  flex: 1;
}

#dc_w-001 section {
  margin-top: 72px;
}

@media screen and (max-width: 767px) {
  #dc_w-001 section {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .br_sp{
    display: none;
  }
}



/* ==========================================================================
kv
========================================================================== */
#dc_w-001 #kv {
  margin-top: unset;
}

#dc_w-001 #kv .tc_kv_01 {
  position: relative;
}

#dc_w-001 #kv .tc_kv_01 .tc_kv_01_title {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#dc_w-001 #kv .kv_txt {
  background-color: #F5F5F5;
}

#dc_w-001 #kv .kv_txt p {
  padding: 40px 0 50px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #dc_w-001 #kv .tc_kv_01 .tc_kv_01_title {
    bottom: unset;
    top: 0;
  }

  #dc_w-001 #kv .kv_txt p {
    padding: 32px 0;
    font-size: 15px;
    text-align: left;
  }
}



/* ==========================================================================
section_01
========================================================================== */
#dc_w-001 #section_01 .tc_section_step_03 {
  margin-top: 56px;
}

#dc_w-001 #section_01 .tc_section_step_03 .tc_comp_step_circle .tc_text {
  width: 100%;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  #dc_w-001 #section_01 .tc_section_step_03>.tc_inner {
    padding: unset;
  }
}



/* ==========================================================================
section_02
========================================================================== */
#dc_w-001 #section_02 .section_02_00 .tc_section_img_01 {
  margin-top: 56px;
}

#dc_w-001 #section_02 .section_02_00 .tc_section_img_01~.tc_section_title_03 {
  margin-top: 10px;
}

#dc_w-001 #section_02 .section_02_00 .tc_section_clm_04 {
  margin-top: 32px;
}



/* ==========================================================================
section_03
========================================================================== */
/* #dc_w-001 #section_03 {
  margin-bottom: 46px;
} */

#dc_w-001 #section_03 .tc_section_relatedContent_01 {
  gap: 30px;
}

#dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_text {
  width: calc(100% - 468px - 30px);
}

#dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_prodlist{
  gap: 8px;
  margin-top: 24px;
}

#dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_prodlist li {
  width: calc(50% - 4px);
}

#dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_btn {
  margin-top: 0;
}

#dc_w-001 #section_03 .tc_section_relatedContent_02 {
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  #dc_w-001 #section_03 .tc_section_relatedContent_01 {
    margin-top: 30px;
    gap: 12px;
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_text {
    width: 100%;
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_prodlist{
    gap: 4px;
    margin-top: 16px;
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_prodlist li {
    width: calc(50% - 2px);
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_prodlist li.is-w-100-sp {
    width: 100%!important;
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_01 .tc_comp_btn {
    height: 48px;
  }

  #dc_w-001 #section_03 .tc_section_relatedContent_02 {
    margin-top: 36px;
  }
}



/* ==========================================================================
tc_section_relatedContent_03
========================================================================== */
/* #dc_w-001 .tc_section_relatedContent_03 {
  margin-bottom: 80px;
} */

@media screen and (max-width: 767px) {
  /* #dc_w-001 .tc_section_relatedContent_03 {
    margin-left: unset;
    margin-bottom: 112px;
  } */
}