@charset "utf-8";
/* ============================================================
＠＠
初期化

%update / 2023.10.20

------------------
【目次】
------------------
▼initialization
▼other hack
============================================================ */

/* ------------------------------------------------------------
▼initialization
------------------------------------------------------------ */
div,p,dl,dt,dd,ul,ol,li,table,tr,th,td,
h1,h2,h3,h4,h5,h6,form,input,textarea,button,fieldset,blockquote {
	margin: 0;
	padding: 0;
	zoom: 1;	/* for IE hasLayout true */
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 75%; /* 12px */
	/* =================================================
	about font-size: default 12px ※入れ子でない場合のみ
	10px => 83.3%	 11px => 91.7%	 12px => 100%
	13px => 108.3%	14px => 116.7%	15px => 125%
	16px => 133.3%	17px => 141.7%	18px => 150%
	19px => 158.3%	20px => 166.7%	21px => 175%
	22px => 183.3%	23px => 191.7%	24px => 200%
	25px => 208.3%	26px => 216.7%	27px => 225%
	==================================================== */
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	font-style: normal;
	font-weight: normal;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック','MS PGothic',Verdana, Arial,Helvetica,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}
input,textarea {
	padding: 0px;
	vertical-align: middle;
	line-height: 1.3;
}
select {
	/*
	width: 100%;
	margin: 10px 0 0;
	padding: 10px;
	*/
	padding: 0px;
	vertical-align: middle;
}
button {
	font-size: 100%;
	cursor: pointer;
	border-color: none;
	border-style: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
}
button:disabled {
	opacity: 0.3 !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
em, strong {
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0;
}
img {
	border: none;
	vertical-align: top;
	outline: none;
	image-rendering: -webkit-optimize-contrast;
}
li {
	list-style: none;
}
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.cmTxtM {
	font-size: 116.7%;
	line-height: 1.714 /* 24px */;
}

.cmTxtL {
	font-size: 133.3%;
	line-height: 1.625 /* 26px */;
}

@media screen and (max-width: 768px){
	.cmTxtL {
		font-size: 4vw;
	}
}

.cmTxtM:before {
	margin-bottom: -1.285em;
}

.cmTxtM:after {
	margin-top: -1.357em;
}

.cmTxtL:before {
	margin-bottom: -1.25em;
}

.cmTxtL:after {
	margin-top: -1.313em;
}
/****************************
common
****************************/
body{
	width:100%;
	min-width:100%;
}
img{
	max-width:100%;
	height:auto;
}


/****************************
header
****************************/
header {
    /*position: fixed;*/
    z-index: 500;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
}

#wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 0;
  background: #fff;
}
#wrapper .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
#wrapper .header h1 {
  width: min(calc(180/750*100vw),180px);
}
#wrapper .header .header_lilnk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#wrapper .header .header_lilnk li.header_btn{
  width: min(calc(204/750*100vw),204px);
}
#wrapper .header .header_lilnk li.header_tel{
  width: min(calc(200/750*100vw),228px);
  margin-left: 3%;
}

header a{
	display: block;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 768px){
	header a{
		max-width: 640px;
		padding: 0;
	}
}

.headLine{
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 3px 0px;
  color: #2b2b2b;
  background-color: #ffff2b;
  line-height: 1.5;
  text-align: center;
}

/****************************
main
****************************/
.mv{
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 0;
}

@media screen and (max-width: 768px){
	.mv{
		max-width: 640px;
		padding-top: 0;
	}
}

.sec-step01, .sec-step03, .sec-step05{
	position: relative;
}

.sec-step01 a {
    position: absolute;
    bottom: 42vh;
    display: block;
    text-align: center;
    width: 100%;
}

.sec-step03 a{
    position: absolute;
    bottom: 70px;
    display: block;
    text-align: center;
    width: 100%;	
}

.sec-step05 a{
    position: absolute;
    bottom: 95px;
    display: block;
    text-align: center;
    width: 100%;	
}

