@charset "utf-8";

body {  overflow-x: clip;  color: #333333;  }
.bg_gray {
  background: #f5f5f5;
}
.bg_white {
  background: #ffffff;
}
.text_normal {
  font-weight: normal !important;
}
.display_grid {
  display: grid;
}
.align-self_center {
  align-self: center;
}
a [class*=text-link] {
  color: #333333;
}
.line_height_1 {
  line-height: 1 !important;
}
.line_height_12 {
  line-height: 1.2 !important;
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_40 {
  font-size: min(40px, 6vw);
}
.text_huge_46 {
  font-size: min(46px, 10vw);
}
.text_huge_50 {
  font-size: min(50px, 6vw);
}
.text_huge_60 {
  font-size: min(60px, 10vw);
}
.text_huge_80 {
  font-size: min(80px, 10vw);
}
.text-size-s, .text-size-s a {
  font-size: 14px !important;
}
h3.ttl-section {
  margin-top: 35px;
  margin-bottom: 20px;
}
h3.ttl_d {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
h4.ttl_d {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3.ttl-section {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  h3.ttl_d {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  h4.ttl_d {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
  }
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.po_re {
  position: relative !important;
}
.po_a_b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.img_center img {
  margin: 0 auto;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.btn_red_border {
	border: 3px solid #fc0f3a;
    background: #fff;
	color: #fc0f3a;
}
.btn_red_border.btn_arrow:before {
    border-top-color: #fc0f3a;
    border-right-color: #fc0f3a;
}
@media screen and (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 13px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
li.b_none:before {
  content: none !important;
}
.text-nomal {
  font-weight: normal !important;
}

/** --------------------  all  -------------------- **/
.l-wrapper_white {
  background-color: #fff;
  margin: 0 auto;
  max-width: 980px;
}
.section_wrapper {
  padding: 0;
}
.drawLine {
  position: relative;
  padding: 0 .25em;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.text_s14, .text_s14 a {
  font-size: min(14px, 3vw);
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_30 {
  font-size: min(30px, 7vw);
  line-height: 1;
}
.text_huge_35 {
  font-size: min(35px, 7vw);
  line-height: 1;
}
.text_huge_40 {
  font-size: min(40px, 10vw);
  line-height: 1;
}
.text_huge_50 {
  font-size: min(50px, 10vw);
  line-height: 1;
}
.text_huge_60 {
  font-size: min(60px, 10vw);
  line-height: 1;
}
.text_huge_80 {
  font-size: min(80px, 10vw);
  line-height: 1;
}
.text_blue {
  color: #163eb0;
}
.text-normal {
  font-weight: normal;
}
.line_h12 {
  line-height: 1.2 !important;
}
@media screen and (min-width: 768px) {
  .section,
	.compare {
    padding: 30px 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section,
	.compare {
    padding: 15px 0 25px 0;
  }
  .l-wrapper_white {
    padding: 0;
  }
  .section_wrapper {
    padding: 0 15px;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
}
.ff_oswald {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 2px 0 3px;
    line-height: 1;
}

/** --------------------  btn  -------------------- **/
.cta_area .section_wrapper {
  padding: 30px 0 40px 0;
}
.cta_area.bg_gray {
  background-color: #E8E8E8;
}
.cta_area h2 {
  font-size: min(2.6rem, 6vw);
}
.btn-inline-wrapper {
  display: inline-flex;
}
.btn-inline-wrapper > div {
  margin: 0 15px;
  position: relative;
}
.btn_rc p > span {
  font-size: min(14px, 6vw);
}
@media screen and (max-width: 768px) {
  .btn-inline-wrapper .btn {
    width: 100%;
  }
  .btn-inline-wrapper {
    display: block;
  }
  .btn-inline-wrapper div:nth-child(2n) {
    margin-top: 20px;
  }
  .btn_rc p > span {
    padding: 4px;
  }
}

/** --------------------  料金プラン・割引  -------------------- **/
/**  accordion_head is-active  **/
.is-hover .accordion_button, .is-open .accordion_button {
  background: #fc0f3a;
}
.accordion_button:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.is-open .accordion_button:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.align-self_center {
  align-self: center;
}
.icon_bullet > li:before {
  content: "・" !important;
}
.icon_bullet p,	
.icon_bullet > li,
.icon_bullet a {
  font-size: 13px;
  margin-bottom: 6px;
}
.icon_bullet p, .icon_bullet > li ul {
  padding-top: 6px;
}
.icon_bullet p, .icon_bullet > li ul li {
  font-size: 13px;
  margin-bottom: 6px;
}

/** --------------------  お申し込みの流れ  -------------------- **/
.document {
  background: none;
}
.begginer-step-flow-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: block;
  padding: 10px 5px;
  position: relative;
}
@media (max-width: 768px) {
  .begginer-step-flow-item {
    border: none;
    border-radius: 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 50px 15px 30px;
  }
  .begginer-step-flow-num {
    width: 75px;
  }
  .begginer-step-flow-head {
    width: calc(100% - 80px);
  }
}
/** --------------------  footer_btn  -------------------- **/
.cvArea .cvArea_button {
  padding: 12px 5px 8px 5px;
}
.cvArea .cvArea_button.is-border {
  padding: 10px 5px;
}
/* btn2行の場合
@media (max-width: 768px) {	
	.cvArea .cvArea_button {
		padding: 15px 5px 6px 5px;
	}
	.cvArea .cvArea_button.is-border {
		padding: 5px;
	}
	.cvArea .cvArea_button.is-border p {
		line-height: 1.2!important;
	}
}
*/

/** --------------------  lp color  -------------------- **/
.slash:before, .slash:after {
  background: #fc0f3a;
  width: 3px;
  border-radius: 10px;
}
.btn-m, .btn-m:hover, .btn-m:not(.btn-disabled):hover {
  padding: 13px 20px;
}
.bg_color {
  background-color: #ffe6ef;
}
@media screen and (min-width: 768px) {
  .bg_color {
    background-image: url("../../images/bg_img_pc.png");
    background-position: center top;
  }
}
.bg_pink_gradation {
  height: 50px;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 230, 239));
}
@media screen and (max-width: 768px) {
  .bg_pink_gradation {
    height: 30px;
  }
}

/** --------------------  kv  -------------------- **/
#kv {
  position: relative;
}
#kv .kv_img {
  margin: 0;
  background: #ffffff;
	position: relative;
}
#kv .note {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#kv .note p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  padding-bottom: 3px;
  -webkit-text-stroke: 2px #68d8d1;
  text-stroke: 2px #68d8d1;
  paint-order: stroke;
}
#kv .text-size-s, #kv .text-size-s a {
  font-size: 12px !important;
  color: #ea066d !important;
}
@media (max-width: 768px) {
  #kv .note p {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #kv .note p {
    padding-bottom: 3px;
  }
}


/** --------------------  lineup  -------------------- **/
@media screen and (min-width: 768px) {
  #lineup.section {
    padding: 0 0 50px;
  }
  #lineup .btn {
    font-size: 18px;
  }
}
#lineup .box_pink {
  border: 3px solid #ea066d;
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s;
}
#lineup .btn {
  font-weight: bold;
}
#lineup .model_img img {
  max-height: 180px;
  margin: 0 auto;
  padding: 15px 0 15px;
}
#lineup .box_pink .text-size-s, #lineup .box_pink .text-size-s a {
  font-size: 12px !important;
  color: #999999 !important;
}
#lineup .box_pink .list-iconindent li {
  line-height: 1.3 !important;
}
#lineup .tag_black span {
  padding: 0 10px 1px;
  color: #fff;
  background: #333333;
  border-radius: 100px;
  font-size: 14px !important;
}
#lineup .model_price {
  font-size: 18px !important;
  font-weight: bold;
}
#lineup .model_price span {
  text-decoration: line-through;
  margin-left: 10px;
}
#lineup .btn_cart::after {
  background: url(/common_b/images/common/icon/icon_cart_white.svg) no-repeat left top;
  top: 0;
  width: 19px;
  height: 19px;
  ;
  margin-left: 10px;
  vertical-align: middle;
}
#lineup .btn-summery.btn-m {
  min-width: 420px;
  padding: 20px 10px 15px;
}
#lineup .btn-summery small {
  margin-top: 10px;
}
#lineup .btn-summery.btn-blank:after {
  content: none;
}
#lineup .btn-summery.btn-blank small:after {
  content: "";
  background-image: url(/common_b/images/common/icon/icon_blank_gray.svg);
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#lineup a [class*=text-link] {
  color: #1A0DAB;
  font-weight: bold;
}
#lineup .text-link-arrow:hover {
  opacity: 1;
  text-decoration: underline;
}
#lineup .model_lineup a:hover {
  opacity: 10 !important;
}
#lineup .model_lineup a:hover .box_pink {
  background: #ffffe6;
  border: 3px solid #ffe91d;
}
@media screen and (max-width: 879px) {
  #lineup .box_pink {
    padding: 20px 5px 25px;
  }
  #lineup .btn {
    min-width: 164px;
  }
}
@media screen and (max-width: 768px) {
  #lineup.section {
    padding: 0 0 25px;
  }
  #lineup .box_pink {
    padding: 20px 10px 15px;
  }
  #lineup .model_wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
  #lineup .model_img {
    flex: 0 33%;
    max-width: 33%;
  }
  #lineup .model_text {
    flex: 0 0 67%;
    max-width: 67%;
  }
  #lineup .model_img img {
    max-width: 100%;
    padding: 0;
  }
  #lineup .btn {
    padding: 8px 30px;
  }
  #lineup .tag_black span {
    font-size: 12px !important;
    letter-spacing: 0;
  }
  #lineup .model_price {
    font-size: 15px !important;
  }
  #lineup .text_huge_60 {
    font-size: 50px;
  }
  #lineup .btn-summery.btn-m {
    min-width: 50%;
    padding: 20px 20px 15px;
  }
  #lineup .btn-summery small {
    margin-top: 5px;
  }
}

