@charset "UTF-8";
.wp-pagenavi .pages{
	display: none !important;
}

.wp-pagenavi .is-current span{
	padding: 5px;
	display: block;
}


.mw_wp_form_preview .text_caution{
	display: none;
}

.mw_wp_form_preview .form_blc label.checkbox_text{
	display: none;
}

.facility_list_area{
	display: none;
}

.page_info {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 20px;
	border-top: 1px solid #ffffff;
}

.page_info_box {
	width: 100%;
	text-align: center;
	position: relative;
	border-top: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 0;
	color: #ffffff;
}

.page_info_box:first-child {
	border-top: 0;
}

.page_info_lead {
	font-size: 13px;
	margin-bottom: 25px;
	color: #414141;
	font-weight: 800;
}

.page_info_icon {
	margin-bottom: 25px;
}

.page_info_icon img {
	width: 130px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding: 0.7rem;
	border-radius: 100%;
}

.page_info_title {
	font-size: 16px;
	font-weight: bold;
	color: #414141;
}

.page_info_box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	z-index: 10;
}

@media screen and (min-width: 960px) {

	.page_info {
		width: 940px;
		display: flex;
		justify-content: center;
		margin: 0px auto 110px;
		padding: 0;
		border: 0;
	}

	.page_info_box {
		padding: 0;
		width: 25%;
		text-align: center;
		position: relative;
		border-top: 0;
		border-right: 1px solid #ffffff;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	.page_info_box:hover {
		opacity: 0.7;
	}

	.page_info_box:last-child {
		border-right: 0;
	}

	.page_info_lead {
		/* font-size: 14px; */
		font-size: .7rem;
		/* margin-bottom: 25px; */
		margin-bottom: 1rem;
	}

	.page_info_icon {
		/* margin-bottom: 25px; */
		margin-bottom: 1rem;
	}

	.page_info_icon img {
		/* width: 150px; */
		width: 100px;
		height: auto;
		margin: 0 auto;
	}

	.page_info_title {
		/* font-size: 18px; */
		font-size: .9rem;
		font-weight: 800;
	}

}


/* index tile */

@media screen and (min-width: 960px) {
	#menu_index .main_menu li p {
		font-size: 16px;
	}

}



/* index news */

#top_main .inner {
	padding: 350px 0 0px;
	height: auto;
	background: url(../images/top_main.png) no-repeat top center;
	background-size: 375px auto;
}

.index_news_blc {
	position: relative;
	margin: 0 auto;
	padding: 64px 20px 0 20px;
	background-color: #F7F4EF;
}

.index_news_inner {
	background-color: #fff;
	border-radius: 5px;
	padding:15px 20px 20px 20px;
	max-width: 1040px;
	margin: 0 auto;
}

.index_news_title {
	font-size: 1.2rem;
	font-weight: 600;
	color: #2F60C1;
}

.index_news_contents {
	color: #414141;
	position: relative;
	overflow: hidden;
}

.index_news_contents_inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.index_news_box_wrapper {
	width: 100%;
	display: none;
}

.index_news_date {
	font-size: 14px;
	margin-bottom: 5px;
}

.index_news_text {
	margin-top: .2rem;
}

.index_news_text a {
	word-break: break-all;
}

.index_banner {
	background: #F7F4EF;
	padding: 40px 20px 0;
}
.index_banner img {
	width: 100%;
}
.index_banner a {
	display: block;
	max-width: 1044px;
	margin: 0 auto;
}

@media screen and (min-width: 960px) {

	#top_main .inner {
		padding: 412px 20px 0px;
		background: url(../images/top_main-pc.png) 50% 100% no-repeat;
		height: 550px;
	}

	.index_news_blc {
		background: #F7F4EF;
		position: relative;
		margin: 40px auto 0;
		padding: 80px 20px 0 20px;
	}

	.index_news_inner {
		position: relative;
		padding: 1.9rem 7.4%;
		box-sizing: border-box;
	}

	.index_news_title {
		position: absolute;
		top: 50%;
		left: 8.5%;
		transform: translateY(-50%);
		display: inline-block;
		font-size: 19px;
		color: #2F60C1;
	}

	.index_news_contents {
		margin-left: 72px;
		/* padding: 15px; */
		color: #333333;
	}

	.index_news_box {
		margin-left: 2rem;
		/* display: flex; */
	}

	.index_news_date {
		margin: 0 20px 0 0;
		display: inline-block;
	}

	.index_news_text {
		margin: 0;
	}
}


/* knowledge */

.knowledge_box {
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.knowledge_box h3 {
	padding: 0
}

.knowledge_box h3 a {
	display: block;
	padding: 23px 25px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}

.knowledge_box h3 a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	top: 50%;
	right: 20px;
	background: url("../images/ico_knowledge.png") no-repeat right center;
	background-size: 20px auto;
	z-index: 10;
	margin-top: -6px;
}