@media screen and (max-width: 768px){
	.sec-step01 a {
	    bottom: 28%;
        width: 100%;
	}
	.sec-step01 a img{
	    width: 80%;
	}
	.sec-step03 a {
	    bottom: 7vh;
        width: 100%;
	}
	.sec-step03 a img{
	    width: 95%;
	}
	.sec-step05 a {
	    bottom: 9vh;
        width: 100%;
	}
	.sec-step05 a img{
	    width: 95%;
	}
}

.box_case{
	position: relative;
	overflow: hidden;
}

/*FV下の買取強化車種*/
.l-inner-top{
	position: relative;
    -webkit-box-sizing: content-box;
    	box-sizing: content-box;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
}

.swiper-area{
	position: relative;
	overflow: hidden;
}

.swiper-container.swiper-container-horizontal {
}

.swiper-wrapper{
}

.swiper-area .swiper-button-next {
    background: url(../img/icon_next.svg) no-repeat center / 40%;
}

.swiper-area .swiper-button-prev {
    background: url(../img/icon_prev.svg) no-repeat center / 40%;
}

.l-inner-top .swiper-area .swiper-button-prev,
.l-inner-top .swiper-area .swiper-button-next {
	border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: background-color .3s ease;
    width: 48px;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 8px 18px -2px #00100e14, 0 8px 36px 16px #00100e08;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-inner-top .swiper-button-prev:after, .l-inner-top .swiper-button-next:after{
    content: '';
}

.swiper-area .swiper-button-prev {
    left: 24%;
}

.swiper-area .swiper-button-next {
    right: 24%;
}

.swiper-wrapper .swiper-slide.swiper-slide-prev {
	transform: translate(0) scale(.8);
	text-align: right;
	transition: all .8s ease;
}

.swiper-wrapper .swiper-slide.swiper-slide-next {
	transform: translate(0) scale(.8);
	text-align: left;
	transition: all .8s ease;
}

.l-inner-top .swiper-pagination {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
	/*bottom: -8px;
    position: relative;
    gap: 12px;*/
}

.swiper-pagination .swiper-pagination-bullet{
	background-color: #e4e4e4;
	opacity: 1;
	margin: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #12a0a0;
	transform: scale(1);
}

@media screen and (max-width: 768px){
	.l-inner-top {
	    max-width: initial;
	    width: auto;
	    padding: 0;
	}

	.swiper-wrapper .swiper-slide.swiper-slide-prev {
	    transform: translate(0) scale(.8);
	}

    .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: translate(0) scale(.8);
    }

	.l-inner-top .swiper-area .swiper-button-prev {
	    left: 3%;
	}

	.l-inner-top .swiper-area .swiper-button-next {
	    right: 3%;
	}

	.l-inner-top .swiper-pagination {
	    margin-top: 1.0rem;
	    margin-bottom: 1rem;
	}
}