/** --------------------  モーダル  -------------------- **/
.refinemodal {
  background-color: rgba(0, 0, 0, 0.5);
}
.refinemodal .inner-box {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 30px;
}
.refinemodal-inner {
  background-color: #fff;
  max-width: 1080px;
  padding: 50px 80px 30px 80px;
  top: 60px;
  max-height: calc(100vh - 90px);
}
.modal-close {
  background: none;
  position: absolute;
  width: 100%;
}
.modal-close span:nth-child(1), .modal-close span:nth-child(2) {
  left: 94%;
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
  .modal-close span:nth-child(1), .modal-close span:nth-child(2) {
    left: 94%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .refinemodal .inner-box {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  .refinemodal-bottom {
    display: none;
  }
  .refinemodal .modal-close {
    display: block;
  }
  .refinemodal-inner {
    padding: 0;
  }
  .refinemodal .row {
    flex-direction: column-reverse;
  }
  .refinemodal .inner-box {
    height: calc(100vh - 90px);
  }
  .refinemodal-inner {
    padding: 30px 20px;
  }
  .refinemodal-section {
    padding: 0;
  }
}
.refinemodal-inner .model_img_color {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.refinemodal-inner .model_img_color .model_img_color_in {
  margin: 0 auto;
}
.refinemodal-inner .model_img_color .model_img_color_in div {
  width: 33.3333333333%;
  display: inline-flex;
}
.refinemodal-inner .table {
  margin-top: 30px;
}
.refinemodal-inner tr th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
}
.refinemodal-inner tr th:first-child {
  width: 15%;
}
.refinemodal-inner tr td {
  width: 55%;
}
.refinemodal-inner .text-size-s, .refinemodal-inner .text-size-s a {
  font-size: 12px !important;
}
.lineup-product-txt-box .fs-15, .lineup-product-txt-box .fs-15 a {
  font-size: 15px !important;
}
.refinemodal-inner .model_img_color .model_img_color_in {
  width: 100%;
}
.refinemodal-inner .model_img_color .model_img_color_in div {
  width: 32.5%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .refinemodal-inner .model_ttl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .refinemodal-inner .model_img_color .model_img_color_in {
    width: 100%;
    display: inline-block;
  }
  .refinemodal-inner .model_img_color .model_img_color_in div {
    width: 33%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .modal-close span:nth-child(1), .modal-close span:nth-child(2) {
    left: 89%;
  }
  .table tr:first-child th:first-child {
    writing-mode: vertical-rl;
  }
}
/* ▼▼202408 モーダル追加▼▼ */
.refinemodal {
  width: 100%;
  left: 0;
}
#modal_wrapper .refinemodal {
  background-color: rgba(0, 0, 0, 0.5);
}
#modal_wrapper .inner-box {
  position: relative;
  width: 580px;
  margin: 0 auto;
}
#modal_wrapper .refinemodal-inner {
  z-index: 999;
  width: 580px;
  height: auto;
  padding: 0;
}
#modal_wrapper .refinemodal .modal-close {
  background: none;
  position: relative;
  top: 12% !important;
  left: 98%;
}
#modal_wrapper .inner-box {
  position: relative;
  height: 100vh;
}
#modal_wrapper .refinemodal-inner a {
  transition: 0.6s;
}
#modal_wrapper .refinemodal-inner {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  max-width: 580px;
  max-height: 580px;
  background-color: #fff;
}
.modal-close span {
  height: 7px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #modal_wrapper .inner-box {
    height: 600px;
    height: 100vh;
  }
  #modal_wrapper .refinemodal-inner {
    width: 600px;
    max-width: 500px;
  }
  #modal_wrapper .refinemodal-bottom {
    position: relative;
    height: 200px;
    border-bottom: 100px;
  }
  #modal_wrapper .refinemodal-bottom-close {
    width: 55px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 21px;
    z-index: 999999;
    top: 55px;
    background: none;
  }
  #modal_wrapper .refinemodal .modal-close {
    top: 16%;
    left: 92%;
  }
  #modal_wrapper .refinemodal-bottom-close span {
    width: 40px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  #modal_wrapper .inner-box {
    height: 600px;
    height: 100vh;
    width: 100%;
  }
  #modal_wrapper .refinemodal-inner {
    max-width: 500px;
    width: 90%;
    padding: 0;
  }
  #modal_wrapper .refinemodal-bottom {
    position: relative;
    width: 96%;
    top: 15%;
  }
  #modal_wrapper .refinemodal-bottom-close {
    width: 55px;
    height: 56px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-size: 21px;
    z-index: 999999;
    top: 16px;
    background: none;
  }
  #modal_wrapper .refinemodal-bottom-close span {
    width: 40px;
    height: 6px;
  }
}
@media screen and (max-width: 320px) {
  #modal_wrapper .refinemodal-bottom {
    top: 13.5%;
  }
}
#mini_bnr {
  position: fixed;
  right: 15px;
  /*bottom: 240px;*/
  bottom: 56%;
  display: none;
  z-index: 12;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transition: .7s;
  transition: .7s
}
#mini_bnr.mini_bnr_none {
  display: none;
}
#mini_bnr.mini_bnr_show {
  webkit-transform: translateX(0);
  transform: translateX(0)
}
#mini_bnr a {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  transition: all 0.25s ease;
  border: solid 2px #323232;
}
#mini_bnr a:hover {
  opacity: 0.7;
}
#mini_bnr a img {
  width: 100%;
  height: auto;
}
.gotop {
  bottom: 130px;
}
@media screen and (max-width: 767px) {
  #mini_bnr {
    /*bottom: 150px;*/
    bottom: 60%;
    right: 7px;
  }
  #mini_bnr a {
    width: 70px;
    height: 70px;
  }
  .gotop {
    bottom: 90px;
  }
  .plan-table-flex img.img_now {
    width: 12%;
  }
}
/* ▲▲202408 モーダル追加▲▲ */

