@charset "utf-8";

.sec_inner_area{
	padding: 40px 0;
}
.faq_inner_box{

}
.sec_inner_area h1{
	width: 960px;
	margin: 0 auto;
}
.faq_inner_01{
	background: #415a77;
	padding: 30px 0 35px;
}
.faq_inner_01 .txt01{
	width: 960px;
	margin: 0 auto;
	font-size: 158%;
	color: #fff;
}
.faq_list{
	width: 812px;
	margin: 0 auto;
	padding: 18px 0 0px;
}
.faq_list li{
	position: relative;
	margin-bottom: 4px;
}


.faq_list .tag{
	width: 85px;
	padding: 0 20px;
	background: #1e3473;
	color: #fff;
	display: block;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	position: absolute;
	top:15px;
	left: -7px;
}
.faq_list .tag span{
	font-size: 65%;
	font-weight: normal;
	margin-right: 5px;
	display: inline;
}

.faq_list a{
	display: block;
	background: url(../img/common/message_bg_top.png) no-repeat left top;
	padding: 8px 0 0;
	text-decoration: none;
}
.faq_list a span{
	display: block;
}
.faq_list a .faq_box{
	background: url(../img/common/message_bg_bottom.png) no-repeat left bottom;
	padding: 0 20px 10px 0;
}
.faq_list a .faq_box_inner{
	background: url(../img/common/ic_arrow_01.gif) no-repeat right center;
	padding: 0px 11px 0px 11px;
}
.faq_list a .faq_box_inner span{
	background: url(../img/common/ic_faq.gif) no-repeat left center;
	padding: 16px 0 16px 52px;
}
.faq_list a:hover .faq_box_inner span{
	color: #97a8cb;
}

.faq_list a .faq_box_inner_02 span{
	padding: 16px 0 16px 130px;
}
.faq_list a:hover .faq_box_inner_02 span{
	color: #97a8cb;
}


.faq_inner_02{
	padding: 30px 0 30px;
}

.faq_box img {
	margin-left:10px;
}

/* 20200213 FAQ 絞り込み機能追加CSS */
.sec_inner_area .search_form{
	width: 960px;
	margin: 0 auto;
}
.product_chk,
.function_chk{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 45px 20px 30px;
	background-color: #FFFFFF;
}
.product_chk{
	border-right: solid 1px #B7BEC1;
	border-bottom: solid 1px #B7BEC1;
}
.product_n_p,
.function_n_p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product_name,
.function_name{
	font-size: 16px;
	color: #1E3373;
	width: 150px;
	height: inherit;
	display: block;
}
.product_ul,
.function_ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}
.product_ul li,
.function_ul li{
	width: 167px;
	margin: 15px 15px 0 0;
}
.product_ul li:nth-of-type(5n),
.function_ul li:nth-of-type(5n){
	margin-right: 0;
}
.product_ul label,
.function_ul label {
	line-height: 40px;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 1.7;
}
.product_ul label::before,
.function_ul label::before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 2px;
	/* bottom: 0; */
	margin: auto;
}
.product_ul label.checked::before,
.function_ul label.checked::before {
	background-color: #72ACFF;
}
.product_ul label::after,
.function_ul label::after {
	content: '';
	width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	position: absolute;
	left: 6px;
	top: 5px;
	margin: auto;
}
.product_ul label.checked::after,
.function_ul label.checked::after {
	opacity: 1;
}
.product_ul input[type="checkbox"],
.function_ul input[type="checkbox"] {
	display: none;
}
.search_submit{
	text-align: center;
	padding: 45px 0 55px 0;
}
.refine_btn,
.reset_btn{
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	outline: none;
}
.refine_btn:hover,
.reset_btn:hover{
	opacity: 0.5;
}
.refine_btn{
	margin-right: 30px;
	background-color: #1E3373;
}
.reset_btn{
	background-color: #6F7886;
}

/* 検索 */
.search_area{
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
	width: 195px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.search_area input{
	background: #f0f0f0;
	border: none;
	border: none;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	width: 163px;
	box-sizing: border-box;
	font-size: 14px;
}
.search_area input[type="submit"]{
	background: url(../img/common/ic_search.gif) no-repeat left center #f0f0f0;
	text-decoration: none;
	border-style: none;
	text-indent: -9999px;
	/*width: 22px;*/
	width: 17px;
	height: 30px;
	display: block;
	float: right;
	padding-right: 13px;
	cursor: pointer;
	top: 0;
	right: 0;
	position: absolute;
}

/* プルダウン */
.pulldown_opne_wrp{
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
	padding: 30px;
}
.pulldown_opne{
	color: #1E3373;
	font-size: 24px;
	font-weight: bold;
	padding-left: 29px;
	position: relative;
	cursor: pointer;
	line-height: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.pulldown_opne:hover{
	opacity: 0.7;
}
.pulldown_opne::before,
.pulldown_opne::after{
	content: "";
	display: block;
	background-color: #1E3373;
	margin: auto;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	pointer-events: none;
}
.pulldown_opne::before{
	width: 18px;
	height: 2px;
	left: 0;
	top: 10px;
}
.pulldown_opne::after{
	width: 2px;
	height: 18px;
	left: 8px;
	top: 2px;
}
.js_open.pulldown_opne::before{
	display: none;
}
.js_open.pulldown_opne::after{
	transition: all .3s linear;
	-webkit-transform: rotate(90deg) translateY(0px);
	transform: rotate(90deg) translateY(0px);
}
.js_acd_trg{
	width: 100%;
	display: none;
	padding-top: 20px;
}

.faq_box_wrp{
	padding: 16px 0 14px 20px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
	box-sizing: border-box;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.faq_box_wrp:hover{
	opacity: 0.7;
}
.faq_box_ttl{
	width: calc(100% - 100px);
}
.faq_box_data{
	color: #7C8390;
	width: 100px;
	text-align: right;
}


.faq_msg_area .inner_box{
  width: 960px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 30px;
  border: 2px solid #c62525;
  box-sizing: border-box;
}
.faq_msg_ttl {
  font-size: 118%;
  font-weight: bold;
  color: #c62525;
}
.faq_msg_ttl__bk {
  font-size: 118%;
  font-weight: bold;
  margin-top: 20px;
}
.faq_msg_area p {
  margin-top: 15px;
}
.faq_msg_area p a {
  white-space: nowrap;
}
.faq_msg_area .inner_box img {
  margin: 10px 0 15px;
}