/*ページ下部のスライダー*/
.l-inner{
	position: absolute;
	top: 220px;
    -webkit-box-sizing: content-box;
    	box-sizing: content-box;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.l-inner .swiper-container .swiper-button-next {
    background: url(../img/icon_next.svg) no-repeat center / 40%;
}

.l-inner .swiper-container .swiper-button-prev {
    background: url(../img/icon_prev.svg) no-repeat center / 40%;
}

.l-inner .swiper-container .swiper-button-prev, .l-inner .swiper-container .swiper-button-next {
	border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 4;
    opacity: 1;
    transition: background-color .3s ease;
    width: 48px;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 8px 18px -2px #00100e14, 0 8px 36px 16px #00100e08;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 39%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container .swiper-button-next:after, .swiper-container .swiper-rtl .swiper-button-prev:after,
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-rtl .swiper-button-next:after {
    content: inherit;
}

.swiper-container .swiper-button-prev {
    left: 26%;
}

.swiper-container .swiper-button-next {
    right: 26%;
}

.swiper-slide.swiper-slide-prev {
	/*transform: translate(0) scale(.8);*/
	text-align: right;
	transition: all .8s ease;
}

.swiper-container {
  width: 100%;
  max-width: 600px;
  height: auto; /* または、例えば 300px など固定値を指定 */
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper .swiper-slide {
  /*height: 195px;*/ /* ★各スライドの具体的な高さを設定しましょう★ */
  width: 180px;
  display: flex; /* 中央寄せなどのために設定することも多いです */
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.swiper-slide.swiper-slide-next {
	transition: all .8s ease;
}

.l-inner .swiper-pagination {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
    text-align: center;
    position: relative;
	/*bottom: -8px;
    position: relative;
    gap: 12px;*/
}

.l-inner .swiper-pagination .swiper-pagination-bullet{
	background-color: #8a8a8a;
	opacity: 1;
	margin: 0;
}

.l-inner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background-color: #2b2b2b;
}

@media screen and (max-width: 768px){
	.l-inner {
	    max-width: initial;
	    width: 100%;
	    padding: 0;
	    top: 20vh;
	}

	.swiper-container {
	    width: 100%;
	    max-width: initial;
	}

	.l-inner .swiper-slide.swiper-slide-next {
	    transform: translate(0) scale(.9);
	}

	.l-inner .swiper-container .swiper-button-prev {
	    left: 3%;
	}

	.l-inner .swiper-container .swiper-button-next {
	    right: 3%;
	}

	.l-inner .swiper-pagination {
	    margin-top: 1.0rem;
	    margin-bottom: 1rem;
	}

	.l-inner .swiper-wrapper .swiper-slide {
	    /* height: 195px; */
	    margin-bottom: 8px;
	}
	.l-inner .swiper-wrapper .swiper-slide img{
	    /* height: 195px; */
	    width: 120px;
	}
}


/*ご所有のバイクについて ３つ教えてください*/
.cmSec_lead{
	width: min(340px, 80%);
	margin: 0 auto 24px;
	text-align: center;
}

.cmIptCheck input {
	display: none;
}

.cmFormList {
	border-bottom: solid 0px #e9e9e9;
	vertical-align: top;
}

.nameBlock{
	padding-bottom: 32px;
}

.nameInput{ 
	display: flex;
	justify-content: space-between;
}

label.cmIptTxt input{
	border: none;
	font-size: 116.7%;
	color: #333333;
	width: 100%;
	padding: 0px 0;
	background: none;
	outline: none;
}

label.cmIptTxt {
	border: solid 2px #999;
	border-radius: 3px;
	background-color: #fff;
	padding: 14px 12px 12px;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: text;
}

label.cmIptError {
	border-color: #f8647a;
}

.cmFormColItem {
	box-sizing: border-box;
	letter-spacing: normal;
	margin: 15px 0 0 0;
	vertical-align: top;
}

label.cmFormColItem {
	width: 48%;
}

.TelInput label{ 
	width: 100%;
}

/*submit Btn*/
.cvBtn_wrapper{
	padding:15px;
}

.lead_02 {
	max-width: 515px;
	width: 80%;
	margin: min(60px, 5vw) auto min(20px, 3vw);
	text-align: center;
}

.cvBtn_remoteSubmit {
	max-width: 825px;
	width: 100%;
}

.unclickable .cvBtn_remoteSubmit{
	color:#666 !important;
	background:#ababab;
}
.unclickable .cvBtn_remoteSubmit:before{
	color:#666;
	background:#ccc;
}
.unclickable .cvBtn_remoteSubmit:after{
	border-top-color:#ccc;
	border-right-color:#ccc;
}

#linkTop{
	cursor: pointer;
}

#FormAssist_submit,
#FormAssist_submit1 {
  display: block;
  width:60%;
  max-width: 450px;
  margin:auto;
  color: #fff;
  font-size: 1.5em;
  padding: 11px 20px 12px;
  background: linear-gradient(to bottom, #30e34c 0%,#39d652 100%);
  border: 1px solid #fff;
  border-radius: 5px;
  min-width: 0px !important;
  margin:16px auto;
  border: 1px solid #999;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}



/* ----- ↓ポップアップ用↓ ----------------- */
.popup,.popup2 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show,.popup2.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding: 0;
	z-index: 2;
	max-width: 77%;
	width: 320px;
}

.popup-box {
	border: 0px solid #FFF;
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.popup-box > p{
	padding:20px 24px;
}

.popup-box .cmFormList {
	border-bottom: none;
	vertical-align: top;
	margin: 0 auto;
	width: 250px;
}

.popup-tit {
	margin-bottom: 20px;
}

.popup-tit .jsSlctBtn{
	min-width: auto;
	width: 100%;
}

.popup-tit .cmFormColItem {
	width: 100%;
}

.popup-btn{
	text-align: center;
	margin-bottom: 20px;
}

#area-submit {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	min-width: 150px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	background: #4a4a4a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top, #4a4a4a 0%,#000000 100%);
	background: -ms-linear-gradient(top, #4a4a4a 0%,#000000 100%);
	background: linear-gradient(to bottom, #4a4a4a 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#000000',GradientType=0 );
	border: solid 1px #000;
	border-radius: 3px;
	font-weight: bold;
	-webkit-box-shadow: rgb(0 0 0 / 18%) 3px 3px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.18) 3px 3px 3px 0px;
	box-shadow: rgb(0 0 0 / 18%) 3px 3px 3px 0px;
	max-width: 150px;
	min-width: 150px;
}

.close-btn {
	position: absolute;
	right: -3px;
	top: -52px;
	text-align: center;
	cursor: pointer;
}

.icon-cross {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
}

.icon-cross::before, .icon-cross::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px; /* 棒の幅（太さ） */
	height: 30px; /* 棒の高さ */
	background: #fff;
}

.icon-cross::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.icon-cross::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

img.stepLevel,img.stepLevelFinal {
	padding-bottom: 5px;
}

#NoticeMessage {
	letter-spacing: normal !important;
	color: #e91937;
	line-height: 1.667 /* 20px */;
	font-size: 116.7%;
}

.cmIptErrorTxt {
	display: inline-block;
	letter-spacing: normal;
	margin-top: 0px;
	color: #e91937;
}

label.cmIptTxt input {
	font-size: 130%;
}

.jsSlctBtn {
	padding: 14px 30px 12px 30px;
	font-size: 130%;
	text-align: left;
	border: 1px solid #999;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	border-radius: 3px;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 8px;
}

/*.cmSlct.jsSlct .jsSlctBtn:after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -5px;
	height: 6px;
	width: 6px;
	border: 2px solid #383838;
	border-left-width: 0;
	border-top-width: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

@media screen and (max-width: 767px) {
	.cmSlct.jsSlct .jsSlctBtn {
	min-width: auto;
	display: block;
	width: 100%;	
	}
}

label.cmIptTxt input,
label.cmTxtArea textarea {
	font-size: 130%;
}

.hissuIcon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	background-color: #e91937;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 3px;
	min-width: 46px;
	letter-spacing: 1px;
	box-sizing: border-box;
	font-size: 110%;
}

.hissuIcon {
	font-weight: normal;
	padding: 6px 12px;
	min-width: 46px;
	font-size: 120%;
}

@media screen and (max-width: 768px){
	.hissuIcon {
		font-size: 100%;
	}
}

.ninniIcon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	background-color: #adadad;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 3px;
	min-width: 46px;
	letter-spacing: 1px;
	box-sizing: border-box;
	font-size: 110%;
}

/*.square_manu_list .cmIptCheck span,
.square_displacement_list .cmIptCheck span{
	padding: 0;
}

.square_manu_list .cmIptCheck span:before,
.square_manu_list .cmIptCheck input:checked + span:after,
.square_displacement_list .cmIptCheck span:before,
.square_displacement_list .cmIptCheck input:checked + span:after{
	display: none;
}*/

#Main {
	min-height: 0 !important;
	padding-bottom: 20px !important;
}