/** --------------------  契約事務手数料無料キャンペーン #jimute2412  -------------------- **/
@media screen and (min-width: 768px) {
	.section_wrapper.jimute2412 {
		padding: 0 40px 30px;
	}
}

/**   h2 リボン  **/
#jimute2412 h2 {
  position: relative;
  margin: 50px 0 30px 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 900;
}
#jimute2412 h2:before, #jimute2412 h2:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 21px solid #dbb20f;
  width: 40px;
}
#jimute2412 h2:before {
  /*left: 175px;*/
  border-left-width: 10px;
  border-left-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-255px);
}
#jimute2412 h2:after {
  /*right: 175px;*/
  border-right-width: 10px;
  border-right-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(255px); /* 中央から250px右へ移動 */
}
#jimute2412 h2 span {
  position: relative;
  z-index: 1;
  color: #333333;
  background: #ffcc00;
  display: inline-block;
  padding: 0 25px 2px 25px;
  min-width: 500px;
}
#jimute2412 h2 span:before, #jimute2412 h2 span:after {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
#jimute2412 h2 span:before {
  left: 0;
  border-width: 15px 0 0 15px;
}
#jimute2412 h2 span:after {
  right: 0;
  border-width: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  #jimute2412 h2 {
    margin: 30px 0 25px 0;
  }
  #jimute2412 h2 span {
    padding: 3px 0 5px 0;
    min-width: 86%;
  }
  #jimute2412 h2:before {
    left: 0;
    right: auto;
    transform: none;
  }
  #jimute2412 h2:after {
    left: auto;
    right: 0;
    transform: none;
  }
}
/**   /h2 リボン  **/
#jimute2412 h2 {
  margin-top: 5px;
}
#jimute2412 h2 span span:before, #jimute2412 h2 span span:after {
  content: none;
}
#jimute2412 h2:before {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-280px);
}
#jimute2412 h2:after {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(280px); /* 中央から250px右へ移動 */
}
#jimute2412 h2 span {
  line-height: 1;
  padding: 13px 25px 6px 25px;
}
#jimute2412 h2 span span {
  line-height: 1;
}
#jimute2412 .slash:before, #jimute2412 .slash:after {
  background: #fc0f3a;
  width: 3px;
  border-radius: 10px;
}
#jimute2412 .btn-m {
  padding: 13px 20px;
}
/**  ▼　ページ全体のアニメーション削除のため追記　202501  **/
#jimute2412 h2:before, #jimute2412 h2:after {
  position: absolute;
}
/**  ▲　ページ全体のアニメーション削除のため追記　202501  **/
@media screen and (max-width: 768px) {
  #jimute2412 h2 span {
    line-height: 1.2;
    padding: 12px 0 8px 0;
  }
  #jimute2412 h2 span span {
    font-size: 14px !important;
    padding: 10px 0 6px 0;
    letter-spacing: 0.04em;
  }
  #jimute2412 h2:before {
    left: 0;
    right: auto;
    transform: none;
  }
  #jimute2412 h2:after {
    left: auto;
    right: 0;
    transform: none;
  }
}

