/* ======================================================================
 business
====================================================================== */
/* ======================================================================
 utility
====================================================================== */
a.u_color_green {
  color: #1CA566 !important;
}
a.u_color_red {
  color: #CF0316 !important;
}
a.u_color_blue {
  color: #1C3767 !important;
}
a.u_txt_underline{
  border-bottom: 3px solid;
  padding: 0 0 5px;
  transition: 0s;
}
a.u_txt_underline:hover {
  border-bottom: none;
}
a.u_txt_deco {
  text-decoration: underline;
}
a.u_txt_deco:hover {
  text-decoration: none;
}

/* ======================================================================
 common
====================================================================== */
#gnav2024 .navlist_business {
  padding: 12px 20px 12px 13px;
  max-width: 1440px;
  margin: 0 auto;
}
#gnav2024 .navlist_business .nav_logoarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#gnav2024 .navlist_business .nav_logoarea a {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #gnav2024 .navlist_business .nav_logoarea > a img {
    width: 147px;
    height: auto;
  }
}

.gh-sp-nav,
.gh-nav-wrap {
  display: none !important;
}
.l_footerMenu_1 > li:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l_footerMenu_1 {
    justify-content: center;
  }
  .l_footerMenu_1 > li {
    width: 150px;
    flex: 0 0 auto;
  }
  .l_footerMenu_1 > li:first-of-type {
    flex: 1 1;
  }
}

.l_container__business {
  max-width: 750px;
  width: 100%;
}

.l_breadcrumbs {
  overflow: auto;
}

/* ======================================================================
 component
====================================================================== */
.c_alertMsg--ver2 {
  border: 2px solid #1CA565;
}

.c_alertMsg--ver2 .c_alertMsg_txt {
  color: #1CA565;
}

.c_idx_linkTxt {
  -webkit-line-clamp: 2;
}

/*  pagination */
@media screen and (min-width: 768px) {
  .c_pagination_prev {
    margin-right: 20px;
  }
}

.c_pagination_list li:last-child {
  margin-left: 20px;
}
.c_pagination_list li:first-child {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .c_pagination_next {
    margin-left: 20px;
  }
}
.c_pagination .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin: 0 5px;
  text-decoration: none;
  border: none;
  border-radius: 50%;
}

.c_pagination .num[aria-current] {
  background: #E2F8EB;
  color: #056237 !important;
}

.c_pagination .num:before {
  content: "";
  display: none;
}

.c_pagination .num:hover {
  opacity: 1;
  background: #E2F8EB;
}

.c_pagination .num:hover:before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_pagination .num {
    margin: 0 5px;
  }
}

