@charset "utf-8";
/* CSS Document */

body {  overflow-x: clip;  }
.plan_common_box {
	border: none;
	padding: 0;
	width: 32%;
}
@media (min-width: 768px) {
	.plan_common_box:nth-of-type(3) {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
}
@media (max-width: 768px) {
	.plan_common_box {
		padding: 0 ;
		border: none;
		border-radius: 0;
	}
	.plan_common .plan_common_box p strong {
		font-weight: normal;
		font-size: 1.6rem;
	}
}
.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;  }
}
@media (max-width: 768px) {
	.l-footer.l-footer-hasfixcv {  margin-bottom: 30px;  }
}
.plan_common .icon {  height: 48px;  }
.callOption_figure_head_item_inner p {  left: 15px;  }
.callOption_figure_head_item_inner p strong {  font-size: 2rem;  }
@media (max-width: 768px) {
	.plan_common_box {  padding: 0 0 10px 10px;  }
	.plan_common_box {	
		width: 100%;
		padding: 15px 0 0 0;
		margin: 0 auto;
	}
	.plan_common_box+.plan_common_box {
		padding: 15px 0 0 0;
		margin: 0 auto;		
	}
	.plan_common .icon {  
		height: auto;
		display: inline-block;
		width: 19px;
		margin: 0;
		margin-right: 15px;
	}
	.plan_common .plan_common_box:nth-child(2) .icon {  width: 21px;  }
	.plan_common h3 {  display: inline-block; position: absolute;  }
	.callOption_figure_head_item_inner p {  left: 7px;  }
	.callOption_figure_head_item_inner p strong {  font-size: 1.8rem;  }
}
.plan_common h3 sup {
	font-weight: normal;
	vertical-align: super;
}


