@charset "UTF-8";
/*optionページ用CSS*/
/*
====参考ブレイクポイント========================
* X-Small  |	--               |	575px以下
* Small    |	sm               |	576px以上ｖ/　767px以下
* Medium   |	md               |	768px以上　/　991px以下
* Large    |	lg               |	992px以上　/　1199px以下
* Extra    |	large	xl         |	1200px以上　/　1399ｐｘ以下
* Extra    |	extra large	xxl  |	1400px以上
=========================================
*
*/
.option-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0 40px 0;
  gap: 8px;
}

#option-btn {
  max-width: 864px;
  margin: auto;
  text-decoration: none;
  font-weight: 700;
}
#option-btn a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em;
}
#option-btn p {
  max-width: 280px;
  margin: auto;
  line-height: 100%;
}

.option-summary {
  flex-grow: 1;
}
.option-summary .option-icon {
  text-align: center;
}

.upper-btn-menu,
.lower-btn-menu {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}

.support-btn,
.security-btn,
.hikariphone-btn,
.andlineTV-btn {
  border-radius: 100px;
  background: var(--light-orange, #ffd1a5);
  padding: 24px 40px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  width: 400px;
}

.support-btn:hover,
.security-btn:hover,
.hikariphone-btn:hover,
.andlineTV-btn:hover {
  background-color: var(--light-orange, #ffd1a5);
}

.lower-btn-menu p {
  margin-right: 120px;
}

.support-btn,
.security-btn {
  margin-bottom: 32px;
}

.hikariphone-btn,
.andlineTV-btn {
  margin-bottom: 56px;
}

/*ボタンの矢印*/
.support-btn,
.security-btn,
.hikariphone-btn,
.andlineTV-btn {
  position: relative;
}

.support-btn::after,
.security-btn::after,
.hikariphone-btn::after,
.andlineTV-btn::after {
  background-image: url(../../img/pages/orange-arrow.svg);
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
  right: 30px;
}

.support-btn:hover::after,
.security-btn:hover::after,
.hikariphone-btn:hover::after,
.andlineTV-btn:hover::after {
  top: 40%;
}

/*------------------*/
#support-option,
#security-option,
.hikari-option {
  max-width: 980px;
  margin: auto;
}

#support-option h2,
#security-option h2,
.hikari-option h2 {
  text-align: center;
  color: var(--font-color);
  padding: 0;
  padding-bottom: 16px;
  margin-bottom: 48px;
}

.flex_support {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

#support-option,
#security-option {
  padding: 32px 0 60px 0;
}

.hikari-option {
  padding: 32px 0 32px 0;
  max-width: 980px;
  margin: auto;
}

#support-option .option-name,
#security-option .option-name,
.hikari-option .option-name {
  text-align: center;
  padding: 25px 16px;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(360deg, #364857 0%, #6d8294 100%);
  font-size: 1rem;
}

.service-frame {
  border-radius: 0 0 6px 6px;
  border: 3px solid var(--navy, #364857);
  background: #fff;
  box-shadow: 0px 8px 0px 0px #364857;
  width: 365px;
  height: 304px;
  margin-bottom: 24px;
  border-top: none;
  display: flex;
  flex-direction: column;
}

.hikari-option .service-frame {
  height: 360px;
}

#support-option .option-summary p,
#security-option .option-summary p,
.hikari-option .option-summary p {
  line-height: 170%;
  font-weight: 400;
  font-size: 14px;
  max-width: 295px;
  margin: auto;
}

#support-option .cost-support-option,
#security-option .cost-support-option {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: baseline;
  font-size: 40px;
  gap: 3px;
  padding-right: 24px;
  padding-bottom: 40px;
}

.hikari-option .cost-support-option {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: self-end;
  font-size: 40px;
  gap: 3px;
  padding-right: 24px;
  padding-bottom: 30px;
}
.hikari-option .cost-phone-option {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: self-end;
  font-size: 40px;
  gap: 3px;
}

.phone-money {
  padding-right: 24px;
  padding-bottom: 28px;
}

.hikari-option .cost_10 {
  text-align: right;
  color: var(--orange, #f75940);
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
}

.cost_14 p {
  text-align: right;
  color: var(--orange, #f75940);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.cost-support-option-andline {
  display: flex;
  text-align: center;
  justify-content: right;
  align-items: self-end;
  font-size: 40px;
  gap: 3px;
  padding-right: 24px;
  padding-bottom: 75px;
}

#support-option .cost_storong p,
#support-option .cost_yen p {
  font-weight: 700;
  line-height: 80%;
  color: #f75940;
}

#security-option .cost_storong p,
#security-option .cost_yen p {
  font-weight: 700;
  line-height: 80%;
  color: #f75940;
}

.hikari-option .cost_storong p,
.hikari-option .cost_yen p {
  font-weight: 700;
  line-height: 80%;
  color: #f75940;
}

ruby {
  font-size: 22px;
  color: var(--orange, #f75940);
  font-weight: 700;
}

rt {
  color: var(--orange, #f75940);
  font-weight: 700;
}

#support-option .cost_storong,
#security-option .cost_storong,
.hikari-option .cost_storong {
  font-size: 40px;
}

.hikari-phone-detail {
  text-align: right;
  padding: 0 24px 32px 0;
}
.hikari-phone-detail img {
  position: relative;
  padding-left: 5px;
  transition: 0.2s;
}
.hikari-phone-detail:hover img {
  left: 0.3em;
}

.hikari-phone-btn {
  border-radius: 60px;
  background: var(--light-orange, #ffd1a5);
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
}

.alignment {
  margin: 24px;
}

.applyBtn {
  padding-bottom: 90px;
  padding-top: 40px;
}

.phchwrap {
  margin: 0 20px 10px;
  height: 90px;
}
.phchwrap.phace {
  margin: 0 10px 10px;
}

.phchwrap ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.phchwrap ul li {
  flex: 1;
  text-align: center;
}

.phch01 {
  background: #f75940;
  color: #fff;
  border-radius: 99px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 2px 15px;
}
.phch01 span {
  font-size: 10px;
  font-weight: 500;
}

.phch02 {
  color: #f75940;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
.phch02__01 {
  font-size: 40px;
  font-weight: bold;
  padding: 0 2px;
}
.phch02__02 {
  font-size: 22px;
  font-weight: bold;
}
.phch02__03 {
  font-size: 30px;
  font-weight: bold;
}

.phch03 {
  color: #364857;
  font-size: 10px;
  font-weight: bold;
}

/*========*/
@media (max-width: 575px) {
  #option-btn {
    display: block;
  }
  .service-frame {
    width: 320px;
  }
  .support-btn::after,
  .security-btn::after,
  .hikariphone-btn::after,
  .andlineTV-btn::after {
    right: 15px;
  }
  #security-option .option-name {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #option-btn {
    flex-wrap: wrap;
  }
  .support-btn,
  .security-btn,
  .hikariphone-btn,
  .andlineTV-btn {
    margin-bottom: 16px;
  }
  .upper-btn-menu,
  .lower-btn-menu {
    flex-wrap: wrap;
  }
  .phchwrap {
    margin: 15px 10px 20px;
    height: auto;
  }
  .phchwrap.phace {
    margin: 10px 10px 20px;
  }
  .phchwrap ul {
    gap: 10px;
    justify-content: space-between;
  }
  .phchwrap ul li {
    flex: initial;
  }
  .phch02 {
    font-size: 12px;
  }
  .phch02__03 {
    font-size: 26px;
  }
  .phch02 ruby {
    font-size: 16px;
  }
  #andlinephone .option-summary {
    flex-grow: 0;
  }
}/*# sourceMappingURL=option.css.map */