@media screen and (max-width:767px){
	#Main {
		padding-bottom: 5vh !important;
	}
}


.cmSlct.jsSlct strong {
	font-size: 130%;
	display: inline-block;
	vertical-align: middle;
	/*margin-bottom: 10px;*/
	margin-top: 16px;
}

.makerSelect,.displacementSelect {
	margin-bottom: 24px;
}

/*ポップアップカスタマイズ-----------------------------*/
.css-cancel {
	display: inline-block;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 2px;
	height: 30px;
	background: #4e4e4e;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	right: 2px;
	z-index: 1000;
}

.css-cancel:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -13px;
	width: 30px;
	height: 2px;
	margin-top: -2px;
	background: #4e4e4e;
}

.close-btn {
	position: absolute;
	right: 0;
	top: -50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

/*	メーカー・排気量の平置き、名前到達時にブラウザバックのポップアップ制御	*/
#Main .btn_wrap, #Main .input_wrap{
	max-width: 460px;
	margin: 0 auto;
}

.makerSelect  select,
.displacementSelect  select {
	padding: 14px 30px 12px 30px;
    font-size: 130%;
    text-align: left;
    border: 1px solid #999;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 8px;
    appearance: none;
}

.makerSelect  select,
.displacementSelect  select,
.cmSlct.jsSlct .jsSlctBtn {
    padding-left: 24px;
    background: #fff url(/lp/img/icon15.png) no-repeat right 8px center;
    background-size: 10px auto;
}

