@charset "utf-8";
/*
Theme Name:    pure
Theme URI:
Description:   WordPressテーマ「pure」pure-photography用カスタマイズテーマ
Author:        Y.
Version:       1.1
*/
body, html{
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000;
	f/*ont-family: 'Kiwi Maru', serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }

html,
body {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-print-color-adjust: exact;
}
body.bg_member {
	background-size: cover !important;
}
/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */
a{
	color: #000;
	transition: all 0.5s ease 0s;
}
a:hover,
a:focus{
	text-decoration: none;
	color: #000;
}
a:focus, *:focus { outline:none; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* ==================================================  
	+1: Leyout Pattern Set
================================================== */
.boxSet {
	clear: both;
	float: none;
}
/* clearFix
================================================== */
.clearFix:after { content: "."; clear: both; height: 0; visibility: hidden; display: block; }

.clearFix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearFix { zoom:1; height: 1%; }

.clearFix { display: block; }/* End hide from IE-mac */

/* ------ General Settings ------ */
/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.img {
	text-align: center;
}
img {
  flex-shrink: 0;
}
.pr0 {
	padding-right: 0px !important;
}
.pl0 {
	padding-left: 0px !important;
}
.full_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
/* ==================================================
	レスポンシブ_カラム対応
================================================== */
/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;
}
/* 各カラムの幅を％で設定 */
.one-second {width: 48.3870967741%;}
.one-third {width: 31.1827956988%;}
.two-third {width: 65.5913978494%;}

.one-third2 {width: 26.7741935482%;}
.two-third2 {width: 70%;}

.one-fourth {width: 22.580645161375%;}
.two-fourth {width: 48.38709677425%;}
.three-fourth {width: 74.193548387125%;}

.one-fifth {width: 17.4193548388%;}
.two-fifth {width: 38.0645161291%;}
.three-fifth {width: 58.7096774194%;}
.four-fifth {width: 79.3548387097%;}

@media screen and (max-width: 767px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.col.sp_float_one-fourth {
		float: left;
		width: 22.580645161375%;
		margin-left: 3.2258064515%;
	}
	.col.sp_float_one-fourth:first-child,
	.col.sp_float_one-fourth.left {margin-left: 0;}
	.col.sp_float_one-fourth.right {
		float: right;
		margin-left: 3.2258064515%;
	}
}

ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
/* ==========================================================================
Waypoints
========================================================================== */
.wp1,.wp2,.wp3,.wp4,.wp5,.wp6,.wp7,.wp8,.wp9,.wp10,.wp11,.wp12,.wp13,.wp14,.wp15,.wp16,.wp17,.wp18,.wp19,.wp20 {visibility: hidden;}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown .zoomIn {visibility: visible;}
.delay-1s {-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.delay-2s {-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay-3s {-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.delay-4s {-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay-5s {-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay-6s {-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay-7s {-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.delay-8s {-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}
.delay-9s {-webkit-animation-delay: 0.9s;animation-delay: 0.9s;}
.delay-10s {-webkit-animation-delay: 1s;animation-delay: 1s;}
.delay-11s {-webkit-animation-delay: 1.1s;animation-delay: 1.1s;}
.delay-12s {-webkit-animation-delay: 1.2s;animation-delay: 1.2s;}
.delay-13s {-webkit-animation-delay: 1.3s;animation-delay: 1.3s;}
.delay-14s {-webkit-animation-delay: 1.4s;animation-delay: 1.4s;}
.delay-15s {-webkit-animation-delay: 1.5s;animation-delay: 1.5s;}
.delay-16s {-webkit-animation-delay: 1.6s;animation-delay: 1.6s;}
.delay-17s {-webkit-animation-delay: 1.7s;animation-delay: 1.7s;}
.delay-18s {-webkit-animation-delay: 1.8s;animation-delay: 1.8s;}
.delay-19s {-webkit-animation-delay: 1.9s;animation-delay: 1.9s;}
.delay-20s {-webkit-animation-delay: 2s;animation-delay: 2s;}
/* ==========================================================================
border_bg
========================================================================== */
.border_bg {
	position: absolute;
	width:100%;
	height:1px;
	background:#92AC7E98;
	z-index: -1;
}
.border_bg.border01 { transform:rotate( -18deg);}
.border_bg.border02 { transform:rotate( -15deg);}
.border_bg.border03 { transform:rotate( -11deg);}
/* ==========================================================================
common
========================================================================== */
article.main {
	position: relative;
	z-index: 1;
	color: #363636 !important;
	/*background-image: url(images/bg_left.png), url(images/bg_right.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
	background-size: 300px, 300px;*/
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	article.main {
		background-size: 200px, 200px;
	}
}
@media screen and (max-width: 767px) {
	article.main {
		/*background-image: url(images/bg_left.png), url(images/bg_right.png);
		background-size: 100px, 100px;*/
	}
}
@media screen and (max-width: 767px) {
	.container {
		width: 72%;
		padding-left: 0;
		padding-right: 0;
	}
}
h2.sec_ttl {
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 50px;
}
@media screen and (max-width:767px) {
	h2.sec_ttl {
		font-size: 20px;
		margin: 0 0 50px;
	}
}
p.sec_desc {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 50px;
}
@media screen and (max-width:767px) {
	p.sec_desc {
		font-size: 12px;
		margin: 0 35px 50px;
		text-align: left;
	}
}
.color_white {color:#fff !important;}
.t_left {text-align: left !important;}
/* ページ内リンク */
[id^="page_index"] {
	margin-top: -120px;
	padding-top: 120px;
	position: relative;
	height: 0;
	display: block;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	[id^="page_index"] {
		margin-top: -100px;
		padding-top: 100px;
	}
}
/*------------------------------------------
  button
------------------------------------------*/
/* button */
.link.index_btn {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.link.index_btn a {
	width: 100%;
	max-width: 300px;
	text-decoration:none;
	display:block;
	margin:0 auto;
	height:60px;
	line-height:58px;
	text-align:center;
	font-size:14px;
	color: #363636;
	font-weight: 500;
	z-index: 10;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #555;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.link.index_btn.btn_long a {
	max-width: 400px;
}
@media screen and (max-width:991px) {
	.link.index_btn a {
		height:40px;
		line-height:38px;
		font-size:11px;
		max-width: 250px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		font-size:11px;
	}
	.link.index_btn.btn_long a {
		max-width: 300px;
	}
}
.link.index_btn a:hover {
	background-color: #EEB0B0;
	border: 1px solid #EEB0B0;
	color: #fff;
}
.link.index_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link.index_btn a:hover::after {
	z-index: 10;
	right: 8%;
	border-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link.index_btn.btn_bottom {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.link.index_btn.btn_bottom {
		margin-bottom: 20px;
	}
}
.link.index_btn.btn_sp_bottom {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.link.index_btn.btn_sp_bottom {
		margin-bottom: 30px;
	}
}
/*------------------------------------------
  mmenu.all
------------------------------------------*/
@media screen and (max-width: 767px) {
	.mm-list > li > a,
	.mm-list > li > span {
		font-size: 11px;
	}
}
/*------------------------------------------
  Slick_slider
------------------------------------------*/
.slick_disp_sp,
.slick_disp_sp_block {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.slick_disp_pc {
		display: none !important;
	}
	.slick_disp_sp {
		display: block !important;
	}
	.slick_disp_sp_block {
		display: block !important;
	}
}
.slick_list {
	width: 100%;
	/*display: flex;
	flex-wrap: wrap;*/
	display: block;
	margin-bottom: 0px;
	/*justify-content: flex-start;*/
	margin-right: 0px;
}
.slick_list.carousel_slider {
	padding: 0 50px !important;
}
@media only screen and (max-width: 767px) {
	.slick_list.carousel_slider {
		padding: 0 0px !important;
	}
}
.slick_list.carousel_slider .slick-prev {
	left: 12px !important;
}
.slick_list.carousel_slider .slick-next {
	right: 12px !important;
}
.slick_list li.list_item {
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 0;
	/*display: flex;*/
	display: block;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.slick_list.carousel_slider li.list_item {
	margin-right: 0% !important;
	margin-left: 0% !important;
	
}
.slick_list li.list_item a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: 100%;
	flex-basis: auto;
}
.slick_list li.list_item a:hover {
	opacity: 0.8;
}
.slick_list li.list_item a .parent_img-wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.slick_list li.list_item a .parent_img-wrap .parent_img {
	position: relative;
	display: block;
	overflow: hidden;
}
.slick_list li.list_item a .item-textBox {
	padding: 15px 20px 45px;
	width: 100%;
	color: #fff;
	position: relative;
	background: #354C12;
}
.slick_list li.list_item a .item-textBox h3.ttl {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 5px;
}
.slick_list li.list_item a .item-textBox p.category {
	font-size: 12px;
	line-height: 1.2;
	margin: 0;
}
.slick_list li.list_item a .item-textBox p.view {
	position: absolute;
	bottom: 6px;
	right: 9px;
	font-size: 13px;
}
/*------------------------------------------
  PC2カラム表示
------------------------------------------*/
.tow_col_flex {
	display: block;
	width: 100%;
	padding: 0px;
}
.tow_col_flex.pb150-50 {
	padding: 0px 0 150px;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex.pb150-50 {
		padding: 0px 0 50px;
	}
}
.tow_col_flex li.list_item {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	flex-flow: row nowrap;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: 100%;
	flex-basis: auto;
}
.tow_col_flex li.list_item:last-child { margin-bottom: 0;}
.tow_col_flex li.list_item.loop_list_rev { flex-direction: row-reverse;}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item,
	.tow_col_flex li.list_item.loop_list_rev {
		flex-flow: column;
		flex-direction: column;
		align-items: center;
		margin-bottom: 50px;
	}
}
.tow_col_flex li.list_item .parent_img-wrap {
	width: 100%;
	position: relative;
	text-align: center;
	max-width: 50%;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item .parent_img-wrap {
		max-width: 100%;
	}
}
.tow_col_flex li.list_item .parent_img-wrap .parent_img {
	position: relative;
	display: block;
	overflow: hidden;
}
.tow_col_flex li.list_item .parent_img-wrap .parent_img.tate_img {
	max-width: 72%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item .parent_img-wrap .parent_img.tate_img {
		max-width: 100%;
	}
}
.tow_col_flex li.list_item .parent_img-wrap .parent_img img {
	margin: 0 auto;
}
.tow_col_flex li.list_item .item-textBox {
	padding: 0px 0 0 100px;
	width: calc(100% - 100px);
	color: #363636;
	position: relative;
}
.tow_col_flex li.list_item.loop_list_rev .item-textBox {
	padding: 0px 0px 0 0;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item .item-textBox {
		padding: 50px 0px 0px;
		width: 100%;
	}
	.tow_col_flex li.list_item.loop_list_rev .item-textBox {
		padding: 50px 0px 0px;
	}
}
.tow_col_flex li.list_item .item-textBox h3.ttl {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 100px;
	color: #363636;
	text-align: right;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3px;
}
.tow_col_flex li.list_item.loop_list_rev .item-textBox h3.ttl {
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item .item-textBox h3.ttl {
		font-size: 16px;
		margin: 0 0 50px;
		text-align: left;
		letter-spacing: 2px;
	}
}
.tow_col_flex li.list_item .item-textBox p.member_desc {
	font-size: 14px;
	margin: 0;
	line-height: 2;
	text-align: left;
	letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
	.tow_col_flex li.list_item .item-textBox p.member_desc {
		font-size: 11px;
	}
}
/*------------------------------------------
  FadeUp animation
------------------------------------------*/
.js-fadeup.active {
	-webkit-animation-name: fadeup;
	-moz-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* ==========================================================================
TOP
========================================================================== */
article.top_bg {
	height: calc(100vh - 121px);
	display: flex;
	background-image: url(images/bg_pc_green.png), url(images/bg_pc_pink.png);
	background-position: left top, right bottom;
	background-repeat: repeat-y, repeat-y;
	background-size: contain, contain;
}
section.index {
	margin: auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	article.top_bg {
		height: auto;
		display: block;
		background-image: url(images/bg_sp_green.png), url(images/bg_sp_pink.png);
	}
	section.index {
		margin: 0 auto;
		padding: 120px 0 60px;
		text-align: center;
	}
}
ul.directory_parent_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
	justify-content: flex-start;
	margin-right: 0px;
}
ul.directory_parent_list li.area_plan_list_item {
	width: 26%;
	margin-right: 11%;
	margin-bottom: 0%;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
ul.directory_parent_list li.area_plan_list_item:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	ul.directory_parent_list li.area_plan_list_item,
	ul.directory_parent_list li.area_plan_list_item:nth-of-type(3n) {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 40px;
	}
	ul.directory_parent_list li.area_plan_list_item:last-child {
		margin: 0 auto 0px;
	}
}
ul.directory_parent_list li.area_plan_list_item:hover a {
	box-shadow: none;
}

ul.directory_parent_list li.area_plan_list_item a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: auto;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
ul.directory_parent_list li.area_plan_list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
}
ul.directory_parent_list li.area_plan_list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}
ul.directory_parent_list li.area_plan_list_item a .item-imgBox .parent_img-wrap img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	height: auto;
}

ul.directory_parent_list li.area_plan_list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
ul.directory_parent_list li.area_plan_list_item .inner {
	display: block;
	text-align: center;
	margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
	ul.directory_parent_list li.area_plan_list_item .inner {
		margin: 20px auto 0;
	}
}
ul.directory_parent_list li.area_plan_list_item .inner h2.ttl {
	font-size: 20px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.5;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	ul.directory_parent_list li.area_plan_list_item .inner h2.ttl {
		font-size: 16px;
	}
}
/* ==========================================================================
子階層
========================================================================== */
#main_contents {
	color: #363636;
	width:100%;
	position:relative;
	z-index:1;
	padding: 120px 0 150px;
	/*background-image: url(images/bg_left.png), url(images/bg_right.png);
	background-position: left top, right top;
	background-repeat: repeat-y, repeat-y;
	background-size: 300px, 300px;*/
}
#main_contents::after {
	background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	#main_contents {
		background-size: 200px, 200px;
	}
}
@media screen and (max-width: 767px) {
	#main_contents {
		padding: 0px 0 100px;
		/*background-image: url(images/bg_left.png), url(images/bg_right.png);
		background-size: 100px, 100px;*/
	}
}
#main_contents.bg_none {
	background: none;
}
#main_contents.pb0 {
	padding-bottom: 0px;
}
/*********************************
サブページタイトル
*********************************/
#main_contents h2.sub_top_ttl {
	font-size: 50px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 50px 0 0;
	line-height: 1;
	color: #363636;
	letter-spacing: 0;
	text-transform:capitalize;
}
@media screen and (max-width: 767px) {
	#main_contents h2.sub_top_ttl {
		font-size: 25px;
		padding: 60px 0 0;
	}
}
/*********************************
サブページヘッダーコンテンツ
*********************************/
#header_image {
	width:100%;
	height:500px;
	position:relative;
	background-size: auto, auto, cover !important;
}
@media screen and (max-width: 767px) {
	#header_image {
		height:300px;
	}
}
#header_image .caption {
	position: absolute;
	width: 100%;
	max-width: 1170px;
	height:500px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
	color: #fff;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%;
}
@media screen and (max-width: 767px) {
	#header_image .caption {
		height:300px;
	}
}
#header_image .caption h2.title {
	position: absolute;
	bottom: 50px;
	right: 30px;
	font-size: 60px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	letter-spacing: 0;
	text-transform:capitalize;
}
#header_image.member_header .caption h2.title {
	right: auto;
	left: 30px;
}
#header_image .caption h2.title span {
	display: block;
}
#header_image.member_header .caption h2.title i {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
	#header_image .caption h2.title {
		font-size: 30px;
		bottom: 30px;
	}
	#header_image.member_header .caption h2.title i {
		font-size: 11px;
		padding: 5px 0 0;
	}
}
#header_image .caption img {
	width: 130px;
	bottom: -50px;
	right: 9%;
	z-index: -1;
	position: absolute;
}
#header_image.member_header .caption img {
	right: auto;
	left: 9%;
}
@media screen and (max-width: 767px) {
	#header_image .caption img {
		width: 80px;
		bottom: -30px;
		right: 16%;
	}
	#header_image.member_header .caption img {
		left: 16%;
	}
}
/** single-memberヘッダー **/
#header_image.header_single_member {
	width: 100vw;
	height: calc(100vh - 150px);
}
@media screen and (max-width: 767px) {
	#header_image.header_single_member {
		height: calc(100vh - 60px);
	}
	#header_image.header_single_member .bg_fixed_custom,
	#header_image.header_single_member .bg_fixed_custom .bg_fixed_clip {
		height: 100vh;
	}
}
@supports(-webkit-touch-callout: none){
	#header_image.header_single_member {
		height: -webkit-fill-available;
	}
}
#header_image.header_single_member .bg_fixed_custom {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: -2;
}
#header_image.header_single_member .bg_fixed_custom .bg_fixed_clip {
	position: relative;
	clip-path: inset(0 0 0 0);
}
#header_image.header_single_member .bg_fixed_custom .bg_fixed_clip img {
	position: fixed;
	width: 100%;
	min-height: 100vh;
	height: auto;
	left: 0;
	top: 0;
	pointer-events: none;
}
#header_image.header_single_member .caption {
	height: calc(100vh - 150px);
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 767px) {
	#header_image.header_single_member .caption {
		height: calc(100vh - 60px);
	}
}
@supports(-webkit-touch-callout: none){
	#header_image.header_single_member .caption {
		height: -webkit-fill-available;
	}
}
#header_image.header_single_member .caption h2.title {
	position: absolute;
	bottom: 150px;
	right: auto;
	left: 30px;
	font-size: 50px;
	line-height: 1.5;
	color: #fff;
	letter-spacing: -0.02em;
	width: 100%;
}
#header_image.header_single_member .caption h2.title span {
	display: block;
	text-indent: 4em;
}
@media screen and (max-width: 767px) {
	#header_image.header_single_member .caption h2.title {
		bottom: 230px;
		font-size: 23px;
		left: 15px;
		width: auto;
	}
}
#header_image.header_single_member .caption img {
	width: 160px;
	bottom: 80px;
	right: auto;
	left: 25%;
}
@media screen and (max-width: 767px) {
	#header_image.header_single_member .caption img {
		bottom: 185px;
		left: 35%;
		width: 80px;
	}
}
#header_image.header_single_member .caption p.join {
	position: absolute;
	bottom: 140px;
	right: 30px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
}
#header_image.header_single_member .caption p.job {
	position: absolute;
	bottom: 115px;
	right: 30px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
}
#header_image.header_single_member .caption p.name {
	position: absolute;
	bottom: 75px;
	right: 30px;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #fff;
	letter-spacing: 3px;
}
/*********************************
パンくずリスト
*********************************/
#main_contents .breadcrumb {
	background-color: transparent;
	text-align:center;
	overflow:hidden;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0px;
}
#main_contents .breadcrumb .breadcrumb_inner {
	width: 100%;
	max-width: 1170px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	padding-left: 5px;
	padding-right: 0px;
	text-align:left;
	overflow:hidden;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner {
		width : calc(100% - 6px) ;
		margin:0 auto;
		height:auto;
		line-height:auto;
		padding: 5px 0 20px;
		text-align:left;
		overflow:hidden;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li {
	position:relative;
	float:left;
	padding-right:12px;
	margin-right:7px;
	font-size:12px;
	color: #555;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner li {
		display:inline-block;
		padding:2px 10px 2px 0;
		margin-right:5px;
		line-height:1.5;
		font-size:11px;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li::after {
	color: #555;
	content: '/';
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
}
@media screen and (max-width: 991px) {
	#main_contents .breadcrumb .breadcrumb_inner li::after {
		top: 1px;
	}
}
#main_contents .breadcrumb .breadcrumb_inner li:last-child::after {
	display: none;
}
#main_contents .breadcrumb .breadcrumb_inner li a {
	text-decoration: underline;
	color: #555;
}
/*********************************
子階層コンテンツ
*********************************/
#single_content {
	width: 100%;
	position: relative;
	display: block;
	padding: 100px 0 150px;
}
#single_content.pb0 {
	padding-bottom: 0;
}
#single_content.pb100-50 {
	padding-bottom: 100px;
}
#single_content.intern_top {
	padding: 250px 0 200px;
}
#single_content.pt_pb150-50 {
	padding: 150px 0;
}
#single_content.member_content {
	padding: 200px 0 0px;
	background-color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 767px) {
	#single_content {
		padding: 50px 0 100px;
	}
	#single_content.pb0 {
		padding-bottom: 0;
	}
	#single_content.pb100-50 {
		padding-bottom: 50px;
	}
	#single_content.intern_top {
		padding: 125px 0 100px;
	}
	#single_content.pt_pb150-50 {
		padding: 50px 0;
	}
	#single_content.member_content {
		padding: 100px 0 0px;
	}
}
#single_content h3.catch_ttl {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.3;
	display: block;
	color: #555;
	letter-spacing: 3px;
	text-align: center;
	padding: 0 0 100px;
	margin: 0 auto;
}
#single_content h3.catch_ttl.color_blue {
	color: #3f5f9e;
	font-weight: bold;
}
#single_content h3.catch_ttl.pb0 {
	padding: 0;
}
#single_content h3.catch_ttl.pb50-20 {
	padding: 0 0 50px;
}
#single_content h3.catch_ttl.left_indent {
	text-align: left;
	max-width: 700px;
}
#single_content h3.catch_ttl.sml_font {
	font-size: 20px;
}
#single_content h3.catch_ttl.left_ttl {
	text-align: left;
}
@media screen and (max-width: 767px) {
	#single_content h3.catch_ttl,
	#single_content h3.catch_ttl.sml_font {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 0 0 50px;
		margin: 0 auto;
	}
	#single_content h3.catch_ttl.pb0 {
		padding: 0;
	}
	#single_content h3.catch_ttl.pb50-20 {
		padding: 0 0 20px;
	}
	#single_content h3.catch_ttl.left_indent {
		max-width: 100%;
		letter-spacing: 1px;
	}
}
#single_content h3.catch_ttl span {
	display: block;
}
#single_content h3.catch_ttl.left_indent span {
	text-indent: 4em;
}
#single_content h3.catch_ttl.left_indent span.mt40 {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	#single_content h3.catch_ttl.left_indent span {
		text-indent: 2em;
	}
	#single_content h3.catch_ttl.left_indent span.mt40 {
		margin-top: 20px;
	}
}
#single_content p.desc {
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
	color: #363636;
	line-height: 2;
	margin: 0 auto;
	padding: 0;
}
#single_content p.desc.w910 {
	max-width: 910px;
}
#single_content p.desc.name_right {
	text-align: right;
	letter-spacing: 2px;
}
#single_content p.desc.pt20-10 {
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	#single_content p.desc {
		font-size: 12px;
		margin: 0 auto;
		letter-spacing: 1px;
	}
	#single_content p.desc.pt20-10 {
		padding-top: 10px;
	}
}
#single_content .campany_desc {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	color: #363636;
	line-height: 2.5;
	margin: 0 auto 100px;
	padding: 20px 0 0;
}
#single_content .campany_desc.mb0 {
	margin-bottom: 0;
}
#single_content .campany_desc.mb60-40 {
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	#single_content .campany_desc {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2;
		margin: 0 auto 50px;
		padding: 10px 0 0;
		text-align: left;
	}
	#single_content .campany_desc.mb60-40 {
		margin-bottom: 40px;
	}
}
#single_content p.desc.mb_desc {
	padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
	#single_content p.desc.mb_desc {
		padding: 0 0 40px;
		letter-spacing: 1px;
	}
}
#single_content .member_list_top_desc {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 150px 0 0;
	line-height: 2;
	font-size: 14px;
	color: #363636;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#single_content .member_list_top_desc {
		max-width: 100%;
		padding: 70px 0 0;
		font-size: 11px;
	}
}
div.tate_line {
	display: block;
	color: #EEB0B0;
	text-align: center;
	padding: 0 0 200px;
	margin: 0 auto;
	position: relative;
}
div.tate_line.short_custom {
	padding: 0 0 200px;
}
div.tate_line.line_black {
	color: #363636;
}
div.tate_line::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: #EEB0B0;
}
div.tate_line.short_custom::after {
	bottom: 50px;
}
div.tate_line.line_black::after {
	background-color: #363636;
}
@media screen and (max-width: 767px) {
	div.tate_line {
		display: block;
		color: #EEB0B0;
		padding: 0 0 100px;
		position: relative;
	}
	div.tate_line.short_custom {
		padding: 0 0 100px;
	}
	div.tate_line.line_black {
		color: #363636;
	}
	div.tate_line::after {
		bottom: 30px;
		height: 40px;
	}
	div.tate_line.short_custom::after {
		bottom: 30px;
		height: 40px;
	}
}
div.yoko_line {
	display: block;
	color: #EEB0B0;
	text-align: center;
	padding: 0 0 30px;
	height: 30px;
	width: 120px;
	margin: 0 auto;
	position: relative;
}
div.yoko_line.yoko_left{
	margin: 0 auto 0 0;
}
div.yoko_line::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 120px;
	height: 1px;
	margin: auto;
	background-color: #EEB0B0;
}
div.yoko_line.sml_line,
div.yoko_line.sml_line::after {
	width: 30px;
}
div.yoko_line.line_black {
	color: #363636;
}
div.yoko_line.line_black::after {
	background-color: #363636;
}
@media screen and (max-width: 767px) {
	div.yoko_line {
		display: block;
		color: #FA6A18;
		padding: 0 0 20px;
		height: 30px;
		width: 90px;
		position: relative;
	}
	div.yoko_line::after {
		width: 90px;
	}
	div.yoko_line.sml_line,
	div.yoko_line.sml_line::after {
		width: 20px;
	}
	div.yoko_line.line_black {
		color: #363636;
	}
	div.yoko_line.line_black::after {
		background-color: #363636;
	}
}
/*********************************
募集要項
*********************************/
#guideline {
	width: 100%;
	position: relative;
	display: block;
	padding: 0px;
}
#guideline.entry_padding {
	padding: 150px 0 0;
}
@media screen and (max-width: 767px) {
	#guideline {
		padding: 0px;
	}
	#guideline.entry_padding {
		padding: 75px 0 0;
	}
}
#guideline h3.ttl {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.3;
	display: block;
	color: #363636;
	letter-spacing: 3px;
	text-align: center;
	padding: 0 0 0px;
	margin: 0 auto;
}
#guideline h3.ttl.mb40-20 {
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#guideline h3.ttl {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 0 0 0px;
		margin: 0 auto;
	}
	#guideline h3.ttl.mb40-20 {
		margin-bottom: 20px;
	}
}
#guideline h3.ttl span {
	display: block;
}
#guideline h3.sml_ttl {
	font-size: 18px;
	line-height: 2;
	display: block;
	color: #FA6A18;
	letter-spacing: 4px;
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
	position: relative;
}
#guideline h3.sml_ttl.color_black {
	color: #363636;
}
#guideline h3.sml_ttl.pb0 {
	padding: 0 0 0px;
}
@media screen and (max-width: 767px) {
	#guideline h3.sml_ttl {
		font-size: 13px;
		letter-spacing: 2px;
		padding: 0 0 10px;
	}
	#guideline h3.sml_ttl.pb0 {
		padding: 0 0 0px;
	}
}
#guideline h3.sml_ttl span {
	display: block;
}
#guideline h3.ttl.entry_ttl {
	font-size: 20px;
	padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
	#guideline h3.ttl.entry_ttl {
		font-size: 11px;
		padding: 0 0 25px;
		letter-spacing: 0px;
	}
}
#guideline .job_container {
	border-top: 1px solid #363636;
	display: block;
	width: 100%;
	text-align: center;
	padding: 100px 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#guideline .job_container {
		padding: 50px 0;
	}
}
#guideline h4.area_ttl {
	ont-size: 20px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.3;
	display: block;
	color: #363636;
	letter-spacing: 3px;
	text-align: center;
	padding: 0 0 60px;
	margin: 0 auto;
}
#guideline h4.area_ttl.no_padding {
	padding: 100px 0px 0px;
}
@media screen and (max-width: 767px) {
	#guideline h4.area_ttl {
		font-size: 14px;
		padding: 0 0 30px;
	}
	#guideline h4.area_ttl.no_padding {
		padding: 40px 0px 0px;
	}
}
#guideline .area_desc {
	font-size: 11px;
	line-height: 1;
	padding: 20px 0 60px;
	margin: 0 auto;
	text-align: center;
	color: #363636;
	letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
	#guideline .area_desc {
		font-size: 9px;
		padding: 10px 0 30px;
	}
}
#guideline ul.career_link_list {
	list-style: none;
	color: #363636;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
}
@media screen and (max-width: 767px) {
	#guideline ul.career_link_list {
		max-width: 100%;
	}
}
#guideline ul.career_link_list li.link_item {
	list-style: none;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 3px;
	text-align: left;
	margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
	#guideline ul.career_link_list li.link_item {
		font-size: 11px;
		letter-spacing: 2px;
		margin: 0 0 25px;
	}
}
#guideline ul.career_link_list li.link_item:last-child{
	margin: 0 0 0px;
}
#guideline ul.career_link_list li.link_item::before {
	content: "■";
	color: #363636;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	#guideline ul.career_link_list li.link_item::before {
		font-size: 15px;
	}
}
#guideline ul.career_link_list li.link_item a {
	line-height: 1;
	color: #363636;
	position: relative;
}
#guideline ul.career_link_list li.link_item a span {
	font-size: 11px;
	padding: 0 0 0 5px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#guideline ul.career_link_list li.link_item a span {
		font-size: 9px;
		padding: 0 0 0 3px;
	}
}
#guideline ul.career_link_list li.link_item a::before {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: 1px;
	background-color: #FA6A18;
	bottom: -5px;
	left: -15px;
	transform-origin: right;
	transform: scaleX(0);
	transition: transform .3s ease-in-out;
}
@media screen and (max-width: 767px) {
	#guideline ul.career_link_list li.link_item a::before {
		width: calc(100% + 11px);
		left: -11px;
	}
}
#guideline ul.career_link_list li.link_item:hover a::before {
	transform-origin: left;
	transform: scaleX(1);
}
#guideline .company_tablebox {
	display: block;
	border-top:1px solid #363636;
	border-bottom: 1px solid #363636;
}
#guideline .company_tablebox.company_custom {
	border-bottom: none;
	margin-top: 20px;
	padding-top: 40px;
}
@media screen and (max-width: 991px) {
	#guideline .company_tablebox.company_custom {
		margin-top: 10px;
		padding-top: 20px;
	}
}
#guideline h3.company_ttl {
	padding: 100px 0 0;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 4px;
	color: #363636;
}
@media screen and (max-width: 991px) {
	#guideline h3.company_ttl {
		padding: 50px 0 0;
		font-size: 11px;
		letter-spacing: 2px;
	}
}
#guideline h3.company_ttl.career_child {
	width: 30%;
	text-align: center;
}
@media screen and (max-width:991px) {
	#guideline h3.company_ttl.career_child {
		width: 100%;
		text-align: left;
		padding: 50px 0px 0;
	}
}
#guideline h3.company_ttl.career_child::before {
	content: "●";
	color: #363636;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	#guideline h3.company_ttl.career_child::before {
		font-size: 15px;
	}
}
#guideline h3.company_ttl.career_child span {
	font-size: 11px;
	padding: 0 0 0 5px;
	display: inline-block;
}
@media screen and (max-width: 991px) {
	#guideline h3.company_ttl.career_child span {
		font-size: 9px;
		padding: 0 0 0 3px;
	}
}
#guideline p.desc {
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
	color: #363636;
	line-height: 2;
	margin: 0 auto;
	padding: 0px 0 40px;
}
#guideline p.desc.pb0 {
	padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
	#guideline p.desc {
		font-size: 12px;
		letter-spacing: 1px;
		text-align: left;
		padding: 0px 0 20px;
	}
}
#guideline p.intern_desc {
	font-size: 14px;
	line-height: 1;
	padding: 0px 0 40px;
	margin: 0 auto;
	text-align: center;
	color: #363636;
}
#guideline p.intern_desc.fs18 {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#guideline p.intern_desc {
		font-size: 11px;
		padding: 0px 0 25px;
	}
	#guideline p.intern_desc.fs18 {
		font-size: 13px;
	}
}
#guideline p.intern_desc.pb0 {
	padding: 0;
}
/*********************************
募集要項_テーブル
*********************************/
#guideline table.tableDesign01 {
	width: 100%;
	margin: 0 0 0px;
	border: none;
	border-bottom: 1px solid #363636;
	border-collapse: collapse;
	border-spacing: 0;
}
#guideline table.tableDesign01.mb50-30 {
	margin-bottom: 50px;
}
@media screen and (max-width:991px) {
	#guideline table.tableDesign01.mb50-30 {
		margin-bottom: 30px;
	}
}
#guideline table.tableDesign01.outline_table {
	border-top: 1px solid #363636;
	border-collapse: separate;
	border-spacing: 0px 50px;
	margin: 10px 0 50px;
}
#guideline table.tableDesign01.outline_table.b_none {
	border-top: none;
	border-bottom: none;
}
#guideline table.tableDesign01.no_border_bottom {
	border-bottom: none;
}
@media screen and (max-width:767px) {
	#guideline table.tableDesign01.outline_table {
		border-collapse: separate;
		border-spacing: 0px 25px;
		margin: 5px 0 25px;
	}
}
#guideline table.tableDesign01 tr {
	border: none;
}
#guideline table.tableDesign01.form_table_border_top_none tr {
	border-top: none;
}
@media screen and (max-width:991px) {
	#guideline table.tableDesign01 tr {
		border: none;
	}
}
#guideline table.tableDesign01 th,
#guideline table.tableDesign01 td {
	padding: 40px 10px;
	border-top: 1px solid #363636;
	color: #363636;
	letter-spacing: 3px;
}
#guideline table.tableDesign01.outline_table th,
#guideline table.tableDesign01.outline_table td{
	border: none;
	padding: 0px 10px;
}
#guideline table.tableDesign01 tbody th {
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
	width: 30%;
	color: #363636;
	overflow: visible;
	font-size: 14px;
	line-height: 1.8;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	font-weight: 500;
}
#guideline table.tableDesign01.outline_table th {
	vertical-align: top;
}
@media screen and (max-width:991px) {
	#guideline table.tableDesign01 tbody th {
		font-size: 11px;
		width: 100%;
		display: block;
		padding: 10px 10px;
		line-height: 1.5;
		text-align: left;
		border-right: none;
		letter-spacing: 2px;
	}
	#guideline table.tableDesign01.price_table tbody th {
		display: table-cell;
		width: 30%;
		padding: 10px 5px;
		letter-spacing: 1px;
	}
	#guideline table.tableDesign01.outline_table th {
		padding: 0px 0px 5px;
	}
}
#guideline table.tableDesign01 td {
	background-color: transparent;
	width: 70%;
	padding: 40px 10px 40px 60px;
	font-size: 14px;
	line-height: 1.8;
	color: #363636;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-align: left;
}
#guideline table.tableDesign01.outline_table td {
	padding: 0px 10px 0px 100px;
}
@media screen and (max-width:991px) {
	#guideline table.tableDesign01 tbody td {
		font-size: 11px;
		width: 100%;
		display: block;
		padding: 10px 10px;
		border-bottom: none;
		line-height: 1.5;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	#guideline table.tableDesign01.price_table tbody td {
		display: table-cell;
		width: 70%;
		padding: 10px 5px;
		margin-bottom: 0px;
		letter-spacing: 1px;
	}
	#guideline table.tableDesign01.outline_table td {
		padding: 0px 0px;
		margin-bottom: 0px;
	}
}