/** --------------------  通話オプション  ------------------------------------------------------------ **/
.call_option td {
  vertical-align: middle;
  white-space: nowrap;
}
.text-black {
  color: #333;
}
.br_none {
  white-space: nowrap;
  letter-spacing: 0;
}
.call_option td .text-huge {
  font-size: 32px !important;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .call_option th .text-size-l {
    font-size: 18px !important;
  }
  .call_option th .text_huge_40 {
    font-size: min(30px, 10vw) !important;
  }
  .call_option td .text-huge {
    font-size: 28px !important;
  }
}

/** --------------------  header  -------------------- **/
.l-header-inner {
    max-width: 1030px;
	padding: 0 30px;
	margin: 0 auto;
}
.header-logo-lp {
	margin: 0 0 0 30px;
}
#cta_area_header {
	position: absolute;
    right: 0;
	bottom: -3px;
}
#cta_area_header .section_wrapper {
    max-width: calc(980px - 280px);
    margin: 0;	
}
#cta_area_header .section_wrapper {
	padding: 0;
}
#cta_area_header .btn-inline-wrapper > div {
    margin: 0 6px;
}
#cta_area_header .btn {
	min-width: 205px;
	padding: 5px 10px 5px 20px;
	border-radius: 100px;
}
#cta_area_header .btn_border  {
	color: #fff!important;
}
#cta_area_header .btn_red_border {
	border: 2px solid #fc0f3a;
	padding: 6px 10px 6px 25px;
}
#cta_area_header .btn_arrow:before,
#cta_area_header .btn_red_border.btn_arrow:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#cta_area_header .btn_red_border.btn_arrow:before {
    border-top: 2px solid #fc0f3a;
    border-right: 2px solid #fc0f3a;
}
#cta_area_header .btn_rc p {
    font-size: 1.5rem;
	padding-right: 7px;
	letter-spacing: normal;
}
#cta_area_header .btn_rc p > span {
    left: 4px;
	padding: 3px;
}
#cta_area_header .btn_rc p > span > span {
    font-size: 1.1rem;
	line-height: 1;
	padding-top: 3px;
}
#cta_area_header .btn-inline-wrapper div:nth-child(2n) .btn_rc p > span > span {
	padding-top: 6px;
}
#cta_area_header .btn_rc p > span {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    padding: 6px;
    background-color: #F8CE00;
}
#cta_area_header .btn_border.btn_rc p > span {
    top: 52%;
    left: 2px;
    padding: 5px;
}
#cta_area_header .btn_rc p > span > span {
	display: block;
    padding-top: 2px;
	padding-right: 2px;
    color: #333333;
}
#cta_area_header .btn_red_border p > span {
    background-color: #fc0f3a;
}
#cta_area_header .btn_red_border p > span > span {
    color: #fff;
}
@media screen and (max-width: 768px) {
	.l-header-lp { 
		height: 58px;
		padding-top: 15px;
	}
	.l-header-inner {
		max-width: auto;
		width: 100%;		
	}
	.header-logo-lp {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin-left: 0;
	}	
	#cta_area_header {
		display: none;
	}
}

