@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
/*@import "./assets/css/sanitize.css";*/

/* 共通部分
============================================================================== */
html, body {
	color: #333;
	font-size: 16px;
	line-height:1.8;
	font-weight:400;
	letter-spacing: 0.08em;
	font-family:  "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	overflow-x: hidden;
	margin:0;
}

p,ul{
	margin: 0;
}

.inner {
	width:100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}
.inner1200 {
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.inner920 {
	width:100%;
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
.inner800 {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}


@media(max-width: 767px) {
	html, body {
		line-height: 1.5625;
		letter-spacing: 0;
	}
	.inner,
	.inner1200,
	.inner920,
	.inner800 {
		max-width:100%;
		padding: 0 3.2vw;
	}

}

.flex {
	display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	-webkit-box-pack:center; -ms-flex-pack:center;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-align-items: flex-start; align-items: flex-start;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }
.flex.sp_only { display:none; }
@media(max-width: 767px) {
	.flex.sp_only { display:inherit; }
}

::selection,
::-moz-selection { /* select color */
	background: rgba(0,0,0,.5);
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
table { table-layout: fixed; }
td input { max-width: 100%; }
i, em { font-style: normal; }
li { list-style: none; }
a, a:hover, a:active, a:focus {
	color:inherit;
	outline: none;
	text-decoration:none;
	line-height:1;
}
a:hover {
	opacity: .85;
	-webkit-transition: all .3s; transition: all .3s;
}
a:hover img,
.tel a:hover {
	-webkit-transition: all .7s; transition: all .7s;
	opacity: 0.7;
}
a:hover img.noeffect { opacity: 1; }
figure { margin:0; }
img {
	max-width:100%;
	height:auto;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1;
	font-weight:400;
	letter-spacing:inherit;
}

/* pc tablet sp 特別指定の出し分け */
@media print, screen {
	.pc_only { /*display: none;*/ }
	.tb_only { display: none; }
	.sp_only { display: none; }
	.tb_pc   { /*display: inherit;*/ }
	.sp_tb   { display: none; }
}
@media (min-width: 768px) and (max-width:1024px) {
	/*.pc_only { display: none; }*/
	.tb_only { display: inherit; }
	.sp_only { display: none; }
	.tb_pc   { /*display: inherit;*/ }
	.sp_tb   { display: inherit; }
}
@media (max-width: 767px) {
	.pc_only { display: none; }
	.tb_only { display: none; }
	.sp_only { display: inherit; }
	.tb_pc   { display: none; }
	.sp_tb   { display: inherit; }
}

/* SP時にWPアドミンバーを表示しない */
@media (max-width: 767px) {
	html { margin-top:45px !important; }
	html body { margin-top:-45px !important; }
	#wpadminbar { display:none; }
}
/* tel番号リンク外し */
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* font指定 */
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.roboto {
	font-family: 'Roboto';
	font-weight:400;
	letter-spacing:-0.02em;
}

/* sp bodyスクロール防止 */
.scroll_prevent {
	z-index: -1;
	overflow:hidden;
	height:100%;
}

/* 決済時のwait画面 */
body.wait_overlay { position:relative; }
body.wait_overlay:before {
	content:"";
	width:100vw; height:100vh;
	position:fixed; top:0; left:0; z-index:99998;
	background:#000;
	opacity:0.8;
	pointer-events: none;
}
body.wait_overlay:after {
	content:"\f110";
	color:#FFF;
	font-family: "Font Awesome 5 Free";
	font-size:3em;
	font-weight:900;
	position:fixed; top:calc(50% - 1.5em); left:50%; z-index:99999;
	animation: spin 1.2s linear 0s infinite;
}
@keyframes spin { 0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}

/* viewer.js */
.viewer-in {
	z-index: 10001 !important;
}
.viewer-toolbar > ul > li,
.viewer-button {
	background-color:#53A656;
}

/* 共通指定
============================================================================== */
#wrap { overflow:hidden; }
em,i { font-style:normal; }

.tategaki {
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	word-break:keep-all; /* macで改行される？ */
	white-space:nowrap;
}
.tategaki i {
	-moz-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	line-height:1.2;
	word-break:keep-all; /* macで改行される？ */
	white-space:nowrap;
}

.txt_center { text-align: center; }
.mrl_auto { margin-left:auto; margin-right:auto; }
.w100p { width:100%; }
.w95p  { width:95%; }
.w90p  { width:90%; }
.w85p  { width:85%; }
.w80p  { width:80%; }
.w75p  { width:75%; }
.w70p  { width:70%; }
.w65p  { width:65%; }
.w60p  { width:60%; }
.w55p  { width:55%; }
.w50p  { width:50%; }
.w45p  { width:45%; }
.w40p  { width:40%; }
.w35p  { width:35%; }
.w30p  { width:30%; }
.w25p  { width:25%; }
.w20p  { width:20%; }
.w15p  { width:15%; }
.w10p  { width:10%; }
.w05p  { width:05%; }
.w48p  { width:48%; }

.mt5    { margin-top:  5px; }
.mt10   { margin-top: 10px; }
.mt15   { margin-top: 15px; }
.mt20   { margin-top: 20px; }
.mt25   { margin-top: 25px; }
.mt30   { margin-top: 30px; }
.mt35   { margin-top: 35px; }
.mt40   { margin-top: 40px; }
.mt45   { margin-top: 45px; }
.mt50   { margin-top: 50px; }
.mt55   { margin-top: 55px; }
.mt60   { margin-top: 60px; }
.mt65   { margin-top: 65px; }
.mt70   { margin-top: 70px; }
.mt75   { margin-top: 75px; }
.mt80   { margin-top: 80px; }
.mt85   { margin-top: 85px; }
.mt90   { margin-top: 90px; }
.mt95   { margin-top: 95px; }
.mt100  { margin-top:100px; }
.mt105  { margin-top:105px; }
.mt110  { margin-top:110px; }
.mt115  { margin-top:115px; }
.mt120  { margin-top:120px; }
.mt125  { margin-top:125px; }
.mt130  { margin-top:130px; }
.mt135  { margin-top:135px; }
.mt140  { margin-top:140px; }
.mt145  { margin-top:145px; }
.mt150  { margin-top:150px; }
.mt160  { margin-top:160px; }
.mt170  { margin-top:170px; }
.mt180  { margin-top:180px; }
.mt190  { margin-top:190px; }
.mt200  { margin-top:200px; }
@media(max-width: 767px) {
	.mt5  { margin-top: calc( 5  / 750 * 100vw); }
	.mt10 { margin-top: calc( 10 / 750 * 100vw); }
	.mt15 { margin-top: calc( 15 / 750 * 100vw); }
	.mt20 { margin-top: calc( 20 / 750 * 100vw); }
	.mt25 { margin-top: calc( 25 / 750 * 100vw); }
	.mt30 { margin-top: calc( 30 / 750 * 100vw); }
	.mt35 { margin-top: calc( 35 / 750 * 100vw); }
	.mt40 { margin-top: calc( 40 / 750 * 100vw); }
	.mt45 { margin-top: calc( 45 / 750 * 100vw); }
	.mt50 { margin-top: calc( 50 / 750 * 100vw); }
	.mt55 { margin-top: calc( 55 / 750 * 100vw); }
	.mt60 { margin-top: calc( 60 / 750 * 100vw); }
	.mt65 { margin-top: calc( 65 / 750 * 100vw); }
	.mt70 { margin-top: calc( 70 / 750 * 100vw); }
	.mt75 { margin-top: calc( 75 / 750 * 100vw); }
	.mt80 { margin-top: calc( 80 / 750 * 100vw); }
	.mt85 { margin-top: calc( 85 / 750 * 100vw); }
	.mt90 { margin-top: calc( 90 / 750 * 100vw); }
	.mt95 { margin-top: calc( 95 / 750 * 100vw); }
	.mt100 { margin-top:calc(100 / 750 * 100vw); }
	.mt105 { margin-top:calc(105 / 750 * 100vw); }
	.mt110 { margin-top:calc(110 / 750 * 100vw); }
	.mt115 { margin-top:calc(115 / 750 * 100vw); }
	.mt120 { margin-top:calc(120 / 750 * 100vw); }
	.mt125 { margin-top:calc(125 / 750 * 100vw); }
	.mt130 { margin-top:calc(130 / 750 * 100vw); }
	.mt135 { margin-top:calc(135 / 750 * 100vw); }
	.mt140 { margin-top:calc(140 / 750 * 100vw); }
	.mt145 { margin-top:calc(145 / 750 * 100vw); }
	.mt150 { margin-top:calc(150 / 750 * 100vw); }
	.mt160 { margin-top:calc(160 / 750 * 100vw); }
	.mt170 { margin-top:calc(170 / 750 * 100vw); }
	.mt180 { margin-top:calc(180 / 750 * 100vw); }
	.mt190 { margin-top:calc(190 / 750 * 100vw); }
	.mt200 { margin-top:calc(200 / 750 * 100vw); }
}
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }
.mt35em { margin-top:3.5em; }
.mt40em { margin-top:4.0em; }
.mt45em { margin-top:4.5em; }
.mt50em { margin-top:5.0em; }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }
.mb35em { margin-bottom:3.5em; }
.mb40em { margin-bottom:4.0em; }
.mb45em { margin-bottom:4.5em; }
.mb50em { margin-bottom:5.0em; }
.pt05em { padding-top:0.5em; }
.pt10em { padding-top:1.0em; }
.pt15em { padding-top:1.5em; }
.pt20em { padding-top:2.0em; }
.pt25em { padding-top:2.5em; }
.pt30em { padding-top:3.0em; }
.pt35em { padding-top:3.5em; }
.pt40em { padding-top:4.0em; }
.pt45em { padding-top:4.5em; }
.pt50em { padding-top:5.0em; }

.shadow {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}

/* 汎用パーツ
============================================================================== */
/* link effect */
a.noeffect::after { content: ''; background-color: transparent; }
a.noeffect:hover::after { width:0; }

/* ↓ボタンclass定義 */
.btnc, .btnc a {
	display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	-webkit-box-pack:justify; -ms-flex-pack:justify;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
	text-align:center;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-webkit-user-select: none;
	position: relative;
}
.btnc > a, .btnc > span {
	position:relative;
	height:100%;
	line-height:1;
	border:1px solid transparent;
	-ms-transition:.3s ease-out, background .3s ease-in;
	-moz-transition:.3s ease-out, background .3s ease-in;
	-webkit-transition:.3s ease-out, background .3s ease-in;
	transition:.3s ease-out, background .3s ease-in;
}

.ptb05em { padding:0.5em 0; }
.ptb06em { padding:0.6em 0; }
.ptb07em { padding:0.7em 0; }
.ptb08em { padding:0.8em 0; }
.ptb09em { padding:0.9em 0; }
.ptb10em { padding:1em 0; }
.ptb11em { padding:1.1em 0; }
.ptb12em { padding:1.2em 0; }
.ptb13em { padding:1.3em 0; }
.ptb14em { padding:1.4em 0; }
.ptb15em { padding:1.5em 0; }

.effectpopup { transition: .3s; }
.effectpopup:hover {
	transform: translate(0px,-3px);
}
.effectpopup.addshadow:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.btnc.btn01 > a,
.btnc.btn01 > span {
	width:100%;
	color:#FFF;
	font-size:0.875em;
	font-weight:600;
	position:relative;
	border-radius:2em;
	background:#53A656;
	border-color:#53A656;
}
.btnc.non > a,
.btnc.non > span {
	font-size:0.875em;
	font-weight:600;
	position:relative;
}
.btnc.big > a,
.btnc.big > span {
	font-size:1.3em;
	font-weight:600;
	position:relative;
}
.btnc.arw > a:after,
.btnc.arw > span:after {
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-size:.8em;
	line-height:1;
	font-weight:600;
	color:#FFF;
	position:absolute; right:1.5em; top:56%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
.btnc.arw.violet > a:after,
.btnc.arw.violet > span:after {
	color:#53A656;
}
.btnc.non.arw > a:after,
.btnc.non.arw > span:after {
	color:#53A656;
	right:-1em;
}
.btnc.big.arw > a:after,
.btnc.big.arw > span:after {
	top:50%;
}
.btnc.arw:hover > a:after,
.btnc.arw:hover > span:after {
	right:1em;
	color: rgba(0,0,0,0.5);
}
.btnc.non.arw:hover > a:after,
.btnc.non.arw:hover > span:after {
	right:-1.2em;
}
.btnc.arw.reverse > a:after,
.btnc.arw.reverse > span:after{
	right:auto; left:-1em;
	-webkit-transform:translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);;
}
.btnc.arw.reverse:hover > a:after,
.btnc.arw.reverse:hover > span:after{
	right:auto;
	left:-1.3em;
}
.btnc.btn01.white > a,
.btnc.btn01.white > span {
	color:#333;
	background:#FFF;
	border-color:#333;
}
.btnc.arw.white > a:after,
.btnc.arw.white > span:after {
	color:#333;
}

.btnc.btn02 > a,
.btnc.btn02 > span {
	width:100%;
	position:relative;
	font-size:1.125em;
	font-weight:600;
	letter-spacing:.05em;
}
.btnc.btn02.arw > a:after,
.btnc.btn02.arw > span:after {
	content:"";
	display:block;
	width:12px;
	height:17px;
	background:url(images/icn_arw_vilolet.svg) center center / contain no-repeat;
	position:absolute; left:calc(100% + 1.5em); top:55%;
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transition: all 0.3s ease;
}
.btnc.btn02.arw:hover > a:after,
.btnc.btn02.arw:hover > span:after {
	top:75%;
}

.btnc.btneffect01 > a,
.btnc.btneffect01 > span {
	transition: all 0.3s ease;
}
.btnc.btneffect01:hover > a,
.btnc.btneffect01:hover > span {
	background: rgba(255,255,255,0.5);
	border-color:transparent;
	color: rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	/*transform: scale(1.02);*/
	/*filter: invert(20%);*/
}
.btnc.btneffect01.light:hover > a,
.btnc.btneffect01.light:hover > span {
	background: rgba(255,255,255,0.9);
}
.btnc.btneffect01.violet:hover > a,
.btnc.btneffect01.violet:hover > span {
	color:#FFF;
	background: #53A656;
}
.btnc.btneffect01.violet:hover > a:after,
.btnc.btneffect01.violet:hover > span:after {
	color: #FFF;
}


/* input ボタン */
.page-submit .btnc {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	-webkit-transition: all .3s; transition: all .3s;
}
.page-submit .btnc input {
	width:100%;
	height:100%;
	padding: 0.6em 0;
	font-size:1.125em;
	line-height:1.5;
	font-weight:500;
	color:#FFF;
	background:#9B7100;
	border:1px solid transparent;
	transition: all 0.6s ease;
	cursor:pointer;
}
.page-submit .btnc input:hover {
	background: rgba(255,255,255,0.5);
	border-color:transparent;
	color: rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
	.page-submit .btnc {
		width:90%;
	}
}


/* img effect */
a .img_wrap,
a .img_wrap img {
	display:block;
	line-height:0;
	overflow:hidden;
	z-index:3;
	position:relative;
	background: transparent;
	transition:.3s ease-out, background .3s ease-in;
}
a:hover .img_wrap img {
	z-index:2;
	transform: scale(1.1);
	opacity: 1;
}
a:hover .img_wrap.middleimg img {
	transform: scale(1.03);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media only screen and (max-width: 767px) {
	a .img_wrap,
	a .img_wrap img {
		z-index:1;
	}
}

/* 基本型parts */
.dl-list {
  margin-left:0; margin-right:0; word-break:break-all;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.dl-list:after { content: ""; display: block; clear: both; }
.dl-list > dt {
  /* float:left;  */
  min-width:0;
}
/* .dl-list > dd { margin-left:1em; } */
.dl-list > dt:not(:last-of-type),
.dl-list > dd:not(:last-of-type) { margin-bottom: 0.5em; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {}

.ul-parent { -ms-flex-pack: space-around; -webkit-justify-content: space-around; justify-content: space-around; }
.ul-list li {
	padding-left: 1em;
	position: relative;
	font-size: 1.125em;
}
.ul-list li:before {
	content: "";
	width: 4px; height: 4px;
	border-radius: 50%;
	background: #333;
	position: absolute; left: 0; top: 0.85em;
}
.ul-list li:not(:last-child) { margin-bottom: 0.1em; }
.ul-list.nodot li { padding-left:0; }
.ul-list.nodot li:before { background: transparent; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {}

.tbl_contact { width:100%; }
.tbl_contact .col1 { width:30%; }
.tbl_contact .col2 { width:70%; }
.tbl_contact th,
.tbl_contact td {
	text-align:left;
	background-color:transparent;
	word-break:break-all;
	padding:1em 0;
	vertical-align:top;
	border:none;
}
.tbl_contact th { font-weight:600; }
.tbl_contact td { font-weight:400; }
.tbl_contact tr { /*border-bottom:1px solid #CCC;*/ }
.tblwrap .wpcf7 form.wpcf7-form > p { display:none; }
.tbl_contact td > p { font-weight:400; }
.tbl_contact td > p a { text-decoration:underline; }
.tbl_contact th .required {
	color:#FFF;
	background:#53A656;
	margin-left:0.5em;
	padding:.1em .5em;
	font-size:.9em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.tbl_contact th .required {
		display:block;
		color:#53A656;
		background:#FFF;
		margin-left:0;
		padding:0;
	}
}

.tblwrap .bikou { font-size:0.78em; }
.tbl_contact td input,
.tbl_contact td textarea {
	background:#F2F2F2;
	padding:0.5em 1em;
	border:2px solid #CCC;
}
/* IE11 placeholder fix */
.tblwrap td input:-ms-input-placeholder,
.tblwrap td textarea:-ms-input-placeholder { color: #999; }
.tblwrap td .wpcf7-list-item.first { margin-left:0; }
.tblwrap td input.text1 { width:100%; }
.tblwrap td input.text2 { width:70%; }
.tblwrap td textarea { width:100%; }
/* contact form 7 */
.wpcf7 .formError { left:auto !important; right:0 !important; z-index:1; }
.wpcf7 .contact2 td .wpcf7-not-valid-tip { border-radius: 0 0 4px 4px / 0 0 4px 4px; }
.wpcf7 .wpcf7-validation-errors { color:#333333; border-color:#333333; }
.wpcf7 .wpcf7-not-valid-tip { color: #de0000; }
.wpcf7 .wpcf7-response-output { color:#333333; }
.wpcf7 .wpcf7c-conf { background-color: #333333; color:#FFF; border: 1px solid #333333; }
.wpcf7 .sendarea { margin-top:30px; text-align:center; }
.wpcf7 .sendarea p input { display:inline-block; margin:0 20px; }
/* input btn */
.wpcf7 .form-submit {
	margin-top:1em;
	text-align:center;
}
.wpcf7 .form-submit .btnc {
	width:45%;
	margin:0 auto;
	position: relative;
	transition: all 0.3s;
}
.wpcf7 .form-submit .btnc:after {
	content:url(images/icn_btn_arw02.svg);
	line-height:1;
	position:absolute; left:calc(100% - 2em); top:50%;
	transform: translateY(-50%) translateX(-50%);
	transition: all 0.3s;
}
.wpcf7 .form-submit .btnc input {
	display:block; width:100%; height:100%;
	padding:0.7em 0.5em;
	font-size:1.2em;
	line-height:1.2;
	font-weight:600;
	color:#FFF;
	background:#53A656;
	border:1px solid transparent;
	border-radius:3em;
	transition: all 0.3s;
	cursor:pointer;
}
.wpcf7 .form-submit .btnc input:hover {
	color:#FFF;
	background:#53A656;
	border-color:#53A656;
	opacity:.9;
}
.wpcf7 .form-submit .btnc:hover:after {
	left:calc(100% - 1.5em);
}
.wpcf7 .form-submit .btnc .ajax-loader {
	position:absolute; left:calc(100% + 2em); top:50%;
	transform: translateY(-50%) translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.wpcf7 .form-submit .btnc {
		width:100%;
	}
	.wpcf7 .form-submit .btnc .ajax-loader {
		left:calc(100% + 0.5em);
	}
}

/* 送信成功時thanksに飛ばすのでメッセージ出さない */
.wpcf7 .wpcf7-mail-sent-ok {
	color: transparent;
	background-color: transparent;
	border: 1px solid transparent;
}

/* contactform7のチェックボックスをデザイン変更 */
.tbl_contact td .wpcf7-list-item {
	display:block;
	width:100%;
	margin-right:0;
	position:relative;
}
.tbl_contact td .wpcf7-list-item .wpcf7-list-item-label {
	display:block;
	width:100%;
	padding-top:0.6em;
	padding-bottom:0.6em;
	margin-bottom:0.5em;
	background:#F2F2F2;
}
.tbl_contact td .f_style .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label,
.tbl_contact td .f_method .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
	background:#e1eae1;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"]{
	/*display: none; validate engine でdisplaynone要素はvalidateできない */
	visibility:hidden;
	opacity:0;
	height:0;
	position:absolute;
}
.wpcf7 label{ cursor: pointer; }
.wpcf7 span.wpcf7-list-item:first-of-type { margin-left:0; }
.wpcf7 .wpcf7-radio .wpcf7-list-item-label,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label { position: relative; padding-left: 2.5em; }
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:before {
	width: 18px;
	height: 18px;
	content: '';
	position: absolute;
	left: 0.6em;
	top: 0.95em;
	background: #fff;
	border: 1px solid #dddddd;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label:after {
	width: 10px;
	height: 5px;
	border: 2px solid #717171;
	content: '';
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(0.6em + 5px);
	top: calc(0.95em + 5px);
	border-top: none;
	border-right: none;
	-webkit-transition: all .3s; transition: all .3s;
	opacity: 0;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
	width: 18px;
	height: 18px;
	content: '';
	background: #fff;
	border: 1px solid #dddddd;
	border-radius:50%;
	position: absolute;
	left: 0;
	top: 0.25em;
}
.wpcf7 .wpcf7-radio .wpcf7-list-item-label:after {
	width: 10px;
	height: 5px;
	border: 2px solid #717171;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: none;
	border-right: none;
	-webkit-transition: all .3s; transition: all .3s;
	opacity: 0;
	position: absolute;
	left: 5px;
	top:calc(0.25em + 5px);
}
.wpcf7 .wpcf7-radio span.wpcf7-list-item,
.wpcf7 .wpcf7-checkbox span.wpcf7-list-item,
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item { margin-left: 0; margin-right: 20px; }
.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:after { opacity: 1; }
.wpcf7 input[type="radio"]:checked + .wpcf7-list-item-label:after { opacity: 1; }

/* 共通カラム設定 */
.row_default01 {}
.row_default01 .col_txt { width: 57%; }
.row_default01 .col_img { width: 38%; }
.row_default02 .col_txt { width: 45%; }
.row_default02 .col_img { width: 50%; }
@media only screen and (max-width: 767px) {
	/* row */
	.row_default01 {
		display: block!important;
		margin-bottom: 11vw;
	}
	.row_default01 .col_txt {
		width: 100%!important;
		max-width: 100% !important;
	}
	.row_default01 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
	.row_default02 .col_txt {
		width: 100%!important;
		max-width: 100% !important;
	}
	.row_default02 .col_img {
		width: 100%!important;
		max-width: 100%!important;
		margin-bottom: 5vw;
	}
}

/* パンくずリスト */
.breadwrap {
	padding:0.3em 1.6vw;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-top:1px solid #E2E0E0;
}
.breadcrumb {
	width: 100%;
	height: 100%;
	overflow-x: auto;
	padding-bottom: 0px; /* Increase/decrease this value for cross-browser compatibility */
	box-sizing: content-box; /* So the width will be 100% + 17px */
}
.breadcrumb li {
	position:relative;
	display:inline-block;
	padding-right:1em;
	padding-bottom:0.3em;
	vertical-align:middle;
	font-size:0.75em;
}
.breadcrumb li:not(:first-child) { padding-left:1em; }
.breadcrumb li br { display:none; }
.breadcrumb li a {
	color:inherit;
}
.breadcrumb i { color:#CCC; }
.breadcrumb li.bhome:before {
	content:url(images/bread_home.svg);
	margin-right:0.5em;
	line-height:1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	/* iscroll */
	#wrap #breadiscr { position: relative; }
	#wrap #breadiscr ul {
	  display: table; /* !hissu */
	  white-space: nowrap;
	  overflow-x: hidden;
	  width: 100%;
	  /*max-width:100%;*/
	}
	#wrap #breadiscr ul li,
	#wrap #breadiscr ul i {
		display: table-cell;
		vertical-align:middle;
		white-space: nowrap;
	}
	#wrap #breadiscr ul li {
		padding-right:1.5em;
	}
	#wrap #breadiscr ul li:last-of-type {
		padding-right:5em;
	}
}

/* pc fixed-banner */
.fixed_right {
	position: fixed; top: 225px; right: 0;
	z-index: 1;
}
.fixed_right li {
	transition: all .3s ease, transform 0.3s ease-in-out;
}
.fixed_right li a:hover {
	opacity:1;
	z-index:1;
	transform: scale(1.05);
	/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);*/
}
.fixed_right li a {
	-webkit-justify-content:center; justify-content:center;
	-webkit-align-items: center; align-items: center;
	width: 45px;
	height: 200px;
	padding-top: 8px;
	padding-bottom: 16px;
	letter-spacing: 0.1em;
}
.fixed_right li:nth-child(1) a { background: #53A656; color:#FFF; }
.fixed_right li:nth-child(2) a { background: #F0F0F0; color:#333; }
.fixed_right .tategaki {
	font-size: 1em;
	font-weight: 500;
	margin-top: 0.75em;
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.hleadtxt {
	padding:0.5em 1.6vw;
	background:#F4F4F4;
}
.hleadtxt span {
	color:#363636;
	font-size:0.75em;
	font-weight:400;
	line-height:1.5;
}
/* header */
header {
	position:relative;
}
@media all and (-ms-high-contrast: none) {
	/* IE10 以降にのみ適用される */
	.home_head { position: static; }
	header {
		padding-bottom:0;
	}
}
.home_head .logo_gnav_info {
	padding:1em 1em;
}
.home_head .logo .hlogo {
	width:200px;
	text-align:center;
}
.home_head .scronly {
	display:none;
}
.home_head .logo_gnav_info,
.home_head .gnav_info { height:auto; }
.home_head.scr.open .logo_gnav_info,
.home_head.scr.open .gnav_info { height:100%; }
.home_head {
	background:rgba(255,255,255,1);
}



@media only screen and (max-width: 767px) {
	header {
	}
	.logo {
		padding-left:3.2vw;
		height:calc(130 / 750 * 100vw);
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
		-webkit-box-pack:center; -ms-flex-pack:center;
		-webkit-justify-content: flex-start; justify-content: flex-start;
		-webkit-align-items: center; align-items: center;
	}
	.logo a img {
		/*max-width: calc(100% - ((80 / 750 * 100vw) * 3) - (3.2vw * 4));*/
	}
	.menu.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.hleadtxt {
		/*display:none;*/
		padding:1.6vw 1.6vw;
		/*height:calc(55 / 750 * 100vw);*/
		position:relative;
	}
	.hleadtxt span {
		font-size:0.8em;
		line-height:1.2;
		/*letter-spacing:-0.05em;*/
		display: table; /* !hissu */
		white-space: nowrap;
		overflow-x: hidden;
		width: 100%;
	}


	.btn_tel_sp,
	.btn_gnav_sp {
		position: fixed;
		top: calc((55 / 750 * 100vw) + (10 / 750 * 100vw));
		right: 3.2vw;
		height: calc(100 / 750 * 100vw);
		width: calc(100 / 750 * 100vw);
		background: #FFF;
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(40 / 750 * 100vw);
		height: 2px;
		position:absolute; left:50%; top:40%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		margin: auto;
		background: #333;
		border-radius: 10px;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before,
	.btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #333;
		border-radius: 10px;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -8px;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -8px;
	}
	.btn_tel_sp .txt_gnav,
	.btn_gnav_sp .txt_gnav {
		display:block;
		color:#333;
		font-size:0.6875em;
		line-height:1;
		padding-top:3em;
		text-align: center;
	}
	.btn_gnav_sp .txt_gnav:before {
		content:"メニュー";
	}
	.open .btn_gnav_sp {
		top: calc(10 / 750 * 100vw);
	}
	.open .btn_gnav_sp .icn_gnav {
		top:45%;
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before,
	.open .btn_gnav_sp .icn_gnav:after {
		height: 3px;
		background: #333;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: -2px;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 2px;
	}
	.open .btn_gnav_sp .txt_gnav:before {
		content:"閉じる";
	}

	.btn_tel_sp {
		background:transparent;
		position: absolute;
		right: calc((160 / 750 * 100vw) + (3.2vw * 3));
		z-index: 9999;
	}
	.btn_tel_sp .icn_gnav {
		content:"";
		display:block;
		line-height:1;
		width:calc(50 / 750 * 100vw);
		height:calc(50 / 750 * 100vw);
		background:url(images/icn_head_tel.svg) center center / contain no-repeat;
		position:absolute; left:50%; top:35%;
		-webkit-transform: translateY(-50%) translateX(-50%) scaleX(-1);
		transform: translateY(-50%) translateX(-50%) scaleX(-1);
	}
	.btn_tel_sp .txt_gnav {
		color:#333;
		padding-top:3.2em;
	}




	.gnav_sp {
		padding: 19.5vw 0 115px;
		overflow-y: auto;
		overflow-x: hidden;
		background: #FFF;
		color: #333;
		position: fixed; top: 0; left: 0;
		z-index: 9999;
		/* height: calc(100% - (122 / 750 * 100vw)); /* fix navi 分を減らす */
		height: 100vh; /* fix navi 分を減らす */
		width: 100%;
		visibility: hidden;
		opacity: 0;
		transition: opacity .3s ease, visibility .3s ease;
		line-height: 1.45;
		letter-spacing: .1em;
	}

	.gnav_sp .nav_main {
		/* padding-bottom: 12vw; */
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
		-webkit-box-pack:center; -ms-flex-pack:center;
		-webkit-justify-content: space-between; justify-content: space-between;
		-webkit-align-items: flex-start; align-items: flex-start;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.gnav_sp .nav_main > ul {
		width:50%;
	}
	.gnav_sp .nav_main > ul:first-of-type{
		border-right:solid 1px #53A656;
	}
	.gnav_sp .nav_main > ul > li {
		width:100%;
		padding: 0vw;
		/* padding-left:3vw; */
		position: relative;
		opacity: 0;
		transform: translateY(-50%);
		transition: transform .6s ease, opacity .2s ease;
		border-top: solid 1px #53A656;
		border-right: solid 1px #53A656;
		/* padding-left: 6px; */
	}
	.gnav_sp .nav_main > ul > li::before{
	  content: '';
	  background: #53A656;
	  border-radius: 50%;
	  width: 5px;
	  height: 5px;
	  border-radius: 50%;
	  position: absolute;
	  top: 1.3em;
	  left: 7px;
	}
	.gnav_sp .nav_main > ul > li:first-of-type > a {
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: .9em 0;
		padding-left:0.5em;
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
		-webkit-box-pack:justify; -ms-flex-pack:justify; -webkit-justify-content:space-between; justify-content:space-between;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		-ms-align-items: center; align-items: center;
		position: relative;
		font-size:.93em;
		line-height:1.4;
		font-weight:600;
		display: inline-block;
		padding-left: 17px;
		/* width: calc(100% - 16px); */
		/* border-top:solid 1px #53A656; */
		/* border-right:solid 1px #53A656; */
	}

	.gnav_sp .nav_main > ul > li .sub{
	  /* border-right: solid 1px #53A656; */
	}

	.open .gnav_sp .nav_main > ul > li:last-of-type{
		border-bottom:solid 1px #53A656;
	}
	.gnav_sp .nav_sub {
		/*display:none;*/
		width: 100%;
		margin-left: auto;
		border-right: solid 1px #53A656;
	}
	.gnav_sp .nav_sub li {
		width:100%;
		opacity: 0;
		transform: translateY(50%);
		transition: transform .6s ease, opacity .2s ease;
		background:#ffe4d3;
		border-top: solid 1px #fff;
		color:#333;
		/* border-top: solid 1px #53A656; */
		/* border-right: solid 1px #53A656; */
	}

	.gnav_sp .nav_sub li:first-child { padding-top:0em; }
	.gnav_sp .nav_sub li:last-child { padding-bottom:0.2em; }
	.gnav_sp .nav_main > ul > li.dropdown > a {
		/* padding-bottom:0.5em; */
	}
	.gnav_sp .nav_sub a {
		font-size: 0.9em;
		line-height:1.3;
		font-weight:500;
		letter-spacing: 0em;
		padding: 0.4em 0;
		padding-left:1.5em;
		display: block;
		position: relative;
	}
	.gnav .menu li.sp_only { display:inherit; }

	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li,
	.open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateY(0);
		transition: transform 0.4s ease, opacity .3s ease;
	}
	.open .gnav_sp .nav_main > ul > li {
		transition: transform 0.3s ease, opacity .3s ease;
	}
}

.home .home_head .logo_gnav_info {
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	/*position: relative;*/
}
.home .home_head .logo {
	width:100%;
	margin-top:1.25em;
}
.home .home_head .logo .hlogo {
	width:auto;
}
.home .home_head .gnav_info {
	width:100%;
	margin-top:1.25em;
}
.home .gnav {
	width:100%;
}
.home .gnav .menu {
	-webkit-justify-content:space-between; justify-content:space-between;
}
.home .gnav .menu.sub {
	display:none;
}




/* フッター footer
------------------------------------------------------------------*/

#footer_nav{
	padding:20px 0 120px;
	background-color:#333333;
	font-size: 92%;
	color:#ffffff;
}

#footer_nav a{
	color:#ffffff;
	text-decoration:none;
}

#footer_nav a:hover{
	text-decoration:underline;
}

#footer_nav_in {
	text-align: center;
}

#footer_nav_in ul {
	padding: 0;
}

#footer_nav_in li{
	display:inline-block;
}

@media screen and (max-width: 767px) {
	#footer_nav{
		padding-bottom: 140px;
	}
}



/* fixed footer area footer-fixed
------------------------------------------------------------------*/
/* xxx */
#footer-fixed {
	position: fixed; bottom: 0; left: 0;
	z-index: 4;
	width: 100%;
/*	background: #e1eae1;*/
	background: #e8e3e2;
	padding:1em 0;
}
.footer-fixed_img {
	position: absolute; left:0; top:50%;
	transform: translateY(-50%);
	z-index: 1;
}
.footer-fixed_cont {
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		justify-content: space-between;
}
.footer-fixed_title {
	background:#FFF;
	padding:0.5em;
	border-radius:3px;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.375;
	letter-spacing: 0.05em;
	position:relative;
}
.footer-fixed_title:after {
	content: "";
	display: block;
	position: absolute; left:-12px; top:55%;
	transform: translateY(-50%);
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 12px 6px 0px;
	border-color:transparent #FFF transparent transparent;
}
.footer-fixed_phone {
	margin-left: 0;
	text-align:center;
}
.footer-fixed_phone .num {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	justify-content: center;
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	color: #333;
}

/* フリーダイヤルアイコン */
.footer-fixed_phone .num:before {
	content: "";
	display: block;
	width: 40px;
	height: 25px;
	margin-right: 8px;
/*	background: url(images/sec_contact_freedial.svg) center / contain no-repeat;*/
	background: url(images/sec_contact_tel.svg) center / contain no-repeat;
}

.footer-fixed_phone .note {
	display: block;
	text-align: center;
	font-size: 0.81em;
	letter-spacing:0;
}
.footer-fixed_nav-pc {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: space-between;
	max-width: 58%;
	width:100%;
	margin-left: 1.5em;
}
.footer-fixed_nav-pc li {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	width:48%;
}
.footer-fixed_nav-pc li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 2.5;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.footer-fixed_nav-pc li a .ico {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.footer-fixed_nav-pc li a .ico:before {
	content: "";
	display: block;
	margin-right: 6px;
}
.footer-fixed_nav-pc li a:hover {
	transform: scale(1.05);
}

/* xxx */
.footer-fixed_nav-pc li:nth-child(1) a {
	color: #FFF;
/*	background: #53A656;*/
	background: #e65b20;
}

.footer-fixed_nav-pc li:nth-child(1) a .ico:before {
	width: 24px;
	height: 24px;
	background: url(images/fix_ft_tel.svg) center / contain no-repeat;
}
.footer-fixed_nav-pc li:nth-child(2) a {
	color: #333;
	background: #FFF;
}
.footer-fixed_nav-pc li:nth-child(2) a .ico:before {
	width: 28px;
	height: 16px;
	background: url(images/fix_ft_mail.svg) center / contain no-repeat;
}


@media screen and (max-width: 767px) {
	#footer-fixed {
		min-width: 0;
		padding:0;
	}
	.footer-fixed_img, .footer-fixed_cont {
		display: none;
	}
	#footer-fixed .ctaFoot ul li:nth-child(1) a {
		background: #249383;
	}

}


