@charset "UTF-8";
.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: 25%;
	right: 25%;
	bottom: 7%;
	margin: auto;
	text-align: center;
	-webkit-animation:cmain01 2s ease-out 1 forwards;
	-ms-animation:cmain01 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;} 
}

@media screen and (min-width: 769px) {

html {font-size: 62.5%;}
	
.pc {display: block;}	
.sp_img {display: none;}


/* レイアウト
-------------------------------------*/

header {
	background-color: #0E1271;
	height: 65px;
	z-index: 100;
	position: fixed;
	width: 100%;
}
#headmenu {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
}
#headmenu:after {
	content: "";
	display: block;
	clear: both;
}
.logo {
	padding-left: 20px;
	float: left;
}
.logo img {
	width: 100%;
	float: left;
} 
.kcsjlogo {
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

/* ナビゲーション
-------------------------------------*/
#gmenu {
	margin-left: auto;
	margin-top: 6px;
	position: absolute;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	vertical-align: top;
	font-size: 1.6rem;
}
#gmenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	transition: all 100ms 0s ease;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
	text-align: center;
	line-height: 1em;
}
#gmenu li a em {
	color: #ffffff;
	font-size: 60%;
	font-weight: bold;
}
#gmenu li a:hover {
	border-bottom: 2px solid #FFFFFF;
}
#gmenu li a:after {
	content: "";
	display: block;
	clear: both;
}
#gmenu li{
	display: inline-block;
}
.contactus {
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	line-height: 15px;
	font-size: 1.5rem;
}
.contactus li a{
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
}

.contents {
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
	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: 25%;
	right: 25%;
	bottom: 7%;
	margin: auto;
	text-align: center;
	-webkit-animation:cmain01 2s ease-out 1 forwards;
	-ms-animation:cmain01 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: 15%;
	padding-right: 15%;
	padding-bottom: 80px;
}
.youtubeb:after{
	content: "";
	display: block;
	clear: both
	}
.youtubeb h2{
	color: #A40002;
	font-weight: bold;
	font-size: 2.2rem;
	padding-top: 40px;
	padding-bottom: 40px;
}
.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;
    max-width: unset;
}

.title01 {
	background-image: url(/assets/images/kcsj/lp/used_car/title_back.jpg);
	background-repeat: repeat-y;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-size: 2rem;
	color: #FFFFFF;
	text-align: center;
	}
.title01 h1{
	color: #FDC400;
	font-weight: bold;
	font-size: 2.2rem;
}
.title01 h2{
	font-weight: bold;
	font-size: 2.5rem;
}
.title01 h2 em{
	font-weight: bold;
	color: #FDC400;
}
.title01 h3{
	font-weight: bold;
	color: #FDC400;
	font-size: 2.8rem;
	display: inline-block;
	border-bottom: 6px solid #FDC400;
	margin-bottom: 20px;
}

/* 白本文
-----------------------------------------------------------------------*/

.contents01 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}
.contents01 h3{
	font-size: 2.8rem;
	color: #FDC400;
	font-weight: bold;
	border-bottom: 6px solid #FDC400;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	line-height: 1.6em;
}
.contents01 h3.kuro{
	font-weight: bold;
	color: #000000;
	font-size: 2.8rem;
	display: inline-block;
	border-bottom: 6px solid #FDC400;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.6em;
}

.contents01 h2 {
	color: #A40002;
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents02 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1240px;
	padding: 40px 20px;
}
.contents02 img{
	max-width: 100%;
}

.contents02 h5{
	font-weight: bold;
	font-size: 2.2rem;
}
.waku {
	border: 1px solid #333333;
	margin-bottom: 40px;
	max-width: 100%;
}


/* 特長
-----------------------------------------------------------------------*/

.tokucyout {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	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: 11%;
	padding-top: 20px;
	padding-right: 4%;
	vertical-align: top;
	width: 50%;
	font-size: 1.6rem;
}
.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: 2.2rem;
	font-weight: bold;
}
.tokucyout td p em{
	font-size: 1.3rem;
	line-height: 1.5em;
}


/* 種別
-----------------------------------------------------------------------*/

.syurui {
	padding: 20px;
	border: 1px solid #333333;
	margin-bottom: 40px;
	box-sizing: border-box
}
.syurui:after{
	content: "";
	display: block;
	clear: both
	}