.plan-ttl-l {
    margin: 50px 0 10px;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-size: min(36px, 6vw);
}
.plan-table-flex-content-ttl {
    /*font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
    font-weight: 700;
}
.plan-ttl-l {
    font-size: min(36px, 6.5vw);
}
.plan-ttl-l-balloon {
    position: relative;
    margin: 0 auto 30px;
    padding: 5px 0;
    width: 20em;
    font-size: min(24px, 5vw);
    border: solid 4px #C4C4C4;
    border-radius: 50px;
    background-color: #F4F4F4;
}
.plan-ttl-l-balloon::before, .plan-ttl-l-balloon::after {
    content: "";
    position: absolute;
    border: solid 4px #C4C4C4;
    border-radius: 50%;
    background-color: #F4F4F4;
}
.plan-ttl-l-balloon::before {
    bottom: -0.75em;
    left: 2em;
    width: 1em;
    height: 1em;
}
.plan-ttl-l-balloon::after {
    bottom: -1.25em;
    left: 3em;
    width: 0.75em;
    height: 0.75em;
}
.plan-table {
    margin-bottom: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 20px;
}
.plan-table-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.plan-table-flex img {
    margin-bottom: 10px;
    width: 30%;
    max-width: 150px;
}
.plan-table-flex-content {
    margin-left: 5%;
}
.plan-table-flex-content-subttl {
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: bold;
    font-size: min(30px, 5.5vw);
	color: #323232;
}
.plan-table-flex-content-ttl {
    font-size: min(80px, 10vw);
	color: #323232;
	line-height: 0.8;
}
.plan-table-flex-content-ttl sup {
	color: #323232;
    vertical-align: text-top;
    font-size: 0.16em;
	font-weight: normal;
}
@media (max-width: 768px) {
	.plan-table {  border-spacing: 0 10px;  }
	.plan-ttl-l-balloon {
		width: 100%;
		border-width: 3px;
	}
	.plan-tabe-flex-content-ex {  
		font-size: 13px;  
		text-align:justify;
	}
	.plan-table-flex-content-ttl sup {
		font-size: 0.25em;
	}
}
.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;
    }
}
.qa_answer {
    font-weight: 500;
}
.accordion_body_item a.btn-blank:after {
	background-size: 16px 16px;
    width: 16px;
    height: 16px;
	margin-left: 0.4em;
	margin-right: 0.4em;
	position: relative;
	top: -1px;
}

/* ▼▼202401 pagetop▼▼ */
.gotop {  bottom: 130px;  }
@media screen and (max-width: 767px) {
	.gotop {  bottom: 90px;  }
}
/* ▲▲202401　pagetop▲▲ */
/* ▼▼202401　eye_catch▼▼ */
@media screen and (max-width: 767px) {
	.plan-table-flex img.img_now {  width: 12%;  }
}
/* ▲▲202401　eye_catch▲▲ */	
/* ▼▼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%;
    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%;
  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;
  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;
		right: 7px;
	}
	#mini_bnr a{
		width: 70px;
		height: 70px;
	}
	.gotop{
		bottom: 90px;
	}
	.plan-table-flex img.img_now{
		width: 12%;
	}
}
/* ▲▲202408 モーダル追加▲▲ */
/* ▼▼202408 CP追加▼▼ */
	/*
.cp_jimute .plan-table {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
}*/
.cp_jimute .text-huge {  font-size: 42px!important;  }
.cp_jimute .plan-table-flex img {  margin-bottom: 0;  }
	
@media screen and (max-width: 768px) {
	.cp_jimute .text-huge {  
		font-size: 30px!important;  
		line-height: 1.2;
	}
	.cp_jimute .plan-table-flex-content {  margin-left: 15%;  }
	.cp_jimute .plan-table-flex-content-subttl {  font-size: min(30px, 4.8vw);  }
}
.cp_table{
	width: auto;
	margin: 0 auto;
}
.cp_table tr{
	border-bottom: 1px solid #e8e8e8
}
.cp_table th{
	padding: 20px 30px 20px 0;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}
.cp_table td{
	padding: 20px 0 20px 0;
}
@media screen and (max-width: 767px) {
	.cp_table{ width: 90%;}
	.cp_table th{padding: 10px 10px 5px 10px; display: block;}
	.cp_table td{padding: 5px 10px 10px 10px; display: block;}
	.img_now {  display: none!important;  }
}
/* ▲▲202408 CP追加▲▲ */

/****************************************************************************************************************************************************************************************************/
/**  ▼▼202410追加▼▼  **/

/** --------------------  all  -------------------- **/
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;
}
.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;	
}


@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;
	}

}


.drawLine:before {
	background: #F8CE00!important;
}

/**  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);
}
*/

/** --------------------  header  -------------------- **/
/*
.l-header-lp {  
	margin: 0 auto; 
	padding: 0;
	height: 73px;
	padding: 0 30px;
}
.l-header-inner {
    max-width: 1030px;
    width: 980px;
    display: flex;
	height: 73px;
}
*/
.l-header-inner {
    max-width: 1030px;
	padding: 0 30px;
	margin: 0 auto;
}
.header-logo-lp {
	margin: 0 0 0 30px;
	/*
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	*/
}
#cta_area_header {
	position: absolute;
    right: 0;
	/*padding-top: 15px;*/
	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-left: 10px;*/
	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 {
		/*background-size: 150px;*/
		/*left: 15px;*/position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}	
	#cta_area_header {
		display: none;
	}
}


