@charset "utf-8";

body {  overflow-x: clip;  color: #333333;  }
.bg_gray {
  background: #f5f5f5;
}
.bg_white {
  background: #ffffff;
}
.text_normal {
  font-weight: normal !important;
}
.display_grid {
  display: grid;
}
.align-self_center {
  align-self: center;
}
a [class*=text-link] {
  color: #333333;
}
.line_height_1 {
  line-height: 1 !important;
}
.line_height_12 {
  line-height: 1.2 !important;
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_40 {
  font-size: min(40px, 6vw);
}
.text_huge_46 {
  font-size: min(46px, 10vw);
}
.text_huge_50 {
  font-size: min(50px, 6vw);
}
.text_huge_60 {
  font-size: min(60px, 10vw);
}
.text_huge_80 {
  font-size: min(80px, 10vw);
}
.text-size-s, .text-size-s a {
  font-size: 14px !important;
}
h3.ttl-section {
  margin-top: 35px;
  margin-bottom: 20px;
}
h3.ttl_d {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
h4.ttl_d {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h3.ttl-section {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  h3.ttl_d {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  h4.ttl_d {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
  }
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.po_re {
  position: relative !important;
}
.po_a_b {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.img_center img {
  margin: 0 auto;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.btn_red_border {
	border: 3px solid #fc0f3a;
    background: #fff;
	color: #fc0f3a;
}
.btn_red_border.btn_arrow:before {
    border-top-color: #fc0f3a;
    border-right-color: #fc0f3a;
}
@media screen and (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
  .text-size-s, .text-size-s a {
    font-size: 13px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
li.b_none:before {
  content: none !important;
}
.text-nomal {
  font-weight: normal !important;
}

/** --------------------  all  -------------------- **/
.l-wrapper_white {
  background-color: #fff;
  margin: 0 auto;
  max-width: 980px;
}
/*
.section_wrapper {
  padding: 0;
}
*/
.drawLine {
  position: relative;
  padding: 0 .25em;
}
.drawLine:before {
  background: #F8CE00 !important;
}
.text_s14, .text_s14 a {
  font-size: min(14px, 3vw);
}
.text-huge {
  line-height: 1.6 !important;
}
.text_huge_30 {
  font-size: min(30px, 7vw);
  line-height: 1;
}
.text_huge_35 {
  font-size: min(35px, 7vw);
  line-height: 1;
}
.text_huge_40 {
  font-size: min(40px, 10vw);
  line-height: 1;
}
.text_huge_50 {
  font-size: min(50px, 10vw);
  line-height: 1;
}
.text_huge_60 {
  font-size: min(60px, 10vw);
  line-height: 1;
}
.text_huge_80 {
  font-size: min(80px, 10vw);
  line-height: 1;
}
.text_blue {
  color: #163eb0;
  color: #3157DF!important;
}
.text-normal {
  font-weight: normal;
}
.line_h12 {
  line-height: 1.2 !important;
}
/*
@media screen and (min-width: 768px) {
  .section,
	.compare {
    padding: 30px 0 50px 0;
  }
}
*/
@media screen and (max-width: 768px) {
  .section,
	.compare {
    padding: 25px 0 25px 0;
  }
  .l-wrapper_white {
    padding: 0;
  }
  .section_wrapper {
    padding: 0 15px;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-size-m, .text-size-m a {
    font-size: 16px !important;
  }
  .text-size-l, .text-size-l a {
    font-size: 20px !important;
  }
}
.ff_oswald {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 2px 0 3px;
    line-height: 1;
}

/** --------------------  btn  -------------------- **/
.cta_area .section_wrapper {
  padding: 30px 0 40px 0;
}
.cta_area.bg_gray {
  background-color: #E8E8E8;
}
.cta_area h2 {
  font-size: min(2.6rem, 6vw);
}
.btn-inline-wrapper {
  display: inline-flex;
}
.btn-inline-wrapper > div {
  margin: 0 15px;
  position: relative;
}
/*
.btn_rc p > span {
  font-size: min(14px, 6vw);
}
*/

@media screen and (max-width: 768px) {
  .btn-inline-wrapper .btn {
    width: 100%;
  }
  .btn-inline-wrapper {
    display: block;
  }
  .btn-inline-wrapper div:nth-child(2n) {
    margin-top: 20px;
  }
	/*
  .btn_rc p > span {
    padding: 4px;
  }
	*/
}

/** --------------------  お申し込みの流れ  -------------------- **/
.document {
  background: none;
}
.begginer-step-flow-item {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  border: #E8E8E8 solid 1px;
  border-radius: 8px;
  display: block;
  padding: 10px 5px;
  position: relative;
}
@media (max-width: 768px) {
  .begginer-step-flow-item {
    border: none;
    border-radius: 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 50px 15px 30px;
  }
  .begginer-step-flow-num {
    width: 75px;
  }
  .begginer-step-flow-head {
    width: calc(100% - 80px);
  }
}
/** --------------------  footer_btn  -------------------- **/
.cvArea .cvArea_button {
  padding: 12px 5px 8px 5px;
}
.cvArea .cvArea_button.is-border {
  padding: 10px 5px;
}
/* btn2行の場合
@media (max-width: 768px) {	
	.cvArea .cvArea_button {
		padding: 15px 5px 6px 5px;
	}
	.cvArea .cvArea_button.is-border {
		padding: 5px;
	}
	.cvArea .cvArea_button.is-border p {
		line-height: 1.2!important;
	}
}
*/

/** --------------------  kv  -------------------- **/
#kv {
  position: relative;
}
#kv .kv_img {
  margin: 0;
  background: #ffffff;
	position: relative;
}
#kv .note {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
#kv .note p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 15px;
  padding-bottom: 3px;
  -webkit-text-stroke: 2px #68d8d1;
  text-stroke: 2px #68d8d1;
  paint-order: stroke;
}
#kv .text-size-s, #kv .text-size-s a {
  font-size: 12px !important;
  color: #ea066d !important;
}
@media (max-width: 768px) {
  #kv .note p {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #kv .note p {
    padding-bottom: 3px;
  }
}

/** --------------------  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 25px 5px 20px;
	border-radius: 100px;
}
#cta_area_header .btn_border  {
	color: #fff!important;
}
#cta_area_header .btn_red_border {
	border: 2px solid #fc0f3a;
	padding: 6px 10px 6px 25px;
}
#cta_area_header .btn_arrow:before,
#cta_area_header .btn_red_border.btn_arrow:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#cta_area_header .btn_red_border.btn_arrow:before {
    border-top: 2px solid #fc0f3a;
    border-right: 2px solid #fc0f3a;
}
#cta_area_header .btn_rc p {
    font-size: 1.5rem;
	padding-right: 7px;
	letter-spacing: normal;
}
#cta_area_header .btn_rc p > span {
    left: 4px;
	padding: 3px;
}
#cta_area_header .btn_rc p > span > span {
    font-size: 1.1rem;
	line-height: 1;
	padding-top: 3px;
}
#cta_area_header .btn-inline-wrapper div:nth-child(2n) .btn_rc p > span > span {
	padding-top: 6px;
}
#cta_area_header .btn_rc p > span {
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    padding: 6px;
    background-color: #F8CE00;
}
#cta_area_header .btn_border.btn_rc p > span {
    top: 52%;
    left: 2px;
    padding: 5px;
}
#cta_area_header .btn_rc p > span > span {
	display: block;
    padding-top: 2px;
	padding-right: 2px;
    color: #333333;
}
#cta_area_header .btn_red_border p > span {
    background-color: #fc0f3a;
}
#cta_area_header .btn_red_border p > span > span {
    color: #fff;
}
@media screen and (max-width: 768px) {
	.l-header-lp { 
		height: 58px;
		padding-top: 15px;
	}
	.l-header-inner {
		max-width: auto;
		width: 100%;		
	}
	.header-logo-lp {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		margin-left: 0;
	}	
	/*
	#cta_area_header {
		display: none;
	}
	*/
}

/** --------------------  h2  -------------------- **/
h2 img {
	display: inline-block;
	margin: 0 auto;
	width: 12%;
}
#option h2 img {
	display: inline-block;
	margin: 0 auto;
	width: 8%;
}
h2 {	
	font-size: clamp(3.2rem, 5vw, 4.2rem)!important;
}
@media screen and (max-width: 768px) {
	h2 img {
		display: block;
		width: 25%;
	}
	#option h2 img {
		display: block;
		width: 15%;
}
	.document h2 {
    	font-size: 2.2rem!important;
	}
}
.sttl {
	font-size: clamp(21px, 5vw, 28px)!important;	
}

/** --------------------  kv  -------------------- **/
#kv .kv_img {
	width: 230%;
	top: 0;
    left: 50.5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/** --------------------  note  -------------------- **/
#note .list-iconindent li {
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	.btn-inline-wrapper {
		margin: 15px 0;
	}
}

/** --------------------  ボタン  -------------------- **/
.btn-inline-wrapper .btn_rc,
.btn_area .btn_rc,
.btn_rc {
	border-radius: 50px;
}
.btn-inline-wrapper .btn,
.btn_area .btn {
    border: 2px solid #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
	color: #FC0F3A;
}
.btn-inline-wrapper .btn_red {
    border: 2px solid #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
	background: #FC0F3A;
	color: #fff;
}
.btn-inline-wrapper .btn_arrow:before,
.btn_area .btn_arrow:before,
.btn_arrow:before{
    content: "";
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #FC0F3A;
    border-right: 3px solid #FC0F3A;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.btn-inline-wrapper .btn_red.btn_arrow:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

.pr-40 {
	padding-right: 40px;
}
@media screen and (max-width: 768px) {	
	.btn_area .btn_arrow:before,
	.btn_arrow:before {
		right: 5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #FC0F3A;
		border-right: 2px solid #FC0F3A;
	}
}

/** --------------------  footer  -------------------- **/
.l-footer-hasfixcv {
    padding: 15px 0 120px 0;
	background-color: #333;
}
.footer-bottom-nav-list-item a,
.footer-bottom .copyright,
.footer-bottom-nav-list-item a:visited {
	color: #fff;
}
.footer-bottom .copyright {
	padding-top: 15px;
}
@media screen and (max-width: 768px) {
	.l-footer.l-footer-hasfixcv {
		margin-bottom: 0;
	}
	.gotop {
        bottom: 90px!important;
    }
}
@media (max-width: 1180px) {
    .l-footer-bottom .l-inner {
		padding: 0!important;
    }
}
@media screen and (max-width: 768px) {
	.footer-bottom-nav-list-item {
        width: 49%;
	}
	.footer-bottom-nav-list-item a {
        padding: 0 5px 0 0;
	}
}

/** --------------------  ボタン  -------------------- **/
@media screen and (max-width: 768px) {
	.cvArea .cvArea_button.is-border {
		padding: 9px 5px 7px 5px;
	}
	.cvArea .cvArea_button p {
		line-height: 1.2;
	}
}

/** --------------------  オンラインフロー  -------------------- **/
/**  ▼▼  オンラインフロー  ▼▼  **/
.borderBox_body .sup a {
	font-size: 1.3rem;
}
#document .borderBox_body {
    padding: 20px;
}
#document .document_item.is-grid .list_dot li {
    display: inline-flex;
    padding-left: 10px;
}
.list_dot.list_side li:before {
    margin-top: 2px;
}
/**  ▲▲  オンラインフロー  ▲▲  **/

/** --------------------  btn  -------------------- **/
@media (max-width: 768px) {	
	.l-footer-hasfixcv {
		padding-bottom: 60px;
	}
}

/** --------------------  kv  -------------------- **/

@media screen and (min-width: 769px) {
	.kv {
		position: relative;
		height: auto;
		max-height: 565px;
	}
	.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: 37vw;
		position: relative;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 768px) {
	.kv {
		height: 133vw;
		max-height: 1000px;
	}
	.kv_img {
		background-image: url(../../images/kv_sp.jpg);
		background-position: center bottom;
		background-size: cover;
		max-height: 1000px;
		height: 133vw;
		position: relative;
		margin-bottom: 0;
	}
}

.btn_area {
	position: absolute;
	bottom: 20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
	.btn_area {
		bottom: 15px;
		width: 100%;
	}
	.btn_area img {
		padding: 0 20px;
	}	
}


/** --------------------  kv_anc_btn  -------------------- **/
#kv_anc_btn .text-link-more:before {
	display: none;
}