/** --------------------  bg  -------------------- **/

#lineup.section,
#wave_01,
#wave_03 {
	background: #F5EBD2;
}
#wave_07,
#wave_06 {
	background: #3c622d;
}
#note,
#wave_02,
#wave_05 {
	background: #fff;	
}
#wave_04 .bg_white,
#wave_05 .bg_white,
#wave_02 .bg_white {
	background: #F8F7E3;
}

.bg_white {
	padding: 30px;
	border-radius: 30px;
}

@media screen and (max-width: 768px) {	
.bg_white {
	padding: 15px 10px;
	border-radius: 10px;
	}
}

/** --------------------  h2  -------------------- **/
h2 {
	margin-bottom: 0;
}
h2 img {
	display: block;
	margin: 0 auto;
}

/** --------------------  kv  -------------------- **/
#kv .kv_img {
	width: 230%;
	top: 0;
    left: 50.5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/** --------------------  note  -------------------- **/
#note .list-iconindent li {
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	.btn-inline-wrapper {
		margin: 15px 0;
	}
}

/** --------------------  ボタン2つ  -------------------- **/
@media screen and (max-width: 768px) {
	#note .cvArea_wrapper {
		padding: 0;
	}
	#note .btn-inline-wrapper {
		display: flex;
	}
	#note .btn-inline-wrapper > div {
		margin: 0 5px 0 0;
		width: 48%;
	}
	#note .btn-inline-wrapper div:nth-child(2n) {
		margin: 0 0 0 5px;
    }
	#note a.btn p {
		font-size: clamp(1rem, 3.8vw, 1.8rem)!important;
		letter-spacing: normal;
	}
	#note .btn-inline-wrapper .btn_arrow:before,
	#note .btn_area .btn_arrow:before {
		right: 5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #FC0F3A;
		border-right: 2px solid #FC0F3A;
	}
	#note .btn-inline-wrapper .btn_red.btn_arrow:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;		
	}
}


