@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/
html{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	margin:0;
	padding:0;
	font-size: 12px;
    letter-spacing: 2px;
    font-family:"游ゴシック", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif ;
	font-weight: normal;
	font-size: inherit;
	vertical-align:baseline;
	background-image:url("../images/ze914f/bg.jpg");
	background-color: #FFFFFF;
	background-size: contain;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

footer#common-footer {
    margin: 0px !important;
}

footer#common-footer .sns-links {
    margin: 0 !important;
	background-color: #FFFFFF;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}
.pc{
	display: none;
}
.sp{
	display: block;
}

.contents_wrap{
	width:1000px;
	height:8500px;
	padding:25px;
	margin:0 auto;
	clear:both;
	background-color:#FFFFFF;
	border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	/*box-shadow:0px 0px 0px 3px #bdc4cc inset;
	-moz-box-shadow:0px 0px 0px 3px #bdc4cc inset;
	-webkit-box-shadow:0px 0px 0px 3px #bdc4cc inset;*/
}
@font-face {
  font-family:'twfont';
  src:url('../font/twfont.eot');
  src:url('../font/twfont.eot?#iefix') format('embedded-opentype'),
      url('../font/twfont.woff') format('woff'), 
      url('../font/twfont.ttf') format('truetype'),
      url('../font/twfont.otf') format('opentype');
}
a{
	text-decoration: none;
}
/*a:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}*/
a:hover img.hoverclear {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pagetop{
	width:50px;
	height:60px;
    position:fixed;
    right:10px;
    bottom:0px;
    cursor:pointer;
	z-index:100;
}
.gmanu_line{
    width: 100%;
    height: 49px;
    background-color: #0b3d80;
    clear: both;
	border-bottom:solid 1px #DCDCDC;
}
.gmanu_line_inner{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    clear: both;
}
.nav_menu01{
	display: block;
	width: 33%;
	height: 49px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #0b3d80;
	color: #ffffff;
	float: left;
	border-bottom:solid 1px #DCDCDC;
}
.nav_menu02{
	display: block;
	width: 33%;
	height: 49px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #0b3d80;
	color: #ffffff;
	float: left;
	border-bottom:solid 1px #DCDCDC;
	border-left:solid 1px #DCDCDC;
}
.nav_menu03{
	display: block;
	width: 33%;
	height: 49px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	background-color: #0b3d80;
	color: #ffffff;
	float: left;
	border-bottom:solid 1px #DCDCDC;
	border-left:solid 1px #DCDCDC;
}
.nav_menu01:hover {
	background-color:#00b98d;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color:#FFFFFF;
}
.nav_menu02:hover {
	background-color:#00b98d;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color:#FFFFFF;
}
.nav_menu03:hover {
	background-color:#00b98d;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color:#FFFFFF;
}
.nav_text{
    font-weight: bold;
	font-size:13px;
}

.main{
	width:100%;
	height:100%;
	clear:both;
}
.mainimg_wrap{
	width:100%;
	height:400px;
}
.mainimg{
	width:1200px;
	height:400px;
	margin:0 auto;
}
.mainimg_sp{
	display:none;
}
h2.catch_line{
    width: 100%;
    height: 60px;
    clear: both;
    margin: 0 auto;
    background-color:#0b3d80;
	/*background-image: linear-gradient(90deg, rgba(0, 185, 141, 1), rgba(4, 137, 136, 1) 20%, rgba(11, 61, 128, 1));*/
    color: #FFFFFF;
	font-family: "Noto Sans Japanese";
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
	text-shadow: 0px 0px 5px #004ba8;
}

#anchor01,#anchor02,#anchor03{
	padding-top: 75px;
	margin-top: -75px;
}
.point_wrap{
	width:100%;
	height:400px;
	background-color:#e0e8f2;
	overflow: hidden;
}
.point_inner{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.point01{
	width:50%;
	height:auto;
	float:left;
}
.point02{
	width:50%;
	height:auto;
	float:left;
}
img[src$="point01.png"] {
	width:100%;
}
img[src$="point02.png"] {
	width:100%;
}



.reco_wrap{
	width:100%;
	height:890px;
	background-color:#f4f4f4;
}
.reco_inner{
	width:1200px;
	height:890px;
	margin:0 auto;
}
.reco_line01{
	width:380px;
	height:890px;
	margin-right:30px;
	float:left;
}
.reco_line02{
	width:380px;
	height:890px;
	float:left;
}
.reco_block{
	width:380px;
	height:400px;
	float:left;
	margin-top:30px;
	background-color:#FFFFFF;
	border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
}
.reco_car-jp{
	width:100%;
	height:20px;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
.reco_car-en{
	width:100%;
	height:30px;
	text-align:center;
	font-weight:900;
	font-size:38px;
	font-family: "Noto Sans Japanese";
	letter-spacing: 0px;
}
.reco_car-en_{
	width:100%;
	height:26px;
	text-align:center;
	font-weight:900;
	font-size:26px;
	font-family: "Noto Sans Japanese";
	letter-spacing: 0px;
	line-height: 60px;
}
.reco_car-img{
	width:90%;
	margin:0 5%;
}
img[src$="voxy.png"] {
	width:100%;
}
img[src$="aura.png"] {
	width:100%;
}
img[src$="yaris.png"] {
	width:100%;
}
img[src$="levorg_layback.png"] {
	width:100%;
}
img[src$="alphard30.png"] {
	width:100%;
}
img[src$="corolla_cross.png"] {
	width:100%;
}
/*-----------------------ボタン-----------------------*/
.btn01{
	width:290px;
	height:82px;
	margin:0 auto;
}
.btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size:30px;
	text-align: center;
	text-decoration: none;
	/*background-color: #00b98d;*/
	background-image: linear-gradient(125deg, rgba(0, 185, 141, 1), rgba(4, 137, 136, 1) 20%, rgba(11, 61, 128, 1));
	border-radius: 5px;
	box-shadow: 0 6px 0 #000000, 0 12px 0 rgba(0,0,0,0.2);
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
	font-family: "Noto Sans Japanese";
	font-weight: 900;
	letter-spacing:1px;
}
.btn a:hover {
	color: #FFFFFF;
	/*background-color: #00b98d;*/
	background-image: linear-gradient(125deg, rgba(0, 185, 141, 1), rgba(4, 137, 136, 1) 20%, rgba(11, 61, 128, 1));
	box-shadow: 0 3px 0 #000000, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.btn a:active {
	color: #FFFFFF;
	/*background-color: #00b98d;*/
	background-image: linear-gradient(125deg, rgba(0, 185, 141, 1), rgba(4, 137, 136, 1) 20%, rgba(11, 61, 128, 1));
	box-shadow: 0 0 0 #000000, 0 0 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	transition-duration: 0.1s;
}
/*-----------------------ボタン-----------------------*/


.tab_btn{
	width:22%;
	height:82px;
	float:left;
}
.m_r{
	margin:0 4% 0 0;
}
.m_tr{
	margin:40px 4% 0 0;
}
.m_t{
	margin:40px 0 0 0;
}
.clearboth{
	width:100%;
	height:50px;
	clear:both;
}
.clear_sp{
	display:none;
}





.tabs_wrap{
	width:100%;
	height:auto;
	background-color:#f4f4f4;
	overflow:hidden;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1200px;
  margin: 30px auto;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/7);
  height: 50px;
  border-bottom: 3px solid #0abab5;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab_12:checked ~ #tab_12_content,
#tab_13:checked ~ #tab_13_content,
#tab_14:checked ~ #tab_14_content,
#tab_15:checked ~ #tab_15_content,
#tab_16:checked ~ #tab_16_content,
#tab_17:checked ~ #tab_17_content,
#tab_18:checked ~ #tab_18_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0abab5;
  color: #fff;
}