/** --------------------  kv  -------------------- **/
.kv {
	position: relative;
	height: 500px;
}
.kv_img {
	background: #fff;
	background-image: url(../../images/kv.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-size: auto 100%;	
	max-height: 500px; 
	height: 500px;
	position: relative;
}
.kv_text {
	display: block;
	text-align: right;
	position: absolute;
	bottom: 0;
	min-width: 980px;
	margin-bottom: 10px;
	text-shadow: 0 0 3px #fff;
	margin-right: 30px;
}
.kv_text p {
	text-shadow: 2px 2px 10px #fff,
				-2px 2px 10px #fff,
				2px -2px 10px #fff,
				-2px -2px 10px #fff;
	font-weight: bold;
}
.kv_catchphrase_text {
    padding-top: 30px;
}
#kv_catchphrase .section_wrapper img {
	position: absolute;
	top: 12%;
}
@media screen and (min-width: 980px) {
	#kv_catchphrase .section_wrapper img {
		margin-left: 4%;
	}
}
@media screen and (min-width: 769px) and (max-width: 979px) {
	#kv_catchphrase .section_wrapper img {
		max-width: min(545px, 67vw);
		margin-left: 0;
	}
}
@media screen and (max-width: 979px) {
	.kv_text {
		min-width: auto;
		margin-right: 30px;
		right: 0;
	}	
}
@media screen and (max-width: 768px) {
	#kv_catchphrase .section_wrapper {
		padding: 0 15px;
	}
	.kv_catchphrase_text {
		padding-top: 20px;
	}
	.kv_text {
		margin-bottom: 12px;
	}
	.kv_text p {
	text-shadow: 2px 2px 5px #fff,
				-2px 2px 5px #fff,
				2px -2px 5px #fff,
				-2px -2px 5px #fff;
		line-height: 1.2;
	}
}
#cta_area_kv .section_wrapper {    
	padding-bottom: 65px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	bottom: 0;	
}
#cta_area_kv .slash {
text-shadow: 0 0 5px #ffffff;
}

#cta_area_kv a {
	opacity: 10;
}

/**********  やじるし  *********/
.cp_arrows_w {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -140px;	
}
.cp_arrows {
    position: relative;
    display: flex;
    height: 300px; /*画面いっぱいにする場合100vh*/
    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: #333;
}
.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) {	
	#cta_area_kv .btn-inline-wrapper {
        display: flex;  
		justify-content: center;
		align-items: center;
    }
	#cta_area_kv .section_wrapper {
		width: 100%;
		padding-bottom: 55px;
	}
	#cta_area_kv .btn_rc {
		padding-right: 10px;
	}
	#cta_area_kv .btn-inline-wrapper div:nth-child(2n) .btn_rc {
		padding-right: 0;
		padding-left: 23px;
	}
	#cta_area_kv .btn_rc p {
		font-size: min(2.0rem, 4vw);
	}
	#cta_area_kv .btn-inline-wrapper > div {
		margin: 0;
	}
	#cta_area_kv .btn-inline-wrapper div:first-child {
		width: 100%;
		margin-right: 3px;
	}
	#cta_area_kv .btn-inline-wrapper div:nth-child(2n) {
		width: 100%;
        margin-top: 0;
		margin-left: 3px;
    }
	#cta_area_kv p.slash {
		line-height: 1;
		font-size: 12px;
	}
	.kv_text {
		margin-right: 10px;
	}
	.cp_arrows {
		height: 250px;
	}
}
.kv_img {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.kv {
		height: 55vh;
	}
	.kv_img {
		background-position: top right 45%;
		max-height: 55vh; 
		height: 55vh;
		position: relative;
	}
	#kv_catchphrase .section_wrapper img {
		position: absolute;    
		left: 5%;
		max-width: min(545px, 60vw);
		top: 42%;
		transform: translateY(-60%);
		-webkit-transform: translateY(-60%);
		-ms-transform: translateY(-60%);
    }
	#kv_catchphrase .section_wrapper img.d-md-none {
		display: block!important		
	}
	#kv_catchphrase .section_wrapper img.d-md-block {
		display: none!important		
	}
}
@media screen and (max-width: 500px) {
	.kv {
		height: auto;
	}
	.kv_img {
		background-position: top;
		background-position: top right 40%;
		max-height: 55vh; 
		height: 55vh;
		position: relative;
	}
	#kv_catchphrase .section_wrapper img.d-md-block  {
		display: block!important		
	}
	#kv_catchphrase .section_wrapper img.d-md-none {
		display: none!important		
	}
	#kv_catchphrase .section_wrapper img {
		margin-left: 0;
		max-height: min(389px, 50vw);
		position: absolute;    
    }
}
@media screen and (max-width: 346px) {
	#cta_area_kv p.slash {
		letter-spacing: normal;
	}
	.kv_text .text-size-s {
        font-size: 11px!important;
    }
	#kv_catchphrase .section_wrapper img {        
		top: 38%;
		transform: translateY(-62%);
		-webkit-transform: translateY(-62%);
		-ms-transform: translateY(-62%);
    }
}

