@charset "utf-8";
/* CSS Document */

/*  reSet
==================================*/
body {
	margin: 0 auto;
	padding: 0;
	color: #00001c;
	min-width: 1180px;
}
html {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans Japanese', "メイリオ", 'ＭＳ Ｐゴシック', Helvetica, Verdana, Arial, sans-serif
}

@media screen and (max-width: 768px) {
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	padding-top: 60px;
}
html {
	font-family: 'Noto Sans Japanese', Helvetica, Arial, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "Droid Sans", sans-serif;
}
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
a img, a span, a {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
p, li, dt, dd, th, td {
	line-height: 1.75em;
}
hr {
	clear: both;
	border: 0;
}
h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover img {
	opacity: 0.7;
}
/* loAding
==================================*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 1500;
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
/* heaDer
==================================*/
header {
	width: 100%;
	height: 40px;
	background-color: rgba(0,0,28,0.85);
	position: fixed;
	z-index: 1100;
}
header h1 {
	font-size: 0;
	line-height: 0;
	width: 170px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
}
header nav {
	width: 720px;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -500px;
}
header nav ol {
	list-style: none;
	height: 50px;
	padding-left: 1px;
	margin: 0 0 0 auto;
}
header nav ol li {
	float: left;
	height: 50px;
	;
	padding: 7px 5px 0 5px;
}
header nav ol li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	line-height: 25px;
	padding: 0 10px;
}
header nav ol li a:hover {
	border-bottom: solid 2px #fff;
}
header ul {
	list-style: none;
	width: 200px;
	position: absolute;
	top: 50px;
	right: 0;
}
header ul li {
	width: 95px;
	float: left;
	line-height: 0;
}
header ul li.last {
	width: 105px;
}