.c_pagination .c_btn {
  min-height: 35px;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .c_pagination .c_btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ======================================================================
 step
====================================================================== */
/* stepBpx */
.p_sdw_stepBox._add_agree {
  max-width: 100%;
  width: fit-content;
}
.p_sdw_stepBox._add_agree .p_sdw_step > li {
  flex: 0 0 auto;
  width: fit-content;
}
.p_sdw_stepBox._add_agree .p_sdw_step {
  align-items: stretch;
}
.p_sdw_stepBox._add_agree .p_sdw_step_inr._normal_w {
  width: 55px;
}

@media screen and (max-width: 767px) {
  .p_sdw_stepBox._add_agree {
    margin: 0 auto 20px;
    padding: 20px 0;
    width: 100%;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step:before {
    bottom: 20px;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step > li {
    flex: 1 1;
    width: 100%;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step_inr {
    padding: 7px 15px;
    height: auto;
    border-radius: 10px;
    flex: 1 1;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step_inr._normal_w {
    width: 100%;
  }
  .p_sdw_stepBox._payment .p_sdw_step_inr {
    padding: 7px 0;
    border-radius: 10px;
    flex: 0 0 42px;
  }
}

@media screen and (min-width: 768px) {
  .p_sdw_stepBox._add_agree .p_sdw_step {
    align-items: center;
  }
  .p_sdw_stepBox._add_agree li {
    max-width: fit-content;
    flex: 0 0 auto;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step_inr._normal_w {
    width: 160px;
    padding: 0 10px;
  }
  .p_sdw_stepBox._add_agree .p_sdw_step_inr {
    padding: 0 24px;
    flex: 0 1 auto;
  }

  .p_sdw_stepBox._payment .p_sdw_step {
    align-items: center;
    font-weight: 400;
  }
  .p_sdw_stepBox._payment li {
    max-width: fit-content;
    flex: 0 0 auto;
  }
  .p_sdw_stepBox._payment .p_sdw_step_inr._min_w {
    width: 146px;
  }
  .p_sdw_stepBox._payment .p_sdw_step_inr._normal_w {
    width: 160px;
  }
  .p_sdw_stepBox._payment .p_sdw_step_inr {
    padding: 0 24px;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .p_sdw_stepBox._payment .p_sdw_step:before {
    bottom: 21px;
  }
  .p_sdw_stepBox._payment .p_sdw_step_inr {
    line-height: 16px;
  }
  .p_sdw_stepBox._payment li:first-of-type {
    width: 80px;
    flex: 0 0 80px;
  }
  .p_sdw_stepBox._payment li:nth-of-type(4) {
    width: 104px;
    flex: 0 0 104px;
  }
}

/* ======================================================================
 form
====================================================================== */
.c_inputZip .c_btn {
  background: #fff;
  border-color: #0B172C;
  color: #0B172C !important;
  width: 94px;
}

.c_inputZip .zip {
  width: 200px;
  flex: 0 1 auto;
}

@media screen and (min-width: 768px) {
  .c_inputLayout._pc_col2_short {
      margin-top: -10px;
      max-width: 510px;
  }
}

.l_outer .c_link_copy {
  color: #1C3767 !important;
}

.c_label_require {
  color: #bc2108;
  background: #fff;
  border: 1px solid #bc2108;
}

.c_label_any {
  color: #9B9B9B;
  background: #fff;
  border: 1px solid #9B9B9B;
}

.c_dl_sdw_table {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c_dl_sdw_table_ttl {
    width: 150px;
    padding: 0;
  }
  .c_dl_sdw_table._large .c_dl_sdw_table_ttl {
    width: 230px;
  }
}

.c_btnsCenter_item._completeBtnRow .c_btn {
  min-height: 82px;
  flex-direction: column;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c_btnsCenter_item._completeBtnRow {
    flex-direction: column;
    gap: 20px;
  }
  .c_btnsCenter_item._2items._completeBtnRow > * {
    width: 100%;
  }
  .c_btnsCenter_item._2items._completeBtnRow > *:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .c_btnsCenter_item._completeBtnRow {
    gap: 30px;
  }
  .c_btnsCenter_item._2items._completeBtnRow > *:last-child {
    margin: 0;
  }
  .c_btnsCenter_item._completeBtnRow .c_btn {
    min-height: 82px;
    flex-direction: column;
    font-weight: 400;
  }
}

.c_btn_default {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  background: #fff;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
/* .c_btn_default:hover:before {
  width: 100%;
}
.c_btn_default:before {
  content: "";
  background: #ededed;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
} */

.u_regular {
  font-weight: 400;
}


/* =================================
 price table
================================= */
.c_apply_confirm {
  width: 750px;
  margin: 0 auto;
  overflow-x: auto;
}
.c_apply_confirm__table {
  min-width: 460px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #D5D5D5;
  overflow: hidden;
  background: #fff;
}
.c_apply_confirm__table thead th {
  background: #F3F3F3;
  font-weight: 700;
  text-align: center;
  padding: 20px 12px;
  border: 1px solid #D5D5D5;
}
.c_apply_confirm__table tbody td {
  padding: 16px 15px;
  border: 1px solid #D5D5D5;
}
.c_apply_confirm__table tbody tr:nth-child(even) td {
  background: #F9F9F9;
}
/* 列幅の目安（必要に応じて調整） */
.c_apply_confirm__cols col:nth-child(2) { width: 150px; }
.c_apply_confirm__cols col:nth-child(3) { width: 80px; }
.c_apply_confirm__cols col:nth-child(4) { width: 150px; }

@media screen and (max-width: 767px) {
  .c_apply_confirm {
    width: 100%;
  }
  .c_apply_confirm__table tbody td {
    padding: 15px 12px;
  }
  .c_apply_confirm__cols col:nth-child(2) { width: 105px; }
  .c_apply_confirm__cols col:nth-child(3) { width: 55px; }
  .c_apply_confirm__cols col:nth-child(4) { width: 115px; }
}

/* =================================
 囲み枠
================================= */
.c_lineBox._apply_complete {
  padding: 20px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c_lineBox._apply_complete {
    padding: 20px 15px 20px 20px;
  }
}

/* =================================
 保証規定
================================= */
.c_warranty_terms {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
.c_warranty_terms__box {
  height: 500px;
  overflow: auto;
  padding: 20px 30px 20px 30px;
}

.c_list_order_terms {
  list-style-type: none;
  counter-reset: terms_cnt;
}

.c_list_order_terms > li {
  padding: 0 0 0 35px;
  position: relative;
  counter-increment: terms_cnt;
}

.c_list_order_terms > li:before {
  content: counter(terms_cnt)".";
  display: block;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_list_order_terms > li {
    padding: 0 0 0 30px;
  }
  .c_list_order_terms > li:before {
    width: 30px;
  }
}

/* ======================================================================
 search
====================================================================== */
.c_searchBox {
  padding: 20px 30px;
  background: #F3F3F3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.c_searchInputField {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 767px) {
    .c_searchInputField {
        display: flex;
        flex-wrap: wrap;
    }
}

.c_searchInputLabel._normalWidth {
  width: 160px;
}

.c_searchInputWrapper {
    position: relative;
}

.c_searchInputClearBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 30px;
    height: 100%;
    padding-left: 5px;
    cursor: pointer;
    z-index: 1;
}

.c_searchInputClearBtn::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #777;
    transform: rotate(45deg);
    pointer-events: none;
}

.c_searchInputClearBtn::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #777;
    transform: rotate(-45deg);
    pointer-events: none;
}

.c_searchInput {
  height: 40px;
  background: #fff;
  border-radius: 0 !important;
  border: none !important;
  width: 175px !important;
  padding-inline: 13px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.c_searchInput._add {
  width: 357px !important;
}

.c_searchInput._date {
    width: 170px !important;
    padding-right: 30px !important;
}

.c_searchInputRange {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c_inputSearchBtn {
  width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #636363;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .c_searchInput._date {
        width: 160px !important;
        font-size: 14px !important;
    }
}

.c_desclist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  counter-reset: desclist;
}
.c_desclist__item {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 0;
  counter-increment: desclist;
}
.c_desclist__title {
  font-weight: 700;
  display: flex;
}
.c_desclist__title:before {
  content: counter(desclist)'.';
}
@media screen and (max-width: 767px) {
  .c_desclist__item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
