/*----------------------------------------
全体共通CSS
----------------------------------------*/

body{
	margin: 0;
}
#io, #io td, #io th, input, select {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  font-family: Century Gothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

#io a:link, #io a:visited {
  color: #444;
  text-decoration: none;
}

a:hover img, a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

img {
  border: 0px;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}

h1, h2, ul, li, div, p {
  box-sizing: border-box;
}

h1, h2 {
  font-size: 19px;
  line-height: 140%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
h1.main_h1 {
	color: #005bab;
}
h1.main_h1 small{
	color: #000;
	line-height: 1.5;
}
.main_h1_img{
	text-align: center;
	width: 100%;
	margin: 5% auto 3%;
}
.main_h1_img img{
	max-width: 92%;
}

@media only screen and (min-width: 414px) {
  h1, h2 {
    font-size: 28px;
  }
	.main_h1_img{
		margin: 5% auto 3%;
	}
	}

@media only screen and (min-width:768px) {
  h1, h2 {
    font-size: 45px;
    line-height: 140%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}

@media only screen and (min-width:1000px) {
  h1, h2 {
    font-size: 46px;
  }
}

section {
  width: 100%;
  margin: 0 auto;
}

section {
  margin: 15% 0;
}

section:first-child {
  margin: 0;
}

@media only screen and (min-width:768px) {
  section {
    margin: 10% 0;
  }
}

@media only screen and (min-width:1000px) {
  section {
    margin: 5% 0;
  }
}


/*----------------------------------------
デバイスごとの表示固定用CSS
----------------------------------------*/


/*スマホのみ表示*/

@media only screen and (min-width: 737px) {
  .sp_only {
    display: none !important;
  }
}


/*スマホ・タブレットの両表示*/

@media only screen and (min-width: 1000px) {
  .padsp_only {
    display: none !important;
  }
}


/*タブレットのみ表示*/

@media only screen and (max-width: 736px) and (min-width:1000px) {
  .pad_only {
    display: none !important;
  }
}


/*PC・タブレットの両表示*/

@media only screen and (max-width: 736px) {
  .padpc_only {
    display: none !important;
  }
}


/*PCのみ表示*/

@media only screen and (max-width:767px) {
  .pc_only {
    display: none !important;
  }
}


/*----------------------------------------
全ブロック共通使用CSS
----------------------------------------*/

.main_h1 span {
  font-size: 25px;
  color: #f24444;
}

.width_content {
  width: 100%;
  margin: 0 auto;
}

.width_content small {
  font-size: 14px;
  margin-top: 20px;
  display: block;
}


@media only screen and (min-width:1000px) {
  .main_h1 span {
    font-size: 55px;
  }
}

@media only screen and (min-width: 1100px) {
  .width_content {
    width: 1100px;
    margin: 0 auto;
  }
  .width_content small {
    font-size: 30px;
    margin-top: 25px;
    display: block;
  }
}

@media only screen and (min-width:768px) {
  .main_h1 span {
    font-size: 85px;
  }
	.width_content #inforamatin_bnr small {
    font-size: 24px;
  }
}


/*----------------------------------------
ファーストビュー
----------------------------------------*/

.shopname {
  padding: 10px 0;
  text-align: center;
  position: relative;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.shopname::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  background: #fff;
}

.shopname h1 {
  margin: 0;
  padding: 0;
  width: 20%;
  z-index: 9999;
  position: absolute;
  left: 2%;
  text-align: left;
  font-size: 21px;
  display: flex;
  align-items: center;
}

.shopname h1 img {
  max-width: 120px;
  width:;
  margin-right: 10px;
}

.shopname h1 span {
  display: block;
	white-space: nowrap;
}

.shopname p {
  position: absolute;
  right: 0;
  text-align: right;
}

.shopname a {
  display: none;
}

.shopname a.bg_btn {
  background-color: #005bab;
  display: table-cell;
  color: #fff !important;
  z-index: 999999;
  letter-spacing: 0.8px;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
	height: 66px;
  line-height: 66px;
  min-width: 180px;
}
.shopname a.bg_btn::before {
  content: url(../images/icon_mail.png);
  vertical-align: middle;
  padding-right: 5px;
}

.shopname .mousikomi img {
  position: relative;
  padding: 0;
  max-width: 230px;
  width: 100%;
}

.mainpoint_and_img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
	margin-bottom: 15px;
}

