/* IMPORT RESET */
@import url("reset.css");
@import url("responsive.gs.12col.css");
/*base*/
@import url("default_common.css");
@import url("default_frame.css");

.content .content-frame {
	padding: 15px 10px;
}

@media (max-width:640px) {
.content .content-frame {
	margin: 12px 0 0;
	padding: 8px 0;
}
}

h3 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
h3.nocate-tab {
	padding-top:2px;
	padding-bottom: 0;
}

hr.nocate-tab {
	border-top: solid 1px #ddd;
	border-bottom: none;
	margin: 10px auto 20px;
}

/*--- search ---*/
.search {
	margin: 10px 0 0;
	padding: 20px 10px;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.search form {
	display: table;
	width: 100%;
}
.search .text-frame {
	display: table-cell;
	padding-right: 6px;
	width: 100%;
}
.search .btn {
	position: relative;
	width: 100%;
}
.search .btn:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 42px;
	width: 14px;
	height: 14px;
	background-image: url(../img/faq/icon-search.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 14px 14px;
}
.search form input {
	font-size: 14px;
	height: 38px;
}
.search form input[type=search] {
	width:100%;
	background:#fff;
	border:solid 1px #666;
	padding:0 10px 0;
	text-align:left;
	box-sizing:border-box;
	height: 38px;
}
.search form input[type=submit] {
	width: 151px;
	background-color: #53bf49;
	color: #fff;
	font-size: 14px;
	padding-top: 1px;
	padding-left: 64px;
	text-align: left;
	border: solid 1px #30a409;
	box-sizing: border-box;
	cursor: pointer;
	height: 38px;
}
.search form input[type=submit]:hover {
	background-color: #6fcb3e;
	border: solid 1px #53bf49;
}

@media (max-width:640px) {
.search {
	padding: 15px 8px;
}
}

@media (max-width:540px) {
.search {
	padding: 15px 8px;
}
.search .btn {
	width: 100%;
}
.search .btn:before {
	top: 13px;
	left: 10px;
}
.search form input[type=search] {
	padding: 0 10px;
}
.search form input[type=submit] {
	padding-left: 28px;
	width: 70px;
}
}

/*--- hotword ---*/
.faq-hotword {
	padding-top: 15px;
}
.faq-hotword h4 {
	font-weight: bold;
	font-size: 14px;
}

/*--- seenlist ---*/
.faq-seenlist {
	padding-bottom: 20px;
}

/*--- faq ---*/
.faq-area {
	padding: 0 10px;
}
@media (max-width:640px) {
.faq-area {
	padding: 0;
}
}
.faq-heading {
	display:flex;
	justify-content: space-between;
	margin:10px auto;
}
.faq-heading-area {
	width:60%;
}

/*--- sort ---*/
.faq-sort {
	width:40%;
	margin:0;
}
.faq-sort select {
	background-image: url(../img/common/icon-point-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	border-radius: 4px;
	width: 100%;
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 5px;
	height: 32px;
}


/*--- search-result-ok ---*/
.search-result-ok {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 15px;
}
.search-result-ok h3 {
	width: 75%;
	line-height: 1.4;
	vertical-align: top;
	padding-bottom: 0;
	margin-top: 10px;
}

.search-result-ok .search-end {
	width: 25%;
}

.search-result-ok .search-end a {
	display: block;
	background-color: #645c60;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.search-result-ok .search-end a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.search-result-ok .search-end a > span {
	position: relative;
	padding-left: 16px;
}
.search-result-ok .search-end a > span:before {
	content: "";
	background-image: url(../img/faq/icon-search-end.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 12px;
	height: 12px;
	top: 14px;
	left: -2px;
	position: absolute;
	background-size: 12px;
}


/*--- specified-id-ok ---*/
.specified-id-ok {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}

/*--- search-result-ng / specified-id-ng ---*/
.search-result-ng,
.specified-id-ng {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #ddd;
}
.specified-id-ng{
	border-top: solid 1px #ddd;
	padding-top: 10px;
}
.search-result-ng h3,
.specified-id-ng h3 {
	display: block;
	width: 100%;
	padding: 10px 5px 0;
	text-align: center;
	font-weight: bold;
}

/* --- 検索結果なし：検索終了ボタン --- */

.search-end-btns {
	margin: 20px auto;
}

.search-end-btns a.btn span {
	padding-left: 15px;
	position: relative;
}

.search-end-btns a.btn span:before {
	content: "";
	position: absolute;
	background: url(../img/faq/icon-search-end.png) no-repeat;
	background-size: 10px 10px;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
}

.search-end-btns a.btn {
	display: block;
	text-align: center;
	font-size: 14px;
	width: 80%;
	max-width: 200px;
	margin: 15px auto 0;
	padding: 11px 0 9px;
	background: #645c60;
	color: #fff;
}
.search-end-btns a.btn:hover {
	opacity: 0.8;
}

/* --- ID指定表示：解除ボタン --- */

.watch-others-btns a.btn {
	display: block;
	background: #53bf49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 80%;
	max-width: 200px;
	margin: 20px auto;
	padding: 11px 0 9px;
}

.watch-others-btns a.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*--- faq list ---*/

dl {
	margin: 10px 0 0;
}
dl:first-child {
	margin: 0;
}
dt.accordion {
	width: 100%;
	background-color: #fff;
	background-image: url(../img/faq/icon-faq-q.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 44px;
	color: #222;
	padding: 0;
	cursor: pointer;
}
dt.accordion:hover {
	background-image: url(../img/faq/icon-faq-q-hover.png);
}
dt.accordion p {
	height: 100%;
	background-color: #fff;
	background-image: url(../img/faq/icon-faq-open.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 36px;
	padding: 12px 40px 12px 6px;
	margin-left: 44px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
dt.accordion p:hover {
	text-decoration: underline;
}
dt.accordion.open p {
	background-image: url(../img/faq/icon-faq-close.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 36px;
}
dt.accordion.opened {
	background-image: url(icon.png), url(bg_bar.png);
	background-repeat: no-repeat,no-repeat;
	background-position: 0% 0%,0% 0%;
	-webkit-background-size: 0% 0%,100%;
}
dd {
	background: #edfccd url(../img/faq/icon-faq-a.png) no-repeat left top;
	background-size: 44px;
	width: 100%;
	padding: 12px 12px 12px 50px;
	margin-top: 8px;
}
dd p a {
	color: #4ba142!important;
}
dd p a:hover {
	text-decoration: underline;
}
dd ul li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	background: #09F;
}

@media (max-width:640px) {
dt.accordion {
	background-size: 36px;
	color: #222;
	padding: 0;
}
dt.accordion:hover {
	background-size: 36px;
}
dt.accordion p {
	background-size: 26px;
	padding: 10px 36px 10px 6px;
	margin-left: 36px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
dt.accordion.open p{
	background-size: 26px;
}
dt.accordion.opened {
	background-image:url(icon.png), url(bg_bar.png);
	background-repeat: no-repeat,no-repeat;
	background-position:0% 0%,0% 0%;
	-webkit-background-size:0% 0%,100%;
}
dd {
	background:#edfccd url(../img/faq/icon-faq-a.png) no-repeat left top;
	background-size:36px;
	width: 100%;
	padding:8px 8px 8px 44px;
	margin-top:8px;
}
dd ul li {
	list-style: none;
	height:30px;
	line-height: 30px;
	Wbackground:#09F;
}
}

.seen-list hr,
.faq_list hr {
	border: none;
	border-top: solid 1px #645c60;
	margin-top: 15px;
}

/*--- cate-tab ---*/
.cate-tab {
	margin: 15px auto;
	padding: 0;
	position: relative;
	display: flex;
}
.cate-tab:after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #645c60;
	z-index: 1;
}
.cate-tab li {
	margin: 0 1px;
	padding: 0 10px;
	background: #645c60;
	width: 100%;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.cate-tab li:first-child {
	margin-left: 5px;
}
.cate-tab li:last-child {
	margin-right: 5px;
}
.cate-tab li a {
	display: block;
	color: #fff;
	height: 32px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.cate-tab li:hover {
	opacity: 0.8;
}
.cate-tab li a:hover {
	text-decoration: none;
}

.cate-tab li.current a {
	color: #645c60;
	font-weight: bold;
	pointer-events: none;
}

.cate-tab li.current {
	background: #FFF;
	border: 1px solid #645c60;
	pointer-events: none;
}
.cate-tab:before {
	z-index: 1;
}
.cate-tab li {
	position: relative;
	z-index: 0;
}
.cate-tab li.current {
	z-index: 2;
	border-bottom-color: #FFF;
}


/*--- pagination ---*/
.pagination {
	display: table;
	margin: 30px 0 0;
	height: 34px;
}
.page-change-btn {
	width: 112px;
	display: table-cell;
	vertical-align: middle;
}
.page-change-btn a {
	display: block;
	width: 112px;
	height: 34px;
	background: #655c61;
	color: #fff;
	text-align: center;
	height: 34px;
	cursor: pointer;
	line-height: 34px;
}

@media (max-width:640px){
.page-change-btn {
	width: 84px;
}
.page-change-btn a {
	width: 84px;
}
}

.page-change-btn a:hover {
	opacity: 0.8;
}
.page-change-btn.inactive a {
	opacity: 0.3;
	pointer-events: none;
}
a.prev span {
	padding-left: 14px;
	position: relative;
}
a.prev span:before {
	content: "";
	position: absolute;
	background: url(../img/common/icon-arrow-left.png) no-repeat;
	background-size: 12px 12px;
	top: 10px;
	left: 0;
	width: 12px;
	height: 12px;
}
a.next span {
	padding-right: 14px;
	position: relative;
}
a.next span:before {
	content: "";
	position: absolute;
	background: url(../img/common/icon-arrow-right.png) no-repeat;
	background-size: 12px 12px;
	top: 10px;
	left: 62px;
	width: 12px;
	height: 12px;
}

.page-change-select {
	width: 80%;
	height: 34px;
	padding: 0 10px;
	vertical-align: middle;
	display: table-cell;
}
.page-change-select select {
	background-image: url(../img/common/icon-point-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px auto;
	width: 100%;
	height: 34px;
	font-size: 14px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	cursor: pointer;
}
.page-change-select select:hover {
	border-color: #655c61;
}


/*--- reference ---*/
.reference p {
	text-align: center;
	margin-top: 20px;
}
.reference div {
	text-align: center;
}
.reference-button {
	width: 140px;
	height: 45px;
}
.reference .res-btn {
	margin-top: 0px;
}
.reference .res-btn button a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.res-btn {
	margin: 20px 0 20px;
}
.res-btn a.btn {
	display: block;
	background: #645c60;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 80%;
	max-width: 200px;
	margin: 15px auto 0;
	padding: 11px 0 9px;
}
.res-btn a.btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media (max-width:640px) {
.reference-button {
	width: 90px;
}
.res-btn a.btn {
	padding: 12px 0 9px;
	width: 90%;
	font-size: 12px;
}
}


/*--- link-to-inquiry ---*/
.link-to-inquiry {
	margin: 20px 0 20px;
}
.link-to-inquiry p {
	text-align: center;
	padding: 15px 10px 0;
}
.link-to-inquiry a.btn {
	display: block;
	background: #53bf49;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	width: 80%;
	max-width: 340px;
	margin: 15px auto 0;
	padding: 15px 0 12px;
}
.link-to-inquiry a.btn:hover {
	opacity: 0.8;
}

.link-to-inquiry a.btn span {
	position: relative;
	padding-left: 28px;
}
.link-to-inquiry a.btn span:before {
	content: "";
	position: absolute;
	background: url(../img/common/icon-inquiry-w.png) no-repeat;
	background-size: 24px 20px;
	top: 0;
	left: 0;
	width: 24px;
	height: 20px;
}