@media screen and (max-width: 768px){
	#Main .btn_wrap, #Main .input_wrap {
		max-width: 100%;
		padding: 0 5vw;
	}
}


.btns_title {
	font-size: 150%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.btns_title {
		font-size: 4vw;
	}
}

.square_manu_list, .square_displacement_list {/*waku*/
	margin: 20px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px 10px;
}

.square_manu_list li, .square_displacement_list li {
	width: calc(100% / 3 - 10px);
}

.square_manu_list li label, .square_displacement_list li label {
	text-align: center;
	color: #666;
	border: 1px solid #999;
	background-color: #fff;	
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);	
	padding: 10px 10px;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight: bold;
	overflow-wrap: break-word;
	vertical-align: middle;
	align-items: center;
	word-break: break-word;
	height: 100%;
	display: flex;
	flex-flow: wrap;
	margin-left: 0;
	width: 100%;
	min-height: 60px;
	box-sizing: border-box;
	cursor: pointer;
}

.square_manu_list span, .square_displacement_list span {
	align-items: center;
	justify-content: center;
	height: 100%;
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

.square_manu_list .selected_manu label, .square_displacement_list .selected_disp label {
	color: #fff;
	background-color: #00e34d;
}


@media screen and (max-width: 768px){
	.square_manu_list, .square_displacement_list {/*waku*/
		gap: 15px 0;
	}
	
	.square_manu_list li, .square_displacement_list li {
		width: 31%;
	}
	
	.square_manu_list li label, .square_displacement_list li label {
		max-width: inherit;
		width: 100%;
	}
}


.cmSlct {
	display: inline-block;
	position: relative;
	width: 100%;
}

/*bike select*/
.cmSlct.jsSlct select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.01;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 10;
	line-height: 1;
	font-size: 116.7%;
	color: #333333;
	padding: 4px;	
}

.triangle.left, .triangle--error.left {
	left: -15px;
	background-color: #0000;
	z-index: 1;
}

