/* チャット式フォーム用-------------*/
body {
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: none;
} 

body.showMenu {
  background: #252525 url(/shared/img/cm_bg_01.gif) repeat 0 0;
}

body.showMenu main {
  visibility: none;
}

.remaining,
body.PgAnc02 .comBtn02.fixBtn,
body .comBtn02.fixBtn {
  display: none !important;
  position: inherit;
}

header {
  padding-bottom: 1px;
  height: 50px;
  background-color: #fff;
}

#gHeader .logo {
    width: 100px;
}

#gHeader .logo a{
    pointer-events: none;
}

#container #gHeader .rightBox{
  display: none;
}

body.showMenu #Gnav {
  z-index: 9999;
}

body.showMenu #chatboxwrapper {
  content: '1';
  left: -265px;
}

body.showMenu .bottomfix {
  /*left: -265px !important; */
  visibility: hidden;
}

body.showMenu #ContentsWrap:after {
  display: none;
}

.cmSecListM, .cmTit01, #BreadCrumb, #BreadCrumb + nav, #BreadCrumb + nav + h1, #BreadCrumb + nav + h1 + section {
  visibility: hidden;
}

.underline {
  text-decoration: underline;
  color: #ec1233;
}

#HdNavLoginBox {
  z-index: 99999;
}

.comTable.nameBox tr.bottomfix{
  background-color: #e8e8e8 !important;
}

.bottomfix {
  position: fixed !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  z-index: 99999 !important;
  background-color: #fff !important;
}

.bottomfix th{
  padding: 10px 10px 3px !important;
  margin-bottom: 0;
}

.bottomfix.show {
  display: table !important;
}

.informationBox .bottomfix.show td,
.customerBox .bottomfix td{
    margin: 0;
}

.customerBox .bottomfix td .inputUl,
.customerBox tr + tr.bottomfix td,
#address tr.bottomfix td{
  width: 100%;
  margin: 0px;
  justify-content: space-evenly;
  padding: 5px 0px;
}

.customerBox tr + tr.bottomfix td,
#address tr.bottomfix td{
  padding: 5px 10px;
  display: flex;
}

.customerBox tr + tr.bottomfix td label,
#address tr.bottomfix td label{
  padding: 0;
  margin: 0px 15px 0 0;
  display: inline-block;
  /*border: solid 2px #e6e6e6;*/
  background-color: #fff;
  vertical-align: top;
  width: 78%;

}

.customerBox .bottomfix td li{
  width: auto;
}

.customerBox .bottomfix td li:nth-child(1),
.customerBox .bottomfix td li:nth-child(2){
  width: 35%;
}

.customerBox .bottomfix td li label.cmIptTxt.cmFormColItem{
  padding: 0;
  margin: 0px;
  display: inline-block;
  /*border: solid 2px #e6e6e6;*/
  background-color: #fff;
}

#main .comForm input[type="text"], #main .comForm input[type="password"], #main .comForm input[type="email"], #main .comForm input[type="tel"] {
    height: 38px;
}

.informationBox .bottomfix.show td .jsSlcBikeItem {
    font-size: 16px;
    background-color: #EFF0F6;
    padding: 0 0 0 20px;
    min-height: 50px;
    line-height: 1;
}

.bottomfix.show th,.bottomfix.show p{
  display: none;
}

.note {
  font-size: 11px;
}

.cmFormHasLabel .cmSlct.jsSlct .jsSlctBtn {
  width: 100%;
}

main, #SNS, footer {
  /*display: none !important;*/
}     

body #ContentsWrap {
  box-shadow: none;
}

body.showMenu #ContentsWrap {
  /*left: -265px !important; */
  content: '1';
}

ul.submit li.bottomfix {
  margin: 0px !important;
  width: 70% !important;
  left: 50% !important;
  bottom: 0% !important;
  transform: translateX(-50%);
  background-color: #cececeab !important;
  padding: 10px 100vw !important;
}

ul.submit li.bottomfix #FormAssist_submit1 {
  background-color: #ec1234;
  border: 1px solid #ec1234;
  color: #fff;
  min-width: 0px !important;
  padding: 15px 40px 15px 15px;
}

.headMessage {
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 999;
} 

.headMessage a {
  display: block;
  padding: 3px 0px;
  text-decoration: none;
  background-color: #eff0f1;
}   

.headMessage p {
  padding: 4px 0px;
  background-color: #fff;
}