@media screen and (max-width: 768px) {
header {
	height: 60px;
	top: 0;
}
header h1 {
	width: auto;
	position: relative;
	left: auto;
	max-height: 60px;
	margin: 0 0 0 5px;
	float: left;
}
header h1 img {
	height: 60px;
}
header p.btn_menu {
	width: 60px;
	height: 60px;
	float: right;
	background: #e9e9e9;
	position: relative;
	cursor: pointer;
	padding: 0;
}
header p.btn_menu span.line01 {
	position: absolute;
	width: 34px;
	height: 3px;
	background: #534741;
	top: 16px;
	left: 13px;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
header p.btn_menu span.line02 {
	position: absolute;
	width: 34px;
	height: 3px;
	background: #534741;
	top: 29px;
	left: 13px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
header p.btn_menu span.line03 {
	position: absolute;
	width: 34px;
	height: 3px;
	background: #534741;
	top: 42px;
	left: 13px;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
body header p.open {
	background: #000;
}
body header p.open span.line01 {
	transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
	background: #fff;
	top: 30px;
}
body header p.open span.line02 {
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(style=0, opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
body header p.open span.line03 {
	transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
	background: #fff;
	top: 30px;
}
header nav {
	width: 100%;
	height: auto;
	top: 60px;
	right: 0;
	margin: 0;
	background-color: rgba(23,13,10,.8);
	display: none;
	background-image: none;
}
header nav ol {
	height: auto;
	padding: 0 0 15px;
	background: none;
	border-top: 1px solid #fff;
}
header nav ol li {
	float: none;
	height: auto;
	width: auto;
	background: none;
	border-bottom: 1px solid #fff;
}
header nav ol li a {
	text-align: center;
	padding: 10px 0 25px 0;
}
header ul {
	width: auto;
	position: relative;
	top: auto;
	right: auto;
	padding: 0 10%;
}
header ul li {
	width: 50%;
	float: left;
	text-align: center;
}
header ul li.last {
	width: 50%;
}
}
.sp_fix_menu{ display: none;}
@media screen and (max-width: 768px) {
.sp_fix_menu{ 
	display: inline;
	width: 100%;
	height: 24vw;
	background-color: rgba(0,0,28,0.8);
	position: fixed;
	z-index: 999;
	bottom: 0;
}
.sp_fix_menu ul{ 
	list-style: none;
	margin:5px;
}
.sp_fix_menu ul li{ 
	display: inline;
}
.sp_fix_menu ul li img{ 
	width:25%;
}
.sp_fix_drive{
	text-align: center;
	margin-top:5px;
}
.sp_fix_drive img{
	width:calc(100% - 10px);
}
/*
.sp_fix_menu a{
	color: #FFF;
	line-height: 40px;
	margin:10px;
	border:1px #FFF solid;
	width:75%;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: rgba(43,137,206,0.85);
}
	*/
}

/* visual
==================================*/
section#visual_box {
	position: relative;
}
section#visual_box>h2 {
	position: absolute;
	z-index: 1;
	width: 1000px;
	top: 140px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.8;
}
section#visual_box>h2>img {
	width: 480px;
}
section#visual_box>div#mainv {
	background-image: url("../img/vb01_bg.jpg");
	background-size: cover;
	background-position: center;
}
section#visual_box>div#mainv>span {
	background-image: url("../img/vb01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 780px;
	max-width: 1300px;
	margin: 0 auto;
}
section#visual_box>ul {
	list-style: none;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 200px;
	margin: -200px auto 0 auto;
	width: 100%;
	background: rgba(0,0,28,.8);
	position: relative;
	min-width: 1070px;
	font-size: 0;
}
section#visual_box>ul li {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin: 6px;
	width: 127px;
	height: 90px;
	background-size: cover;
	margin-top: 100px;
}
section#visual_box>ul li:nth-of-type(1) {
	background-image: url("../img/menu01.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(2) {
	background-image: url("../img/menu02.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(3) {
	background-image: url("../img/menu03.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(4) {
	background-image: url("../img/menu04.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(5) {
	background-image: url("../img/menu05.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(6) {
	background-image: url("../img/menu06.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(7) {
	background-image: url("../img/menu07.png");
	position: relative;
}
section#visual_box>ul li:nth-of-type(8) {
	background-image: url("../img/menu08.png");
	position: relative;
}
section#visual_box>ul li a {
	display: block;
	width: 127px;
	height: 90px;
}
section#visual_box>ul li a:hover {
	background: rgba(0,0,28,.5);
}
section#visual_box>ul li a img {
	position: absolute;
	bottom: 0;
	left: 0;
}
#main_price_box {
	position: absolute;
	bottom: 120px;
	z-index: 999;
	width: 100%;
}
.main_price {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.main_price_img{ width:360px;}
.main_simulation img{ width:430px;}
.main_price a:nth-child(2) {
	margin-left: 200px;
}
.main_price a:nth-child(3) {
	position: absolute;
	right: 0;
	bottom: 0;
}
.main_price a:nth-child(3) img{ width:95px;}
@media screen and (max-width: 768px) {
section#visual_box {
}
section#visual_box>h2 {
	width: 50%;
	top: auto;
	margin: 5vw;
}
section#visual_box>div#mainv>span {
	width: 100%;
	background-size: contain;
	background-position: top;
	height: 70vw;
	overflow: hidden;
}
section#visual_box>ul {
	width: 100%;
	min-width: 100%;
	height: 63vw;
	margin: -20vw auto 0 auto;
	padding: 30vw 0 0 0;
	background: rgba(0,0,28,1);
}
section#visual_box>ul li {
	font-size: 0;
	line-height: 0;
	display: inline-block;
	margin: 4px;
	width: 20%;
	height: 14vw;
	background-size: cover;
}
section#visual_box>ul li a {
	width: 100%;
	height: auto;
}
section#visual_box>ul li a img {
	width: 100%;
	height: auto;
}
#main_price_box {
	position: absolute;
	top: 48vw;
	z-index: 999;
	width: 100%;
}
.main_price {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

	
.main_price img.main_price_img{
	width: 60%;
	display: block;
	position: absolute;
	top:15px;
	left:25px;
}
.main_price .main_simulation{
	display: block;
	position: absolute;
	top:60px;
	left:24px;
	width: 87%;
	}
	
.main_price a:nth-child(2) {
	margin-left: 0px;
}
.main_price a:nth-child(3) {
	right: 6.5vw;
	top:10px;
	display: block;
	position: absolute;
}
.main_price a:nth-child(3) img {
	width: 18vw;
}
}
.contents {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.contents_block {
	width: 1000px;
	margin: 0 auto;
}
.contents2 {
	width: 100%;
	min-width: 1138px;
	margin: 0 auto;
	padding: 60px 0;
}
.contents_block2 {
	width: 1138px;
	margin: 0 auto;
}
.contents p, .contents2 p {
	font-size: 1.1em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.blue_box {
	background: #2b89ce;
	padding: 50px;
	color: #FFF;
}
.white_box {
	background: #FFF;
	padding: 50px;
}
.connect_box{
	background: #2b89ce;
	padding: 50px;
	color: #FFF;
}
.inline_b {
	display: inline-block;
}
.center {
	text-align: center;
}
.center_sp {
	text-align: center;
}
.mb60 {
	margin-bottom: 60px;
}
.mb10{ margin-bottom: 10px!important;}
.bold{ font-weight:bold;}
.btn a:hover img {
	opacity: 0.6;
}
.ttl h2 {
	text-align: center;
	margin: 0 auto;
}
.ttl img {
	width: 55%;
	margin-bottom: 30px;
}
.ttl h3 {
	text-align: center;
	line-height: 40px;
	font-size: 27px;
	color: #FFF;
	padding-bottom: 50px;
}
.ttl h3:before {
	display: block;
	content: "";
	background: url(../img/caption_bar.png) no-repeat center top;
	height: 20px;
}
.ttl h3:after {
	display: block;
	content: "";
	background: url(../img/caption_bar.png) no-repeat center bottom;
	height: 17px;
}
.ttl p {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 50px;
}
.ttl.black h3:before {
	display: block;
	content: "";
	background: url(../img/caption_bar2.png) no-repeat center top;
	height: 20px;
}
.ttl.black h3:after {
	display: block;
	content: "";
	background: url(../img/caption_bar2.png) no-repeat center bottom;
	height: 17px;
}
.ttl.black h3 {
	color: #170d0a;
}
.st1 {
	margin-bottom: 10px;
}
.pc {
	display: inline!important;
}
.sp {
	display: none!important;
}

@media screen and (max-width: 768px) {
.contents, .contents2 {
	min-width: 100%;
	padding: 20px 0;
}
.contents_block, .contents_block2 {
	width: 100%;
	padding: 0 2%;
	margin: 0 auto;
}
.contents p, .contents2 p {
	font-size: 0.9em;
    line-height: 1.4;
	margin-bottom: 20px;
}
.blue_box {
	padding: 30px 5%;
	color: #FFF;
}
.white_box {
	padding: 30px 5%;
}
.mb60 {
	margin-bottom: 30px;
}
.center_sp {
	text-align: left;
}
.ttl img {
	width: 100%;
	margin-bottom: 20px;
}
.ttl h3 {
	line-height: 1.3em;
	font-size: 1.3em;
	padding-bottom: 30px;
}
.ttl p {
	font-size: 1.1em;
	padding-bottom: 20px;
	line-height: 1.4;
}
.pc {
	display: none!important;
}
.sp {
	display: inline!important;
}
}
section#catch {
	background: #2b89ce;
	text-align: center;
	padding: 40px 0!important;
}
section#catch img {
	width:90%;
	
}
section#fuel {
	background: #eaf3fa;
}
.fuel_contents {
	clear: both;
	float: none;
}
.fuel_snow {
	margin-bottom: 50px;
}
.fuel_snow_img {
	float: right;
	width: 50%;
}
.fuel_snow_feature {
	float: left;
	width: 45%;
}
.fuel_snow_feature .st1 img{
	width:85%;
}
.st_fuel03 {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px;
}
.fuel_system {
	margin-bottom: 30px;
}
.fuel_system_block {
	width: 48%;
	display: inline-block;
	padding: 10px 4%;
}
.fuel_system_block2 {
	width: 100%;
	display: block;
	padding: 20px 4%;
	background: #FFF;
	color: #00001c;
}
.fuel_system_block:nth-child(1) {
	background: #FFF;
	margin-right: 30px;
	color: #00001c;
}
.fuel_system_block:nth-child(2) {
	background: #000;
}
.fuel_system_block h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.fuel_system_block h3 span {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}
.fuel_system_block2 h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.fuel_system_block2 h4 {
	font-size: 1.3em;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
section#catch {
	padding: 20px 0!important;
}
.fuel_snow_img {
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.fuel_snow_feature {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.fuel_snow {
	margin-bottom: 30px;
}
.st_fuel03 {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0;
}
.fuel_system_block {
	width: 100%;
	display: block;
	padding: 10px 3%;
}
.fuel_system_block:nth-child(1) {
	margin-right: 0px;
	margin-bottom: 10px;
}
.fuel_system_block h3 {
	font-size: 1.3em;
}
.fuel_system_block p {
	font-size: 0.9em;
	margin-bottom: 0;
}
}
section#design {
	background: #FFF;
}
.gallery_box {
	margin-bottom: 10px
}
.gallery_box .main {
	margin-bottom: 40px;
	position: relative
}

