@charset "utf-8";
@media screen and (max-width: 640px) {

a {
	color: #000;
}
a:hover {
	color: #000;
}

.header_top  {
  padding: 0 10px 9px;
  position: relative;
  padding-bottom: 29px;
}
h1 a {
  padding-top: 29px;
}
#header h1 img {
	width: 147px;
}
#header h2 img {
	width: 135px;
	height: 25px;
}
#footer {
	background-color: #000;
	margin: 0;
}
#footer .ft_credit {
	padding: 10px 0;
}
#footer .ft_credit img {
	width: 163px;
}
.sp_none {
	display: none;
}
.pc_none {
	display: inline;
}
.bread {
/*	display: none;*/
	width: 100%;
	padding: 10px 0 0 10px;
}
.info {
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	padding: 13px 0;
	color: #999;
	font-size: 10px;
}
.info a,
.info span {
	margin: 0 5px;
}
.info span {
	color: #333;
}
.info a, .info span {
  padding: 5px 0 3px 24px;
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.info .inquiry {
	margin-right: 32px;
	margin-left: 20px;
}
.ft_bread {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #bfbfbf;
	color: #999;
}
.ft_bread a,
.ft_bread span {
	margin: 0 5px;
}
.ft_bread span {
	color: #333;
}

#wrap {
	position: relative;
	width: 100%;
	padding-bottom: 50px;
}
#main {
	width: 100%;
}
.h3ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0px;
	background: -moz-linear-gradient(top, #dacda3, #cab87d);
	background: -webkit-gradient(linear, left top, left bottom, from(#dacda3), to(#cab87d));
}
.h3ttl h3 {
	padding: 10px;
	color: #fff;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}

#faq_body,
#faq_category {
	width: 100%;
}

#faq_body {
	padding-top: 17px;
	margin-bottom: auto;
}
.h4ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	padding: 0;
}
.h4ttl h4 {
	padding: 10px 20px 0 20px;
	font-size: 16px;
}
.ask_mark {
  padding-bottom: 5px;
  padding-right: 5px;
  border-bottom: solid 1px #bfbfbf;
}
.totop {
  position: absolute;
  width: 34px;
  height: 34px;
  margin-left: auto;
  margin-right: 0px;
  margin-bottom: 8px; 
  background-color: #000;
  bottom: 0px;
  right: 5px;
}
.totop a, .totop a:hover, .totop a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 11px;
  text-align: center;
  line-height: 12px;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
}
.totop img {
	width: 5px;
	height: auto;
  margin-bottom: 2px;
}
.totop p {
	-moz-transform: scale3d(0.55,0.55,1);
	-webkit-transform: scale3d(0.55,0.55,1);
	-o-transform: scale3d(0.55,0.55,1);
	-ms-transform: scale3d(0.55,0.55,1);
	transform: scale3d(0.55,0.55,1);
	line-height: 0.55;
}
/* search box */
/* ---------------------------------------------------------------------------- */
/* size605*/
#faq_search,
#faq_search_l {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
#faq_search .h5ttl,
#faq_search_l .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
}
#faq_search .h5ttl h5,
#faq_search_l .h5ttl h5 {
	padding: 10px 20px 4px;
	font-size: 12px;
}

#search_box {
	width: 100%;
	overflow: visible;
	_zoom: 1;
	border: none;
	margin:0 0 0;
}
#search_box_in {
	float: none;
	width: 100%;
}
#search_box .inner {
	overflow: hidden;
	_zoom: 1;
	padding:10px 20px;
}
.kw_area  {
	display: table;
	display:-o-box;
	display:-moz-box;
	/*display:-ms-box;*/
	display:-ms-flexbox;
	display:-webkit-box;
	display: flex;
	width:100%;
	border-collapse: separate;
	border-spacing: 10px 0;
}
#search_box p {
	margin: 0;
	padding:5px 0 0;
	font-size: 10px;
	line-height: 1;
}
#search_box input {
	display: block;
}
:root #search_box_in input {
	display: table-cell\0/;
}
#search_box .search-input  {
	float: none;
	width: 100%;
	display: block;
	-o-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	margin-right: 5px;
	padding: 8px 8px;
	border:1px solid #bfbfbf;
	font-size: 10px;