#chatboxwrapper {
  position: fixed;
  top: 106px;
  width: 100%;
  overflow: scroll;
  height: calc(100% - 30px);
  z-index: 999;
  left: 0px;
  background-color: #fff;
  content: '1';
} 

#bikebtns {
  text-align: center;
  width: 100%;
}

.bike {
  opacity: 0;
  position: relative;
  padding: 15px 20px 0;
  overflow: hidden;
  display: none;
}

.questionBike {
  display: none;
}

.questionBike.show {
  transform: scale(0.95);
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
}

.cmCol2Wrap > .cmColBlock {
  margin: 14px 0 0 15px;
  width: auto;
  text-align: left;
}

.questionBike .cmPosLeft {
  margin-left: 0px;
}

.bike {
  opacity: 0;
}

.bike.show {
  opacity: 1;
} 

.show {
  display: block;
  opacity: 1;
}

#aline3, #aline4, #aline5, #aline6, #aline7, #alinephoneerror {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.fukidashi, .fukidashi--error {
  position: relative;
  max-width: 66.7vw;
  min-height: 19px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #f5f4f0;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  margin-left: 50px;
  margin-top: 40px;
} 

.fukidashi.left, .left.fukidashi--error {
  float: left;
  /*color: #666;
  background-color: #f5f4f0;*/
  background-color: #fff;
  border: 2px solid #f3f3f3;

} 

.fukidashi.right, .right.fukidashi--error {
    background-color: #eff0f1;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 0;
    padding: 10px 32px;
}

.bike .fukidashi.left, .bike .left.fukidashi--error, .bike .fukidashi--error.left {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
} 

.bike.show .fukidashi.left, .bike.show .left.fukidashi--error, .bike.show .fukidashi--error.left {
  -webkit-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
} 

.fukidashi.right, .right.fukidashi--error {
  background-color: #eff0f1;
  word-wrap: break-word;
  word-break: break-all;
}

.bike.show .fukidashi.right, .bike.show .right.fukidashi--error, .bike.show .fukidashi--error.right {
  -webkit-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}


.triangle.left, .triangle--error.left {
  left: -8px;
  background-color: #0000;
} 


.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: #eff0f1;
}

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

body.phoneerror .edit {
  display: none !important;
}

.edit {
  margin: .5em .5em 0 0;
  font-size: 10px;
  color: #666;
  text-align: right;
  white-space: nowrap;
}


.edit span:first-child {
  position: relative;
}

.edit span:first-child:before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  left: -16px;
  bottom: 0;
  position: absolute;
  background-image: url(https://useruploads.visualwebsiteoptimizer.com/useruploads/360206/images/2b4afda7ce763e7d69a08492afa5c2b6_pencilicon.png);
  background-size: contain;
}

.operatorimg {
  position: absolute;
  left: -65px;
  top: -45px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #ec1233;
  background-color: #ec1233;
}

[id^=line].show .cmvisitBnr {
  display: inline-block;
  text-align: center;
} 

[id^=line].show .cmvisitBnr {
  display: block;
  margin: 20px 18% 0;
  background-color: #fff;
  max-width: 240px;
  border-radius: 8px;
  border: 3px solid #ec1233;
  cursor: pointer;
  color: #ec1233;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 5px;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
}     

[id^=line].show {
  margin-top: 25px;
}

[id^=line].show li:first-child .cmvisitBnr {
  background-color: #ec1233;
  border: 2px solid #fff;
  box-shadow: 0 0 5px 1px #9e9e9e;
  color: white;
}  

[id^=line].show .cmvisitBnr span {
  font-weight: bold;
  font-size: 15px;
}     

[id^=line].show p {
  text-align: center;
  margin-top: 30px;
}

[id^=line].show p img {
  width: 320px;
  height: auto;
}

.cmFormCol1 > p:first-child.show {

}

#bottomArea {
  position: fixed;
  bottom: 0px;
  left: 50%;
  z-index: 999999;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

#spaceadjust {
  /*height: 265px;*/
  height: 0;
  width: 100%;
  display: block;
}

.innerWrapper {
  display: inline-block;
  width: 100vw;
  overflow: scroll;
  position: relative;
  z-index: 999;
}

.comForm .comTable td:nth-child(2) > p:nth-child(2),
.comForm .comTable td:nth-child(2) > p:nth-child(3) .cmIptErrorTxt,
.comForm .comTable.nameBox tr span.must,
.comForm .comTable.nameBox p.error{
  display: none !important;
}

.comForm .comTable td:nth-child(2) > p:nth-child(3) label {
  margin: 0px;
  width: 38%;
}

