@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 {
  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;
}
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 */;
}

.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 a{
  display: block;
  max-width: 640px;
  margin: 0 auto;
}

/****************************
main
****************************/
.mv{
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

/*ご所有のバイクについて ３つ教えてください*/
.cmSec_lead{
  position:relative;
  color:#333;
  text-align: center;
  padding: 16px 0 20px;
}
.cmSec_lead:before{
  content:'';
  position: absolute;
  z-index: -1;
  width:0;
  height:0;
  top:30px;
  left:0;
  right:0;
  margin:auto;
  border-top:80px solid rgba(255, 182, 73, .8);
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}
.cmSec_lead:after{
  content:'';
  position: absolute;
  z-index: -1;
  width:300px;
  height:150px;
  top:30px;
  left:0;
  right:0;
  margin:auto;
  background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.cmSec_lead .sec01{
  padding-bottom:8px;
  line-height:1.3;
  color:#545454;
  font-size:22px;
  font-weight:bold;
}
.cmSec_lead .sec02{
  line-height:1.3;
  font-size:20px;
  font-weight:bold;
}
.cmSec_lead .sec02 span{
  padding-right:3px;
  color:#f00;
}
.cmSec_lead .sec02 em{
  font-size:1.2em;
  font-style:normal;
}

.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 #e6e6e6;
    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{ 
  max-width: 400px;
  width: 100%;
}

/*submit Btn*/
.cvBtn_wrapper{
  padding:15px;
}
.cvBtn_remoteSubmit{
  position: relative;
  display:block;
  width:90%;
  max-width:300px;
  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;
}

.cvBtn_remoteSubmit:before{
  content:'無料で';
  position: absolute;
  top:-15px;
  left:-120px;
  right:0;
  margin:auto;
  width:80px;
  height:20px;
  line-height:20px;
  text-align: center;
  letter-spacing: 0.1em;
  color:#f00;
  font-size:12px;
  font-weight: bold;
  border-radius:10px;
  background:#fbe520;
}
.cvBtn_remoteSubmit:after{
  content:'';
  position: absolute;
  width:0;
  height:0;
  top:5px;
  left:-100px;
  right:0;
  margin:auto;
  border:5px solid #fbe520;
  border-left-color:transparent;
  border-bottom-color:transparent;
}

.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;
}

/* ----- ↓ポップアップ用↓ ----------------- */
.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-color: #f8647a;
    border: solid 2px #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 400px;
    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: 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;
}

.cmSlct.jsSlct strong {
    font-size: 130%;
    display: inline-block;
    vertical-align: middle;
    /*margin-bottom: 10px;*/
    margin-top: 16px;
}

/*ポップアップカスタマイズ-----------------------------*/
.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: 480px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;  
}

.btns_title {
    font-size: 130%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-weight: bold;
}

.square_manu_list, .square_displacement_list {/*waku*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.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;
  max-width: 130px;
  margin-top: 10px;
  height: 100%;
  display: flex;
  flex-flow: wrap;
  margin-left: 0;
  width: 22vw;
  min-height: 30px;
  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;
}

.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-bottom: 8px;
}

/*アンケート*/
.cmWorksheet_note li{
  color: #e91937;
  margin-bottom: 6px;
  text-indent: -1em;
  margin-left: 1em;
}

.cmWorksheet_radio{
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.cmWorksheet_radio li{
  width: auto;
  margin-bottom: 16px;
  display: inline-block;
  margin: 0 20px 16px 0px
}

.cmWorksheet_radio span {
    position: relative;
    cursor: pointer;
    padding: 5px 12px 5px 35px;
    border: 2px solid #e4e4e4;
    background-color: #fdfdfd;
    border-radius: 10px;
    display: inline-block;
}

.cmWorksheet_radio span:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: none;
}

.cmWorksheet_radio span:before {
    border: 2px solid #dadada;
}

.cmWorksheet_radio span:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 3px;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cmWorksheet_radio input:checked + span:after {
    left: 12px;
    top: 0px;
    width: 16px;
    height: 8px;
    margin-top: 5px;
    border-left: 3px solid #e91937;
    border-bottom: 3px solid #e91937;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}


/*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;
}
#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;
}
#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;
}