@media (max-width: 767px) {
.gallery_box .main {
	margin-bottom: 10px
}
}
.gallery_box .main img.pic {
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .15s;
	top: 0;
	z-index: 20
}
.gallery_box .main img.current {
	opacity: 1
}
.gallery_box .main img.bg {
	position: relative;
	z-index: 10
}
.gallery_box .thum {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (max-width: 767px) {
.gallery_box .thum {
	padding-left: 10px;
	padding-right: 10px
}
}
.gallery_box .thum>div {
	cursor: pointer;
	position: relative;
	width: calc((100% / 5) - 10px);
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.gallery_box .thum>div {
	margin-bottom: 5px;
width:calc((100% / 3) - (10px / 3))
}
}
.gallery_box .thum>div:after {
	border: 6px solid #2b89ce;
	content: '';
	display: block;
	height: calc(100% - 12px);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .15s;
	width: calc(100% - 12px);
	z-index: 20
}

@media (max-width: 767px) {
.gallery_box .thum>div:after {
	border-width: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
}
}
.gallery_box .thum>div:hover:after, .gallery_box .thum>div.current:after {
	opacity: 1
}
.gallery_box .thum>div img {
	position: relative;
	z-index: 10
}
#content01 .sec_cv_btn .bg_box {
	background: #000000;
	background: linear-gradient(to right, #000 0%, #000 30%, #fff 30%, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff', GradientType=1 )
}
section#color {
	background: #eaf3fa;
}

