@charset "UTF-8";
@media screen and (max-width: 768px) {

html {font-size: 62.5%}
	
.pc {display: none}	
.sp_img	{display: block}

	/* レイアウト
-------------------------------------*/

header {
	background-color: #0E1271;
	height: 60px;
	z-index: 100;
	position: fixed;
	width: 100%;
}
#headmenu {
	max-width: 748px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#headmenu:after {
	content: "";
	display: block;
	clear: both;
}
.logo {
	width: 120px;
	padding-left: 10px;
	float: left;
}
.logo img {
	width: 100%;
} 
.kcsjlogo {
	float: left;
	padding-top: 10px;
	margin-left: 15px;
}
.kcsjlogo img{
	width: 75%;
}


/* SP用メニュー
-----------------------------------------------------------------------*/
#gmenu {
	display: none
	}
.contactus {
	display: none
	}
	
.global-nav {
	position: fixed;
	right: -320px; /* これで隠れる */
	top: 0;
	width: 300px; /* スマホに収まるくらい */
	height: 100vh;
	padding-top: 40px;
	background-color: #000000;
	transition: all .4s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	opacity: 0.8;
	color: #EEEEEE;
}
.hamburger {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px; /* クリックしやすいようにちゃんと幅を指定する */
	height: 35px; /* クリックしやすいようにちゃんと高さを指定する */
	cursor: pointer;
	z-index: 300;
	border-radius: 2px;
	background-color: #eeeeee;
	font-size: 1.6rem;
}
.global-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.global-nav__item01 {
	text-align: center;
	padding: 0 14px;
	margin-top: 20px;
}
.global-nav__item {
	text-align: center;
	padding: 0 14px;
}
.global-nav__item a,.global-nav__item01 a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #ffffff;
	font-size: 1.6rem;
}
.global-nav__item a em,.global-nav__item01 a em {
	font-size: 1.1rem;
}
.global-nav__item a:hover,.global-nav__item01 a:hover {
	background-color: #eee;
	color: #333333;
}
.hamburger__line {
  position: absolute;
  left: 9px;
  width: 18px;
  height: 2px;
  background-color: #888888;
  transition: all .4s;
}
.hamburger__line--1 {
  top: 10px;
}
.hamburger__line--2 {
  top: 16px;
}
.hamburger__line--3 {
  top: 22px;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 16px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 16px;
}
/* ---------------------------------------------------------------------*/


.contents {
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	line-height: 0px;
}

#topimage {
	position: relative;
}
#topimage img{
	width: 100%;
}

/* キャッチコピー
-----------------------------------------------------------------------*/

.catchmain{
	opacity: 0;
	animation-name: cmain01;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	z-index: 10;
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 8%;
	margin: auto;
	text-align: center;
	-webkit-animation:cmain01 2s ease-out 1 forwards;
	-ms-animation:cmain01o 2s ease-out 1 forwards;
}
@keyframes cmain01 {
0% {
  opacity: 0;
	}
 100% {
  opacity: 1;
	} 
}
@-webkit-keyframes cmain01 {
0% {opacity: 0;}
100% {opacity: 1;} 
}
@-ms-keyframes cmain01 {
0% {opacity: 0;}
100% {opacity: 1;} 
}

.catchmain img{
		width: 100%;
	}	


/* 改行
-----------------------------------------------------------------------*/
.kaigyou {display: inline-block}
	

/* YouTUbe
-----------------------------------------------------------------------*/
.youtubeb {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/lp_youtube_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 40px;
}
.youtubeb:after{
	content: "";
	display: block;
	clear: both
	}
.youtubeb h2{
	color: #A40002;
	font-weight: bold;
	font-size: 2rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ywaku {
position: relative;
margin-left: auto;
	margin-right: auto;
	width: 100%;
  padding-top: 56.25%;
	}
.ywaku iframe {
  position: absolute;
  top: 0;
  right: 0;
	width: 100% !important;
	height: 100% !important;
	}	
.ywaku iframe:after{
	content: "";
	display: block;
	clear: both
	}
	
/* 黒帯
-----------------------------------------------------------------------*/

.wrap {
	background-color: #000000;
	text-align: center;
}

.title01 {
	background-image: url(/assets/images/kcsj/lp/used_car/title_back.jpg);
	background-repeat: repeat-y;
	max-width: 728px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	font-size: 1.7rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em
	}
.title01 h1{
	color: #FDC400;
	font-weight: bold;
	font-size: 2rem;
}
.title01 h2{
	font-weight: bold;
	font-size: 1.8rem;
}
.title01 h2 em{
	font-weight: bold;
	color: #FDC400;
}
.title01 h3{
	font-weight: bold;
	color: #FDC400;
	font-size: 2.1rem;
	display: inline-block;
	border-bottom: 5px solid #FDC400;
	margin-bottom: 10px;
}

/* 白本文
-----------------------------------------------------------------------*/

.contents01 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 728px;
	padding-left: 20px;
	padding-right: 20px;
}
.contents01 h3{
	font-size: 2.1rem;
	color: #FDC400;
	font-weight: bold;
	border-bottom: 6px solid #FDC400;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	line-height: 1.4em;
}
.contents01 h3.kuro{
	font-weight: bold;
	color: #000000;
	font-size: 2.1rem;
	display: inline-block;
	border-bottom: 5px solid #FDC400;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 1.4em;
}

