@charset "utf-8";

.lineup .pageTitle h1 {
	background-image: url(../../img/lineup/icon_title01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 36px auto;
	padding: 5px 0 5px 56px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1 {
}
.sec1 h2{
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}
.sec1 h2 span{
	font-size: 18px;
}
.sec1_main{
	position: relative;
	background-image: url(../../img/lineup/grande/sec1_tit_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 18% 0;
}
.sec1_inner01 {
	background-image: url(../../img/lineup/grande/sec1_img01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 54% auto;
	padding: 40px 20px 35px;
}
.sec1_inner01_1 {
	width: 570px;
}

.sec1_inner {
	max-width: 900px;
}
.sec1_text01{
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 2;
	letter-spacing: 0.05em;
}
.sec1_btn01 a{
	display: block;
	border: solid 1px #939393;
	width: 230px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.more {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 15px;
	font-size: 14px;
}
.sec1_inner02 {
}
.sec1 ul.model_list {
}
.sec1 ul.model_list li {
	border-top: solid 1px #000;
	background-position: 95% bottom;
	background-repeat: no-repeat;
	background-size: 10.35% auto;
	margin-bottom: 30px;
	padding: 30px 20px 0;
}
.sec1 ul.model_list li.model01 {background-image: url(../../img/lineup/grande/sec1_img02_2.png);}
.sec1 ul.model_list li.model02 {background-image: url(../../img/lineup/grande/sec1_img03_2.png);}
.sec1 ul.model_list li.model03 {background-image: url(../../img/lineup/grande/sec1_img04_2.png);}
.sec1 ul.model_list li.model04 {background-image: url(../../img/lineup/grande/sec1_img05_2.png);}
.sec1 ul.model_list li.model05 {background-image: url(../../img/lineup/grande/sec1_img06_2.png);}
.model_img {
	float: left;
	width: 50.5%;
}
.model_info {
	float: right;
	margin-left: 4%;
	width: 45.5%;
}
.madel_name01 {
	position: relative;
	margin-bottom: 7px;
	padding-left: 17px;
	font-size: 12px;
}
.madel_name01:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #000000;
	margin: auto;
	width: 12px;
	height: 12px;
	z-index: 2;
}
.madel_name01:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 3;
}
.madel_name02 {
	color: #339999;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
.madel_name02 span {
	position: relative;
	top: -3px;
	display: inline-block;
	font-size: 12px;
	padding-left: 7px;
}
.sec1 ul.model_list li dl {
	padding: 0 5px;
	width: 62%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1 ul.model_list li dt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4;
}
.sec1 ul.model_list li dd {
	font-size: 12px;
}

/*---------------------------------------------------------
 All SP & Tablet 
 ---------------------------------------------------------*/
@media screen and (max-width:959px) {
.sec1_inner01 {
	background-position: center 20px;
	background-size: 507px auto;
	padding: 320px 20px 35px;
}
.sec1_inner01_1 {
	width: 100%;
}
}

/*---------------------------------------------------------
 All SP 
---------------------------------------------------------*/
@media screen and (max-width: 639px) {
.lineup .pageTitle h1 {
	background-position: left 0.45em;
	background-size: 24px auto;
	padding: 5px 0 5px 34px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1 h2 span{
	font-size: 14px;
}
.sec1_main{
	min-height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sec1_inner01 {
	background-position: center 15px;
	background-size: 90% auto;
	padding: 55% 3% 20px;
}
.sec1_inner01_1 {
	width: 100%;
}
.sec1_inner01 h3{
	margin-bottom: 25px;
	font-size: 21px;
}
.sec1_text01{
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.6;
}
.more {
	margin-bottom: 5px;
	font-size: 14px;
}

.sec1_inner02 {
}
.sec1 ul.model_list {
}
.sec1 ul.model_list li {
	border-top: solid 1px #000;
	background-position: 95% bottom;
	background-repeat: no-repeat;
	background-size: 10.35% auto;
	margin-bottom: 30px;
	padding: 30px 20px 0;
}
.model_img {
	float: none;
	margin-bottom: 15px;
	width: 100%;
}
.model_info {
	float: none;
	margin-left: 0;
	width: 100%;
}
.madel_name01 {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
}
.madel_name01:before {
	width: 10px;
	height: 10px;
}
.madel_name01:after {
	width: 6px;
	height: 6px;
}
.madel_name02 {
	margin-bottom: 10px;
	font-size: 18px;
}
.madel_name02 span {
	font-size: 11px;
	padding-left: 5px;
}
.sec1 ul.model_list li dl {
	padding: 0 3%;
	width: 90%;
}
.sec1 ul.model_list li dt {
	margin-bottom: 10px;
	font-size: 13px;
}
.sec1 ul.model_list li dd {
	font-size: 11px;
}
}