/*	height: 30px;*/
	-webkit-background-clip:padding-box;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	line-height: 12px;
}
#search_box .submit_button  {
	float: none;
	display: block;
	width: 56px;
	height: auto;
	padding: 0;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-indent: 0;
	background: #000;
	background: -moz-linear-gradient(top, #000 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, #000 0%,#000 100%);
	background: -o-linear-gradient(top, #000 0%,#000 100%);
	background: -ms-linear-gradient(top, #000 0%,#000 100%);
	background: linear-gradient(to bottom, #000 0%,#000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );
	border:none;
	-webkit-background-clip:padding-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 1;
	text-indent: 0;
}

#select_area {
	float: none;
	width:100%;
	padding:0;
	margin-top: 12px;
}
#select_area span.icon_opne_close {
	display: none;
}
#select_area em {
	display: block;
}
#select_area ul li {
	overflow: hidden;
	padding-right: 10px;
}
#select_area ul li label {
	vertical-align: middle;
}

body#popup #headerArea {
	margin-bottom: 0;
}
body#popup #footerArea  {
    margin-top: 0;
}
#footerArea #footerSpLogo {
	margin-top: 0;
	border-top: 0;
}
a:hover {
	text-decoration: none;
}


#select_area em {
	background-color: #000;
	padding:10px ;
	font-size: 10px;
	color: #fff;
	margin: auto;
	height: 30px;
	box-sizing: border-box;
	line-height: 10px;
}
#select_area span.icon_opne_close  {
	display: inline-block;
	position: relative;
	float: left;
	width: 8px;
	height: 10px;
	margin-right: 10px;
}
#select_area span.icon_opne_close:before  {
  content: "＋";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  line-height: 9px;
  font-size: 9px;
  color: #fff;
}
#select_area .active span.icon_opne_close:before  {
	content: "ー";
}
#select_area ul {
	display: none;
	overflow: hidden;
	_zoom: 1;
	padding:10px 8px 0 9px;
}
#select_area ul li {
	float:none;
	font-size: 120%;
	overflow: hidden;
	_zoom: 1;
	padding: 0;
	display: block;
	height: auto;
	width:100%;
	padding: 5px 0;
}

#select_area ul li input {
	padding: 0;
	display: inline;
	vertical-align: 5px;
	top:5px;
}
#select_area ul li label {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	vertical-align: 3px;
}