#guideline .schedule_sec {
	padding: 0 0 100px;
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
}
@media screen and (max-width:767px) {
	#guideline .schedule_sec {
		padding: 0 0 50px;
	}
}
p.sp_disp_desc {
	display: none;
}
@media screen and (max-width:767px) {
	p.sp_disp_desc {
		display: block;
		font-size: 10px;
		font-weight: 500;
		color: #FA6A18;
		text-align: center;
		line-height: 1.3;
		border: 1px solid #FA6A18;
		padding: 5px;
	}
}
#guideline .img_scroll_container {
	display: block;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 10px 0;
}
#guideline .img_scroll_container.mb0 {
	margin-bottom: 0;
}
#guideline .img_scroll_container.pd0 {
	padding: 0;
}
#guideline .img_scroll_container img {
	width: 100%;
}
@media screen and (max-width:767px) {
	#guideline .img_scroll_container {
		overflow-x: auto;
		width: 100%;
		margin: 0 auto 50px;
	}
	#guideline .img_scroll_container.mb0 {
		margin-bottom: 0;
	}
	#guideline .img_scroll_container .scroll_wrap {
		width: 800px;
	}
	#guideline .img_scroll_container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		backface-visibility: hidden;
	}
}

#guideline .briefing_container {
	width: 100%;
	max-width: 767px;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 100px;
}
@media screen and (max-width:767px) {
	#guideline .briefing_container {
		width: 100%;
		max-width: 350px;
		padding: 0 0 50px;
	}
}
#guideline p.briefing_desc {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: left;
	padding: 0 0 50px;
	margin: 0 auto;
	max-width: 360px;
}
@media screen and (max-width: 991px) {
	#guideline p.briefing_desc {
		font-size: 11px;
		letter-spacing: 3px;
		padding: 0 0 30px;
		max-width: 350px;
	}
}
#guideline .circle_img {
	width: 220px;
	height: 220px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
	text-align: center;
}
#guideline .circle_img img {
	width: 100%;
	max-width: 220px;
}
@media screen and (max-width: 991px) {
	#guideline .circle_img {
		margin: 0 auto 15px;
	}
}
/*********************************
memberカスタマイズ
*********************************/
.member_content .jobbox {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.member_content .jobbox {
		flex-direction:column;
	}
}
.member_content .jobbox h4.job_ttl {
	margin: 0;
	font-size:20px;
	letter-spacing: 1px;
	flex-shrink:0;
	max-width:90px;
	color: #363636;
}
@media screen and (max-width: 767px) {
	.member_content .jobbox h4.job_ttl {
		padding-top:6px;
		font-size:16px;
		max-width:none;
	}
}
.member_content .jobbox p.job_desc {
	line-height:1.5;
	font-size:14px;
	letter-spacing: 3px;
	position:relative;
	padding-left:50px;
	margin-left:50px;
	color: #363636;
}
.member_content .jobbox p.job_desc::before {
	content:"";
	background-color:#363636;
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%
}
@media screen and (max-width: 767px) {
	.member_content .jobbox p.job_desc {
		line-height:2;
		margin-top:30px;
		padding-top:30px;
		letter-spacing:0;
		padding-left:0;
		margin-left:0;
		font-size: 11px;
	}
	.member_content .jobbox p.job_desc::before {
		width:50px;
		height:1px;
		margin-left: -25px;
		left: 50%;
	}
}
/**外部リンク**/
#link_content {
	background-color: transparent;
	width: 100%;
	display: block;
	padding: 0px 0 125px;
}
@media only screen and (max-width: 767px) {
	#link_content {
		padding: 0px 0 100px;
	}
}
#link_content ul.link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#link_content ul.link_list li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 25px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	height: 60px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#link_content ul.link_list li:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#link_content ul.link_list li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
		height: 40px;
	}
	#link_content ul.link_list li:last-child {
		margin-bottom:  0%;
	}
}
#link_content ul.link_list li a {
	cursor: pointer;
	display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	min-height: 1px;
	line-height: 28px;
	padding: 15px 30px;
	color: #363636;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #3f5f9e;
	background: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
