@charset "utf-8";

body {  overflow-x: clip;  color: #333333;  }
.section_wrapper {  max-width: 980px;  }
.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;  }
.text-size-ml, .text-size-ml a {  font-size: 22px;  }
.text-huge {  line-height: 1.6 !important;  }
.text_huge_40 {  font-size: min(40px, 6vw);  }
.text_huge_50 {  font-size: min(50px, 6vw);  }
.text_huge_60 {  font-size: min(60px, 6vw);  }
.text_huge_80 {  font-size: min(80px, 10vw);  }
.text-size-s, .text-size-s a {  font-size: 14px !important;  }
.pt-40 {  padding-top: 40px;  }
.pt-45 {  padding-top: 45px;  }
.po_a_b {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 0;	
}
.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;  }
    .text-size-l, .text-size-l a {  font-size: 16px !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;
}
#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;
	}
}


/** --------------------  KV　イメージ  ------------------------------------------------------------ **/
.kv {
	position: relative;
}
.kv_img {
	margin-bottom: 0;
	background-color: #d30021;
}


/** --------------------  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;
		padding: 40px 15px 40px 15px;
}
.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);
}
.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_2 .col-4 .text-size-ml,
	.btn_2 .col-6 .text-size-ml {
		font-size: 18px!important;
		line-height: 1.4;
	}
	#cta_area02.btn_2 .col-6 .text-size-ml {
		font-size: 18px!important;
		line-height: 1.4;
	}
}
@media screen and (max-width: 979px) and (min-width: 769px){
	.cta_area .btn-l {
		min-width: 200px;
		width: inherit;
		padding: 16px 5px;
		font-size: 16px;
	}
}
/**  PCのみ  **/
@media screen and (min-width: 769px) {
	.btn_2 .btn_rc p {
		font-size: min(2.0rem, 2vw);
	}
	.btn_2 .col-4 .text-size-ml {
		font-size: min(2.2rem, 2.2vw);
	}
	#cta_area02.btn_2 .col-6 .text-size-ml {
		font-size: min(2rem, 2vw);
        letter-spacing: 0.05rem;
        padding-top: 5px;
	}
	#cta_area03.btn_2 .col-4 .text-size-ml {
		font-size: min(2rem, 2vw);
        letter-spacing: 0.05rem;
        padding-top: 20px;
	}
}

/** --------------------  お困りの企業様こんなお悩みありませんか？ #concerns  -------------------- **/
.icon_checkbox:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.067em;
    height: 1.067em;
    position: relative;
    top: -1px;
    margin-right: 0.6em;
    background-image: url("../../images/icon_checkbox_gray.svg");
}
.icon_checkbox {
	padding-bottom: 20px;
	text-indent: -3.3rem;
	padding-left: 3rem;
}
@media screen and (max-width: 768px) {
	.icon_checkbox {
	padding-bottom: 15px;
	text-indent: -2.6rem;
	}
}	


/** --------------------  ワイモバイルにおまかせ #solution  -------------------- **/
/*
.border_yellow {
	border: 1px solid #F8CE00;
}
*/
.bg_yellow {
	background-color: #F8CE00; 
	padding: 17px 15px;
}
#solution img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	border: 3px solid #F8CE00;
}
#solution .bg_yellow {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