.syurui img{
	max-width: 100%;
}


.syubetu {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box
}
.syubetu tr{
	height: 60px;
	vertical-align: middle;
}
.syubetu td.kisyu{
	background-color: #000000;
	color: #FFFFFF;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 0.9em;
	width: 400px;
	vertical-align: middle;
	line-height: 0.7em;
}
.syubetu td.kisyu em{
	font-size: 1.35rem;
	font-weight: normal;
}
.syubetu td.kisyu a{
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 15px 10px 10px
	}
.syubetu td.jouken{
	background-color: #FDC400;
	font-weight: bold;
	width: 60%;
	font-size: 1.5rem;
}
.syubetu td.jouken a{
	color: #000000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 20px 10px
	}
.syubetu td.linkb{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	width: 12%;
	font-size: 1.6rem;
}
.syubetu td.linkb a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px
}
.oilc {
	width: 100%;
}
.oilc h6{
	background-color: #008b33;
	color: #FF9933;
	font-weight: bold;
	font-size: 2.2rem;
	text-indent: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.syurui .oilcp{
	float: left;
	width: 48%;
	text-align: left;
	margin-right: 20px;
}
.syurui .oilct{
	text-align: left;
	font-size: 1.6rem
}
.syurui .oilcp img{
	max-width: 100%;
}


/* 詳細ページ
-----------------------------------------------------------------------*/

.textleft {
	text-align: left;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.31rem;
}

.kisyutitle {
	/*padding-top: 60px;*/
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}
.kisyutitle:after{
	content: "";
	display: block;
	clear: both
	}

.kisyumei {
	color: #FFFFFF;
	background-color: #000000;
	width: 38%;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 0.8em;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 5px;
}
.kisyumei em{
	font-size: 1.5rem;
	font-weight: normal;
}

.kisyujouken {
	background-color: #FDC400;
	width: 62%;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: bold;
	color: #0E1271;
	line-height: 1.2em;
	padding-top: 10px;
padding-bottom: 5px}

.setumei {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	margin-top: 40px;
	text-align: left;
	font-size: 1.7rem;
}
.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: 5.6rem;
	font-weight: bold;
	display: inline-block;
	padding: 10px;
	line-height: 1em;
	margin-right: 10px;
	width: 50px;
	text-align: center;
    box-sizing: unset;
}
.midashi {
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-block;
	width: 80%;
	line-height: 1.2em;
	}

.setumeibun {
	padding-left: 30px;
	padding-right: 30px;
	}
.setumeibun img{
	float: right;
	max-width: 100%;
	}

.bun01,.bun02 {
	width: 45%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px
}
.bun03 {
	width: 60%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px
}
.bun04 {
	width: 48%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.bun04 img{
	width: 100%;
	padding-top: 10px
}

.gazou01,.gazou02 {
	width: 55%;
	display: inline-block;
}
.gazou03 {
	width: 40%;
	display: inline-block;
}
.gazou04 {
	width: 50%;
	display: inline-block;
	float: right;
}


/* Q&A
-----------------------------------------------------------------------*/

.toggle_contents {
	border: 2px solid #cccccc;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.toggle_title {
	position: relative;
	padding: 15px;
	cursor: pointer;
	text-align: left;
	line-height: 1.4;
}
.toggle_contents ul{
	padding: 15px;
	text-align: left;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #0052a4;
	display: block;
	width: 30px;
	height: 30px;
	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: 4.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;
	display: inline-block;
	width: 80%;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 2.2rem
}
.a_title {
	background-color: #FDC400;
	font-size: 4.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.6rem;
	display: inline-block;
	width: 89%;
	vertical-align: top;
	padding-left: 10px;
}
.a_text em{
	font-size: 1.4rem;
}
.a_text table th{
	background-color: #CCCCCC;
	padding: 6px;
	border: 1px solid #666666;
	width: 18%;
	}
.a_text table td{
	padding: 6px;
	border: 1px solid #666666;
	}
	

/* 注記
-----------------------------------------------------------------------*/

.note {
	font-size: 140%;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 40px;
}

.naka {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
.naka img{
	max-width: 100%;
	margin-top: 30px;
	}

.contactbutton {
	position: fixed;
	top: 75px;
	right: 0;
	z-index: 100;
	opacity: 0.8
}
}