#kv_anc_btn .text-link-more:after {
	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-left: 0.4em;
    background-image: url(/common_b/images/common/icon/icon_arrow_circle_down_black.png);
}

#sp_charge .box-product {
	padding: 35px 15px 25px;
}
@media (max-width: 768px) {
    #sp_charge .box-product {
        padding: 20px 15px 5px;
    }
}


/** --------------------  reason  -------------------- **/
.reason01 .box-product .text-huge {
	font-size: clamp(32px, 5vw, 45px)!important;
	line-height: 1!important;
}
.reason01 .box-product .text-huge-02 {
	font-size: clamp(40px, 5vw, 60px)!important;
	line-height: 1!important;
}
.reason01 .box-product {
    padding: 20px 15px 25px;
}

.reason01 .row {
    align-items: center;
}
@media (max-width: 768px) {
    .reason01 .box-product {
        padding: 10px 5px 10px;
    }
}
.icon_arrow {
    position: relative;
}
.icon_arrow::after {
	content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    background: url(../../images/img05.png) no-repeat center center;
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
    z-index: 5;
}
@media (max-width: 768px) {
    .icon_arrow::after {
        top: auto;
        right: 50%;
        bottom: -30px;
        transform: translateX(50%) rotate(90deg);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    }
}
.reason01,
.reason02,
.reason03 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#reason .sttl span {
    background: #333;
	border-radius: 6px;
	padding: 0 15px 2px 15px;
	margin-right: 15px;
	color: #fff;
}
@media (max-width: 768px) {
    #reason .sttl span {
		display: block;
        width: 30%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 8px;
		padding: 0 15px 1px 15px;
    }
}

