@charset "utf-8";


body {  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;  }
@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;
}


/** --------------------  アコーディオン  ------------------------------------------------------------ **/
.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);
}
.text-nomal {
  font-weight: normal !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;
  border-radius: 100px;
}
#cta_area_header .btn_red_border {
  border: 2px solid #fc0f3a;
  padding: 6px 10px;
}
#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;
  padding-right: 25px;
	padding-left: 10px;
}
#cta_area_header .btn-inline-wrapper > div:nth-child(2) .btn_rc p {
  padding-left: 10px;
}
#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;
}
@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;
  }
}


/** --------------------  all  ------------------------------------------------------------ **/
.bg_color {
  background-color: #f6ccd3;
}
.l-wrapper_white {
  background-color: #fff;
  margin: 0 auto;
  max-width: 980px;
}
.section_wrapper {
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 25px 0;
  }
  .l-wrapper_white {
    padding: 0;
  }
  .section_wrapper {
    padding: 0 15px;
  }
}


/** --------------------  h1  ------------------------------------------------------------ **/
#campaign h1 {
  font-size: 32px;
  margin: 0 auto;
  font-weight: 900;
  line-height: 1.4;
  padding: 50px 0;
  background-image: url(../../images/bg01_pc.png);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #campaign.section {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #campaign h1 {
    font-size: 26px;
	  background-image: url(../../images/bg01_sp.png);
	  background-size: cover;
  }
  #campaign.section {
    padding-top: 0;
  }
}


/** --------------------  h2 リボン  ------------------------------------------------------------ **/
h2 {
  position: relative;
  margin: 50px 0 30px 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 900;
}
h2:before, h2:after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  content: '';
  border: 21px solid #dbb20f;
  width: 40px;
}
h2:before {
  /*left: 175px;*/
  border-left-width: 10px;
  border-left-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-255px);
}
h2:after {
  /*right: 175px;*/
  border-right-width: 10px;
  border-right-color: transparent;
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(255px); /* 中央から250px右へ移動 */
}
h2 span {
  position: relative;
  z-index: 1;
  color: #333333;
  background: #ffcc00;
  display: inline-block;
  padding: 0 25px 2px 25px;
  min-width: 500px;
}
h2 span:before, h2 span:after {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
h2 span:before {
  left: 0;
  border-width: 15px 0 0 15px;
}
h2 span:after {
  right: 0;
  border-width: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  h2 {
    margin: 30px 0 25px 0;
  }
  h2 span {
    padding: 3px 0 5px 0;
    min-width: 86%;
  }
  h2:before {
	  left: 0;
	  right: auto; 
	  transform: none;
  }
  h2:after {
	  left: auto;
	  right: 0; 
	  transform: none;
  }
}


/** --------------------  スラッシュ  ------------------------------------------------------------ **/
.slash:before, .slash:after {
	width: 3px;
    background: #fc0f3a;
	border-radius: 3px;	
}
@media screen and (max-width: 768px) {
	.slash:before {
		margin: 0 10px 0 0;
	}
	.slash:after {
		margin: 0 0 0 10px;
	}
}

/** --------------------  KV　イメージ  ------------------------------------------------------------ **/
.kv_img {
    margin: 0;
	background: #d30021;
}
.kv a:hover {
	opacity: 0.85;
}


/** --------------------  KV　アニメーションやじるし  ------------------------------------------------------------ **/
/*
.cp_arrows_w {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  content: '';
  top: 0;
  width: 30px;
  height: 3px;
  background: #fff;
}
.cp_arrows .cp_arrow:before {
  left: 3px;
  transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
  right: 3px;
  transform: rotate(-30deg);
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  opacity: 0;
  transition: opacity 1s ease;
}
@keyframes arrow-move08 {
  0% {
    opacity: 0;
    top: 40%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .cp_arrows_w {
    bottom: -114px;
  }
  .cp_arrows {
    height: 250px;
  }
}
*/


/** --------------------  KV　注釈  ------------------------------------------------------------ **/
#note {
  padding: 10px 0 15px 0;
}
#note .jimute2412 {
  display: block;
  background-color: #f8ce00;
  color: #131313;
  padding: 2px 15px;
  margin-top: 5px;
}
#note .jimute2412:hover {
  text-decoration: none;
  opacity: 0.8;
}
#note .text-link-more {
  font-size: 14px;
}
#note .text-link-more:before {
  top: -2px;
}