#link_content ul.link_list li a:hover {
	background: #3f5f9e;
	color: #fff;
}
#link_content ul.link_list li a span {
	display: inline-block;
	padding: 0 10px 0 0;
}
#link_content ul.link_list li a span i {
	font-size: 18px;
}
@media only screen and (max-width: 767px) {
	#link_content ul.link_list li a {
		line-height: 18px;
		padding: 10px 15px;
		font-size: 12px;
	}
	#link_content ul.link_list li a span {
		padding: 0 5px 0 0;
	}
	#link_content ul.link_list li a span i {
		font-size: 13px;
	}
}
#link_content ul.link_list li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #363636;
	border-right: 1px solid #363636;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#link_content ul.link_list li a:hover::after {
	z-index: 10;
	right: 8%;
	border-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*********************************
single_content
*********************************/
#sub_section01 {
	display: block;
	background-color: #fff;
	width: 100%;
	padding: 50px 0 150px;
}
@media screen and (max-width:991px) {
	#sub_section01 {
		padding: 0px 0 150px;
	}
}
#sub_section01 .sub_container {
	display: block;
	width: 100%;
	padding: 0;
}
@media screen and (max-width:991px) {
	#sub_section01 .sub_container {
		padding: 0 35px;
	}
}
#sub_section01 p.sub_catch {
	line-height: 2;
	font-size: 24px;
	padding: 50px 0 70px;
	margin: 0;
}
@media screen and (max-width:991px) {
	#sub_section01 p.sub_catch {
		font-size: 19px;
		padding: 0px 0 30px;
	}
}
#sub_section01 p.sub_desc {
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 2.5;
	margin: 0 0 50px;
	padding: 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#sub_section01 p.sub_desc {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#sub_section01 p.sub_desc {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	#sub_section01 p.sub_desc {
		font-size: 12px;
		line-height: 3;
	}
}
@media screen and (max-width:991px) {
	.col-padding-none {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}
.img_layer {
	position:relative;
	width:100%;;
	display: block;
	top: 0px;
}
.img_layer .layer01 {
	position: absolute;
	left: 0;
	width: 80%;
}
.img_layer .layer02 {
	position: absolute;
	right: 0;
	margin: 80px 0 0;
	width: 38%;
}
@media screen and (max-width:991px) {
	.img_layer {
		top: 0px;
	}
	.img_layer .layer01 {
		position: relative;
		left: 0;
		width: 70%;
		float: left;
	}
	.img_layer .layer02 {
		position: absolute;
		right: 0;
		margin: 100px 0 0;
		width: 40%;
	}
}
/*********************************
Gray_bg
*********************************/
.gray_bg {
	background: #ECEDEF;
	padding: 100px 0;
	display: block;
	width: 100%;
}
.gray_bg.margin_top_plus {
	margin: 0px 0 0;
}
@media screen and (max-width:991px) {
	.gray_bg {
		background: #ECEDEF;
		padding: 50px 35px;
		display: block;
		width: 100%;
	}
	.gray_bg.margin_top_plus {
		margin: 70px 0 0;
	}
}
.gray_bg .sec_desc {
	margin: 0;
	font-size: 16px;
	line-height: 2;
}
.gray_bg .sec_desc.center {
	text-align: center;
}
@media screen and (max-width:991px) {
	.gray_bg .sec_desc {
		margin: 0;
		font-size: 13px;
	}
}
/*********************************
フォームカスタマイズ
*********************************/
.form_area {
	display: block;
	background-color: transparent;
	width: 100%;
	padding: 0px;
}
@media screen and (max-width:991px) {
	.form_area {
		padding: 0px;
	}
}
.form_area p.link {
	padding: 50px 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.form_area p.link {
		font-size: 14px;
	}
}
.form_area p.link a {
	color: #000;
}
.form_area p.link a span {
	padding: 0 0 0 5px;
	display: inline-block;
}
.form_area p.form_tel.tel_sp { display: none;}
.form_area p.form_tel {
	padding: 10px 0 0;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 2;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
	.form_area p.form_tel.tel_pc { display: none;}
	.form_area p.form_tel.tel_sp { display: block;}
	.form_area p.form_tel {
		font-size: 17px;
	}
	.form_area p.form_tel a {
		color: #000;
	}
	.form_area p.form_tel a:hover {
		opacity: 0.9;
	}
}
/* ==========================================================================
投稿一覧＿詳細
========================================================================== */
#info {
	padding: 150px 0 0;
	border-bottom: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#info {
		padding: 100px 0 0;
	}
}
@media screen and (max-width: 767px) {
	#info {
		padding: 50px 0 0;
	}
}
#info .info_ttl {
	display: block;
	text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#info .info_ttl {
		display: block;
		text-align: center;
	}
}
@media screen and (max-width:767px) {
	#info .info_ttl {
		display: block;
		text-align: center;
	}
}
#info .info_ttl span.ttl-en {
	font-weight: 500;
	color: #000;
	font-size: 30px;
	line-height: 1;
	display: block;
	position: relative;
	margin: 0 auto 150px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	#info .info_ttl span.ttl-en {
		font-size: 26px;
		margin: 0 auto 100px;
	}
}
@media screen and (max-width:767px) {
	#info .info_ttl span.ttl-en {
		display: block;
		font-size: 20px;
		letter-spacing: 0;
		padding: 0px;
		margin: 0 auto 50px;
	}
}
#info ul.accordion {
	width: 100%;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#info ul.accordion {
		padding: 0px;
	}
}
#info ul.accordion li.accordion__item {
	width: 100%;
	margin: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#info ul.accordion li.accordion__item:first-child {
	padding: 0px 0 50px;
}
#info ul.accordion li.accordion__item:last-child {
	border-bottom: none;
	padding: 50px 0 0px;
}
@media screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item {
		padding: 25px 0;
	}
	#info ul.accordion li.accordion__item:first-child {
		padding: 0px 0 25px;
	}
	#info ul.accordion li.accordion__item:last-child {
		padding: 25px 0 0px;
	}
}
#info ul.accordion li.accordion__item a {
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: 100%;
	flex-basis: auto;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a {
		cursor: pointer;
		display: flex;
		flex-flow: wrap;
	}
}
#info ul.accordion li.accordion__item a:hover {
	opacity: 0.8;
}
#info ul.accordion li.accordion__item a .accordion_img-wrap {
	width: 100%;
	position: relative;
	text-align: center;
	max-width: 20%;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion_img-wrap {
		max-width: 100%;
	}
}
#info ul.accordion li.accordion__item a .accordion_img-wrap .accordion_img {
	position: relative;
	display: block;
	overflow: hidden;
}
#info ul.accordion li.accordion__item a .accordion__title {
	padding: 0 20px;
	width: calc(100% - 20px);
	color: #363636;
	position: relative;
	background-color: transparent;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion__title {
		padding: 15px 0px;
		width: 100%;
	}
}
#info ul.accordion li.accordion__item a .accordion__title h3.topics_ttl {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion__title h3.topics_ttl {
		font-size: 14px;
		margin: 0 0 10px;
	}
}
#info ul.accordion li.accordion__item a .accordion__title i.category,
#info ul.accordion li.accordion__item a .accordion__title i.date {
	font-size: 13px;
	margin: 0 0 10px;
	font-style: normal;
	display: inline-block;
	height: 22px;
}
#info ul.accordion li.accordion__item a .accordion__title i.category {
	border: 1px solid #363636;
	padding: 2px 10px;
	font-weight: 500;
	line-height: 16px;
}
#info ul.accordion li.accordion__item a .accordion__title i.date {
	margin: 0 0 10px 10px;
	font-weight: 600;
	line-height: 22px;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion__title i.category,
	#info ul.accordion li.accordion__item a .accordion__title i.date {
		font-size: 11px;
		margin: 0 0 5px;
	}
	#info ul.accordion li.accordion__item a .accordion__title i.date {
		margin: 0 0 5px 10px;
	}
}
#info ul.accordion li.accordion__item a .accordion__title > p {
	font-size: 14px;
	margin: 0;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion__title > p {
		font-size: 11px;
	}
}
#info ul.accordion li.accordion__item a .accordion__title > p span.viewmore {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
	#info ul.accordion li.accordion__item a .accordion__title > p span.viewmore {
		font-size: 10px;
		margin: 0 0 0 5px;
	}
}
/*********************************
  プライバシーポリシーカスタマイズ
*********************************/
#single_pp {
	padding: 0px 0 0;
	display: block;
}
@media screen and (max-width: 991px) {
	#single_pp {
		padding: 0px 0 0;
		display: block;
	}
}
#single_pp .pp_section {
	display: block;
	width: 100%;
	padding: 50px 0 0px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section {
		padding: 30px 0 0px;
	}
}
#single_pp .pp_section h2.ttl {
	font-size: 30px;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.3;
	display: block;
	color: #363636;
	letter-spacing: 3px;
	text-align: center;
	padding: 0 0 0px;
	margin: 0 auto;
}
#single_pp .pp_section h2.ttl.bt {
	border-top: 1px solid #363636;
}
#single_pp .pp_section h2.ttl.pt100-50 {
	padding-top: 100px;
}
#single_pp .pp_section h2.ttl.mt100-50 {
	margin-top: 100px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section h2.ttl {
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 1.5;
		padding: 0 0 0px;
		margin: 0 auto;
	}
	#single_pp .pp_section h2.ttl.pt100-50 {
		padding-top: 50px;
	}
	#single_pp .pp_section h2.ttl.mt100-50 {
		margin-top: 50px;
	}
}
#single_pp .pp_section h3.ttl {
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	margin: 0px 0 20px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section h3.ttl {
		font-size: 13px;
		line-height: 1.3;
		margin: 0px 0 10px;
	}
}
#single_pp .pp_section p.desc {
	font-size: 14px;
	font-weight: 500;
	line-height: 2;
	text-align: left;
	margin: 0px 0 50px;
}
@media screen and (max-width: 991px) {
	#single_pp .pp_section p.desc {
		font-size: 11px;
		line-height: 1.3;
		margin: 0px 0 25px;
	}
}
/*********************************
 フォームテーブルカスタマイズ
*********************************/
#entry-child {
	display: block;
	max-width: 910px;
	width: 100%;
	position: relative;
	margin: 150px auto 125px;
}
#entry-child.mt0 {
	margin-top: 0;
}
#entry-child.mb0 {
	margin-bottom: 0;
}
@media screen and (max-width:767px) {
	#entry-child {
		max-width: 100%;
		margin: 100px auto 75px;
	}
	#entry-child.mt0 {
		margin-top: 0;
	}
	#entry-child.mb0 {
		margin-bottom: 0;
	}
}
#entry-child h3.form_ttl_custom {
	padding: 10px 0 40px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 4px;
	color: #363636;
}
@media screen and (max-width: 991px) {
	#entry-child h3.form_ttl_custom {
		padding: 5px 0 20px;
		font-size: 16px;
		letter-spacing: 2px;
	}
}
#entry-child .form_slim_container {
	display: block;
	margin: 0 auto;
	width: 90%;
}
@media screen and (max-width:767px) {
	#entry-child .form_slim_container {
		width: 100%;
	}
}
#entry-child h4.table_ttl {
	line-height: 1;
	font-size: 14px;
	padding: 0px;
	color: #363636;
	margin: 0;
}
#entry-child h4.table_ttl span.label-require {
	padding: 0 0 0 10px;
	display: inline-block;
	color: #344982;
}
@media screen and (max-width:767px) {
	#entry-child h4.table_ttl {
		font-size: 11px;
	}
	#entry-child h4.table_ttl span.label-require {
		padding: 0 0 0 5px;
	}
}
#entry-child ul.file_desc {
	margin: 0;
	padding: 0;
	color: #363636;
	text-decoration: none;
	display: block;
}
#entry-child ul.file_desc li {
	line-height: 1.5;
	padding: 0 0 5px;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#entry-child ul.file_desc li {
		font-size: 11px;
	}
}
/******フォームテーブルカスタマイズ******/
table.form_table {
	border-collapse: separate;
	border-spacing: 0px 20px;
	width: 100%;
	margin: 0 0 0px;
	border: none;
}
table.form_table.entry_custom {
	border-spacing: 0px 10px;
	margin: 0 0 30px;
}
@media screen and (max-width:767px) {
	table.form_table {
		border: none;
		/*border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;*/
		border-spacing: 0px 10px;
	}
	table.form_table.entry_custom {
		border-spacing: 0px 5px;
		margin: 0 0 15px;
	}
}
table.form_table tr {
	border: none;
}
@media screen and (max-width:767px) {
	table.form_table tr {
		border: none;
	}
}
table.form_table th {
	background: #fff;
	vertical-align: top;
	text-align: center;
	width: 20%;
	color: #363636;
	overflow: visible;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border: 1px solid #344982;
	border-right: none;
}
table.form_table th p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table tbody th span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
}
@media screen and (max-width:767px) {
	table.form_table tbody th {
		font-size: 11px;
		width: 100%;
		display: block;
		line-height: 20px;
		text-align: left;
		border-right: 1px solid #344982;
		border-bottom: none;
		padding-bottom: 0;
	}
	table.form_table th p {
		font-size: 11px;
		line-height: 20px;
	}
	table.form_table tbody th span {
		font-size: 11px;
	}
}
table.form_table td {
	background: #fff;
	width: 80%;
	font-size: 13px;
	line-height: 34px;
	padding: 5px;
	color: #000;
	border: 1px solid #344982;
	border-left: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	text-align: left;
}
table.form_table.entry_custom td {
	border: none;
	background-color: transparent;
	padding: 0px;
	width: 100%;
}
table.form_table td p {
	font-size: 13px;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
table.form_table td i,
table.form_table td span {
	line-height: 34px;
	font-size: 13px;
}
table.form_table td i {
	font-style: normal;
	display: inline-block;
	width: 90px;
	height: 34px;
}
table.form_table.entry_custom td.ymd i {
	width: auto;
	text-align: center;
	padding: 0 20px 0 10px;
}
table.form_table td span.number_txt {
	font-style: normal;
	display: inline-block;
	width: 35px;
	height: 34px;
}
table.form_table td span.form_ttl {
	display: inline-block;
	height: 34px;
	width: calc(100% - 90px);
}
@media screen and (max-width:767px) {
	table.form_table td {
		font-size: 11px;
		width: 100%;
		display: block;
		border-left: 1px solid #344982;
		border-top: none;
	}
	table.form_table td p {
		font-size: 11px;
	}
	table.form_table td i,
	table.form_table td span {
		font-size: 11px;
	}
	table.form_table td i {
		width: 75px;
	}
	table.form_table.entry_custom td.ymd i {
		width: auto;
		padding: 0 10px 0 5px;
	}
	table.form_table td span.number_txt {
		width: 30px;
	}
	table.form_table td span.form_ttl {
		width: calc(100% - 75px);
	}
}
table.form_table td.col-2-left,
table.form_table td.col-2-right {
	width: 40%;
}
table.form_table.entry_custom td.col-2-left,
table.form_table.entry_custom td.col-2-right {
	width: 50%;
}
table.form_table td.col-2-right {
	border-left: none !important;
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left,
	table.form_table td.col-2-right {
		width: 100%;
	}
	table.form_table td.col-2-right {
		border-left: 1px solid #000 !important;
		border-top: none !important;
	}
	table.form_table.entry_custom td.col-2-left,
	table.form_table.entry_custom td.col-2-right {
		display: table-cell;
	}
	table.form_table.entry_custom td.col-2-right {
		border-left: none !important;
	}
}
table.form_table td.col-2-left span.wpcf7-form-control-wrap,
table.form_table td.col-2-right span.wpcf7-form-control-wrap {
	display: inline-block;
	height: 34px;
	width: calc(100% - 35px);
}
@media screen and (max-width:767px) {
	table.form_table td.col-2-left span.wpcf7-form-control-wrap,
	table.form_table td.col-2-right span.wpcf7-form-control-wrap {
		width: calc(100% - 30px);
	}
}
table.form_table.entry_custom td.col-2-left span.wpcf7-form-control-wrap,
table.form_table.entry_custom td.col-2-right span.wpcf7-form-control-wrap {
	display: inline-block;
	height: 34px;
	width: calc(100% - 10px);
}
table.form_table.entry_custom td.col-2-right span.wpcf7-form-control-wrap {
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	table.form_table.entry_custom td.col-2-left span.wpcf7-form-control-wrap,
	table.form_table.entry_custom td.col-2-right span.wpcf7-form-control-wrap {
		width: 100%;
		width: calc(100% - 5px);
	}
	table.form_table.entry_custom td.col-2-right span.wpcf7-form-control-wrap {
		margin-left: 5px;
	}
}
table.form_table.entry_custom td.ymd span {
	display: inline-block;
}
table.form_table.entry_custom td.ymd span.wpcf7-form-control-wrap {
	position: relative;
}
#entry-child .wpcf7 form.wpcf7-form table.form_table.entry_custom td.ymd span.wpcf7-not-valid-tip {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #d02626;
	line-height: 34px;
	height: 36px;
	width: calc(100% + 2px);
	z-index: -1;
}
/*フォーム下部ポリシーリンク箇所*/
.form_area p.comment {
	font-size: 20px;
	color: #363636;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px;
}
@media screen and (max-width:767px) {
	.form_area p.comment {
		font-size: 12px;
		padding: 0 0 15px;
	}
}
.form_area p.accept_desc {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px 0 0;
	text-align: center;
}
@media screen and (max-width:767px) {
	.form_area p.accept_desc {
		font-size: 11px;
		line-height: 1.5;
		padding: 10px 0 0;
	}
}
.form_area p.accept_desc a.strong {
	font-weight: 500;
	text-decoration: underline;
}
.form_area p.accept_desc a.strong:hover {
	text-decoration: none;
}
.form_area .acceptance {
	display: block;
	width: 100%;
	margin: 20px 0 40px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 1.5;
}
.form_area .acceptance a {
	font-size: 14px;
}
@media screen and (max-width:991px) {
	.form_area .acceptance {
		margin: 10px 0 20px;
	}
	.form_area .acceptance a {
		font-size: 11px;
	}
}
/* ==================================================
	CF7カスタマイズ
================================================== */
/* Contactform */
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 14px; margin: 0 0 2.5em !important; padding: 0; width: 100%; }