.comForm .comTable td:nth-child(3) p:nth-child(3) label {
  width: 76%;
  margin: 0px;
}

.cmFormList > li > .cmFormCol2{
  display: flex;
  width: 100%;
  margin: 0px;
  justify-content: space-evenly;
  padding: 5px 0px;
  background-color: #fff;
}

.cmFormList .comTable td {
  padding-bottom: 0px;
  background-color: white;
}

.cmFormList > li > .cmFormCol2 {
  margin-right: 0px;

}

#namenext {
  width: 35px;
  position: relative;
  padding: 18px 17px;
  background-color: #ec1233;
  border-radius: 0px;
  letter-spacing: 0px;
  margin-top: 2px;
}

#phonenext, #Emailnext {
  width: 35px;
  position: relative;
  padding: 17px;
  background-color: #ec1233;
  border-radius: 0px;
  letter-spacing: 0px;
}

#namenext:active, #phonenext:active, #Emailnext:active {
  background-color: #21a936;
}

#namenext span, #phonenext span, #Emailnext span {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: #fff;
}

.cmFormList > li.comTable td {
  border-bottom: 0px;
}

.comForm .comTable td:nth-child(3) > p:nth-child(2),
.comForm .comTable td:nth-child(3) > p:nth-child(3) .cmIptErrorTxt,
.comForm .comTable td:nth-child(3) > p:nth-child(3) > span {
  display: none !important;
}

.anket_p {
  letter-spacing: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: sans-serif;
  text-align: center;
}

/*アンケート領域　*/
.checkUl.checkUl02 {
    padding: 20px 32px 180px;
}

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes redraw{
  0% {opacity: 1;}
  100% {opacity: .99;}
}

@media (max-width: 351px) {
  [id^=line].show .cmvisitBnr {
    display: block;
    margin: 20px 14% 0;
  }
}

/*メーカー　排気量　平置きボタン*/
.flat_displacement_list, .flat_manu_list {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
}

.flat_displacement_list li, .flat_manu_list li {
    margin-bottom: 11px;
    width: 27.33%;
    display: inline-block;
    height: 26px;
    text-align: center;
    color: #666;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    border: 1px solid #999;
    padding: 12px 2% 12px;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: 700;
    overflow-wrap: break-word;
    vertical-align: middle;
    word-break: break-word;
    line-height: 1.3;
    /*margin-right: 2%;*/
}

.flat_manu_list>li {
    font-size: 1em;
    line-height: 1;
    height: auto;
    min-height: 23px;
}

/*.flat_manu_list>li:nth-child(-n+4) {
    background: #f5f4f0 url(/img/common/flags/japan.svg) no-repeat bottom 5px center;
    background-size: 35px;
}

.flat_manu_list>li:nth-child(5) {
    background: #f5f4f0 url(/img/common/flags/usa.svg) no-repeat bottom 5px center;
    background-size: 35px;
}

.flat_manu_list>li:nth-child(6) {
    background: #f5f4f0 url(/img/common/flags/italy.svg) no-repeat bottom 5px center;
    background-size: 35px;
}

.flat_manu_list>li:nth-child(7) {
    background: #f5f4f0 url(/img/common/flags/germany.svg) no-repeat bottom 5px center;
    background-size: 35px;
}

.flat_manu_list>li:nth-child(8) {
    background: #f5f4f0 url(/img/common/flags/austria.svg) no-repeat bottom 5px center;
    background-size: 35px;
}

.flat_manu_list>li:nth-child(9) {
    background: #f5f4f0 url(/img/common/flags/italy.svg) no-repeat bottom 5px center;
    background-size: 35px;
}*/

.flat_displacement_list li.selected_displacement, .flat_manu_list li.selected_manu {
    color: #fff;
    background-color: #00e34d;
}

.flat_manu_list li:nth-child(-n+9) span {
    /*margin-top: -15px;*/
}
.flat_displacement_list li span, .flat_manu_list li span {
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
}

.flat_manu_list>li:nth-child(-n+9)>span:nth-child(2) {
    width: 100%;
    display: block;
}

.flat_manu_list>li:nth-child(-n+9)>span:nth-child(2) img {
    width: 35%;
    margin-top: 10px;
}

.flat_displacement_list {
    padding-top: 20px;
}


.innerWrapper .cpBannerBox {
    overflow: scroll;
    height: 160px;
}

#chatboxwrapper .mainBox{
    margin: 0;
}

.pageBtnUl2 li.red {
    margin: 0;
}

.pageBtnUl2 li a {
    font-size: 16px;
}