/** --------------------  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 {
	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;
}
@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;
	}
}

/** --------------------  campaign  -------------------- **/
#campaign.section {
	padding: 30px 0;
}
#campaign.section h2 {
	/*font-size: min(2.2rem, 5vw);*/
	margin-bottom: 15px;
}
#campaign .bg_decoration {
	background-color: #f5f5f5;
	display: inline-block;
	padding: 10px 45px 0 45px;    
	box-shadow: 3px 3px #f8ce00;
}
#campaign .text_top_bottom {
	bottom: 44px;
	left: -10px;
}
#campaign .text_top_bottom span:last-child  {
	line-height: 1;
}
@media screen and (max-width: 768px) {
	#campaign .bg_decoration {
		padding: 10px 15px 0 20px;
	}
	#campaign .text_top_bottom {
	bottom: 26px;
	}
	#campaign .text_top_bottom span:first-child  {
		font-size: 10px!important;
	}
}


/** --------------------  achievements  -------------------- **/
@media screen and (max-width: 768px) {
	#achievements h2 {
		font-size: min(20px, 8vw);
	}
}


/** --------------------  001  -------------------- **/
.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;
	}
}	

/** --------------------  002  -------------------- **/
.pt-38 {
	padding-top: 38px;
}
.pt-14 {
	padding-top: 14px;
}
.text_top_bottom {
	display: inline-grid;
	position: relative;
    bottom: 15px;
}

/** --------------------  003  -------------------- **/
#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/*, 4px 4px 0 #333/*, 0 4px 0 #333*/;
}
.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;
}

@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;
	}
}


.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;
}
.icon_bullet > li ul {
  padding-top: 6px;
}
.icon_bullet p, .icon_bullet > li ul li,
.icon_bullet p, .icon_bullet > li ul li a {
  font-size: 14px;
  margin-bottom: 6px;
}
/*
.accordion_decoration .accordion_head {
	background: #D2D2D2;
	padding-left: 30px;
}
.accordion_list {
    border-top: none;
}
.accordion_list_item {
    border-bottom: none;
}
*/


/**  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: 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;
	}
}


/** --------------------  オンライン申込特典  -------------------- **/
.plan-table {
	background: #f5f5f5;
	margin: 0 auto;
	width: 70%;
	box-shadow: 3px 3px #f8ce00;
}
.plan_note {
    margin: 30px 0 0 0;
}
.plan-table {
	margin-bottom: 20px;
}
.plan-table-flex-content {
    margin-left: 0;
}
@media (max-width: 768px) {	
	.plan-table {
		width: 100%;
	}
	.cp_jimute .plan-table-flex-content {
		margin-left: 0!important;
	}
}
	
/** --------------------  機種紹介  -------------------- **/
#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;
}
#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 {
}
.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;
    }
}	


