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

img {
    max-width: 100%;
    height: auto;
}

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

.cmFormList > li > .cmFormTit, .cmFormList > li > .cmFormIco01, .cmFormList > li > .cmFormIco02, .cmFormList > li > .cmFormCol1, .cmFormList > li > .cmFormCol2, .cmFormList > li > .cmFormCol3Tel, .cmFormList > li > .cmFormCol3Txt, .cmFormList > li > .cmFormTxt {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-align: left;
}

.phone_head_block{
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.phone_head_block img{
    width: 100%;
    height: auto;
}

.cmSec_lead {
    position: relative;
    color: #333;
    text-align: center;
    padding: 16px 0 20px;
}

.cmSec_lead .sec01 {
    padding-bottom: 8px;
    line-height: 1.3;
    font-size: 3em;
    font-weight: bold;
}

.cmSec_lead .sec02 {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 36px;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
}

.cmSec_lead .sec02 span {
    padding-right: 3px;
    color: #f00;
}

.cmSec_lead .sec02 span em {
    font-size: 1.4em;
    letter-spacing: -4px;
}

.cmSec_lead .sec02:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    height: 100%;
    background: #7f7f7f;
    border-radius: 3px;
    transform: rotate(-25deg);
}
 
.cmSec_lead .sec02:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #7f7f7f;
    border-radius: 3px;
    transform: rotate(25deg);  transform: rotate(35deg);//角度調整
}

.cmFv_block,.cmBenefit_block{
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

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

.cmTxtM {
    font-size: 116.7%;
    line-height: 1.714 /* 24px */;
}

.cmTxtL {
    font-size: 133.3%;
    line-height: 1.625 /* 26px */;
}

#NoticeMessage {
    letter-spacing: normal !important;
    color: #e91937;
    line-height: 1.667 /* 20px */;
    font-size: 116.7%;
}

.features_block{
  width: 500px;
  margin: 0 auto;
  display: block;
}

.footerBtn{
  width: 500px;
  margin: 0 auto 40px;
}

.footerBtn .cvBtn_txt{
    margin-top: 48px;
}

.footerBtn .leading_txt01 {
    font-size: 1.6em;
}

.footerBtn .leading_txt02 {
    font-size: 2.5em;
    margin-top: 8px;
}


/*  メーカー・排気量の平置き、名前到達時にブラウザバックのポップアップ制御  */
#Main .btn_wrap, #Main .input_wrap{
  max-width: 480px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;  
}

.cmIptCheck input {
    display: none;
}

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

.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;
    width: 100%;
}

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

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

.nameInput {
    display: flex;
    justify-content: space-between;
}

.nameBlock {
    padding-bottom: 32px;
}

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

.cmFormColItem {
    box-sizing: border-box;
    letter-spacing: normal;
    margin: 15px 0 0 0;
    vertical-align: top;
}

label.cmFormColItem {
    width: 48%;
}

.TelInput label.cmFormColItem {
    width: 100%;
}


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

.cvBtn_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    margin-top: 32px;
}

.leading_txt01{
    font-size: 16px;
    font-weight: 600;
}

.leading_txt02{
    font-size: 2.2em;
    font-weight: 600;
}

.leading_txt02 span{
    color: #e91937;
}

.cvBtn_wrapper.unclickable img{
    filter: grayscale(100%);
    opacity: 0.5;
}

input.btn {
    max-width: 100%;
    height: auto;
    width: auto;
}

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

/*Footer*/
#Footer #FtInr{
    background-color: #e2e2e2;
    text-align: center;
    padding: 12px 0;
}

#Footer #FtInr a{
    text-decoration: none;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    padding: 38px 0 42px;
}


/*SP*/
@media screen and (max-width: 767px) {
  .phone_head_block {
      width: 100%;
  }

  .cmFv_block,.cmBenefit_block{
      width: 100%;
  }

  .jsSlctBtn {
    min-width: calc(100vw - 28px);
  }

  .popup-box .cmSlct.jsSlct .jsSlctBtn {
    min-width: 100%;
  }

  .features_block {
      width: 100%;
  }

  .footerBtn {
      width: 100%;
      margin: 0 auto 40px;
  }

  .cmSec_lead {
  }

  .cmSec_lead .sec01 {
      font-size: 2em;
  }

  .cmSec_lead .sec02 {
      font-size: 1.4em;
      line-height: 1.3;
      margin-bottom: 4px;
  }

  #Main .btn_wrap, #Main .input_wrap {
      padding-left: 16px;
      padding-right: 16px;
  }

  .cmTxtS.cmList01Txt,
  .cmIptTxt.cmTxtM{
        font-size: .8em;
  }

  .footerBtn .leading_txt01 {
      font-size: 1.2em;
  }

  .footerBtn .leading_txt02 {
      font-size: 2.0em;
      margin-top: 4px;
  }


}


