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

	index CSS

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

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

/*----------------------------------------
	common
-----------------------------------------*/
#headtitle {
	background: url(../../cmn/img/c_headline_bg05.png) right 50px bottom 26px no-repeat;
}
#headtitle.side.list {
	padding: 4px 0 42px;
}

/*----------------------------------------
	s_often
-----------------------------------------*/
#s_often {
	margin: 65px 0 0;
	padding: 50px 0 70px;
	background-color: #f4f4f4;
}
#s_often .box01 {
	padding: 34px 40px;
	background-color: #fff;
	border-radius: 6px;
}
#s_often .box01 h3 {
	margin: 0 0 12px;
}
#s_often .box01 ul {
	margin: 0 0 0 -40px;
	font-size: 0;
}
#s_often .box01 ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 0 0 40px;
	font-size: 1.4rem;
}
#s_often .box01 ul li p {
	position: relative;
	min-height: 52px;
	padding: 17px 0 0 60px;
}
#s_often .box01 ul li:nth-child(n+3) p {
	margin: 17px 0 0;
	border-top: 1px solid #ddd;
}
#s_often .box01 ul li p:before {
	content: '';
	position: absolute;
	left: 10px;
	width: 28px;
	height: 32px;
	background: url(../img/c_qicon_p02.png) 0 0 no-repeat;
}

/*----------------------------------------
	s_search
-----------------------------------------*/
#s_search {
	margin: -70px 0 44px;
	padding: 130px 0 0;
}
#s_search .box01 {
	position: relative;
	width: 750px;
	margin: 0 auto;
}
#s_search .box01 h3 {
	position: absolute;
	top: -80px;
	left: -60px;
	padding: 11px 20px;
	background-color: #0b004a;
	border-radius: 6px;
}
#s_search .box01 h3:after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin: 0 0 0 -12px;
	border-top: 22px solid #0b004a;
	border-left: 28px solid transparent;
	-webkit-transform: rotate(-8deg);
	    -ms-transform: rotate(-8deg);
	        transform: rotate(-8deg);
}
#s_search .box01 p {
	position: relative;
	margin: 0 0 12px;
}
#s_search .box01 p input {
	width: 100%;
	height: 70px;
	padding: 0 70px 0 20px;
	border: 2px solid #0b004a;
	border-radius: 6px;
}
#s_search .box01 p button {
	position: absolute;
	right: 0;
	width: 70px;
	height: 70px;
	border: none;
	outline: none;
	background: url(../img/i_search01.png) center center no-repeat;
	
}

/*----------------------------------------
	s_category
-----------------------------------------*/
#s_category {}
#s_category .btnBox {
	margin: 0 0 50px -12px;
	font-size: 0;
}
#s_category .btnBox li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
	font-size: 2.0rem;
}
#s_category .btnBox li a {
	position: relative;
	display: block;
	padding: 38px 0 44px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
#s_category .btnBox li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin: 0 0 0 -6px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#s_category .conBox + .conBox {
	margin-top: 60px;
}
#s_category .conBox > dl {
	display: table;
	width: 100%;
	padding: 4px 0 0;
}
#s_category .conBox > dl + dl {
	margin: 60px 0 0;
}
#s_category .conBox > dl dt ,
#s_category .conBox > dl dd {
	display: table-cell;
	vertical-align: top;
}
#s_category .conBox > dl dt {
	width: 274px;
	padding: 0 20px 0 5px;
}
#s_category .conBox > dl dt p {
	position: relative;
	padding: 0 0 0 14px;
}
#s_category .conBox > dl dt p:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	height: 1.2em;
	border-left: 6px solid #e92020;
}
#s_category .conBox > dl dd {
	padding: 4px 0 0;
}
#s_category .conBox > dl dd ul {
	font-size: 0;
}
#s_category .conBox > dl dd ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding-left: 20px;
	font-size: 1.6rem;
}
#s_category .conBox > dl dd ul li > p {
	position: relative;
	height: 100%;
	padding: 0 0 8px 20px;
	border-bottom: 1px solid #ddd;
}
#s_category .conBox > dl dd ul li > p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
}
#s_category .conBox > dl dd ul li:nth-child(n+4) > p {
	margin: 20px 0 0;
}

/*----------------------------------------
	s_contact
-----------------------------------------*/
#s_contact {
    margin: 0 0 94px;
}

/*----------------------------------------
	s_list
-----------------------------------------*/
#s_list {
	margin: 0 0 100px;
	padding: 20px 0 0;
}
#s_list .inner {
    width: 890px;
}
#s_list .conBox {
	margin: 0 0 60px;
}
#s_list .conBox ul li + li {
	margin: 44px 0 0;
}
#s_list .conBox ul li a {
	display: block;
}
#s_list .conBox ul li a dl {
	position: relative;
	padding: 0 0 0 64px;
}
#s_list .conBox ul li a dl::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 10px;
	width: 30px;
	height: 36px;
	background: url(../img/c_qicon_p01.png) 0 0 no-repeat;
}
#s_list .conBox ul li a dl dt {
	margin: 0 0 6px;
	line-height: 1.4;
}
#s_list .conBox ul li a dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*----------------------------------------
	s_detail
-----------------------------------------*/
#s_detail {
	margin: 0 0 80px;
	padding: 20px 0 0;
}
#s_detail .inner {
    width: 890px;
}
#s_detail .box01 {
	margin: 0 0 55px;
}
#s_detail .box01 h3 {
	position: relative;
	margin: 0 0 28px;
	padding: 0 0 0 64px;
	line-height: 1.4;
}
#s_detail .box01 p {
	position: relative;
	padding: 0 0 0 64px;
}
#s_detail .box01 h3::before ,
#s_detail .box01 p::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 10px;
	width: 30px;
	height: 35px;
}
#s_detail .box01 h3::before {
	background: url(../img/c_qicon_p01.png) 0 0 no-repeat;
}
#s_detail .box01 p::before {
	background: url(../img/c_answer_p01.png) 0 0 no-repeat;
}
#s_detail .box02 {
	margin: 0 0 40px;
	padding: 30px 36px 36px;
	border: 2px solid #ddd;
	border-radius: 6px;
}
#s_detail .box02 h4 {
	margin: 0 0 22px;
}
#s_detail .box02 ul li {
	position: relative;
	padding: 0 0 0 38px;
}
#s_detail .box02 ul li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 22px;
	background: url(../img/c_qicon_p03.png) 0 0 no-repeat;
}
#s_detail .box02 ul li + li {
	margin: 15px 0 0;
}
#s_detail .box03 {
	margin: 0 0 55px;
}
#s_detail .box03 h4 {
	margin: 0 0 16px;
}
#s_detail .box03 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 -6px;
}
#s_detail .box03 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#s_detail .box03 ul li {
	width: 275px;
	margin: 0 6px 12px;
}
#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: 10px 30px 10px 10px;
	border-radius: 6px;
	background: rgba(244,244,244,1.0);
}
#s_detail .box03 ul li a:hover {
	background: rgba(228,228,228,1);
}
#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: 60px;
	height: 60px;
	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;
	height: 40px;
}
#s_detail .btn01 a {
	display: table-row;
}
#s_detail .btn01 a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
#s_detail .btn01 a:after {
	left: 17px;
	-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: 2px solid #857fa4;
	padding: 0 16px 0 30px;
	border-radius: 6px;
	white-space: nowrap;
}