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

.bland_lineup .lineup figure{
	margin-bottom:20px;
}

.product_guide .head .head_title {
	padding-bottom:50px;
	font-size: 2.4em;
    font-weight: bold;
	border-bottom: 1px solid #000;
}

.cv_intro_title {
	font-size: 2.6em;
	line-height:1.8em;
	padding:30px 0;
}

.product_guide .list {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top:20px;
    width: 960px;
}

.product_guide .list ul::after {
    clear: both;
    content: "";
    display: table;
}

.product_guide .list ul li {
    float: left;
    margin: 20px 20px 0 0;
    width: 225px;
}

.product_guide .list ul li:nth-child(4n) {
    margin-right: 0;
}

.img_pd {
	padding:20px 0;
}

.product_guide .list ul.img3 li {
    float: left;
    margin: 20px 19px 0 0;
    width: 307px;
}

.product_guide .list ul.img3 li:nth-child(3n) {
    margin-right: 0;
}

.product_guide .contents_note_bg {
    background: #ebebeb none repeat scroll 0 0;
    margin-top: 100px;
    padding: 85px 0;
}

.product_guide .contents_note_bg aside {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.product_guide .contents_note_bg dl {
	font-size:1.4em;
	line-height:1.6em;
}

.product_guide .contents_note_bg aside ul li {
	padding-left: 1em;
    text-indent: -1em;
}

.product_guide .contents strong + section.order_flow {
    margin-top: 20px;
}
.product_guide .contents section.order_flow {
    display: flex;
	padding:30px 0;
	border-bottom:1px solid #ccc;
}

.product_guide .contents section.order_flow dl dt::before {
	content:none;
}
.product_guide .contents section.order_flow dl dt {
    font-weight: bold;
    margin-top: 5px;
}


.product_guide .contents section.order_flow dl dt + dd {
    margin-top: 20px;
}

.product_guide .contents section.order_flow ul {
    border:none;
    margin-top: 15px;
	padding:0px;
}

.order_flow ul li {
	padding-left: 1em;
    text-indent: -1em;
	font-size:0.8em;
}

.product_guide .contents ul li + li {
    margin-top: 0px;
    padding-top: 0px;
	border:none;
}

.product_guide .contents section.order_flow span.order_flow_no {
	margin-right:0.8em;
	padding:5px 10px;
	font-size:1.2em;
	background:#333;
	color:#fff;
}



.product_guide .quality {
    color: #595959;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 960px;
}

.product_guide .quality strong + section {
    margin-top: 20px;
}
.product_guide .quality section {
    display: flex;
}

.product_guide .quality section dl {
    font-size: 1.6em;
    line-height: 1.8em;
}

.product_guide .quality section dl.quality_top {
	text-align:center;
	padding:10px 30px;
	border:1px solid #ccc;
}

.product_guide .quality section dl dt {
    font-weight: bold;
    margin-top: 5px;
}

.product_guide .quality section dl dt + dd {
    margin-top: 5px;
}

.product_guide .quality ul {
    margin-top: 15px;
    padding: 25px;
}

.product_guide .contents .quality_ul {
	border:none;
}

.product_guide .contents .quality_ul span {
	display:block;
	padding-bottom:10px;
	color:#d6000f;
	font-weight:bold;
}


.product_guide .contents ul.quality_ul figure figcaption {
    display: inline-block;
    font-size: 1.6em;
    line-height: 1.6;
    margin-left: 50px;
    vertical-align: middle;
    width: 750px;
}

.product_guide .contents .parts_name {
	margin-top:30px;
	padding:50px;
	text-align:center;
	border: 1px solid #ccc;
}

.page_technology {
	width:1000px;
	margin:70px auto 0 auto;
	padding-bottom: 110px;
	border-bottom: 1px solid #acacac;
}

.gv_technology {
    background-image: url("../images/common/visual_mask.png"), url("../images/technology/visual.jpg");
}

.gv_item_wheel {
    background-image: url("../images/common/visual_mask.png"), url("../images/item_wheel/visual.jpg");
}

.gv_other {
    background-image: url("../images/common/visual_mask.png"), url("../images/other/visual.jpg");
}

.item_wheel {
    border-bottom: 1px solid #acacac;
    margin-top: 70px;
    padding-bottom: 110px;
}


.item_wheel .head {
    color: #595959;
    text-align: center;
	margin-bottom:50px;
}


.item_wheel .head dt {
    font-size: 2.4em;
    font-weight: bold;
}

.item_wheel .head dd {
	margin-top:20px;
    font-size: 1.6em;
	line-height:1.8em;
	text-align:center;
}


.item_wheel .machlist {
    color: #595959;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 960px;
	border:1px solid #ccc;
}

.item_wheel .machlist_link a {
	display:block;
	padding:15px;
	width:930px;
	text-decoration:none;
	font-size:1.6em;
	color:#595959;
	transition: 0.4s ;
}

.item_wheel .machlist_link a:hover {
	background:#f1f1f1;
	color:#5bc0de;
}

.machlist img{
	vertical-align:middle;
	}

.machlist .arrow {
  position: relative;
  display: inline-block;
  /*padding-left: 20px;*/
}

.machlist .arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 96%;
  margin-top: -4px;
}