/** --------------------  ケア現場で使える「かんたんスマホ3」 #model_introduction  ------------------------------------------------------------ **/
/*
#model_introduction .list > li {
    padding-left: 18px;
    font-size: 18px;
    font-weight: bold;
}
#model_introduction .list-price-item {
    padding: 5px 0;
}
#model_introduction .list-price-item:first-child {
	font-weight: bold;
	text-align: center;
	background: #fafafa;
}
#model_introduction .list-price-item:first-child .list-price-item-title {
	color: #333333!important;
}
#model_introduction .list-price-item:first-child .list-price-item-title,
#model_introduction .list-price-item:first-child .list-price-item-number {
	padding-left: 0!important;
}
#model_introduction .list-price-item-title {
    padding: 0px 0px 0px 5%;
}
#model_introduction .list-price-item-number {
	padding: 0px 0px 0px 5%;
}
#model_introduction .a205kc_01 img {
	margin: 0 auto;
	width: 70%;
}
@media (max-width: 768px) {
	#model_introduction .a205kc img {
		margin: 0 auto;
	}
	#model_introduction .a205kc_01 img {
		margin: 0 auto;
		width: 60%;
	}
	#model_introduction .list > li {
		padding-left: 16px;
		font-size: 16px;
	}
}


/** --------------------  ワイモバイルが選ばれる理由 #unique_selling_proposition  ------------------------------------------------------------ **/
#unique_selling_proposition .row.bg_gray {
	padding: 45px 20px 30px 20px;
}
.icon_number {
	margin-top: 15px;
	font-size: 70px !important;
    font-weight: bold !important;
	line-height: 0.6 !important;
    position: relative;
    top: 13px;
	left: 20px;
	display: block;
	letter-spacing: .05em;
	color: #fff;
	text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
.usp_wrapper .usp_detail:first-child .icon_number {
	margin-top: 0;
}
.usp_wrapper .usp_detail:nth-child(2n) .icon_number {
	left: -15px;
	text-align: right;
}
.align-self_center {
	align-self: center;
}
.icon_bullet > li:before {
    content: "・"!important;
}
.icon_bullet p,
.icon_bullet > li,
.icon_bullet > li a {
    font-size: 14px;
	margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
	#unique_selling_proposition .row.bg_gray {
		padding-top: 30px;
	}
	.usp_detail {
		margin-top: 40px;
	}
	.icon_number,
	.usp_wrapper .usp_detail:nth-child(2n) .icon_number {
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin-top: 0;
		font-size: 50px !important;
	}
	.usp_wrapper .usp_detail:first-child {
		margin-top: 55px;
	}
	.usp_detail .usp_detail_text {
		padding-top: 15px;
	}
	.usp_detail:nth-child(2n) .usp_detail_text {
		padding-top: 0;
		padding-bottom: 15px;
	}
}


/** --------------------  お申し込みの流れ  ------------------------------------------------------------ **/
/*
.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);
	}
}


/** --------------------  クロージング  ------------------------------------------------------------ **/
.text_yellow {
	color: #F8CE00 !important;
}
.section#closing {
	padding: 0;
}
.bg_img_l {
	background-image: url(../../images/img_bg_footer.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-size: auto 100%;	
	max-height: 580px; 
	height: 580px;
	max-height: 420px; 
	height: 420px;
}
.bg_img_text_area {
	max-width: 980px;
	width: 980px;
	max-width: 1030px;
	margin: 0 auto;
	display: contents;
	position: relative;
}
.bg_img_l .bg_img_text_left {
	padding: 15px;
	background:rgba(211, 0, 33,0.85);
	position: absolute;
	right: 56.5%;
	top: 20px;
    font-size: 35px;
	font-size: min(32px, 5vw);	
	font-weight: bold;
    line-height: 1.2;
	color: #fff;
	border-radius: 20px;
}
.bg_img_l .bg_img_text_right {
	padding: 15px;
	background:rgba(211, 0, 33,0.85);
	position: absolute;
	left: 45%;
	left: 60%;
	bottom: 20px;
	font-size: min(32px, 5vw);	
	font-weight: bold;
    line-height: 1.2;
	color: #fff;
	text-align: right;
	border-radius: 20px;
}
@media (max-width: 1000px) {
	.bg_img_l .bg_img_text_left {
		left: 0;
		right: auto;
	}
	.bg_img_l .bg_img_text_right {
		right: 0;
		left: auto;
	}
}
@media (max-width: 768px) {
	.bg_img_l {
		max-height: 320px; 
		height: 320px;    
	}
	.bg_img_l .bg_img_text_left {
		left: 0;
		top: 10px;
	}
	.bg_img_l .bg_img_text_right {
		right: 0;
		bottom: 10px;
	}
}


/** --------------------  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;
	}
}

/** --------------------  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;
  }
}

/** --------------------  契約事務手数料無料キャンペーン #jimute2412  -------------------- **/
/**   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;
}

@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 WORKS  -------------------- **/
.line_works_img div:first-child img {
	margin: 0 auto;
}
.line_works_img div:last-child .col-6 {
	padding: 0!important;	
}
.line_works_img div:last-child img {
	width: 100%;
}


/** --------------------  AQUOS wish5  -------------------- **/
#model_introduction {
	background-image: url("../../images/model_introduction_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 768px) {
	#model_introduction {
		background-size: auto 100%;	
		background-position: left;		
	}
}
#model_introduction .list > li {
    padding-left: 18px;
    font-size: 18px;
    font-weight: normal;
}
#model_introduction .aquos_wish5_01 img {
    margin: 0 auto;
}
#model_introduction .bg_pink {  
	padding: 1px 10px 3px 10px;
	background-color: #f0d3d3;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50px;
}
#model_introduction .aquos_wish5_05 {
    position: relative;
}
#model_introduction .aquos_wish5_05 img {
    position: absolute;
    bottom: -60px;
}
@media (max-width: 975px) {
	#model_introduction .bg_pink {  
		padding: 1px 5px 3px 5px;
        font-size: 10px;
		letter-spacing: -0.02em;
	}
}
@media (max-width: 768px) {
	#model_introduction .list > li {
        padding-left: 16px;
        font-size: 15px;
		line-height: 1.5;
	}
    #model_introduction .aquos_wish5_01 img {
        margin: 0 auto;
        width: 60%;
    }
	#model_introduction .aquos_wish5_sp img {
        margin: 0 auto;
        width: 90%;
    }
	#model_introduction .aquos_wish5_05 {
		bottom: 0;
	}
	#model_introduction .bg_pink {  
		padding: 1px 10px 3px 10px;
		font-size: 12px;
		letter-spacing: normal;
	}
}
.margin_0_auto {
		margin: 0 auto;		
}
.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}
.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