/** --------------------  機種一覧  -------------------- **/
#lineup .box-product-biz {
    border-radius: 10px;
	padding: 30px 5px 30px 0;
	border: solid 2px #3C622D;	
	border-radius: 15px;
	box-shadow: 0px 4px 0px #224215;
}
#lineup .ttl-paragraph img {
	margin: 0 auto;
}
#lineup .lineup-list span.text_area span {
	background: #ff0033;
    padding: 5px 10px;
	display: inline-block;
    border-radius: 6px;
    text-align: center;
	color: #fff;    
	position: relative;
    bottom: 7px;
}

@media screen and (min-width: 768px) {	
	#lineup .box-product-biz-image {
		width: 160px;
	}
	#lineup .box-product-biz-text {
		margin-left: 160px;
	}
	#lineup .box-product-biz-text {
		letter-spacing: 0.05em;
	}
	#lineup .text_huge_60 {
		letter-spacing: normal;		
	}
	#lineup .box-product-biz-text .text-size-m {
		letter-spacing: normal;
		font-size: 24px!important;
		color: #000;
	}
}
@media screen and (max-width: 980px) {	
	#lineup .box-product-biz-image {
		width: 15.5vw;
	}
	#lineup .box-product-biz-text {
		margin-left: 15.5vw;
	}
	#lineup .text_huge_60 {
		font-size: clamp(1rem, 5.8vw, 6rem)!important;
    }
	#lineup .box-product-biz-text .text-size-m {
		font-size: clamp(1rem, 2vw, 1.8rem)!important;
	}
	#lineup .lineup-list span.text_area span {
		font-size: clamp(0.9rem, 1vw, 1.8rem)!important;
		padding: 3px 5px;
		bottom: 4px;
	}
}
@media screen and (max-width: 768px) {
	#lineup .col-md-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	#lineup .box-product-biz {
		padding: 20px 5px 15px 5px;
	}
	#lineup .box-product-biz-image {
		width: 22vw;
	}
	#lineup .box-product-biz-text {
		margin-left: 22vw;
	}
	#lineup .box-product-biz-text .text-size-s {
		padding-top: 2px;
	}
	#lineup .lineup-list span.text_area span {
		padding: 3px 10px;
		bottom: 0;
		margin-bottom: 6px;
		padding-right: 20px;
	}
	#lineup .text-size-m {
        font-size: 20px !important;
    }
	#lineup .text_huge_60 {
		font-size: clamp(1rem, 7vw, 6rem)!important;
    }
	#lineup .box-product-biz-text .text-size-m {
		font-size: clamp(1rem, 3vw, 1.8rem)!important;
	}
}
@media screen and (max-width: 440px) {
	#lineup .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
	#lineup .box-product-biz-image {
		width: clamp(160px, 40vw, 200px)!important;
	}
	#lineup .box-product-biz-text {
		margin-left: clamp(160px, 40vw, 200px)!important;
	}
	#lineup .box-product-biz-text .text-size-s {
		padding-top: 6px;
	}
	#lineup .text_huge_60 {
		font-size: clamp(1rem, 14vw, 6rem)!important;
    }
	#lineup .box-product-biz-text .text-size-m {
		font-size: clamp(1rem, 6vw, 2rem)!important;
	}
	#lineup .lineup-list span.text_area span {
		padding: 5px 10px;
	}
}