.knowledge_box h3 a.open:before {
	transform: rotate(-180deg);
}


.knowledge_box .textBox-wh {
	display: none;
	padding: 0 20px 30px;
}

.sec_body .knowledge_box .cont_title {
	padding: 0;
}

.knowledge_close {
	display: block;
	background: #e6e6e6;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0;
	width: 200px;
	margin: 20px auto 0;
	border-radius: 5px;
}
.knowledge_video-list {
	margin-top: 60px;
}
.knowledge_video-list h3 {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 960px) {

	.knowledge_box {
		margin-bottom: 40px;
	}

	.knowledge_box h3 a {
		display: block;
		padding: 30px 25px;
		text-align: center;
		font-size: 28px;
		font-weight: normal;
		position: relative;
	}

	.knowledge_box .textBox-wh {
		padding: 0 40px 30px;
	}

	.knowledge_box h3 a:before {
		content: "";
		position: absolute;
		width: 30px;
		height: 17px;
		top: 50%;
		right: 30px;
		background: url("../images/ico_knowledge.png") no-repeat right center;
		background-size: 30px auto;
		z-index: 10;
		margin-top: -8px;
	}

	.knowledge_video-list {
		margin-top: 70px;
	}
	.knowledge_video-list h3 {
		font-size: 1.75rem;
	}
}


/* faq */

.faq_searchBlc .list_keyword {
	background: none;
	padding: 0;
	margin: 0;
}

.faq_searchBlc .list_keyword li {
	background: #fff;
	padding: 0;
	margin: 0 10px 10px 0;
	border-radius: 5px;
}

.faq_searchBlc .list_keyword li a {
	color: #000000;
	background: url("../images/ico_tag_blue.png") no-repeat 5px 8px;
	background-size: 17px 17px;
	display: inline-block;
	padding: 10px 10px 10px 28px;
	font-size: 12px;
}

.faq_list .post {
	border: 0;
	padding: 20px 20px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.faq_list .post:first-child{
	padding: 20px 20px;
}

.faq_detail .tag_area {
	padding: 15px 0 0;
}

.faq_list .tag_area a {
	color: #2F60C1;
}

.faq_list .text_title::before {
	content: 'Q. ';
	color: var(--colorAccent3);
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.faq_list .faq_answer::before {
	content: 'A. ';
	color: #C12F2F;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.faq_view_anser {
	text-align: center;
	margin-top: 20px;
}

.faq_view_anser a {
	display: block;
	width: 195px;
	border: 2px solid #2F60C1;
	border-radius: 5px;
	padding: 10px;
	color: #2F60C1;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}

.faq_return_index {
	text-align: center;
	margin: 20px 0;
}

.faq_return_index a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 200px;
	padding: 15px 0;
	color: #000000;
	background: #e6e6e6;
	border-radius: 5px;
	margin: 0 auto;
}

.faq_list.faq_detail .text_title {
	padding-bottom: 12px;
	font-weight: 600;
}

.faq_list .search_word {
	margin-bottom: 10px;
}

@media screen and (min-width: 960px) {


	.faq_searchBlc .list_keyword {
		margin: 7px 0 0;
	}

	.faq_searchBlc .list_keyword li a {
		background: url("../images/ico_tag_blue.png") no-repeat 7px 5px;
		background-size: 25px 25px;
		display: inline-block;
		padding: 10px 15px 10px 40px;
		font-size: 14px;
	}

	.faq_searchBlc .list_keyword li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.faq_list .post {
		position: relative;
			padding: 20px 40px;
	}

	.faq_list .post:first-child{
		padding: 20px 40px;
	}

	.faq_view_anser {
		position: absolute;
		top: 50%;
		right: 40px;
		text-align: center;
		margin-top: -23px;
	}

	.faq_view_anser a {
		display: block;
		width: 200px;
		padding: 10px;
		color: #2F60C1;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin: 0 auto;
	}

	.faq_view_anser a:hover {
		background: #2F60C1;
		color: #ffffff;
	}

	.faq_list .text_title {
		margin-right: 250px;
		font-size: 14px;
		font-weight: 600;
	}

	.faq_list.faq_detail .text_title {
		margin: 10px 0 0 0;
		font-size: 16px;
	}

	.faq_list .tag_area a {
		font-size: 14px;
	}

	.faq_return_index a:hover {
		opacity: 0.7;
	}

}

/* SNS */

.sns_share {
	padding: 0 0 35px 20px;
}

@media screen and (min-width: 960px) {
	.sns_share {
		/* width: 980px; */
		width: 90%;
		max-width: 1134px;
		margin: 0 auto;
		padding: 0 0 80px 0 ;
	}
}


/* bookend public */

.bookend_searchBlc {
	margin-bottom: 40px;
}

.bookend_searchBlc .list_keyword li a {
	color: #000000;
	background: url("../images/ico_tag_blue.png") no-repeat 5px 8px;
	background-size: 17px 17px;
	display: inline-block;
	padding: 10px 10px 10px 28px;
	font-size: 12px;
}

.bookend_search {
	font-size: 20px;
	margin-bottom: 5px;
}

.bookend_search strong {
	font-weight: 500;
}


@media screen and (min-width: 960px) {

	.bookend_searchBlc {
		margin-bottom: 80px;
	}

	.bookend_searchBlc .list_keyword li a {
		background: url("../images/ico_tag_blue.png") no-repeat 7px 5px;
		background-size: 25px 25px;
		display: inline-block;
		padding: 10px 15px 10px 40px;
		font-size: 14px;
	}

	.bookend_searchBlc .list_keyword li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}


/* sp foot nav */

.sp_foot_nav {
	position: fixed;
	width: 80%;
	bottom: 15px;
	left: 10%;
	z-index: 100;
	display: none;
}

.sp_foot_nav_inner {
	background: #ffffff;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
	padding: 5px;
	border-radius: 5px;
	position: relative;
}

.sp_foot_nav_inner:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 10;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2);
}

