/* リスト要素をリセットする ---------------- */
dl,dt,dd,ol,ul,li	{
	list-style-position: outside;
	list-style-type: none;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
html {
	color:#000;
	line-height:1.6;
	font-size: 18px;
}
body {
	background: #F2E6DD;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}


#contents {
	box-sizing: border-box;
}
#contents * {
	box-sizing: border-box;
}
img {
	max-width: 100%;
}



/* ---header--- */

header {
}

.header img {
	width: 100%;
	position: relative;
}

.header_box {
	position: absolute;
	top: 2%;
	left: 7.5%;
}
.header h1 {
	margin-bottom: 5vw;
	line-height: 1.4;
}
.header h1 span {
	display: block;
}
.header h1 .item_name {
	font-size: 10.3vw;
	font-weight: 900;
	line-height: 1.4;
}
.header h1 .item_name_sub {
	font-size: 4.8vw;
	font-weight: 500;
}
.header p {
	width: 26vw;
}
/* ---header--- */


/* お問い合わせ */
.contact {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.tel {
	font-size: 2.8rem;
	font-weight: 700;
}
.tel i {
	margin-right: 0.2em;
	font-size: 80%;
}
.tel a {
	color: #000;
}
.company_info {
	font-size: 0.8rem;
}






/* ---section-container--- */

.section {
	margin: 50px 0;
}

.sec_box {
	width: 90%;
	margin:  0 auto;
}

.section h2,
.performance .section h3 {
	margin-bottom: 30px;
	padding: 0.3em 5vw 0.3em 1.5vw;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
}
.sec_environment h2 {
	border-left: 3.5vw solid #F74A66;
}
.sec_practical h2 {
	border-left: 3.5vw solid #F4E179;
}
.sec_economic h2 {
	border-left: 3.5vw solid #4CD0C9;
}
.performance .sec_speed h3 {
	padding: 0 5vw 0 1.5vw;
	border-left: 3.5vw solid #F74A66;
}
.performance .sec_battery h3 {
	border-left: 3.5vw solid #F4E179;
}


/* e-appleの特長
------------------------------------------*/

.features {
	margin: 0 0 150px;
}

/* --- sec_practical--- */
/* 手軽に乗れて実用的 */

/* --- sec_economic--- */
/* とっても経済的 */
.features_list {
	display: flex;
	justify-content: space-around;
}
.features_list > div {
	padding: 10px 4%;
	border-right: 2px solid #000;
}
.features_list > div:first-child {
	width: 32%;
	padding-left: 0;
}
.features_list > div:nth-child(2) {
	width: 36%;
}
.features_list > div:last-child {
	width: 32%;
	padding-right: 0;
	border: none;
}





/* e-Appleの性能
------------------------------------------*/
.performance {
	margin-bottom: 60px;
}


.performance_img {
	width: 90%;
	margin: 0 auto 40px;
	position: relative;
	text-align: center;
}
.performance_img h2 {
	position: absolute;
	left: 0;
	top: -20px;
	font-size: 5vw;
	font-weight: 800;
	line-height: 1.4;
}


.sec_speed {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.sec_speed_txt {
	margin-right: 5%;
}
.maximum_speed {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 700;
}
.maximum_speed dt {
	margin-top: 0.3em;
	margin-right: 0.5em;
}
.maximum_speed dd span {
	margin: 0 0.1em 0 0;
	font-size: 3.3rem;
	position: relative;
}
.maximum_speed dd span:after{
	content: '';
	display: block;
	width: 1.8em;
	height: 1.8em;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -0.1em;
	left: -0.35em;
	z-index: -1!important;
}


/* sec_battery */
.sec_battery {
}


.battery_select {
	display: flex;
}

.battery_select_box {
	width: 50%;
}
.battery_select_box:first-child {
	padding-right: 5%;
	border-right: 2px solid #000;
}
.battery_select_box:last-child {
	padding-left: 5%;
}

.battery_select_box h4 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.6rem;
}
.battery_select_box ul {
	font-size: 1.2rem;
}
.battery_select_box ul li {
	padding: 0.5em 0 0.6em;
	background: url(../img/border_dot.png) repeat-x bottom left;
}
.battery_select_box ul li:last-child {
	background: none;
}


/* ---interior--- */

.interior,
.exterior {
	text-align: center;
	margin: 80px 0;
	width: 100%;
}

.interior h2,
.exterior h2 {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: 700;
}


.img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.img_list li {
	width: 32%;
	margin-bottom: 0.5em;
	text-align: center;
}
.img_list li p {
	padding: 0.8em 0.5em;
	font-size: 0.8rem;
}

.img_list li.img_list_txt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 2em;
}
.img_list li.img_list_txt div {
	width: 90%;
	padding: 20px 40px;
}
.interior .img_list li.img_list_txt div {
	background: #4CD0C9;
}
.exterior .img_list li.img_list_txt div {
	background: #F74A66;
}



.bn_blog {
	margin: 60px 0;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.sec_speed {
		display: block;
	}
	.sec_speed_txt {
		width: 90%;
		margin: 0 auto;
	}
	.performance .sec_speed h3 br {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 16px;
	}
	.section h2,
	.performance .section h3 {
		font-size: 2rem;
		font-weight: 700;
	}
	.performance .section h3 br {
		display: none;
	}
	
	.features_list {
		display: block;
	}
	.features_list > div:first-child,
	.features_list > div:last-child,
	.features_list > div:nth-child(2) {
		width: auto;
		padding: 1em 0;
		border: none;
		border-bottom: 2px solid #000;
	}
	.features_list > div:last-child {
		border: none;
	}
	
	.battery_select {
		display: block;
	}
	.battery_select_box {
		width: auto;
	}
	.battery_select_box:first-child {
		padding: 1em 0;
		border: none;
		border-bottom: 2px solid #000;
	}
	.battery_select_box:last-child {
		padding: 1em 0;
	}
	.battery_select_box ul {
		font-size: 1rem;
	}
	
	.interior h2,
	.exterior h2 {
		font-size: 2rem;
	}
	
	
}


@media screen and (max-width: 600px) {
	.img_list li {
		width: 49%;
	}
	.img_list li.img_list_txt div {
		width: auto;
	}
}