/** --------------------  レンタルサポート  -------------------- **/
.is-hover .accordion_button, .is-open .accordion_button {
    background: #fc0f3a;
}
.accordion_button:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .accordion_button:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.accordion_list {
    border-top: 2px solid #333;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
}
.accordion_list_item {
    border-bottom: 2px solid #333;
}
@media screen and (min-width: 768px) {	
    .accordion_button {
        right: 35.5%;
    }
	.accordion_list {
		max-width: 820px;
		margin: 0 auto;
		/*background: #fff;*/
	}
}
@media screen and (max-width: 768px) {
	#support .text-size-l {
		font-size: clamp(1rem, 4.8vw, 2.2rem)!important;
	}
}

/** --------------------  ボタン  -------------------- **/
.btn-inline-wrapper .btn_rc,
.btn_area .btn_rc {
	border-radius: 50px;
}
.btn-inline-wrapper .btn,
.btn_area .btn {
    border: 2px solid #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
	color: #FC0F3A;
}
.btn-inline-wrapper .btn_red {
    border: 2px solid #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
	background: #FC0F3A;
	color: #fff;
}
.btn-inline-wrapper .btn_arrow:before,
.btn_area .btn_arrow:before {
    content: "";
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #FC0F3A;
    border-right: 3px solid #FC0F3A;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.btn-inline-wrapper .btn_red.btn_arrow:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

@media screen and (max-width: 768px) {	
	.btn_area .btn_arrow:before {
		right: 5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #FC0F3A;
		border-right: 2px solid #FC0F3A;
	}
}

/** --------------------  料金プラン  -------------------- **/

#plan table td.last-td{
	border-right: 1px solid #E8E8E8 !important;
}
@media screen and (min-width: 768px) {	
	#plan .table img,
	#option img {
		width: 950px;
		height: auto;
	}
	.option_text_area {
		font-size: 12px!important;
		padding-left: 30px;
		padding-right: 30px;
	}
}

