/*FAQページのスタイル*/

.post-type-archive-xeoryfaq #content #main {
	margin-right: 0;
	border: 1px solid #ebebeb;
	background: #fff;
}

.post-type-archive-xeoryfaq #content .main-inner {
	margin-right: 0;
}

.post-type-archive-xeoryfaq #content .main-inner .archive-title {
	margin-bottom: 0;
}

@media screen and ( max-width: 991px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-header {
		padding: 32px;
	}
}

@media screen and ( max-width: 550px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-header {
		padding: 24px 16px;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content {
	padding: 64px;
}

@media screen and ( max-width: 1200px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content {
		padding: 64px 32px;
	}
}

@media screen and ( max-width: 550px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content {
		padding: 32px 16px;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box {
	overflow: hidden;
	border: 1px solid #dedede;
	border-bottom: 0;
	padding: 24px 24px 16px;
	background: #f9f9f9;
}

@media screen and ( max-width: 991px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box {
		padding: 12px 16px 16px;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch #faqSearchInput {
	width: 63%;
	height: 48px;
	border-radius: 5px 0 0 5px;
	float: left;
}

@media screen and ( max-width: 1190px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch #faqSearchInput {
		width: 54%;
	}
}

@media screen and ( max-width: 858px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch #faqSearchInput {
		width: 86%;
	}
}

@media screen and ( max-width: 550px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch #faqSearchInput {
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch .submit {
	background: #0068b7;
	border-radius: 0 5px 5px 0;
	padding: 12px 24px;
}

@media screen and ( max-width: 858px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch .submit {
		width: 14%;
		padding: 14px 6px;
		font-size: 13px;
	}
}

@media screen and ( max-width: 550px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box #faqSearch .submit {
		width: 100%;
		border-radius: 0 0 5px 5px;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box .search-title {
	float: left;
	display: inline-block;
	line-height: 48px;
	margin-right: 60px;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
}

@media screen and ( max-width: 991px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box .search-title {
		margin-right: 24px;
	}
}

@media screen and ( max-width: 858px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box .search-title {
		margin-right: 0;
		margin-bottom: 4px;
		float: none;
		display: block;
		font-size: 16px;
		line-height: 2;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-box .search-title i {
	margin-right: 12px;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-keywords {
	padding: 16px 24px;
	border: 1px solid #dedede;
	border-top: 0;
}

@media screen and ( max-width: 991px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .search-keywords {
		padding: 16px;
	}
}


.post-type-archive-xeoryfaq #content .main-inner .post-content .search-keywords ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-keywords ul li {
	list-style: none;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 1em;
	color: #1d57a9;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .search-keywords ul li a {
	text-decoration: underline;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap {
	margin-top: 40px;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap article {
	margin: 0 0 10px;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box {
	margin-bottom: 12px;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a {
	display: block;
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #dedede;
	position: relative;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a:before {
	content: '';
	width: 130px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and ( max-width: 767px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a:before {
		width: 100%;
		height: 44px;
		text-align: left;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a.base:before {
	background: #1d57a9;
	border-top: 1px solid #1d57a9;
	border-bottom: 1px solid #1d57a9;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a.extension:before {
	background: #41b39d;
	border-top: 1px solid #41b39d;
	border-bottom: 1px solid #41b39d;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a.basextension:before {
	background: #5f5f5f;
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}


.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a:hover {
	background: #dedede;
	text-decoration: none;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .term {
	float: left;
	width: 130px;
	margin: 0;
	padding: 12px 16px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	position: relative;
}

@media screen and ( max-width: 767px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .term {
		float: none;
		width: 100%;
		text-align: left;
	}
}

/*.post-type-archive-xeory_faq #content .main-inner .post-content .title-box a .base {
	background: #1d57a9;
	border-top: 1px solid #1d57a9;
	border-bottom: 1px solid #1d57a9;
}

.post-type-archive-xeory_faq #content .main-inner .post-content .title-box a .extension {
	background: #41b39d;
	border-top: 1px solid #41b39d;
	border-bottom: 1px solid #41b39d;
}

.post-type-archive-xeory_faq #content .main-inner .post-content .title-box a .basextension {
	background: #5f5f5f;
	border-top: 1px solid #5f5f5f;
	border-bottom: 1px solid #5f5f5f;
}*/



.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a h2 {
	float: left;
	display: block;
	background: none;
	padding: 9px 16px;
	color: #444;
	margin: 0;
	border: 0;
	font-size: 16px;
	clear: none;
	overflow: hidden;
	width: 70%;
}

@media screen and ( max-width: 767px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a h2 {
		width: 100%;
	}
}



@media screen and ( max-width: 767px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box h2 {
		margin: 0 0 24px 0;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .fa-chevron-right {
	float: right;
	margin-top: 18px;
	margin-right: 16px;
	color: #444;
	font-size: 10px;
}

@media screen and ( max-width: 767px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .fa-chevron-right {
		display: none;
	}
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .fa-chevron-down {
	color: #444;
	font-size: 10px;
	margin-bottom: 12px;
	text-align: center;
	display: block;
}

@media screen and ( min-width: 768px ){
	.post-type-archive-xeoryfaq #content .main-inner .post-content .title-box a .fa-chevron-down {
		display: none;
	}
}

/*ページネーション*/
.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap .pagination {
	padding: 60px 0 80px;
	margin: 0 auto;
	display: table;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap .pagination .current, .post-type-archive-xeory_faq #content .main-inner .post-content .post-loop-wrap .pagination a {
	width: 45px;
	height: 45px;
	background: #0068b7;
	text-align: center;
	line-height: 45px;
	padding: 0;
	margin: 0 4px;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap .pagination a {
	background: #f3f3f3;
	color: #444;
}

.post-type-archive-xeoryfaq #content .main-inner .post-content .post-loop-wrap .pagination a:hover {
	background: #0068b7;
	color: #fff;
}

.custamize-attention {
	background: #fafafa;
	border: 1px solid #ede6e6;
	padding: 60px 24px 24px;
}

.custamize-attention p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
}

.custamize-attention p a {
	color: #0068b7;
}

.custamize-attention p.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
	position: relative;
}

.custamize-attention p.title:before {
	content:"\f071";
	font-family: FontAwesome;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 26px;
	color: #0068b7;
}

.custamize-attention p.title:after {
	content: '';
	width: 40px;
	height: 1px;
	background: #a6a6a6;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*FAQページの記事ページ*/

.single-xeoryfaq #content .wrap {
	width: 900px;
}

@media screen and ( max-width: 991px ) {
	.single-xeoryfaq #content .wrap {
		width: auto;
	}
}

.single-xeoryfaq .main-inner {
	margin-right: 0;
}

.single-xeoryfaq article {
	background: #fff;
	border: 1px #ebebeb solid;
}

@media screen and ( max-width: 991px ) {
	.single-xeoryfaq article .post-header {
		padding: 40px;
	}
}

@media screen and ( max-width: 767px ) {
	.single-xeoryfaq article .post-header {
		padding: 20px;
	}
}

.single-xeoryfaq article .post-content {
	padding: 64px;
}

@media screen and ( max-width: 767px ) {
	.single-xeoryfaq article .post-content {
		padding: 32px 20px;
	}
}

.faq-more {
	position: relative;
	padding-top: 20px;
}

.faq-more a {
	padding-left: 17px;
}

.faq-more a i {
	font-size: 10px;
	position: absolute;
	top: 29px;
	left: 0;
}

/*FAQ検索ページ*/
.post-type-archive-xeoryfaq.search #content .main-inner .post-content .post-loop-wrap {
	margin-top: 0;
}