.sizelist_wrap{
	width: 1200px;
    /* height: 900px; */
    margin: 50px auto;
}
.sizelist_title01{
	width:100%;
	height:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.sizelist_title02{
	width:100%;
	height:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.sizelist01{
	width:100%;
	margin: 0 auto;
}
#contents_body {
	width: 100%;
	height: auto;
	background-color: #e0e8f2;
	overflow:hidden;
}
#contents_body .table_size {
	margin: 0px 0px 1em;
	border-top: 1px solid #D3E7F4;
	border-left: 1px solid #D3E7F4;
	width: 100%;
}
#contents_body .table_size th {
	border-right: 1px solid #D3E7F4;
	border-bottom: 1px solid #D3E7F4;
	font-size: 9px;
	line-height: 130%;
	padding: 5px;
	text-align: center;
	background: #BBDAEE;
}
#contents_body .table_size td {
	border-right: 1px solid #D3E7F4;
	border-bottom: 1px solid #D3E7F4;
	font-size: 10px;
	line-height: 130%;
	padding: 10px 5px;
	text-align: center;
	background: #EDF5FA;
}
#contents_body .table_size td.rim {
	background: #FFFFFF;
}
#contents_body .table_size td.rim_noline {
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}
#contents_body .table_size td.size {
	font-weight: bold;
	text-align: left;
}
#contents_body .table_size td.eco {
	color: #009944;
	font-weight: bold;
}
#contents_body .table_size td.eco_b {
	font-weight: bold;
}
#contents_body .table_size tr.odd td {
	background: #FFFFFF;
}
#contents_body .table_size_labeling {
	border-top: 1px dotted #009944;
	border-left: 1px dotted #009944;
	width: 100%;
}
#contents_body .table_size_labeling th {
	border-right: 1px dotted #009944;
	border-bottom: 1px dotted #009944;
	background: #FFFFDD;
	padding: 5px 10px;
	white-space: nowrap;
	font-weight: bold;
	color: #009944;
	text-align: center;
}
#contents_body .table_size_labeling td {
	border-right: 1px dotted #009944;
	border-bottom: 1px dotted #009944;
	padding: 5px 10px;
	background: #FFFFDD;
}