/** --------------------  端末レンタルサービス対応　おすすめ機種  -------------------- **/
.lineup_list .btn:not(.btn-disabled),
.lineup_list .btn:not(.btn-disabled):hover {
	border-radius: 100px;
	background-color: #fff;
	font-weight: bold;
}
.lineup_list .box-product-biz {
	background: #f5f5f5;
	border: none;
    padding: 30px 15px 20px 15px;
}
.lineup_list .box-product-biz-action {
	overflow: visible;
}
.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;
}
.lineup_list .bg_black {
	display: inline-block;
	border-radius: 6px;
	color: #fff;
	background-color: #333;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 9px;
	vertical-align: top;
}
.ttl_rental span {
	color: #5abcc9;
}
.ttl_rental .slash:before, .ttl_rental .slash:after {
    background: #5abcc9;
}
#model_introduction .lineup_list .btn-red {
    color: #fff;
    background: #FC0F3A;
    border-color: #FC0F3A;
    box-shadow: 0px 4px 0px #d70b32;	
}
#model_introduction .lineup_list .btn-red:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px transparent;
}
#model_introduction .lineup_list .btn-red:before {
    content: "";
    position: relative;	
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;	
    background: url(/common_b/images/common/icon/icon_cart_white.svg) no-repeat left top;
    top: 0;
}
#model_introduction .box-product-biz .bg_white img {
	max-width: 75%!important;
	padding: 10px 0 15px 0;
}
@media (max-width: 768px) {	
	.lineup_list .box-product-biz {
		padding: 20px 15px 15px 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;
		min-width: 180px;
	}
	.lineup_list .bg_black {
		margin-top: 7px;
	}
}
/** --------------------  【春得】法人スマホ1円祭り　おすすめ機種　Line up！  -------------------- **/
.lineup_list span.text_cancel {
    text-decoration: line-through;
	margin-right: 10px;
}
.bg_ichien {
	background: #68d8d1;
	color: #fff;
	padding: 2px 9px 4px;
	border-radius: 6px;
}
.bg_ichien {
	-webkit-text-stroke: 4px #ea066d;
    text-stroke: 4px #ea066d;
    paint-order: stroke;
}
.lineup_list .text-size-l {
    letter-spacing: 0;
}
.lineup_list .text_huge_50 {
	line-height: 1;
}
.lineup_list_ichien .box-product-biz .bg_white {
    padding: 20px 30px 40px 30px;
    margin-top: 5px;
}
.d_tb_block {
	display: none;
}
@media screen and (min-width: 768px) {
    .ttl_ichien span.ttl_img_ichien::before {
        content: "";
        background-image: url(../../../../cp/ichien/images/img_ttl_l.png);
        background-size: 214px 51px;
        width: 214px;
        height: 51px;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }
	.ttl_ichien span.ttl_img_ichien::after {
        content: "";
        background-image: url(../../../../cp/ichien/images/img_ttl_r.png);
        background-size: 214px 51px;
        width: 214px;
        height: 51px;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
    }
}
@media (max-width: 920px) and (min-width: 769px) {
    .ttl_ichien span.ttl_img_ichien::before,
	.ttl_ichien span.ttl_img_ichien::after {  
        max-width: 160px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
    .ttl_ichien span.ttl_img_ichien::before {
        margin-right: 10px;
	}
	.ttl_ichien span.ttl_img_ichien::after {    
        margin-left: 10px;
	}	
}
h2.ttl_ichien {
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 30px;
	text-align: center;
}
h2.ttl_ichien::before {
	position: absolute;
	border-bottom: 6px solid #68d8d1;
	border-radius: 100px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 90px;
	content: '';
}
.ttl_ichien span.slash {
	color: #ea066d;
}
.ttl_ichien .slash:before, .ttl_ichien .slash:after {
    background: #ea066d;
}
.lineup_list_ichien a:hover,
.lineup_list_ichien .btn:not(.btn-disabled):hover {
	opacity: 10;
}
.lineup_list_ichien .box-product-biz {    
    transition: 0.2s;
	/*
    background: #fff5f7;	
	border: 2px solid #ea066d;
	*/
}
.lineup_list_ichien .box-product-biz:hover {
    background: #ffffe6;
	border: 1px solid #ffe91d;
}
@media (max-width: 768px) {	
	.lineup_list .box-product-biz {
		padding: 20px 15px;
	}
	.lineup_list_ichien .box-product-biz {		
		border-top: 2px solid #ffe91d;
	}    
	.ttl_ichien span.ttl_img_ichien::before,
	.ttl_ichien span.ttl_img_ichien::after {        
        content: none;
	}
    h2.ttl_ichien span.ttl_img_ichien {
        background-image: url(../../../../cp/ichien/images/img_ttl_sp.png);
        background-size: 100%, 100%;
        background-repeat: no-repeat, no-repeat;
        background-position: left top, right top;
        padding: 1rem 0;
        -webkit-text-stroke: 3px #fff;
        text-stroke: 3px #fff;
        paint-order: stroke;
		display: block;
    }
}
@media (max-width: 830px) and (min-width: 769px) {
	.lineup_list .bg_black {
		display: block;
		padding: 0 10px;
		margin-right: 0;
		margin-top: 0;
		width: 50px;
		margin: 0 auto;
	}
	.d_tb_block {
		display: block;
	}
}
/** --------------------  対象機種  -------------------- **/

#lineup .box-product-biz-action .btn-black {
	color: #fff;
}
#lineup .box-product-biz {
	padding: 25px 15px;
}
#lineup .bg_black {
	background-color: #313131;
	color: #fff;
	padding: 1px 7px 4px 8px;
    border-radius: 4px;
    position: relative;
    bottom: 5px;
    margin-left: 15px;
}
#lineup .lineup_price .bg_circle {
	background-color: #163eb0;
	color: #F8CE00;
	border-radius: 100px;
	aspect-ratio: 1 / 1;
	position: relative;
	border-radius: 100%;
	max-width: 130px;
}
#lineup .lineup_price .bg_circle > div {
	display: block;
    line-height: 1.1;
	width: 100px;
	position: absolute;
	  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding-bottom: 6px;
}
#lineup .strikethrough {
	position: relative;  
}
#lineup .strikethrough::after {
	 content:"";
   display:block;
   width: 100%;
   height:3px;
   background-color:#F8CE00;
   position:absolute;
   top: 50%;
}
#lineup .down_arrow {
	color: #163eb0;
	color: #F8CE00;
	line-height: 1.6;
}