/* faq keyword rank */
/* ---------------------------------------------------------------------------- */
#faq_keyword_rank {
	float: none;
	width: 100%;
	padding-bottom: 25px;
}
#faq_keyword_rank .key_list a {
	padding: 11px 0 10px;
  line-height: 1.4;
}
#faq_keyword_rank .h5ttl {
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 20px;
	box-sizing: border-box;
}
#faq_keyword_rank .h5ttl h5 {
	padding: 14px 0 3px;
	background-image: none;
	font-size: 12px;
	text-indent: 0;
}
#faq_keyword_rank .key_list {
	padding: 0 20px;
}
#faq_keyword_rank .key_list li {
  margin: 0 -20px;
  padding: 0 20px;
}
#faq_keyword_rank .key_list span.key_label {
	font-size: 10px;
	display: inline-block;
	width: 6%;
	vertical-align: middle;
	padding-top: 0;
}
#faq_keyword_rank .key_list li span.key {
	display: inline-block;
	word-wrap:break-word;
	width: 89%;
	font-size: 10px;
}
#faq_keyword_rank .key_list li a:hover span.key {
	text-decoration: none;
}
#faq_keyword_rank .key_list a {

}
/* faq_popular_qa */
/* ---------------------------------------------------------------------------- */
#faq_p_qa {
	float: none;
	width: 100%;
  padding-bottom: 0;
}
#faq_p_qa .h5ttl,
#faq_result_list .h5ttl {
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 20px;
	box-sizing: border-box;
}
#faq_p_qa .h5ttl h5,
#faq_result_list .h5ttl h5 {
	padding: 14px 0 3px;
	background-image: none;
	font-size: 12px;
	text-indent: 0;
}
#faq_result_list .qa_list li a.qa_link {
	display: block;
	padding: 13px 0;
	line-height: 1;
}
#faq_p_qa .qa_list {
	padding: 0 20px;
}
#faq_p_qa .qa_list li {
  margin: 0 -20px;
  padding: 0 20px;
}
#faq_p_qa .qa_list li span.q,
#faq_p_qa .qa_list li span.faq {
	line-height: 1.4;
  vertical-align: middle;
}
#faq_p_qa .qa_list li span.q {
  width: 2%;
  font-size: 10px;
  font-weight: normal;
  padding-right: 20px;
	padding-top: 3px;
	vertical-align: top;
}
#faq_p_qa .qa_list li span.faq .ask_mark {
    border: none;
    height: 13px;
    padding: 0 0 1px 5px;
}
#faq_p_qa .qa_list li span.faq {
	display: inline-block;
	word-wrap:break-word;
	width: 85%;
	font-size: 10px;
}
#faq_p_qa .qa_list li a:hover span.faq {
	text-decoration: none;
}
#faq_p_qa .qa_list li a.qa_link {
	position: relative;
	padding: 9px 0;
}
	#faq_p_qa .qa_list li a.qa_link:after {
	content: ">";
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 12px;
	font-size: 12px;
}
.category-box .category-tree ul li a:before {
	content: none;
}
/* faq_category */
/* ---------------------------------------------------------------------------- */
#faq_category {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
#faq_category .h5ttl {
	width: 100%;
	height: auto;
	margin: 0;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 20px;
	box-sizing: border-box;
}
#faq_category .h5ttl h5 {
	padding: 24px 0 3px;
	background-image: none;
	font-size: 12px;
	text-indent: 0;
}

/* category box */
/* ---------------------------------------------------------------------------- */
.category-box {
	border-bottom: 0;
	font-size: 10px;
	overflow: visible;
}
.category-box .category-tree  {
	float: none;
	width: 100%;
	padding: 0 !important;
}
.category-box .category-tree .cate_01 a {
/*
	border-bottom: 1px solid #bfbfbf;
	background-color: #fff;
*/
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 -20px;
}
.category-box .category-tree .brief  {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	color: #333;
}
.category-box .category-tree ul li {
	overflow: visible;
}
.category-box .category-tree ul li a {
	display: block;
}
.category-box .category-tree ul.cate_01 li {
	overflow: visible;
	zoom: 1;
	display: block;
	padding: 0;
	text-decoration: none;
	background: none;
}
.category-box .category-tree ul.cate_01 li a {
	border-bottom: 1px solid #bfbfbf;
	padding: 14px 20px 13px;
	line-height: 1.4;
	word-break: break-all;
}
/*
.category-box .category-tree ul.cate_02 li a:before {
}
.category-box .category-tree ul.cate_02 li a:after {
	  background: #fff;
}
*/
/*
.category-box .category-tree ul.cate_02 {
	display: none;
}
*/
.category-box .category-tree ul.cate_02.js-active {
	display: block;
}
.category-box .category-tree ul.cate_02 li a {
	background: none;
}
.category-box .category-tree ul.cate_01 li a:hover {
	text-decoration: none;
}

