@charset "utf-8";

/**/

/*
.sb{
	height:540px;
}

.s-1{
	background:url(../img/index/s-1.jpg);
}

.s-2{
	background:url(../img/index/s-2.jpg);
}
*/

h1 img{
	margin-right:45%;
}

/**/

#ab-bk{
	background:#ff9c2a;
	position:relative;
}

#ab-bk::after{
	bottom:-28px;
	content:url(../img/index/bk-3.png);
	height:29px;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	width:113px;
}

#ab{
	margin-top:60px;
	max-width:1160px;
	padding-bottom:110px;
	padding-top:110px;
	text-align:center;
}

#ab p{
	color:#fff;
	font-size:15px;
	padding:20px 0;
}

/**/

#po-bk{
	background:url(../img/index/bk-2.jpg) center;
	background-size:cover;
}

#po{
	background-size:cover;
	max-width:1160px;
	padding-bottom:120px;
	padding-top:70px;
	text-align:center;
}

#po ul{
	margin:50px auto 0;
	max-width:1100px;
}

#po li{
	width:30%;
}

/**/

#co{
	max-width:1160px;
}

#co>div{
	margin:50px 0;
}

.ir{
	text-align:right;
}

.co-bx{
	background:#ff9c2a;
	padding:30px;
	position:relative;
	text-align:center;
	max-width:300px;
}

.co-bx p{
	color:#fff;
	font-size:15px;
	padding:15px 0;
	text-align:left;
}

.co-bx::after{
	border:30px solid transparent;
	border-bottom-width:20px;
	border-top-width:20px;
	bottom:0;
	content:"";
	height:0;
	margin:auto;
	position:absolute;
	top:0;
}

.ar::after{
	border-right-width:0;
	border-left-color:#ff9c2a;
	right:-30px;
}

.al::after{
	border-left-width:0;
	border-right-color:#ff9c2a;
	left:-30px;
}

/**/

#qu{
	max-width:1020px;
}

#qu h2{
	margin:60px 0;
	text-align:center;
}

#qu dl{
	font-size:15px;
	line-height:1.5em;
	user-select:none;
}

#qu dt{
	padding:10px 35px 10px 30px;
	position:relative;
}

#qu dt::before{
	content:"Q";
	color:#969696;
	font-size:22px;
	font-weight:bold;
	left:0;
	line-height:1em;
	position:absolute;
}

#qu dt::after{
	content:url(../img/index/a-1.png);
	cursor:pointer;
	height:17px;
	position:absolute;
	right:0;
	top:10px;
}

#qu .open::after{
	transform:rotate(180deg);
}

#qu dd{
	border-top:1px dashed #2e3031;
	font-weight:bold;
	height:0;
	margin-bottom:40px;
	overflow:hidden;
	padding:0 30px;
	position:relative;
}

#qu dd::before{
	content:"A";
	color:#3d5168;
	font-size:22px;
	font-weight:bold;
	left:0;
	line-height:1em;
	position:absolute;
}

#qu .open+dd{
	height:auto;
	padding-bottom:10px;
	padding-top:10px;
}

#qu-a{
	margin-bottom:60px;
	text-align:center;
}

/**/

@media(max-width:960px){

/*
.s-1,
.s-2{
	background-position:100%;
}
*/

h1 img{
	margin-right:0
}

}

/**/

@media(max-width:600px){

/*
.sb{
	height:300px;
}

.s-1,
.s-2{
	background-position:90%;
	background-size:cover;
}
*/


.sb{
	overflow:hidden;
}

.sb img{
	left:-90%;
	max-width:none;
	position:relative;
	width:200%;
}

h1 img{
	width:270px;
}

/**/

h2 img{
	transform:scale(.7);
	vertical-align:middle;
}

/**/

#ab{
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}

#ab p{
	font-size:13px;
	padding:10px 0;
}

#ab a{
	width:100px;
}

/**/

#po{
	padding-bottom:10px;
	padding-top:40px;
}

#po ul{
	flex-wrap:wrap;
	margin-top:0;
}

#po li{
	margin-top:10px;
	width:49%;
}

/**/

#co>div{
	margin:10px 0;
}

#co .df{
	position:relative;
}

.co-bx{
	padding:10px;
	width:100%;
}

.co-bx p{
	font-size:13px;
	margin:auto;
	max-width:300px;
	padding:10px 0;
}

#co a{
	width:100px;
}

.co-bx::after{
	display:none;
}

/**/

#qu h2{
	margin:10px 0;
}

#qu dl{
	font-size:13px;
}

#qu dt{
	padding-left:20px;
	padding-right:30px;
}

#qu dt::before{
	font-size:18px;
}

#qu dt::after{
	transform:scale(.5);
}

#qu .open::after{
	transform:rotate(180deg) scale(.5);
}

#qu dd{
	margin-bottom:0;
}

#qu dd::before{
	font-size:18px;
}

#qu dd{
	padding-left:20px;
	padding-right:30px;
}

#qu div{
	margin:10px 0;
}

#qu a{
	width:100px;
}

}