.gv_antenna {
    background-image: url("../images/common/visual_mask.png"), url("../images/tokuyaku/visual.jpg");
}


.gv_individual {
    background-image: url("../images/common/visual_mask.png"), url("../images/individual/visual.jpg");
}

.idv_intro_title {
	font-size: 1.8em;
	line-height:1.6em;
	padding:30px 0;
	text-align:left;
}

.idv_intro_text {
	text-align:left;
	font-size: 1.6em;
	line-height:1.6em;
}

.product_guide .contents .idv_name {
	margin:80px 0;
	text-align:center;
	border:none;
}

.product_guide .contents_idv_bg {
    padding: 85px 0;
}

.product_guide .bg_01 {
    background: #fff none repeat scroll 0 0;
}

.product_guide .bg_02 {
    background: #ebebeb none repeat scroll 0 0;
}

.product_guide .contents_idv_bg aside {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.product_guide .contents_idv_bg ul {
}

.product_guide .contents_idv_bg ul li {
	float:left;
}

.product_guide .contents_idv_bg ul li.namber {
	font-size:10em;
	color:#ccc;
}

.product_guide .contents_idv_bg ul li.namber_text {
	font-size:2.4em;
	line-height:1.4em;
	margin-left:5%;
	margin-right:5%;
	width:390px;
}

.product_guide .contents_idv_bg ul li.namber_text span {
	font-size:0.6em;
}

.product_guide .contents_idv_bg ul li.namber_btn {
	float:none;
	padding-top:20px;
}

.product_guide .link {
    text-align: center;
}

.product_guide .link a::after {
    content: "r";
    font-family: "arrow";
    font-size: 0.8em;
    left: 17px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.product_guide .link a:hover {
	background:#000 none repeat scroll 0 0;
}

.product_guide .link a {
    background: #09a1da none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    line-height: 60px;
    margin: 0 15px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    width: 310px;
}

.product_guide .contents_kit_bg {
    background: #EFEFF0 none repeat scroll 0 0;
    margin-top: 100px;
    padding: 85px 0;
	padding: 85px 0;
	border-top:1px solid #9FA0A0;
}

.product_guide .contents_kit_bg aside {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.product_guide .contents_kit_bg dl {
	font-size:1.4em;
	line-height:1.6em;
	text-align:center;
}

.product_guide .contents_kit_bg dt {
	font-size:1.8em;
	font-weight:bold;
}

.product_guide .contents_kit_bg dd.kit_text {
	text-align:left;

}

.product_guide .contents_kit_bg aside ul {
	margin:20px 0;
}

.product_guide .contents_kit_bg aside ul li.kit_img {
	float:left;
}

.product_guide .contents_kit_bg aside ul li.kit_img_none {
	float:none;
}


.product_guide .idv_list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 960px;
}


.product_guide .idv_list ul::after {
    clear: both;
    content: "";
    display: table;
}

.product_guide .idv_list ul li:nth-child(2n) {
    margin-right: 0;
}
.product_guide .idv_list ul li {
    float: left;
    margin: 20px 20px 0 0;
    width: 466px;
}


.gv_gallery {
    background-image: url("../images/common/visual_mask.png"), url("../images/gallery/visual.jpg");
}


.gallery_page {
    margin-top: 70px;
    padding-bottom: 110px;
}

.gallery_page .contents {
    color: #595959;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 960px;
}


.gallery_page .contents strong {
    background: #e5e5e5 none repeat scroll 0 0;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.gallery_page .lineup {
}

.gallery_page .lineup section {
    margin-top: 30px;
}

.gallery_page .lineup ul {
	
    
}

.gallery_page .lineup ul li {
    padding: 15px 0 0;
	text-align:center;
}

.gallery_page .lineup section a {
    color: #000;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    text-decoration: none;
}
.gallery_page .lineup section a figure figcaption {
    font-size: 1.4em;
    line-height: 1.6;
    margin-top: 10px;
}

.gallery_page .lineup section a figure img {
    opacity: 1;
    transition: all 0.5s ease 0s;
}



.news_detail{
	margin:50px auto 300px auto;
	width:960px;
}

.news_detail h2{
	margin-bottom:30px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:20px;
	border-left:7px solid #09a1da;
	border-bottom:1px solid #999;
	font-weight:bold;
	line-height:28px;
}

.news_detail p{
	font-size:16px;
	line-height:26px;
}

.news_img{
	margin:0 auto 30px auto;
	width:100%;
	text-align:center;
}

.item_features{
	font-size:16px;
	line-height:24px;
	color:333;
	}

.bv_gt{
	background-image:url(../images/lineup/bland/gt/visual.jpg)
	}
.bv_executor{
	background-image:url(../images/lineup/bland/executor/visual.jpg)
	}
.bv_professor{
	background-image:url(../images/lineup/bland/professor/visual.jpg)
	}
.bv_formula{
	background-image:url(../images/lineup/bland/formula/visual.jpg)
	}
.bv_werfen{
	background-image:url(../images/lineup/bland/werfen/visual.jpg)
	}
.bv_speed_star{
	background-image:url(../images/lineup/bland/speed_star/visual.jpg)
	}