.color_caption{
	padding:20px 0;
	font-size: 0.8em;
	color:#808080;
}

section.appeal_box{
	background: #00001c;
	display: block;
}
section.appeal_box .contents_block2{
	background: url(../img/img_appeal01.png) right top no-repeat;
	background-size: contain;
	height: 500px;
}

section.appeal_box h2{ 
	padding:60px 0 30px 70px;
}
section.appeal_box h2 img{ 
	width: 430px;
}
section.appeal_box .btn_group > a > img{
	width: 480px;
	margin-bottom:20px;
	padding-left:70px;
}

section.appeal_box .btn_group ul{
	padding-left:70px;
	width: 500px;
}
section.appeal_box .btn_group ul li{
	display: inline-block;
	list-style: none;
	margin-right:10px;
}
section.appeal_box .btn_group ul li a img{
	width: calc((473px / 3) - 30px);
}

@media (max-width: 767px) {
	section.appeal_box{
		display: none;
	}
	.color_caption{
	padding:20px;
	color:#808080;
}
}


section#interior {
	background: #FFF;
}
.contents_interior { margin-bottom:30px;}
.contents_interior dl {
	width: 49.9%;
	float: left;
	margin-top: 2px;
}
.contents_interior dl:nth-child(2) {
	margin-left: 2px;
}
.contents_interior dd {
	text-align: center;
	margin-top: 5px;
	line-height: 1.4;
}
.contents_interior dd br {
	display: inline;
}
.contents_interior_top {
	position: relative;
}


.detail_harf {
	padding: 20px 0;
	margin-bottom: 20px;
}
.detail_harf dl{
	width: 48%;
	display: inline-block;
	margin-bottom: 20px;
}
.detail_harf dl:nth-child(1){
	float: left;
}
.detail_harf dl:nth-child(2){
	float: right;
}
.detail_harf dt {
	font-size: 1.2em;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
}
.detail_harf dd {
}
.detail_harf dt {
	text-align: center;
	padding: 0px;
}
.detail_harf dd {
	padding-top: 8px;
	margin-bottom:20px;
}
h4.st_box{ font-size: 2.4em; margin-bottom: 10px; text-align: center;}

.detail_harf dd h5{ font-size:1.2em;}
.detail_harf dd h5 span{ font-size:0.7em;}
@media screen and (max-width: 768px) {

h4.st_box{ font-size: 1.6em; margin-bottom: 10px;}
.detail_harf {
	padding: 10px 0;
	margin-bottom: 20px;
}
.detail_harf dl{
	width: 100%;
	display: block;
}
.detail_harf dl:nth-child(1){
	float: none;
}
.detail_harf dl:nth-child(2){
	float: none;
}
.detail_harf dd h5{ font-size:1em;}
.detail_harf dd h5 span{ font-size:0.6em;}
.detail_harf dd {
	padding-top: 0px;
}
}

.accordion {text-align: center;}
.accordion li{ list-style: none;}
.accordion .inner {display: none;}
.accordion p{cursor: pointer; }
.accordion p.acc_btn{ }
.accordion p.acc_btn img{ width:50%;}
.accordion .inner li{padding: 10px 0; position: relative;}
.accordion .inner li .btn_close{cursor: pointer; margin-top: 10px;}
.accordion .inner li.content1-1{ width: 1000px; margin: 0 auto;}

@media screen and (max-width: 768px) {
.accordion p.acc_btn img{ width:100%;}
.accordion .inner li.content1-1{ width: 100%;}
}
@media screen and (max-width: 768px) {
.contents_interior dl {
	width: 100%;
	float: none;
	margin-bottom: 2px;
}
.contents_interior dl:nth-child(2) {
	margin-left: 0px;
}
.contents_interior dd br {
	display: none;
}
.contents_interior dd {
	text-align: left;
}
.contents_interior_top {

}

}


section#accessory{
	background: #eaf3fa;
}