.wpcf7 form { margin: 1.5em 1.5em 0; }

.wpcf7 p { margin-bottom: 1em; font-size: 14px; }
@media screen and (max-width:767px) {
	.wpcf7 p {font-size: 11px; }
}

.wpcf7 input, .wpcf7 textarea { border: 1px solid #ededed; box-sizing: border-box; line-height: 1.2; padding: 8px; width: 100%; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ededed; padding: 8px; width: auto; }
.wpcf7 table.form_table.entry_custom input,
.wpcf7 table.form_table.entry_custom textarea,
.wpcf7 table.form_table.entry_custom select,
.wpcf7 table.form_table.entry_custom input[type=checkbox],
.wpcf7 table.form_table.entry_custom input[type=radio] {
	border: 1px solid #999;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 14px; line-height: 1.2; }

.wpcf7 .wpcf7-list-item { display: block; }

.wpcf7 textarea { height: 300px; }

.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; outline: none; }

.wpcf7 .wpcf7-submit { box-sizing: border-box; position: relative; display: block; width: 225px; height: 48px; margin: 30px auto 0; background-color: #333333; cursor: pointer; border: none !important; color: #fff; text-align: center; text-decoration: none; font-size: 14px; line-height: 1.5; outline: none; transition: all .3s; }

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }

.wpcf7 .wpcf7-submit:hover { background-color: #666666; }

.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }

.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; border-radius: 4px; }