.category-box .category-tree ul.cate_01 .cate_title {
	display: block;
	padding-right: 20px;
	position: relative;
	margin: -.5px auto;
}
.category-box .category-tree ul.cate_01 .cate_title:after {
	content: ">";
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 12px;
	font-size: 12px;
}
.category-box .category-tree ul.cate_01 .open .cate_title:after {
	content: 'ー';
}
.index	.category-box .category-tree ul.cate_02 {
	display: none;
}
.category-box .category-tree ul.cate_02 .cate_title:after {
	content: ">";
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 12px;
	font-size: 12px;
}
.category-box .category-tree ul.cate_02 li a {
	padding: 0;
	padding-right: 10px;
	border-bottom:1px solid #bfbfbf;
	display: block;
	padding: 10px 20px 10px 40px;
	font-size:100%;
	text-decoration: none;
}
.category-box .category-tree ul.cate_02 a {
	display: block;
	background: url(../images/icon_arrow_red.png) no-repeat 100% 50%;
}
.category-box .category-tree ul.cate_02 li a .cate_title {
}
.category-box .category-tree ul.cate_02 .cate_li {
	display: inline;
	padding: 0;
	color: #000;
	background-image: none;
}
.category-box .category-tree ul.cate_03 li a {
	font-size: 105%;
	padding:12px 10px 10px 10px;
	font-weight: normal;
	border-bottom:1px solid #eee;
}
.category-box .category-tree ul.cate_03 {
	display: none;
}
.category-box .category-tree ul li a span.count {
	font-weight: normal;
	padding:0 0 0 3px;
	color: #000;
}
.category-box .category-tree ul li a:hover span.cate_li {
	text-decoration: none;
}
.category-box .category-tree ul.cate_03 li span.cate_03_btn {
	float: left;
	display: block;
	background: none;
	padding:12px 10px 10px 10px;
	width: 7px;
	height: 19px;
}

/* faq_result_list */
/* ---------------------------------------------------------------------------- */
#faq_result_list {
	float: left;
	width: 100%;
  padding: 0 20px 25px;
  box-sizing: border-box;
}
#faq_result_list .h4ttl h4 {
	padding: 0;
}

#faq_result_list .h5ttl {
	margin: 0 -20px;
  box-sizing: content-box;
}
#faq_result_list .page_cnt {
	margin: 0 -20px 0;
	padding: 12px 20px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	line-height: 1.4;
}
#faq_result_list .page_cnt em {
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
#faq_result_list .qa_list {
	padding: 0 0;
}
#faq_result_list .qa_list li {
	margin: 0 -20px;
  padding: 0 20px;
}
#faq_result_list .qa_list li span {
	line-height: 1.4;
}
#faq_result_list .qa_list li span.q {
	font-size: 10px;
	width: 5%;
	vertical-align: top;
}
#faq_result_list .qa_list li span.faq {
	display: inline-block;
	word-wrap:break-word;
	width: 91%;
	font-size: 10px;
	vertical-align: top;
}
#faq_result_list .qa_list li a:hover span.faq {
	text-decoration: none;
}

/* paging */
#faq_result_list .paging {
	margin: 10px 0 0;
	padding: 0 5px 8px;
	text-align: right;
}
#faq_result_list .paging em,
#faq_result_list .paging a {
	margin: 0 5px;
}
#faq_result_list .paging em {
	font-weight: normal;
}
#faq_result_list .paging a.num {
	display: none;;
}
#faq_result_list .paging a:hover {
	text-decoration: underline;
}
#faq_result_list .qa_list li span.a,
#faq_result_list .qa_list li span.content,
#faq_result_list .qa_list li span.category {
	display: none;
}

/* paging */
#faq_result_list .paging {
	text-align: center;
	padding: 0;
	font-size: 10px;
	width: 100%;
	box-sizing: border-box;
}
#faq_result_list .paging em {
	padding: 4px 7px;
	margin: 0 5px;
	display:inline-block;
	white-space: nowrap;
}
#faq_result_list .paging a {
	display:inline-block;
	margin: 3px;
}
#faq_result_list .ask_mark {
	border: none;
	height: 13px;
	padding: 0 0 1px 5px;
}
#faq_result_list .change_word_search_again {
	font-size: 12px;
}