.accessory_item{ list-style: none; width:100%; margin-bottom: 30px;}
.accessory_item>li{display: inline-block; width:49.8%;}
.accessory_item>li img{ width:100%;}
dl.accessory_exlist { border: #2b89ce solid 1px; }
dl.accessory_exlist dt{background: #2b89ce; font-size: 1.8em; text-align: center; line-height: 1.8em;  color: #FFF;}
dl.accessory_exlist dd{ padding:25px;}
dl.accessory_exlist dd ul{}
dl.accessory_exlist dd ul li{display: inline-block; width:20%; margin:0 20px;}
.cap{ font-size:1em!important; margin-left: 25px; margin-bottom: 10px;}
@media screen and (max-width: 768px) {
.accessory_item{ margin-bottom: 0px;}
.accessory_item>li{display: block; width:100%;margin-bottom: 20px;}
dl.accessory_exlist dt{font-size: 1.6em;line-height: 1.3em; height: 65px; padding: 4px 10px; color: #FFF;}
dl.accessory_exlist dd{ padding:10px;}
dl.accessory_exlist dd ul li{width:45%; margin:0 2%; margin-bottom: 20px;}
.cap{ margin-left: 15px;}
}


section#safety {background: #FFF;}
section#safety .blue_box{ padding-bottom: 20px;}
.safety_anc_list{ list-style: none;}
.safety_anc_list li {display: inline-block;margin-right:14px; }
.safety_anc_list li:last-child {margin-right:0px; }
.safety_anc_list li a{ width:135px; background: #FFF; height:80px; text-align: center; display: inline-block; padding: 5px; color:#00001c; text-decoration: none; font-weight: bold; padding-top: 15px;}
.safety_anc_list li a:hover{background:#00001c; color: #FFF;}
.safety_anc_list li a br{ display: inline;}
.safety_box{ padding:30px; border:5px solid #2b89ce; border-top:none;}
.st_safety_box{ font-size:1.6em; text-align: center; margin-bottom: 10px;}
.safety_box dl{margin-bottom:40px;}
.safety_box dl dt{ background: #2b89ce;color:#FFF;font-size:1.6em; line-height: 1.5; text-align: center; padding:7px 20px; margin-bottom:20px;}
.safety_box dl dt span{ font-size:0.65em; display: block;}
.safety_box dl dd{ }

@media screen and (max-width: 768px) {
.safety_anc_list li {display: block;margin-right:0px; margin-bottom: 10px; }
.safety_anc_list li a{ width:100%; height:auto; display: block; padding: 10px 5px; font-size: 1.4em;}
.safety_anc_list li a:hover{background: #FFF; color:#00001c;}
.safety_anc_list li a br{ display: none;}
.st_safety_box{ font-size:1.5em; }
.safety_box dl dt{ font-size:1.4em; line-height: 1.3; text-align: center; padding:7px 10px; margin-bottom:15px;}
.safety_box dl dt span{ font-size:0.55em; margin-top:5px;}
.safety_box{ padding:15px;}
.safety_box dl:last-child{ margin-bottom:15px;}
}



section#connect {background: #FFF;}
.connect_box{
	background: #cae1f3;
	padding: 50px;
	width:1000px;
	margin:0 auto;
	color: #00001c;
}

.connect_box dl{margin-bottom:40px;}
.connect_box dl dt{ background: #2b89ce;color:#FFF;font-size:1.6em; line-height: 1.5; padding:15px 40px;}
.connect_box dl dt span{ font-size:0.65em; display: block;}
.connect_box dl dd { background: #FFF; padding:40px;}
.connect_box dl dd ul li { display: inline-block;}
.connect_box dl dd ul li:first-child { display: inline-block; width: 40%;}
.connect_box dl dd ul li:last-child { display: inline-block; width: 55%; float: right; background: #cae1f3; padding:20px; }
.st_connect { font-size:1.6em; margin-bottom: 10px;}
.st_connect span { font-size:0.6em;}
.connect_box dl dd ul.connect_mytoyota>li:first-child { width: 25%;}
.connect_box dl dd ul.connect_mytoyota>li:last-child { width: 70%; float: right;}
.connect_box dl dd ul.connect_line>li:first-child { width: 100%; display: block; margin-bottom:20px;}
.connect_box dl dd ul.connect_line>li:last-child { width: 100%; display: block;float: none;}

@media screen and (max-width: 768px) {
.connect_box {width:100%;padding: 30px 5%;}
.connect_box .st_box,.connect_box .center{ text-align: left;}
.connect_box dl dt{ font-size:1.4em; line-height: 1.3;  padding:7px 10px;}
.connect_box dl dd {  padding:15px;}
.connect_box dl dd ul li:first-child { width: 100%; display: block; margin-bottom:20px;}
.connect_box dl dd ul li:last-child { width: 100%; display: block;float: none;}
.connect_box dl dd ul li p{ margin-bottom:10px;}
.connect_box dl dd ul.connect_mytoyota>li:first-child { width: 60%; text-align: center; margin:0 auto; margin-bottom:20px;}
.connect_box dl dd ul.connect_mytoyota>li:last-child { width: 100%; float:none;}
.connect_box dl:last-child{ margin-bottom:0px;}
}
section#simulation {
	background: #cae1f3;
}
.st_simulation {
	font-size: 2em;
	color: #fff;
	text-align: center;
	background: #009dd8;
	line-height: 70px;
	font-weight: bold;
}
.st_simulation br {
	display: none;
}
section#c08>div {
	position: relative;
	z-index: 2;
}
section#c08>div>img {
	width: 78.7vw;
	max-width: 787px;
	display: block;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
section#c08>div>dl {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
section#c08>div>dl>dt>img {
	width: 100%;
}
section#c08>div>dl>dd {
	background: #fff;
}
section#c08>div>dl>dd>div {
	width: 90vw;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0
}
section#c08>div>dl>dd>div>img {
	width: 100%;
}
section#c08>div div#c08_1 {
}
section#c08>div div#c08_2 {
}
section#c08>div div#c08_2>div {
	background: #eaf3fa;
	text-align: center;
	padding: 30px 0;
}
section#c08>div div#c08_2>div img {
	width: 72.6vw;
	max-width: 726px;
}
section#c08>div div#c08_2>div a:hover>img {
	opacity: .7;
}
section#c08>div div#c08_3 {
}
section#c08>div div#c08_3>p {
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 2.0em;
}
section#c08>div div#c08_3>p>img {
	width: 68.3vw;
	max-width: 683px;
	margin-top: 10px;
}
section#c08>div div#c08_4 {
}

