@charset "utf-8";
/* ===========================================================


	Title: feature.css
	Created: 2017-9-21


=========================================================== */
/*

	feature-common
	feature-basic
	feature-highlights
	feature1
	feature2
	feature3


=========================================================== */
@media screen and (max-width: 766px){
}
@media screen and (max-width: 1024px) {
}
/* ===========================================================


	feature-common


=========================================================== */
/* title
........................................................... */
.title h1 {
	padding: 95px 0 0;
}
@media screen and (max-width: 1024px) {
	.title h1 {
		padding: 0 20px;
	}
}
.title_col2 {
	display: flex;
	justify-content:space-between;
}

/* aside
........................................................... */
aside {
	height: 75px;
}
aside ul {
	line-height: 30px;
}
aside li {
	padding: 5px 5px 0;
}
/* ===========================================================

	feature-basic

=========================================================== */
#feature-basic {
	width: 100%;
	padding:  370px 0 0;
}
#feature-basic main {
	width: 100%;
	text-align: center;
}
#feature-basic main p {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.feature-basic__read {
	padding: 50px 0 !important;
	font-size: 28px;
    font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: bold !important;
}
.feature-basic__image {
	width: 100%;
	height: 300px;
	background: url(../img/common/feature/basic.png) 50% 50% no-repeat;
	background-size: cover;
	margin: 0 0 40px;
}

/* ===========================================================

	feature-highlights

=========================================================== */
#feature-highlights h2 {
	position: relative;
	text-align: left;
	padding: 0 0 10px 60px;
	border-bottom: solid 3px #ccc;
	color: #DA0000;
}
#feature-highlights h2 span {
	font-weight: bold!important;
}
#feature-highlights h2:before,
#feature-highlights h2:after {
	display: none;
}
#feature-highlights h2 em {
	position: absolute;
	top: 0;
	left: -60px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	/*font-weight: 500;*/
	font-weight: normal !important;
	font-size: 82px;
	font-size: 8.2rem;
	color: #ccc;
}
@media screen and (max-width: 766px){
	#feature-highlights h2 {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 0 0 10px 40px;
	}
	#feature-highlights h2 em {
		left: -40px;
		font-size: 60px;
		font-size: 6.0rem;
	}
}

/* ===========================================================

	feature1

=========================================================== */
/* feature-table-a
........................................................... */
.feature-table-a th {
	vertical-align: middle;
	text-align: center;
}
.feature-table-a tr:first-child th {background-color: #f9b504;}
.feature-table-a tr:last-child th {background-color: #ffdc04;}
.feature-table-a tr:first-child td {background-color: #fff1d0;}
.feature-table-a tr:last-child td {background-color: #fff9d5;}
.feature-table-a tr table td {background: none !important;}

/* ===========================================================

	feature2

=========================================================== */
/* feature2-table
........................................................... */
.feature2-table {
	border-top: solid 1px #DA0000 !important;
	border-bottom: solid 1px #DA0000 !important;
}
.feature2-table tr:last-child th,
.feature2-table tr:last-child td {
	border-bottom: solid 1px #DA0000 !important;
}
.feature2-table th {
	background-color: #fff6bd;
}

/* ===========================================================

	feature3

=========================================================== */
.feature3-emphasis {
	border: solid 1px #DA0000 !important;
}
.feature3-emphasis th {
	padding-left: 20px !important;
}
.feature3-emphasis td {
	padding-right: 20px !important;
}
.feature3-emphasis tr:first-child th,
.feature3-emphasis tr:first-child td {
	padding-top: 20px !important;
}
.feature3-emphasis tr:last-child th,
.feature3-emphasis tr:last-child td {
	padding-bottom: 20px !important;
}