#lineup .text_s14, .text_s14 a{  font-size: min(14px, 3vw);  }
#lineup .text-huge {  line-height: 1.6 !important;  }
#lineup .text_huge_30 {  font-size: min(30px, 7vw); line-height: 1;  }
#lineup .text_huge_35 {  font-size: min(35px, 7vw); line-height: 1;  }
#lineup .text_huge_40 {  font-size: min(40px, 10vw); line-height: 1;  }
#lineup .text_huge_50 {  font-size: min(50px, 10vw); line-height: 1;  }
#lineup .text_huge_60 {  font-size: min(60px, 10vw); line-height: 1;  }
#lineup .text_huge_80 {  font-size: min(80px, 10vw); line-height: 1;  }

@media (max-width: 905px) and (min-width: 769px) {
	#lineup .text_s14, .text_s14 a {
		line-height: 1.2;
		height: 40px;
	}
	#lineup .text_huge_50 {
		font-size: min(50px, 5vw);
	}
	#lineup .text_huge_30 {
		font-size: min(30px, 3vw);
	}
}
@media (max-width: 768px) {	
	#lineup .box-product-biz {
		padding: 25px 10px;
	}
	#lineup .text-size-m, .text-size-m a {
        font-size: 16px !important;
    }
	#lineup .text-size-l, .text-size-l a {
        font-size: 20px !important;
    }
}


/** --------------------  お申し込みの流れ  -------------------- **/
.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);
	}
}


/** --------------------  クロージング  -------------------- **/
.section#closing {
	padding: 0;
}
.bg_img_l {
	background-image: url(../../images/img12.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(255,255,255,0.4);
	position: absolute;
	/*left: 15%;*/
	right: 50%;
	top: 20px;
    font-size: 35px;
	font-size: min(32px, 5vw);	
	font-weight: bold;
    line-height: 1.2;
}
.bg_img_l .bg_img_text_right {
	padding: 15px;
	background:rgba(255,255,255,0.4);
	position: absolute;
	/*right: 15%;*/
	left: 45%;
	bottom: 20px;
	font-size: min(32px, 5vw);	
	font-weight: bold;
    line-height: 1.2;
}
@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;
	}
}
/**  ▲▲202410追加▲▲  **/

td.last-td{
	border-right: 1px solid #E8E8E8 !important;
}