@charset "UTF-8";
/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}
.mb130{ margin-bottom:130px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}
.mb160{ margin-bottom:160px;}
.mb170{ margin-bottom:170px;}
.mb180{ margin-bottom:180px;}
.mb190{ margin-bottom:190px;}
.mb200{ margin-bottom:200px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}
.pr110{ padding-right:110px;}
.pr120{ padding-right:120px;}


.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}
.pl110{ padding-left:110px;}
.pl120{ padding-left:120px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.clearfix {
	clear: both;
}
.cntInner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.cntInner.w-960 {
  width: 960px;
}
.flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
}
.flexBetween {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
	justify-content: space-between;
	
}
.applyLeftBox{
	width: 60%;
	box-sizing: border-box;
}
.applyRightBox{
	width: 36%;
	box-sizing: border-box;
	border: #00BFA5 4px solid;
	padding: 30px;
	border-radius: 12px;
}
.grn{
	color: #00BFA5;
}
.wht{
	color: #FFF;
}
.orangeRed{
	color: #FF4E4F;
}
.title01{
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.title02{
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.subTitle01{
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.subTitle02{
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.subText01{
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
	color: #777;
	box-sizing: border-box;
}
.applyImgCenter{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	max-width: 513px;
	margin: 0 auto;
}
.applyImgCenter img{
	width: 100%;
	height: auto;
	align-self: flex-start; 
	align-items: flex-start;
	max-width: 513px;
}
.applyImgCenter.t-logo img{
	max-width: 123px;
}
.applyRightBox .satori__input_group{
	font-size: 14px;
}
.applyRightBox .satori__message{
	font-size: 14px;
}
.applyRightBox .satori__require {
line-height: .64em;
padding: 5px 3px;
margin: 0em .5em !important;
border-radius: 4px !important;
  background-color: #FF4E4F !important;
  color: #FFF !important;
	font-size: 11px;
	position: relative;
top: -3px;
}
.applyRightBox .satori__btn {
border-radius: 2px;
cursor: pointer;
outline: none;
  background-color: #FF4E4F !important;
  color: #FFF !important;
  padding: 20px 5px !important;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.canBox{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.canIcon{
	width: 100%;
	height: 160px;
	max-width: 160px;
	margin: 0 auto;
box-sizing: border-box;
	background-color: #FFF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	border: #00BFA5 3px solid;
}
.t-off .canIcon{
	border-color: #777;
	background-color: #eee;
}
.canIcon.icon02 img{
	max-width: 70px;
}
.canIcon.icon04 img{
	max-width: 53px;
}
.canIcon.icon05 img{
	max-width: 50px;
}
.canIcon.icon06 img{
	max-width: 100px;
}
.canIcon.icon07 img{
	max-width: 69px;
}
.canIcon.icon08 img{
	max-width: 80px;
}
.canIcon.icon09 img{
	max-width: 88px;
}
.canIcon.icon10 img{
	max-width: 110px;
}
.canIcon.icon11 img {
  max-width: 100px;
}
.canTitle{
	width: 100%;
	height: auto;
	min-height: 3.2em;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #00BFA5;
	margin-top: 10px;
}
.t-off .canTitle{
	color: #444;
}
.canText{
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}
.canText.t-min{
	font-size: 12px;
}
.canText.alignCenter{
	text-align: center;
}
.mv.pageApplyFree {
  background-image: url("../img/apply/page_header_apply_free.jpg");
	background-position: center center;
}
.mv.pageApplyFree.t-apply {
	background-image: url("../img/apply/page_header_apply.jpg");
}
.pageApplyFree .mv__inner{
	padding-top: 108px;
}
.ttl-line.t-min {
  font-size: 3rem;
  padding-bottom: 16px;
}
.footer__top .inner{
	/*display: none;*/
}


.selectPlanBox{
	width: 100%;
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: 40px;
	background-color: #00BFA5;
	border-radius: 12px;
}
.planBox{
	width: 48%;
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: 30px;
	background-color: #FFF;
	border-radius: 12px;
}
.selectPlanBox .btn-wrap{
	margin-top: 30px;
	position: relative;
}
.selectPlanBox .btn-wrap.fukidashiText::before{
	content: '＼ 期間限定 ／';
	width: 100%;
	position: absolute;
	top: -22px;
	left: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	color: #FF4E4F;
	text-align: center;
	letter-spacing: 0.1em;
}
.selectPlanBox .btn-wrap.fukidashiText.t-kanzenmuryo::before{
	content: '＼ 完全無料 ／';
}
.selectPlanBox .btn-wrap a{
	width: 100%;
}
.selectPlanBox .title02.t-Plan01 {
	margin-top: 12px;
	padding-bottom: 8px;
}
.selectPlanBox .subTitle02 {
  line-height: 1;
	
}
.planMoreText{
	font-size: 16px;
line-height: 1.6;
font-weight: normal;
text-align: center;
}
.planMoreText a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.planMoreText a:hover {
	color: #FF4E4F;
}
.gnav__menu-item span {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
}
.gnav__menu-item span::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.gnav__menu-item span:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.gnav__menu-item span.current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.gnav__menu-item:not(:last-child) {
  margin-right: 25px;
}

.gnav__menu-item--start span {
  background: #FF4E4F;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 100px;
  border: solid 3px #FF4E4F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
cursor: pointer;
}
.gnav__menu-item--start span:hover {
  background: #fff;
  color: #FF4E4F;
}
.gnav__menu-item--start span:hover::after {
  display: none;
}
.footer__top .txt-wrap .btn-wrap .btn-arrow.popupForm {
  cursor: pointer;
}
.planRecommendRibbon{
	position: absolute;
	top: -1px;
	right: -1px;
}
.planRecommendRibbon img{
	width: 75px;
	height: 75px;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.15));
}
.planBox .t-kanzenmuryo .btn-arrow--rd {
  border-color: #FFF;
  background: #FFF;
	color: #FF4E4F;
}
.planBox .t-kanzenmuryo .btn-arrow {
	border-width: 0;
	padding-top: 2px;
	padding-bottom: 5px;
}
.planBox .t-kanzenmuryo .btn-arrow:hover{
	opacity:0.7;

}
.planBox .t-kanzenmuryo .btn-arrow .txt{
	text-decoration: underline;
}
.planBox .t-kanzenmuryo .btn-arrow .txt::before {
  background: #FF4E4F;
}
.planBox .t-kanzenmuryo .btn-arrow--rd .txt::after {
  border-left-color: #FFF;
}
.recommend__security .lawyer.nonLine {
  border: solid 0px #00BFA5;
  background-color: rgba(255,255,255,0.00);
  padding: 0px 0;
}
.labelKm{
	width: 150px;
	height: auto;
	position: absolute;
	bottom: -20px;
	right: -20px;
	transform: rotate(15deg);
}
.labelKm img{
	width: 100%;
	height: auto;
}
.subText01.alignLeft{
	text-align: left;
}
.bd{
	font-weight: bold;
}
.pageApply .fixed-area{
	display: none;
}
.header.fixed.pageApply{
	display: none;
}
@media (min-width: 1025px) and (max-width: 1580px) {
	.gnav__menu-item span {
    font-size: 1.3rem;
  }
  .gnav__menu-item--start span {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
	
.header.fixed .gnav__menu-item span {
    color: #00BFA5;
  }
  .header.fixed .gnav__menu-item span:after {
    background: #00BFA5;
  }
  .header.fixed .gnav__menu-item--start span {
    color: #fff;
  }
  .header.fixed .gnav__menu-item--start span:hover {
    color: #FF4E4F;
  }
}
@media (max-width: 1024px) {
.spMbNon{
	margin-bottom: 0px !important;
}
.spMb05{
	margin-bottom: 5px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb15{
	margin-bottom: 15px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMb70{
	margin-bottom: 70px !important;
}
.spMb80{
	margin-bottom: 80px !important;
}
.spMb90{
	margin-bottom: 90px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt05{
	margin-top: 5px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spMt40{
	margin-top: 40px !important;
}
.spMt50{
	margin-top: 50px !important;
}
.spMt60{
	margin-top: 60px !important;
}
.pageApplyFree .mv__inner {
  min-height: 240px;
  padding: 70px 5% 10px;
}
.mv.pageApplyFree .txt-wrap {
  margin-bottom: 0px;
}
.applyLeftBox {
  width: 100%;
  box-sizing: border-box;
}
.applyRightBox {
  width: 100%;
  border: #00BFA5 4px solid;
  padding: 20px;
}
.title01 {
  font-size: 2.2rem;
}
.title02 {
  font-size: 1.8rem;
}
.subTitle01 {
  font-size: 1.6rem;
}
.subTitle02 {
  font-size: 1.4rem;
}
.applyImgCenter {
  
}
.applyImgCenter img {
  width: 80%;
}
.canBox {
  width: 33.3333%;
}
.canText {
  text-align: center;
}
.applyRightBox .satori__btn {
  font-size: 1.8rem;
	padding: 15px 5px !important;
}
.footer .fixed-contact.show {
  /*opacity: 1;
  visibility: hidden;*/
}
.pageApply .fixed-area {
  display: flex;
}
.pageApply .header__btn{
	/*display: none;*/
}
}
@media (max-width: 760px) {
.canBox {
  width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}
.canIcon {
  height: 120px;
  max-width: 120px;
}
.canIcon.icon02 img{
	max-width: 50px;
}
.canIcon.icon04 img{
	max-width: 40px;
}
.canIcon.icon05 img{
	max-width: 40px;
}
.canIcon.icon06 img{
	max-width: 80px;
}
.canIcon.icon07 img{
	max-width: 50px;
}
.canIcon.icon08 img{
	max-width: 60px;
}
.canIcon.icon09 img{
	max-width: 60px;
}
.canIcon.icon10 img{
	max-width: 70px;
}
.canIcon.icon11 img {
  max-width: 80px;
}
.canTitle {
  font-size: 1.5rem;
}
.canText {
  font-size: 1.2rem;
}
.canText.t-min {
  font-size: 10px;
}
.ttl-line.t-min {
  font-size: 2rem;
  padding-bottom: 16px;
}
.applyRightBox .satori__input_group {
  font-size: 13px;
}
.selectPlanBox {
  padding: 30px;
}
.planBox {
  width: 100%;
  padding: 20px;
	margin-bottom: 10px;
}
.selectPlanBox .title02.t-Plan01 {
  margin-top: 0px;
  padding-bottom: 5px;
}
.planMoreText{
	font-size: 14px;
}
.mv.pageApplyFree .txt-wrap .ttl {
  font-size: 2.4rem;
}
.subText01{
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
text-indent: -1em;
}
.mv.pageApplyFree,.mv.pageApplyFree.t-apply{
	background-image: url("../img/common/mb_bg@2x.png");	
}
.selectPlanBox .btn-wrap.fukidashiText::before {
	font-size: 13px;
}
.planRecommendRibbon img {
  width: 60px;
  height: 60px;
}
.labelKm {
  width: 100px;
  bottom: -10px;
  right: -10px;
}
}