table a:link{
    color:#004ba8;
	font-weight:bold;
	text-decoration:none;
}
table a:visited{
    color:#004ba8;
	text-decoration:none;
}
table a:hover{
    color:#6a9ad1;
	text-decoration:none;
}
table a:active{
    color:#6a9ad1;
	text-decoration:none;
}


#tabwrap { 
    background: #fff; 
    overflow: hidden; 
    width: 600px;
    min-height: 300px;
    margin: 60px auto;
    box-shadow: 0 0 20px #ddd;
    border: 1px solid #ddd;
}
#tabs li { list-style: none; }
#tabs li a { 
    float: left; 
    display: block;
    background: #777;
    padding: 10px;
    color: #fff;
    width: 25%;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #555;
    border-left: 1px solid #888;
    font-size: 15px;
    text-shadow: 1px 1px 0 #000;
}
  
#tabs li a:hover { background: #666; }
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }
  
#tabs li.current a { 
    background: #fff; 
    color: #666; 
    text-shadow: 1px 1px 0 #fff;
}
  
#content > div {
    clear: both;
    padding: 20px;
    line-height: 19px;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    display: none;
}
  
#content .current { display: block; }
#content #home.first { display: block; }
#content p { margin: 0 0 20px 0;}



.gp_01{
	width:100%;
	height:200px;
	margin-top:50px;
	background-color:#FFF;
	clear:both;
	overflow:hidden;
}
.gp_img{
	width:1000px;
	height:200px;
	margin:0 auto;
}
.gp_menu01{
	width:100%;
	height:100px;
	background-color:#FFF;
}
.button_wrap01{
	width:1000px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
}
.css3button01 {
	width:380px;
	height: 70px;
	margin-top:10px;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	padding:15px 10px;
    line-height: 1.4em;
	background-color:#bf0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #bf0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		float:left;
		margin-left:100px;
		/*position:relative;
		top:316px;
		left:73px;*/
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
		
}
.css3button01:hover{
    color:#bf0000;
	background-color:#FFFFFF;
	text-shadow:none;
	text-decoration:none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.css3button02 {
	width:380px;
	height: 70px;
	margin-top:10px;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
	padding:15px 20px;
    line-height: 1.4em;
	background-color:#bf0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #bf0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		float:left;
		margin-left:40px;
		/*position:relative;
		top: 262px;
		left: 384px;*/
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.css3button02:hover{
    color:#bf0000;
	background-color:#FFFFFF;
	text-shadow:none;
	text-decoration:none;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.buttontext{
	font-size:16px;
	font-weight:bold;
}
@media (max-width:960px) {
.links{
	display:none;
}
}
@media (min-width:480px) {
.headerlogo_wrap_sp{
	display:none;
}
.headerlogo_sp{
	display:none;
}
.headertel_sp{
	display:none;
}
}

@media (max-width:480px) {
body{
	background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-size: 0;
}
footer#common-footer .sns-links {
    margin: 0 !important;
}
.tel{
	font-size:8px !important;
}
.gp_01{
	display:none !important;
}
.gp_menu01{
	display:none !important;
}
.button_wrap01{
	display:none !important;
}
#pc_footer{
	display:none !important;
}
img[src$="label_k_b.gif"] {
	width:unset;
}
img[src$="label_w_b.gif"] {
	width:unset;
}
.gmanu_line_inner{
    width: 100%;
}
.nav_menu01{
	width:33% !important;
}
.nav_menu02{
	width:33% !important;
}
.nav_menu03{
	width:33% !important;
}
.nav_text{
	font-size:10px !important;
}
.mainimg{
	width: 100%;
	height: auto;
}
.mainimg_wrap{
	width: 100%;
	height: auto;
}
	
img[src$="main01.png"] {
	width:100%;
	/*margin-bottom: -6px;*/
}
h2.catch_line{
    font-size: 18px;
}
#anchor01,#anchor02,#anchor03{
	padding-top: 100px;
	margin-top: -100px;
}
.point_wrap{
	width:100%;
	height:auto;
	background-color:#e0e8f2;
	overflow-x:hidden;
}
.point_inner{
	width:100%;
	height:auto;
	margin:0 auto;
}
.point01{
	width:100%;
	height:auto;
	float:none;
	clear:both;
}
.point02{
	width:100%;
	height:auto;
	float:none;
	clear:both;
}

img[src$="point01.png"] {
	width:100%;
}
img[src$="point02.png"] {
	width:85%;
	margin-left: 15%;
}
.inline{
	display: inline;
}
.reco_wrap{
	width:100%;
	height:auto;
	overflow: hidden;
}
.reco_inner{
	width:100%;
	height:auto;
	background-color:#f4f4f4;
	overflow: hidden;
}
.reco_line01{
	width: 370px;
    height: auto;
    margin: 0px auto;
    float: none;
    clear: both;
    /* background-color: #FFFFFF; */
    overflow: hidden;
}
.reco_line02{
	width: 370px;
    height: auto;
    margin: 0px auto;
    float: none;
    clear: both;
    /* background-color: #FFFFFF; */
    overflow: hidden;
	margin-bottom: 30px;
}
.reco_block{
	width:370px;
	height:auto;
	float:none;
	padding: 10px 0 20px 0;
}
.tab_btn{
	width:290px;
	float:none;
	clear:both;
	margin:10px auto !important;
}
.m_r{
	margin:0;
}
.m_tr{
	margin:0;
}
.m_t{
	margin:0;
}


.tabs{
	width:100%;
}
.tab_item{
	font-size:10px;
}
.sizelist_wrap{
	width: 90%;
    margin: 10px 5% 30px;
}
.sizelist_title01{
	clear:both;
}
.sizelist_title02{
	clear:both;
}
.sizelist01{
	width:100%;
	margin:0;
	float:none;
	clear:both;
}
.sizelist02{
	width:100%;
	margin:0;
	float:none;
	clear:both;
}
#contents_body .table_size td.eco {
	display: none;
}
#contents_body .table_size th {
	display: none;
}
}
@media (max-width:350px) {
.nav_text{
	font-size:8px !important;
}
}