@media screen and (max-width: 1000px) {
section#c08>div>img {
	padding: 5vw 0 3vw 0;
}
section#c08>div>dl>dd {
	padding: 0 3%;
}
section#c08>div>dl>dd>div {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 5vw 0;
}
section#c08>div div#c08_2>div {
	padding: 3vw 0;
}
section#c08>div div#c08_3>p {
	padding-top: 2vw;
	font-size: 1.4vw;
	line-height: 2.0em;
}
section#c08>div div#c08_3>p>img {
	margin-top: 1vw;
}
}

@media screen and (max-width: 767px) {
section#c08>div div#c08_3>p {
	padding-top: 2vw;
	font-size: 2.4vw;
	line-height: 1.5em;
}
section#c08>div div#c08_3>p>img {
	width: 100%;
}
}

@media screen and (max-width: 768px) {
.st_simulation {
	font-size: 1.4em;
	height: 70px;
	line-height: 1.3em;
	padding: 10px 0;
}
.st_simulation br {
	display: inline;
}
}

/* s_menu
==================================*/
dl#s_menu {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}
dl#s_menu>dt>ul {
	text-align: center;
}
dl#s_menu>dt>ul>li {
	display: inline-block;
	margin: 5px;
}
dl#s_menu>dt>ul>li>a {
	display: block;
	width: 282px;
	height: 62px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
dl#s_menu>dt>ul>li:nth-of-type(1)>a {
	background: url("../img/smenu01.png");
}
dl#s_menu>dt>ul>li:nth-of-type(1)>a:hover {
	background: url("../img/smenu01_on.png");
}
dl#s_menu>dt>ul>li:nth-of-type(2)>a {
	background: url("../img/smenu02.png");
}
dl#s_menu>dt>ul>li:nth-of-type(2)>a:hover {
	background: url("../img/smenu02_on.png");
}
dl#s_menu>dt>ul>li:nth-of-type(3)>a {
	background: url("../img/smenu03.png");
}
dl#s_menu>dt>ul>li:nth-of-type(3)>a:hover {
	background: url("../img/smenu03_on.png");
}
dl#s_menu>dd>a {
	display: block;
	width: 726px;
	height: 112px;
	background: url("../img/smenu04.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto 0 auto;
}
dl#s_menu>dd>a:hover {
	background: url("../img/smenu04_on.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 768px) {
dl#s_menu {
	width: 100%;
	padding: 10px 0;
}
dl#s_menu>dt>ul>li {
	display: block;
}
dl#s_menu>dt>ul>li>a {
	width: 100%;
	height: 12vw;
}
dl#s_menu>dd>a {
	width: 100%;
	height: 18vw;
}
}
/*--gototop--*/
p#gototop {
	font-size: 0;
	line-height: 0;
	position: fixed;
	bottom: -150px;
	right: 30px;
	z-index: 1001;
}
p#gototop a {
	display: block;
	width: 70px;
	height: 70px;
}
p#gototop a img {
	width:50px;
}

@media screen and (max-width: 768px) {
p#gototop {
	position: fixed;
	bottom: -35px;
	right: 5px;
	width: 35px;
	height: 35px;
}
p#gototop a {
	width: 35px;
	height: 35px;
}
}


/* fooTer
==================================*/

footer{ width:100%; background: url(../img/footer_bg.jpg) no-repeat top center; background-size: cover; height:750px;}
.footer_box{width:1000px;margin:0 auto;height:650px; padding:100px;}

.footer_box h2{ text-align: center;}
.footer_box h2 img{ width:490px;}
.footer_box h3{ margin:110px 0 50px;}
.footer_box h3 img{ width:410px;}
footer .btn_group > a > img{
	width: 410px;
	margin-bottom:20px;
	padding-left:0px;
}