/* お気軽にお問い合わせください sec-cv
------------------------------------------------------------------*/
.ttl01 {
	position:relative;
}
.ttl01 .en {
	color:#999999;
	font-size:0.875em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:0;
}
.ttl01 .sub {
	color:#53A656;
	font-size:1.125em;
	line-height:1.3;
	letter-spacing:0;
}
.ttl01 .step {
	color:#53A656;
	font-size:1.5em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:0;
}
.ttl01 .step em {
	font-size:1.33em;
}
.ttl01 .ja {
	margin-top:0.5em;
	display:block;
	font-size:1.5em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:0.15em;
}
.ttl01 .ja em {
	color:#53A656;
	font-size:1.25em;
	line-height:1;
}
.ttl01.btmbdr {
	padding-bottom:1.25em;
}
.ttl01.btmbdr:after {
	content:"";
	width:30px;
	height:4px;
	background:#53A656;
	position: absolute; top:calc(100% - 4px); left:50%;
	transform: translateX(-50%);
}
.page_section:first-of-type .ttl01 .ja {
	font-size:2em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl01 {}
	.ttl01 .en {
		font-size:0.875em;
	}
	.ttl01 .ja {
		margin-top:0.3em;
		font-size:1.375em;
	}
	.ttl01.btmbdr {
		padding-bottom:1em;
	}
	.ttl01.btmbdr:after {
		width:calc(60 / 750 * 100vw);
	}
	.page_section:first-of-type .ttl01 .ja {
		font-size:1.5em;
	}
}


