

/* acdi */
.acdi ul li,
.acdi ul li:hover{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.acdi > ul > li{
	position:relative;
	border:1px solid #e4e4e4;
	background:#fff;
	border-radius:2px;
	margin-top:10px;
    overflow:hidden;
    border-radius: 4px;
}
.acdi ul li:first-child{
	margin-top:0;
}
.acdi ul li.active,
.acdi ul li:focus,
.acdi ul li:hover{
	border-color:#005ea4;
}
.acdi ul li.opa{
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
}
.acdi ul li.opa:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}
.acdi ul li .qst{
	position:relative;
}
.acdi ul li .qst a{
	position: relative;
	display: block;
	color: #222;
	font-size: 18px;
	line-height: 26px;
	padding: 15px;
	text-decoration: none;
}
.acdi ul li .qst a.pl {
    padding-left: 60px;
}
.acdi ul li .qst a p{
	display:inline-block;
}
.acdi ul li .qst a span {
	display: inline-block;
    width: 30px;
    background-color: #aaa;
    border-radius: 50%;
	height: 30px;
	display: inline-block;
	color: #222;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -13px;
}
.acdi ul li.active .qst a span {
    background-color: #005ea4;
}
.acdi ul li .qst a:after{
	content:"";
	display:inline-block;
	width:18px;
	height:10px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-5px;
	background:url("../_img/ico_accordion1.png") no-repeat 0 0;
	
	-webkit-background-size:18px 20px;
	background-size:18px 20px;
}
.acdi ul li.active .qst a:after{
	background-position:0 100%;
}
.acdi ul li .answer{
	position:relative;
	padding:20px 0 25px;
	margin:0 20px;
	font-size:17px;
	line-height:1.5;color:#777;
	border-top:1px solid #f0f0f0;
	letter-spacing:-.025em;
	display:none;
}
.acdi ul li .answer h6 {
    line-height: 25px;
}
.acdi ul li .answer b{
	color:#222;
}
@media (max-width:768px){
	.acdi ul li .qst a {
		font-size: 15px;
		line-height: 20px;
		padding: 15px;
	}
    .acdi ul li .qst a.pl {
        padding-left: 40px;
    }
	.acdi ul li .qst a span {
		width: 25px;
		height: 25px;
		left: 10px;
		margin-top: -12px;
	}
	.acdi ul li.active .qst a span {
		background-color: #005ea4;
	}
	.acdi ul li .qst a:after{
		content:"";
		display:inline-block;
		width:18px;
		height:10px;
		position:absolute;
		top:50%;
		right:20px;
		margin-top:-5px;
		background:url("../_img/ico_accordion1.png") no-repeat 0 0;

		-webkit-background-size:18px 20px;
		background-size:18px 20px;
	}
	.acdi ul li.active .qst a:after{
		background-position:0 100%;
	}
	.acdi ul li .answer{
		position:relative;
		padding:20px 0 25px;
		margin:0 20px;
		font-size:16px;
		line-height:1.5;color:#777;
		border-top:1px solid #f0f0f0;
		letter-spacing:-.025em;
		display:none;
	}
	.acdi ul li .answer b{
		color:#222;
	}
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px) {
    .conbox {
        margin-top: 30px;
    }
}

/*t_list*/
.t_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 3px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 20px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 500;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 7px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 15px;
    }
}
/*n_list*/
.n_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 400;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 35px;
}
.n_list > li > strong {
    position: absolute;
    left: 0;
    top: -1px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #3099e7;
    font-weight: 800;
    border-radius: 50%;
    font-size: 1.2em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 14px;
        padding-left: 25px;
    }
    .n_list > li > strong {
        width: 22px;
        line-height: 22px;
    }
}
/*com2_list*/
.com2_list > li {
    padding-left: 155px;
}
.com2_list > li > span {
    font-weight: 500;
}
@media (max-width:768px) {
    .com2_list > li {
        padding-left: 0px;
    }
    .com2_list > li > span {
        display: block;
        position: relative;
    }
}
/*faq_sec01*/
#faq_sec01 {
	background-color: #f7f7f7;
	position: relative;
}
#faq_sec01 .arr_t {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media (max-width:768px){
	#faq_sec01 .arr_t img {
		width: 50px;
	}	
}
/*c_bl*/
.c_bl {
    color: #3099e7 !important;
}