/* faq_detail */
/* ---------------------------------------------------------------------------- */
#faq_detail {
	width: 100%;
	padding-bottom: 0;
}
#faq_detail .h5ttl {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	padding-top: 0;
	background: #e6e6e6;
	border-bottom: 2px solid #ccba81;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#faq_detail .h5ttl h5 {
	padding: 10px 10px;
	background-image: none;
	color: #6c6262;
	font-size: 133.33%;
	font-weight: bold;
	text-indent: 0;
}
#faq_detail .faq_detail_in {
	width: 100%;
	margin: 0 auto;
	padding: 19px 0 0;
}
#question {
	margin-top: 0;
}
#answer,
#category,
#related_faq,
#up_file,
#up_url {
	margin-top: -1px;
}
#question,
#answer,
#category,
#related_faq,
#up_file,
#up_url {
	overflow: hidden;
	_zoom: 1;
	width:100%;
	background-color: #eee;
	border-left: none;
	border-top: 0;
	border-bottom: 1px solid #bfbfbf;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	padding: 10px 5px 10px 10px;
	background-color: #eee;
	font-size: 10px;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	border-bottom: 1px solid #bfbfbf;
}
#question .q_contents,
#answer .a_contents,
#up_file .uf_contents,
#category ul,
#related_faq ul,
#up_url .uu_contents {
	margin-bottom: 0;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
}
#question .q_ico,
#answer .a_ico,
#category .c_ico,
#related_faq .rf_ico,
#up_file .uf_ico,
#up_url .uu_ico {
	float: none;
	width:100%;
	padding: 13px 20px;
	box-sizing: border-box;
	line-height: 1.4;
}
#question .q_contents,
#answer .a_contents,
#category ul,
#related_faq ul,
#up_file .uf_contents{
	float: none;
	width: auto;
	margin-bottom: 0;
	padding: 13px 20px;
	background-color: #fff;
	border-right: 0;
	border-left: 0;
	line-height: 1.4;
}
	#up_url .uu_contents {
	float: none;
	width: auto;
	margin-bottom: 0;
	padding: 8px 0;
	background-color: #fff;
	border-right: 0;
	border-left: 0;
}
#up_url .uu_contents ul li {
	display: block;
  padding: 8px 20px;
}
#answer .a_contents img {
  max-width: 98%;
}
#up_file .uf_contents p,
#up_url .uu_contents p {
	margin-bottom: 5px;
}

#category ul,
#related_faq ul {
	padding: 0;
}
#category li ,
#related_faq li  {
	display: block;
	padding: 13px 20px;
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.4;
}
#category li:last-child  {
	border-bottom: none;
}
#faq_enq {
	margin: 0;
	padding: 10px 20px 5px;
	background-color: #fff;
	border: none;
}
#faq_enq .hearing {
	background-color: #fff;
}
#faq_enq .hearing h5 {
	padding-bottom: 0;
	color: #333;
	font-weight: normal;
	text-align: center;
}
#faq_enq .hearing ul {
	overflow: hidden;
	*zoom: 1;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
#faq_enq .hearing li {
	padding: 0 5px;
}
#faq_enq .hearing li.yes a,
#faq_enq .hearing li.no a {
	display: block;
	height: 30px;
	width: 120px;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	font-size: 10px;
	line-height: 30px;
}
#faq_enq .hearing li.yes a:hover,
#faq_enq .hearing li.no a:hover {
/*
	background: #ffffb4;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffb4));
	background: -webkit-linear-gradient(top, #ffffff, #ffffb4);
	background: linear-gradient(to bottom, #ffffff, #ffffb4);
*/
	opacity: 1;
}
#faq_enq .hearing input {
	vertical-align: top;
	*vertical-align: middle;
}
#faq_enq .hearing label {
	vertical-align: middle;
}
#faq_enq .hearing .btn_submit {
	text-align: center;
}
#faq_enq .hearing .btn_submit input {
	padding: 2px 0;
}
#faq_vote .thanks {
	display: block;
	text-align: center;
}
#faq_vote .thanks p {
	margin-bottom: 10px;
}
#faq_vote .thanks input {
	padding: 2px 0;
}

#faq_enq .hearing {
	border: none;
}
#faq_enq .hearing.yesno h5 {
	padding: 5px 10px;
	background-color: #eee;
	font-size: 12px;
	line-height: 1.5;
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
#faq_enq .hearing.yesno .hearing_box{
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}
#faq_enq .hearing.anc {
	border: none;
}
#faq_enq .hearing.anc h5 {
	padding: 5px 10px;
	background-color: #eee;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #bfbfbf;
}
#faq_enq ul {
	width: 170px;
	margin: 0 auto 10px;
}
#faq_enq li {
	padding: 5px 0;
	font-size: 105%;
}
.category_child  {
	padding: 0px !important;
}
#no_data {
	padding: 30px 0;
}
}
