
/***********************************************************************************************************************

features.css

***********************************************************************************************************************/

.features{
}
.sec_first{
	margin: 5% 0 0;
}
.features_wrap{
	position: relative;
	margin: 8% 0 0;
	padding: 5% 0;
	background: #ff6600 url("../../img/bg_features.svg") center center no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
.sec_first{
	margin: 8% 0 0;
}
.features_wrap{
	margin: 12% 0 0;
	padding: 8% 0;
}
}



/**********************************
h1〜
**********************************/
h1{
	font-size: 3.4rem;
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	color: #ff6600;
	margin-bottom: 1.2em;
}
h4.h4_features{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Aldrich', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	font-size: 16px;
	color: #fff;
	margin: 20px 0 0 0;
	transform: rotate(90deg);
	transform-origin: 2% 100%;
}

h6.h6_merit{
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: 600;
	color: #ff6600;
	text-align: center;
	padding: 0 5px;
}
.list_features li h6.h6_features{
	font-size: 2.4rem;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	padding: 0;
	margin: 0;
}

p.align_c_l{
	text-align: center;
}


@media screen and (max-width: 980px) {
h1{
	font-size: 2.8rem;
	font-size: 28px;
}
.list_features li h6.h6_features{
	font-size: 2.0rem;
	font-size: 20px;
}
}


@media screen and (max-width: 767px) {
h1{
	font-size: 2.0rem;
	font-size: 20px;
}
h4.h4_features{
	font-size: 1.0rem;
	font-size: 10px;
	transform-origin: 1% 100%;
}

h6.h6_merit{
	font-size: 1.6rem;
	font-size: 16px;
}
.list_features li h6.h6_features{
	font-size: 1.6rem;
	font-size: 16px;
}
p.align_c_l{
	text-align: justify;
}
p.align_c_l .resp_autowrap{
	display: inline;
}
}
	

/*** list_merit **********************************/
.list_merit{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 5% 0 0;
}
.list_merit li{
	width: 23.75%;
	padding: 5px 0 25px;
	background-color: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	border: 1px solid #e5e5e5;
}
.list_merit i{
	display: block;
	text-align: right;
	margin-bottom: 20px;
	font-family: 'Aldrich', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	font-size: 14px;
	height: 30px;
	line-height: 42px;
	color: #999;
	padding: 0 35px 0 0;
	background: url("../../img/icon_merit.svg") right 0 no-repeat;
	background-size: 32px 30px;
}


@media screen and (max-width: 1100px) {
.list_merit li{
	width: 48%;
	margin: 0 0 4%;
}
}

@media screen and (max-width: 767px) {
.list_merit{
	margin: 20px 0 0;
}
.list_merit i{
	margin-bottom: 15px;
	font-size: 1.2rem;
	font-size: 12px;
	height: 20px;
	line-height: 30px;
	padding: 0 24px 0 0;
	background-size: 21px 20px;
}
}

@media screen and (max-width: 640px) {
.list_merit li{
	width: 100%;
}
}



/*** list_features **********************************/
.list_features{
	display: flex;
	justify-content: space-between;
	flex-flow: column;
	margin: 0;
}
.list_features > li{
	width: 100%;
	padding: 0;
	margin: 20px 0;
	background-color: #fff;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
	border-radius: 6px;
}

.list_features_inner{
	margin: 30px 30px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_features_inner li.txt{
	width: 51.7241379310345%;
}
.list_features_inner li.txt.chart_txt,
.list_features_inner li.chart{
	width: 100%;
}
.list_features_inner li.photo{
	width: 43.859649122807%;
}

.list_features_inner li.txt dl{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.list_features_inner li.txt dl dt{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.list_features_inner li.txt dl dd{
	display: table-cell;
	width: 90px;
	vertical-align: middle;
}

.list_features_inner li.txt dl dd img{
	width: 90px;
	height: auto;
}


@media screen and (max-width: 767px) {
.list_features > li{
	margin: 10px 0;
}
.list_features_inner{
	margin: 15px;
}
.list_features_inner li.txt{
	width: 100%;
}
.list_features_inner li.photo{
	width: 100%;
}
.list_features_inner li.txt dl{
	margin-bottom: 10px;
}
.list_features_inner li.txt dl dd{
	width: 60px;
}
.list_features_inner li.txt dl dt{
	padding-left: 10px;
}
}


/*** float_itaku **********************************/
.float_itaku{
	margin: 20px 0 0;
	border: 1px solid #ccc;
}
.float_itaku th{
	vertical-align: top;
	font-size: 1.4rem;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 120px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	background-color: #000;
}
.float_itaku td{
	vertical-align: top;
	font-size: 1.4rem;
	font-size: 14px;
	padding: 20px 20px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.float_itaku td.bg_itaku{
	background-color: #fceadc;
}

.clr_orange{
	color: #ff6600;
}
.f16{
	font-size: 1.6rem;
	font-size: 16px;
}

.img_chart{
	margin-bottom: 20px;
}
.img_chart img{
	width: 100%;
	max-width: 350px;
	height: auto;
}

.list_image{
}
.list_image li{
	position: relative;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
.list_image li:before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
}

p.caution{
	display: none;
}
p.itaku_img{
	width: 100%;
	max-width: 870px;
	padding: 0;
	margin: 40px auto 0;
}
p.itaku_img img{
	width: 870px;
	height: auto;
}
p.itaku_img .pc{ }
p.itaku_img .sp{ display: none;}


@media screen and (max-width: 767px) {
.float_itaku th{
	font-size: 1.2rem;
	font-size: 12px;
	width: 70px;
}
.float_itaku td{
	font-size: 1.2rem;
	font-size: 12px;
	padding: 20px 10px;
}
.f16{
	font-size: 1.4rem;
	font-size: 14px;
}
p.itaku_img .pc{ display: none;}
p.itaku_img .sp{ display: inline;}
}


@media screen and (max-width: 500px) {
.itaku_wrap{
	padding: 0 0 10px;
	width: 100%;
	max-width: 500px;
	 overflow-x: auto;
     /* white-space: nowrap;*/
     -webkit-overflow-scrolling: touch;
}
.float_itaku{
	width: 500px;
	margin: 5px 0 0;
}
p.caution{
	display: inline;
	font-size: 10px;
	margin-top: 20px;
}
}




/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print{

}