/*----------------------------------------------------------------------------------------------------
 PC start
----------------------------------------------------------------------------------------------------*/
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

/* promok1_pagetitle */
.promok1_pagetitle {
  text-align: center;
}
.promok1_pagetitle_head {
  position: relative;
  padding: 30px 20px;
}
.promok1_pagetitle_head:before {
  content: '';
  width: calc(var(--vw) * 100);
  height: 100%;
  background: #f76b1f;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB5505', endColorstr='#00A3DF',GradientType=1 );
  position: absolute;
  top: 0;
  left: calc(50% - calc(var(--vw) * 50));
  z-index: -1;
}
.promok1_pagetitle_head h1 {
  color: var(--color-white);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.promok1_pagetitle_body {
  position: relative;
  padding: 50px 0;
}
.promok1_pagetitle_body:before {
  content: '';
  width: calc(var(--vw) * 100);
  height: 100%;
  background: var(--color-accent);
  position: absolute;
  top: 0;
  left: calc(50% - calc(var(--vw) * 50));
  z-index: -1;
}
.promok1_pagetitle_body .container {
  max-width: 960px;
}
.promok1_pagetitle_body_img img {
  max-width: 100%;
}
.promok1_pagetitle_body_ribbon {
  background: var(--color-white);
  border: solid 3px var(--color-black);
  font-size: 20px;
  font-weight: bold;
  padding: 12px 30px;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 20px;
  transform: skewX(-10deg);
}
.promok1_pagetitle_body_ribbon span {
  display: block;
  transform: skewX(10deg);
}
.btn_bk.arrow_right {
  margin-bottom: 15px;
}

/* commufanet_contact */
.cta_area {
  margin-bottom: 100px;
}
.cta_txt01 {
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
  text-underline-offset: 5px;
}
.cta_txt01 span {
  font-size: 28px;
  font-weight: bold;
  color: #f76b1f;
  padding: 5px 0;
  -webkit-text-stroke: 0.5px #f76b1f;
}
.cta_txt02 {
  text-align: center;
  color: red;
}
.promok1_return {
  background: var(--color-gray-100);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.promok1_return_title {
  color: var(--color-primary);
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin: 20px 10px;
}
.promok1_return_title b {
  font-size: 32px;
}
.promok1_return_top {
  background: var(--color-white);
  border-radius: 10px;
  padding: 20px;
}
.promok1_return_top .txt {
  font-size: 24px;
  font-weight: bold;
  color: #f76b1f;
}
.promok1_return .plus {
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0;
}
.promok1_return_box {
  background: var(--color-white);
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
}
.promok1_return_bottom {
  margin-bottom: 50px;
}
.promok1_return_box + .promok1_return_box {
  margin-top: 10px;
}
.promok1_return_box h3 {
  font-size: 21px;
  font-weight: bold;
  margin: 30px 0 15px;
}
.promok1_return_box h3 span {
  font-size: 32px;
  color: #f76b1f;
}
.promok1_return_box .box_inner {
  margin-bottom: 25px;
}
.promok1_return_box .box_inner .cp_ttl {
  font-size: 21px;
}
.promok1_return_box .box_inner .cp_name {
  font-size: 32px;
  font-weight: bold;
  color: #f76b1f;
}
.promok1_return_box .box_inner .cp_note span {
  font-weight: bold;
  color: red;
}
.promok1_return .cp_note {
  font-size: 14px;
}
.list-o-annoteDecimal {
  padding: 0;
  margin-top: 10px;
  text-align: left;
  counter-reset: nth;
}
.list-o-annoteDecimal > * {
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 5px;
  font-size: 14px;
}
.list-o-annoteDecimal > .no-number {
  position: relative;
  padding-left: 1.5em;
}
.list-o-annoteDecimal > *:before {
  position: absolute;
  left: 0;
  counter-increment: nth;
  content: '※' counter(nth);
}
.list-o-annoteDecimal > .no-number:before {
  content: '※';
}
.list-o-annoteDecimal > *[data-nth]:before {
  content: '※' attr(data-nth);
}
.list-o-annoteDecimal li a {
  color: #1a73e8;
  text-decoration: underline;
}

/* promok1_notes */
.promok1_notes .promok1_notes_title {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.promok1_notes .notes_txt {
  padding: 0;
  margin-top: 10px;
  text-align: left;
}
.promok1_notes .notes_txt > * {
  position: relative;
  padding-left: 20px;
}
.promok1_notes .notes_txt > *:before {
  position: absolute;
  left: 0;
  content: '・';
}

/* commufanet */
.commufanet {
  font-size: 16px;
}
.commufanet img {
  max-width: 100%;
  height: auto;
}

/* commufanet_contact */
.commufanet_contact {
  border: 5px solid var(--color-primary);
  margin-bottom: 30px;
  padding: 50px;
  text-align: center;
}
.commufanet_contact.commufanet_contact_01 {
  border-radius: 15px;
}
.commufanet_contact.commufanet_contact_02 {
  border-radius: 0 0 10px 10px;
}
.commufanet_contact + .commufanet_contact {
  margin-top: -85px;
}
.commufanet_contact.commufanet_howto {
  border-radius: 10px;
}
.commufanet_contact.commufanet_howto + .commufanet_contact.commufanet_howto {
  margin-top: -30px;
}

.commufanet_contact h2 {
  margin-top: -50px;
}
.commufanet_contact h2 span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: var(--color-white);
  padding: 0 12px;
  position: relative;
  top: -1em;
  width: auto !important;
}
.commufanet_contact_container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.commufanet_contact_container1col {
  margin-top: 30px;
}
.commufanet_contact_container h3 {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.commufanet_contact_tel {
  width: 50%;
  border-right: 1px solid #ddd;
}
.commufanet_contact_reserve {
  width: 50%;
}
.commufanet_contact_container .btn_bk {
  max-width: 350px;
}
.bottom_notes {
  margin-bottom: 50px;
}
/*----------------------------------------------------------------------------------------------------
 2025/03/03 追記　start
----------------------------------------------------------------------------------------------------*/
.fv_bottom_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv_bottom_logo img {
  width: 100%;
  height: auto;
}
.fv_bottom_logo .logo_left {
  width: 175px;
}
.fv_bottom_logo .logo_right {
  width: 310px;
}
.smartvalue_pagetitle {
  padding-top: 80px;
}
/*----------------------------------------------------------------------------------------------------
 2025/03/03　end
----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------
 PC end
----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------
 レスポンシブ start
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  section.container {
    padding: 0;
  }

  .promok1_pagetitle {
    margin-bottom: 50px;
  }
  .promok1_pagetitle_body {
    padding: 40px 0 20px;
  }
  .promok1_pagetitle_head h1 {
    font-size: 20px;
  }
  .promok1_pagetitle_body_ribbon {
    font-size: 16px;
  }
  .list-o-annoteDecimal > * {
    font-size: 13px;
    padding-left: 2em;
  }
  .commufanet_contact h2 {
    margin-top: -20px;
  }
  .commufanet_contact h2 span {
    font-size: 21px;
  }
  .commufanet_contact {
    padding: 20px;
    margin-bottom: 25px;
  }
  .cta_area {
    margin-bottom: 50px;
  }
  .commufanet_contact_container {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .commufanet_contact_container .commufanet_tx_small {
    font-size: 14px;
  }
  .commufanet_contact_tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .commufanet_contact_reserve {
    width: 100%;
  }
  .commufanet_contact_container h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cta_txt01 {
    font-size: 14px;
    line-height: 2em;
  }
  .cta_txt01 span {
    font-size: 18px;
  }
  .cta_txt02 {
    font-size: 14px;
  }
  .promok1_return {
    margin-bottom: 20px;
    padding: 10px;
  }
  .promok1_return_title {
    font-size: 18px;
    margin: 10px;
  }
  .promok1_return_title b {
    font-size: 24px;
  }
  .promok1_return_box {
    padding: 10px;
  }
  .promok1_return_box h3 {
    font-size: 14px;
    margin: 20px 0 15px;
  }
  .promok1_return_box h3 span {
    font-size: 24px;
  }
  .promok1_return_box .box_inner {
    margin-bottom: 15px;
  }
  .promok1_return_box .box_inner .cp_ttl,
  .promok1_return_box .box_inner .cp_note {
    font-size: 14px;
  }
  .promok1_return_box .box_inner .cp_name {
    font-size: 21px;
  }
  .promok1_return_top .txt {
    font-size: 18px;
  }
  .promok1_return .plus {
    margin: 0;
  }
  .commufanet {
    font-size: 14px;
  }
  .commufanet_contact + .commufanet_contact {
    margin-top: -45px;
  }
  .commufanet_contact.commufanet_howto + .commufanet_contact.commufanet_howto {
    margin-top: 0;
  }
  .commufanet_contact h2 {
    margin-top: -20px;
  }
  .commufanet_contact h2 span {
    font-size: 20px;
  }
  .commufanet_contact_container {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .commufanet_contact_container h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .commufanet_contact_tel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .commufanet_contact_reserve {
    width: 100%;
  }
  .commufanet_contact_container1col {
    margin-top: 0;
  }
  .commufanet_contact_container1col .btn_accent.arrow_right a {
    padding: 15px 30px;
  }
  .promok1_notes_title {
    font-size: 18px;
  }
  .promok1_attention_title {
    font-size: 16px;
  }
  .promok1_notes .promok1_notes_title {
    font-size: 18px;
  }
  .promok1_notes .notes_txt {
    font-size: 14px;
    margin-top: 5px;
  }
  .promok1_notes {
    margin-bottom: 50px;
  }
  .promok1_return_bottom {
    margin-bottom: 30px;
  }
  .table_bordered.table_responsive th,
  .table_bordered.table_responsive td {
    line-height: 1.4em;
    display: block;
    width: 100%;
  }
  .table_bordered.table_responsive th {
    text-align: center;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  .table_bordered.table_responsive td {
    padding: 20px 10px;
    border-top: 0px solid;
    border-right: 1px solid;
    border-bottom: 0px solid;
    border-left: 1px solid;
  }
  .table_bordered.table_responsive td.last_td {
    border-top: 0px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
  }
  /*----------------------------------------------------------------------------------------------------
  2025/03/03 追記　start
  ----------------------------------------------------------------------------------------------------*/
  .fv_bottom_logo .logo_left {
    width: 95px;
  }
  .fv_bottom_logo .logo_right {
    width: 155px;
  }
  /*----------------------------------------------------------------------------------------------------
  2025/03/03　end
  ----------------------------------------------------------------------------------------------------*/
}

/*----------------------------------------------------------------------------------------------------
 レスポンシブ end
----------------------------------------------------------------------------------------------------*/