.triangle, .triangle--error {
	position: absolute;
	top: -4px;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.triangle.left:before, .triangle--error.left:before {
	left: 1px;
	background-color: #f5f4f0;
}

.triangle.right:before, .triangle--error.right:before {
	right: 1px;
	background-color: #00e34d;
}

.triangle.right, .triangle--error.right {
	right: -8px;
	background-color: #0000;
}

.triangle:after, .triangle--error:after {
	content: '';
	position: absolute;
	height: 52px;
	width: 100px;
	border-radius: 50px;
	z-index: -1;
	background-color: #fff;
	bottom: 11px;
}

.triangle:before, .triangle--error:before {
	content: '';
	position: absolute;
	height: 47px;
	width: 50px;
	border-radius: 70px;
	z-index: -1;
	background-color: #f5f4f0;
	bottom: 0;
}

.triangle.right:after, .triangle--error.right:after {
	right: -7px;
}

.triangle.left:after, .triangle--error.left:after {
	left: -7px;
}

.fukidashi_wrap{
	overflow: hidden;
}

.fukidashi, .fukidashi--error {
	position: relative;
	min-height: 19px;
	padding: 10px 12px;
	border-radius: 16px;
	background: #f5f4f0;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	margin-left: 75px;
	max-width: 62.7vw;
	margin-top: 60px;
	margin-bottom: 15px;
}

.fukidashi.left, .left.fukidashi--error {
	float: left;
	color: #666;
	background-color: #f5f4f0;
	width: 220px;
}

.operatorimg {
	position: absolute;
	left: -65px;
	top: -45px;
	width: 50px !important;
	border-radius: 50%;
}

.cmList01.sequential li{
	margin: 10px 0;
}

.titBike.cmSlct .jsSlcBikeItem {
	width: 80%;
	margin: 10px 0;
	display: block;
	padding: 15px;
}

@media screen and (max-width: 768px){
	.titBike.cmSlct .jsSlcBikeItem {
		width: 100%;
	}
}



/*アンケート*/
.anket_p {
    letter-spacing: normal;
    font-weight: bold;
    font-size: 15px;
    font-family: sans-serif;
    margin: 15px 0 8px;
}

.cmCol2Wrap {
  width: auto;
  text-align: left;
  margin: -10px 0 20px -14px;
}
.cmCol2Wrap > .cmColBlock {
  margin: 14px 0 0 20px;
  width: auto;
  line-height:24px;
  text-align: left;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  font-size:15px;
  box-sizing: border-box;
}
.cmFormList > li > .cmFormTxt {
  display: block;
  width: auto;
  margin-top:1em;
}
.cmFormList > li .cmIptCheck {
  display: inline-block;
  margin-top: 0px;
}
.cmIptCheck input,
.cmIptRadio input {
  display: none;
}

.cmFormTxt li .cmIptCheck {
    display: inline-block;
    margin-top: 0px;
}

.cmFormTxt li .cmIptCheck > span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
    zoom: 1;
    position: relative;
    cursor: pointer;
}

.cmFormTxt li .cmIptCheck span {
	padding: 5px 12px 5px 35px;
	border: 2px solid #e4e4e4;
	background-color: #fdfdfd;
	border-radius: 10px;
}

.cmIptCheck input + span:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 3px;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border: 2px solid #dadada;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cmIptCheck input + span:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: none;
}
.cmIptCheck input:checked + span:after {
  display: block;
  left: 12px;
  top: 0;
  width: 16px;
  height: 8px;
  margin-top: 7px;
  border-left: 3px solid #0caf5d;
  border-bottom: 3px solid #0caf5d;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}






/*Footer*/
#Footer {
	background-color: inherit !important;
}

#Footer #FtInr {
	padding-top: 12px;	
	padding-bottom: 12px;
	text-align: center;
	background-color: #e2e2e2;
}

#Footer a {
	text-decoration: none;
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer #FtCopy {
	text-align: center;
	color: #fff;
	background-color: #d11026;
	padding: 24px 0;
}


/*SPR019_DISPLAY_バイク選択UI変更「TEST1　バイク選択UI変更」*/
#bikeSelectModal{
	position:fixed;
	z-index:10000;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:50px 30px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:rgba(0,0,0,.7);
}
#bikeSelectModal .bsmWrapper{
	position:relative;
	height:100%;
}
#bikeSelectModal #bsmCloseModal{
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	border: 2px solid #4e4e4e;
	padding: 0;
	border-radius: 50px;
	top: -19px;
	right: -19px;
	background: #fff;
	opacity: 1;
	z-index:120;
	cursor: pointer;
}
#bikeSelectModal .bsmContents{
	overflow:hidden;
	overflow-y: scroll;
	position:relative;
	height:100%;
	border-radius:10px;
	background:#fff;
}
#bikeSelectModal .bsmHead{
	padding:20px 0 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	/* border-bottom:1px solid #999; */
}
#bikeSelectModal .bsmBody{
	overflow-y:scroll;
	padding:0 10px 10px 10px;
}
#bikeSelectModal .bsmBody ul{
	display:flex;
	flex-direction: column;
	align-items:center;
	align-content:center;
}
#bikeSelectModal .bsmBody li{
	order:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 10px;
	font-size:14px;
	border-bottom:1px solid #999;
	cursor: pointer;
}
#bikeSelectModal .bsmBody li.lastItem{
	order:10;
}
#bikeSelectModal .bsmBody li.index{
	font-size:16px;
	font-weight:bold;
	background:#ededed;
}

