@charset "utf-8";
/*--------------------------------------
   common
--------------------------------------*/
html { font-size: 62.5%; height: 100%; }
body { font-size: 1.4em; font-family: Arial, Helvetica, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  line-height: 1.6em;
  min-width: 1000px;
}
/* size: 15px=108% 16px=115% 17px=122% 18px=129% 19px=136% 20px=143%*/

.block { display: block; }
.relative { position: relative; }
.inlineblock { display: inline-block; }
.hidden { overflow: hidden; }
.nowrap { white-space: nowrap; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.floatleft { float: left; }
.floatright { float: right; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.justify { text-align: justify; }
.annotation { text-indent: -1em; padding-left: 1em; }
.red { color: #C00; }
.blue { color: #194374; }
.gray { color: #999; }
.dgray { color: #666; }
.white { color: #FFF; }
.red a { color: #C00; }
.blue a { color: #194374; }
.gray a { color: #999; }
.orange { color: #FE7E00; }
.black { color: #333; }
.boxsizing-borderbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.verticalalign-top { vertical-align: top; }
.verticalalign-middle { vertical-align: middle; }
.verticalalign-bottom { vertical-align: bottom; }
.overflow-hidden { overflow: hidden; }
.overflow-scrolly { overflow-y: scroll; overflow-x: hidden; }














/*--------------------------------------
  background
--------------------------------------*/
.bgi_black{ background: #2a2a2a;}
.bgi-white { background: #FFF; }
.bgi-red { background: #ffeae8; }
.bgi-pink { background: #f8ebe8; }
.bgi-gray { background: #EDEDED; }
.bgi-thin-gray { background: #F2F2F2; }
.bgi-dark-gray { background: #CCC; }
.bgi-beige { background: #FFFCF3; }
.bgi-yellow { background: #FFBA03; }
.bgi-thin-yellow { background: #FFF8D9; }
.bgi-shine-yellow { background: #FFDE21; }
.gradation-gray-white {
  background: #FFF url(../img/ct-bgi-gradation-gray-white.png) repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  position: relative;
  padding: 70px 19px 19px;
}
/*--------------------------------------
  border
--------------------------------------*/
.border-thin-gray { border: 1px solid #E5E5E5; }
.border-red { border: 1px solid #C00; }
.border2-red { border: 2px solid #C00; }
.border-gray { border: 1px solid #CCC; }
.border2-gray { border: 2px solid #CCC; }
.border-gray-dotted { border: 1px dotted #CCC; }
.border-bottom-gray { border-bottom: 1px solid #CCC; }
.border-bottom-gray-dotted { border-bottom: 1px dotted #CCC; }
.border-top-darkgray-dotted { border-top: 1px dotted #999; }
.border-bottom-darkgray-dotted { border-bottom: 1px dotted #999; }
.border-right-gray-dotted { border-right: 1px dotted #CCC; }
.border-orange { border: 1px solid #FFC600; }
.border2-orange { border: 2px solid #FFC600; }
.border-yellow { border: 1px solid #F8BF0E; }
.border2-yellow { border: 2px solid #F8BF0E; }
.border3-yellow { border: 3px solid #F8BF0E; }
.border-radius4 { border-radius: 4px; }
.border-radius5 { border-radius: 5px; }
/*--------------------------------------
  breadcrumb
--------------------------------------*/
.breadcrumb {
  box-sizing: border-box;
  height: 40px;
  background: #ffde21;
  line-height: 40px;
  font-size: 1.2rem;
}
.breadcrumb li {
  float:left;
  line-height: 30px;
  padding-top: 5px;
}
.breadcrumb li a {
  display:block;
  padding-right: 20px;
  background: url(/img/icon_breadcrumb_arrow.png) center right no-repeat;
  background-size: 10px 10px;
  margin-right: 10px;
}
.breadcrumb li a:hover { text-decoration: none; }
/*--------------------------------------
  font
--------------------------------------*/
.normal { font-weight: normal; }
.bold { font-weight: bold; }

/* size: 15px=108% 16px=115% 17px=122% 18px=129% 19px=136% 20px=143%*/
.xsmall { font-size: 70%; }
.small { font-size: 80%; }
.large { font-size: 120%; }
.xlarge { font-size: 140%; }
.xxlarge { font-size: 160%; }
.xxxlarge { font-size: 180%; }
.xxxxlarge { font-size: 200%; }
.xxxxxlarge { font-size: 220%; }
.xxxxxxlarge { font-size: 240%; }
.xxxxxxxlarge { font-size: 260%; }
.xxxxxxxxlarge { font-size: 280%; }
.xxxxxxxxxlarge { font-size: 300%; }
.xxxxxxxxxxlarge { font-size: 320%; } 

/* 以下新規作成 1.4em＝14px＝100%なので適宜変更したほうがよさそう… */
.fontsize10 { font-size: 72%; }
.fontsize12 { font-size: 86%; }
.fontsize16 { font-size: 115%; }
.fontsize18 { font-size: 129%; }
.fontsize20 { font-size: 143%; }
.fontsize22 { font-size: 158%; }
.fontsize24 { font-size: 172%; }
/* 新規作成ここまで 小島 */

/* 以下新規作成 1.4rem＝14px */
.fs10 { font-size: 1.0rem; }
.fs12 { font-size: 1.2rem; }
.fs14 { font-size: 1.4rem; }
.fs16 { font-size: 1.6rem; }
.fs18 { font-size: 1.8rem; }
.fs20 { font-size: 2.0rem; }
.fs24 { font-size: 2.4rem; }
.fs26 { font-size: 2.6rem; }
/* 新規作成ここまで 赤堀 */

.lineheight1em { line-height: 1em; }
.lineheight1-1em { line-height: 1.1em; }
.lineheight1-2em { line-height: 1.2em; }
.lineheight1-3em { line-height: 1.3em; }
.lineheight1-4em { line-height: 1.4em; }
.lineheight1-5em { line-height: 1.5em; }
.lineheight1-6em { line-height: 1.6em; }
.lineheight1-7em { line-height: 1.7em; }
.fontsize13 { font-size: 108% }
/*--------------------------------------
  form
--------------------------------------*/
input:focus {
  background-color: #FFF;
}
.input-text {
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #F8F8F8;
  padding: 7px;
}
.select {
  padding: 8px 0 8px 10px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #F8F8F8 url(../img/form_pulldown_arrow.png) no-repeat center right 8px !important;
  background-size: 26px 28px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
}
.select::-ms-expand {
  display: none;
}
.select option { margin-right: 15px; display: block; }
.checkbox {
  display: inline-block;
  width: 18px;
  height: 15px;
  margin: 3px 4px 0 0;
  padding: 0;
  vertical-align: top;
}
.checklabel { cursor: pointer; }
.uploadButton {
  display:inline-block;
  position:relative;
  overflow:hidden;
  border-radius:3px;
  color:#666;
  text-align:center;
  padding:10px;
  line-height:15px;
  width:340px;
  cursor:pointer;
  border: 1px solid #CCC;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(230,230,230)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(230,230,230) 100%);
float: left;
margin-right: 10px;
}
.uploadButton input[type=file] {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  opacity:0;
}
.uploadValue {
  display:none;
  border-radius:3px;
  padding:3px;
  margin-left: 10px;
  width: 90%;
}
.inputtype-file .label { line-height: 35px; display: inline-block; float: left; margin-right: 10px; font-weight: bold; }
.inputtype-file .small { line-height: 35px; display: inline-block; float: left; margin-right: 10px; }

/* 150527_追記井畑_カレンダー */
.wednesday .ui-state-default,
.holiday .ui-state-default {
  color: #cc0000 !important;
}

.form-annotation-box {
  float: right;
  margin-right: 50px;
  line-height: 1.1em;
  width: 150px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-annotation {
  display: inline-block;
  font-size: 80%;
  margin-left: 10px;
}

/* form error_message */
div.error_box {
  margin-bottom: 30px;
  border: 3px solid #e67474;
  background-color: #fae0e0;
  padding: 20px;
}
div.error_box li,
div.error_box p {
  color: #f00;
}
div.error_box ul {
  padding-left: 30px;
}
div.error_box ul li {
  list-style-type: disc;
}

/* yoyaku-form */
.yoyaku-form {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table;
  margin-bottom: 25px;
  text-align: left;
     padding: 10px;
     border: 1px solid #CCC;
     vertical-align: middle;
}
.yoyaku-form th {
  width: 190px;
  background: #F2F2F2;
  text-align: left;
     vertical-align: middle;
     width: 190px;
}
.yoyaku-form td {
     border: 1px solid #CCC;
     padding: 10px;
     vertical-align: middle;
}


/*--------------------------------------
  link
--------------------------------------*/
a {
  color: #194373;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.c-link_opa{
  transition: opacity .3s ease-out;
}
.c-link_opa:hover {
  opacity: .7;
}
/*--------------------------------------
  list
--------------------------------------*/
ul.liststyle-none li { margin-bottom: 5px; }
ul.liststyle-none li:last-child { margin-bottom: 0; }
ul.liststyle {
  list-style:disc outside;
  margin-left:1.5em;
}
ol.liststyle {
  list-style:decimal outside;
  margin-left:1.5em;
}
.list-disc {
  list-style: disc outside;
  margin-left: 1em;
}
.pagenation ul { text-align: center; }
.pagenation li { display: inline-block; margin-right: 5px; }
.pagenation li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #FFF;
  border: 1px solid #CCC;
  font-family: Arial, 'Droid Sans', sans-serif;
  font-weight: bold;
}
.pagenation li a.active,.pagenation li a:hover { background: #D8D8D8; }
/*--------------------------------------
  margin
--------------------------------------*/
.mb5 { margin-bottom: 5px; }
.mb7 { margin-bottom: 7px; }
.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; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mt100 { margin-top: 100px; }
.mr5 { margin-right: 5px; }
.mr9 { margin-right: 9px; }
.mr10 { margin-right: 10px; }
.mr11 { margin-right: 11px; }
.mr13 { margin-right: 13px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr23 { margin-right: 23px; }
.mr30 { margin-right: 30px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.mlb10 { margin: 0 0 10px 10px; }
.mauto { margin-left: auto; margin-right: auto; }
/*--------------------------------------
  padding
--------------------------------------*/
.p5 { padding: 5px; }
.p9 { padding: 9px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt50 { padding-top: 50px; }
.pl5 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl25 { padding-left: 25px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb70 { padding-bottom: 70px; }
.pb100 { padding-bottom: 100px; }
.pb150 { padding-bottom: 150px; }
/*--------------------------------------
  table
--------------------------------------*/
.table { display: table; }
.tablecell { display: table-cell; }
.tr { display: table-row; }
.th,
.td {
  display: table-cell;
  border-top: none;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-space-none { border-collapse: collapse; }
.border-gray th,
.border-gray td { border: 1px solid #CCC; }
.p5 th,
.p5 td {
  padding: 5px;
}
.p10 th,
.p10 td {
  padding: 10px;
}
.center th,
.center td {
  text-align: center;
}
.verticalalign-middle th,
.verticalalign-middle td {
  vertical-align: middle;
}
.table-div6 th { width: 16%; }

/*--------------------------------------
  price_page table
--------------------------------------*/
.pricetable {
     border: 1px solid #CCC;
     border-collapse: collapse;
     text-align: center;
     vertical-align: middle;
     width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricetable th {
     border: 1px solid #CCC;
     padding: 15px 5px;
     text-align: center;
     vertical-align: middle;
     width: 88px;
}
.pricetable .cartype th, .pricetable .expenses th, .pricetable .base th, .pricetable .tax th, .pricetable .discount th {
     background: #FFF8D9;
}
.pricetable .total th {
     background: #FFDE21;
     color: #C00;
}
.pricetable td {
     border: 1px solid #CCC;
     padding: 15px 5px;
     text-align: center;
     vertical-align: middle;
}
.pricetable .cartype td {
     color: #194374;
     font-weight: bold;
     line-height: 1.4em; 
}
.pricetable .carweight td {
     background: #F2F2F2;
     font-size: 86%;
}
.pricetable .expenses td {
     font-size: 115%;
}
.pricetable .base td {
     font-size: 115%;
     font-weight: bold;
}
.pricetable .discount td {
     background: #f8ebe8;
     color: #C00;
     font-size: 143%;
     font-weight: bold;
}
.pricetable-total td {
  color: #C00;
  font-weight: bold;
  font-size: 143%;
}
.pricetable .total td .fontsize16 {
  font-size: 80%;
}
.privacy_policy {
  border: 1px solid #CCC;
  overflow: scroll;
  overflow-x: hidden;
  height: 200px;
}/*別ページに影響が出るので車検センターサイトリニューアルで残してある*/


/*--------------------------------------
  width
--------------------------------------*/
.width100per { width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width1000 { width: 1000px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width980 { width: 980px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width960 { width: 960px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width920 { width: 920px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width900 { width: 900px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width800 { width: 800px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width730 { width: 730px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width700 { width: 700px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width680 { width: 680px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width640 { width: 640px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width620 { width: 620px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width600 { width: 600px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width570 { width: 570px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width560 { width: 560px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width535 { width: 535px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width500 { width: 500px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width495 { width: 495px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width480 { width: 480px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width470 { width: 470px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width450 { width: 450px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width420 { width: 420px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width410 { width: 410px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width400 { width: 400px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width350 { width: 350px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width330 { width: 330px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width320 { width: 320px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width315 { width: 315px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width310 { width: 310px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width300 { width: 300px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width295 { width: 295px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width280 { width: 280px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width265 { width: 265px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width260 { width: 260px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width250 { width: 250px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width240 { width: 240px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width230 { width: 230px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width210 { width: 210px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width200 { width: 200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width190 { width: 190px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width180 { width: 180px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width170 { width: 170px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width150 { width: 150px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width120 { width: 120px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width110 { width: 110px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width100 { width: 100px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width90 { width: 90px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width80 { width: 80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width70 { width: 70px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width60 { width: 60px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width45 { width: 45px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.width40 { width: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }


















/*--------------------------------------
   page layout
--------------------------------------*/
.wrap { background: url(../img/hd-bg.png) top repeat-x; }
.wrap-bankin { background: url(../img/hdct-bankin-bgi.png) top repeat-x; }
.wrap-bankin-local { background: url(../img/hdct-bankin-local-bgi.png) top repeat-x; }
.page-header {
  width: 1000px;
  margin: 0 auto;
}

.page-background { background: url(../img/ct-top-mainvisual-bgi.png) repeat-x; }
.page-contents { width: 1000px; margin: 0 auto 70px; }
.bankin-page-background { background: url(/img/ct-bankin-mainvisual-bgi.png) repeat-x; }
.page-contents-bankin { width: 1000px; margin: 0 auto 30px; }
.page-footer-bankin {
  height: 160px;
  background: url(../img/ft-bgi-bankin.png) bottom repeat-x;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-visual {
  background: url(/img/ct-top-mainvisual-img.png) no-repeat center center;
  background-position: center bottom;
  height: 295px;
  margin-bottom: 40px;
  position: relative;
}
.main-visual .contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.main-visual .contents .mv-text {
  position: absolute;
  left: 0;
  top: 20px;
}
.main-visual-bankin {
  background: url(../img/ct-bankin-mainvisual-img.png) right no-repeat;
  height: 295px;
  margin-bottom: 40px;
}
.one-column {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-column {
  width: 730px;
  float: left;
}
.side-column {
  width: 250px;
  float: right;
}
.one-column .side-column { width: 265px; }
/* header */

.logo { line-height: 90px; }

.description { font-weight: lighter; line-height: 30px; }
.freedial { position: absolute; top: 35px; right: 0; z-index: 100; }
.nav { width: 1001px; margin-left: -1px; }
.nav li {
  position: relative;
  width: 139px;
  height: 50px;
  overflow: hidden;
  float: left; }
.nav li a img {
  position: absolute;
  top: 0;
  z-index: 1;
}
.nav li.btn07 { width: 149px; }
.nav li.btn04 { width: 143px; }
.nav li.btn01 img { left: 0; }
.nav li.btn02 img { left: -142px; }
.nav li.btn03 img { left: -283px; }
.nav li.btn04 img { left: -425px; }
.nav li.btn05 img { left: -570px; }
.nav li.btn06 img { left: -712px; }
.nav li.btn07 img { left: -851px; }
.nav li a:hover img { top: -50px; }

.page-header .site-info { height: 60px; }
.page-header .site-info div { height: 44px; display: table-cell; vertical-align: middle; }
/* footer */
.page-footer .inner { width: 1000px; margin-left: auto; margin-right: auto; position: relative; }
.page-footer .inner .primary { text-align: center; height:30px; margin-bottom: 5px;}
.page-footer .inner .primary li { display: inline-block; border-right: 1px solid #194373; margin: 0 10px 0 ; padding-right: 20px; line-height: 14px; }
.page-footer .inner .primary li:last-child { border-right: none; margin-right: 0; }
.page-footer .secondary { background: #ffde21; height: 90px; }
.page-footer .secondary p { font-size: 86%; line-height: 1em; }
.page-footer .tertiary{  background: #e5e5e5;}
.page-footer .fabrica-service { width: 900px;  height: 57px; text-align: center; ;margin: 0 auto; padding-top:7px;}
.page-footer .fabrica-service li { display: inline-block; margin: 8px 10px 0 0; padding-right: 10px; font-size: 79%; line-height: 9px; }
.page-footer .fabrica-service li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.page-footer .fabrica-service li a { color: #666; }
.page-footer-bankin .inner { width: 1000px; margin-left: auto; margin-right: auto; position: relative; }
.page-footer-bankin .inner .primary { text-align: center; height:30px; }
.page-footer-bankin .inner .primary li { display: inline-block; border-right: 1px solid #194373; margin: 0 10px 0 ; padding-right: 20px; }
.page-footer-bankin .inner .primary li:last-child { border-right: none; margin-right: 0; }
.page-footer-bankin .inner .secondary { height: 90px; }
.page-footer-bankin .inner .secondary p { font-size: 86%; line-height: 1em; }
.page-footer-bankin .inner .fabrica-service { height: 40px; text-align: center; }
.page-footer-bankin .inner .fabrica-service li { display: inline-block; border-right: 1px solid #666; margin: 14px 10px 0 0; padding-right: 10px; font-size: 79%; line-height: 12px; }
.page-footer-bankin .inner .fabrica-service li:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.page-footer-bankin .inner .fabrica-service li a { color: #666; }
.copyright { font-size: 10px; line-height: 30px; color: #999; }
/* side */
.side-shop-hd {
  font-weight: bold;
  color: #333333;
  font-size: 93%;   /* =13px */
  float: left;
}
.side-shop-number {
  font-size: 93%;   /* =13px */
}
.side-shop-number dt {
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.side-shop-list li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #CCC;
}
.side-shop-list .list-end {
  padding-bottom: 7px;
  border-bottom: 1px dotted #CCC;
}

/* contents */
.muryotenken { margin-bottom: 40px; position: relative; }
.muryotenken .btn { position: absolute; top: 20px; right: 15px; overflow: hidden; width: 350px; height: 60px; }
.muryotenken .btn img { position: absolute; }
.muryotenken .btn:hover img { top: -60px; }
.feature li { width: 730px; height: 80px; overflow: hidden; margin-bottom: 15px; }
.feature li:last-child { margin-bottom: 0; }
.feature li .btn { position: absolute; overflow: hidden; width: 142px; height: 38px; right: 20px; top: 50%; margin-top: -19px; }
.feature li .btn img { position: absolute; }
.feature li .btn:hover img { top: -38px; }
.bana .btn { display: block; position: relative; overflow: hidden; width: 360px; height: 80px; }
.bana .btn img { position: absolute; }
.bana .btn:hover img { top: -80px; }
.faq dl:last-child { margin-bottom: 0; }
.title-question { width: 730px; height: 50px; border: 1px solid #CCC; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 50px; padding-left: 50px; font-size: 115%; /* =16px */ color: #333; font-weight: bold; background: url(../img/ct-top-faq-icon-baroon-q.png) no-repeat; background-position: 6px 6px; }
.title-question.open { border-bottom: 1px dotted #CCC; }
.btn-question { background: url(../img/ct-top-faq-btn-on.png) no-repeat; width: 112px; height: 28px; position: absolute; right: 10px; top: 50%; margin-top: -15px; cursor: pointer; }
.open .btn-question { background: url(../img/ct-top-faq-btn-off.png) no-repeat; }
.answer-area { border: 1px solid #CCC; border-top: none; padding: 15px; padding-left: 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #F2F2F2 url(../img/ct-top-faq-icon-baroon-a.png) no-repeat; background-position: 6px 6px; }
.baloon-orange { position: relative; width: 60px; height: 64px; }
.baloon-orange .kazu { position: absolute; bottom: 12px; left: 50%; margin-left: -10px; }
/*.faq-baloon { background: url(../img/ct-faq-voice-baloon.png) no-repeat; width: 620px; height: 90px; padding: 15px 15px 15px 40px; }*/
.price-list th,.price-list td { padding: 15px 5px; }
.price-list th { width: 88px; }
.price-list .cartype td { color: #194374; font-weight: bold; line-height: 1.4em; }
.bgi-square-pink { background: url(../img/bgi-square-pink.png); }
.side-muryotenken { position: relative; }
.side-muryotenken .btn { position: absolute; bottom: 10px; left: 10px; overflow: hidden; width: 230px; height: 60px; }
.side-muryotenken .btn img { position: absolute; }
.side-muryotenken .btn:hover img { top: -60px; }
.side-warranty { position: relative; }
.side-warranty .btn { position: absolute; bottom: 10px; left: 10px; overflow: hidden; width: 230px; height: 45px; }
.side-warranty .btn img { position: absolute; }
.side-warranty .btn:hover img { top: -45px; }
.icon-baloon-boshuchu { position: absolute; right: 10px; top: -5px; z-index: 1; }
.bankin-contact-01 { position: relative; width: 610px; height: 190px; }
.bankin-contact-01 .btn-bankin-form {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 285px;
  height: 60px;
  overflow: hidden;
}
.bankin-contact-02 { position: relative; width: 1000px; height: 90px; }
.bankin-contact-02 .btn-bankin-form {
  position: absolute;
  left: 300px;
  top: 15px;
  width: 285px;
  height: 60px;
  overflow: hidden;
}
.btn-bankin-form img { position: absolute; }
.btn-bankin-form:hover img { bottom: 0; }

/* btn */
.btn-muryotenken { width: 360px; height: 66px; overflow: hidden; position: absolute; top: 10px; right: 0; }
.btn-muryotenken img { position: absolute; }
.btn-muryotenken:hover img { top: -66px; }
.btn-pagetop { position: absolute; top: -45px; right: -80px; width: 53px; height: 53px; overflow: hidden; display: block; }
.btn-pagetop:hover img { position: absolute; top: -53px; }
.btn-pagetop-bankin { position: absolute; top: -15px; right: -80px; width: 53px; height: 53px; overflow: hidden; display: block; }
.btn-pagetop-bankin:hover img { position: absolute; top: -53px; }
.btn-bankin { width: 250px; height: 160px; overflow: hidden; position: relative; display: block; }
.btn-bankin img { position: absolute; }
.btn-bankin:hover img { top: -160px; }
.btn-syahan { width: 250px; height: 160px; overflow: hidden; position: relative; display: block; }
.btn-syahan img { position: absolute; }
.btn-syahan:hover img { top: -160px; }
.btn-recruit { width: 192px; height: 38px; overflow: hidden; margin: 0 auto 2px; position: relative; display: block; }
.btn-recruit img { position: absolute; }
.btn-recruit:hover img { top: -38px; }
.btn-haisha:hover img { opacity: 0.8; }
.btn-mailmember { width: 250px; height: 60px; overflow: hidden; position: relative; display: block; }
.btn-mailmember img { position: absolute; }
.btn-mailmember:hover img { top: -60px; }
.btn-muryotenken-small { overflow: hidden; position: relative; width: 180px; height: 40px; display: inline-block; }
.btn-muryotenken-small img { position: absolute; left: 0; }
.btn-muryotenken-small:hover img { top: -40px; }
.btn-print { overflow: hidden; width: 100px; height: 24px; position: relative; }
.btn-print img { position: absolute; left: 0; }
.btn-print:hover img { top: -24px; }
.btn-form { overflow: hidden; width: 300px; height: 60px; position: relative; }
.btn-form input { position: absolute; top: 0; left: 0; }
.btn-form:hover input { top: -60px; }
.btn-calender { overflow: hidden; width: 27px; height: 27px; position: relative; vertical-align: bottom; }
.btn-calender img { position: absolute; top: 0; left: 0; cursor: pointer; }
.btn-calender:hover img { top: -27px; }
.btn-ft-bankin { width: 490px; height: 60px; overflow: hidden; position: relative; display: block; }
.btn-ft-bankin img { position: absolute; }
.btn-ft-bankin:hover img { top: -60px; }

/* kojima 171102 */
.btn-mainfooter {
  width: 490px;
  height: 60px;
  position: relative;
  display: block;
}
.btn-mainfooter img {
  position: absolute;
}
.btn-mainfooter:hover {
  opacity: 0.8;
}
.index-titlered-bankin {
  font-weight: bold;
  color: #C00;
  margin:5px 0 20px 0 ;
  line-height: 1em;
  font-size: 200%;
}
.index-titlered-small-bankin {
  font-weight: bold;
  color: #C00;
  margin:25px 0 20px 0 ;
  line-height: 1em;
  font-size: 129%;
}

/* title */
.title-yellowline { border-left: 15px solid #F8BF0E; line-height: 50px; color: #FFF; padding: 0 15px 0 15px; font-size: 143%; background: #333; margin-bottom: 20px; }
.title-redline { background: url(../img/side-title-redline.png) no-repeat; width: 250px; height: 48px; line-height: 48px; padding-left: 20px; font-size: 115%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.title-bottomredline { background: url(../img/ct-title-bgi-bottomredline.png) repeat-x bottom; width: 730px; height: 105px; padding: 15px 15px 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 90px; font-size: 240%; font-weight: bold; }
.title-yellowsquare { font-weight: bold; }
.title-yellowsquare:first-letter { color: #F8BF0C; padding-right: 2px; }
.title-redbold {font-size: 115%; font-weight: bold; color: #C00; }
.title-squire {
  color: #C00;
  font-weight: bold;
  font-size: 129%;
  line-height: 20px;
  background: url(/img/icon-block-blackandyellow.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0px 0px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.title-squire-bankin {
  color: #C00;
  font-weight: bold;
  font-size: 129%;
  line-height: 22px;
  background: url(/img/icon-block-blackandyellow.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0px 0px;
  padding-left: 30px;
  margin-bottom: 15px;
}

/*--------------------------------------
  clearfix
--------------------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
 *zoom: 1;
}

@media print {
  .page-header,
  .page-footer,
  .side-column,
  .breadcrumb,
  .muryotenken,
  .print-none {
  display: none;
  }
  .wrap { background: transparent; }
}
/*--------------------------------------
  index pricetable
--------------------------------------*/
/*
.indexprice_box{
  display: inline-block;
  vertical-align: top;
  width: 233px;
}
.indexprice_box .pricetb_title{
  border: 1px solid #ccc;  
  border-bottom: none;
  text-align: center;
}
.indexprice_box .cartype{
  background: #f2f2f2;
  padding: 10px;
}
.indexprice_box .car_img{
  display: block;
  min-height: 75px;
  padding : 10px 0;
}
.indexprice_box .table th{
  background: #f2f2f2;
  border: 1px solid #ccc;
  line-height: 1.2em;
  padding: 7px;
  text-align: left;
  vertical-align: middle;
  width: 45%;
}
.indexprice_box .table .discount{
  background: #fef8dc;
}
.indexprice_box .table .total th{
  background: #f8ebe8!important;
}
.indexprice_box .table .total td{
  font-size: 143%!important;
}
.indexprice_box .table .total .fontsize16 {
  font-size: 80%;
}
.indexprice_box .table .total .icon{
  position: absolute;
  left: 75px;
  bottom: 5px;
}
.indexprice_box .table td{
  border: 1px solid #ccc;
  padding: 7px;
  text-align: right;
  vertical-align: middle;
  width: 55%;
}
*/

.indexprice_proviso {
  font-size: 86%;
  color: #999;
  margin-bottom: 20px;
  line-height: 1.6em;
}
.btn_to_price .btn { display: block; position:relative; overflow: hidden; width: 360px; height: 70px; }
.btn_to_price .btn img { position: absolute; }
.btn_to_price .btn:hover img { top: -70px; }  
/*--------------------------------------
  index custmer review
--------------------------------------*/
.index_custmer1 {
  background:url(../img/custmer_icon1.png) center left no-repeat;
  margin-bottom: 15px;
  position: relative;
}
.index_custmer2 {
  background:url(../img/custmer_icon2.png) center left no-repeat;
  margin-bottom: 15px;
  position: relative;
}
.index_custmer3{
  background:url(../img/custmer_icon3.png) center left no-repeat;
  margin-bottom: 15px;
  position: relative;
}
.index_custmer_innner{
  min-height:60px;
  padding:15px;
  margin-left: 120px;
  line-height: 1.5em;
  position: relative;
  background: #FFF8D9;
  border:3px solid #FFDE21;
  border-radius:5px;
}
.index_custmer_innner:after{
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #FFDE21;
  border-width: 10px;
  margin-top: -10px;
}
.index_custmer_innner h3{
  margin-bottom: 5px;
}
.index_custmer_name{
  float:right;
   position: absolute;
  right:20px;
}
/*--------------------------------------
  index other service
--------------------------------------*/
.index_service .cont{
  display: inline-block;
  width: 465px;
}
.index_service .service_img{
  display: inline-block;
  vertical-align: top;
  margin-left: 21px;
}
/*--------------------------------------
  warrnty
--------------------------------------*/
.warranty-troubles { width: 730px; height: 642px; position: relative; }
.warranty-troubles h4 { z-index: 0 }
.warranty-troubles .item { z-index: 100; position: absolute; bottom: 70px; left: 20px; width: 690px; min-height: 100px; }
.warranty-troubles .item li { margin-top: 10px; }
.warraty-pack { padding-top: 35px; }
/*--------------------------------------
  line@
--------------------------------------*/
.lineat:hover {
  opacity: .8;
}





/*--------------------------------------
  new page layout 2019/01
--------------------------------------*/
.cw {
  width: 1000px;
  margin: 0 auto;
}
.red {
  color: #d40700;
}
.bg_y {
  background: #fffeee;
}

.addition {
  margin-top: 10px;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.6;
}
.common_btn {
  width: 400px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  background: #f8bf0e url(/img/icon_btn_arrow_blue.png) no-repeat right 24px center;
  display: block;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 35px;
  font-weight: bold;
  font-size: 2.0rem;
  transition: .2s;
}
.common_btn span{
  margin: auto;
  width: 400px;
  line-height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.common_btn:hover {
  background: #f9cc3e url(/img/icon_btn_arrow_blue.png) no-repeat right 22px center;
  transition: .2s;
}
.subtitle {
  height: 40px;
  background: #194375;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}
.subtitle2 {
  padding-left: 20px;
  height: 56px;
  background: #194375;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 56px;
  text-align: left;
}
.subtitle_s {
  color: #194375;
  font-size: 2rem;
  font-weight: normal;
}
.attention_info {
  margin: 40px auto;
  padding: 10px;
  width: 1000px;
  background: #ffeae8;
  color: #d40700;
  line-height: 1.4em;
  border: 2px solid #C00;
  border-radius: 5px;
}

.tra2 {
  transition: 0.2s;
}

/* header */
.header {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.header .hd_info {
  box-sizing: border-box;
  padding: 1rem 0 1.6rem;
  position: relative;
}
.header .hd_info .description {
  margin-bottom: 5px;
}
.header .hd_info .hd_info__logo{
  display: flex;
  align-items: center;
}
.header .hd_tel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .hd_info.is-simple {
  padding: 3rem 0 3rem;
}
.header .hd_nav {
  box-sizing: border-box;
  height: 60px;
}
.header .hd_nav ul {
  height: 60px;
  font-size: 0;
}
.header .hd_nav ul li {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.header .hd_nav ul li:not(:last-child)::before {
  content: "";
  display: inline-block;
  float: left;
  margin-top: 10px;
  background: #f8bf0e;
  width: 1px;
  height: 40px;
}
.header .hd_nav .menu a {
  box-sizing: border-box;
  width: 130px;
  height: 60px;
  display: block;
  position: relative;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  transition: .2s;
}
.header .hd_nav .menu a .inner,
.header .hd_nav .hd_inquiry a .inner {
  width: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.header .hd_nav .menu a:hover {
  color: #f8bf0e;
  transition: .2s;
}
.header .hd_nav .hd_inquiry a {
  width: 214px;
  height: 60px;
  border-radius: 10px 10px 0 0;
  background: #d40700;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: .2s;
}
.header .hd_nav .hd_inquiry a:hover {
  height: 62px;
  margin-top: -2px;
  background: #dd3933;
  transition: .2s;
}
.header .hd_nav .hd_inquiry img {
  margin-right: 10px;
}
/* header end */

.footer_fixed_container {
    z-index: 5;
    width: 100%;
    background: rgba(25,67,116,.85);
    position: fixed;
    left: 0;
    bottom: 0;
    display:none;
}
.ft_cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    width: 1000px;
    margin: auto;
    box-sizing: border-box;
}
.ft_cont .link_tel {
}
.tel_info {
  display: flex;
  align-items: center;
}
.ft_cont .btn_tel {
  margin: 0 5px 0 0;
  width: 34px;
  height: 34px;
  border-radius: calc(34px/2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: inline-block;
  background: #d40700 url(/img/cta/sp_icon_catcall.png) no-repeat center center;
  background-size: 18px 18px;
}
.ft_cont .link_tel .teltext {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}
.ft_cont .link_form {
    text-align: center;
}
.ft_cont p {
  color: #fff;
}

.btn_cta_small {
  box-sizing: border-box;
  padding-right: 10px;
  width: 350px;
  height: 50px;
  background: #d40700 url(/img/icon_btn_arrow_white.png) no-repeat right 22px center;
  border-radius: 25px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.btn_cta_small:hover {
  background: #dd3933 url(/img/icon_btn_arrow_white.png) no-repeat right 20px center;
  transition: .2s;
}

/* footer */
.footer_banner {
  margin: 50px 0;
}
.footer_banner .banner_area img {
  display: inline-block;
  transition: .2s;
}
.footer_banner .banner_area img:hover {
  transition: .2s;
  opacity: .8;
}
.footer_banner .banner_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_banner .banner_area ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer_banner .facebook {
  margin: 20px auto 0;
  text-align: center;
}

.footer .ft_menu {
  position: relative;
}
.footer .ft_menu ul {
  height: 30px;
  margin-top: 10px;
}
.footer .ft_menu li {
  display: inline-block;
}
.footer .ft_menu li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffde21;
}
.footer .ft_menu .btn_pagetop {
  box-sizing: border-box;
  padding-right: 20px;
  width: 200px;
  height: 40px;
  background: #f8bf0e url(/img/footer/footer_btn_arrow.png) no-repeat right 25px center;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -10px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.footer .ft_menu .btn_pagetop:hover {
  height: 44px;
  background: #f9cc3e url(/img/footer/footer_btn_arrow.png) no-repeat right 25px top 13px;
  top: -14px;
  transition: .2s;
}
.footer .ft_info {
  background: #ffde21;
}
.footer .ft_info .ft_info_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .ft_info .ft_info_inner .address_area {
  display: flex;
}
.footer .ft_info .ft_info_inner .address {
  margin-left: 10px;
  display: inline-block;
  line-height: 1.4;
}
.footer .ft_info .ft_info_inner .inquiry {
  text-align: center;
}
.footer .ft_info .ft_info_inner .inquiry .btn_cta {
  width: 340px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #d40700 url(/img/icon_btn_arrow_white.png) no-repeat right 20px center;
  background-size: 4%;
  border-radius: 23px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  transition: .2s;
}
.footer .ft_info .ft_info_inner .inquiry .btn_cta:hover {
  background: #dd3933 url(/img/icon_btn_arrow_white.png) no-repeat right 18px center;
  background-size: 4%;
  transition: .2s;
}
.footer .tertiary {
  text-align: center;
  padding: 20px 0;
}
.footer .tertiary ul {
  width: 880px;
}
.footer .tertiary li {
  margin-right: 10px;
  padding-right: 10px;
  display: inline-block;
  line-height: 1;
  border-right: 1px solid #333;
}
.footer .tertiary li:nth-child(5),
.footer .tertiary li:nth-child(7) {
  border-right: none;
}
.footer .tertiary li a {
  color: #333;
}
.footer .ft_copyright {
  height: 40px;
  background: #333;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
/* footer end */

/* common cta */
.common_cta .com_inquiry {
  box-sizing: border-box;
  height: 140px;
  background: #ffde21;
  position: relative;
}
.common_cta .com_tel {
  box-sizing: border-box;
  height: 100px;
  background: #194375;
}
.common_cta .com_inquiry .cw,
.common_cta .com_tel.cw {
  position: relative;
}
.common_cta .com_inquiry .cw {
  height: 140px;
  background: #ffde21 url(/img/index/index_cta_text01.png) left 40px center no-repeat;
}
.common_cta .com_tel .inner {
  height: 100px;
  background: url(/img/index/index_cta_text02.png) center center no-repeat;
  background-size: 50%;
}
.common_cta .com_inquiry a.btn {
  box-sizing: border-box;
  padding-right: 10px;
  width: 420px;
  height: 80px;
  background: #d40700 url(/img/icon_btn_arrow_white.png) no-repeat right 30px center;
  border-radius: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.common_cta .com_inquiry a.btn:hover {
  background: #dd3933 url(/img/icon_btn_arrow_white.png) no-repeat right 28px center;
  transition: .2s;
}
.common_cta .com_inquiry a span {
  display: inline-block;
  line-height: 80px;
  vertical-align: middle;
}
.cta_banner {
  width: 168px;
  height: 168px;
  position: absolute;
  top: -80px;
  left: -140px;
  transition: .4s;
  transform: rotateZ( 0deg ) ;
}
.cta_banner:hover {
  transform: rotateZ( 10deg ) ;
  transition: .4s;
}
/* common cta end */

/* mainvisual */
.index .mv {
  width: 100%;
  background: url(/img/index/mv_image.jpg) center center / cover no-repeat;
  position: relative;
}
.index .mv .mv_text {
  margin: auto;
  padding: 100px 0;
  display: block;
}
.index .mv .mv_furusato {
  position: absolute;
  width: 1000px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.index .mv .mv_furusato a {
  position: absolute;
  top: 0;
  right: 100%;
}

.index .mv_cta .mv_inquiry .inner,
.index .mv_cta .mv_tel .inner {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.index .mv_cta .mv_inquiry .inner {
  height: 130px;
  background: url(/img/index/index_cta_text01.png) left 40px center no-repeat;
}
.index .mv_cta .mv_tel .inner {
  height: 88px;
  background: url(/img/index/index_cta_text02.png) center center no-repeat;
  background-size: 50%;
}
.index .mv_cta .mv_inquiry {
  height: 130px;
  background: #ffde21;
}
.index .mv_cta .mv_inquiry a {
  box-sizing: border-box;
  padding-right: 10px;
  width: 420px;
  height: 80px;
  background: #d40700 url(/img/icon_btn_arrow_white.png) no-repeat right 30px center;
  border-radius: 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 19%;
  right: 40px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .2s;
}
.index .mv_cta .mv_inquiry a:hover {
  background: #dd3933 url(/img/icon_btn_arrow_white.png) no-repeat right 28px center;
  transition: .2s;
}
.index .mv_cta .mv_inquiry a .btn_cta span {
  display: inline-block;
  line-height: 80px;
  vertical-align: middle;
}
.index .mv_cta .mv_tel {
  height: 88px;
  background: #194375;
}
/* mainvisual end */

/* index */
.index .sec_title {
  margin-bottom: 30px;
  padding-top: 50px;
  font-size: 3.2rem;
  text-align: center;
}
.index .sec_title::before {
  content: "-";
  margin-right: 8px;
}
.index .sec_title::after {
  content: "-";
  margin-left: 8px;
}
.index .sec_description {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.corresponding_service_table {
  background-color: #fffeee;
}
.corresponding_service_table ul {
  display: flex;
  justify-content: space-around;
}
.corresponding_service_table ul .service_icon {
    cursor: pointer;
}
.corresponding_service_table ul .service_icon img {
  width: 90px;
  height: 90px;
}
.corresponding_service_list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 900px;
  height: 720px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 10px 10px 10px 10px;
}
.corresponding_service_list img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 50px;
}
.corresponding_service_list li {
  display: flex;
  margin: 0 15px 20px 15px;
}
.corresponding_service_list li .title {
  color: #194375;
  font-weight: bold;
}
.corresponding_service_list li p {
  margin: auto 0;
}

.index .index_review .users_voice .user1 {
  background: url(/img/review/icon_peaple01.jpg) no-repeat left 30px top 40%;
  margin-bottom: 1.4em;
  position: relative;
}
.index .index_review .users_voice .user2 {
  background: url(/img/review/icon_peaple02.jpg) no-repeat left 30px top 40%;
  margin-bottom: 1.4em;
  position: relative;
}
.index .index_review .users_voice .user3 {
  background: url(/img/review/icon_peaple03.jpg) no-repeat left 30px top 40%;
  margin-bottom: 1.4em;
  position: relative;
}
.index .index_review .users_voice .user1 .user_name,
.index .index_review .users_voice .user2 .user_name {
  position: absolute;
  bottom: 12%;
  left: 45px;
}
.index .index_review .users_voice .user3 .user_name {
  position: absolute;
  bottom: 28%;
  left: 45px;
}
.index .index_review .users_voice .text {
  margin-left: 140px;
  position: relative;
  border: 4px solid #e6e6e6;
  padding: 1.5em;
  border-radius: 8px;
}
.index .index_review .users_voice .text::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #e6e6e6;
  border-width: 20px;
  margin-top: -20px;
}
.index .index_review .users_voice .text::after {
  left: -34px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}
.index .index_review .users_voice .border_bottom {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
}

.index .index_point .point_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
.index .index_point .point_list li {
  box-sizing: border-box;
  padding: 20px 20px 30px;
  width: 320px;
  height: 310px;
  background: #fff;
  border: #ffde21 dashed 2px;
}
.index .index_point .point_list li img {
  margin: 34px auto 20px auto;
  display: block;
}
.index .index_point .point_list h3 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.index .index_point .point_list .point1 {
  background: url(/img/point/num_point01.jpg) no-repeat #fff top -6px left -4px;
}
.index .index_point .point_list .point2 {
  box-sizing: border-box;
  margin: 0 20px;
  background: url(/img/point/num_point02.jpg) no-repeat #fff top -4px left -4px;
}
.index .index_point .point_list .point3 {
  background: url(/img/point/num_point03.jpg) no-repeat #fff top -4px left -4px;
}
.index .index_point .point_list .point4 {
  margin-right: 0;
  background: url(/img/point/num_point04.jpg) no-repeat #fff top -6px left -4px;
}
.index .index_point .point_list .point5 {
  margin-left: 20px;
  background: url(/img/point/num_point05.jpg) no-repeat #fff top -6px left -4px;
}

.index .index_shop section:not(:last-child) {
  margin-bottom: 4rem;
}
.index .index_shop .subtitle {
  padding: .4rem 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.index .index_shop .left_block {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.index .index_shop .left_block span {
  display: inline-block;
}
.index .index_shop .right_block {
  display: inline-block;
  width: 670px;
  margin-left: 26px;
}

.index .index_shop .youtube_head {
  display: flex;
  margin-left: auto;
}
.index .index_shop .youtube_head .youtube_head_text {
  font-size: 1.2rem;
  color: #666;
  line-height: 2.4rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-bottom: 1.5rem;
}
.youtube_head a > div {
  position: relative;
}
.youtube_head a:hover > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}
.youtube_head iframe {
  pointer-events: none;
}
.index .index_shop .youtube_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.index .index_shop .youtube_box {
  width: 478px;
  height: 269px;
}
/* index end */

/* subpage */
.sub_sec_title {
  padding: 60px 0;
  text-align: center;
}

.form .sub_sec_title {
  padding: 50px 0 60px;
  text-align: center;
}

.sub_sec_title .title_name {
  font-size: 3.2rem;
}
.sub_sec_title .title_name::before {
  content: "-";
  margin-right: 8px;
}
.sub_sec_title .title_name::after {
  content: "-";
  margin-left: 8px;
}
.sub_sec_title span.desc {
  margin-top: 30px;
  display: block;
    line-height: 1.6;
}
/* subpage end */

/* point */
.point .five_point li {
  box-sizing: border-box;
  height: 200px;
  background: #fff;
  border: 2px dashed #ffde21;
  position: relative;
}
.point .five_point li:not(:last-child) {
  margin-bottom: 20px;
}
.point .five_point h3 {
  box-sizing: border-box;
  border-bottom: 2px dashed #ffde21;
  padding-left: 180px;
  font-size: 3.2rem;
  line-height: 90px;
}
.point .five_point .point_discription {
  box-sizing: border-box;
  widows: 1000px;
  height: 108px;
  display: flex;
  align-items: center;
}
.point .five_point .point_discription span {
  width: 656px;
}
.point .five_point li:nth-child(odd) .text {
  position: absolute;
  top: 0;
  left: 0;
}
.point .five_point li:nth-child(odd) .image {
  position: absolute;
  top: 0;
  right: 0;
}
.point .five_point li:nth-child(odd) .text .point_discription {
  padding: 20px 318px 20px 20px;
}
.point .five_point li:nth-child(odd) img {
  margin: -2px -2px 0 0;
}
.point .five_point li:nth-child(even) .text {
  position: absolute;
  top: 0;
  left: 300px;
}
.point .five_point li:nth-child(even) .image {
  position: absolute;
  top: 0;
  left: -2px;
}
.point .five_point li:nth-child(even) .text .point_discription {
  padding: 20px;
}
.point .five_point li:nth-child(even) img {
  margin: -2px -2px 0 0;
}
.point .five_point .point1 h3 {
  background: url(/img/point/num_l_point01.jpg) no-repeat left -4px top -2px #fff;
}
.point .five_point .point2 h3 {
  background: url(/img/point/num_l_point02.jpg) no-repeat left -4px top -2px #fff;
}
.point .five_point .point3 h3 {
  background: url(/img/point/num_l_point03.jpg) no-repeat left -4px top -2px #fff;
}
.point .five_point .point4 h3 {
  background: url(/img/point/num_l_point04.jpg) no-repeat left -4px top -2px #fff;
}
.point .five_point .point5 h3 {
  background: url(/img/point/num_l_point05.jpg) no-repeat left -4px top -4px #fff;
}
/* point end */

/* flow */
.flow .flow_list li span {
  padding: 20px 40px 0;
  display: block;
}
.flow .flow_list li:not(:last-child)::after {
  content: '';
  background: url(/img/flow/flow_line.jpg) no-repeat center;
  height: 130px;
  width: 1000px;
  display: block;
}
/* flow end */

/* pricetable */
.price_table {
  text-align: center;
}
.price_table thead th {
  background: #333;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
}
.price_table thead th:not(:last-child) {
  border-right: 2px solid #fff;
}
.price_table thead .long {
  width: 232px;
}
.price_table thead .short {
  width: 192px;
}
.price_table tbody img {
  display: block;
  margin: auto;
  height: 45px;
  width: 85px;
}
.price_table tr:nth-child(odd) {
  background: #f6f6f6;
  vertical-align: middle;
}
.price_table tr:nth-child(even),
.price_table td.even_bgcolor {
  background: #eee;
  vertical-align: middle;
}
.price_table .en {
  font-size: 1.6rem;
}
.price_table tr {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.price_table tbody tr {
  height: 70px;
}
.price_table td {
  border-left: 2px solid #fff;
  vertical-align: middle;
  padding: 4px 0;
}
.price_table tbody td .inner {
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.price_table tbody td .inner img {
  margin-top: 4px;
}
.price_table tbody td .inner .carname {
  margin-bottom: 4px;
}

/************************************
 * 新料金表のデザイン (price_list)     *
 ************************************/
.price_list .car_name_list > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.price_list .car_name_list > ul > li {
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.price_list .car_name_list > ul > li:hover {
    opacity: 70%;
}
.price_list .car_name_list > ul > li:last-child {
    margin-right: 0;
}
.price_list .car_name_list > ul > li:nth-child(5) {
    margin-right: 0;
}
.price_list .car_name_list > ul > li:nth-child(n + 6) {
    margin-bottom: 0;
}
.price_list .car_name_list > ul > li a {
    position: relative;
    display: block;
    width: 190px;
    height: 60px;
    background-color: #FEDE21;
    border-radius: 6px;
}
.price_list .car_name_list > ul > li a:after {
    content: "";
    position: absolute;
    background: url("../img/price/arrow_circle.svg");
    width: 20px;
    height: 20px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.price_list .car_name_list > ul > li a .price {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-decoration: none;
    text-align: center;
    line-height: .9;
    margin-right: 7px;
}

.price_list .car_name_list .annotation {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 5rem;
    text-indent: 0;
}

.price_list .car_type_list .car_name {
    color: #fff;
    font-size: 1.8rem;
    background: #194375;
    margin-bottom: 2rem;
    padding: 1.2rem 0 1.2rem 2rem;
}

.price_list .car_type_list .car_name_info {
    display: flex;
    align-items: center;
}
.price_list .car_type_list .car_name_info .car_name_type {
    text-align: center;
    margin-right: 4rem;
}
.price_list .car_type_list .car_name_info table {
    text-align: center;
}
.price_list .car_type_list .car_name_info tr {
    border-bottom: 2px solid #fff;
}
.price_list .car_type_list .car_name_info th {
    width: 230px;
    font-size: 1.6rem;
    font-weight: normal;
    background: #E9E9E9;
    border-right: 2px solid #fff;
    padding: 1rem 0;
}
.price_list .car_type_list .car_name_info td {
    width: 360px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5rem 0;
    background: #f6f6f6;
}
.price_list .car_type_list .car_name_info td span {
    font-family: Arial, 'Droid Sans', sans-serif;
    font-size: 2.4rem;
}
.price_list .car_type_list .car_name_info .total th {
    background: #D8D8D8;
    font-size: 1.8rem;
    font-weight: bold;
}
.price_list .car_type_list .car_name_info .total td {
    background: #E9E9E9;
}
.price_list .car_type_list .car_name_info .total td span {
    font-size: 3rem;
}
/**************************************/

/* .discount ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.discount ul a:hover {
  opacity: 0.8;
  transition: .2s;
} */
.discount .discount_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.discount .line_contents {
  margin-top: 3.2rem;
  text-align: center;
}

.price .common_cta {
  background: #fffeee;
  padding-top: 50px;
  margin-top: 0;
}

/* shop */
.shop .info_table {
  width: 1000px;
  height: 340px;
  position: relative;
}
.shop .info_table tr {
  height: 50px;
  border-bottom: 2px solid #fff;
}
.shop .info_table th {
  width: 230px;
  background: #eee;
  border-right: 2px solid #fff;
  color: #194375;
  vertical-align: middle;
}
.shop .info_table td {
  width: 360px;
  padding: 14px 10px 14px 20px;
  background: #f6f6f6;
  vertical-align: middle;
}
.shop .info_table td:last-child {
  line-height: 2;
}
.shop .info_table .main_photo {
  padding: 0!important;
  background: #fff;
  border-left: 20px solid #fff;
}
.shop .shop_photo {
  display: flex;
  justify-content: space-between;
}
.shop .shop_photo button {
  background: none;
  border: none;
  width: 230px;
  height: 180px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.shop .access .googlemap {
  background: url("https://maps.googleapis.com/maps/api/staticmap?size=1000x400&center=35.268912,136.991915&zoom=16&markers=color:red|35.268912,136.991915&key=AIzaSyADPFb4zYaQem_YmBU6ii5AscisMbtjqss") no-repeat center center;
  background-size: cover;
}
.shop .access .m_access {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop .access .m_access span.desc {
  width: 470px;
  line-height: 2;
}
.shop .other_service .service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop .other_service .service_list dt,
.shop .other_service .service_list dd {
  width: 485px;
}
.shop .other_service .service_list dt {
  width: 485px;
}
.shop .other_service .service_list dd img {
  display: block;
  margin: auto auto 30px;
}
.shop .other_service .service_list dd span {
  display: block;
  height: 120px;
  margin-bottom: 20px;
}
.shop .other_service .service_list dd a {
  width: 200px;
  height: 40px;
  margin: auto;
  display: block;
  border-radius: 20px;
  line-height: 40px;
  background: #eee url(/img/shop/btn_arrow_s_blue.png) no-repeat right 20px center;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transition: .2s;
}
.shop .other_service .service_list dd a:hover {
  background: #194375 url(/img/shop/btn_arrow_s_white.png) no-repeat right 16px center;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: .2s;
}
/* shop end */

/* review */
.review_total_area{
  border: 2px dashed #ffde21;
  padding: 70px 40px 40px;
  background: url(/img/review/review_heikinhyouka.jpg) no-repeat top -8px left -6px;
  position: relative;
}
.review_total_area > .inner{
  display:table;
  width:100%;
}
.review_total_area .total_rating_area{
  display:table-cell;
  width:100%;
  vertical-align:top;
}
.review_total_area table{
  width:100%;
}
.review_total_area .total_average th,.review_total_area .total_average td{
  padding:1em;
}
.review_total_area .total_average th{
  font-size:1.2em;
}
.review_total_area th{
  text-align:center;
  box-sizing:border-box;
}
.review_total_area td{
  text-align:center;
}
.review_chart_area{
  display: table-cell;
  position: absolute;
  top: 24%;
  right: 50px;
}
.review_star {
  display: inline-block;
  width: 230px;
  height: 42px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  margin-right: 40px;
  vertical-align: middle;
}
.review_star.rating_0_0 img {
  position: absolute;
  top: 0;
  left: -230px;
}
.review_star.rating_0_5 img {
  position: absolute;
  top: -58px;
  left: -184px;
}
.review_star.rating_1_0 img {
  position: absolute;
  top: 0;
  left: -184px;
}
.review_star.rating_1_5 img {
  position: absolute;
  top: -58px;
  left: -138px;
}
.review_star.rating_2_0 img {
  position: absolute;
  top: 0;
  left: -138px;
}
.review_star.rating_2_5 img {
  position: absolute;
  top: -58px;
  left: -92px;
}
.review_star.rating_3_0 img {
  position: absolute;
  top: 0;
  left: -92px;
}
.review_star.rating_3_5 img {
  position: absolute;
  top: -58px;
  left: -46px;
}
.review_star.rating_4_0 img {
  position: absolute;
  top: 0;
  left: -46px;
}
.review_star.rating_4_5 img {
  position: absolute;
  top: -58px;
  left: 0;
}
.review_star.rating_5_0 img {
  position: absolute;
  top: 0;
  left: 0;
}
.review_star_num{
  color: #c00;
  font-size: 2rem;
  font-weight: bold;
}
/*review s*/
.review_star_s {
  display: inline-block;
  width: 116px;
  height: 21px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  margin-right: 40px;
  vertical-align: middle;
}
.review_star_s img {
  width: 231px;
  height: 79px;
}
.review_star_s.rating_0_0 img {
  position: absolute;
  top: -29px;
  left: -115px;
}
.review_star_s.rating_0_5 img {
  position: absolute;
  top: -29px;
  left: -92px;
}
.review_star_s.rating_1_0 img {
  position: absolute;
  top: 0;
  left: -92px;
}
.review_star_s.rating_1_5 img {
  position: absolute;
  top: -29px;
  left: -69px;
}
.review_star_s.rating_2_0 img {
  position: absolute;
  top: 0;
  left: -69px;
}
.review_star_s.rating_2_5 img {
  position: absolute;
  top: -29px;
  left: -46px;
}
.review_star_s.rating_3_0 img {
  position: absolute;
  top: 0;
  left: -46px;
}
.review_star_s.rating_3_5 img {
  position: absolute;
  top: -29px;
  left: -23px;
}
.review_star_s.rating_4_0 img {
  position: absolute;
  top: 0;
  left: -23px;
}
.review_star_s.rating_4_5 img {
  position: absolute;
  top: -29px;
  left: 0;
}
.review_star_s.rating_5_0 img {
  position: absolute;
  top: 0;
  left: 0;
}
.review_star_num_s {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
}

.review_list_box {
  background: #f6f6f6;
  margin-bottom: 2em;
  padding: 20px;
  position: relative;
}
.review_list_box .date {
  position: absolute;
  left: 0;
  top: -20px;
  color: #999;
}
.review_list_box .inner_t {
  background: #fff;
  padding: 20px;
  border-bottom: 2px dashed #f6f6f6;
}
.review_list_box .inner_b {
  padding: 20px 20px 20px 60px;
  color: #666;
  background: #fff url(/img/review/icon_review_arrow.jpg) no-repeat left 40px top 22px;
}
.review_list_box .name {
  font-weight: bold;
  font-size: 1.6rem;
  display: inline-block;
}
.review_list_box .total_rating {
  display: inline-block;
}
.review_list_box .total_rating .review_star_s {
  margin: -10px 10px 0 0;
}
.review_list_box .individual_rating{
  position: absolute;
  right: 20px;
  display: inline-block;
  color: #666;
  letter-spacing: -.4em;
  white-space: nowrap;
}
.review_list_box .individual_rating li{
  display: inline-block;
  letter-spacing: normal;
}
.review_list_box .comment{
  line-height:1.4;
}
.review_pagination li {
  display: inline-block;
  margin-left: 5px;
}
.review_pagination li a,
.review_pagination li span {
  width: 40px;
  height: 40px;
  border: 1px solid #194375;
  display:block;
  line-height: 40px;
  text-align: center;
}
.review_pagination li a {
  background: #fff;
  color: #194375;
  text-decoration: none;
}
.review_pagination li a:hover,
.review_pagination li span {
  background: #194375;
  border: 1px solid #194375;
  color: #fff;
}

.review .average,
.review .detail {
  width: 482px;
}
.review .average tr,
.review .detail tr {
  margin-bottom: 5px;
  display: block;
}
.review .average th,
.review .detail th {
  background: #eee;
  position: relative;
}
.review .average td,
.review .detail td {
  box-sizing: border-box;
  border: 2px #eee dashed;
  position: relative;
}
.review .average th {
  width: 160px;
  border: 2px #eee solid;
  font-size: 2rem;
  line-height: 70px;
}
.review .detail th {
  width: 240px;
  border: 2px #eee solid;
  font-size: 1.6rem;
  line-height: 50px;
}
.review .average td {
  width: 324px;
  height: 70px;
}
.review .detail td {
  width: 244px;
  height: 50px;
}
.review .average td .review_star_num {
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 70px;
}
.review .detail td .review_star_num_s {
  position: absolute;
  top: 0;
  right: 22px;
  line-height: 50px;
}
.review .average th span {
  width: 160px;
  position: absolute;
  top: 0;
  left: 0%;
}
.review .detail th span {
  width: 236px;
  position: absolute;
  top: 0;
  left: 0%;
}
/* review end */

/* faq */
.faq .faq_dl {
  margin-bottom: 20px;
  border: 2px dashed #eee;
}
.faq .faq_dl dt {
  padding: 20px 40px 20px 60px;
  border-bottom: 2px dashed #eee;
  background: #fff url(/img/faq/qa_q.jpg) no-repeat top -2px left -3px;
  color: #194375;
  font-weight: bold;
  font-size: 1.6rem;
}
.faq .faq_dl dd {
  padding: 20px 40px 20px 60px;
  background: #fff url(/img/faq/qa_a.jpg) no-repeat top -2px left;
  line-height: 1.8;
}
/* faq end */

/* form */
.form input { outline: none; }
.form input::placeholder { color: #999; }
.form .icon_required,
.form .icon_optional,
.form .icon_ok {
  width: 50px;
  height: 30px;
  display: block;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.form .icon_required {
  background: #d40700;
}
.form .icon_optional {
  background: #194375;
}
.form .icon_ok{
  background: #36a561;
}

.form .icon_required:after,
.form .icon_optional:after,
.form .icon_ok:after{
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.form .icon_required:after{
  content: "必須";
}
.form .icon_optional:after{
  content: "任意";
}
.form .icon_ok:after{
  content: "OK";
}

.form .form_input_area tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
}
.form .form_input_area th {
  box-sizing: border-box;
  padding: 20px;
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eee;
}
.form .form_input_area td {
  box-sizing: border-box;
  width: 702px;
  min-height: 70px;
  margin-left: -4px;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 2px dashed #eee;
}
.form .th_item {
  font-size: 1.8rem;
  font-weight: normal;
}
.form .input-text {
  height: 40px;
  border-radius: 6px;
  background: #f6f6f6;
  border: none;
  padding: 10px 20px;
  font-size: 1.4rem;
}
.form .input-text.input_error {
  background-color: #fae0e0;
}
.error_msg {
  color: #f00;
}
.form .select {
  height: 40px; 
  min-width: 150px;
  padding: 8px 30px 8px 20px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f6f6f6 url(/img/form/form_arrow.png) no-repeat center right 8px !important;
  background-size: 28px 24px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.form .select.input_error {
  background: #fae0e0 url(/img/form/form_arrow.png) no-repeat center right 8px !important;
}
.form .ui-datepicker-trigger {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: .2s;
}
.form .ui-datepicker-trigger:hover {
  opacity: .8;
  transition: .2s;
}
.form .privacy_policy {
  border: 2px dashed #eee;
  overflow: scroll;
  overflow-x: hidden;
  height: 200px;
}
.form .annotation_box {
  float: right;
  line-height: 1.1em;
  width: 260px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.form .btn_agree {
  width: 600px;
  height: 50px;
  padding: 0;
  margin: auto auto 10px auto;
  border: none;
  line-height: 50px;
  position: relative;
}
.form .btn_agree input {
  position: absolute;
  top: 14px;
  left: 180px;
}
.form .btn_submit {
  margin: auto;
  width: 400px;
  height: 72px;
  overflow: hidden;
  position: relative;
}
.form .btn_submit input {
  width: 400px;
  height: 70px;
  background: #d40700 url(/img/icon_btn_arrow_white.png) no-repeat center right 20px;
  border-radius: 35px;
  border: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 70px;
  text-align: center;
  transition: .2s;
}
.form .btn_submit input[disabled] {
  background: #ddd url(/img/icon_btn_arrow_white.png) no-repeat center right 20px;
  box-shadow: none;
}
.form .btn_submit input[disabled]:hover {
  display: block;
  background: #ddd url(/img/icon_btn_arrow_white.png) no-repeat center right 20px;
  cursor: auto;
}
.form .btn_submit input:hover {
  background: #dd3933 url(/img/icon_btn_arrow_white.png) no-repeat center right 17px;
  transition: .2s;
  cursor: pointer;
}

.form .btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm .form .form_input_area td {
  height: 62px;
}
.confirm .form .btn_submit {
  margin: 0;
}
.form .btn_back input,
.form a.btn_back {
  padding-left: 20px;
  width: 340px;
  height: 70px;
  background: #bbb url(/img/icon_btn_arrow_white_l.png) no-repeat center left 20px;
  border: none;
  border-radius: 35px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  cursor: pointer;
}
.form .btn_back input:hover,
.form a.btn_back:hover {
  background: #c9c9c9 url(/img/icon_btn_arrow_white_l.png) no-repeat center left 17px;
  transition: .2s;
}
.form .l-page_form_listed {
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 1.2rem;
    line-height: 1.6;
  margin-top: 4rem;
}
.form .l-page_form_listed img {
    margin-right: 1.6rem;
}

.closure_notice {
  border: 2px solid #ffde21;
  background: #fffeee;
}
.closure_notice h3 {
  color: #d40700;
}

/* modal */
.modal_bg {/*モーダル黒背景*/
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 150%;
  z-index: 9998;
}
.modal_contents {/*モーダルコンテンツ*/
  display: none;
  position: fixed;
  margin: 0;
  padding: 0 5%;
  width: 90%;
  height: 100%;
  z-index: 9999;
}
.modal_contents .element {
  padding: 30px 15px 30px 15px;
  border-radius: 10px;
  background-color: #fff;
  height: 80%;
  z-index: 9999;
}
.modal_close_btn {
  position: absolute;
  color: #fff;
  height: 20px;
  width: 20px;
  top: -30px;
  right: 0;
}
.modal_close_btn span i {
  display: block;
  height: 20px;
  width: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 10px;
}
.modal_close_btn span i:first-child {
  transform: rotate(45deg);
}
.no_scroll {
  overflow: hidden;
}
/* modal end */

/* footer_listed */
.l-page_footer_listed {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1.4;
  /* 環境によってctaが正しく消えず表示が被ることがあるので、取り急ぎ下の余白を空け対応。 */
  padding: 1.6rem 0 12.3rem;
}
.l-page_footer_listed img {
    margin-right: 1.6rem;
}
/* footer_listed end */