.twoblock {
	max-width: 1100px;
	margin: 5% auto 2%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
	justify-content: center;
	font-size: 28px;
	text-align: left;
}
.twoblock_img {
	margin: 0 50px 0 0 ;
}
.twoblock_img img{
	max-width: 100%;
}
.twoblock_title img{
	margin-bottom: 5px;
	max-width: 100%;
}
.twoblock_text{
	color: #005bab;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

@media only screen and (max-width: 414px) {
	.twoblock {
		max-width: 100%;
		margin: 5% 3% 0;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: left;
		font-size: 28px;
		text-align: left;
	}
	.twoblock_img {
		width: 20%;
		margin: 0 10px 0 0;
	}
	.twoblock_title{
		width: 80%;
		font-size: 13px;
		line-height: 1.4;
	}		
	.twoblock_title img{
		max-width: 200px;
	}
	.twoblock.twoblock_sp {
		flex-wrap: wrap;
	}
	.twoblock_sp .twoblock_img {
		width: 100%;
		margin: 0 0 15px;
		text-align: center;
	}
	.twoblock_sp .twoblock_text{
		font-size: 15px;
		text-align: center;
		width: 100%;
		margin-bottom:10%;
	}
	.shopname a.bg_btn {
		padding: 16px 0 0;
		letter-spacing: 0;
		font-size: 14px;
		line-height: 1;
		vertical-align: middle;
		text-align: center;
		height: 34px;
		width: 100%;
	}
	.shopname a.bg_btn::before {
		content: url(../images/icon_mail.png);
		vertical-align: middle;
		padding-right: 5px;
	}
}
#firstview {
  background: url(../images/bg_first.png);
	background-repeat: no-repeat;
	border-bottom: 7px solid #005bab;
	padding-bottom: 50px;
}

#firstview .width_content {
  padding: 2% 5% 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 414px) {
	#firstview {
		padding-bottom: 20px;
	}
		#firstview .width_content {
    padding: 3%;
  }
  .shopname {
    height: 50px;
		justify-content: space-between;
  }
	#inforamatin{
		margin-top: 20px;
		margin-bottom: 10%;
	}
}

#firstview .main_h1 {
  position: relative;
  display: inline-block;
  padding: 5% 0;
  width: 100%;
  color: #555;
  background: #fff;
  text-align: center;
  letter-spacing: -0.4px;
}

#firstview .main_h1 small {
  font-size: 18px;
}

#firstview .main_h1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

#firstview .main_img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#firstview ul {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

#firstview ul li {
  width: 100%;
  display: block;
  font-size: 21px;
  vertical-align: top;
  text-align: center;
  background: #ffffff;
  border: 7px solid #005bab;
  border-radius: 5px;
  padding: 2% 2%;
  margin-bottom: 3%;
}

@media only screen and (max-width: 414px) {
  #firstview ul li {
    font-size: 14px;
    text-align: center;
  }
  #firstview ul li b {
    line-height: 100%;
  }
}

#firstview ul li img {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}

#firstview ul li div {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
}

#firstview ul li b {
  line-height: 120%;
}

#firstview ul li b span {
  color: #ff0000;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#firstview ul li p {
  font-weight: bold;
  color: #005bab;
  background: #ffff00;
  border-radius: 20px;
  padding: 0;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 2%;
  font-size: 20px;
}

.car_logo {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  border: 5px solid #ea2e2e;
  background: #ffffff;
  border-radius: 5px;
  padding: 5% 2%;
}

.car_logo b {
  font-size: 27px;
  color: #ea2e2e;
  display: block;
  margin-bottom: 1%;
}

.car_logo img {
  width: 100%;
  max-width: 1000px;
}


/*タブレット用CSS*/

@media only screen and (min-width: 767px) and (max-width:1000px) {
  #firstview .main_h1 {
    font-size: 35px !important;
  }
  .main_h1 span {
    font-size: 60px;
  }
  #firstview .width_content {
    padding: 5% 2%;
    width: 100%;
    text-align: center;
  }
  .shopname p {
    position: absolute;
    text-align: right;
  }
  .shopname img {
    max-width: 245px;
    left: 2% !important;
  }
  #firstview ul {
    width: 42% !important;
  }
  #firstview ul li {
    width: 100% !important;
    padding: 2% 2% !important;
  }
}


/*タブレット・PC用CSS*/

@media only screen and (min-width:768px) {
  .shopname img {
    max-width: 245px;
    left: 5%;
  }
  .shopname p {
    position: absolute;
    right: 0;
    text-align: right;
    display: table;
  }
  .shopname a {
    display: table-cell;
    color: #005bab !important;
    z-index: 999999;
    letter-spacing: 0.5px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
  }
  .shopname .mousikomi::after {
    content: "";
    display: none;
  }
  .shopname .mousikomi img {
    position: relative;
    padding: 0;
    left: 0;
    width: 180px;
  }
  .mainpoint_and_img {
    overflow: auto;
    margin-bottom: 5%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .main_titleimg {
    width: 68%;
    display: block;
    vertical-align: bottom;
    position: relative;
  }
  #firstview .main_h1 {
    width: 85%;
    font-size: 41px;
  }
  #firstview ul {
    width: 35%;
    display: block;
    border-collapse: separate;
    border-spacing: 10px;
    vertical-align: bottom;
  }
  #firstview ul li {
    width: 95%;
    display: block;
    font-size: 25px;
    margin-bottom: 1%;
    font-size: 41px;
  }
  #firstview ul li img {
    margin-right: 1px;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  #firstview ul li div {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
  }
  #firstview ul li p {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0 3px 0;
    width: 100%;
    margin-bottom: 7%;
  }
  #firstview ul li b {
    display: block;
    font-size: 17px;
  }
  .car_logo {
    width: 100%;
    padding: 2% 1%;
  }
}