#note ul li span:first-child {
    padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #note {
    padding: 15px 0;
  }
  #note ul li span {
    display: block;
    padding-bottom: 5px;
	  font-size: 14px;
  }
  #note ul.list-iconindent li {
    text-indent: 0;
    margin-left: 0;
    line-height: 1.4;
  }
  #note .jimute2412 {
    margin: 5px 0 0 0;
    padding: 5px 2px 5px 20px;
  }
}


/** --------------------  CVボタン  ------------------------------------------------------------ **/
.pt-2 {
  padding-top: 2px;
}
.btn_border {
  border: 3px solid #fc0f3a;
}
.btn_red_border {
  border: 3px solid #fc0f3a;
  background: #fff;
  color: #fc0f3a;
}
.btn_arrow:before {
  content: "";
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.btn_red_border.btn_arrow:before {
  border-top-color: #fc0f3a;
  border-right-color: #fc0f3a;
}
@media (max-width: 768px) {
  .btn-inline-wrapper .btn {
    width: 48%;
  }
  .btn_arrow:before {
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.btn_cv_red:before {
  content: "";
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn_cv_red:before {
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.cta_area .section_wrapper {
  padding: 40px 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 {
  border-radius: 50px;
}
.btn_rc p {
  font-size: min(2.0rem, 5vw);
  font-size: min(1.8rem, 5vw);
}
.btn_rc p {
  font-size: min(2.0rem, 5vw);
  font-size: min(1.8rem, 5vw);
}
.btn-inline-wrapper > div:nth-child(2) .btn_rc p {
  padding-left: 20px;
}
.btn_rc p > span {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  padding: 8px;
  background-color: #F8CE00;
}
.btn_rc p > span > span {
  display: block;
  padding-top: 5px;
  color: #333333;
}
.cta_area .section_wrapper h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cta_area .section_wrapper {
    padding: 30px 0 35px 0;
  }
  .cvArea_block .btn {
    width: 90%;
  }
  .cvArea_block .col-md-12 {
    margin-bottom: 10px;
  }
  .cta_area .section_wrapper .text-size-l, .text-size-l a {
    font-size: 18px !important;
  }
  .btn-inline-wrapper {
    display: block;
  }
  .btn-inline-wrapper div:nth-child(2n) {
    margin-top: 20px;
  }
  .btn_rc p > span {
    padding: 4px;
  }
  .btn_arrow:before {
	  right: 10px;
	}
}
/*********************************************************/
.cta_area .btn-l {
    min-width: 330px;
	    letter-spacing: 0.04em;
}
#cta_area03 .slash:before, #cta_area03 .slash:after {
    background: #333;
}


/** --------------------  キャンペーン概要 #campaign  -------------------- **/
#campaign h3.ttl_d {
  margin: 5px 0 30px 0;
  font-weight: 900 !important;
}
#campaign .line_up img {
  margin: 0 auto;
}
#campaign .line_up p {
  text-align: center;
  padding-top: 10px;
}
#campaign h2.confetti {
  margin-top: 30px;
  padding: 30px 0 20px 0;
  background-image: url("../../images/bg02_pc.png");
  line-height: 1.4;
}
#campaign h2.confetti:before, #campaign h2.confetti:after {
  content: none;
}
#campaign .text-center img {
  margin: 0 auto;
}
#campaign .list > li {
  text-indent: -1.6rem;
}
#campaign .list.span_w160 > li span {
  font-weight: bold;
  min-width: 160px;
  display: inline-block;
  padding-left: 16px;
}
#campaign .list.span_w120 > li span {
  font-weight: bold;
  min-width: 120px;
  display: inline-block;
  padding-left: 16px;
}
#campaign .line_up div:first-child:before {
  content: none;
}
#campaign .line_up div:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background: #E8E8E8;
}
@media screen and (max-width: 768px) {
  #campaign h3.ttl_d {
    margin: 25px 0 10px 0;
    line-height: 1.4;
  }
  #campaign h3.ttl_d span span {
    display: contents;
  }
  #campaign .slash:before, #campaign .slash:after {
    position: relative;
    top: 8px;
  }
  #campaign .line_up div:nth-child(3):before {
    content: none;
  }
  #campaign .line_up div:before {
    display: block;
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0px;
    top: 11px;
    background: #E8E8E8;
  }
  #campaign .line_up div:first-child:after, #campaign .line_up div:nth-child(2):after {
    content: none;
  }
  #campaign .line_up div:after {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    left: 9px;
    top: 0;
    background: #E8E8E8;
  }
  #campaign .line_up p {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #campaign .line_up > div {
    padding-top: 25px;
  }
  #campaign h2.confetti {
    background-image: url("../../images/bg02_sp.png");
    background-size: cover;
    font-size: 20px;
    padding: 30px 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #campaign .list.span_w160 > li span {
    min-width: 100%;
  }
  #campaign .list.span_w120 > li span {
    min-width: 100%;
  }
}