/**  端末のご契約形態は3種類  **/
.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;
  }
}


/** --------------------  端末レンタルサービスでさらに安心＆コスト削減！  -------------------- **/
/**  circle  **/
.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: 900px) {
	.box_circle .text-size-l, 
	.box_circle .text-size-l a {
		line-height: 1.2;
		font-size: 20px!important;
	}
	.box_circle .text-size-n, 
	.box_circle .text-size-n a {
		line-height: 1.2;
		font-size: 15px!important;
	}
}
/**  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;
	}
}


/** --------------------  通話定額オプション  -------------------- **/
.ff_num {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
}
.bg_blue {
	background-color: #235AAD;
	color: #fff;	
    border-radius: 8px 8px 0 0;
	padding: 15px 0;
}
.box_line {
	border: 0.68px solid #575757;
    border-radius: 0 0 8px 8px;
}
.line {
    border-top: 1px solid #000;
    margin: 25px;
}
@media (max-width: 768px) {
	.line {  margin: 15px 25px;  }
	.fs-md-18 {  font-size: 18px!important;  }
	.fs-md-26 {  font-size: 26px!important; line-height: 1.5!important;  }
}
.color_blue {  color: #235AAD;  }
.text-huge_45 {
    font-size: 45px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}
.text-huge_45 .text-size-m_18, 
.text-huge_45 .text-size-m_18 a {
	font-size: 24px !important;
	font-weight: 900!important;
}
.line_h18 {
    line-height: 1.8 !important;
}
.line_2 {
    border-top: 1px solid #ddd;
    margin: 10px 25px 15px 25px;
}

.pr-40 {  padding-right: 40px;  }
.pl-40 {  padding-left: 40px;  }

#call_options .display_grid {
    display: grid;
}
#call_options .call_options_service .box-product {
    padding: 20px 5px;
    overflow: visible;
    border: 2px solid #e8e8e8;
	background-color: #e9eef7;
}
@media (max-width: 768px) {
	#call_options .display_grid {
	}
	#call_options .call_options_service .box-product {
		padding: 10px 5px;
		margin-bottom: 5px;
	}
}



/** --------------------  固定バナー  -------------------- **/
.fixed_image_w {
    position: fixed;    /* スクロールしても固定 */
    left: 3%;           /* 左端に配置 */
    bottom: 0;         /* 下端に配置 */
    height: auto;       /* 画像の高さは自動調整 */
    z-index: 1000;      /* 他の要素の上に表示されるように調整 */
    opacity: 0.9;
    transition: all 0.5s ease 0s;
}
.fixed_image > div {
    margin-bottom: 20px;
    position: relative;
}
/* クローズボタンのスタイル */
.close-btn:hover {
    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_w {
		opacity: 0.9;
		width: 93.5%;
    }
    .fixed_image {
      left: 15px;  
      right: 15px;
      bottom: 10px;
      box-shadow: 0 3px 6px gray;
    }
    .close-btn {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
    .close-btn::before {
        font-size: 15px;
    }
    .gotop {
      bottom: 20% !important;
    }
}
td.last-td{
	border-right: 1px solid #E8E8E8 !important;
}