.text_blue {
	color: #3CA8D3;
}
.text-strike {
	text-decoration-color: #ef3941!important;
}
.btn_long,
.btn_long:not(.btn-disabled):hover {
	padding-right: 40px;
	padding-left: 20px;
	border-radius: 50px;
}
.btn_long.btn_arrow:before {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
}
@media screen and (max-width: 768px) {
	.btn_long,
	.btn_long:not(.btn-disabled):hover {
		padding-right: 30px;
	}
	.btn_long.btn_arrow:before {
		right: 16px;
		border-top: 2px solid #333;
		border-right: 2px solid #333;
	}
}


/** --------------------  data5gb  -------------------- **/
#data5gb .row {
    align-items: flex-start;
}
#data5gb .box .col-3,
#data5gb .box .col-4,
#data5gb .box .col-5 {
	display: flex;
	align-items: center;
}

@media (min-width: 769px) {
	#data5gb .box .col-3,
	#data5gb .box .col-4,
	#data5gb .box .col-5 {
		flex: 0 0 26%!important;
		max-width: 26%!important;
		min-width: 250px!important;
	}
	#data5gb .box .col-9 {
		flex: 0 0 auto!important;
		max-width: 74%!important;
		width: auto!important;	
	}
}

/** --------------------  option  -------------------- **/
@media (max-width: 768px) {
    #option .table,
    #option .table tbody,
    #option .table tr,
    #option .table th,
    #option .table td {
        display: block;
        width: 100%;
    }
}