/** --------------------  PayPayポイント受領方法 #receipt_method  -------------------- **/
#receipt_method .box {
	position: relative;
	border-radius: 10px;
	border: 3px solid #ddd;
	padding: 20px 14px;
}
#receipt_method .box h4,
#receipt_method .box p {
	letter-spacing:  0.04em;
}
#receipt_method .box .btn {
	width: 100%;
}
#receipt_method .box div:first-child {
	position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    padding: 15px;
    color: #fff;
	background-color: #fc0f3a;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	width: 28.5%;
}
#receipt_method .box div:nth-child(2) {
	min-height: 275px;
}
#receipt_method .box div:first-child span:first-child {
	font-size: 14px;
}
#receipt_method .box div:first-child span:last-child {
	display: block;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
}
#receipt_method h4 {
	margin-top: 27px;
	margin-bottom: 30px;
	position: relative;
	font-size: 20px;
}
#receipt_method h4::after {
  content: '';
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #fc0f3a;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
	border-radius: 10px;
}
#receipt_method .box p {
	padding-bottom: 6px;
}
#receipt_method .box p:last-child span {
	display: block;
}
#receipt_method .box p.period {
	display: block;
	background-color: #F6F6F6;
	padding: 10px; 
	margin-top: 10px;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
}
#receipt_method .box p.period span {
	background-color: #fc0f3a;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	border-radius: 100px;
    padding: 0px 9px;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 5px;
}
#receipt_method .arrow{
    position: relative;
}
#receipt_method .arrow::before{
    content: "";
    border: 15px solid transparent;
    border-top: 15px solid #333;
    position: absolute;
    top: 108%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #receipt_method.section {
    padding-top: 0;
  }
  #receipt_method .box {
    padding: 20px 30px;
  }
  #receipt_method .box div:first-child span:last-child {
    display: inline-block;
    padding-left: 2px;
  }
  #receipt_method .box div:first-child {
    aspect-ratio: auto;
    width: 30%;
    padding: 6px 0 9px 0;
    top: -25px;
  }
  #receipt_method .box div:nth-child(2) {
    min-height: auto;
  }
  #receipt_method .box .btn {
    font-size: 14px;
  }
  #receipt_method .box p.period {
    margin-top: 15px;
  }
  #receipt_method .list-iconindent li.indent02 {
    margin-left: 3em;
  }
}


/** --------------------  契約事務手数料無料キャンペーン #jimute2412  -------------------- **/
#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;
}

@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;
  }	
}