@media only screen and (max-width:980px) {
  .shopname a {
    display: none !important;
  }
  .shopname .bg_btn {
    display: inline-block !important;
  }
  .shopname h1 {
		font-size: 14px;
		align-items: end;
  }
}


/*車種別 PC用CSS*/

@media only screen and (min-width: 1000px) {
  #firstview .main_h1 {
    padding: 2% 0;
  }
}


/*----------------------------------------
インフォメーション
----------------------------------------*/

#inforamatin {}

#inforamatin .carmerit_img {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}


/*タブレット・PC用CSS*/

@media only screen and (min-width:768px) {}

@media only screen and (max-width: 414px) {
  #inforamatin .main_h1 span {
    line-height: 100%;
  }
  #inforamatin .main_h1 {
    line-height: 130%;
		font-size: 21px;
  }
}

@media only screen and (max-width: 320px) {
  #inforamatin .main_h1 span {
    font-size: 200%;
  }
}


/*----------------------------------------
お客様の声
----------------------------------------*/

#customer_voice {
  background: url(../images/bg_voice.png);
  padding: 5% 0;
}

#customer_voice ul{
	margin-top: 2%;
}

#customer_voice ul li {
    width: 90%;
    margin: 5% auto;
    display: block;
    font-size: 18px;
    background: #fff;
    border-radius: 5px;
    padding: 6% 6% 6% 6%;
}

#customer_voice ul li p{
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
}

#customer_voice ul li p b{
	color:#f24444;
}

#customer_voice ul li span{
	font-size:18px;
	display:block;
	text-align: right;
}

#customer_voice ul li img{
	width:100%;
	max-width:145px;
	display:block;
	margin:0 auto;
	vertical-align:middle;
	margin-bottom:10px;
}

/*タブレット・PC用CSS*/
@media only screen and (min-width:768px) {

#customer_voice{
	padding:3% 0;
}

#customer_voice ul li {
	width: 31%;
	margin:1%;
	padding: 1% 1.5% 1% 1.5%;
	display: inline-block;
}

#customer_voice ul li img{
	width:100%;
	max-width:145px;
	margin-bottom:10px;
	vertical-align:middle;
}

#customer_voice ul li span{
	text-align:right;
	margin-right:10px;
}
}


/*----------------------------------------
審査申し込みボタン
----------------------------------------*/

.sinsa_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sinsa_btn img {
  width: 100%;
}

.sinsa_btn-bottom {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.sinsa_btn-bottom img {
  width: 100%;
  max-width: 1100px;
}

.text_center{
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 32px;
	margin-top: 2%;
}
.text_center img{
	max-width: 70%;
}


/*PAD・スマホ用*/

@media only screen and (max-width:861px) {
	.sinsa_btn-bottom {
		width: 94%;
	}
	.sinsa_btn img {
    width: 100%;
    margin: 0 auto;
  }
  .sinsa_btn {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    display: inline-block;
  }
	.text_center{
		font-size: 15px;
		margin-top: 5%;
	}
}


/*----------------------------------------
フッター
----------------------------------------*/

.footer {
	margin-top: 10%;
  background: #b3cde6;
  padding: 2% 2% 7px 2%;
  line-height: 15px;
  font-size: 10px;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.footer div {
  margin-bottom: 0%;
}

.footer .tokutei b, .footer .privacy b {
  display: block;
  border-bottom: 1px solid #333;
}

.footer .privacy br {
  line-height: 10px;
}

.copyright {
  background: #005bab;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.pagelink {
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 1.5%;
  padding-top: 8px;
}

.pagelink a {
  display: inline-block;
  padding: 0 1%;
  color: 333333;
}

.otherinfo {
  padding: 3%;
  margin: 0;
  line-height: 18px;
  font-size: 10px;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

.otherinfo .tokutei b, .otherinfo .privacy b {
  padding-top: 1%;
  display: block;
  border-bottom: 1px solid #333;
  font-size: 17px;
  margin-bottom: 5px;
  padding-bottom: 6px;
}