footer .btn_group ul{
	padding-left:0px;
	width: 500px;
}
footer .btn_group ul li{
	display: inline-block;
	list-style: none;
	margin-right:10px;
}
footer .btn_group ul li a img{
	width: calc((473px / 3) - 30px);
}

@media screen and (max-width: 768px) {
footer{ width:100%; background: #00001c url(../img/img_footer_sp.jpg) no-repeat bottom center; background-size: contain; height:auto;}
.footer_box{width:94%;padding:30px 3%;height:auto; padding-bottom:260px;}
	
.footer_box h2{ margin-bottom: 10px;}
.footer_box h2 img{ width:70%;}
.footer_box h3{ margin:0px; margin-bottom: 20px; text-align: center;}
.footer_box h3 img{ width:80%;}
footer .btn_group > a > img{
	width: 100%;
	margin-bottom:10px;
	padding-left:0px;
}

footer .btn_group ul{
	padding-left:0px;
	width: 100%;
}
footer .btn_group ul li,footer .btn_group ul li a{
	display: inline;
	list-style: none;
	margin-right:0px;
}
footer .btn_group ul li a img{
	width: 32.5%;
}
}



div#analytics {
	display: none;
}
.pc_disp_inline {
	display: inline !important
}
.pc_disp_inline_b {
	display: inline-block !important
}
.pc_disp_block {
	display: block !important
}
.pc_disp_table_c {
	display: table-cell !important
}
.pc_disp_table {
	display: table !important
}
.sp_disp_inline {
	display: none !important
}
.sp_disp_inline_b {
	display: none !important
}
.sp_disp_block {
	display: none !important
}
.sp_disp_table_c {
	display: none !important
}
.sp_disp_table {
	display: none !important
}

@media screen and (max-width: 767px) {
.pc_disp_inline {
	display: none !important
}
.pc_disp_inline_b {
	display: none !important
}
.pc_disp_block {
	display: none !important
}
.pc_disp_table {
	display: none !important
}
.pc_disp_table_c {
	display: none !important
}
.sp_disp_inline {
	display: inline !important
}
.sp_disp_inline_b {
	display: inline-block !important
}
.sp_disp_block {
	display: block !important
}
.sp_disp_table_c {
	display: table-cell !important
}
.sp_disp_table {
	display: table !important
}
}
.tab_disp_inline {
	display: none !important
}
#content04 .sec_color .color_box {
	max-width: 1040px;
	margin: 0 auto;
	padding: 30px ;
	background: #FFF;
}

@media (max-width: 767px) {
#content04 .sec_color .color_box {
	padding: 0
}
}
#content04 .sec_color .color_box .main {
	text-align: center;
	position: relative;
	padding-bottom: 55px
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .main {
	padding-bottom: 50px
}
}
#content04 .sec_color .color_box .main .box {
	opacity: 0;
	position: absolute;
	transition: all .15s;
	width: 100%
}
#content04 .sec_color .color_box .main .box.current {
	opacity: 1
}
#content04 .sec_color .color_box .main .box img {
	max-width: 830px
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .main .box img {
	max-width: 100%;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8)
}
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .box img {
	max-width: 100%;
	-webkit-transform: scale(0.74);
	-ms-transform: scale(0.74);
	transform: scale(0.74)
}
}
#content04 .sec_color .color_box .main .box .anno {
	margin-top: 25px;
	font-size: 1.2em;
	font-family: "Noto Sans Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .main .box .anno {
	margin-top: 10px
}
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .box .anno {
	font-size: 1em;
	font-family: "Noto Sans Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 1.6;
	margin-top: -7px
}
}
#content04 .sec_color .color_box .main .left_btn, #content04 .sec_color .color_box .main .right_btn {
	color: rgba(255,255,255,0);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	outline: none;
	height: 64px;
	position: absolute;
	top: calc(50% - 80px);
	transition: background .15s;
	width: 64px;
	z-index: 10
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .left_btn, #content04 .sec_color .color_box .main .right_btn {
	height: 32px;
	top: calc(50% - 45px);
	width: 32px
}
}
#content04 .sec_color .color_box .main .left_btn:hover, #content04 .sec_color .color_box .main .right_btn:hover {
	background-color: #4c4c4c
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .left_btn:hover, #content04 .sec_color .color_box .main .right_btn:hover {
	background-color: #000
}
}
#content04 .sec_color .color_box .main .left_btn {
	background: #000 url(../img/slider_left_btn_01.png) no-repeat center center;
	left: 0
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .left_btn {
	background-size: 10px;
	left: 10px
}
}
#content04 .sec_color .color_box .main .right_btn {
	background: #000 url(../img/slider_right_btn_01.png) no-repeat center center;
	right: 0
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .main .right_btn {
	background-size: 10px;
	right: 10px
}
}
#content04 .sec_color .color_box .thum {
	background-color: #e2e7f1;
	padding: 40px 0 40px;
	margin-bottom:40px;
}
@media (max-width: 767px) {
#content04 .sec_color .color_box .thum {
		margin-bottom:0px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .thum {
	padding-left: 0;
	padding-right: 0
}
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum {
	padding: 30px 0 22px;
	text-align: center
}
}
#content04 .sec_color .color_box .thum>div {
	display: table;
	width: 100%
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .thum>div {
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum>div {
	display: block;
	width: 100%
}
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum>div.top .color {
	padding: 0 25px;
	margin: 0 auto;
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .color_box .thum>div.top .btn {
	margin-bottom: 10px
}
}
#content04 .sec_color .color_box .thum>div.bottom {
	margin-top: 22px
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum>div.bottom {
	margin-top: 24px
}
}
#content04 .sec_color .color_box .thum h3 {
	display: table-cell;
	width: 40%;
	vertical-align: middle
}


}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum h3 {
	display: block;
	margin-bottom: 18px;
	width: 100%
}
}
#content04 .sec_color .color_box .thum h3 span {
	display: block;
	line-height: 1;
	padding-right: 43px;
	text-align: right
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum h3 span {
	padding-right: 0;
	text-align: center
}
}
#content04 .sec_color .color_box .thum h3 span:nth-child(1) {
	font-size: 1.6em;
	letter-spacing: 0;
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum h3 span:nth-child(1) {
	font-size: 1.4em;
	margin-bottom:10px;
}
}
#content04 .sec_color .color_box .thum h3 span:nth-child(2) {
	font-size:0.8em;
	margin-bottom:10px;
}
#content04 .sec_color .color_box .thum h3 span:nth-child(1)rem;
	letter-spacing: 0;
	margin-top: 3px
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum h3 span:nth-child(2) {
	font-size: 1rem;
	margin-top: 4px
}
}
#content04 .sec_color .color_box .thum .color {
	font-size: 0;
	display: table-cell;
	letter-spacing: 0;
	vertical-align: middle
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum .color {
	display: block
}
}
#content04 .sec_color .color_box .thum .color .btn {
	cursor: pointer;
	display: inline-block;
	position: relative
}