/** --------------------  footer  -------------------- **/
.l-footer-hasfixcv {
    padding: 15px 0 120px 0;
	background-color: #333;
}
.footer-bottom-nav-list-item a,
.footer-bottom .copyright,
.footer-bottom-nav-list-item a:visited {
	color: #fff;
}
.footer-bottom .copyright {
	padding-top: 15px;
}
@media screen and (max-width: 768px) {
	.l-footer.l-footer-hasfixcv {
		margin-bottom: 0;
	}
	.gotop {
        bottom: 90px!important;
    }
}
@media (max-width: 1180px) {
    .l-footer-bottom .l-inner {
		padding: 0!important;
    }
}
@media screen and (max-width: 768px) {
	.footer-bottom-nav-list-item {
        width: 49%;
	}
	.footer-bottom-nav-list-item a {
        padding: 0 5px 0 0;
	}
}

/** --------------------  ボタン  -------------------- **/
@media screen and (max-width: 768px) {
	.cvArea .cvArea_button.is-border {
		padding: 9px 5px 7px 5px;
	}
	.cvArea .cvArea_button p {
		line-height: 1.2;
	}
}

/** --------------------  voice  -------------------- **/
#voice .box {
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 769px) {
	#voice .box .col-1 {
		flex: 0 0 10.333333%;
		max-width: 10.333333%;
	}
}
#voice .box .text_blue {
    color: #0279dc;
}

/** --------------------  おすすめ機種  -------------------- **/
        .ym-bg-red { background-color: #e60012; }
        .ym-text-red { color: #e60012; }
        .ym-border-red { border-color: #e60012; }
        .ym-bg-blue { background-color: #0071e3; }
        .transition-all-fast { transition: all 0.3s ease-in-out; }

#compare .price_area{
  background: #fef2f2;
  padding: 2rem;
  margin: 15px -5px;
}

#compare .text-huge-price{
  font-size: 36px !important;
}

#compare ul.spec-list li{
  font-size: 14px;
  padding: 3px 5px;
}

.btn-legacy .btn-legacy-blue a{
  background: #0276d9;
  color: #fff !important;
  border-color: #0276d9;
  box-shadow: 0px 3px 0px #0066bd;
}

.flex{
  display: flex;
  justify-content:center;
  margin: 10px 0 30px;
}

.flex button {
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 7px 15px;
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}

.flex button:hover{
  opacity: 0.7;
}

.flex button#reset{
  background: #dddddd;
}

.flex button.is-active{
  border: 1px solid #0279dc;
  background: #dbefff;
}

.flex #reset.is-active{
  border: 1px solid #e8e8e8 !important;
}

.flex button span{
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex button#galaxy span,
.flex button#nubia_s2e span{
  padding-left: 30px;
  background: url(../../images/icon01.svg) no-repeat center left ;
  background-size: 25px 25px;
}

.flex button#aquos span{
  padding-left: 25px;
  background: url(../../images/icon02.svg) no-repeat center left ;
  background-size: 13px 25px;
}

.flex button#oppo span{
  padding-left: 25px;
  background: url(../../images/icon03.svg) no-repeat center left ;
  background-size: 13px 25px;
}

.list_item{
  transition: 0.5s;
}

.list_item:hover{
  transform: scale(1.05, 1.05);
}

.list_item.is-active .box-product{
  transform: scale(1.05, 1.05);
}

.list_item.is-active .box-product{
  border: 3px solid #0279dc;
}

.list_item.is-hide{
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.flex{
    flex-direction: column;
  }
  .flex button {
    margin: 0 0 10px 0;
  }
  .list_item.is-hide{
    display: none;
  }
}