/** --------------------  estimate  -------------------- **/
#estimate {
	background: #FDFFE8;
}
@media screen and (min-width: 1361px) {
	#estimate {
		background: url("../../images/img08.png") no-repeat left top,
			#FDFFE8;
		background-size: contain;
	}
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
	#estimate {
		background: url("../../images/img08.png") no-repeat left -15% top,
			#FDFFE8;
		background-size: contain;
	}
}
@media screen and (max-width: 768px) {
	#estimate {
		position: relative;
		background-color: #FDFFE8;
		z-index: 0;
	}
	#estimate::before {
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: url(../../images/img08.png) no-repeat right -50px center;
		background-size: 120%;
		opacity: 0.25;
		z-index: -1;
	}
}

#estimate .btn_arrow.btn-l:not(.btn-disabled):hover,
#estimate .btn_arrow {
	padding-right: 35px;
	padding-left: 20px;
	min-width: 320px;
}
#estimate .text-red.btn_arrow {
    border: 2px solid #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
}
#estimate .btn-red.btn_arrow:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (max-width: 768px) {	
	#estimate .text-red.btn_arrow:before {
		right: 5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #FC0F3A;
		border-right: 2px solid #FC0F3A;
	}
	#estimate .btn-red.btn_arrow:before {
		right: 5px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	#estimate .btn_arrow.btn-l:not(.btn-disabled):hover,
	#estimate .btn_arrow {
		padding-right: 20px;
		padding-left: 10px;
		min-width: 230px;
	}
}

/** --------------------  footer btn  -------------------- **/
@media screen and (min-width: 768px) {
    .cvArea {
        padding: 20px 0;
    }
}
.cvArea:before {
	    opacity: 10;
    background: #F6F6F6;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.lpfixfooter-inner {
    display: flex;
    justify-content: space-between;
}
.lpfixfooter-btn {
	width: 49%;
	text-align: center;
}
.cvArea .cvArea_button {
    padding: 17px 5px;
}
.cvArea .cvArea_button.is-border {
    padding: 15px 5px;
}
.cvArea_button:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.cvArea_button p {
	font-size: clamp(15px, 3vw, 21px)!important;
}
.cvArea_button p > span {
	font-size: clamp(15px, 3vw, 21px)!important;
	display: inline-block!important;
}
.btn_catch span.d-block {
	display: inline-block!important;
}

@media screen and (max-width: 768px) {
	.lpfixfooter-inner .cvArea_button:before {
		display: block!important;
	}
	.cvArea_button p > span {
		display: none!important;
	}
	.btn_catch {        
		font-size: 12px;
        letter-spacing: 0.07rem;
    }
	.btn_catch span.d-md-none {
		display: none!important;
	}
	.btn_catch span.d-md-block {
		display: inline-block!important;
	}
}
@media screen and (max-width: 428px) {
	.lpfixfooter-inner .cvArea_button:before {
		display: block!important;
		content: "";
		right: 8px;
		width: 10px;
		height: 10px;
	}
	.lpfixfooter-inner .cvArea_button.is-border:before {
		border-top: 2px solid #fc0f3a;
		border-right: 2px solid #fc0f3a;
	}
	.cvArea_button p {
		padding-right: 8px;
	}
	.cvArea_button.is-border {
	    border: 2px solid #fc0f3a;
	}
}
@media screen and (max-width: 360px) {
	.btn_catch {        
		font-size: 10px;
        letter-spacing: 0;
    }
}