@media (max-width: 767px) {
#content04 .sec_color .color_box .thum .color .btn {
	margin: 0 8px 13px !important
}
}
#content04 .sec_color .color_box .thum .color .btn+.btn {
	margin-left: 16px
}
#content04 .sec_color .color_box .thum .color .btn img {
	border-radius: 50%;
	height: 32px;
	width: 32px;
	position: relative;
	z-index: 20
}
#content04 .sec_color .color_box .thum .color .btn:after {
	background-color: transparent;
	border: 3px solid #2b89ce;
	border-radius: 50%;
	content: '';
	display: block;
	height: 40px;
	opacity: 0;
	transition: all .15s;
	width: 40px;
	z-index: 10;
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto
}
#content04 .sec_color .color_box .thum .color .btn.current:after, #content04 .sec_color .color_box .thum .color .btn:hover:after {
	opacity: 1
}
#content04 .anno_txt{ color:#808080; font-size:0.8em;}
#content04 .sec_color .bottom_box {
	max-width: 1040px;
	margin: 0 auto;
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box {
	padding: 20px 15px 0
}
}
#content04 .sec_color .bottom_box h3 {
	font-size: 2em;
	margin-bottom: 3px;
	font-weight:bold;
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box h3 {
	font-size: 1.6em;
	line-height: 1.2;
	margin-bottom: 14px;
}
}
#content04 .sec_color .bottom_box .txt01 {
	font-size: 1.4em;
	margin-bottom:10px;
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .txt01 {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 5px
}
}
#content04 .sec_color .bottom_box .colmn {
	display: table;
	margin-bottom: 20px
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .colmn {
	display: block;
	margin-bottom: 0px
}
}
#content04 .sec_color .bottom_box .colmn>div {
	display: table-cell;
	vertical-align: top
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .colmn>div {
	display: block
}
}
#content04 .sec_color .bottom_box .colmn>div:nth-child(1) {
	padding-right: 50px
}

@media (min-width: 768px) and (max-width: 1200px) {
#content04 .sec_color .bottom_box .colmn>div:nth-child(1) {
	padding-right: 30px
}
}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .colmn>div:nth-child(1) {
	padding-top: 2px;
	padding-right: 0
}
}
#content04 .sec_color .bottom_box .colmn>div:nth-child(2) {
	padding-top: 7px;
	width: 494px
}

@media (min-width: 768px) and (max-width: 1200px) {

}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .colmn>div:nth-child(2) {
	width: 100%
}
}
#content04 .sec_color .bottom_box .colmn .txt02 {

}

@media (max-width: 767px) {
#content04 .sec_color .bottom_box .colmn .txt02 {

}
}
#content04 .sec_cv_btn .bg_box {
	background: #000000;
	background: linear-gradient(to right, #000 0%, #000 30%, #fff 30%, #fff 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff', GradientType=1 )
}
