@charset "utf-8";


#details section:nth-child(even){
	background: #f1f1f1;
}

#details header{
	position: relative;
	width: 1200px;
	height: 400px;
	margin: auto;
	background: #000;
}
#details header .image{
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}
#details header .image img{
	width: 100%;
	height: auto;
	opacity: .5;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#details header .titile_container{
	position: absolute;
	left: 50%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	color: #FFF;
	width: 1000px;
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 7px;
}



#details .lv_h2{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 21px;
	margin: 0;
}


#details ul.columns li{
	display: table;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}
#details ul.columns li .photo{
	padding: 0 50px 0 0;
	display: table-cell;
	vertical-align: top;
	width: 300px;
}
#details ul.columns li .photo img{
	max-width: 100%;
	height: auto;
}
#details ul.columns li .cmt{
	display: table-cell;
	vertical-align: middle;
}
#details ul.columns li .cmt .title{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 2.0;
	color: #34be15;
}
#details ul.columns li .cmt .title:before{
	float: left;
	background:-webkit-gradient(linear,center top, center bottom, from(#4edf2d), to(#34be15));
	background:-moz-linear-gradient(top, #4edf2d, #34be15);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff4edf2d', endColorstr='#ff34be15');
	background: linear-gradient(to bottom, #4edf2d, #34be15);
	width: 2em;
	height: 2em;
	border-radius: 50%;
	text-align: center;
	line-height: 2.0;
	margin: 0 7px 0 0;
	color: #FFF;
	font-family: a-otf-ud-reimin-pr6n,sans-serif;
	font-weight: 300;
	font-style: normal;
}
#details ul.columns li:nth-of-type(1) .cmt .title:before{
	content: "1"
}
#details ul.columns li:nth-of-type(2) .cmt .title:before{
	content: "2"
}
#details ul.columns li:nth-of-type(3) .cmt .title:before{
	content: "3"
}
#details ul.columns li:nth-of-type(4) .cmt .title:before{
	content: "4"
}
#details ul.columns li:nth-of-type(5) .cmt .title:before{
	content: "5"
}
#details ul.columns li .cmt .txt{
	padding-bottom: 2em;
	font-weight: 400;
}
#details table tbody th{
	width: 200px;
}

#details dl.faq dt{
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 65px;
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	display: table;
}
#details dl.faq dt p{
	display: table-cell;
	vertical-align: middle;
}
#details dl.faq dt:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	content: "Q";
	color: #FFF;
	background: #1F4FBF;
	display: inline-block;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
#details dl.faq dt p span{
	font-weight: normal;
}

#details dl.faq dd{
	padding: 0 0 1em 65px;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#details dl.faq dd:before{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	content: "A";
	color: #FFF;
	background: #C8090C;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

#details #step .text20{
	background: #FFF;
	margin-bottom: 40px;
}
#details #step .text20 .title{
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}
#details #step .text20 .title .step{
	width: 100px;
	position: absolute;
	left: 0;
	top: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#details #step .text20 .title .step span{
	font-size: 25px;
}
#details #step .text20 .title:before{
	background: url("../../img/knowledge/bg_step.svg") no-repeat;
	width: 127px;
	height: 50px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
#details #step .text20 .title h2{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 140px;
	height: 50px;
	line-height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#details .head-photobox img{
	width: 95px;
	height: auto;
}

@media screen and (max-width: 979px) {
#details header{
	width: 100%;
	height: 250px;
}
#details header .image{
	height: 250px;
}
#details header .titile_container{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 24px;
}

#details ul.columns li{
	width: 95%;
	margin: auto;
}
#details ul.columns li .photo{
	padding: 0 1em 0 0;
	width: 35%;
}
}
@media screen and (max-width: 620px) {
#details header .image img{
	height: 100%;
	width: auto;
}
}

@media screen and (max-width: 480px){
#details #step .text20 .title h2{
	font-size: 18px;
}
}