.sp_foot_nav_inner2 {
	background: #f3f3f3;
	/* background: #2fbf1c; ←SPアンケートバナースタイル*/
	border-radius: 5px;
	position: relative;
	padding: 25px 10px 20px 10px;
	/* padding: 22px 10px 20px 10px; ←SPアンケートバナースタイル*/
}

.sp_foot_nav_inner2:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #f3f3f3;
	/* border-top: 10px solid #2fbf1c; ←SPアンケートバナースタイル*/
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 12;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}

.sp_foot_close {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	right: 0;
	z-index: 110;
}

.sp_foot_close a{
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	background: #313131;
	text-indent: -9999px;
	overflow: hidden;
	/* border-radius: 0 3px 0 0;←SPアンケートバナースタイル */
}

.sp_foot_close a:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	z-index: 120;
	top: 10px;
	left: 2px;
}

.sp_foot_close a:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	z-index: 120;
	top: 10px;
	left: 2px;
}

/* SPアンケートバナースタイル */
/* .sp_foot_nav_wrapper a{
	display: block;
}
.sp_foot_nav_thumb {
	width: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
} */

.sp_foot_nav_thumb {
	width: 60px;
	float: left;
}


.sp_foot_nav_thumb img {
	width: 100%;
	height: auto;
}
.sp_foot_nav_text {
	padding: 0 0 0 70px;
	text-align: left;
	font-size: 13px;
	color: #313131;
}
.sp_foot_nav_text strong {
	font-weight: 500;
}

/* SPアンケートバナースタイル */
/* .sp_foot_nav_text {
	padding: 0 0 10px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
.sp_foot_nav_text span {
	display: block;
	font-size: 20px;
}
.sp_foot_nav_click.icon_click {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 70px;
	height: 26px;
	padding: 0 5px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1;
} */

@media screen and (min-width: 960px) {
	.sp_foot_nav {
		display: none;
	}
}

	/* .ap_graphics {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		margin-bottom: 30px;
	} */

	/* .ap_graphic_img1 {
		width: 50%;
	} */

	/* .ap_graphic_img2 {
		width: 50%;
	} */

	/* .ap_graphic_img1 img {
		width: auto;
		height: 120px;
		margin: 0 auto 10px;
	} */

	/* .ap_graphic_img2 img {
		width: auto;
		height: 120px;
		margin: 0 auto 10px;
	} */


@media screen and (min-width: 960px) {

	/* .ap_graphic_img1 {
		width: auto;
		margin: 0 40px 0 0;
	} */

	/* .ap_graphic_img2 {
		width: auto;
		margin: 0 0 0 40px;
	} */

	/* .ap_graphic_img1 img {
		width: auto;
		height: 200px;
		margin-bottom: 10px;
	} */

	/* .ap_graphic_img2 img {
		width: auto;
		height: 200px;
		margin-bottom: 10px;
	} */
}

.auther_blc {
	margin-top: 25px;
}

#wpadminbar {
	display: none!important;
}

/* 字下げ */
.text-indent01 {
	display: inline-block;
	padding-left: 28px;
}
@media screen and (max-width: 959px) {
	.text-indent01--sp-none {
		padding-left: 0;
	}
}
.text-indent02 {
	display: inline-block;
	padding-left: 43px;
}
.line-indent01 {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

/* テキストリンク */
.external-link {
	display: inline;
  overflow-wrap: anywhere;
}
.external-link::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 11px;
  margin: 0 0 -1px 4px;
  background: url(../images/ico_exlink-black-new.png) 0 0 no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}