@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- s_often
	- s_search
	- s_category
	- s_list
	- s_detail

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#headtitle {
	background: url(../../cmn/img/c_headline_bg05.png) right bottom no-repeat;
	background-size: 90px auto;
}
#headtitle.list {
	min-height: 80px;
}

/*----------------------------------------
	s_often
-----------------------------------------*/
#s_often {
	margin: 16px 0 0;
	padding: 16px 0 38px;
	background-color: #f4f4f4;
}
#s_often .box01 h2 {
	margin: 0 0 12px;
}
#s_often .box01 ul {
	background-color: #fff;
	border-radius: 6px;
}
#s_often .box01 ul li + li {
	border-top: 2px solid #f4f4f4;
}
#s_often .box01 ul li a {
	display: block;
	padding: 16px 20px 16px 45px;
}
#s_often .box01 ul li p {
	position: relative;
}
#s_often .box01 ul li p:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 16px;
	width: 19px;
	height: 23px;
	background: url(../img/c_qicon_p02.png) 0 0 no-repeat;
	background-size: 19px auto;
}

/*----------------------------------------
	s_search
-----------------------------------------*/
#s_search {
	margin: 0 0 28px;
	padding: 30px 0 0;
}
#s_search .box01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#s_search .box01 h2 {
	position: absolute;
	top: -42px;
	left: 0;
	padding: 5px 10px;
	background-color: #0b004a;
	border-radius: 6px;
}
#s_search .box01 h2:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -10px;
	border-top: 14px solid #0b004a;
	border-left: 16px solid transparent;
	-webkit-transform: rotate(-8deg);
	    -ms-transform: rotate(-8deg);
	        transform: rotate(-8deg);
}
#s_search .box01 p {
	margin: 0 0 8px;
}
#s_search .box01 p input {
	width: 100%;
	height: 45px;
	padding: 0 20px;
	border: 2px solid #0b004a;
	border-radius: 6px;
}
#s_search .box01 p button {
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	border: none;
	outline: none;
	background: url(../img/i_search01.png) center center no-repeat;
	background-size: 21px auto;
	
}

/*----------------------------------------
	s_category
-----------------------------------------*/
#s_category {
	border-bottom: 1px solid #ddd;
}
#s_category .btnBox {
	margin: 0 0 30px 0;
}
#s_category .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
#s_category .btnBox li {
	width: 48%;
	height: 88px;
	margin: 0 0 10px;
}
#s_category .btnBox li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	padding: 10px 0 24px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
#s_category .btnBox li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 9px;
	height: 9px;
	margin: 0 0 0 -5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#s_category .conBox {
	margin-top: -72px;
	padding-top: 72px;
}
#s_category .conBox > dl {
	width: 100%;
}
#s_category .conBox > dl + dl {
	border-top: 1px solid #ddd;
}
#s_category .conBox > dl dt {
	position: relative;
	padding: 20px 20px;
}
#s_category .conBox > dl dt:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 9px;
	height: 9px;
	margin: -5px 0 0;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#s_category .conBox > dl dt.on:after {
	margin: -2px 0 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#s_category .conBox > dl dd ul {
	padding: 0 0 26px 20px;
}
#s_category .conBox > dl dd ul li {
	margin: 0 0 9px;
	padding-left: 1em;
}
#s_category .conBox > dl dd ul li > p {
	position: relative;
	height: 100%;
	padding: 0 0 0 15px;
}
#s_category .conBox > dl dd ul li > p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

/*----------------------------------------
	s_list
-----------------------------------------*/
#s_list {}
#s_list .conBox {
	margin: 0 0 40px;
}
#s_list .conBox ul li a {
	display: block;
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}
#s_list .conBox ul li a dl dt {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 38px;
}
#s_list .conBox ul li a dl dt::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 25px;
	height: 35px;
	background: url(../img/c_qicon_p01.png) 0 0 no-repeat;
	background-size: 25px auto;
}
#s_list .conBox ul li a dl dd {
	padding: 0 0 0 38px;
	line-height: 1.6;
	color: #666666;
}

/*----------------------------------------
	s_detail
-----------------------------------------*/
#s_detail {
	padding: 14px 0 0;
}
#s_detail .box01 {
	margin: 0 0 38px;
}
#s_detail .box01 h2 {
	position: relative;
	margin: 0 0 34px;
	padding: 0 0 0 44px;
}
#s_detail .box01 p {
	position: relative;
	padding: 0 0 0 44px;
}
#s_detail .box01 h2::before ,
#s_detail .box01 p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 35px;
}
#s_detail .box01 h2::before {
	background: url(../img/c_qicon_p01.png) 0 0 no-repeat;
	background-size: 30px auto;
}
#s_detail .box01 p::before {
	background: url(../img/c_answer_p01.png) 0 0 no-repeat;
	background-size: 30px auto;
}
#s_detail .box02 {
	margin: 0 0 40px;
	padding: 16px 0 38px;
	background-color: #f4f4f4;
}
#s_detail .box02 h3,
#s_detail .box02 h4 {
	margin: 0 0 12px;
}
#s_detail .box02 ul {
	background-color: #fff;
	border-radius: 6px;
}
#s_detail .box02 ul li + li {
	border-top: 2px solid #f4f4f4;
}
#s_detail .box02 ul li a {
	display: block;
	padding: 16px 20px 16px 45px;
}
#s_detail .box02 ul li p {
	position: relative;
}
#s_detail .box02 ul li p:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 16px;
	width: 19px;
	height: 23px;
	background: url(../img/c_qicon_p02.png) 0 0 no-repeat;
	background-size: 19px auto;
}
#s_detail .box03 {
	margin: 0 0 38px;
}
#s_detail .box03 h3,
#s_detail .box03 h4 {
	margin: 0 0 8px;
}
#s_detail .box03 ul {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
}
#s_detail .box03 ul li + li a {
	border-top: 1px solid #e5e5e5;
}
#s_detail .box03 ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	padding: 7px 30px 7px 7px;
}
#s_detail .box03 ul li a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	    -ms-transform: translate(0,-50%) rotate(45deg);
	        transform: translate(0,-50%) rotate(45deg);
}
#s_detail .box03 ul li a figure {
	overflow: hidden;
	display: table;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
}
#s_detail .box03 ul li a figure span {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
#s_detail .box03 ul li a figure img {
	width: 100%;
	height: auto;
	padding: 0 5px;
}
#s_detail .box03 ul li a > span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#s_detail .btn01 {
	position: relative;
	display: table;
	width: 250px;
	min-height: 40px;
	margin: 0 auto;
}
#s_detail .btn01 a {
	display: table-row;
}
#s_detail .btn01 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
#s_detail .btn01 a:after {
	left: 12px;
	-webkit-transform: translate(0,-50%) rotate(-135deg);
	    -ms-transform: translate(0,-50%) rotate(-135deg);
	        transform: translate(0,-50%) rotate(-135deg);
}
#s_detail .btn01 a > span {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #857fa4;
	padding: 10px 16px 10px 26px;
	border-radius: 3px;
}