/** --------------------  おすすめ機種　Line up！#model_introduction  -------------------- **/
#model_introduction .slash {
  font-weight: 900;
}
#lineup_list .slidetopic-list-item a:before {
  content: none;
}
#lineup_list .slidetopic-list-item a {
  padding: 0;
  white-space: normal;
}
#lineup_list .btn:not(.btn-disabled), #lineup_list .btn:not(.btn-disabled):hover {
  border-radius: 100px;
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
#lineup_list .box-product-biz {
  background: #f5f5f5;
  border: none;
  padding: 30px 30px 0 30px;
}
#lineup_list .btn-black {
  border: 1px solid #333333;
  box-shadow: 0px 3px 0px black;
}
#lineup_list .box-product-biz .bg_white {
  padding: 15px 0 35px 0;
  margin-top: 5px;
}
#lineup_list .box-product-biz-action .lineup-list-btn {
  position: relative;
  bottom: 30px;
}
@media (max-width: 768px) {
  #lineup_list .box-product-biz {
    padding: 20px 15px 0 15px;
  }
  #lineup_list .box-product-biz .bg_white {
    padding: 10px 0 30px 0;
    margin: 5px 10px 0 10px;
  }
  #lineup_list .btn:not(.btn-disabled), #lineup_list .btn:not(.btn-disabled):hover {
    padding: 10px 20px;
  }
}
/**  slide_btn  **/
#lineup_list .slidetopic .swiper-button-prev {
  left: 0;
  right: auto;
}
#lineup_list .slidetopic .swiper-button-prev {
  left: 0;
  right: auto;
}
#lineup_list .slidetopic .swiper-button-next, #lineup_list .slidetopic .swiper-button-prev {
  height: 100%;
  background-size: 20px 34px;
}
#lineup_list .box-product-biz-spec, #lineup_list .box-product-biz-action {
  overflow: initial;
}
@media (max-width: 768px) {
  #lineup_list .slidetopic .swiper-button-next, #lineup_list .slidetopic .swiper-button-prev {
    background-size: 20px auto;
    background-color: rgba(0, 0, 0, 0);
  }
}
.device_3types .box-product {
  padding: 20px 5px;
  overflow: visible;
  border: 2px solid #e8e8e8;
}
.bg-blue {
  background: #21629A;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
  border-radius: 5px;
  padding: 2px 15px 3px 15px;
}
@media (max-width: 768px) {
  .device_3types .box-product {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  /*
  #model_introduction .l-inner {
    padding: 10px 0px !important;
  }
	*/
  #model_introduction .slash {
    padding-top: 5px;
    line-height: 1.3;
  }
  #model_introduction .slash:before, #model_introduction .slash:after {
    position: relative;
    top: 8px;
  }
}

/**  202412スライダーなし  **/
#lineup_list .box-product-biz {
    padding: 30px 25px 0 25px;
}
#lineup_list .box-product-biz .bg_white {
    padding: 15px 0 20px 0;
    margin-top: 5px;
}
#lineup_list .box-product-biz .bg_white img {
	width: 65%;
}
#lineup_list .bg_black {
	background: #323232;
    color: #fff;
    border-color: #323232;
	border-radius: 6px;
	padding: 10px 0;
}
#lineup_list .box-product-biz-action .lineup-list-btn {
  bottom: 0;
}
@media (max-width: 944px) {
	#lineup_list .bg_black {
		padding: 5px 0;
	}
	#lineup_list .lineup_plan .row .col-6,
	#lineup_list .lineup_plan .row .bg_black.col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/*
	#lineup_list .lineup_plan .row:first-child .col-6 {
		flex: 0 0 70%;
		max-width: 70%;
	}
	#lineup_list .lineup_plan .row:first-child .bg_black.col-6 {
		flex: 0 0 30%;
		max-width: 30%;
	}
	#lineup_list .lineup_plan .row .col-6 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	#lineup_list .lineup_plan .row .bg_black.col-6 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	*/
}
#lineup_list .btn-red:not(.btn-disabled), #lineup_list .btn-red:not(.btn-disabled):hover {
	background: #FC0F3A;
    color: #fff;
    border-color: #FC0F3A;
}
#lineup_list .btn-cart:before {
	content: none;
	
}
#lineup_list .btn-cart:after {
	content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
    margin-left: 0.4em;
    background-image: url(/common_b/images/common/icon/icon_cart_white.svg);
}
#lineup_list .box-product-flag {
    left: 0;
	right: auto;
    border-radius: 0 0 15px 0;
}
#lineup_list .box-product-flag li {
    font-size: 16px;
	font-weight: bold;
    padding: 8px 16px;
}

/** --------------------  お申し込みの流れ  ------------------------------------------------------------ **/
#document h2:before, #document h2:after {
  content: none;
}
.document {
  background: #fff;
}
.borderBox_body {
  padding: 20px 20px;
}
.list_side li {
  display: inline-flex;
  padding-left: 10px;
}
.list_side li:first-child {
  padding-left: 0;
}
.list_dot.list_side li:before {
  margin-top: 2px;
}
@media (max-width: 768px) {
  .borderBox_body {
    padding: 20px 10px;
  }
  .list_side li {
    padding-left: 2px;
  }
}
.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);
  }
}
/**  受付を終了しました  **/
.step_close {  position: relative;  }
.step_close::before {
	background: rgba(0,0,0,0.7);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 6px;
}
.step_close_text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 900;
	width: 100%;
	z-index: 2;
	font-size: 21px;
}
#receipt_method .box.step_close div:first-child {
	background-color: #999;
}

