@charset "utf-8";

/* ================================================================================
	Layout
================================================================================ */
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 100;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 200;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 300;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 400;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}

html {
	/* scroll-behavior: smooth; */
}

body {
	min-width: 1160px;
	background: url(/shared/img/pc/bg01.jpg) repeat center 0;
	color: #575252;
	font-family: 'Yu Gothic', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}

a {
	color: #f0790f;
}
a:active, a:hover, a:focus {
	color: #f0790f;
}

.l-container {
	overflow: hidden;
}


/* ---------------------------------------------------------
	header
---------------------------------------------------------- */
.l-header_inner,
.header_nav_list_item > a,
.header_nav_list_item > span {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.l-header {
}
.l-header_inner {
	position: relative;
	z-index: 1000;
	height: 135px;
	padding: 32px 45px 0 35px;
}

.header_logo {
	float: left;
}

.header_contact {
	float: right;
	margin-left: 30px;
	padding-top: 2px;
}

.header_nav {
	float: right;
	padding-top: 18px;
}
.header_nav_list {
}
.header_nav_list_item {
	float: left;
}
.header_nav_list_item > a,
.header_nav_list_item > span {
	display: block;
	padding: 0 15px;
}

/* subnav */
.header_nav_list li {
	position: relative;
}
.header_nav_list_item ul {
	display: none;
	position: absolute;
	top: 50px;
	left: -25%;
	z-index: 100;
	min-width: 150%;
}
.header_nav_list_item li {
	margin-bottom: 1px;
}
.header_nav_list_item li a {
	display: block;
	position: relative;
	padding: 8px 20px 8px 8px;
	border-radius: 3px;
	background: #fab521;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
}
.header_nav_list_item li a:hover {
	opacity: 1;
	background: #fbcb63;
}
.header_nav_list_item li a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 8px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_nav_list_item ul ul {
	top: 0;
	left: calc(100% + 1px);
	min-width: 100%;
}

/* media queries */
@media screen and (max-width: 1480px) {
	.l-header_inner {
		padding: 32px 35px 0 35px;
	}

	.header_nav_list_item > a,
	.header_nav_list_item > span {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1420px) {
	.l-header_inner {
		padding: 32px 30px 0 35px;
	}

	.header_contact {
		display: none;
	}
}


/* ---------------------------------------------------------
	mainvisual
---------------------------------------------------------- */
.l-mainvisual {
}
.l-mainvisual_inner {
	position: relative;
	height: 880px;
}

.mv_detail {
	position: absolute;
	top: 300px;
	left: 76px;
	z-index: 100;
}
.mv_ttl {
	margin-bottom: 33px;
}
.mv_txt {
}

.mv_catch {
	position: absolute;
	right: 40px;
	bottom: 170px;
	z-index: 100;
}

.mv_slider {
	padding-left: 225px;
}
.mv_slider_list_item {
	height: 880px;
	border-radius: 80px 0 0 80px;
	background: no-repeat center center / cover;
}

.mv_news {
	position: absolute;
	right: 40px;
	bottom: 45px;
	z-index: 100;
}
.mv_news_list {
	overflow: hidden;
	width: 32.352vw;
	min-width: 550px;
	border-radius: 32px;
	background: #fff;
}
.mv_news_list_item {
}
.mv_news_list_ttl {
}
.mv_news_list_ttl a {
	display: block;
	height: 64px;
	padding: 0 30px;
	line-height: 64px;
	color: inherit;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.mv_news_list_date {
	margin-right: 20px;
}


/* ---------------------------------------------------------
	content
---------------------------------------------------------- */
.l-content_inner {
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.home .l-content_inner {
	width: auto;
	padding: 0;
}


/* ---------------------------------------------------------
	main
---------------------------------------------------------- */
.l-main {
}
.home .l-main {
}


/* ---------------------------------------------------------
	sidebar
---------------------------------------------------------- */
.l-sidebar {
	padding-top: 60px;
}

.side_blog {
	overflow: hidden;
	margin: 0 -15px;
}
.side_nav {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.side_nav.-recent {
	width: 50%;
}
.side_nav_ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 19px;
}
.side_nav_ttl::after {

	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	/* edit */
	background: #555;
}
.side_nav_scroll {
	height: 285px;
	padding-right: 15px;
}
.side_nav .simplebar-scrollbar {
	right: 0;
	width: 1px;
}
.side_nav .simplebar-scrollbar::before {
	background: rgba(0, 0, 0, 0.3);
}
.side_nav li a {

	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	/* edit */
	border-bottom: 1px solid #eee;
	color: inherit;
}
.side_nav li a::after {

	content: '\f054';
	position: absolute;
	top: 50%;
	right: 5px;
	line-height: 1;
	/* edit */
	color: #666;
	font-family: 'Font Awesome 6 Pro';
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.side_nav li li a {
	padding-left: 1em;
}
.side_nav li li li a {
	padding-left: 2em;
}
.side_nav li a span {
	margin-right: 15px;
}


/* ---------------------------------------------------------
	footer
---------------------------------------------------------- */
.l-footer {
}
.l-footer_inner {
}

.site_btn {
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 1000;
	margin-top: -63px;
}
.site_btn.-is-visible {
	visibility: visible;
}
.site_btn a {
	display: block;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.site_btn.-is-visible a {
	opacity: 1;
}

.scroll_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1000;
}
.scroll_top_btn {
	display: block;
}

.footer_contact {
	width: 1160px;
	margin: 0 auto;
	padding: 80px 0 85px;
	background: url(/shared/img/pc/footer_contact_bg.png) repeat-x left 0;
	text-align: center;
}
.footer_contact_ttl {
	margin-bottom: 29px;
}
.footer_contact_txt {
	margin-bottom: 40px;
	line-height: 2.058;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.09em;
}
.footer_contact_btn_list {
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_contact_btn_list_item {
	margin: 0 8px;
}

.footer_map {
	padding: 0 100px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_map .in {
	overflow: hidden;
	height: 520px;
	border-radius: 70px;
	background: #f6f2e7;
}
.footer_map iframe {
	display: block;
	width: 100%;
	height: 820px;
	margin-top: -150px;
	mix-blend-mode: multiply;
}
/* media queries */
@media screen and (max-width: 1260px) {
	.footer_map {
		padding: 0;
	}
}

.footer_detail,
.footer_about,
.footer_about_txt,
.footer_nav_list,
.footer_nav_list_item {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer_detail {
	position: relative;
	padding: 90px 140px 45px;
	color: #fff;
	font-weight: bold;
}
.footer_detail::before {
	content: '';
	position: absolute;
	top: -230px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -100;
	background: url(/shared/img/pc/footer_bg.jpg) repeat center 0;
}

.footer_about {
	float: left;
	width: 470px;
}
.footer_about_logo {
	margin-bottom: 27px;
}
.footer_about_txt {
	margin-bottom: 30px;
	line-height: 2.187;
	font-size: 16px;
	letter-spacing: 0.055em;
}
.footer_about_banner {
}
.footer_about_banner_list {
}
.footer_about_banner_list_item {
	float: left;
	margin-right: 10px;
}
.footer_about_banner_list_item:last-child {
	margin: 0;
}

.footer_nav {
	float: right;
}
.footer_nav_list {
	float: left;
	margin-right: 70px;
}
.footer_nav_list:last-child {
	margin: 0;
}
.footer_nav_list_item {
	margin-bottom: 22px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.footer_nav_list_item:last-child {
	margin: 0;
}
.footer_nav_list_item a {
	color: inherit;
}
.footer_nav_list_item a::before {
	content: '\f105';
	position: relative;
	margin-right: 7px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.footer_bottom {
	clear: both;
	padding-top: 68px;
	line-height: 1;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.footer_link {
	float: left;
}
.footer_link a {
	color: inherit;
}

.footer_copyright {
	float: right;
}

@media screen and (max-width: 1480px) {
	.footer_about {
		width: 420px;
	}
	.footer_about_txt {
		font-size: 15px;
		letter-spacing: 0;
	}
	.footer_nav_list {
		margin-right: 30px;
	}
	.footer_nav_list_item {
		font-size: 15px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 1260px) {
	.footer_detail {
		padding: 90px 70px 45px;
	}
}


/* ================================================================================
	Content
================================================================================ */

/* ---------------------------------------------------------
	Top
---------------------------------------------------------- */
.js-sr_item,
.top_feature {
	visibility: hidden;
}

.top_concept {
	position: relative;
	margin-bottom: 120px;
	padding-top: 130px;
}
.top_concept::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: calc(50% + 190px);
	z-index: -100;
	height: 580px;
	border-bottom-left-radius: 20px;
	background: url(/shared/img/pc/top_concept_bg.jpg) repeat center 0;
}
.top_concept_inner {
	position: relative;
	width: 1160px;
	min-height: 570px; /* scrollreveal.min.js 対応 */
	margin: 0 auto;
}
.top_concept_detail {
	float: left;
	width: 520px;
	padding-bottom: 110px;
}
.top_concept_ttl {
	margin-bottom: 30px;
}
.top_concept_txt {
	line-height: 2.25;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_concept_txt h3 {
	font-size: 18px;
	font-weight: bold;
}
.top_concept_txt p {
	margin-bottom: 10px;
}
.top_concept_txt :last-child {
	margin-bottom: 0;
}
.top_concept_img {
	float: right;
	width: 726px;
	margin-right: -140px;
}
.top_concept_img_list {
}
.top_concept_img_list_item {
	float: left;
	width: 345px;
}
.top_concept_img_list_item:nth-child(2) {
	float: right;
	padding-top: 55px;
}
.top_concept_img_list_item img {
	border-radius: 20px;
}
.top_concept_add {
	position: absolute;
	bottom: -20px;
	left: -45px;
}

.top_feature {
	position: relative;
	margin-bottom: 110px;
	color: #fff;
	text-align: center;
}
.top_feature::before {
	content: '';
	position: absolute;
	top: 0;
	right: 100px;
	bottom: 0;
	left: 0;
	z-index: -100;
	border-radius: 0 80px 80px 0;
	background: url(/shared/img/pc/bg02.jpg) repeat center 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top_feature_inner {
	width: 1160px;
	margin: 0 auto;
	padding: 85px 0 95px;
}
.top_feature_ttl {
	margin-bottom: 49px;
}
.top_feature_txt {
	margin-bottom: 47px;
	line-height: 2.333;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_feature_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -26px;
}
.top_feature_list_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 20%;
	max-width: 20%;
	padding: 0 16px;
}
.top_feature_list_img {
	margin-bottom: 32px;
}
.top_feature_list_txt {
	line-height: 1.933;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

/* media queries */
@media screen and (max-width: 1600px) {
	.top_feature::before {
		right: 0;
	}
}

.top_trouble {
	width: 1160px;
	min-height: 579px; /* scrollreveal.min.js 対応 */
	margin: 0 auto 130px;
}
.top_trouble_ttl {
	margin-bottom: 36px;
	text-align: center;
}
.top_trouble_inner {
}
.top_trouble_dots {
	height: 55px;
	margin-bottom: 56px;
	text-align: center;
}
.top_trouble_dots_list {
}
.top_trouble_dots_list li {
	display: inline-block;
	margin: 0 10px;
}
.top_trouble_dots_list li span {
	display: block;
	position: relative;
	z-index: 100;
	width: 260px;
	height: 55px;
	border: 2px solid #f1af20;
	border-radius: 28px;
	background: #fff;
	line-height: 52px;
	font-size: 19px;
	font-weight: bold;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	text-align: center;
	letter-spacing: 0.05em;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top_trouble_dots_list li:hover span,
.top_trouble_dots_list li.slick-active span {
	border-color: #f1af20;
	background: #f1af20;
	color: #fff;
}

.top_trouble_list {
	display: none; /* scrollreveal.min.js 対応 */
	height: 390px; /* scrollreveal.min.js 対応 */
	margin: 0 -40px !important;
}
.top_trouble_list.slick-initialized {
	display: block; /* scrollreveal.min.js 対応 */
}
.top_trouble_list .slick-list {
	overflow: visible;
}
.top_trouble_list_item {
	padding: 0 40px;
}
.top_trouble_list_item .in {
	width: 1160px; /* scrollreveal.min.js 対応 */
	height: 390px; /* scrollreveal.min.js 対応 */
}
.top_trouble_list_detail {
	float: right;
	width: 580px;
	height: 390px;
	padding: 45px 50px 0;
	border-bottom-right-radius: 40px;
	background: url(/shared/img/pc/top_trouble_list_detail_bg.jpg) no-repeat 0 0;
}
.top_trouble_list_ttl {
	margin-bottom: 36px;
	line-height: 1;
}
.top_trouble_list_point {
}
.top_trouble_list_point li {
	margin-bottom: 20px;
	line-height: 1;
}
.top_trouble_list_point li:last-child {
	margin: 0;
}
.top_trouble_list_img {
	float: left;
	width: 580px;
	height: 390px;
}
.top_trouble_list_img img {
	border-top-left-radius: 40px;
}

/* slick-arrow */
.top_trouble .slick-prev,
.top_trouble .slick-next,
.top_trouble .slick-prev::before,
.top_trouble .slick-next::before {
	width: 30px;
	height: 40px;
}
.top_trouble .slick-prev,
.top_trouble .slick-next {
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: none;
	transform: none;
}
.top_trouble .slick-prev { left: -13px; }
.top_trouble .slick-next { right: -13px; }
.top_trouble .slick-prev:hover,
.top_trouble .slick-next:hover {
	opacity: 0.7;
}
.top_trouble .slick-prev::before,
.top_trouble .slick-next::before {
	display: block;
	opacity: 1;
	line-height: 40px;
	color: #f1af20;
	font-family: 'Font Awesome 6 Pro';
	font-size: 50px;
	font-weight: 400;
}
.top_trouble .slick-prev::before {
	content: '\f104';
}
.top_trouble .slick-next::before {
	content: '\f105';
}

.top_strength {
	width: 1160px;
	margin: 0 auto 150px;
}
.top_strength_ttl {
	margin-bottom: 55px;
	text-align: center;
}
.top_strength_inner {
}
.top_strength_list {
}
.top_strength_list_item {
	min-height: 400px; /* scrollreveal.min.js 対応 */
	margin-bottom: 50px;
}
.top_strength_list_item:last-child {
	margin: 0;
}
.top_strength_list_detail {
	float: left;
	width: 495px;
	padding-top: 12px;
}
.top_strength_list_item:nth-child(even) .top_strength_list_detail {
	float: right;
}
.top_strength_list_ttl {
	margin-bottom: 33px;
}
.top_strength_list_txt {
	line-height: 2.187;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_strength_list_img {
	float: right;
	width: 670px;
	margin-right: -50px;
}
.top_strength_list_item:nth-child(even) .top_strength_list_img {
	float: left;
	margin: 0 0 0 -50px;
}
.top_strength_list_img img {
	border-radius: 25px;
}

.top_info {
	position: relative;
	margin-bottom: 110px;
	padding-top: 600px;
}
.top_info::before,
.top_info::after {
	content: '';
	position: absolute;
}
.top_info::before {
	top: 0;
	right: 0;
	left: 100px;
	z-index: -100;
	height: 600px;
	border-radius: 70px 0 0 70px;
	background: url(/shared/img/pc/top_info_bg.jpg) no-repeat center center / cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* media queries */
@media screen and (max-width: 1600px) {
	.top_info::before {
		left: 0;
	}
}
.top_info::after {
	top: 335px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -200;
	background: url(/shared/img/pc/bg02.jpg) repeat center 0;
}
.top_info_inner {
	width: 1160px;
	margin: 0 auto;
	padding: 70px 0 75px;
}
.top_info_movie {
	float: left;
	width: 560px;
}
.top_info_movie_ttl {
	margin-bottom: 40px;
	text-align: center;
}
.top_movie_embed {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}
.top_movie_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_info_license {
	float: right;
	width: 560px;
}
.top_info_license_ttl {
	margin-bottom: 40px;
	text-align: center;
}
.top_info_license_detail {
	height: 315px;
	padding: 32px 45px 0;
	background: #fff;
}
.top_info_license_list {
	margin-bottom: 26px;
}
.top_info_license_list_item {
	line-height: 2.125;
	font-size: 16px;
	font-weight: bold;
}
.top_info_license_list_item::before {
	content: '\f058';
	margin-right: 11px;
	line-height: 1;
	color: #70af25;
	font-family: 'Font Awesome 6 Pro';
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	letter-spacing: 0;
}
.top_info_license_txt {
	font-size: 16px;
	font-weight: bold;
}
.top_info_txt {
	clear: both;
	margin-bottom: 35px;
	padding-top: 50px;
	line-height: 2.187;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}
.top_info_btn {
	text-align: center;
}

.top_service {
	width: 1160px;
	margin: 0 auto 95px;
}
.top_service_ttl {
	margin-bottom: 60px;
	text-align: center;
}
.top_service_inner {
}
.top_service_list {
	margin-bottom: 90px;
}
.top_service_list_item {
	margin-bottom: 70px;
}
.top_service_list_item:last-child {
	margin: 0;
}
.top_service_list_detail {
	float: left;
	width: 500px;
	padding-top: 23px;
}
.top_service_list_item:nth-child(even) .top_service_list_detail {
	float: right;
}
.top_service_list_ttl {
	margin-bottom: 30px;
	line-height: 1;
}
.top_service_list_txt {
	margin-bottom: 36px;
	line-height: 2;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_service_list_txt p {
	margin-bottom: 13px;
}
.top_service_list_txt :last-child {
	margin: 0;
}
.top_service_list_txt h4 {
	font-size: 17px;
	font-weight: bold;
}
.top_service_list_txt small {
	font-size: 14px;
}
.top_service_list_btn {
}
.top_service_list_img {
	float: right;
	width: 670px;
	margin-right: -50px;
}
.top_service_list_item:nth-child(even) .top_service_list_img {
	float: left;
	margin: 0 0 0 -50px;
}
.top_service_list_img img {
	border-radius: 25px;
}

.top_service_other {
}
.top_service_other_ttl {
	margin-bottom: 40px;
	text-align: center;
}
.top_service_other_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px 26px;
}
.top_service_other_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
	max-width: 33.333333%;
	padding: 0 20px;
}
.top_service_other_list_img {
	margin-bottom: 20px;
}
.top_service_other_list_img img {
	border-radius: 15px;
}
.top_service_other_list_txt {
	line-height: 2;
	font-size: 15px;
}
.top_service_other_list_txt h4 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_service_btn {
	text-align: center;
}

.top_gallery {
	margin-bottom: 125px;
	background: url(/shared/img/pc/top_gallery_bg.jpg) repeat center 0;
}
.top_gallery_inner {
	width: 1160px;
	margin: 0 auto;
	padding: 94px 0 103px;
}
.top_gallery_head {
	position: relative;
	margin-bottom: 45px;
}
.top_gallery_ttl {
}
.top_gallery_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.top_gallery_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px;
}
.top_gallery_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
	max-width: 33.333333%;
	padding: 0 20px;
}
.top_gallery_list_img {
	margin-bottom: 20px;
}
.top_gallery_list_img img {
	border-radius: 15px;
}
.top_gallery_list_ttl {
	line-height: 1.8;
	font-size: 14px;
	font-weight: bold;
}
.top_gallery_list_ttl a {
	color: inherit;
}

.top_about {
	width: 1160px;
	margin: 0 auto 130px;
}
.top_about_list_item {
	margin-bottom: 70px;
}
.top_about_list_item:last-child {
	margin: 0;
}
.top_about_list_detail {
	float: right;
	width: 480px;
}
.top_about_list_detail :last-child {
	margin: 0;
}
.top_about_list_item:nth-child(even) .top_about_list_detail {
	float: left;
}
.top_about_list_ttl {
	margin-bottom: 22px;
}
.top_about_list_txt {
	margin-bottom: 32px;
	line-height: 1.933;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.top_about_list_txt p {
	margin-bottom: 18px;
}
.top_about_list_txt p strong {
	color: #318a00;
}
.top_about_list_img {
	float: left;
	width: 700px;
	margin-left: -80px;
}
.top_about_list_item:nth-child(even) .top_about_list_img {
	float: right;
	margin: 0 -80px 0 0;
}
.top_about_list_img img {
	border-radius: 25px;
}
.top_about_list_btn {
}

.top_banner {
	width: 1160px;
	margin: 0 auto 100px;
}
.top_banner_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -2px;
}
.top_banner_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	padding: 0 2px;
}
.top_banner_list_ttl {
	margin-bottom: 27px;
}
.top_banner_list_ttl img {
	border-radius: 40px 0 0 40px;
}
.top_banner_list_item:nth-child(even) .top_banner_list_ttl img {
	border-radius: 0 40px 40px 0;
}
.top_banner_list_txt {
	padding-right: 20px;
	line-height: 2;
	font-size: 15px;
	font-weight: bold;
}

.top_blog {
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 110px;
}
.top_blog_head {
	position: relative;
	margin-bottom: 50px;
}
.top_blog_ttl {
}
.top_blog_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.top_blog_inner {
}
.top_blog_list {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -26px;
}
.top_blog_list_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	padding: 0 26px;
}
.top_blog_list_img {
	width: 250px;
	margin-bottom: 18px;
}
.top_blog_list_img img {
	border-radius: 15px;
}
.top_blog_list_ttl {
	margin-bottom: 5px;
	line-height: 1.8;
	font-size: 15px;
	font-weight: bold;
}
.top_blog_list_ttl a {
	color: inherit;
}
.top_blog_list_date {
	display: block;
	color: #a69c9c;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}


/* ---------------------------------------------------------
	Lower
---------------------------------------------------------- */
.l-page_header {
	margin-bottom: 80px;
	background: url(/shared/img/pc/page_header_bg01.jpg) repeat-x center 0;
}
.l-page_header_mod {
	/* position: relative; */
	background: url(/shared/img/pc/page_header_bg02.jpg) no-repeat center 0;
}
/*
.l-page_header::before,
.l-page_header::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(87, 82, 82, 0.035);
}
.l-page_header::before { top: 0; }
.l-page_header::after { bottom: 0; }
*/
.l-page_header_inner {
	display: -ms-flexbox;
	display: flex;

	overflow: hidden;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	width: 1160px;
	height: 345px;
	margin: 0 auto;
}


.page_ttl_group {
	padding-top: 30px;
}
.page_ttl_en {
}
.page_ttl {
	margin-bottom: 17px;
	line-height: 1.3;
	color: #4f4a4a;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.page_ttl span {
	margin-left: 15px;
	font-size: 23px;
}

.bread_wrap {
}
.bread {
}
.bread_item {
	display: inline-block;
	position: relative;
	/* float: left; */
	font-size: 12px;
	font-weight: 500;
}
.bread_item.-home {
}
.bread_item::after {
	content: '\f105';
	position: relative;
	margin: 0 10px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.bread_item a {
	color: inherit;
}
.bread_item:last-child::after {
	content: none;
}
.bread_item:last-child a {
	color: inherit;
	pointer-events: none;
}


/* ================================================================================
	Entry
================================================================================ */
.entry {
	margin-bottom: 50px;
}
.entry:last-of-type {
	margin: 0;
}

.entry_thumb {
	margin-bottom: 40px;
}

.no_entry_txt {
	padding: 60px 0;
	text-align: center;
}

.entry_meta {
	margin: 50px 0 0;
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d9cdcd;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
}
.entry_meta_detail {
	float: right;
}
.entry_meta_date {
	color: #888;
}
.entry_meta_cat {
	margin-left: 10px;
}
.entry_meta_cat::before {
	content: 'a';
	margin-right: 5px;
	font-family: 'CONDENSEicon';
}
.entry_share {
	float: left;
}
.entry_share_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry_share_list_item {
	padding: 0 4px 0 0;
}
.entry_share_list_item * {
	vertical-align: top !important;
}
/* Facebook レイアウト崩れ対応 */
.entry_share_list_item .fb_iframe_widget span,
.entry_share_list_item .fb_iframe_widget iframe {
	display: block !important;
	min-width: 157px !important;
	height: 20px !important;
}

.entry_body, .mceContentBody {
	line-height: 2.2;
	font-size: 15px;
}

.entry_body h2, .mceContentBody h2,
.entry_body h3, .mceContentBody h3,
.entry_body h4, .mceContentBody h4,
.entry_body h5, .mceContentBody h5 {
	clear: both;
}
.entry_body h2 img, .mceContentBody h2 img,
.entry_body h3 img, .mceContentBody h3 img,
.entry_body h4 img, .mceContentBody h4 img,
.entry_body h5 img, .mceContentBody h5 img {
	vertical-align: middle;
}


/* entry_ttl */
.entry_ttl,
.entry_body h2,
.mceContentBody h2 {
	position: relative;
	margin: 80px 0 30px;
	padding: 23px 25px;
	border-radius: 15px 15px 0 0;
	background: url(/shared/img/pc/bg02.jpg) repeat center 0;
	line-height: 1.6;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}
.entry_ttl::before,
.entry_body h2::before,
.mceContentBody h2::before {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f5f1e8;
}
.entry_ttl a,
.entry_body h2 a,
.mceContentBody h2 a {
	color: inherit;
}

/* h3 */
.h3,
.entry_body h3,
.mceContentBody h3 {
	position: relative;
	margin: 2.2em 0 1.3em;
	padding: 2px 0 9px 20px;
	border-bottom: 2px solid #e2dbcc;
	line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
}
.h3::before,
.entry_body h3::before,
.mceContentBody h3::before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 16px;
	left: 0;
	width: 5px;
	background: #abcf45;
}

/* h4 */
.h4,
.entry_body h4,
.mceContentBody h4 {
	position: relative;
	margin: 2em 0 1.1em;
	padding: 0 0 0 25px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: bold;
}
.h4::before,
.entry_body h4::before,
.mceContentBody h4::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 12px;
	border: 4px solid #f5b220;
	border-radius: 50%;
	-webkit-transform: translateY(-42.5%);
	transform: translateY(-42.5%);
}

/* h5 */
.h5,
.entry_body h5,
.mceContentBody h5 {
	margin: 1.8em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #d9cdcd;
	font-size: 16px;
	font-weight: bold;
}

.entry_body h2 + h3, .mceContentBody h2 + h3,
.entry_body h2 + h4, .mceContentBody h2 + h4,
.entry_body h2 + h5, .mceContentBody h2 + h5 {
	margin-top: 0;
}

.entry_body p, .entry_body hr, .entry_body table,
.mceContentBody p, .mceContentBody hr, .mceContentBody table {
	margin: 0 0 1em 0;
}
.entry_body hr,
.mceContentBody hr {
	height: 1px;
	margin: 30px 0;
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #ccc; /* edit */
}
.entry_body strong,
.mceContentBody strong {
}
.entry_body code,
.mceContentBody code {
	display: inline-block;
	padding: 4px 5px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #f8f8f8;
	font-family: inherit;
}
.entry_body * code,
.mceContentBody * code {
	margin: 0 5px;
}

.entry_body table,
.mceContentBody table {
	width: 100%;
}
.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	padding: 12px 15px;
	border: 1px solid #ccc; /* edit */
	text-align: left;
	vertical-align: top;
}
.entry_body table th p, .entry_body table td p,
.mceContentBody table th p, .mceContentBody table td p {
	margin: 10px 0;
}
.entry_body table th,
.mceContentBody table th {
	background: #f7f7f7; /* edit */
}
.entry_body table thead th,
.mceContentBody table thead th {
	padding: 8px 10px;
	text-align: center;
}

.entry_body .tbl_std th, .mceContentBody .tbl_std th {
	width: 22%;
}

.entry_body .tbl_underline th, .entry_body .tbl_underline td,
.mceContentBody .tbl_underline th, .mceContentBody .tbl_underline td {
	border-width: 0 0 1px;
	background: none;
}

.entry_body .tbl_fixed,
.mceContentBody .tbl_fixed {
	table-layout: fixed;
}

.entry_body ul, .entry_body ol,
.mceContentBody ul, .mceContentBody ol {
	margin: 10px 0;
}
.entry_body ul ul, .entry_body ol ul,
.mceContentBody ul ul, .mceContentBody ol ul {
	margin: 5px 0 5px 2em;
}
.entry_body ul ol, .entry_body ol ol,
.mceContentBody ul ol, .mceContentBody ol ol {
	margin: 5px 0;
}
.entry_body ol,
.mceContentBody ol {
	counter-reset: num;
	list-style: none;
}
.entry_body ol > li,
.mceContentBody ol > li {
	position: relative;
	padding-left: 2em;
}
.entry_body ol > li::before,
.mceContentBody ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.entry_body .list_disc li, .entry_body .list_check li,
.mceContentBody .list_disc li, .mceContentBody .list_check li {
	font-size: 14px;
}
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	position: relative;
	top: 1px;
	left: 0;
	margin-right: 10px;
	line-height: 1;
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.entry_body .list_disc ul, .entry_body .list_check ul,
.mceContentBody .list_disc ul, .mceContentBody .list_check ul {
	margin: 5px 0 5px 25px !important;
}
.entry_body .list_disc li::before,
.mceContentBody .list_disc li::before {
	content: '\f111';
}
.entry_body .list_check li::before,
.mceContentBody .list_check li::before {
	content: '\f00c';
}
.entry_body .list_l li,
.mceContentBody .list_l li {
	margin-bottom: 15px;
}
.entry_body .list_l ul,
.mceContentBody .list_l ul {
	margin: 15px 0 15px 2em;
}
.entry_body img,
.mceContentBody img {
	max-width: 100%;
	height: auto;
}
.entry > .entry_ttl:first-child,
.entry_body .entry_ttl:first-child, .mceContentBody .entry_ttl:first-child,
.entry_body h2:first-child, .mceContentBody h2:first-child,
.entry_body h3:first-child, .mceContentBody h3:first-child,
.entry_body h4:first-child, .mceContentBody h4:first-child,
.entry_body h5:first-child, .mceContentBody h5:first-child,
.entry_body p:first-child, .mceContentBody p:first-child,
.entry_body ul:first-child, .mceContentBody ul:first-child,
.entry_body ol:first-child, .mceContentBody ol:first-child,
.entry_body dl:first-child, .mceContentBody dl:first-child,
.entry_body hr:first-child, .mceContentBody hr:first-child,
.entry_body table:first-child, .mceContentBody table:first-child,
.entry_body div:first-child, .mceContentBody div:first-child {
	margin-top: 0;
}
.entry_body .entry_ttl:last-child, .mceContentBody .entry_ttl:last-child,
.entry_body h2:last-child, .mceContentBody h2:last-child,
.entry_body h3:last-child, .mceContentBody h3:last-child,
.entry_body h4:last-child, .mceContentBody h4:last-child,
.entry_body h5:last-child, .mceContentBody h5:last-child,
.entry_body p:last-child, .mceContentBody p:last-child,
.entry_body ul:last-child, .mceContentBody ul:last-child,
.entry_body ol:last-child, .mceContentBody ol:last-child,
.entry_body dl:last-child, .mceContentBody dl:last-child,
.entry_body hr:last-child, .mceContentBody hr:last-child,
.entry_body table:last-child, .mceContentBody table:last-child,
.entry_body div:last-child, .mceContentBody div:last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------
Wordpress editor style
---------------------------------------------------------- */
.entry_body .aligncenter, .entry_body div.aligncenter,
.mceContentBody .aligncenter, .mceContentBody div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry_body .alignleft,
.mceContentBody .alignleft {
	float: left;
}
.entry_body .alignright,
.mceContentBody .alignright {
	float: right;
}
.entry_body .wp-caption,
.mceContentBody .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-top: 1px dotted #d1d1d1;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.entry_body .wp-caption img,
.mceContentBody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.entry_body .wp-caption p.wp-caption-text,
.mceContentBody .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}
.entry_body dl.gallery-item dt.gallery-icon,
.mceContentBody dl.gallery-item dt.gallery-icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 13px;
	font-weight: normal;
}
.entry_body dl.gallery-item dt.gallery-icon::after,
.mceContentBody dl.gallery-item dt.gallery-icon::after {
	display: none;
}
.entry_body dl.gallery-item dt.gallery-icon img,
.mceContentBody dl.gallery-item dt.gallery-icon img {
	margin-bottom: 0;
}
.entry_body dl.gallery-item dd.gallery-caption,
.mceContentBody dl.gallery-item dd.gallery-caption {
	margin: 4px 0;
}


/* ================================================================================
	Pager
================================================================================ */
/* pager */
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0 7px;
	border: 1px #333 solid;
	background: #fff;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.pager span.extend {
	padding: 0;
	border: none;
	background: none;
}
.pager a {
	color: inherit;
	text-decoration: none;
}
.pager a:hover {
	opacity: 1;
	background: #333;
	color: #fff;
}
.pager .current {
	background: #333;
	color: #fff;
}
.pager .first, .pager .last, .pager .previouspostslink, .pager .nextpostslink {
	padding: 0 10px;
}

/* single */
.single_pager {
	margin-top: 40px;
}
.single_pager_item.-prev {
	float: left;
}
.single_pager_item.-next {
	float: right;
}


/* ================================================================================
	Blog
================================================================================ */
.blog_list {
	margin-bottom: 30px;
}
.blog_list_item {
	margin-bottom: 60px;
}
.blog_list_body {
	position: relative;
}
.blog_list_ttl {
	margin-top: 0;
}
.list_blog_inner {
	overflow: hidden;
	position: relative;
}
.blog_list_img {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.blog_list_img a {
	display: block;
	overflow: hidden;
	height: 180px;
}
.blog_list_img.-blank a {
	position: relative;
	background: #eee;
}
.blog_list_img.-blank a::before,
.blog_list_img.-blank a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #ccc;
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blog_list_img.-blank a::before {
	content: '\f03e';
}
.blog_list_img.-blank a::after {
	content: '\f715';
}

.blog_list_txt {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 15px;
}
.blog_list_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
.blog_list_more a {
}
.blog_list_more i {
	margin-left: 10px;
}


/* ================================================================================
	Gallery
================================================================================ */
/* list */
.gallery_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -20px;
}
.gallery_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
	max-width: 33.333333%;

	padding: 0 20px 30px;
}
.gallery_list_img {
	margin-bottom: 10px;
}
.gallery_list_img img {
	border-radius: 15px;
}
.gallery_list_ttl {
	line-height: 1.8;
	font-size: 14px;
	font-weight: bold;
}
.gallery_list_ttl a {
	color: inherit;
}

/* detail */
.gallery_ttl {
	margin-bottom: 40px;
}

.gallery_detail {
	margin-bottom: 30px;
}

.gallery_ba {
	position: relative;
}
.gallery_ba_item {
	float: left;
	width: 480px;
}
.gallery_ba_item.-after {
	float: right;
	width: 590px;
}
.gallery_ba_txt {
	margin-bottom: 22px;
	line-height: 1;
}
.gallery_ba_item.-before .gallery_ba_txt {
}
.gallery_ba_item.-after .gallery_ba_txt {
}
.gallery_ba_img {
}
.gallery_ba_img img {
	border-radius: 15px;
}
.gallery_ba.-single .gallery_ba_img img {
}
.gallery_ba_arrow {
	float: left;
	width: 90px;
	padding-top: 184px;
	text-align: center;
}
.gallery_ba_arrow i {
	color: #f19b27;
	font-size: 50px;
	backface-visibility: hidden;
}

.gallery_detail_sub {
	margin-top: 50px;
}
.gallery_ba.-single + .gallery_detail_sub {
	margin-top: 20px;
}
.gallery_detail_sub_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.gallery_detail_sub_list_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 25%;
	max-width: 25%;
	padding: 0 10px 20px;
}
.gallery_detail_sub_list_item img {
	border-radius: 10px;
	image-rendering: high-quality;
}

.gallery_detail_meta {
	margin-bottom: 60px;
}
.gallery_detail_meta th,
.gallery_detail_meta td {
	padding: 15px 10px 10px !important;
	border-color: #d5d0d0 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	background: none !important;
	font-size: 14px;
}
.gallery_detail_meta th {
	width: 12.5%;
	background: none !important;
}
.gallery_detail_meta td {
}


/* ================================================================================
	Contact
================================================================================ */
.form_header {
	margin-bottom: 80px;
}

.form table th, .form table td {
	border-color: #e5e5e5; /* edit */
	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.form table th {
	width: 30%;
	padding: 15px 20px;
	background: none !important;
	line-height: 1.5;
	text-align: left;
}
.form table td {
	padding: 20px 20px 20px 0;
}
.form table tr:first-child th, .form table tr:first-child td {
	padding-top: 0;
	border-top: none;
}

.form table th.va_top {
	padding-top: 15px;
	vertical-align: top;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	display: block;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background: #fff;
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	outline: 0;
	border-color: #333;
}
.form select {
	/* height: 30px; */
}
.form textarea {
	height: auto;
}
.form input[type='radio'], .form input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form ul li {
	margin-bottom: 5px;
}
.form ul li label {
	cursor: pointer;
}
.form ul li:last-child {
	margin-bottom: 0;
}
.form .submessage {
	color: #707070;
	font-size: 10px;
}
.form .require {
	padding-left: 5px;
	color: #dc3545;
}
.form .error {
	padding-top: 5px;
	color: #dc3545;
}

.form .form_footer {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
.form .form_footer input {
	width: 100px;
	height: 35px;
	margin: 0 5px;
	background: #aaa;
	color: #fff;
}
.form .form_footer input.-primary {
	background: #333;
}
.form .form_footer input:hover, .form .form_footer input:active {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form .form_footer .ajax-loader {
	display: block;
	margin: 20px auto 0;
	line-height: 1;
}


/* ================================================================================
	Override
================================================================================ */
/* side_nav */
.side_nav_ttl {
	font-weight: bold;
}
.side_nav_ttl::after {
	background: #9aca20;
	background: #56a41c;
}
.side_nav_list,
.side_nav_list li a {
	border-color: #d9cdcd;
}
.side_nav_list li a::after {
	color: #666;
}

/* entry */
.entry_body hr {
	border-color: #d9cdcd;
}

.entry_body strong,
.mceContentBody strong {
	color: #318a00;
}

.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	border-color: #d5d0d0;
}
.entry_body table th {
	/* background: #f2f2dd; */
	background: #f7faec;
}
.entry_body table td {
	background: #fff;
}

.entry_body ol > li::before,
.mceContentBody ol > li::before,
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	color: #56a41c;
}


/* pager */
.pager a, .pager span {
	border-color: #f1af20;
	color: #f1af20;
}
.pager a:hover {
	background: #f1af20;
}
.pager .current {
	background: #f1af20;
}


/* form */
.form table th, .form table td {
	border-color: #d5d0d0;
	background: none;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	border-color: #ccc;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #f1af20;
}

.form .form_footer {
	padding-top: 40px;
}
.form .form_footer input.-primary {
	width: 230px;
	height: 54px;
	padding: 0;
	border-radius: 27px;
	background: #f1af20;
	font-weight: bold;
}