.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }

.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }
/*START_コンタクトフォームカスタマイズ*/
#entry-child .wpcf7 {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	width: 100% !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
}
#entry-child .wpcf7 form.wpcf7-form {
	margin: 0;
}
#entry-child .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.shooting-date {
	width: 20%;
	display: inline-block;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form .wpcf7-form-control-wrap.shooting-date {
		width: 100%;
		display: block;
	}
}
#entry-child .wpcf7 select {
	padding: 5px;
	line-height: 20px;
	background: #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	font-size: 13px;
	width: 100% !important;
	max-width: 100% !important;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 select {
		padding: 6px 5px;
		font-size: 11px;
	}
}
#entry-child .wpcf7 select:focus {
	border: 1px solid #fea674;
}
#entry-child .wpcf7 form.wpcf7-form input,
#entry-child .wpcf7 form.wpcf7-form textarea {
	font-size: 13px;
	line-height: 20px;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #1d1d1f;
}
#entry-child .wpcf7 form.wpcf7-form input.form-control[readonly] {
	border: 1px solid #fff !important;
	background: #fff !important;
	color: #000 !important;
	padding: 8px 0;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form input {
		line-height: 18px;
		font-size: 11px;
		padding: 6px 5px;
	}
	#entry-child .wpcf7 form.wpcf7-form input.form-control[readonly] {
		padding: 6px 0;
	}
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form textarea {
		height: 150px;
		margin: 0;
		font-size: 11px;
		padding: 6px 5px;
	}
}
#entry-child .wpcf7 form.wpcf7-form input:focus,
#entry-child .wpcf7 form.wpcf7-form textarea:focus {
	border: 1px solid #3f5f9e;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#entry-child .wpcf7 form.wpcf7-form textarea {
	display: block;
}
#entry-child .wpcf7 form.wpcf7-form .wpcf7-radio.form-control {
	height: auto;
	line-height: 22px;
	border: none;
	color: #1d1d1f;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-right: 0;
	padding-left: 0;
}
#entry-child .wpcf7 form.wpcf7-form table.form_table.entry_custom .wpcf7-radio.form-control {
	padding: 0;
	background-color: transparent;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form .wpcf7-radio.form-control {
		font-size: 11px;
		padding-right: 0;
		padding-left: 0;
	}
}
#entry-child .wpcf7 form.wpcf7-form .wpcf7-radio.form-control label {
	font-weight: 500;
	cursor: pointer;
}
#entry-child .wpcf7 form.wpcf7-form input.wd_auto {
	width: auto;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form input.wd_auto {
		width: 100%;
	}
}
#entry-child .wpcf7 form.wpcf7-form select {
	cursor: pointer;
}
#entry-child .wpcf7 form.wpcf7-form .ymd select {
	width: 120px !important;
}
#entry-child .wpcf7 form.wpcf7-form .ymd select.width_md {
	width: 60px !important;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form select {
		width: 100%;
		max-width: 100%;
	}
	#entry-child .wpcf7 form.wpcf7-form .ymd select {
		width: 100%;
		max-width: 70px;
		line-height: 18px;
		font-size: 11px;
		padding: 6px 5px;
	}
	#entry-child .wpcf7 form.wpcf7-form .ymd select {
		width: 60px !important;
	}
	#entry-child .wpcf7 form.wpcf7-form .ymd select.width_md {
		width: 40px !important;
	}
}
#entry-child .wpcf7 form.wpcf7-form select.wd_full {
	width: 100%;
	max-width: 100%;
}
#entry-child .wpcf7 form.wpcf7-form span.wpcf7-list-item {
	margin-left: 5px;
	margin-right: 10px;
	display: inline-block;
}
/*#entry-child .wpcf7 form.wpcf7-form span.wpcf7-list-item.first {
	margin-left: 10px;
}*/
#entry-child .wpcf7 form.wpcf7-form span.wpcf7-list-item.last {
	margin-left: 5px;
	margin-right: 0px;
}
#entry-child .wpcf7 form.wpcf7-form .wpcf7-list-item-label {
	font-size: 14px;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form .wpcf7-list-item-label {
		font-size: 11px;
		letter-spacing: -0.04em;
	}
}
#entry-child .wpcf7 form.wpcf7-form.custom-wpcf7c-confirmed .wpcf7-list-item-label {
	cursor: default;
}
#entry-child .wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
	color: #d02626;
	font-size:12px;
	font-weight: normal;
	display: block;
	line-height: 1.5;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
		font-size:11px;
		line-height: 1.3;
	}
}
#entry-child form.wpcf7-form .ajax-loader {
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 0 0 -110px;
	background-color: #5688ea;
	z-index: 10;
}
@media screen and (max-width:991px) {
	#entry-child form.wpcf7-form .ajax-loader {
		bottom: 8px;
		margin: 0 0 0 -90px;
	}
}
#entry-child form.wpcf7-form div.wpcf7-validation-errors {
	border: 2px solid #c44646;
	background: #fff;
	color: #c44646;
	font-weight: bold;
}
#entry-child form.wpcf7-form div.wpcf7-acceptance-missing {
	border: 2px solid #3d62ad;
	background: #fff;
	color: #3d62ad;
}
#entry-child form.wpcf7-form div.wpcf7-response-output {
	margin: 40px 0 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-color: #2e71f2 !important;
}
#entry-child .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #d75d5d !important;
}
@media screen and (max-width:991px) {
	#entry-child form.wpcf7-form div.wpcf7-response-output {
		margin: 20px 0 0px;
		padding: 5px;
		font-size: 11px;
	}
}
#entry-child .wpcf7 form.wpcf7-form .wpcf7c-conf {
	background-color: #d6e0ee;
	color: #000;
	cursor: default;
}
#entry-child .wpcf7 form.wpcf7-form input[type=radio] {
	cursor: pointer;
}
#entry-child .wpcf7 form.wpcf7-form input[type=radio].wpcf7c-conf:checked {
	color: #000;
}
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
	color: #fff;
	max-width: 100%;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	z-index: 10;
	padding: 0 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
	background-color: #3f5f9e;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none !important;
	cursor: pointer;
	outline: none;
}
@media screen and (max-width:991px) {
	#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
		height: 40px;
		line-height: 36px;
		font-size: 11px;
		max-width: 100%;
	}
}
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-confirm {
	width: 50%;
}
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.8;
}
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:active {
	background-color: #314f8a;
	opacity: 1;
}
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled,
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled:hover,
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:disabled:active {
	background-color: #aaa;
	color: #ccc;
	cursor:not-allowed;
}
#entry-child .wpcf7 p {
	margin-bottom: 0;
}
#entry-child .wpcf7 p.t_center {
	text-align: center;
}
#entry-child .formBox {
	margin: 20px 0 0px;
	display: block;
	width: 100%;
	background: #fff;
}
@media screen and (max-width:750px) {
	#entry-child .formBox {
		margin: 0px 0 0px;
		background-image: none;
		background: #fff;
	}
}
#entry-child .formBox .formBox_container {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container {
		width: 100%;
		padding: 20px 0px 0;
	}
}
#entry-child .formBox .formBox_container p.form_head_comment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container p.form_head_comment {
		margin: 0px 0px 0px;
		font-size: 16px;
	}
}
#entry-child .formBox .formBox_container h2.form_head_ttl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	position: relative;
	padding: 0px 40px;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	background: #65aa83;
	margin: 5px auto 30px;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container h2.form_head_ttl {
		padding: 0px 30px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		margin: 5px auto 20px;
	}
}
#entry-child .formBox .formBox_container h2.form_head_ttl:before,
#entry-child .formBox .formBox_container h2.form_head_ttl:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
#entry-child .formBox .formBox_container h2.form_head_ttl:before {
	top: 0;
	left: 0;
	border-width: 23px 0px 23px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container h2.form_head_ttl:before {
		border-width: 20px 0px 20px 10px;
		border-color: transparent transparent transparent #fff;
	}
}
#entry-child .formBox .formBox_container h2.form_head_ttl:after {
	top: 0;
	right: 0;
	border-width: 23px 15px 23px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container h2.form_head_ttl:after {
		border-width: 20px 10px 20px 0px;
		border-color: transparent #fff transparent transparent;
	}
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container p.t_center.mb20 {
		font-size: 12px;
	}
}
#entry-child .formBox .formBox_container ::placeholder {
	color: #999;
}
#entry-child .formBox .formBox_container p.required_comment {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 5px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #ED5558;
	line-height: 1.5;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container p.required_comment {
		margin: 0px 0px 0px;
		font-size: 13px;
	}
}
#entry-child .formBox .formBox_container h3 {
	margin-top: 20px !important;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	border-left: 4px solid #65aa83;
	padding-left: 10px;
	padding-top: 0px;
}
#entry-child .formBox .formBox_container .confirmBox {
	/*background: rgba(255,255,255,0.5);*/
	/*padding: 20px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container .confirmBox {
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
}
#entry-child .formBox .formBox_container .confirmBox h3 {
	margin-top: 0 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	border-left: none;
	padding-left: 0;
	border-bottom: 4px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container .confirmBox h3 {
		font-size: 16px;
		line-height: 1.5;
		border-bottom: 2px solid #ccc;
		padding-bottom: 2px;
		margin-bottom: 2px;
		margin-top: 20px !important;
	}
}
#entry-child .formBox .formBox_container .confirmBox h4 {
	margin-top: 0 !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #ccc;
	padding: 0 0 0px 10px;
	border-bottom: none;;
	margin-bottom: 10px !important;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container .confirmBox h4 {
		font-size: 15px;
		padding-bottom: 2px !important;
		margin-bottom: 2px !important;
	}
}
#entry-child .formBox .formBox_container .confirmBox p {
	line-height: 1.5;
	color: #000;
	padding: 5px 0;
	font-size: 15px;
}
#entry-child .formBox .formBox_container .confirmBox p a {
	text-decoration: underline;
	color: #DF5F5F;
}
#entry-child .formBox .formBox_container .confirmBox p a:hover {
	text-decoration: none;
}
#entry-child .formBox .formBox_container .confirmBox p span {
	margin-left: 0 !important;
}
#entry-child .formBox .formBox_container .confirmBox p span.wpcf7-list-item-label {
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:750px) {
	#entry-child .formBox .formBox_container .confirmBox p {
		font-size: 13px;
	}
}
/* ==================================================
	カレンダーカスタマイズ
================================================== */
#entry-child .wpcf7 form.wpcf7-form input.wpcf7-date {
	width: 140px;
}
#form-datepicker {
	padding: 0 0 90px !important;
	font-family:"futura-pt", sans-serif !important;
	font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker {
		padding: 0 0 40px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content {
	border: none  !important;
	background: none !important;
	border-radius: 0 !important;
	padding: 0px !important;
	margin: 0 auto !important;
	max-width: 1140px !important;
	width: 100% !important;
	text-align: center !important;
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header {
	font-family:"futura-pt", sans-serif !important;
	font-weight: 500 !important;
	border-radius: 0 !important;
	background: none !important;
	border: none !important;
	font-size: 20px !important;
	padding: 0 !important;
	margin: 0 0 50px!important;
	line-height: 40px !important;
	height: 40px !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header {
		font-size: 14px !important;
		line-height: 30px !important;
		height: 30px !important;
		margin: 0 0 20px!important;
	}
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
	margin: 0 40px !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header .ui-datepicker-title {
		margin: 0 30px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev,
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
	width: 40px !important;
	height: 40px !important;
	color: #000 !important;
	border: none !important;
	background: none !important;
	line-height: 40px !important;
	border-radius: 50% !important;
	top: 0 !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev,
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev {
	left: 0 !important;
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
	right: 0 !important;
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev:hover,
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next:hover {
	cursor: pointer;
	background: #FA6A18 !important;
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled,
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next.ui-state-disabled {
	background: #fff !important;
	cursor: default !important;
	opacity: 0.1 !important;
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev span.ui-icon-circle-triangle-w,
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next span.ui-icon-circle-triangle-e {
	width: 40px !important;
	height: 40px !important;
	background-image: none !important;
	text-align: center !important;
	line-height: 40px !important;
	margin: 0 !important;
	top: 0 !important;
	left: 0 !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev span.ui-icon-circle-triangle-w,
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next span.ui-icon-circle-triangle-e {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
}
/* 左矢印 */
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev span.ui-icon-circle-triangle-w::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 60%;
	top: 60%;
	margin: -30% -35% 0 0;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev span.ui-icon-circle-triangle-w::before {
		width: 10px;
		height: 10px;
		right: 70%;
		top: 70%;
		margin: -35% -40% 0 0;
	}
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev:hover span.ui-icon-circle-triangle-w::before {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
/* 右矢印 */
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next span.ui-icon-circle-triangle-e::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 60%;
	top: 60%;
	margin: -30% 0 0 -35%;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next span.ui-icon-circle-triangle-e::after {
		width: 10px;
		height: 10px;
		left: 70%;
		top: 70%;
		margin: -35% 0 0 -40%;
	}
}
#form-datepicker .ui-widget.ui-widget-content .ui-datepicker-header a.ui-datepicker-next:hover span.ui-icon-circle-triangle-e::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar {
	font-family:"futura-pt", sans-serif !important;
	font-weight: 500 !important;
	margin: 0 !important;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar thead {
	border: 1px solid #FA6A18;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar thead th {
	padding: 10px 5px !important;
	background-color: transparent !important;
	text-align: center !important;
	line-height: 1.5 !important;
	font-size: 14px !important;
	color: #363636 !important;
	font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar thead th {
		padding: 5px 2px !important;
		font-size: 12px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td {
	padding: 0 10px !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td {
		padding: 0 5px !important;
		font-size: 12px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td a {
	text-align: center !important;
	margin: 20px auto 0;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: none !important;
	border: none !important;
	color: #000 !important;
	border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td a {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		margin: 10px auto 0;
	}
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
	color: #fa6a18 !important;
	border: 1px solid #fa6a18 !important;
	background: #fff !important;
	line-height: 38px !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
		line-height: 28px !important;
	}
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td a.ui-priority-secondary {
	opacity: 0.3 !important;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-state-active,
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-today.ui-datepicker-current-day a.ui-state-active,
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a.ui-priority-secondary.ui-state-active {
	background: #FA6A18 !important;
	color: #fff !important;
	opacity: 1 !important;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-datepicker-today.ui-datepicker-current-day a.ui-state-active {
	border: 1px solid #FA6A18 !important;
}
#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-state-disabled span {
	text-align: center !important;
	margin: 20px auto 0;
	padding: 0 !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	background: #ededed !important;
	border: none !important;
	color: #999 !important;
	border-radius: 50% !important;
}
@media screen and (max-width: 767px) {
	#form-datepicker .ui-widget.ui-widget-content table.ui-datepicker-calendar tbody td.ui-state-disabled span {
		width: 30px !important;
		height: 30px !important;
		line-height: 30px !important;
		margin: 10px auto 0;
	}
}
/*********************************
  お知らせカスタマイズ
*********************************/
/*お知らせ詳細*/
#article { position:relative; }
/* アイキャッチ画像 */
#post_image { padding:0; margin:0 0 30px 0; }
#post_image img { width:100%; height:auto; display:block; margin:0; }
/* カテゴリー */
#post_meta_top li { float:left; margin:0 15px 0 0; }
#post_meta_top .category a { display:inline-block; background:#ccc; font-size:12px; color:#fff; height:30px; line-height:30px; padding:0 15px; text-decoration:none; }
#post_meta_top .date { font-family:Arial,sans-serif; padding:8px 15px 12px 20px; position:relative; font-size:14px; color:#666; }
/* 記事タイトル */
#post_title { padding:0; margin:15px 0 30px; font-size:21px; color:#000; line-height:140%; }
/*  記事本文*/
.post_content {}
.dis_post_content { padding:0 0 20px; }
#main_contents .single_one_col {
	margin: 0 auto;
	padding: 0px;
	max-width: 910px;
	width: 100%;
}
#main_contents .container #article #single_news_container {
	background-color:transparent;
	padding: 0px;
	border-radius: 0px;
	margin: 150px auto 0px;
	position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	#main_contents .container #article #single_news_container {
		margin: 100px auto 0px;
	}
}
@media screen and (max-width: 767px) {
	#main_contents .container #article #single_news_container {
		margin: 50px auto 0px;
	}
}
#main_contents .container #article #blog_ttl_header {
	position: relative;
	padding: 0px 0px 20px;
	background-color: transparent;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header {
		padding: 0px 0px 10px;
	}
}
#main_contents .container #article #blog_ttl_header h2 {
	font-size: 22px;
	color: #363636;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 0 20px;
	letter-spacing: 4px;
	border-bottom: 1px solid #EEB0B0;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header h2 {
		font-size: 15px;
		margin-bottom: 5px;
		letter-spacing: 2px;
		padding: 0 0 10px;
	}
}
#main_contents .container #article #blog_ttl_header i.category,
#main_contents .container #article #blog_ttl_header i.date {
	font-size: 14px;
	color: #363636;
	font-style: normal;
	display: inline-block;
	line-height: 24px;
}
#main_contents .container #article #blog_ttl_header i.category {
	line-height: 18px;
	font-weight: 500;
	border: 1px solid #363636;
	background: #fff;
	padding: 2px 20px;
	margin: 0 0 10px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#main_contents .container #article #blog_ttl_header i.category:hover {
	border: 1px solid #EEB0B0;
	background: #EEB0B0;
}
#main_contents .container #article #blog_ttl_header i.category:hover a {
	color: #fff;
}
#main_contents .container #article #blog_ttl_header i.date {
	margin: 0 0 10px 20px;
	font-weight: 600;
}
@media (max-width:767px) {
	#main_contents .container #article #blog_ttl_header  i.category,
	#main_contents .container #article #blog_ttl_header i.date {
		font-size: 11px;
	}
	#main_contents .container #article #blog_ttl_header i.category {
		margin: 0 0 5px;
		padding: 2px 10px;
	}
	#main_contents .container #article #blog_ttl_header i.date {
		margin: 0 0 5px 10px;
	}
}
#main_contents .container #article #blog_ttl_header ul#post_meta_top {
	margin: 0;
}
#main_contents .container .post_content {
	padding: 20px 0px 50px;
}
@media (max-width:767px) {
	#main_contents .container .post_content {
		padding: 20px 0px 30px;
	}
}
#main_contents .container .post_content h2,
#main_contents .container .post_content h3,
#main_contents .container .post_content h4,
#main_contents .container .post_content h5 {
	margin-bottom: 20px;
	letter-spacing: 4px;
}
#main_contents .container .post_content h2{ font-size: 22px;}
#main_contents .container .post_content h3{ font-size: 20px;}
#main_contents .container .post_content h4{ font-size: 18px;}
#main_contents .container .post_content h5{ font-size: 16px;}
#main_contents .container .post_content p {
	line-height: 2;
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: 500;
	margin-bottom: 30px;
}
#main_contents .container .post_content p a {
	color: #2660d2;
	text-decoration: underline;
}
@media (max-width:767px) {
	#main_contents .container .post_content h2,
	#main_contents .container .post_content h3,
	#main_contents .container .post_content h4,
	#main_contents .container .post_content h5 {
		margin-bottom: 15px;
		letter-spacing: 3px;
	}
	#main_contents .container .post_content h2{ font-size: 18px;}
	#main_contents .container .post_content h3{ font-size: 16px;}
	#main_contents .container .post_content h4{ font-size: 14px;}
	#main_contents .container .post_content h5{ font-size: 12px;}
	#main_contents .container .post_content p {
		font-size: 11px;
		margin-bottom: 15px;
		letter-spacing: 2px;
	}
}
/*NEXT PREV*/
ul.pager_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: flex-start;
	padding: 0px 0 0;
}
ul.pager_list li {
	width: 48%;
	margin: 0 4% 0 0;
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	height: 150px;
}
ul.pager_list li:last-child {margin: 0 0 0 0;}
@media only screen and (max-width: 767px) {
	ul.pager_list li {
		width: 100%;
		margin: 0 0 4% 0;
		height: 100px;
	}
}
ul.pager_list li a {
	cursor: pointer;
	display: flex;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: 100%;
	flex-basis: auto;
}
ul.pager_list li a:hover {
	opacity: 0.8;
}
ul.pager_list li a .img_box {
	width: 100%;
	position: relative;
	flex-flow: row nowrap;
	display: flex;
	text-align: center;
	max-width: 150px;
	background: #ededed;
}
@media only screen and (max-width: 767px) {
	ul.pager_list li a .img_box {
		max-width: 100px;
	}
}
ul.pager_list li a .img_box img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
ul.pager_list li a .ttl_box {
	padding: 0px;
	width: 100%;
	width: calc(100% - 150px);
	color: #fff;
	position: relative;
	background: #3f5f9e;
}
@media only screen and (max-width: 767px) {
	ul.pager_list li a .ttl_box {
		width: calc(100% - 100px);
	}
}
ul.pager_list li a .ttl_box h3 {
	display: block;
	width: 100%;
	line-height: 20px;
	position: relative;
	top: 50%;
	margin: -10px 0 0;
	padding: 0 20px 0 20px;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	ul.pager_list li a .ttl_box h3 {
		font-size: 12px;
		line-height: 16px;
		margin: -8px 0 0;
		padding: 0 10px 0 10px;
	}
}
/*********************************
  レタッチカスタマイズ
*********************************/
.flex_box {
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	padding: 0 0 150px;
}
@media only screen and (max-width: 767px) {
	.flex_box {
		min-height: auto;
		display: block;
		padding: 0 0 75px;
	}
}
.flex_box .flex_item.flex_desc {
	width: 52%;
}
.flex_box .flex_item.flex_img {
	width: 48%;
}
@media only screen and (max-width: 767px) {
	.flex_box .flex_item.flex_desc,
	.flex_box .flex_item.flex_img {
		width: 100%;
	}
	.flex_box .flex_item.flex_img {
		margin-bottom: 30px;
	}
}
.flex_box .flex_item.flex_desc {
	min-height: 300px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 80px;
}
@media only screen and (max-width: 767px) {
	.flex_box .flex_item.flex_desc {
		min-height: auto;
		display: block;
		padding-right: 0px;
	}
}
.flex_box .flex_item.flex_desc p.flex_text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: left;
	color: #363636;
	line-height: 2.5;
	margin: 0;
	padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
	.flex_box .flex_item.flex_desc p.flex_text {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 2;
		padding: 10px 0 0px;
	}
}
.bafg-twentytwenty-container {
  position: relative;
}
.flex_2col_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	justify-content: flex-start;
}
.flex_2col_box .flex_2col_item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	overflow: hidden;
	position: relative;
	
}
@media only screen and (max-width: 767px) {
	.flex_2col_box .flex_2col_item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;

	}
}
.flex_2col_box .flex_2col_item:nth-of-type(2n) {
	margin-right: 0%;
}
.flex_2col_box .flex_2col_item h4.ttl {
	padding: 0 0 10px 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 18px;
	color: #363636;
	margin: 0px;
}
.flex_2col_box .flex_2col_item h4.ttl span {
	font-size: 14px;
		border: 1px solid #EEB0B0;
	background-color: #EEB0B0;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 5px 10px;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.flex_2col_box .flex_2col_item h4.ttl {
		padding: 0 0 10px 0;
		font-size: 14px;
	}
	.flex_2col_box .flex_2col_item h4.ttl span {
		font-size: 11px;
		margin: 0 10px 0 0;
		padding: 3px 6px;
	}
}
.flex_2col_box .flex_2col_item h4.ttl em {
	position: relative;
	float: right;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	top: 5px;
}
.flex_2col_box .flex_2col_item h4.ttl em i {
	position: relative;
	font-size: 16px;
	font-style: normal;
	color: #ededed;
	padding: 0 0 0 2px;
}
.flex_2col_box .flex_2col_item h4.ttl em i.star {
	color: #FEB644;
}
.flex_2col_box .flex_2col_item h4.ttl em i.left {
	padding-left: 10px;
}
@media only screen and (max-width: 767px) {
	.flex_2col_box .flex_2col_item h4.ttl em {
		font-size: 11px;
		top: -1px;
	}
	.flex_2col_box .flex_2col_item h4.ttl em i {
		font-size: 15px;
		padding: 0 0 0 0px;
		top: 1px;
	}
	.flex_2col_box .flex_2col_item h4.ttl em i.left {
		padding-left: 5px;
	}
}
.flex_2col_box .flex_2col_item p.retouch_desc {
	font-size: 14px;
	letter-spacing: 3px;
	text-align: left;
	color: #363636;
	line-height: 2;
	margin: 20px auto 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.flex_2col_box .flex_2col_item p.retouch_desc {
	font-size: 12px;
	margin: 10px auto 0;
	letter-spacing: 1px;
	}
}