.contents01 h2 {
	color: #A40002;
	font-weight: bold;
	font-size: 2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents02 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 728px;
	padding: 20px 20px;
}
.contents02 img{
	max-width: 100%;
}

.contents02 h5{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4em;
}
.waku {
	border: 1px solid #333333;
	margin-bottom: 10px;
	max-width: 100%;
}


/* 特長
-----------------------------------------------------------------------*/

.tokucyout {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tokucyout img{
max-width: 100%
	}
.tokucyout td{
	border: 1px solid #333333;
	text-align: left;
	padding-left: 20%;
	padding-top: 15px;
	padding-right: 4%;
	padding-bottom: 8px;
	vertical-align: top;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6em
}
.tokuchout01 {
	background-image: url(../image/back_no1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tokuchout02 {
	text-align: left;
	background-image: url(../image/back_no2.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tokuchout03 {
	text-align: left;
	background-image: url(../image/back_no3.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tokuchout04 {
	text-align: left;
	background-image: url(../image/back_no4.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.tokucyout td h4{
	font-size: 2rem;
	font-weight: bold;
}
.tokucyout td em{
	font-size: 1.3rem;
}


/* 種別
-----------------------------------------------------------------------*/

.syurui {
	padding: 15px;
	border: 1px solid #333333;
	margin-bottom: 40px;
}
.syurui:after{
	content: "";
	display: block;
	clear: both
	}
.syurui img{
	max-width: 100%;
}


.syubetu {
	width: 100%;
	margin-bottom: 10px;
}
.syubetu table{
	width: 100%;
	table-layout: fixed;
}
.syubetu tr{
	vertical-align: middle;
}
.syubetu td.kisyu{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1em;
	width: 700px;
}
.syubetu td.kisyu a{
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 5px
	}
.syubetu td.kisyu em{
	font-size: 1.3rem;
	font-weight: normal;
}
.syubetu td.jouken{
	background-color: #FDC400;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2em;
	padding: 1px
}
.syubetu td.jouken a{
	color: #000000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 8px 2px
	}
.syubetu td.linkb{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	width: 20%;
	font-size: 1.5rem;
}
.syubetu td.linkb a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}

.oilc {
	width: 100%;
	font-size: 1.5rem;
}
.oilc h6{
	background-color: #008b33;
	color: #FF9933;
	font-weight: bold;
	font-size: 1.8rem;
	text-indent: 20px;
	margin-bottom: 15px;
	text-align: left;
}
.syurui .oilcp{
	width: 100%;
	text-align: center;
	margin-right: 0;
}
.syurui .oilct{
	text-align: left;
}
.syurui .oilcp img{
	max-width: 80%;
}

/* 詳細ページ
-----------------------------------------------------------------------*/

.textleft {
	text-align: left;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.3rem;
}
.kisyutitle {
	/*padding-top: 40px;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.kisyutitle:after{
	content: "";
	display: block;
	clear: both
	}

.kisyumei {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	float: left;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 0.8em;
	vertical-align: middle;
	padding-top: 10px;
padding-bottom: 5px;
	}
.kisyumei em{
	font-size: 1.3rem;
	font-weight: normal;
}

.kisyujouken {
	background-color: #FDC400;
	width: 100%;
	float: left;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0E1271;
	line-height: 1.2em;
	padding-top: 8px;
padding-bottom: 8px}

.setumei {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	margin-top: 40px;
	text-align: left;
	font-size: 1.5rem;
}
.setumei:after{
	content: "";
	display: block;
	clear: both
	}
.setumei_title {
	border-bottom: 10px solid #0E1271;
		margin-bottom: 20px;
	}
.bangou {
	background-color: #0E1271;
	color: #FDC400;
	font-size: 4.5rem;
	font-weight: bold;
	display: inline-block;
	padding: 8px;
	line-height: 1em;
	margin-right: 10px;
	width: 50px;
	text-align: center;
    box-sizing: unset;
}
.midashi {
	font-size: 2.3rem;
	font-weight: bold;
	display: inline-block;
	width: 72%;
	line-height: 1.2em;
	}

.setumeibun {
	padding-left: 30px;
	padding-right: 30px;
	}
.setumeibun img{
	max-width: 90%;
	text-align: center;
	margin-top: 10px;
	}

.bun04 img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.gazou01,.gazou02 {
	text-align: center;
}
.gazou03, .gazou04 {
	text-align: center;
}


/* Q&A
-----------------------------------------------------------------------*/

.toggle_contents {
	border: 2px solid #cccccc;
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.toggle_title {
	position: relative;
	padding: 10px;
	cursor: pointer;
	text-align: left;
	line-height: 1.4;
}
.toggle_contents ul{
	padding: 10px;
	text-align: left;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.q_title {
	background-color: #0E1271;
	font-size: 3.5rem;
	font-weight: bolder;
	color: #FDC400;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.q_text {
	color: #0E1271;
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	line-height: 1.2em;
}
.a_title {
	background-color: #FDC400;
	font-size: 3.5rem;
	font-weight: bolder;
	color: #0E1271;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

.a_text {
	color: #000000;
	font-weight: normal;
	font-size: 1.5rem;
	display: inline-block;
	width: 81%;
	vertical-align: top;
	padding-left: 6px;
}
.a_text em{
	font-size: 1.3rem;
}
.a_text table th{
	background-color: #CCCCCC;
	padding: 6px;
	border: 1px solid #666666;
	width: 33.333%}
.a_text table td{
	padding: 6px;
	border: 1px solid #666666;
	}

/* 注記
-----------------------------------------------------------------------*/


.naka {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
.naka img{
	max-width: 100%;
	margin-top: 30px;
}

footer {
	font-size: 1.4rem;
}
}


/* 414px以下
-----------------------------------------------------------------------*/
	
@media screen and (max-width: 414px) {
.youtubeb {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 30px;
}
}

/* 380px以下
-----------------------------------------------------------------------*/
	
@media screen and (max-width: 380px) {
	
html {font-size: 2.45vw}

.title01 {
	font-size: 1.5rem;
	line-height: 1.5em
	}
.title01 h1{
	font-size: 2rem;
}
.title01 h2{
	font-size: 1.7rem;
}
.title01 h2 em{
	font-size: 1.9rem;
}
.title01 h3{
	font-size: 1.9rem;
	border-bottom: 4px solid #FDC400;
}
.contents01 h3{
	font-size: 1.9rem;
	line-height: 1.4em;
}
.contents01 h3.kuro{
	font-size: 1.9rem;
	border-bottom: 4px solid #FDC400;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 1.3em;
}
.contents01 h2 {
	font-size: 1.9rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bangou {
	padding: 6px;
	width: 40px;
}
.q_title {
	font-size: 3.2rem;
	padding-left: 6px;
	padding-right: 6px;
}
.q_text {
	font-size: 1.65rem;
}
.a_title {
	font-size: 3.2rem;
	padding-left: 6px;
	padding-right: 6px;
}

.a_text {
	font-size: 1.4rem;
	display: inline-block;
	width: 82%;
	vertical-align: top;
	padding-left: 5px;
}
.a_text em{
	font-size: 1.3rem;
}

}


/* 370px以下
-----------------------------------------------------------------------*/

@media screen and (max-width: 370px) {
	
.logo {
	width: 95px;
	padding-left: 10px;
	float: left;
}
.logo img {
	width: 100%;
} 
.kcsjlogo {
	float: left;
	padding-top: 5px;
	margin-left: 9px;
}
.kcsjlogo img{
	width: 70%;
}
.toggle_btn {
	width: 20px;
	height: 20px;
}
footer {
	font-size: 1.2rem;
}
.setumeibun {
	padding-left: 20px;
	padding-right: 18px;
	}
}


@media screen and (max-width: 330px) {

html {font-size: 2.6vw}

.bangou {
	background-color: #0E1271;
	color: #FDC400;
	font-size: 4rem;
	font-weight: bold;
	display: inline-block;
	padding: 6px;
	line-height: 1em;
	margin-right: 8px;
	width: 30px;
	text-align: center;
    box-sizing: unset;
}
.midashi {
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	width: 72%;
	line-height: 1.2em;
	}
}