/** --------------------  footer  ------------------------------------------------------------ **/
.l-footer-hasfixcv {
  padding: 45px 0 15px 0;
  background-color: #333;
}
.footer-bottom-nav-list-item a, .footer-bottom .copyright {
  color: #fff;
}
.footer-bottom .copyright {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer.l-footer-hasfixcv {
    margin-bottom: 0;
  }
  .gotop {
    bottom: 15px !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;
  }
}


/** --------------------  固定バナー  ------------------------------------------------------------ **/
  .fixed_image {
    position: fixed;
    left: 3%;
    /*bottom: 3%;*/
    bottom: 14%;
    height: auto;
    z-index: 1000;
    opacity: 0.8;
    transition: all 0.5s ease 0s;
  }
  
  /* クローズボタンのスタイル */
  .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #222222;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .close-btn::before {
    content: '×';
	  font-size: 21px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 3px;
    padding-left: 1px;
  }
  @media screen and (max-width: 768px) {
    .fixed_image {
      left: 15px;  
      right: 15px;
      /*bottom: 10px;*/
      bottom: 90px;
      opacity: 0.9;
      box-shadow: 0 3px 6px gray;
    }
    .gotop {
      /*bottom: 17% !important;*/
      bottom: 27% !important;
    }
	  .close-btn {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
	  }
  .close-btn::before {
	  font-size: 15px;
	  }
  }

/** --------------------  端末レンタルサービス  ------------------------------------------------------------ **/
.box_circle {
	border-radius: 50%;/*角丸*/
	background: #6fa5c8;
	
	background: #fc0f3a;
	color: #ffffff;
	
	aspect-ratio: 1 / 1;
	display: grid;
}
.box_circle_text {	
	align-self: center;
}
@media screen and (max-width: 767px) {
	.box_circle_text.text-size-n{}
}

/**  triangle  **/
.box_decoration {
	background: #f5f5f5;
    margin: 0 60px;
    padding: 25px;
	box-shadow: 3px 3px #f8ce00;
}
.triangle1{
  width: 0;
  height: 0;
  border-left: 30px solid #F8CE00;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.free_wrapper {
	display: flex;
	color: #fc0f3a;
}
.free_wrapper .free_0yen .text-huge_2 {
	font-size: min(150px, 15vw);	
	line-height: 0.65;
	position: relative;
}
.free_wrapper .free_0yen .text-huge_1_5 {
	font-size: min(55px, 10vw);
	line-height: 0.8;
}

.free_wrapper .free_0yen .text-huge_2::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*background-repeat: no-repeat;*/
    background-size: contain;
    width: 39px;
    height: 34px;
    position: absolute;
    
    top: 27%;
    background: url(../../images/icon_three_line_decoration.svg) no-repeat;
	transform: rotate( 25deg );
}
@media screen and (max-width: 930px) {
	.box_decoration {
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.triangle1{
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 15px solid #F8CE00;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.free_wrapper {
		display: block;
		text-align: center;
	}
	.free_wrapper .free_0yen .text-huge_2 {
		font-size: 90px;	
	}
	.free_wrapper .free_0yen .text-huge_1_5 {
		font-size: 35px;
	}
}

#rental_service h2 {
	margin-top: 5px;	
}
#rental_service h2 span span:before, #rental_service h2 span span:after {
	content: none;
}
#rental_service h2:before  {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(-280px);
}
#rental_service h2:after {
  position: fixed; /* スクロールしても位置を固定 */
  left: 50%; /* 画面の横中央を基準 */
  transform: translateX(-50%) translateX(280px); /* 中央から250px右へ移動 */
}
#rental_service h2 span {
	line-height: 1;
    padding: 13px 25px 6px 25px;
}
#rental_service h2 span span {
	line-height: 1;
}

@media screen and (max-width: 768px) {
  #rental_service h2 span {
    line-height: 1.2;
    padding: 12px 0 8px 0;
  }
  #rental_service h2 span span {
    font-size: 14px !important;
    padding: 10px 0 6px 0;
    letter-spacing: 0.04em;
  }
  #rental_service h2:before {
	  left: 0;
	  right: auto; 
	  transform: none;
  }
  #rental_service h2:after {
	  left: auto;
	  right: 0; 
	  transform: none;
  }	
}