#bikeSelectTrigger{
	position:absolute;
	z-index:100;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor: pointer;
}


/* .jsSlideBoxBtn */
.jsSlideList {
	max-width: 640px;
	margin: 0px auto 0;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
}
.jsSlideList > li {
	border-top: solid 1px #f57d8e;
}
.jsSlideList > li:first-child {
	border-top: none;
}
.jsSlideList .jsSlideListBtn > a {
	display: block;
	background-color: #05648F;
	border-top: solid 3px #05648F;
	text-decoration: none;
	padding: 21px 26px 24px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.jsSlideList .jsSlideListBtn.open > a {
	color: #333;
	background-color: #fff;
}
.jsSlideList .jsSlideListBtn > a:after {
	display: inline-block;
	content: "＋";
	height: 1.1em;
	width: 1.1em;
	text-align: center;
	line-height: 1.1;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -0.7em;
	border: 1px solid #fff;
	font-weight: normal;
}
.jsSlideList .jsSlideListBtn.open > a:after {
	border-color: #333;
	content: "－";
	color: #333;
}
.jsSlideList .jsSlideListBox {
	overflow: hidden;
	height: 0;
}
.jsSlideList .jsSlideListBoxInr {
	padding: 37px 22px 47px;
}
@media screen and (max-width:1024px){
	.jsSlideBoxBtn {
	text-align: center;
	}
}
@media screen and (max-width:767px){
	.jsSlideList {
	margin: 0 auto 0;
	}
	.jsSlideBox .jsSlideBoxInr {
	padding-left: 10px;
	}
	.jsSlideList .jsSlideListBtn > a:after {
	right: 15px;
	}
	.jsSlideList .jsSlideListBtn > a {
	padding: 15px 35px 15px 10px;
	}
	.jsSlideList .jsSlideListBoxInr {
	padding: 18px 10px 25px;
	}
}

#quoBox dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0px;
	vertical-align: middle;
	padding: 0;
	background: #fff;
	font-size: 1em;
}

#quoBox dl dt {
	width: 20%;
	box-sizing: border-box;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	background: #EEE;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 1.5;
}

#quoBox dl dd {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
	width: 80%;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}


@media screen and (max-width: 640px){
	#quoBox dl {
	display: block;
	width: 100%;
	border: none;
	margin: -10px auto 0;
	position: relative;
	}

	#quoBox dl dt{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.3em;
	margin: 5px 0 0;
	border: none;
	border-radius: 6px;

	}
	#quoBox dl dd {
	display: block;
	width: 100%;
	padding: 0.5em 0.3em 2em;
	border: none;
	}
}

.feature {
	max-width: 600px;
	width: 100%;
	margin: 5px auto 40px;
}

.c_footer {
	max-width: 780px;
	margin: 15px -50px 35px;
	padding: 10px 0 0;
	text-align: center;
}

@media screen and (max-width: 768px){
	.feature {
		margin: 5px auto 8vh;
	}
	
	.c_footer {
		max-width: inherit;
		margin: 15px 0 35px;
	}
}

.cvBtn_remoteSubmit {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    line-height: 44px;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    background: linear-gradient(to bottom, #30e34c 0%, #2fab43 100%);
    margin-top: 16px;
}

.unclickable .cvBtn_remoteSubmit {
    color: #666 !important;
    background: #ababab;
}

.cvBtn_wrapper.unclickable .cvBtn_remoteSubmit{
	max-width: 300px;
	border-radius: 50px;
}