.sec-cv {
	background: #F7F7F7;
	margin-bottom: 0;
}
.sec-cv_cont {
	margin-top:30px;
}
.block-cv-tel {
	width: 50%;
}
.block-cv-tel_title-main {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
}
.block-cv-tel_title-main:before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 10px;
	background: url(images/sec_contact_tel.svg) center / contain no-repeat;
}
.block-cv-tel_phone-main {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width:100%;
	font-size: 2.5em;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-decoration: none;
	margin:0.5em 0 0.3em;
	word-break:keep-all; /* macで改行される？ */
	white-space:nowrap;
}

/*.block-cv-tel_phone-main:before {
	content: "";
	display: block;
	width: 64px;
	height: 38px;
	margin-top: 2px;
	margin-right: 8px;
	background: url(images/sec_contact_freedial.svg) center / contain no-repeat;
}*/

.block-cv-tel_phone-sub {
	font-size: 1.25em;
	margin-bottom: 1.75em;
	line-height: 1.5;
}
.block-cv-tel_phone-sub.violet {
	color:#53A656;
}

.block-cv-tel_bnr-sp {
	display: none;
}

.block-cv-staff-01_title {
	display: inline-block;
	position: relative;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.5;
	padding:0.2em 1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1.125em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.block-cv-staff-01_list {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-pack: center; -ms-flex-pack: center;
	justify-content: space-around;
	margin: 0 auto;
	padding-left: 0;
}
.block-cv-staff-01_list li{
  padding: 0 3px;
}
.block-cv-staff-01_thumnail {
	max-width: 240px;
	margin-left:auto;
	margin-right:auto;
}
.block-cv-staff-01_name {
	text-align: center;
	font-size: 0.875em;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 0.5em;
}
.block-cv-staff-01_name .is-sm {
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.5;
}

.block-cv-mail {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical; -webkit-box-direction: normal;
	-ms-flex-direction: column; flex-direction: column;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	width: 40%;
	margin-left:auto;
	margin-right:auto;
}
.block-cv-mail_title-main {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
	-webkit-box-pack: center;-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
	padding-top: 0.6em;
	line-height: 1.5;
}
.block-cv-mail_title-main:before {
	content: "";
	display: block;
	width: 38px;
	height: 24px;
	margin: 0 auto 15px;
	background: url(images/sec_contact_mail.svg) center / contain no-repeat;
}
.block-cv-mail_title-sub {
	text-align: center;
	font-size: 1.125em;
	line-height: 1.4;
	font-weight: 600;
	width: 100%;
	max-width: 440px;
	margin-top:1em;
	margin-bottom: 1em;
	padding:0.3em 1em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.block-cv-mail_list-check li {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.5;
}
.block-cv-mail_list-check li:not(:last-child) {
	margin-bottom: 0.8em;
}
.block-cv-mail_list-check li:before {
	content: "";
	display: block;
	width: 25px;
	height: 22px;
	margin-top: 0.25em;
	margin-right: 0.4em;
	background: url(images/icn_check.svg) center / contain no-repeat;
}
.block-cv-mail_btn {
	text-align: center;
	width: 100%;
	max-width: 390px;
	margin-top: 4em;
}
.block-cv-mail_btn a {
	display: block;
	text-align: center;
	line-height: 3.5;
	font-size: 1.25em;
	font-weight: 600;
	margin-top: -3px;
	padding: 0 10px;
	border-radius: 2em;
	background:#e65b20;
	color:#FFF;
	text-decoration: none;
	cursor: pointer;
}
.block-cv-mail_btn a .ico {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.block-cv-mail_btn a .ico:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin-left:1em;
	background: url(images/icn_round_arw01.svg) center / contain no-repeat;
}
.block-cv-mail_btn a:hover {
	transition: all 0.3s ease;
	transform: scale(1.02);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media screen and (max-width: 767px) {

	.sec-cv_header {
		font-size: calc(22/375*100vw);
		margin-bottom: 1.3636363636em !important;
	}
	.block-cv-tel {
		width: 100%;
		padding:0 3.2vw;
		padding-bottom: calc(30/375*100vw);
	}
	.block-cv-tel_phone-main, .block-cv-tel_phone-sub {
		display: none;
	}
	.block-cv-tel_bnr-sp {
		display: block;
		text-align:center;
		width: 100%;
		margin: 1em 0;
	}
	.block-cv-tel_title-main {
		font-size: calc(26/375*100vw);
	}
	.block-cv-staff-01 {
		width:100%;
	}
	.block-cv-staff-01_title {
		display: block;
		text-align: center;
		width: 100%;
		font-size: calc(16/375*100vw);
		padding: 10px 0;
	}
	.block-cv-mail {
		width: 100%;
		padding:0 3.2vw;
		border-top: 1px dotted #FFF;
		border-left: none;
	}
	.block-cv-mail_title-main {
		font-size: calc(26/375*100vw);
		margin-bottom: 1.3076923077em;
	}
	.block-cv-mail_title-main:before {
		margin: 0 auto 20px;
	}
	.block-cv-mail_title-sub {
		font-size: calc(17/375*100vw);
		margin-top:0;
		margin-bottom: 0.8823529412em;
		max-width: 100%;
	}
	.block-cv-mail_list-check li {
		font-size: calc(17/375*100vw);
	}
	.block-cv-mail_list-check li:before {
		width: calc(25/375*100vw);
		height: calc(22/375*100vw);
		min-width: 25px;
		min-height: 22px;
		margin-top: 0;
	}
	.block-cv-mail_btn {
		max-width: 100%;
		margin-top:2em;
	}
	.block-cv-mail_btn a {
		font-size: calc(18/375*100vw);
		line-height: calc(72/375*100vw);
	}
	.block-cv-mail_text {
		font-size: calc(24/375*100vw);
	}
	.block-cv-staff-01_list li:nth-child(2) {
		margin-left: 0;
	}
}

/* フッターボタン sec-footbtns
------------------------------------------------------------------*/
.sec-footbtns {
	padding:60px 0;
}
.fbtns_ul > li {
	width:calc(100% / 4 - 1em);
	border:2px solid #333;
	border-radius:3px;
	transition: all .3s;
}
.fbtns_ul > li a {
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
	padding:1em 1em;
}
.fbtns_ul > li img {}
.fbtns_ul > li .ja {
	margin-top:0.5em;
	display:block;
	font-size:1.125em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:0.075em;
}
.fbtns_ul > li:hover,
.fbtns_ul > li.active {
	border-color:transparent;
	background:#53A656;
	color:#FFF;
}
.fbtns_ul > li.active {
	/*border-color:#333;*/
}
.fbtns_ul > li.active:hover {
	border-color:transparent;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.fbtns_ul > li:hover a { opacity:1; }
.fbtns_ul > li:not(.active):hover img {
	filter: invert(100%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.sec-footbtns {
		padding: calc(60 / 750 * 100vw) 0;
	}
	.fbtns_ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.fbtns_ul > li {
		width:48.5%;
	}
	.fbtns_ul > li:nth-of-type(n + 3) {
		margin-top:.8em;
	}
	.fbtns_ul > li a {
		padding:.5em .5em;
		text-align:center;
	}
	.fbtns_ul > li img {
		width:calc(50 / 750 * 100vw);
		max-height:calc(45 / 750 * 100vw);
	}
	.fbtns_ul > li .ja {
		margin-top:0.5em;
		font-size:.875em;
	}
}

.shareul {
	width:55%;
	margin-left:auto;
	margin-right:auto;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:1.3em 0.5em;
}
.shareul > li {
	width:30%;
}
.shareul > li.txt {
	width:40%;
	font-size:1em;
	font-weight:600;
}
.shareul > li.line {}
.shareul > li.mail {}
.shareul > li a {
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.shareul > li img {}
.shareul > li .ja {
	padding-left:0.8em;
	font-size:0.875em;
	font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.shareul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		width:100%;
		padding:1em 0.5em;
	}
	.shareul > li {
		width:50%;
		margin-top:1em;
	}
	.shareul > li.txt {
		width:100%;
		font-size:1em;
		font-weight:600;
		text-align:center;
		margin-top:0;
	}
	.shareul > li.line {}
	.shareul > li.mail {}
	.shareul > li a {
		-webkit-justify-content: flex-start; justify-content: flex-start;
	}
	.shareul > li img {
		width:calc(60 / 750 * 100vw);
		max-height:calc(60 / 750 * 100vw);
	}
}

/*
footer .ft_navi_area {
	padding:55px 0;
	position:relative;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
footer .ft_navi_area .col.left,
footer .ft_navi_area .col.right {
	position:relative;
	z-index:1;
}
footer .ft_navi_area .col.left { width:35%; }
footer .ft_navi_area .col.right { width:65%; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	footer .ft_navi_area {
		padding:calc(100 / 750 * 100vw) 3.2vw 1.5em;
	}
	footer .ft_navi_area > .flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	footer .ft_navi_area .col.left,
	footer .ft_navi_area .col.right {
		width:100%;
	}
	footer .ft_navi_area .col.left {}
	footer .ft_navi_area .col.right {}
}

footer .ft_navi_area .logo_foot {
  padding-right: 50px;

}
footer .ft_navi_area .access_foot_area {}
footer .ft_navi_area .access_foot_area > li {}
footer .ft_navi_area .access_foot_area > li:nth-of-type(n + 2) {
	margin-top:1em;
}
footer .ft_navi_area .access_foot_area .name {
	font-size:1em;
	font-weight:600;
}
footer .ft_navi_area .access_foot_area .address {
	font-size:0.86em;
	line-height:1.8;
}
*/
/*@media(min-width: 768px) and (max-width:1024px) {}*/

/*@media(max-width: 767px) {
	footer .ft_navi_area .logo_foot {
		text-align:center;
		padding-right: 0;
	}
	footer .ft_navi_area .access_foot_area {
		margin-top:1.5em;
	}
	footer .ft_navi_area .access_foot_area > li {
		font-size:1em;
		line-height:1.8;
	}
}
*/
.foot_links {}
.foot_links .ind li:hover > a {
	color:#53A656;
	opacity:1;
	transition:none;
}
.foot_links .ind {
	flex: 1 1 auto;
}
.foot_links .ind > li:not(:first-of-type) { margin-top:1em; }
.foot_links .ind > li.first { margin-top:0; }
.foot_links .ind > li > a {
	line-height:1.3;
	font-weight:600;
}
.foot_links .ind .sub {
	margin:0.5em 0 .5em;
	list-style:none;
}
.foot_links ul.ind .sub > li {
	margin-left:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.foot_links.flex.nowrap {
		margin-top:2em;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.foot_links .ind {
		width:50%;
		flex: 1 1 auto;
	}
	.foot_links .ind > li:not(:first-of-type) { margin-top:1em; }
	.foot_links .ind > li > a {
	}
	.foot_links .ind:nth-of-type(1) {
		display:none;
	}
	.foot_links .ind .sub {
		/*margin:0.5em 0 .5em;*/
		/* display:none; */
	}
	.foot_links ul.ind .sub > li {
		margin-left:0.5em;
	}
}

.ft_ban_area {}
.ft_ban_ul {}
.ft_ban_ul > li {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ft_ban_area {
		margin-top:2em;
	}
	.ft_ban_ul > li:nth-of-type(n + 2) {
		margin-top:1em;
	}
}


/* TOPスライダー
------------------------------------------------------------------*/
.main_slide {}
@media all and (-ms-high-contrast: none) {
	/* IE10 以降にのみ適用される */
	.main_slide {
		z-index:-1;
	}
}

.slickul:not(.slick-initialized) { visibility:hidden; } /* 初期化中の画像が縦に並ぶのを防ぐ */
.main_slide .slickul {}
.main_slide .slickul .slick-slide {
	position:relative;
	z-index:-1;
	transition: all .3s;
	overflow: hidden;
}
.main_slide .slickul .slick-slide.slick-active {
	z-index:1;
	/*background:#FFF;*/
}
.main_slide > .inner {
	max-width: 1200px;
}
.main_slide ._in {
	position:relative;
}
.main_slide ._in img {
	width:100%;
	height:auto;
}
.main_slide ._in .noshrink {
	position:relative;
	z-index:-1;
}
.main_slide .slick-prev::before,
.main_slide .slick-next::before {
	content:"";
	display:block;
	line-height: 1;
	width: 46px;
	height: 46px;
	background: url(images/icn_slide_arw_l.svg) left top / contain no-repeat;
}
.main_slide .slick-next::before { background-image:url(images/icn_slide_arw_r.svg); }
.main_slide .slick-prev,
.main_slide .slick-next {
	width: auto;
	height: auto;
	-webkit-transform:translateY(-50%); transform: translateY(-50%);
	position: absolute; top: 50%; right:-4em;
	z-index:2;
	font-size:1em;
}
.main_slide .slick-prev {
	right:auto;
	left:-4em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.main_slide  {
		padding:0 3.2vw;
		background:#FFF;
	}
	.main_slide .inner {
		padding:0;
	}
	.main_slide .slick-slide {
		position: relative;
		margin-left:0;
		margin-right:0;
	}
}

.main_slide ._in .righttxt {
	position:absolute; top:2.6vw; left:calc(50% + 400px);
}
.main_slide ._in .righttxt .tategaki {
	font-size:1.875em;
	font-weight:600;
	line-height:1.5;
	letter-spacing:0.2em;
	/*text-shadow:rgba(255,255,255,.2) 1px 1px 8px, rgba(255,255,255,.2) -1px 1px 8px,
				rgba(255,255,255,.2) 1px -1px 8px, rgba(255,255,255,.2) -1px -1px 8px;*/
}
.main_slide ._in .righttxt .tategaki em {
	font-size:1.33em;
}
.main_slide ._in .righttxt .tategaki > span {
	margin-top:1.2em;
}
.main_slide ._in .righttxt .tategaki > span:nth-of-type(n + 2) {
	margin-top:3.5em;
}
.main_slide ._in .leftsoudan {
	width:200px;
	height:200px;
	border-radius:50%;
	background:#FFF;
	position:absolute; top:.8vw; left:0.8vw;
}
.main_slide ._in .leftsoudan > a {
	width:100%;
	height:100%;
}
.main_slide ._in .leftsoudan .ttl {
	margin-top:0.5em;
	font-size:1.25em;
	font-weight:600;
}
.main_slide ._in .leftsoudan .telp {
	margin-top:1em;
	padding:0 0 0.2em;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.main_slide ._in .leftsoudan .telp small {
	font-size:0.625em;
}
.main_slide ._in .leftsoudan .telp .roboto {
	display:block;
	font-size:1.75em;
	line-height:1.3;
	font-weight:400;
}
.main_slide ._in .leftsoudan .subtxt {
	margin-top:1em;
	font-size:0.875em;
	font-weight:600;
}
.main_slide ._in .leftsoudan .ico {
	display:block;
	width:22px;
	height:22px;
	margin:0 auto;
	margin-top:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.main_slide ._in .righttxt {
		right:1.6vw;
	}
	.main_slide ._in .righttxt .tategaki {
		font-size:1em;
		text-shadow:rgba(255,255,255,.8) 1px 1px 8px, rgba(255,255,255,.8) -1px 1px 8px,
					rgba(255,255,255,.8) 1px -1px 8px, rgba(255,255,255,.8) -1px -1px 8px;
	}
	.main_slide ._in .righttxt .tategaki em {
		font-size:1.25em;
	}
	.main_slide ._in .leftsoudan {
		display:none;
	}
}

/* Home TOP コンテンツ
------------------------------------------------------------------*/
.brief_info {}
.brief_info .brief_btnul {
	margin-top:-5em;
	padding:1em 1em;
	background:#FFF;
	border-radius:5px;
}
.brief_info .brief_btnul > li {
	width:calc(100% / 3 - 0.8em);
	border:2px solid #333;
	border-radius:3px;
	transition: all .3s;
}
.brief_info .brief_btnul > li a {
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
	padding:1em 0.5em 0.8em;
}
.brief_info .brief_btnul > li img {}
.brief_info .brief_btnul > li .ja {
	margin-left:.8em;
	display:block;
	font-size:1.125em;
	line-height:1.1;
	font-weight:600;
	letter-spacing:0.05em;
}
.brief_info .brief_btnul > li:hover,
.brief_info .brief_btnul > li.active {
	border-color:transparent;
	background:#53A656;
	color:#FFF;
}
.brief_info .brief_btnul > li:hover a { opacity:1; }
.brief_info .brief_btnul > li:not(.active):hover img {
	filter: invert(100%);
}
.brief_info .brief_btnul > li.active {
	/*border-color:#333;*/
}
.brief_info .brief_btnul > li.active:hover {
	border-color:transparent;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.brief_info {}
	.brief_info .brief_btnul {
		width:calc(100% - 6.4vw);
		margin:-2em auto 0;
		padding:.5em .5em;
		background:#FFF;
		border-radius:5px;
	}
	.brief_info .brief_btnul > li {
		width:calc(100% / 3 - .3em);
	}
	.brief_info .brief_btnul > li a {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		padding:.5em;
		height:100%;
	}
	.brief_info .brief_btnul > li img {
		margin-bottom:.5em;
		width:calc(50 / 750 * 100vw);
		max-height:calc(50 / 750 * 100vw);
	}
	.brief_info .brief_btnul > li:nth-of-type(n + 2) img {
		/*margin-top:0.5em;*/
	}
	.brief_info .brief_btnul > li .ja {
		margin-left:0;
		width:100%;
		text-align:center;
		font-size:.8em;
		line-height:1.2;
		letter-spacing:0em;
	}
}

.brief_info .brief_txtlinkul {}
.brief_info .brief_txtlinkul > li {
	font-size:0.875em;
}
.brief_info .brief_txtlinkul > li:nth-of-type(n + 2) {
	border-left:1px solid #CCCCCC;
	margin-left:1em;
	padding-left:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.brief_info .brief_txtlinkul {
		margin:1em auto 0;
	}
	.brief_info .brief_txtlinkul > li {
		width:calc(100% / 3 - 1em);
		font-size:.76em;
		text-align:center;
	}
	.brief_info .brief_txtlinkul > li:nth-of-type(n + 2) {
		margin-left:.5em;
		padding-left:.5em;
	}
	.brief_info .brief_txtlinkul > li a {
		display: -webkit-box; display: -ms-flexbox; display: flex;
		-webkit-box-align: center; -ms-flex-align: center; align-items: center;
		-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
		height:100%;
		line-height:1.4;
	}
}

.top_reason {
	padding:100px 0 90px;
}

.top_section {
	padding:60px 0 80px;
	border-top:1px solid #CCCCCC;
}
.top_aboutus {
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.top_reason {
		padding:calc(80 / 750 * 100vw) 0;
	}

	.top_section {
		padding:calc(80 / 750 * 100vw) 0;
	}
	.top_section .inner > .btnul li {
		width:60%;
	}

	.home .row_default01,
	.home .row_default02 {
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex !important;
		-webkit-box-pack:justify; -ms-flex-pack:justify;
		-webkit-justify-content:flex-start; justify-content:flex-start;
		-webkit-align-items: center; align-items: center;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.home .row_default01 .col_txt,
	.home .row_default02 .col_txt {
		-webkit-box-ordinal-group:1; -ms-flex-order:1; -webkit-order:1; order:1;
		margin-bottom:calc(60 / 750 * 100vw);
	}
	.home .row_default01 .col_img,
	.home .row_default02 .col_img {
		-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
		margin-bottom:0;
	}
	.home .row_default01 .col_img {
		width: 80% !important;
		margin-left:auto;
		margin-right:auto;
	}
	.home .row_default01 .btnul,
	.home .row_default02 .btnul {
		-webkit-box-ordinal-group:3; -ms-flex-order:3; -webkit-order:3; order:3;
		width:100%;
	}
	.home .row_default01 .btnul li,
	.home .row_default02 .btnul li {
		width:50%;
		margin:0 auto;
	}
}

.ttl02 {
	position:relative;
	-webkit-align-items: center; align-items: center;
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}
.ttl02.bdrleft:before {
	content:"";
	display:block;
	margin-right:1em;
	width:50px;
	height:3px;
	background:#53A656;
}
.ttl02 .ja {
	flex:1 1 auto;
	font-size:1.75em;
	line-height:1.7;
	font-weight:600;
	letter-spacing:0.15em;
}
.ttl02 .num {
	margin-bottom:0.2em;
	display:block;
	color:#53A656;
	font-size:3.25em;
	line-height:1;
	font-weight:500;
	letter-spacing:0;
}
.ttl02.sm.bdrleft:before {
	width:20px;
}
.ttl02.sm .ja {
	font-size:1.25em;
	line-height:1.5;
}
.ttl02.sm .ja em {
	color:#53A656;
}

.txt01 {
	font-size:1.125em;
}

.lead01 {
	font-size:2em;
	line-height:1.6;
	font-weight:600;
	letter-spacing:0.15em;
}
.lead01 em {
	color:#53A656;
	font-size:1.33em;
	line-height:1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl02 {}
	.ttl02.bdrleft:before {
		margin-right:.8em;
		width:calc(80 / 750 * 100vw);
	}
	.ttl02 .ja {
		font-size:1.375em;
		line-height:1.5;
		letter-spacing:0.15em;
	}
	.ttl02 .num {
		margin-bottom:0.2em;
		font-size:2.5em;
	}
	.ttl02.sm.bdrleft:before {
		width:1.25em;
	}
	.ttl02.sm .ja {
		font-size:1.1em;
	}

	.txt01 {
		font-size:.93em;
	}

	.lead01 {
		font-size:1.375em;
		line-height:1.5;
		letter-spacing:0.05em;
	}
	.lead01 em {
		font-size:1.27em;
		line-height:1;
	}
}

.top_planprice {}
.plans_ul {}
.plans_ul > li {
}
.plans_ul > li:nth-of-type(n + 2) {
	margin-top:2.5em;
}
.plans_ul > li a {
	display:block;
	border:2px solid #53A656;
	border-radius:3px;
	padding:2em;
}
.plans_ul > li .row {}
.plans_ul > li .row .col_img {
	max-width:41%;
}
.plans_ul > li .row .col_txt {
	width:100%;
	padding-left:2em;
}
.plans_ul .ttl {}
.plans_ul .ttl .subtxt {
	font-size:1em;
	line-height:1.3;
	font-weight:500;
	letter-spacing:0;
}
.plans_ul .ttl .ja {
	margin-top:0.2em;
	display:block;
	font-size:2.25em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:0.08em;
}
.plans_ul .price_area {}
.plans_ul .price_area .badge {
	background:#53A656;
	width:45px;
	height:45px;
	border-radius:50%;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.plans_ul .price_area .badge span {
	color:#FFF;
	font-size:0.75em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:0.09em;
	display:block;
	text-align:center;
}
.plans_ul .price_area .num {
	padding-left:0.5em;
}
.plans_ul .price_area .num span {
	font-size:2.6em;
	line-height:1;
	font-weight:400;
	letter-spacing:0;
}
.plans_ul .price_area .zeien {
	padding-left:0.7em;
}
.plans_ul .price_area .zeien span {
	font-size:1em;
	line-height:1.1;
	font-weight:600;
}
.plans_ul .price_area .zeien span small {
	font-size:0.75em;
	line-height:.5;
}
.plans_ul .txt {
	font-size:0.875em;
	line-height:1.7;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.top_planprice {}
	.plans_ul {}
	.plans_ul > li {
	}
	.plans_ul > li:nth-of-type(n + 2) {
		margin-top:2em;
	}
	.plans_ul > li a {
		padding:3.2vw 3.2vw;
	}
	.plans_ul > li .row.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.plans_ul > li .row .col_img {
		flex: 1 1 auto;
		max-width:100%;
	}
	.plans_ul > li .row .col_txt {
		padding-left:0;
	}
	.plans_ul .ttl {
		margin-top:1em;
		text-align:center;
	}
	.plans_ul .ttl .subtxt {
		font-size:.875em;
		line-height:1.3;
	}
	.plans_ul .ttl .ja {
		margin-top:0.3em;
		font-size:2.1em;
		letter-spacing:0.05em;
	}
	.plans_ul .price_area.flex {
		-webkit-justify-content:center; justify-content:center;
	}
	.plans_ul .price_area .badge {
		width:calc(90 / 750 * 100vw);
		height:calc(90 / 750 * 100vw);
	}
	.plans_ul .price_area .badge span {
		font-size:0.75em;
	}
	.plans_ul .price_area .num {
		padding-left:0.5em;
	}
	.plans_ul .price_area .num span {
		font-size:2.25em;
		line-height:.5;
		font-weight:400;
	}
	.plans_ul .price_area .zeien {
		padding-left:0.7em;
	}
	.plans_ul .txt {
		font-size:0.875em;
		line-height:1.6;
	}
	.plans_ul .btnul.flex {
		-webkit-justify-content:center; justify-content:center;
	}
	.plans_ul .btnul.flex li {
		width:50%;
	}
}

.religions_ul {}
.religions_ul > li {
	width:calc(100% / 5 - 1em);
}
.religions_ul > li a {
	display:block;
	border:2px solid #53A656;
	border-radius:3px;
	padding:1.5em 1em 1em;
}
.religions_ul .ttl {}
.religions_ul .ttl .ja {
	text-align:center;
	font-size:1.25em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:0.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.religions_ul.flex {
		-webkit-justify-content:space-around; justify-content:space-around;
	}
	.religions_ul > li {
		width:47%;
	}
	.religions_ul > li:nth-of-type(n + 3) {
		margin-top:1em;
	}
	.religions_ul > li a {
		padding:3.2vw 3.2vw;
	}
	.religions_ul .ttl {}
	.religions_ul .ttl .ja {
		font-size:1em;
		line-height:1.3;
		letter-spacing:0.05em;
	}
	.religions_ul .btnul.flex {
		margin-top:1em;
		-webkit-justify-content:center; justify-content:center;
	}
	.religions_ul .btnul.flex li > span {
		padding:0.4em 0;
	}
}

.selfhall_ul {}
.selfhall_ul > li {
	width:46%;
}
.selfhall_ul > li a {
	display:block;
}
.selfhall_ul > li figure {
	text-align:center;
}
.selfhall_ul .ttl {}
.selfhall_ul .ttl .ja {
	text-align:center;
	font-size:1.125em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:0.15em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.selfhall_ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.selfhall_ul > li {
		width:100%;
	}
	.selfhall_ul > li:nth-of-type(n + 2) {
		margin-top:2em;
	}
	.selfhall_ul .ttl {}
	.selfhall_ul .ttl .ja {
		font-size:1.125em;
	}
}

.top_flower {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.top_flower {}
	.top_flower div.flex {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.top_flower div.flex .col_img {
		width:70%;
		margin:0 auto 1.5em;
	}
	.top_flower div.flex .col_txt .btnul.flex {
		-webkit-justify-content:center; justify-content:center;
	}
	.top_flower div.flex .col_txt .btnul.flex li {
		width:60%;
	}
}

/* わたしたちの強み */
.tbl_strength,
.tbl_strength > table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.tbl_strength .col1 { width:18%; }
.tbl_strength .col2 { width:25%; }
.tbl_strength .col3 { width:25%; }
.tbl_strength .col4 { width:32%; }
.tbl_strength th,
.tbl_strength td {
	padding:1em 0.5em;
	background:#FFF;
	border:1px solid #CBCBCB;
}
.tbl_strength th.head {
	padding:0;
	text-align:center;
	color:#FFF;
	vertical-align:bottom;
	border:none;
}
.tbl_strength th.none {
	background:transparent;
	border:none;
}
.tbl_strength th.head span {
	display:block;
	padding:1em 0;
	border-left:1px solid #CBCBCB;
	border-right:1px solid #CBCBCB;
}
.tbl_strength th.head.chukai span { background:#6A6A6A; }
.tbl_strength th.head.ippan  span { background:#6A6A6A; }
.tbl_strength th.head.own {
	border:1px solid #CBCBCB;
}
.tbl_strength th.head.own span {
	background:#53A656;
	color:#FFF;
	font-size:1.375em;
	padding:.8em 0;
}
.tbl_strength th {
	text-align:left;
	padding:1em 1.5em;
	font-size:1em;
	line-height:1.6;
	font-weight:600;
}
.tbl_strength td {
	font-size:0.9375em;
	line-height:1.6;
	font-weight:400;
	text-align:center;
	padding:1.5em 2em;
}
.tbl_strength td:nth-of-type(1) { background:#FFF; }
.tbl_strength td:nth-of-type(2) { background:#FFF; }
.tbl_strength td:nth-of-type(3) {
	padding-left:4em;
	background:#FFF;
}
.tbl_strength td span {
	display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	-webkit-box-pack:justify; -ms-flex-pack:justify;
	-webkit-justify-content:flex-start; justify-content:flex-start;
	-webkit-align-items: center; align-items: center;
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	text-align:left;
}
.tbl_strength td span:before {
	content:"";
	color:#53A656;
	font-size:2.5em;
	line-height:1;
	font-weight:900;
	font-style:normal;
	font-family:serif;
	padding-right:0.5em;
}
.tbl_strength td.verygood span:before { content:"◎"; }
.tbl_strength td.good span:before { content:"○"; }
.tbl_strength td.nogood span:before { content:"△"; color:#CEB972; }
.tbl_strength td.bad span:before { content:"×"; color:#707070; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.strength_index {
		padding:calc(120 / 750 * 100vw) 0 0;
	}
	.tbl_strength,
	.tbl_strength > table {width: 98%;}
	.tbl_strength .col1 { width:16%; }
	.tbl_strength .col2 { width:24%; }
	.tbl_strength .col3 { width:26%; }
	.tbl_strength .col4 { width:34%; }
	.tbl_strength th,
	.tbl_strength td {
		padding:1em 0.5em;
	}
	.tbl_strength th.head {
		line-height:1.3;
	}
	.tbl_strength th.none {}
	.tbl_strength th.head.chukai {}
	.tbl_strength th.head.ippan  {}
	.tbl_strength th.head.own { font-size:.8em; }
	.tbl_strength th {
		padding:1em 0.5em;
		font-size:0.78em;
	}
	.tbl_strength td {
		font-size:0.78em;
		padding:1em 0.3em;
	}
	.tbl_strength td:nth-of-type(1) {}
	.tbl_strength td:nth-of-type(2) {}
	.tbl_strength td:nth-of-type(3) { padding-left:0.5em; }
	.tbl_strength td span {
		-webkit-justify-content:center; justify-content:center;
		-webkit-align-items: center; align-items: center;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		text-align:left;
	}
	.tbl_strength td span:before {
		width:100%;
		text-align:center;
		font-size:2.5em;
		padding-right:0em;
		padding-bottom:0.2em;
	}
}

.lead02 {
	font-size:1.125em;
	line-height:1.9;
}
.lead02 em {
	color:#53A656;
}
.lead02 big {
	font-size:1.25em;
}
.lead02 > a {
	color:#53A656;
	text-decoration:underline;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.lead02 {
		text-align:left;
		font-size:1em;
		line-height:1.9;
	}
}

.ttl_block01 {
	position:relative;
	-webkit-align-items: center; align-items: center;
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
}
.ttl_block01:before,
.ttl_block01:after {
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:#333;
}
.ttl_block01 .ja {
	flex:0 0 auto;
	padding:0 1em;
	text-align:center;
	font-size:1.25em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:0.15em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl_block01 {}
	.ttl_block01 .ja {
		padding:0 .8em;
		font-size:1.125em;
	}
}


.numlist_ul {}
.numlist_ul > li {
	width:calc(100% / 3 - 2.5em);
}
.numlist_ul .num_area {
	text-align:center;
	margin-top:1.5em;
}
.numlist_ul .num_area span {
	font-size:1.25em;
	line-height:1;
	font-weight:600;
	padding-right:0.3em;
}
.numlist_ul .num_area em {
	color:#53A656;
	font-size:4.25em;
	line-height:1;
	font-weight:600;
}
.numlist_ul .num_area small {
	padding-left:0.5em;
	color:#333;
	font-size:1.25em;
}
.numlist_ul .txt {
	margin-top:1.5em;
	font-size:0.875em;
	line-height:1.8;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.numlist_ul.flex {
		padding:0 3.2vw;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.numlist_ul > li {
		width:100%;
	}
	.numlist_ul > li:nth-of-type(n + 2) {
		margin-top:2em;
	}
	.numlist_ul .num_area {
		margin-top:1em;
	}
	.numlist_ul .num_area span {
		font-size:1em;
		padding-right:0.3em;
	}
	.numlist_ul .num_area em {
		font-size:3.3em;
	}
	.numlist_ul .num_area small {
		padding-left:0.5em;
		font-size:1em;
	}
	.numlist_ul .txt {
		margin-top:1em;
		font-size:0.875em;
	}
	.top_section.top_number .inner > .btnul li {
		width: 80%;
	}
}


/* タブ */
.faqvoicetab .tab,
.faqvoicetab .tab_items {
	position: relative;
	margin-left:auto;
	margin-right:auto;
}
.faqvoicetab .tab ul {
	width: 100%;
}
.faqvoicetab .tab ul li {
	width: 45%;
	padding:1.5em 0;
	position:relative;
	color:#FFF;
	background:#8E8E8E;
	-webkit-transition: all .3s; transition: all .3s;
	cursor: pointer;
	cursor: hand;
}
.faqvoicetab .tab ul li:hover,
.faqvoicetab .tab ul li.selected {
	background: #F8F8F8;
	color:#333;
	border-top:4px solid #53A656;
}
.faqvoicetab .tab ul li .ttl span {
	font-size:1.5em;
	line-height:1;
	font-weight:600;
}
.faqvoicetab .tab_items {
	width:100%;
}
.faqvoicetab .tab_items .item {
	width:100%;
	padding:40px 0 75px;
	background:#F8F8F8;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.faqvoicetab .tab,
	.faqvoicetab .tab_items {}
	.faqvoicetab .tab ul {
		width: 100%;
	}
	.faqvoicetab .tab ul li {
		width: 49%;
		padding:1em 0;
	}
	.faqvoicetab .tab ul li .ttl img {
	}
	.faqvoicetab .tab ul li .ttl span {
		display:block;
		width:100%;
		margin-top:0.5em;
		font-size:1.1em;
	}
	.faqvoicetab .tab_items {}
	.faqvoicetab .tab_items .item {
		padding:calc(50 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	.faqvoicetab .tab_items .item > .btnul .btnc {
		width:60%;
	}
}

/* voice */
.voicetab { width:94%; margin:0 auto; }
.voicetab > li {
	width:100%;
	background:#FFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.voicetab > li:hover { border-color:transparent; outline:2px solid #53A656; }
.voicetab > li:not(:first-of-type) { margin-top:2em; }
.voicetab > li > a {
	width:100%;
	height:100%;
	padding:1.5em 3%;
}
.voicetab > li .ttl {
	font-size:1.25em;
	line-height:1.4;
	font-weight:600;
}
.voicetab > li .ttl em {
	display:inline-block;
	padding:0.3em 1em;
	margin-right:0.5em;
	color:#FFF;
	background:#333;
	font-size:0.8em;
}
.voicetab > li .ttl em.c01 { background:#0E223B; }
.voicetab > li .ttl em.c02 { background:#53A656; }
.voicetab > li .ttl em.c03 { background:#666; }
.voicetab > li .star > em {
	color:#53A656;
	font-size:1.6em;
	line-height:1;
	font-weight:600;
}
.voicetab > li .star > span {
	color:inherit;
	font-size:1.75em;
	line-height:1;
	font-weight:400;
	letter-spacing:0.05em;
	padding-left:0.5em;
}
.voicetab > li .txt {
	border-top:1px solid #999999;
	padding-top:.5em;
	font-size:1.125em;
	line-height:1.8;
}
.voicetab > li .col.noshrink { margin-right:2em; }
.voicetab > li > a,
.voicetab > li .col.grow {
	display:block;
	width:100%;
}
.faqtab > li .btnc,
.voicetab > li .btnc {
	padding-right:2em;
	font-weight:600;
}
.faqtab > li .btnc:after,
.voicetab > li .btnc:after {
	content:"\f105";
	font-family: "Font Awesome 5 Free";
	font-size:.8em;
	line-height:1;
	font-weight:600;
	color:#333;
	position:absolute; right:1em; top:56%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}
.voicetab > li:hover .btnc:after {
	right:0.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.voicetab > li:not(:first-of-type) { margin-top:1em; }
	.voicetab > li > a {
		padding:1em 3.2vw;
	}
	.voicetab > li > a .voicerow.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.voicetab > li .ttl {
		font-size:1.2em;
		line-height:1.6;
		font-weight:600;
	}
	.voicetab > li .ttl em {
		margin-right:0;
		font-size:0.8em;
	}
	.voicetab > li .ttl span {
		margin-top:0.5em;
		display:block;
		letter-spacing:0;
	}
	.voicetab > li .star {
		margin-top:0.5em;
	}
	.voicetab > li .star > em {
		font-size:1.2em;
	}
	.voicetab > li .star > span {
		font-size:1.5em;
	}
	.voicetab > li .txt {
		font-size:0.93em;
		line-height:1.7;
	}
	.voicetab > li .col.noshrink {
		margin-right:0;
		margin:0 auto 0.5em;
	}
	.voicetab > li > a,
	.voicetab > li .col.grow {}
	.voicetab > li .col.grow .btnul .btnc {
		width:auto;
	}
}

/* faq */
.faqtab {
	width:94%;
	margin-left:auto;
	margin-right:auto;
}
.faqtab > li {
	width:auto;
	padding:1.5em 3%;
	background:#FFF;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.faqtab > li:hover { border-color:transparent; outline:2px solid #53A656; }
.faqtab > li .ttl a { border-bottom:1px solid transparent; }
.faqtab > li .ttl a:hover { border-bottom:1px solid #53A656; }
.faqtab > li:not(:first-of-type) { margin-top:2em; }
.faqtab > li .ttl {
	position:relative;
}
.faqtab > li .ttl em {
	color:#53A656;
	font-size:2em;
	line-height:1;
	font-weight:500;
	margin-top:-0.1em;
	width:6%;
}
.faqtab > li .ttl strong {
	font-size:1.25em;
	line-height:1.3;
	font-weight:600;
	padding-right:2em;
}
.faqtab > li .txt {
	padding-left:6%;
	font-size:1em;
	line-height:1.8;
}
.faqtab > li .ttl .icn:after {
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	color:#53A656;
	font-size:2em;
	font-weight:600;
	position:absolute;
	right: 0;
	top: 42%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.faqtab > li.opn .ttl .icn:after {
	content:"\f106";
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.faqtab > li {
		padding:1em 3.2vw;
	}
	.faqtab > li:not(:first-of-type) { margin-top:1em; }
	.faqtab > li .ttl.flex {
		-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
		-webkit-align-items: flex-start; align-items: flex-start;
	}
	.faqtab > li .ttl em {
		color:#53A656;
		font-size:2em;
		width:15%;
	}
	.faqtab > li .ttl strong {
		width:70%;
		font-size:1em;
		padding-right:0;
	}
	.faqtab > li .txt {
		margin-top:1em;
		padding-left:0;
		font-size:0.93em;
		line-height:1.7;
	}
	.faqtab > li .ttl .icn:after {
		top:0.5em;
	}
}

.newsul { position: relative; }
.newsul > li {
	padding:1em 0;
}
.newsul > li:nth-of-type(n + 2) {
	margin-top:1em;
	border-top:1px solid #CCCCCC;
}
.newsul dl {}
.newsul dt {
	min-width:18.5em;
	font-size:1em;
	line-height:1.5;
	font-weight:400;
	letter-spacing:0.1em;
}
.newsul dt em {
	display:inline-block;
	min-width:10em;
	padding:0.5em 1.5em;
	margin-left:2em;
	text-align:center;
	color:#FFF;
	font-size:0.875em;
	font-weight:600;
}
.newsul dt em.c01 { background:#333; }
.newsul dt em.c02 { background:#666; }
.newsul dt em.c03 { background:#999; }
.newsul dt em.c04 { background:#AAA; }
.newsul dd {
	padding-left:1.5em;
	margin-top:0;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}
.newsul dd .ttl {
	margin-top:0;
	font-size:1.125em;
	line-height:1.4;
	font-weight:600;
}
.newsul dd .ttl,
.newsul dd .ttl a,
.newsul dd .ttl a span {
	display:inline;
}
.newsul dd .ttl a:hover {}
.newsul .lbl_area {}
.newsul .lbl_area > em:nth-of-type(n + 2) {
	margin-top:.3em;
}
.newsul .nimg {
	float:right;
	max-width:30%;
	padding:.5em;
}
.newsul .excerpt_area > a {
	line-height:1.7;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.newsul li {
		padding:0 0 1em;
	}
	.newsul dl.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.newsul dt {
		min-width:0;
		font-size:1em;
	}
	.newsul dt em {
		display:inline-block;
		min-width:10em;
		padding:0.3em 1em;
		margin-left:2em;
	}
	.newsul dd {
		margin-top:1em;
	}
	.newsul dd .ttl {
		margin-top:0;
		font-size:0.93em;
		line-height:1.7;
		font-weight:500;
	}
	.newsul .news_date {
		width:100%;
		padding-top:1em;
	}
	.newsul .lbl_area.column {
		margin-left:.5em;
		-ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row;
		-webkit-justify-content:space-between; justify-content: space-between;
		flex:1 1 auto;
	}
	.newsul .lbl_area > em {
		width:49%;
		margin-left:0;
		margin-top:0;
		min-width:0;
		font-size:.81em;
		padding: 0.2em .5em;
	}
	.newsul .lbl_area > em:nth-of-type(n + 2) {
		margin-top:0;
	}
	.newsul .lbl_area > em:nth-of-type(n + 3) {
		margin-top:.3em;
	}
	.newsul .nimg {
		float:none;
		max-width:100%;
		padding:0;
	}
}





/*
* 下層ページ
*/
.page_section {
	padding:60px 0 80px;
}
.page_section:nth-of-type(n + 2) {
	border-top:1px solid #CCCCCC;
}
.page_section.nobdr {
	border-top:none;
}
.page_section.violet {
	background:#F7F7F7;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.page_section {
		padding:calc(80 / 750 * 100vw) 0;
	}
	.page_section .inner > .btnul li {
		width:80%;
	}
	.page_section .inner > .return.btnul li {
		width:100%;
	}
}

.plans_ul.detail {}
.plans_ul.detail > li {}
.plans_ul.detail > li .row {}
.plans_ul.detail > li .row .col_img {
	width:34%;
}
.plans_ul.detail > li .ttl .ja {
	margin-top:0;
}
.plans_ul.detail > li .lead {
	font-size:.93em;
	line-height:1.5;
}
.plans_ul.detail > li .generalprice {
	font-size:.86em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.plans_ul.detail .price_area.flex {
		margin-top:1.5em;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.plans_ul.detail > li .row .col_img {
		width:100%;
	}
	.plans_ul.detail > li .generalprice {
		margin-bottom:.5em;
		color:#444;
	}
	.plans_ul.detail .row .col_img {
		-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
	}
	.plans_ul.detail .row .col_img .flowindarea {
		width:75%;
		margin:1em auto 0;
	}
	.plans_ul.detail .row .col_img .flowindarea .sub {
		margin-top:.5em;
		font-size:.86em;
	}
	.plans_ul.detail .row .col_txt > .btnul { display:none; }
	.plans_ul.detail .row > .btnul {
		width:100%;
		-webkit-box-ordinal-group:3; -ms-flex-order:3; -webkit-order:3; order:3;
	}
}

.flowind_ul {}
.flowind_ul > li {
	position:relative;
	background:#B7B5B5;
	width:calc(100% / 7 - .8em);
	padding:1em 0.7em .2em;
	display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	-webkit-box-pack:center; -ms-flex-pack:center;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.flowind_ul > li.active {
	background:#53A656;
}
.flowind_ul > li > span {
	color:#FFF;
	font-size:0.93em;
	line-height:1;
	font-weight:600;
	letter-spacing:.8em;
}
.flowind_ul > li:nth-of-type(n + 2):before {
	content:"";
	display:block;
	width:1.5em;
	height:5px;
	background:#B7B5B5;
	position:absolute; left:-1.5em; top:50%;
	z-index:-1;
	transform: translateY(-50%);
}
.flowindarea {}
.flowindarea .arw {
	position:relative;
	padding-top:2em;
	margin-top:.5em;
}
.flowindarea .arw:before,
.flowindarea .arw:after {
	content:"";
	display:block;
	position:absolute; top:50%; left:calc(100% - 26px);
	transform: translateY(-50%);
	width:26px;
	height:22px;
	background: url(images/icn_gray_triangle.svg) right center / contain no-repeat;
}
.flowindarea .arw:after {
	left:0;
	width:95%;
	height:5px;
	background:#B7B5B5;
}
.flowindarea .sub {
	margin-top:1.5em;
	font-size:.93em;
	line-height:1.45;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.flowindarea .arw {
		padding-top:1em;
	}
}

.colbox_ul {}
.colbox_ul > li {
	width:calc(100% / 3 - 2em);
}
.colbox_ul.col2 > li {
	width:calc(100% / 2 - 2em);
}
.colbox_ul.col3.flex.center > li:nth-of-type(3n - 1) {
	margin-left:4em;
}
.colbox_ul.col4 > li {
	width:calc(100% / 4 - 2em);
}
.colbox_ul .ttl {}
.colbox_ul .ttl .ja {
	font-size:1.25em;
	line-height:1.8;
	font-weight:600;
	letter-spacing:0.15em;
}
.colbox_ul .txt {
	margin-top:1em;
	font-size:1em;
	line-height:1.7;
	letter-spacing:.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.colbox_ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.colbox_ul > li,
	.colbox_ul.col2 > li,
	.colbox_ul.col4 > li {
		width:100%;
		padding:1em 3.2vw;
	}
	.colbox_ul > li:nth-of-type(n + 2) {
		margin-top:1.5em;
	}
	.colbox_ul.col3.flex.center > li:nth-of-type(3n - 1) {
		margin-left:0;
	}
	.colbox_ul .ttl {}
	.colbox_ul .ttl .ja {
		font-size:1.15em;
		line-height:1.5;
		letter-spacing:0.05em;
	}
	.colbox_ul .txt {
		margin-top:1em;
		line-height:1.6;
	}
}


.flow_ind {}
.flow_ind:nth-of-type(n + 3) {
	margin-top:60px;
	padding-top:40px;
	border-top:1px solid #999999;
}
.flow_ind .ttl {
	font-size:1.25em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:.15em;
}
.flow_ind .txt {
	font-size:1.1em;
	line-height:1.9;
}
.flow_ind > .ul-list li {
	font-size:1em;
}
.flow_ind.f01 {
	padding-bottom:60px;
	background: url(./assets/img/plan/flow01.png) right bottom / auto 100% no-repeat;
	border-bottom:1px solid #999999;
}
.flow_ind.f01 > .txt,
.flow_ind.f01 > .bdr_box {
	max-width:55%;
}
.flow_ind .row_default02 figure img {
	display:block;
}
.flow_ind .row_default02 .col_txt.w50p {
	width:50%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.flow_ind {}
	.flow_ind:nth-of-type(n + 2),
	.flow_ind:nth-of-type(n + 3) {
		margin-top :1.5em;
		padding-top:1.5em;
	}
	.flow_ind .ttl {
		font-size:1.15em;
		line-height:1.5;
		letter-spacing:.05em;
	}
	.flow_ind .txt {
		font-size:1em;
		line-height:1.6;
	}
	.flow_ind > .ul-list li::before {
		left: 0.2em;
		top: 0.65em;
	}
	.flow_ind.f01 {
		padding-bottom:2em;
		background:none;
	}
	.flow_ind.f01 > .txt,
	.flow_ind.f01 > .bdr_box {
		max-width:100%;
	}
	.flow_ind .row_default02.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.flow_ind .row_default02 figure img {
		display:block;
	}
	.flow_ind .row_default02 .col_txt.w50p {
		width:100%;
	}
}

.bdr_box {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:1.5em 1em;
}
.bdr_box.gray {
	border-color:#CCCCCC;
}
.bdr_box.violet {
	border-color:#53A656;
}
.bdr_box.full {
	border:2px solid #333;
}
.bdr_box.fullgray {
	border:2px solid #939393;
}
.bdr_box.nobdr {
	border:none;
}
.bdr_box.mini {
	padding:1em 1em;
}
.bdr_box .ttl {
	font-size:1.125em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:0;
}
.bdr_box > ul {
	margin-top:1.5em;
	font-size:1em;
}
.bdr_box.mini > ul {
	margin-top:.5em;
}
.bdr_box > ul li {
	font-size:1em;
}
.bdr_box.type2 > ul {
	margin-top:.5em;
}
.bdr_box.type2 > .ttl:nth-of-type(n + 2) {
	margin-top:1em;
}
.bdr_box .txt {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

/* プラン単体 */
.plansingle .flowindarea {
	width:33%;
	margin-left:auto;
	margin-right:auto;
}
.hosoku_area {}
.hosoku_area .dl-list {
	font-size:.875em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.plansingle .flowindarea {
		width:80%;
	}
	.hosoku_area {}
	.hosoku_area .dl-list {}
}

.ttl03 { position:relative; }
.ttl03 .ja {
	font-size:1.375em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:0.15em;
}
.ttl03 .ja em {
	color:#53A656;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl03 {}
	.ttl03 .ja {
		font-size:1.2em;
		letter-spacing:0;
	}
}

.planprice_area {
	padding:2em 0 3em;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.realprice {}
.realprice .num {
	font-size:3.125em;
	line-height:1;
	font-weight:400;
	letter-spacing:0;
}
.realprice .zeien {
	padding-left:0.5em;
	font-size:1.125em;
}
.realprice .zeien span {
	font-size:1em;
	line-height:1.1;
	font-weight:600;
}
.realprice .zeien span small {
	font-size:0.75em;
	line-height:.5;
}
.planprice_area .realprice {
	position:relative;
	padding-bottom:3em;
}
.planprice_area .realprice:after {
	content:"";
	display:block;
	line-height:1;
	width:46px;
	height:16px;
	background:url(images/angle_bottom_l.svg) center center / contain no-repeat;
	position:absolute; left:50%; top:calc(100% - 16px);
	transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.planprice_area {
		padding:1.5em 0 2em;
	}
	.realprice {}
	.realprice .num {
		font-size:2.3em;
	}
	.planprice_area .realprice {
		padding-bottom:2em;
	}
	.planprice_area .realprice:after {
		width:calc(2em / 750 * 100vw);
		height:calc(1em / 750 * 100vw);
		top:calc(100% - (1em / 750 * 100vw));
	}
}

.planprice_area .detaillst {}
.planprice_area .detaillst li {
	width:calc(20% - .5em);
	margin:0 .5em;
	padding:1em .5em;
	background:#FFF;
	border:2px solid #939393;
	position:relative;
}
.planprice_area .detaillst li:before {
	content:"";
	display:block;
	width:33px;
	height:41px;
	background:url(images/icn_plan_plus.svg) center center / contain no-repeat;
	position:absolute; left:calc(-16.5px - .5em); top:50%;
	transform: translateY(-50%);
}
.planprice_area .detaillst li.non:before { display:none; }
.planprice_area .detaillst li.minus:before {
	background-image:url(images/icn_plan_minus.svg);
}
.planprice_area .detaillst .ttl {
	text-align:center;
}
.planprice_area .detaillst li.minus {
	border-color:#53A656;
}
.planprice_area .detaillst li.minus .ttl {
	color:#53A656;
}
.planprice_area .detailprice {
	text-align:center;
}
.planprice_area .detailprice .num {}
.planprice_area .detailprice .num span {
	font-size:2em;
	line-height:1;
}
.planprice_area .detailprice .zeien {}
.planprice_area .detailprice .zeien span {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.planprice_area .detaillst.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.planprice_area .detaillst li {
		width:90%;
		margin:0;
		padding:.6em .5em;
	}
	.planprice_area .detaillst li:nth-of-type(n + 2) {
		margin-top:.5em;
	}
	.planprice_area .detaillst li:before {
		width:calc(1em / 750 * 100vw);
		height:calc(1.5em / 750 * 100vw);
		left:50%; top:-1.55em;
		transform: translateX(-50%);
	}
}

.plancont_area {
	padding:2em 4.6% 3em;
	border:2px solid #333;
}
.facility_list {
	padding:0;
}
.facility_list > li {
	width:calc(100% / 8);
}
.facility_list > li:nth-of-type(n + 9) {
	margin-top:1em;
}
.facility_list > li a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	pointer-events: none;
}
.facility_list > li figure {
	max-width:100%;
}
.facility_list > li .txt {
	margin-top:0.3em;
	font-size:0.875em;
	line-height:1.33;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.facility_list {}
	.facility_list > li {
		width:33%;
		padding:0;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-justify-content: center; justify-content: center;
	}
	.facility_list > li:nth-of-type(n + 4),
	.facility_list > li:nth-of-type(n + 9) {
		margin-top:1em;
	}
	.facility_list > li a.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-justify-content: center; justify-content: center;
	}
	.facility_list > li .txt {
		text-align:center;
	}
}

.anshin_banner {
	background:#FFF;
}
.anshin_banner a {
	text-align:center;
}
.anshin_banner a img {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}


/* slick slider */
.jsslide_wrap > ul:not(.slick-initialized),
.jsslide01:not(.slick-initialized),
.jsslide02:not(.slick-initialized) { visibility:hidden; } /* 初期化中の画像が縦に並ぶのを防ぐ */
.jsslide01,
.jsslide02,
.jsslide02thumb {
	width:100%;
	height:auto;
	position: relative;
}
.jsslide_wrap li {
	width:100%;
	height:auto;
}
.jsslide_wrap li img {
	margin-left:auto;
	margin-right:auto;
}
.jsslide02thumb .slick-list {
	width:100%;
}
.jsslide01 li,
.jsslide02 li {
	position: relative;
	width:100%;
}
.jsslide02thumb {
	margin-top:1em;
}
.jsslide02thumb li {
	width:23%;
	height:80px;
	margin:.3em .3%;
	flex:0 0  auto;
	opacity:.5;
}
.jsslide02 li img,
.jsslide02thumb li img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.jsslide02thumb.slick-initialized li {
	transition:.3s;
}
@media all and (-ms-high-contrast: none) {
	.jsslide02 li img,
	.jsslide02thumb li img {
		height:auto;
		width:auto;
	}
}
.jsslide02thumb.col6 li {
	width:calc(100% / 6);
}
.jsslide02thumb li.thumbnail-current {
	/*outline:1px solid #53A656;*/
	opacity:1;
}
.jsslide02thumb li.thumbnail-current img {
	box-shadow: 0px 0px 7px 0px #53A656;
}
.jsslide_wrap .slick-prev::before,
.jsslide_wrap .slick-next::before {
	content:"\f104";
	color:#53A656;
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	line-height:1;
	opacity: 1;
	position:absolute; left:50%; top:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.jsslide_wrap .slick-next::before { content:"\f105"; }
.jsslide_wrap .slick-prev,
.jsslide_wrap .slick-next {
	background:rgba(255,255,255,.95);
	font-size:1em;
	width:1.8em;
	height:1.8em;
	border-radius:50%;
	border:1px solid #53A656;
	z-index:2;
	right:auto;
	left:100%;
	-webkit-transform:translateX(-50%);
	transform: translateX(-50%);
}
.jsslide02thumb .slick-prev,
.jsslide02thumb .slick-next {
	background:rgba(255,255,255,.95);
	font-size:1em;
	width:1.2em;
	height:100%;
	border-radius:0;
	border:1px solid #53A656;
	z-index:2;
	top:0;
	-webkit-transform:translateX(-50%);
	transform: translateX(-50%);
}
.jsslide_wrap .slick-prev {
	right:auto;
	left:auto;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}

/* ホール一覧 */
.hall_ind {
/*.hall_ind > a {*/
	display:block;
	height:100%;
	border:2px solid #53A656;
	padding:2em;
}
.common_hall_area .hall_ind:nth-of-type(n + 2),
.own_hall_area .hall_ind:nth-of-type(n + 2) {
	margin-top:2em;
}
.hall_ind > .btnul {
	display:none;
}
.hall_ind .row {}
.hall_ind .row .col_img { width:45%; }
.hall_ind .row .col_txt { width:55%; padding-left:5%; }
.hall_ind .row.r_reverse .col_txt { padding-left:0; padding-right:5%; }
.hall_ind .ttl {}
.hall_ind .ttl .ja {
	font-size:1.625em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:0.15em;
}
.hall_ind .sub {
	margin-top:1em;
	font-size:1.125em;
	line-height:1.4;
	font-weight:600;
	letter-spacing:.15em;
}
.hall_ind .txt {
	margin-top:1em;
	font-size:1em;
	line-height:1.6;
}
.hall_ind .access_txt {
	margin-top:.5em;
	font-size:1em;
	line-height:1.6;
}
.hall_ind .access_area {
	margin-top:1.5em;
	padding:.8em 1em 1em;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.hall_ind .access_area .ttl_a {}
.hall_ind .access_area .ttl_a > i {
	font-size:1.5em;
	color:#53A656;
}
.hall_ind .access_area .ttl_a .ja {
	padding-left:0.5em;
	font-size:1em;
	line-height:1;
	font-weight:600;
	letter-spacing:.05em;
}
.hall_ind .access_area .txt_a {
	margin-top:1em;
	font-size:.875em;
	line-height:1.8;
	letter-spacing:.05em;
}
.hall_ind .access_area .txtlink {
	font-weight:600;
}
.hall_ind .col_txt > .btnul {
	margin-top:1.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.hall_ind {
		padding:1em 3.2vw 1em;
	}
	.hall_ind > .btnul.flex.end {
		margin-top:1em;
		-webkit-justify-content: center; justify-content: center;
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	}
	.hall_ind > .btnul li {
		width:80%;
	}
	.hall_ind .row.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.hall_ind .row .col_img {
		margin-top:1.5em;
		width:100%;
		-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
	}
	.hall_ind .row .col_txt {
		width:100%;
		padding-left:0%;
	}
	.hall_ind .row.r_reverse .col_txt { padding-left:0; padding-right:0%; }
	.hall_ind .ttl {
		text-align:center;
	}
	.hall_ind .ttl .ja {
		font-size:1.25em;
		line-height:1.4;
	}
	.hall_ind .sub {
		font-size:1em;
		line-height:1.6;
		letter-spacing:0;
	}
	.hall_ind .txt {
	}
	.hall_ind .access_txt {}
	.hall_ind .access_area {
		margin-top:1.5em;
		padding:.5em 1em .5em;
		border-top:2px solid #333;
		border-bottom:2px solid #333;
	}
	.hall_ind .access_area .txt_a {
		line-height:1.6;
		letter-spacing:0;
	}
	.hall_ind .col_txt > .btnul {
		margin-top:0;
		display:none;
	}
}

/* 斎場詳細 hall */
.summay_area {
	padding:1.5em 0;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.summay_area .ttl {}
.summay_area .ttl span {
	font-size:1.5em;
	line-height:1.5;
	font-weight:400;
	letter-spacing:.15em;
}
.summay_area .txt {
	font-size:1.125em;
	line-height:1.9;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.summay_area {
		padding:1.5em 0;
	}
	.summay_area .ttl {
		text-align:left;
	}
	.summay_area .ttl span {
		font-size:1.15em;
		letter-spacing:.05em;
	}
	.summay_area .txt {
		font-size:1em;
		line-height:1.6;
	}
}

.hallfacility_ul {
	padding:0 1em;
}
.hallfacility_ul > li {
	width:calc(100% / 6);
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
	text-align:center;
}
.hallfacility_ul > li i {
	display:block;
	width:100%;
	height:46px;
	background:url(./assets/img/hall/icn_parking.svg) center center / contain no-repeat;
	filter: grayscale(100%);
}
.hallfacility_ul > li.parking i     { background-image:url(./assets/img/hall/icn_parking.svg); }
.hallfacility_ul > li.ekichika i    { background-image:url(./assets/img/hall/icn_ekichika.svg); }
.hallfacility_ul > li.waitingroom i { background-image:url(./assets/img/hall/icn_waitingroom.svg); }
.hallfacility_ul > li.inn i         { background-image:url(./assets/img/hall/icn_inn.svg); }
.hallfacility_ul > li.attendance i  { background-image:url(./assets/img/hall/icn_attendance.svg); }
.hallfacility_ul > li.bfree i       { background-image:url(./assets/img/hall/icn_bfree.svg); }
.hallfacility_ul > li.active i {
	filter:none;
}
.hallfacility_ul .ja {
	display:block;
	margin-top:1em;
	font-size:.875em;
	line-height:1;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.hallfacility_ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		padding:0 3.2vw;
	}
	.hallfacility_ul > li {
		width:calc(100% / 3);
	}
	.hallfacility_ul > li:nth-of-type(n + 4) {
		margin-top:1.5em;
	}
	.hallfacility_ul > li i {
		height:calc(80 / 750 * 100vw);
	}
	.hallfacility_ul .ja {
		margin-top:.5em;
		font-size:.86em;
	}
}

.familia_every_area {}
.fe_ul {
	padding:3em 1em;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}
.fe_ul > li {
	width:45%;
}
.fe_ul .ttl {
	text-align:center;
}
.fe_ul .ttl span {
	font-size:1.25em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:0.15em;
}
.fe_ul .sub {
	font-size:1.125em;
	line-height:1.6;
	font-weight:500;
	letter-spacing:.15em;
}
.fe_ul .txt {
	font-size:.875em;
	line-height:1.9;
}
.fe_ul figure {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.familia_every_area {}
	.fe_ul {
		width:96%;
		margin-left:auto;
		margin-right:auto;
		padding:1.5em 3.2vw;
	}
	.fe_ul > li {
		width:100%;
	}
	.fe_ul > li:nth-of-type(n + 2) {
		margin-top:1.5em;
		padding-top:1.5em;
		border-top:1px solid #ccc;
	}
	.fe_ul .ttl {}
	.fe_ul .ttl span {
		font-size:1.15em;
		letter-spacing:0;
	}
	.fe_ul .sub {
		font-size:1.1em;
		letter-spacing:0;
	}
	.fe_ul .txt {
		font-size:.875em;
		line-height:1.9;
	}
	.fe_ul figure {}
}

.tbl01 table {
	width:100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #ccc;
}
.tbl01 th,
.tbl01 td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #ccc;
	padding:0.5em 1.5em;
	text-align:left;
}
.tbl01 th {
	background:#F7F7F7;
	padding:0.5em 1em;
	letter-spacing: -0.01em;
}
.tbl01.koueisaijou-price__tb tr:first-child th {
	text-align: left;
}
.tbl01.koueisaijou-price__tb td {
	border-left: 0;
	text-align: right;
}
.tbl01 thead th {
	text-align: center !important;
}
.tbl01 a { text-decoration:underline; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.tbl01 th {
		text-align: left !important;
	}
	.tbl01 col { display:none; }
	.tbl01 th,
	.tbl01 td {
		display:block;
		width: 100%;
		padding:0.5em;
		font-size:0.91em;
	}
}
.tbl01.hall .col1 { width:20%; }
.tbl01.hall .col2 { width:30%; }
.tbl01.hall .col3 { width:20%; }
.tbl01.hall .col4 { width:30%; }

.dl-list.ekiacp > dd { margin-left:10em; }
.dl-list.ekiac > dd { margin-left:12em; }
.dl-list.ekiac {
	padding:0.3em 0;
}
.dl-list.ekiac:nth-of-type(n + 2) {
	border-top:1px solid #CCCCCC;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.dl-list.ekiacp > dt,
	.dl-list.ekiac > dt {
		float:none;
		font-weight:500;
	}
	.dl-list.ekiac > dd,
	.dl-list.ekiacp > dd { margin-left:1em; }

}

.ttl_icn01 {
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.ttl_icn01 i {
	display:block;
	color:#53A656;
	font-size:1.75em;
	line-height:1:
}
.ttl_icn01 .ja {
	margin-top:.5em;
	display:block;
	width:100%;
	text-align:center;
	font-size:1.375em;
	line-height:1;
	font-weight:600;
	letter-spacing:.05em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl_icn01 {}
	.ttl_icn01 i {
		font-size:1.5em;
	}
	.ttl_icn01 .ja {
		margin-top:.5em;
		font-size:1.25em;
	}
}

#map.indaccess_area {
	margin-top:2em;
	padding-top:2em;
}
.indaccess_area .lead {
	font-size:1.25em;
	line-height:1.6;
	font-weight:600;
	letter-spacing:.05em;
}
.indaccess_area .txt {
	font-size:1.125em;
	line-height:1.9;
}
.indaccess_area .gmap {}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	#map.indaccess_area {
		margin-top:2em;
		padding-top:2em;
	}
	.indaccess_area .lead {
		text-align:left;
		font-size:1.05em;
		line-height:1.5;
		letter-spacing:0;
	}
	.indaccess_area .txt {
		width:96%;
		text-align:left;
		font-size:1em;
		line-height:1.5;
	}
	.indaccess_area .gmap {}
}

/* about */
.about_ul {}
.about_ul > li {
	width:23.5%;
	border:2px solid #53A656;
	padding:1em 0 1.5em;
}
.about_ul a {}
.about_ul .ttl {
	text-align:center;
}
.about_ul .ttl .ja {
	font-size:1.25em;
	line-height:1.3;
	font-weight:600;
	letter-spacing:.05em;
}
.about_ul figure {
	margin-top:1em;
	width:100%;
}
.about_ul .txt {
	padding:1em;
	font-size:.875em;
	line-height:1.7;
}
.about_ul .btnul {
	margin-top:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.about_ul > li {
		width:100%;
		padding:1em 0;
	}
	.about_ul > li:nth-of-type(n + 2) {
		margin-top:1em;
	}
	.about_ul .btnul .btnc {
		width:50%;
	}
}


.reason.row_default01 .ttl02 .num {
	/* color:rgba(122,97,157,.55); */
	font-size:4.875em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.reason.row_default01 .ttl02 .num {
		font-size:3em;
	}
}


.stafflist_ul {}
.stafflist_ul li {
	width:29.5%;
	padding:0;
	background:#FFF;
	position:relative;
	margin-left:5.75%;
}
.stafflist_ul li:nth-of-type(3n + 1) { margin-left:0%; }
.stafflist_ul li:nth-of-type(n + 4) { margin-top:5em; }
.otherstaff {
	border:2px solid #53A656;
	padding:35px 4% 50px;
}
.otherstaff .stafflist_ul li {
	width:calc(100% / 5 - (5.8% * (5 - 1)) / 5);
	margin-left:5.8%;
}
.otherstaff .stafflist_ul li:nth-of-type(3n + 1) { margin-left:5.8%; }
.otherstaff .stafflist_ul li:nth-of-type(5n + 1) { margin-left:0%; }
.otherstaff .stafflist_ul li:nth-of-type(n + 4) { margin-top:0; }
.otherstaff .stafflist_ul li:nth-of-type(n + 6) { margin-top:4em; }

.stafflist_ul li > a {
	width:100%;
	height:100%;
}
.stafflist_ul li figure { position:relative; }
.meishi .col.noshrink .pic,
.stafflist_ul li figure .img_wrap {
	width:145px;
	height:145px;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	z-index: 1;
	background:#EFEFEF;
	mix-blend-mode: multiply;
}
.meishi .col.noshrink .pic img,
.stafflist_ul li figure .img_wrap img {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: multiply;
}
@media all and (-ms-high-contrast: none) {
	.meishi .col.noshrink .pic img,
	.stafflist_ul li figure .img_wrap img {
		/*-ms-transform: translate(0, 10%);*/
	}
}
.stafflist_ul li .ttl {
	text-align:center;
	padding-top:0.8em;
	padding-bottom:1em;
	margin-bottom:.5em;
	border-bottom:2px solid #333;
}
.otherstaff .stafflist_ul li .ttl {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.meishi .ttl small,
.stafflist_ul li .ttl small {
	margin-bottom:.5em;
	display:block;
	color:#53A656;
	font-size:0,875em;
	line-height:1.5;
	font-weight:600;
}
.meishi .ttl span,
.stafflist_ul li .ttl span {
	padding-top:0.2em;
	display:block;
	font-size:1.40em;
	line-height:1;
	font-weight:600;
}
.stafflist_ul li .catchtxt {
	padding-bottom:.5em;
}
.stafflist_ul li .catchtxt strong {
	font-size:1.125em;
	line-height:1.55;
	font-weight:600;
}
.stafflist_ul li .msg {
	padding-top:.5em;
	padding-bottom:4em;
	font-size:0.875em;
	line-height:1.85;
}
.stafflist_ul li .btnul {
	width:50%;
	position:absolute; bottom:0; left:50%;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.stafflist_ul li .btnul .btnc {
	width:100%;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.otherstaff {
		padding:2em 3.2vw;
	}
	.otherstaff .stafflist_ul {
		margin-top:2em;
	}
	.otherstaff .btnul li {
		width:60%;
	}
	.stafflist_ul li,
	.otherstaff .stafflist_ul li {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	.stafflist_ul li:nth-of-type(3n + 1) { margin-left:0; }
	.stafflist_ul li:nth-of-type(n + 4),
	.stafflist_ul li:nth-of-type(n + 2) { margin-top:2.5em; }
	.otherstaff .stafflist_ul li:nth-of-type(3n + 1),
	.otherstaff .stafflist_ul li:nth-of-type(5n + 1) { margin-left:0; }
	.otherstaff .stafflist_ul li:nth-of-type(n + 4),
	.otherstaff .stafflist_ul li:nth-of-type(n + 2) { margin-top:2.5em; }
	.stafflist_ul li figure {
		display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
		-webkit-box-pack:center; -ms-flex-pack:center;
		-webkit-justify-content: space-between; justify-content: space-between;
		-webkit-align-items: center; align-items: center;
		-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	}
	.meishi .col.noshrink .pic,
	.stafflist_ul li figure .img_wrap {
		width:45%;
		width:calc(200 / 750 * 100vw);
		height:calc(200 / 750 * 100vw);
	}
	.stafflist_ul li figcaption {
		width:55%;
	}
	.stafflist_ul li .msg {
		padding-bottom:1em;
	}
	.stafflist_ul li .btnul {
		width:100%;
		position:static;
		transform:none;
		-webkit-justify-content: flex-end; justify-content: flex-end;
	}
	.stafflist_ul li .btnul .btnc {
		width:50%;
		margin-right: 0;
	}
}


.staff_row .col_img { width:28%; }
.staff_row .col_txt { width:56%; padding-left:5%; }
.staff_row .catchtxt span {
	font-size:1.75em;
	line-height:1.65;
	font-weight:600;
	letter-spacing:.15em;
}
.staff_row .name {}
.staff_row .name small {
	display:inline-block;
	color:#53A656;
	font-size:.875em;
	line-height:1.4;
	font-weight:600;
}
.staff_row .name span {
	display:block;
	margin-top:0.5em;
	font-size:1.5em;
	line-height:1;
	font-weight:600;
	letter-spacing:.15em;
}
.staff_row .attrib {
	padding:.5em 0;
	position:relative;
}
.staff_row .attrib > dl {
	font-size:.875em;
}
.staff_row .attrib > dl dt {
	font-weight:600;
}
.staff_row .attrib > dl dd {
	margin-left:5em;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.staff_row .row {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.staff_row .col_img { width:100%; }
	.staff_row .col_img > img { width:50%; }
	.staff_row .col_txt {
		width:100%;
		margin:0;
		padding-left:0;
	}
	.staff_row .catchtxt span {
		font-size:1.15em;
		line-height:1.3;
		letter-spacing:0;
	}
	.staff_row .name { text-align:center; }
	.staff_row .name small {}
	.staff_row .attrib {
		width:100%;
	}
}

.staff_single_area .msg_box {
	padding:.5em 0;
}
.staff_single_area .f0n {}
.staff_single_area .f0n .ttl { line-height:1; }
.staff_single_area .f0n .ttl span {
	margin-left:0.5em;
	font-size:1.625em;
	line-height:1.73;
	font-weight:600;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.staff_single_area .msg_box {
		width:calc(100% - (3.2vw * 2));
		margin-left:auto;
		margin-right:auto;
		padding:1.5em 1em;
	}
	.staff_single_area .f0n {
		padding:0 3.2vw;
	}
	.staff_single_area .f0n .ttl span {
		line-height:1.4;
	}
}

.staff_single_area .blogs {
	padding:2em 0 3em;
	/*border:1px solid #CBCBCB;*/
}
.staff_single_area .blogs dl:nth-of-type(n + 2) { margin-top:0.5em; }
.staff_single_area .blogs dl dt {
	font-size:1em;
}
.staff_single_area .blogs dl dd {
	margin-left:7.5em;
	font-size:1em;
	font-weight:600;
}
.staff_single_area .otherstaff ul:first-of-type li { width:12%; }
.staff_single_area .otherstaff ul li:nth-of-type(n + 2) { margin-left:7%; }
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.staff_single_area .blogs {
		padding:1em 0;
	}
	.staff_single_area .blogs dl {
		padding:0 3.2vw;
	}
	.staff_single_area .blogs dl:nth-of-type(n + 2) { margin-top:0.5em; }
	.staff_single_area .blogs dl dt {
		float:none;
	}
	.staff_single_area .blogs dl dd {
		margin-left:0;
	}
	.staff_single_area .otherstaff ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.staff_single_area .otherstaff ul li:nth-of-type(n + 2) { margin:2em 3.2vw 0; }
	.staff_single_area .otherstaff ul:first-of-type li,
	.staff_single_area .otherstaff ul li {
		width:calc(90% - (3.2vw * 2));
		margin-left:auto;
		margin-right:auto;
	}
	.staff_single_area .otherstaff li figure .img_wrap {
		width:45%;
		max-width:calc(200 / 750 * 100vw);
		height:calc(200 / 750 * 100vw);
	}
	.staff_single_area .otherstaff li figcaption {
		width:55%;
	}
	.staff_single_area div.end.mt100 { margin-top:0; }
}


.blog_detail_wrap .col2area ._box,
.blog_list_wrap .newslistul,
.blog_list_wrap .infolistul {
	width:73%;
}
.blog_detail_wrap .col2area .side_area,
.blog_list_wrap .side_area {
	width:23%;
}
.blog_list_wrap .pagenavi_wrap {
	width:100%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.blog_list_wrap .newslistul,
	.blog_list_wrap .infolistul {
		width:100%;
	}
	.blog_detail_wrap .col2area ._box,
	.blog_list_wrap .side_area {
		width:100%;
	}
	.blog_detail_wrap .col2area .side_area,
	.blog_list_wrap .pagenavi_wrap {
		width:100%;
	}
}

.blog_list_wrap .newslistul > li {
	background:#FFF;
	width:48.5%;
	margin-left:calc(3% / 2);
	position:relative;
	z-index:1;
}
.blog_list_wrap .newslistul > li:nth-of-type(2n + 1) {
	margin-left:0;
}
.blog_list_wrap .newslistul > li:nth-of-type(n + 3) {
	margin-top:2.5em;
}
.blog_list_wrap .newslistul > li a {
	background:#FFF;
	display:block;
	width:100%;
	height:100%;
	padding:0 0 4em;
}
.blog_list_wrap .newslistul figure > .img_wrap {
	margin-bottom:-3.5em;
	position:relative;
	z-index:1;
}
.blog_list_wrap .newslistul figure figcaption {
	position:relative;
	z-index:1;
}
.blog_list_wrap .newslistul .lbn_name_wrap {
	position:relative;
	z-index:3;
	text-align:left;
}
.information .lbl,
.blog .lbl {
	display:inline-block;
	font-size:0.81em;
	line-height:1;
	padding:0.5em 0.5em;
	margin-bottom:0.2em;
	border:1px solid rgba(0,0,0,.1);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.blog_list_wrap .newslistul > li {
		width:100%;
		margin-left:0;
	}
	.blog_list_wrap .newslistul > li:nth-of-type(n + 2),
	.blog_list_wrap .newslistul > li:nth-of-type(n + 3) {
		margin-top:1.5em;
	}
	.blog_list_wrap .newslistul > li a {
		padding:0 0 4em;
	}
	.blog_list_wrap .newslistul figure > .img_wrap {
		margin-bottom:-3em;
	}
	.blog .lbl {}
}

.lbl.cat01 { background-color:#000; color:#FFF; }
.lbl.cat02 { background-color:#333; color:#FFF; }
.lbl.cat03 { background-color:#666; color:#FFF; }
.lbl.cat04 { background-color:#999; color:#333; }
.lbl.cat05 { background-color:#CCC; color:#333; }
.lbl.cat06 { background-color:#53A656; color:#FFF; }
.color.cat01 { color:#53A656; }
.color.cat02 { color:#333; }
.color.cat03 { color:#666; }
.color.cat04 { color:#999; }
.color.cat05 { color:#000; }
.color.cat06 { color:#333; }

.blog_list_wrap .newslistul .pic {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	text-align:center;
	z-index: 1; /* safari border-radius bug fix */
}
.blog_list_wrap .newslistul .pic img {
	width: 100%;
	height: 100%;
	position: absolute; left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	object-fit: cover;
}
.blog_list_wrap .newslistul:hover .pic img {
	opacity:1;
}
.blog_list_wrap .newslistul .txt_area {
	padding:0.5em 0 1em;
}
.blog_list_wrap .newslistul .ttl {}
.blog_list_wrap .newslistul .ttl small {
	font-size:0.81em;
	line-height:1;
}
.blog_list_wrap .newslistul .ttl span {
	margin-top:0.5em;
	display:block;
	font-size:1.25em;
	line-height:1.2;
	font-weight:600;
}
.blog_list_wrap .newslistul .excerpt {
	font-size:0.91em;
	line-height:1.4;
}
.blog_list_wrap .newslistul .btnul {
	width:100%;
	position:absolute; left:50%; bottom:1.5em;
	transform: translateX(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.blog_list_wrap .newslistul .oteraname {
		padding-left:3.2vw;
	}
	.blog_list_wrap .newslistul .pic {
		width: calc(180 / 750 * 100vw);
		height: calc(180 / 750 * 100vw);
	}
	.blog_list_wrap .newslistul .pic img {}
	.blog_list_wrap .newslistul .txt_area {
		padding:0.5em 3.2vw 0;
	}
	.blog_list_wrap .newslistul .btnul {
		bottom:1em;
	}
}


.blog_detail_wrap ._box > .ttl {}
.blog_detail_wrap ._box > .ttl .date {
	font-size:1.125em;
}
.blog_detail_wrap ._box > .ttl span {
	display:block;
	margin-top:0.5em;
	font-size:1.625em;
	line-height:1.5;
	font-weight:600;
}
.blog_detail_wrap .contarea .pic { width:100%; }
.blog_detail_wrap .contarea .pic img {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.blog_detail_wrap .contarea .ttl span {
	font-size:1.3em;
	line-height:1.5;
	font-weight:600;
}
.blog_detail_wrap .contarea .txt {}
.meishi {
	padding:2em 0 2em;
	/*border:1px solid #CCC;*/
	-webkit-justify-content: flex-start; justify-content: flex-start;
	position:relative;
}
.meishi.full {
	padding:2em 2em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.meishi.full {
		padding:1em 3.2vw;
	}
}

.meishi .col.noshrink {
	width:20%;
	margin-right:5%;
}
.meishi .col.grow {
	width:75%;
}
.meishi .ttl {}
.meishi .txt {
	word-break:break-all;
	padding-bottom:2em;
}
.meishi .col > .btnul {
	width:20%;
	position:absolute; bottom:1.5em; right:1.5em;
}
.meishi .btnc.arw {
	width:100%;
	-webkit-justify-content: flex-end; justify-content: flex-end;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.meishi .col.noshrink {
		width:35%;
		margin-right:5%;
		-webkit-justify-content: center; justify-content: center;
		-webkit-align-items: center; align-items: center;
	}
	.meishi .col.noshrink .ttl {
		-webkit-justify-content: center; justify-content: center;
		-webkit-align-items: center; align-items: center;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
		margin-top:1em;
	}
	.meishi .col.noshrink .ttl small,
	.meishi .col.noshrink .ttl span { display:block; }
	.meishi .col.noshrink .ttl small {
		font-size:.68em;
		text-align:center;
	}
	.meishi .col.noshrink .ttl span {
		margin:0 auto;
		font-size:1em;
		letter-spacing:0;
	}
	.meishi .col.grow {
		width:60%;
	}
	.meishi .txt {
		margin-top:1em;
		padding-bottom:3em;
		font-size:.91em;
	}
	.meishi .col > .btnul {
		margin-top:0;
		width:50%;
		transform:none;
		position:absolute; bottom:1em; right:1.5em;
	}
	.meishi .btnul li {
		width:50%;
		margin-right: 0;
	}
}

#sidebar {}
#sidebar > .ind {
	background:#FFF;
	border-top:2px solid #333;
	border-bottom:2px solid #333;
	padding:1.5em 0;
}
#sidebar .ttl_side01 span {
	font-size:0.91em;
	line-height:1.3;
	font-weight:600;
}
#sidebar .lst {}
#sidebar .lst li { position:relative; }
#sidebar .lst.tag {}
#sidebar .lst.news {}
#sidebar .lst.tag li:before {
	content: "#";
	border-radius: 50%;
	position: absolute; left: 0; top:0;
}
#sidebar .lst.tag li {
	font-size:0.86em;
	line-height:1.5;
	padding-left:1em;
}
#sidebar .lst.tag li:nth-of-type(n + 2) {
	margin-top:0.5em;
}
#sidebar .lst.news li:nth-of-type(n + 2) {
	margin-top:1em;
}
#sidebar .lst.news .date {
	font-size:0.86em;
}
#sidebar .lst.news .excerpt {
	margin-top:0.5em;
	font-size:0.91em;
	line-height:1.5;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.side_area {
		-webkit-box-ordinal-group:3; -ms-flex-order:3; -webkit-order:3; order:3;
	}
	#sidebar {
		margin-top:3em;
	}
	#sidebar > .ind {
		padding:1.5em 3.2vw;
	}
}

/* wp-pagenavi */
.pagenavi_wrap .wp-pagenavi {
	padding: 0;
	margin-top:5em;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.pagenavi_wrap .wp-pagenavi a {
	display: inline-block;
	text-align: center;
	list-style: none;
}
.pagenavi_wrap .wp-pagenavi a:hover {
	opacity: 0.6;
}
.pagenavi_wrap .wp-pagenavi a,
.pagenavi_wrap .wp-pagenavi span {
	display: inline-block;
	width: auto;
	padding: 0.3em 0.6em;
	margin: 0 0.5em;
	text-decoration: none;
	line-height: 1;
	/*border: 1px solid #E3E3E3;*/
	border:none;
	transition: all .3s ease;
}
.pagenavi_wrap .wp-pagenavi a.nextpostslink,
.pagenavi_wrap .wp-pagenavi a.previouspostslink {
	/*font-weight:900;
	text-decoration: none;
	border:none;
	color: #53A656;*/
	color:transparent;
	position:relative;
}
.pagenavi_wrap .wp-pagenavi a.nextpostslink:before,
.pagenavi_wrap .wp-pagenavi a.previouspostslink:before {
	content:"";
	display:block;
	width:12px;
	height:17px;
	background:url(images/icn_arw_vilolet.svg) center center / contain no-repeat;
	position:absolute; left:50%; top:50%;
	transform: translateY(-50%) translateX(-50%);
}
.pagenavi_wrap .wp-pagenavi a.previouspostslink:before {
	transform: translateY(-50%) translateX(-50%) scaleX(-1);
}
.pagenavi_wrap .wp-pagenavi span.pages { display:none; }
.pagenavi_wrap .wp-pagenavi .page {
	/*color:#53A656;*/
	/*border: 1px solid #E3E3E3;*/
	background:transparent;
	text-decoration:underline;
}
.pagenavi_wrap .wp-pagenavi .current {
	background:transparent;
	color:#53A656;
	text-decoration: none;
	border-color:transparent;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
}


/* 会社概要
============================================================================== */
.tbl02 table {
	width:100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.tbl02 tr:not(:last-child) th { border-bottom: 1px solid #CCC; }
.tbl02 tr:not(:last-child) td { border-bottom: 1px solid #CCC; }
.tbl02 th,
.tbl02 td {
	padding:1.5em 0;
	text-align:left;
	vertical-align:top;
}
.tbl02 a { text-decoration:underline; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.tbl02 col { display:none; }
	.tbl02 tr:not(:last-child) th { border-bottom:none; }
	.tbl02 th,
	.tbl02 td {
		display:block;
		width: 100%;
		padding:0.5em;
		font-size:0.91em;
	}
	.tbl02 td {
		padding-top:0;
		padding-left:1em;
	}
}
.tbl02.company .col1 { width:30%; }
.tbl02.company .col2 { width:70%; }
.tbl02.member .col1 { width:20%; }
.tbl02.member .col2 { width:80%; }


/* 求人情報
============================================================================== */
.page.recruit section.sec-cv,
.page.recruit section.sec-footbtns {
	display:none;
}


.bdr_box.violet {
	border:2px solid #53A656;
	padding:2.125em 6% 3em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.bdr_box.violet {
		padding:1.5em 3.2vw;
	}
	.bdr_box.violet .btnul.flex.around {
		-ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column;
		-webkit-justify-content: center; justify-content: center;
		-webkit-align-items: center; align-items: center;
	}
	.bdr_box.violet .btnul li:nth-of-type(n + 2) {
		margin-top:.8em;
	}
}

.oubo_box {
	border:2px solid #53A656;
	padding:2em 5%;
}
.oubo_box .block-cv-tel,
.oubo_box .block-cv-mail {
	width:50%;
	position:relative;
	margin:0;
}
.oubo_box .block-cv-tel_title-main:before {
	width: 42px;
	height: 47px;
	margin: 0 auto 10px;
	background: url(images/icn_phone01.svg) center / contain no-repeat;
}
.oubo_box .block-cv-mail:before {
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#53A656;
	position:absolute; left:0; top:50%;
	transform: translateY(-50%);
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.oubo_box {
		padding:1.5em 3.2vw;
	}
	.oubo_box .block-cv-tel,
	.oubo_box .block-cv-mail {
		width:100%;
	}
	.oubo_box .block-cv-tel_title-main:before {}
	.oubo_box .block-cv-mail:before {
		display:none;
	}
	.oubo_box .block-cv-mail .block-cv-mail_title-main {
		margin-bottom:0;
	}
	.oubo_box .block-cv-mail .btnc {
		margin-top:1em;
	}
}


/* お客様の声
============================================================================== */
.voicelist_ul {}
.voicelist_ul > li {
	width:31.5%;
	background:#FFF url(images/icn_voices.svg) center 1em no-repeat;
	position:relative;
	margin-left:2.75%;
	border:2px solid #53A656;
}
.voicelist_ul > li:nth-of-type(3n + 1) { margin-left:0%; }
.voicelist_ul > li:nth-of-type(n + 4) { margin-top:30px; }
.voicelist_ul > li > a {
	display:block;
	width:100%;
	height:100%;
	padding:1.5em 1.5em 5em;
	padding-top:3.5em;
}
.voicelist_ul .ttl {}
.voicelist_ul .ttl .date {
	color:#999999;
	font-size:.875em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:.03em;
}
.voicelist_ul .ttl .ja {
	display:block;
	font-size:1.25em;
	line-height:1.4;
	font-weight:600;
	letter-spacing:.05em;
}
.voicelist_ul .excerpt,
.voicelist_ul .voicefrom {
	font-size:.875em;
	line-height:1.7;
	padding-top:1em;
}
.voicelist_ul .star {
	padding-top:1em;
}
.voicelist_ul .star > em {
	color:#53A656;
	font-size:1.25em;
	line-height:1;
	font-weight:600;
}
.voicelist_ul .star > span {
	color:inherit;
	font-size:1.5em;
	line-height:1;
	font-weight:400;
	letter-spacing:0.05em;
}
.voicelist_ul .voicefrom {
	line-height:1.2;
	padding-top:.5em;
}
.voicelist_ul .dl_wrap {
	padding-top:1em;
}
.voicelist_ul .dl_wrap > dl {
	font-size:.875em;
	line-height:1.3;
}
.voicelist_ul .dl_wrap > dl:nth-of-type(n + 2) {
	margin-top:.3em;
}
.voicelist_ul .dl_wrap > dl dt,
.voicelist_ul .dl_wrap > dl dd {
	padding:.5em .5em;
}
.voicelist_ul .dl_wrap > dl dt {
	background:#E6E6E6;
	width:30%;
	/* text-align:center; */
}
.voicelist_ul .dl_wrap > dl dd {
	/* padding-left:4.5em; */
	width: 70%;
	background:#F4F4F4;
}
.voicelist_ul .btnul {
	width:50%;
	position:absolute; bottom:1.5em; left:50%;
	-webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.voicelist_ul .btnul .btnc {
	width:100%;
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.voicelist_ul {}
	.voicelist_ul > li {
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.voicelist_ul li:nth-of-type(3n + 1) { margin-left:0; }
	.voicelist_ul li:nth-of-type(n + 4),
	.voicelist_ul li:nth-of-type(n + 2) { margin-top:2em; }
	.voicelist_ul > li a {
		padding:1.5em 3.2vw 1em;
		padding-top:3em;
	}
	.voicelist_ul li .btnul {
		width:100%;
		position:static;
		transform:none;
		margin-top:1em;
	}
	.voicelist_ul li .btnul .btnc {
		width:50%;
		margin-right: 0;
	}
	.voicelist_ul .ttl {
		text-align:center;
	}
	.voicelist_ul .star {
		text-align:center;
	}
	.voicelist_ul .voicefrom {
		text-align:center;
	}
	.voicelist_ul .dl_wrap > dl dt,
	.voicelist_ul .dl_wrap > dl dd {
		padding:.3em .5em;
	}
	.voicelist_ul .dl_wrap > dl dt {
		background:#E6E6E6;
		width:30%;
		text-align:center;
	}
	.voicelist_ul .dl_wrap > dl dd {
		/* padding-left:4.5em; */
		background:#F4F4F4;
		width: 70%;
	}
}


.voice_single_area .star {
	text-align:center;
}
.voice_single_area .star > em {
	color:#53A656;
	font-size:1.625em;
	line-height:1;
	font-weight:600;
}
.voice_single_area .star > span {
	color:inherit;
	font-size:2em;
	line-height:1;
	font-weight:400;
	letter-spacing:0.05em;
}
.voice_single_area .voicefrom {
	text-align:center;
}
.voice_single_area .excerpt {
	font-size:1em;
}
.voice_single_area .dl_wrap a {
	text-decoration:underline;
}
.voice_single_area .dl_wrap > dl {
	width:48%;
	font-size:1em;
	line-height:1.3;
}
.voice_single_area .dl_wrap > dl:nth-of-type(n + 3) {
	margin-top:.8em;
}
.voice_single_area .dl_wrap > dl dt,
.voice_single_area .dl_wrap > dl dd {
	padding:.8em 1em;
}
.voice_single_area .dl_wrap > dl dt {
	background:#E6E6E6;
	width:40%;
}
.voice_single_area .dl_wrap > dl dd {
	/* padding-left:9em; */
	background:#F4F4F4;
	width: 60%;
}
.voice_single_area .img_area {
	column-count: 2;
	column-gap: 0;
}
.voice_single_area .img_area > figure {
	padding:1em;
}
.voice_single_area .img_area > figure.pic01 {}
.voice_single_area .img_area > figure:nth-of-type(n + 3) {}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.voice_single_area .star {}
	.voice_single_area .star > em {
		font-size:1.5em;
	}
	.voice_single_area .star > span {
		font-size:1.8em;
		line-height:1;
	}
	.voice_single_area .voicefrom {
		text-align:center;
	}
	.voice_single_area .excerpt {
		font-size:1em;
	}
	.voice_single_area .dl_wrap a {}
	.voice_single_area .dl_wrap > dl {
		width:100%;
		/* background:#E6E6E6; */
	}
	.voice_single_area .dl_wrap > dl:nth-of-type(n + 3),
	.voice_single_area .dl_wrap > dl:nth-of-type(n + 2) {
		margin-top:.5em;
	}
	.voice_single_area .dl_wrap > dl dt,
	.voice_single_area .dl_wrap > dl dd {
		padding:.5em 1em;
	}
	.voice_single_area .dl_wrap > dl dt {
		width:40%;
	}
	.voice_single_area .dl_wrap > dl dd {
		/* margin-left:8em; */
	}
	.voice_single_area .img_area {
		column-count: 2;
		column-gap: 0;
	}
	.voice_single_area .img_area > figure {
		padding:.5em;
	}
}

/* モーダル */
.modaal_in {
	padding:1em;
	text-align:center;
}
.modaal-wrapper .modaal-close {
	color: #fff;
	background: #53A656;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	height: 2em;
	border-radius:0;
}
.modaal-wrapper .modaal-close::after,
.modaal-wrapper .modaal-close::before {
	top: 0.5em;
	left: 1em;
	width: 3px;
	height: 1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.modaal-noscroll .btn_gnav_sp {
		z-index: 9;
	}
	.modaal_in {
		padding:0;
	}
}


/* FAQ
============================================================================== */
.faq_cat_ul {}
.faq_cat_ul > li {
	width:calc(100% / 6);
	text-align:center;
	border-left:1px solid #CCCCCC;
	/*font-size:0.91em;*/
}
.faq_cat_ul > li:nth-of-type(6n + 1) {
	border-left:none;
}
.faq_cat_ul > li:nth-of-type(n + 7) {
	margin-top:1em;
}
.faq_cat_ul > li a {
	font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.faq_cat_ul.flex {
		-webkit-justify-content: space-between; justify-content: space-between;
	}
	.faq_cat_ul.flex > li {
		width:48%;
		font-size:0.91em;
	}
	.faq_cat_ul > li:nth-of-type(6n + 1) {
		border-left:none;
	}
	.faq_cat_ul > li:nth-of-type(2n + 1) {
		margin-left:0;
		border-left:none;
	}
	.faq_cat_ul > li:nth-of-type(n + 3),
	.faq_cat_ul > li:nth-of-type(n + 7) {
		margin-top:1em;
	}
	.faqtab > li .btnc {
		width:50%;
	}
}

.faq_cat_sec {}
.faq_cat_sec > .ind {}
.faq_cat_sec > .ind:nth-of-type(n + 2) {
	margin-top:70px;
}

.ttl_icn01 { position:relative; }
.ttl_icn01 em {
	color:#53A656;
	font-size:2.3em;
	line-height:1;
	font-weight:500;
	margin-top:-0.1em;
}
.ttl_icn01 strong {
	font-size:1.55em;
	line-height:1.3;
	font-weight:600;
	padding-left:1em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl_icn01 em {
		font-size:1.4em;
	}
	.ttl_icn01 strong {
		font-size:1.2em;
		line-height:1.3;
		padding-left:0.5em;
	}
}


/* お知らせ
============================================================================== */
.infolistul > li {
	background:#FFF;
	width:100%;
	position:relative;
	z-index:1;
}
.infolistul > li:nth-of-type(n + 2) {
	margin-top:1.5em;
	padding-top:1.5em;
	border-top:1px solid #CCCCCC;
}
.infolistul > li a {
	display:block;
	width:100%;
	height:100%;
	padding:1em 0;
}
.infolistul figure > .img_wrap {
	position:relative;
	z-index:1;
	max-width:30%;
	margin-left:3%;
}
.infolistul figure figcaption {
	position:relative;
	z-index:1;
}
.infolistul .lbn_date_wrap {
	position:relative;
	z-index:3;
	text-align:left;
}
.infolistul .lbn_date_wrap .lbl_area {
	margin-left:1em;
}
.infolistul .lbn_date_wrap .lbl_area .lbl {
	margin-right:0.3em;
	margin-bottom:0.3em;
}
.infolistul .txt_area {
	padding:0.5em 1.5em 1em;
}
.infolistul .date {
	font-size:1em;
	line-height:1;
}
.infolistul .ttl {}
.infolistul .ttl span {
	margin-top:0.5em;
	display:block;
	font-size:1.25em;
	line-height:1.5;
	font-weight:600;
}
.infolistul .excerpt {
	font-size:1em;
	line-height:1.7;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.infolistul > li {}
	.infolistul > li:nth-of-type(n + 2) {
		margin-top:1.5em;
	}
	.infolistul > li a {
		padding:0 3.2vw 4em;
	}
	.infolistul figure.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.infolistul figure figcaption {
		-webkit-box-ordinal-group:2; -ms-flex-order:2; -webkit-order:2; order:2;
	}
	.infolistul figure > .img_wrap {
		width:100%;
		max-width:100%;
		margin-top:1em;
		margin-left:0;
	}
	.infolistul figure > .img_wrap img {
		margin:0 auto;
	}
	.infolistul .lbn_date_wrap {}
	.infolistul .lbn_date_wrap .lbl_area {
	}
	.infolistul .lbn_date_wrap .lbl_area .lbl {}
	.infolistul .txt_area {
		padding:0.5em 3.2vw 1em;
	}
	.infolistul .ttl {}
	.infolistul .date {
		font-size:0.81em;
		line-height:1;
	}
	.infolistul .ttl span {}
	.infolistul .excerpt {}
	.infolistul .btnul.flex.end {
		width:100%;
		left:50%; right:auto; bottom:1em;
		transform: translateX(-50%);
		-webkit-justify-content: center; justify-content: center;
	}
	.infolistul .btnul .btnc {
		width:90%;
	}
}


/* はじめての葬儀
============================================================================== */
.large_arw_bottom {
	position:relative;
}
.large_arw_bottom:after {
	content:"";
	display:block;
	margin:0 auto;
	line-height:1;
	width:181px;
	height:37px;
	background:url(images/angle_bottom_l2.svg) center center / contain no-repeat;
}

.ttl04 { position:relative; }
.ttl04 .ja {
	font-size:1.625em;
	line-height:1.5;
	font-weight:600;
	letter-spacing:0.15em;
}
.ttl04 .ja em {
	color:#53A656;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.ttl04 {}
	.ttl04 .ja {
		font-size:1.2em;
	}
}

.bdr_box.troubletop3 {
	padding:35px 1em 50px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.bdr_box.troubletop3 {
		padding:1em 3.2vw;
	}
}

.pointdl01 {}
.pointdl01 > dl {}
.pointdl01 > dl:nth-of-type(n + 2) {
	padding-top:1em;
	margin-top:1em;
	border-top:1px solid #E2E0E0;
}
.pointdl01 dt {
	color:#53A656;
	font-size:1.75em;
	line-height:1;
	font-weight:600;
	letter-spacing:.05em;
	min-width:4em;
	text-align:center;
}
.pointdl01 dd {
	font-size:1.375em;
	line-height:1.4;
	font-weight:600;
	letter-spacing:.15em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.pointdl01 {}
	.pointdl01 > dl.flex {
		-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	}
	.pointdl01 > dl:nth-of-type(n + 2) {
		padding-top:.5em;
		margin-top:.5em;
	}
	.pointdl01 dt {
		font-size:1.3em;
		letter-spacing:0;
		min-width:4.5em;
		word-break:keep-all;
		white-space:nowrap;
	}
	.pointdl01 dd {
		margin-left:0;
		font-size:1.1em;
		letter-spacing:0;
	}
}

.flow_ind.f01.firsttimecontact > .pointcircle_ul,
.flow_ind.f01.firsttimecontact > .txt,
.flow_ind.f01.firsttimecontact > .ttl04 {
	max-width:55%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.flow_ind.f01.firsttimecontact > .pointcircle_ul,
	.flow_ind.f01.firsttimecontact > .txt,
	.flow_ind.f01.firsttimecontact > .ttl04 {
		max-width:100%;
	}
	.firsttimecontact.flow_ind.f01 {
		border:none;
	}
}

.pointcircle_ul {}
.circle_box01 {
	width:175px;
	height:175px;
	border-radius:50%;
	background:#FFF;
	border:2px solid #53A656;
}
.circle_box01 > .__in {}
.circle_box01 > .__in .txt {
	font-size:1.125em;
	line-height:1.4;
	font-weight:600;
}
.circle_box01 > .__in .txt em {
	color:#53A656;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.pointcircle_ul {}
	.circle_box01 {
		width:calc(225 / 750 * 100vw);
		height:calc(225 / 750 * 100vw);
		margin:0 calc(1 / 750 * 100vw);
	}
	.circle_box01 > .__in {}
	.circle_box01 > .__in .txt {
		font-size:.91em;
	}
}


/* 事前相談
============================================================================== */
.bdr_box.consul {
	padding:3em 2em 3.5em;
}
.bdr_box.consul > ul {
	margin-top: 40px;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.pointcircle_ul.flex.w60p {
		width:100%;
	}
	.bdr_box.consul {
		padding:1em 3.2vw;
	}
	.bdr_box.consul > ul {
		margin-top: 2em;
	}
}

.colbox_ul.consul.col2 > li {
	background:#FFF;
	border:2px solid #53A656;
	padding:3em 2em;
}
.colbox_ul.consul .block-cv-tel_phone-main {
	margin:.5em 0;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.colbox_ul.consul.col2 > li {
		padding:1em 3.2vw;
	}
	.colbox_ul.consul.col2 > li .lead02 {
		text-align:center;
	}
	.colbox_ul.consul .block-cv-tel_phone-main {
		margin:0;
	}
}


/* あんしんLife会員
============================================================================== */
.lead03 {
	font-size:1.5em;
	line-height:1.6;
	font-weight:600;
	letter-spacing:0.05em;
}
.lead03 em {
	color:#53A656;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.lead03 {
		font-size:1.2em;
		line-height:1.5;
		letter-spacing:0.05em;
	}
	.lead03 em {
	}
}

.block-cv-tel_phone-main.lg {
	font-size: 3.125em;
	margin:0.5em 0 0.3em;
}


/* お急ぎの方へ
============================================================================== */
.flow_ind.f01.firsttimecontact.bdr_box {
	border-bottom:2px solid #333;
}

.sougi_flow_ul .ttl01 .ja {
	display:-webkit-box; display:-ms-flexbox; display: -webkit-flex; display:flex;
	font-size:1.375em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.sougi_flow_ul .ttl01 .ja {
		font-size:1.3em;
	}
}

.sougi_flow_ul {}
.sougi_flow_ul > li {
	position:relative;
	z-index:1;
	padding:1.5em 1.5em;
	width:25%;
}
.sougi_flow_ul > li:before {
	content:"";
	display:block;
	width:calc(100% + 3em);
	height:100%;
	background:url(./assets/img/hasten/bg_box01.svg) center center / 100% 100% no-repeat;
	position:absolute; left:-1.5em; top:50%;
	transform: translateY(-50%);
	z-index:-1;
}
.sougi_flow_ul > li .txt {
	font-size:.875em;
}
.sougi_flow_ul > li:nth-of-type(1) { z-index:4; }
.sougi_flow_ul > li:nth-of-type(1):before {
	width:calc(100% + 1em);
	left:0;
}
.sougi_flow_ul > li:nth-of-type(2) { z-index:3; }
.sougi_flow_ul > li:nth-of-type(3) { z-index:2; }
.sougi_flow_ul > li:nth-of-type(4) { z-index:1; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.sougi_flow_ul.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.sougi_flow_ul > li {
		padding:2em 3.2vw;
		width:100%;
	}
	.sougi_flow_ul > li:before,
	.sougi_flow_ul > li:nth-of-type(1):before {
		width:3em;
		height:2em;
		background:url(images/angle_bottom_l2.svg) center center / contain no-repeat;
		left:50%; top:calc(100% - 1em); bottom:auto;
		transform:  translateX(-50%);
	}
	.sougi_flow_ul > li .txt {}
	.sougi_flow_ul > li:nth-of-type(1) { z-index:4; padding-top:0; width:100%; }
	.sougi_flow_ul > li:nth-of-type(2) { z-index:3; }
	.sougi_flow_ul > li:nth-of-type(3) { z-index:2; }
	.sougi_flow_ul > li:nth-of-type(4) { z-index:1; }
	.sougi_flow_ul > li:nth-of-type(4):before { display:none; }
}


/* 数字で見る「あんしん家族葬ハウス」
============================================================================== */
.numlist_ul.lg {}
.numlist_ul.lg > li {
	width:100%;
}
.numlist_ul.lg .num_area span {
	color:#53A656;
	font-size:2.25em;
}
.numlist_ul.md .num_area em,
.numlist_ul.lg .num_area em {
	font-size:6.875em;
}
.numlist_ul.md .num_area small,
.numlist_ul.lg .num_area small {
	padding-left:0.1em;
	color:#53A656;
	font-size:4.68em;
	font-weight:600;
}
.numlist_ul.md .txt,
.numlist_ul.lg .txt {
	margin-top: .5em;
	font-size:1em;
	line-height:1.7;
}
.numlist_ul.md .num_area small {
	padding-left:0.2em;
	font-size:3.75em;
}
.numlist_ul.sm .num_area em {
	font-size:6.25em;
}
.numlist_ul.sm .num_area span,
.numlist_ul.sm .num_area small {
	padding-left:0.1em;
	color:#53A656;
	font-size:2.5em;
	font-weight:600;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.numlist_ul.lg > li {
		width:100%;
	}
	.numlist_ul.lg .num_area span {
		font-size:1em;
		padding-right:0.3em;
	}
	.numlist_ul.sm .num_area em,
	.numlist_ul.md .num_area em,
	.numlist_ul.lg .num_area em {
		font-size:3.3em;
	}
	.numlist_ul.sm .num_area span,
	.numlist_ul.sm .num_area small,
	.numlist_ul.md .num_area small,
	.numlist_ul.lg .num_area small {
		padding-left:0.5em;
		font-size:1em;
	}
	.numlist_ul.md .txt,
	.numlist_ul.lg .txt {
		margin-top:1em;
		font-size:0.875em;
	}
}

.numlist_ul.md {}
.numlist_ul.md > li {
	width:46%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.numlist_ul.md > li {
		width:100%;
	}
	.numlist_ul.sm > li {
		width:33%;
	}
	.numlist_ul.sm > li:nth-of-type(n + 2) {
		margin-top:0;
	}
	.numlist_ul.sm > li:nth-of-type(n + 4) {
		margin-top:1.5em;
	}
	.numlist_ul.sm .num_area em {
		font-size:2.5em;
	}
}


/* プライバシーポリシー
============================================================================== */
.page.pvp section.sec-cv,
.page.pvp section.sec-footbtns {
	display:none;
}
.page.pvp footer {
	margin-top:100px;
}


.pvpind:nth-of-type(n + 2) {
	padding-top:3em;
	margin-top:3em;
	border-top:1px solid #E2E0E0;
}
.pvpind.last > p {
	text-align:right;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.pvpind:nth-of-type(n + 2) {
		padding-top:1.5em;
		margin-top:1.5em;
	}
}

.pvpind > dl {}
.pvpind > dl > dt {
	font-size:1.25em;
	line-height:1.2;
	font-weight:600;
	letter-spacing:.05em;
}
.pvpind > dl > dd {
	margin-top:1.5em;
}
.pvpind > dl > dd > span {
	letter-spacing:.05em;
}
.pvpind > dl > dd > strong {
	display:block;
	font-size:1.125em;
	font-weight:600;
	letter-spacing:.05em;
}
.pvpind .dl-list {
	margin-top:.5em;
}
.pvpind .dl-list dt {}
.pvpind .dl-list dd {
	padding-left:.5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.pvpind > dl {}
	.pvpind > dl > dt {
		letter-spacing:0;
	}
	.pvpind > dl > dd {
		margin-top:1em;
	}
	.pvpind > dl > dd > span {
		letter-spacing:0;
	}
	.pvpind > dl > dd > strong {
		letter-spacing:0;
	}
	.pvpind .dl-list {
		margin-top:.5em;
	}
	.pvpind .dl-list dt {}
	.pvpind .dl-list dd {
		padding-left:.5em;
	}
}


/* サイトマップ
============================================================================== */
.page.sitemap section.sec-cv,
.page.sitemap section.sec-footbtns {
	display:none;
}
.page.sitemap footer {
	margin-top:100px;
}

.foot_links.sitemap {
	font-size:1.125em;
}
.foot_links.sitemap .ind > li:not(:first-of-type) { margin-top:2em; }
.foot_links.sitemap .ind > li.first { margin-top:0; }
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.foot_links.sitemap {
		font-size:1em;
	}
	.foot_links.sitemap .ind > li:not(:first-of-type) { margin-top:.5em; }
	.foot_links.sitemap .ind:nth-of-type(1) {
		display:inherit;
	}
	.foot_links.sitemap .ind .sub {
		display:inherit;
	}
}


/* 供花・供物のご注文
============================================================================== */
.block-cv-fax-main {
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
	-webkit-box-pack: center;-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	padding-top: 0.6em;
	line-height: 1.5;
}
.block-cv-fax-main:before {
	content: "";
	display: block;
	width: 37px;
	height: 35px;
	margin: 0 auto 10px;
	background: url(images/icn_fax.svg) center / contain no-repeat;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.block-cv-tel_phone-main.kyouka {
		display: inherit;
	}
	.oubo_box .block-cv-mail.fax .btnc {
		width:100%;
	}
}

.block-cv-tel_phone-main.non {
	margin:0.2em 0 0.3em;
}
.block-cv-tel_phone-main.non:before {
	display:none;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.block-cv-tel_phone-main.non {
		display: inherit;
	}
}

.price_sentence .num {
	font-size:2.125em;
	line-height:1;
	font-weight:400;
	letter-spacing:0em;
}
.price_sentence .zeien small {
	font-size:1em;
	font-weight:600;
	letter-spacing:-.05em;
}

.oubo_box.kyouka {
	padding:3em 5% 5em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.oubo_box.kyouka {
		padding:2em 3.2vw;
	}
}


/* お問い合わせフォーム
============================================================================== */
.page.request section.sec-cv,
.page.request section.sec-footbtns {
	display:none;
}
.page.request footer {
	margin-top:100px;
}

.request .col2area .info_box {
	width:38%;
}
.request .col2area .form_box {
	width:57%;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.request .col2area.flex.nowrap {
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}
	.request .col2area .info_box {
		width:100%;
	}
	.request .col2area .form_box {
		margin-top:3em;
		width:100%;
	}
}

.soudan_area.request .block-cv-tel_phone-sub {
	margin:0;
}
.soudan_area.request {
	padding-bottom:270px;
	background: url(./assets/img/request/img_soudan01.png) center bottom / 261px auto no-repeat;
}

.request .form_box.bdr_box {
	padding:1.5em 2em;
}
@media(min-width: 768px) and (max-width:1024px) {}
@media(max-width: 767px) {
	.request .form_box.bdr_box {
		padding:1.5em 3.2vw;
	}
}

.request .col2area .info_box .dl_wrap a {
	text-decoration:underline;
}
.request .col2area .info_box .dl_wrap > dl {
	font-size:1em;
}
.request .col2area .info_box .dl_wrap > dl:nth-of-type(n + 2) {
	margin-top:.5em;
}
.request .col2area .info_box .dl_wrap > dl dt,
.request .col2area .info_box .dl_wrap > dl dd {
}
.request .col2area .info_box .dl_wrap > dl dt {
	font-weight:600;
}
.request .col2area .info_box .dl_wrap > dl dd {
}




/*新ロゴヘッダー*/

@media screen and (min-width:768px) {
	.home_head .logo .hlogo {
		width: 350px;
	} 
}

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

	.request_shoshinsya{
		width: 40px;
		display: block;
		margin-right:8px;
	}
	.requestshiryou_cont{
		text-align: center;
	}
}

/*トップページバナー*/
@media screen and (min-width:768px) {
	.online_banner_row {
		display: flex !important;
		align-items: center !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
	}

	.online_banner_item_kaiin{
		margin-right: 15px !important;
	}
	.online_banner_item_shiryou{
		width:270px !important;
		margin-left: 15px !important;
	}

}

/*4つの特徴ナンバー*/
.koueisaijou-feature__item__heading::before {
	color: #e65b20 !important;
}