/* -- 旧サイトのmycms */
.mceContentBody .fs1, .contentsMain .fs1 {
	font-size: 8pt;
}
.mceContentBody .fs2, .contentsMain .fs2 {
	font-size: 10pt;
}
.mceContentBody .fs3, .contentsMain .fs3 {
	font-size: 12pt;
}
.mceContentBody .fs4, .contentsMain .fs4 {
	font-size: 14pt;
}
.mceContentBody .fs5, .contentsMain .fs5 {
	font-size: 18pt;
}
.mceContentBody .fs6, .contentsMain .fs6 {
	font-size: 24pt;
}
.mceContentBody .fs7, .contentsMain .fs7 {
	font-size: 36pt;
}
.mceContentBody {
	/* padding: 1em 1em 2em; */
	box-sizing: border-box;
	max-height: 100%; /* chrome font-size */
	/* background: #fff; */
	line-height: 2;
	font-size: 1.8rem;
	width: 100%;
	/* max-width: 1000px; */
	max-width: 1200px;
	/* padding-left: 100px;
	padding-right: 100px; */
	/* border-left: 1px solid #000;
	border-right: 1px solid #000; */
	margin-left: auto;
	margin-right: auto;/* background: #f0f0f0; */
	/* padding-top: 20px;
	padding-bottom: 20px; */
	background: #fff;
	color: #555;
}
 @media only screen and (max-width: 768px) {
.mceContentBody {
	/* max-width: 1200px; */
	padding-left: 0;
	padding-right: 0;
	border-left: none;
	border-right: none;
	margin-bottom: 80px;
	font-size: 1.6rem;
}
}
.mceContentBody a {
	color: #006cbc;
	/* color: #00315b;	 */
	font-weight: normal;
	text-decoration: underline;
	position: relative;
}
@media only screen and (max-width: 1000px) {
}
.contents-wrapper div.inner {
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
}
.mceContentBody div.inner {
	/* */
	padding-left: 1em;
	padding-right: 1em;
	max-width: 1000px; /* */
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
}
.mceContentBody a {
/* color: #343434; */
}
.mceContentBody a:hover {
	text-decoration: none;
}
.mceContentBody a.arrow {
	position: relative;
	display: inline-block;
	/* padding: 0 0 0 1em; */
	/* color: #343434; */
	vertical-align: middle;/* text-decoration: none; */
}
.mceContentBody a.arrow::before {
/* width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 0;
	content: "";
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	transition: all .2s ease-in; */
}
.mceContentBody a.arrow:hover {
}
.mceContentBody a.arrow:hover::before {
/* border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	left: 5px; */
}
.mceContentBody a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width: 768px) {
.mceContentBody a[href^="tel:"] {
	pointer-events: auto;
	color: #0060df;
	text-decoration: underline;
}
.mceContentBody a[href^="tel:"]:hover {
	text-decoration: none;
}
}
/*
a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -5px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
		transform: rotate(45deg);

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: none;
}
*/
/* aタグ の リンク ファイル */
.mceContentBody a[href$=".doc"], .mceContentBody a[href$=".docx"], .mceContentBody a[href$=".pdf"], .mceContentBody a[href$=".zip"] {
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	vertical-align: top;
	/* text-decoration: none; */
	/* border-bottom: 1px solid #006cbc; */
	/* padding-right: 2.25em;
	position: relative; */
	position: relative;
	z-index: 0;
}
.mceContentBody a[href$=".doc"]:after, .mceContentBody a[href$=".docx"]:after, .mceContentBody a[href$=".pdf"]:after, .mceContentBody a[href$=".ppt"]:after, .mceContentBody a[href$=".zip"]:after {
}
@media only screen and (max-width: 768px) {
.mceContentBody a[href^="tel:"] {
	color: #1a73e8 !important;
	text-decoration: underline;
}
.mceContentBody a[href^="tel:"]:hover {
	text-decoration: none;
}
.mceContentBody a[href$=".doc"], .mceContentBody a[href$=".docx"], .mceContentBody a[href$=".pdf"] {
	white-space: normal;
}
}
.mceContentBody a[href$=".doc"]:after, .mceContentBody a[href$=".docx"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0rem;
	content: "DOC";
	background: #285192;
	color: #fff;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none ! important;
	z-index: 100;
	position: relative;
}
.mceContentBody a[href$=".xls"]:after, .mceContentBody a[href$=".xlsx"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0rem;
	content: "XLS";
	background: #00940d;
	color: #fff;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none ! important;
	z-index: 100;
	position: relative;
}
.mceContentBody a[href$=".pdf"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0rem;
	content: "PDF";
	background: #ec2941;
	color: #fff;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none ! important;
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	z-index: 100;
	position: relative;
}
.mceContentBody a[href$=".ppt"]:after, .mceContentBody a[href$=".pptx"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0rem;
	content: "PPT";
	background: #c54d33;
	color: #fff;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none ! important;
	/* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	z-index: 100;
	position: relative;
}
.mceContentBody a[href$=".zip"]:after {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 1.0rem;
	content: "Zip";
	background: #333;
	color: #fff;
	font-weight: bold;
	margin: 0 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	text-decoration: none ! important;
	z-index: 100;
	position: relative;
}
/* */
/* -- setting */
.mceContentBody .fl {
	float: left !important;
}
.mceContentBody .fr {
	float: right !important;
}
.mceContentBody .center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mceContentBody .tc {
	text-align: center !important;
}
.mceContentBody .tl {
	text-align: left !important;
}
.mceContentBody .tr {
	text-align: right !important;
}
.mceContentBody .vt {
	vertical-align: top !important;
}
.mceContentBody .vm {
	vertical-align: middle !important;
}
.mceContentBody .vb {
	vertical-align: bottom !important;
}
/* img の style の 指定 の 上書き */
.mceContentBody img {
	max-width: 100%; /* */
	height: auto; /* */
	vertical-align: bottom !important; /* */
}
.mceContentBody .f_s0 {
	font-size: 0 !important;
}
.mceContentBody .f_s8 {
	font-size: 8rem !important;
}
.mceContentBody .f_s9 {
	font-size: 9rem !important;
}
.mceContentBody .f_s10 {
	font-size: 1.0rem !important;
}
.mceContentBody .f_s11 {
	font-size: 1.1rem !important;
}
.mceContentBody .f_s12 {
	font-size: 1.2rem !important;
}
.mceContentBody .f_s13 {
	font-size: 1.3rem !important;
}
.mceContentBody .f_s14 {
	font-size: 1.4rem !important;
}
.mceContentBody .f_s15 {
	font-size: 1.5rem !important;
}
.mceContentBody .f_s16 {
	font-size: 1.6rem !important;
}
.mceContentBody .f_s17 {
	font-size: 1.7rem !important;
}
.mceContentBody .f_s18 {
	font-size: 1.8rem !important;
}
.mceContentBody .f_s19 {
	font-size: 1.9rem !important;
}
.mceContentBody .f_s20 {
	font-size: 2.0rem !important;
}
.mceContentBody .f_s21 {
	font-size: 2.1rem !important;
}
.mceContentBody .f_s22 {
	font-size: 2.2rem !important;
}
.mceContentBody .f_s23 {
	font-size: 2.3rem !important;
}
.mceContentBody .f_s24 {
	font-size: 2.4rem !important;
}
.mceContentBody .f_s25 {
	font-size: 2.5rem !important;
}
.mceContentBody .f_s26 {
	font-size: 2.6rem !important;
}
.mceContentBody .f_s27 {
	font-size: 2.7rem !important;
}
.mceContentBody .f_s28 {
	font-size: 2.8rem !important;
}
.mceContentBody .f_s29 {
	font-size: 2.9rem !important;
}
.mceContentBody .f_s30 {
	font-size: 3.0rem !important;
}
.mceContentBody .fs1 {
	font-size: 8pt !important;
}
.mceContentBody .fs2 {
	font-size: 10pt !important;
}
.mceContentBody .fs3 {
	font-size: 12pt !important;
}
.mceContentBody .fs4 {
	font-size: 14pt !important;
}
.mceContentBody .fs5 {
	font-size: 18pt !important;
}
.mceContentBody .fs6 {
	font-size: 24pt !important;
}
.mceContentBody .fs7 {
	font-size: 36pt !important;
}
.mceContentBody .lh10 {
	line-height: 1.0 !important;
}
.mceContentBody .lh11 {
	line-height: 1.1 !important;
}
.mceContentBody .lh12 {
	line-height: 1.2 !important;
}
.mceContentBody .lh13 {
	line-height: 1.3 !important;
}
.mceContentBody .lh14 {
	line-height: 1.4 !important;
}
.mceContentBody .lh15 {
	line-height: 1.5 !important;
}
.mceContentBody .lh16 {
	line-height: 1.6 !important;
}
.mceContentBody .lh17 {
	line-height: 1.7 !important;
}
.mceContentBody .lh18 {
	line-height: 1.8 !important;
}
/* 中央揃え */
.mceContentBody .outbox {
	position: relative;
}
.mceContentBody .outbox .inbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* @end */

/* 
.mceContentBody .w1 { width: 1%; } .mceContentBody .w2 { width: 2%; } .mceContentBody .w3 { width: 3%; } .mceContentBody .w4 { width: 4%; } .mceContentBody .w5 { width: 5%; } .mceContentBody .w6 { width: 6%; } .mceContentBody .w7 { width: 7%; } .mceContentBody .w8 { width: 8%; } .mceContentBody .w9 { width: 9%; } .mceContentBody .w10 { width: 10%; } .mceContentBody .w11 { width: 11%; } .mceContentBody .w12 { width: 12%; } .mceContentBody .w13 { width: 13%; } .mceContentBody .w14 { width: 14%; } .mceContentBody .w15 { width: 15%; } .mceContentBody .w16 { width: 16%; } .mceContentBody .w17 { width: 17%; } .mceContentBody .w18 { width: 18%; } .mceContentBody .w19 { width: 19%; } .mceContentBody .w20 { width: 20%; } .mceContentBody .w21 { width: 21%; } .mceContentBody .w22 { width: 22%; } .mceContentBody .w23 { width: 23%; } .mceContentBody .w24 { width: 24%; } .mceContentBody .w25 { width: 25%; } .mceContentBody .w26 { width: 26%; } .mceContentBody .w27 { width: 27%; } .mceContentBody .w28 { width: 28%; } .mceContentBody .w29 { width: 29%; } .mceContentBody .w30 { width: 30%; } .mceContentBody .w31 { width: 31%; } .mceContentBody .w32 { width: 32%; } .mceContentBody .w33 { width: 33%; } .mceContentBody .w34 { width: 34%; } .mceContentBody .w35 { width: 35%; } .mceContentBody .w36 { width: 36%; } .mceContentBody .w37 { width: 37%; } .mceContentBody .w38 { width: 38%; } .mceContentBody .w39 { width: 39%; } .mceContentBody .w40 { width: 40%; } .mceContentBody .w41 { width: 41%; } .mceContentBody .w42 { width: 42%; } .mceContentBody .w43 { width: 43%; } .mceContentBody .w44 { width: 44%; } .mceContentBody .w45 { width: 45%; } .mceContentBody .w46 { width: 46%; } .mceContentBody .w47 { width: 47%; } .mceContentBody .w48 { width: 48%; } .mceContentBody .w49 { width: 49%; } .mceContentBody .w50 { width: 50%; } .mceContentBody .w51 { width: 51%; } .mceContentBody .w52 { width: 52%; } .mceContentBody .w53 { width: 53%; } .mceContentBody .w54 { width: 54%; } .mceContentBody .w55 { width: 55%; } .mceContentBody .w56 { width: 56%; } .mceContentBody .w57 { width: 57%; } .mceContentBody .w58 { width: 58%; } .mceContentBody .w59 { width: 59%; } .mceContentBody .w60 { width: 60%; } .mceContentBody .w61 { width: 61%; } .mceContentBody .w62 { width: 62%; } .mceContentBody .w63 { width: 63%; } .mceContentBody .w64 { width: 64%; } .mceContentBody .w65 { width: 65%; } .mceContentBody .w66 { width: 66%; } .mceContentBody .w67 { width: 67%; } .mceContentBody .w68 { width: 68%; } .mceContentBody .w69 { width: 69%; } .mceContentBody .w70 { width: 70%; } .mceContentBody .w71 { width: 71%; } .mceContentBody .w72 { width: 72%; } .mceContentBody .w73 { width: 73%; } .mceContentBody .w74 { width: 74%; } .mceContentBody .w75 { width: 75%; } .mceContentBody .w76 { width: 76%; } .mceContentBody .w77 { width: 77%; } .mceContentBody .w78 { width: 78%; } .mceContentBody .w79 { width: 79%; } .mceContentBody .w80 { width: 80%; } .mceContentBody .w81 { width: 81%; } .mceContentBody .w82 { width: 82%; } .mceContentBody .w83 { width: 83%; } .mceContentBody .w84 { width: 84%; } .mceContentBody .w85 { width: 85%; } .mceContentBody .w86 { width: 86%; } .mceContentBody .w87 { width: 87%; } .mceContentBody .w88 { width: 88%; } .mceContentBody .w89 { width: 89%; } .mceContentBody .w90 { width: 90%; } .mceContentBody .w91 { width: 91%; } .mceContentBody .w92 { width: 92%; } .mceContentBody .w93 { width: 93%; } .mceContentBody .w94 { width: 94%; } .mceContentBody .w95 { width: 95%; } .mceContentBody .w96 { width: 96%; } .mceContentBody .w97 { width: 97%; } .mceContentBody .w98 { width: 98%; } .mceContentBody .w99 { width: 99%; } .mceContentBody .w100 { width: 100%; }

/* .mceContentBody .w5 { width: 5%; }
.mceContentBody .w10 { width: 10%; }
.mceContentBody .w15 { width: 15%; }
.mceContentBody .w20 { width: 20%; }
.mceContentBody .w22 { width: 22%; }
.mceContentBody .w24 { width: 24%; }
.mceContentBody .w25 { width: 25%; }
.mceContentBody .w30 { width: 30%; }
.mceContentBody .w32 { width: 32%; }
.mceContentBody .w40 { width: 40%; }
.mceContentBody .w45 { width: 45%; }
.mceContentBody .w49 { width: 49%; }
.mceContentBody .w50 { width: 50%; }
.mceContentBody .w60 { width: 60%; }
.mceContentBody .w70 { width: 70%; }
.mceContentBody .w80 { width: 80%; }
.mceContentBody .w90 { width: 90%; }
.mceContentBody .w100 { width: 100%; } */
.mceContentBody .m_o0 {
	margin-top: 0 !important;
}
.mceContentBody .m_o10 {
	margin-top: 10px !important;
}
.mceContentBody .m_o20 {
	margin-top: 20px !important;
}
.mceContentBody .m_o30 {
	margin-top: 30px !important;
}
.mceContentBody .m_o40 {
	margin-top: 40px !important;
}
.mceContentBody .m_o50 {
	margin-top: 50px !important;
}
.mceContentBody .m_o60 {
	margin-top: 60px !important;
}
.mceContentBody .m_o80 {
	margin-top: 80px !important;
}
.mceContentBody .m_l0 {
	margin-left: 0 !important;
}
.mceContentBody .m_l1 {
	margin-left: 1% !important;
}
.mceContentBody .m_l2 {
	margin-left: 2% !important;
}
.mceContentBody .m_l4 {
	margin-left: 4% !important;
}
.mceContentBody .m_r0 {
	margin-right: 0 !important;
}
.mceContentBody .m_r1 {
	margin-right: 1% !important;
}
.mceContentBody .m_r2 {
	margin-right: 2% !important;
}
.mceContentBody .m_r4 {
	margin-right: 4% !important;
}
.mceContentBody .m_u0 {
	margin-bottom: 0px !important;
}
.mceContentBody .m_u10 {
	margin-bottom: 10px !important;
}
.mceContentBody .m_u20 {
	margin-bottom: 20px !important;
}
.mceContentBody .m_u30 {
	margin-bottom: 30px !important;
}
.mceContentBody .m_u40 {
	margin-bottom: 40px !important;
}
.mceContentBody .m_u50 {
	margin-bottom: 50px !important;
}
.mceContentBody .m_u60 {
	margin-bottom: 60px !important;
}
.mceContentBody .m_u80 {
	margin-bottom: 80px !important;
}
.mceContentBody .p_o0 {
	padding-top: 0px !important;
}
.mceContentBody .p_o10 {
	padding-top: 10px !important;
}
.mceContentBody .p_o20 {
	padding-top: 20px !important;
}
.mceContentBody .p_o30 {
	padding-top: 30px !important;
}
.mceContentBody .p_o40 {
	padding-top: 40px !important;
}
.mceContentBody .p_o50 {
	padding-top: 50px !important;
}
.mceContentBody .p_o60 {
	padding-top: 60px !important;
}
.mceContentBody .p_o80 {
	padding-top: 80px !important;
}
.mceContentBody .p_l0 {
	padding-left: 0 !important;
}
.mceContentBody .p_l1 {
	padding-left: 1% !important;
}
.mceContentBody .p_l2 {
	padding-left: 2% !important;
}
.mceContentBody .p_13 {
	padding-left: 3% !important;
}
.mceContentBody .p_l4 {
	padding-left: 4% !important;
}
.mceContentBody .p_r0 {
	padding-right: 0 !important;
}
.mceContentBody .p_r1 {
	padding-right: 1% !important;
}
.mceContentBody .p_r2 {
	padding-right: 2% !important;
}
.mceContentBody .p_r3 {
	padding-right: 3% !important;
}
.mceContentBody .p_r4 {
	padding-right: 4% !important;
}
.mceContentBody .p_u0, .mceContentBody .p_b0 {
	padding-bottom: 0 !important;
}
.mceContentBody .p_u10, .mceContentBody .p_b10 {
	padding-bottom: 10px !important;
}
.mceContentBody .p_u20, .mceContentBody .p_b20 {
	padding-bottom: 20px !important;
}
.mceContentBody .p_u30, .mceContentBody .p_b30 {
	padding-bottom: 30px !important;
}
.mceContentBody .p_u40, .mceContentBody .p_b40 {
	padding-bottom: 40px !important;
}
.mceContentBody .p_u50, .mceContentBody .p_b50 {
	padding-bottom: 50px !important;
}
.mceContentBody .p_u60, .mceContentBody .p_b60 {
	padding-bottom: 60px !important;
}
.mceContentBody .p_u70, .mceContentBody .p_b70 {
	padding-bottom: 70px !important;
}
.mceContentBody .p_u80, .mceContentBody .p_b80 {
	padding-bottom: 80px !important;
}
.mceContentBody hr {
	border: none;
	border-top: 1px solid #000;
}
/* .mceContentBody .nomgn { margin: 0 !important; } */
@media only screen and (max-width: 768px) {
.mceContentBody .resp_fs0 {
	font-size: 0 !important;
}
.mceContentBody .resp_fs8 {
	font-size: 8rem !important;
}
.mceContentBody .resp_fs9 {
	font-size: 9rem !important;
}
.mceContentBody .resp_fs10 {
	font-size: 1.0rem !important;
}
.mceContentBody .resp_fs11 {
	font-size: 1.1rem !important;
}
.mceContentBody .resp_fs12 {
	font-size: 1.2rem !important;
}
.mceContentBody .resp_fs13 {
	font-size: 1.3rem !important;
}
.mceContentBody .resp_fs14 {
	font-size: 1.4rem !important;
}
.mceContentBody .resp_fs15 {
	font-size: 1.5rem !important;
}
.mceContentBody .resp_fs16 {
	font-size: 1.6rem !important;
}
.mceContentBody .resp_fs17 {
	font-size: 1.7rem !important;
}
.mceContentBody .resp_fs18 {
	font-size: 1.8rem !important;
}
.mceContentBody .resp_fs19 {
	font-size: 1.9rem !important;
}
.mceContentBody .resp_fs20 {
	font-size: 2.0rem !important;
}
.mceContentBody .resp_fs21 {
	font-size: 2.1rem !important;
}
.mceContentBody .resp_fs22 {
	font-size: 2.2rem !important;
}
.mceContentBody .resp_fs23 {
	font-size: 2.3rem !important;
}
.mceContentBody .resp_fs24 {
	font-size: 2.4rem !important;
}
.mceContentBody .resp_fs25 {
	font-size: 2.5rem !important;
}
.mceContentBody .resp_fs26 {
	font-size: 2.6rem !important;
}
.mceContentBody .resp_fs27 {
	font-size: 2.7rem !important;
}
.mceContentBody .resp_fs28 {
	font-size: 2.8rem !important;
}
.mceContentBody .resp_fs29 {
	font-size: 2.9rem !important;
}
.mceContentBody .resp_fs30 {
	font-size: 3.0rem !important;
}
/* .mceContentBody .imgL,
	.mceContentBody .imgR {
	width: 100% !important !important;
	max-width: auto !important;
	float: none !important;
	margin: 0 auto 10px !important;
	} */
.mceContentBody .fl, .mceContentBody .fr {
	float: none !important;
}
.mceContentBody .resp_w1 {
	width: 1% !important;
}
.mceContentBody .resp_w2 {
	width: 2% !important;
}
.mceContentBody .resp_w3 {
	width: 3% !important;
}
.mceContentBody .resp_w4 {
	width: 4% !important;
}
.mceContentBody .resp_w5 {
	width: 5% !important;
}
.mceContentBody .resp_w6 {
	width: 6% !important;
}
.mceContentBody .resp_w7 {
	width: 7% !important;
}
.mceContentBody .resp_w8 {
	width: 8% !important;
}
.mceContentBody .resp_w9 {
	width: 9% !important;
}
.mceContentBody .resp_w10 {
	width: 10% !important;
}
.mceContentBody .resp_w11 {
	width: 11% !important;
}
.mceContentBody .resp_w12 {
	width: 12% !important;
}
.mceContentBody .resp_w13 {
	width: 13% !important;
}
.mceContentBody .resp_w14 {
	width: 14% !important;
}
.mceContentBody .resp_w15 {
	width: 15% !important;
}
.mceContentBody .resp_w16 {
	width: 16% !important;
}
.mceContentBody .resp_w17 {
	width: 17% !important;
}
.mceContentBody .resp_w18 {
	width: 18% !important;
}
.mceContentBody .resp_w19 {
	width: 19% !important;
}
.mceContentBody .resp_w20 {
	width: 20% !important;
}
.mceContentBody .resp_w21 {
	width: 21% !important;
}
.mceContentBody .resp_w22 {
	width: 22% !important;
}
.mceContentBody .resp_w23 {
	width: 23% !important;
}
.mceContentBody .resp_w24 {
	width: 24% !important;
}
.mceContentBody .resp_w25 {
	width: 25% !important;
}
.mceContentBody .resp_w26 {
	width: 26% !important;
}
.mceContentBody .resp_w27 {
	width: 27% !important;
}
.mceContentBody .resp_w28 {
	width: 28% !important;
}
.mceContentBody .resp_w29 {
	width: 29% !important;
}
.mceContentBody .resp_w30 {
	width: 30% !important;
}
.mceContentBody .resp_w31 {
	width: 31% !important;
}
.mceContentBody .resp_w32 {
	width: 32% !important;
}
.mceContentBody .resp_w33 {
	width: 33% !important;
}
.mceContentBody .resp_w34 {
	width: 34% !important;
}
.mceContentBody .resp_w35 {
	width: 35% !important;
}
.mceContentBody .resp_w36 {
	width: 36% !important;
}
.mceContentBody .resp_w37 {
	width: 37% !important;
}
.mceContentBody .resp_w38 {
	width: 38% !important;
}
.mceContentBody .resp_w39 {
	width: 39% !important;
}
.mceContentBody .resp_w40 {
	width: 40% !important;
}
.mceContentBody .resp_w41 {
	width: 41% !important;
}
.mceContentBody .resp_w42 {
	width: 42% !important;
}
.mceContentBody .resp_w43 {
	width: 43% !important;
}
.mceContentBody .resp_w44 {
	width: 44% !important;
}
.mceContentBody .resp_w45 {
	width: 45% !important;
}
.mceContentBody .resp_w46 {
	width: 46% !important;
}
.mceContentBody .resp_w47 {
	width: 47% !important;
}
.mceContentBody .resp_w48 {
	width: 48% !important;
}
.mceContentBody .resp_w49 {
	width: 49% !important;
}
.mceContentBody .resp_w50 {
	width: 50% !important;
}
.mceContentBody .resp_w51 {
	width: 51% !important;
}
.mceContentBody .resp_w52 {
	width: 52% !important;
}
.mceContentBody .resp_w53 {
	width: 53% !important;
}
.mceContentBody .resp_w54 {
	width: 54% !important;
}
.mceContentBody .resp_w55 {
	width: 55% !important;
}
.mceContentBody .resp_w56 {
	width: 56% !important;
}
.mceContentBody .resp_w57 {
	width: 57% !important;
}
.mceContentBody .resp_w58 {
	width: 58% !important;
}
.mceContentBody .resp_w59 {
	width: 59% !important;
}
.mceContentBody .resp_w60 {
	width: 60% !important;
}
.mceContentBody .resp_w61 {
	width: 61% !important;
}
.mceContentBody .resp_w62 {
	width: 62% !important;
}
.mceContentBody .resp_w63 {
	width: 63% !important;
}
.mceContentBody .resp_w64 {
	width: 64% !important;
}
.mceContentBody .resp_w65 {
	width: 65% !important;
}
.mceContentBody .resp_w66 {
	width: 66% !important;
}
.mceContentBody .resp_w67 {
	width: 67% !important;
}
.mceContentBody .resp_w68 {
	width: 68% !important;
}
.mceContentBody .resp_w69 {
	width: 69% !important;
}
.mceContentBody .resp_w70 {
	width: 70% !important;
}
.mceContentBody .resp_w71 {
	width: 71% !important;
}
.mceContentBody .resp_w72 {
	width: 72% !important;
}
.mceContentBody .resp_w73 {
	width: 73% !important;
}
.mceContentBody .resp_w74 {
	width: 74% !important;
}
.mceContentBody .resp_w75 {
	width: 75% !important;
}
.mceContentBody .resp_w76 {
	width: 76% !important;
}
.mceContentBody .resp_w77 {
	width: 77% !important;
}
.mceContentBody .resp_w78 {
	width: 78% !important;
}
.mceContentBody .resp_w79 {
	width: 79% !important;
}
.mceContentBody .resp_w80 {
	width: 80% !important;
}
.mceContentBody .resp_w81 {
	width: 81% !important;
}
.mceContentBody .resp_w82 {
	width: 82% !important;
}
.mceContentBody .resp_w83 {
	width: 83% !important;
}
.mceContentBody .resp_w84 {
	width: 84% !important;
}
.mceContentBody .resp_w85 {
	width: 85% !important;
}
.mceContentBody .resp_w86 {
	width: 86% !important;
}
.mceContentBody .resp_w87 {
	width: 87% !important;
}
.mceContentBody .resp_w88 {
	width: 88% !important;
}
.mceContentBody .resp_w89 {
	width: 89% !important;
}
.mceContentBody .resp_w90 {
	width: 90% !important;
}
.mceContentBody .resp_w91 {
	width: 91% !important;
}
.mceContentBody .resp_w92 {
	width: 92% !important;
}
.mceContentBody .resp_w93 {
	width: 93% !important;
}
.mceContentBody .resp_w94 {
	width: 94% !important;
}
.mceContentBody .resp_w95 {
	width: 95% !important;
}
.mceContentBody .resp_w96 {
	width: 96% !important;
}
.mceContentBody .resp_w97 {
	width: 97% !important;
}
.mceContentBody .resp_w98 {
	width: 98% !important;
}
.mceContentBody .resp_w99 {
	width: 99% !important;
}
.mceContentBody .resp_w100 {
	width: 100% !important;
}
.mceContentBody .resp_m_o0 {
	margin-top: 0 !important;
}
.mceContentBody .resp_m_o20 {
	margin-top: 20px !important;
}
.mceContentBody .resp_m_o30 {
	margin-top: 30px !important;
}
.mceContentBody .resp_m_o40 {
	margin-top: 40px !important;
}
.mceContentBody .resp_m_o50 {
	margin-top: 50px !important;
}
.mceContentBody .resp_m_o60 {
	margin-top: 60px !important;
}
.mceContentBody .resp_m_o80 {
	margin-top: 80px !important;
}
.mceContentBody .resp_m_l0 {
	margin-left: 0 !important;
}
.mceContentBody .resp_m_l1 {
	margin-left: 1% !important;
}
.mceContentBody .resp_m_l2 {
	margin-left: 2% !important;
}
.mceContentBody .resp_m_l4 {
	margin-left: 4% !important;
}
.mceContentBody .resp_m_r0 {
	margin-right: 0 !important;
}
.mceContentBody .resp_m_r1 {
	margin-right: 1% !important;
}
.mceContentBody .resp_m_r2 {
	margin-right: 2% !important;
}
.mceContentBody .resp_m_r4 {
	margin-right: 4% !important;
}
.mceContentBody .resp_m_u0 {
	margin-bottom: 0 !important;
}
.mceContentBody .resp_m_u10 {
	margin-bottom: 10px !important;
}
.mceContentBody .resp_m_u20 {
	margin-bottom: 20px !important;
}
.mceContentBody .resp_m_u30 {
	margin-bottom: 30px !important;
}
.mceContentBody .resp_m_u40 {
	margin-bottom: 40px !important;
}
.mceContentBody .resp_m_u50 {
	margin-bottom: 50px !important;
}
.mceContentBody .resp_m_u60 {
	margin-bottom: 60px !important;
}
.mceContentBody .resp_m_u80 {
	margin-bottom: 80px !important;
}
.mceContentBody .resp_p_o0 {
	padding-top: 0px !important;
}
.mceContentBody .resp_p_o10 {
	padding-top: 10px !important;
}
.mceContentBody .resp_p_o20 {
	padding-top: 20px !important;
}
.mceContentBody .resp_p_o30 {
	padding-top: 30px !important;
}
.mceContentBody .resp_p_o40 {
	padding-top: 40px !important;
}
.mceContentBody .resp_p_o50 {
	padding-top: 50px !important;
}
.mceContentBody .resp_p_o60 {
	padding-top: 60px !important;
}
.mceContentBody .resp_p_o80 {
	padding-top: 80px !important;
}
.mceContentBody .resp_p_l0 {
	padding-left: 0 !important;
}
.mceContentBody .resp_p_l1 {
	padding-left: 1% !important;
}
.mceContentBody .resp_p_l2 {
	padding-left: 2% !important;
}
.mceContentBody .resp_p_13 {
	padding-left: 3% !important;
}
.mceContentBody .resp_p_l4 {
	padding-left: 4% !important;
}
.mceContentBody .resp_p_r0 {
	padding-right: 0 !important;
}
.mceContentBody .resp_p_r1 {
	padding-right: 1% !important;
}
.mceContentBody .resp_p_r2 {
	padding-right: 2% !important;
}
.mceContentBody .resp_p_r3 {
	padding-right: 3% !important;
}
.mceContentBody .resp_p_r4 {
	padding-right: 4% !important;
}
.mceContentBody .resp_p_u0, .mceContentBody .resp_p_b0 {
	padding-bottom: 0 !important;
}
.mceContentBody .resp_p_u10, .mceContentBody .resp_p_b10 {
	padding-bottom: 10px !important;
}
.mceContentBody .resp_p_u20, .mceContentBody .resp_p_b20 {
	padding-bottom: 20px !important;
}
.mceContentBody .resp_p_u30, .mceContentBody .resp_p_b30 {
	padding-bottom: 30px !important;
}
.mceContentBody .resp_p_u40, .mceContentBody .resp_p_b40 {
	padding-bottom: 40px !important;
}
.mceContentBody .resp_p_u50, .mceContentBody .resp_p_b50 {
	padding-bottom: 50px !important;
}
.mceContentBody .resp_p_u60, .mceContentBody .resp_p_b60 {
	padding-bottom: 60px !important;
}
.mceContentBody .resp_p_u70, .mceContentBody .resp_p_b70 {
	padding-bottom: 70px !important;
}
.mceContentBody .resp_p_u80, .mceContentBody .resp_p_b80 {
	padding-bottom: 80px !important;
}
.mceContentBody .resp_fl {
	float: left !important;
}
.mceContentBody .resp_fr {
	float: right !important;
}
.mceContentBody .resp_center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.mceContentBody .resp_tl {
	text-align: left !important;
}
.mceContentBody .resp_tr {
	text-align: right !important;
}
.mceContentBody .resp_tc {
	text-align: center !important;
}
.mceContentBody .resp_vt {
	vertical-align: top !important;
}
.mceContentBody .resp_vm {
	vertical-align: middle !important;
}
.mceContentBody .resp_vb {
	vertical-align: bottom !important;
}
}
.mceContentBody p {
	margin: 1em 0;
}
.mceContentBody span.underline {
	text-decoration: underline;
}
.mceContentBody video {
	/* border: 2px solid #f0f0f0; */
	box-sizing: border-box;
	background: #000;
}
.mceContentBody .wrap {
	overflow: hidden;
}
.mceContentBody .text-indent {
	text-indent: -1em;
}
.mceContentBody .text-indent-1em {
	text-indent: 1em;
}
.mceContentBody h3 {
	/* background: #f6f6f6; */
	font-size: 2.6rem; /* 26px */
	line-height: 1.5;
	/* font-weight: bold; */
	font-weight: normal;
	padding: 1rem 0;
	margin: 2.75rem 0 2.75rem;
	/* display: inline-block; */
	display: block;
	position: relative;
	/* border-left: 5px solid #032535;	*/
	/* border: 1px solid #ccc; */
	border-bottom: 0.125rem solid #aaa;
	background: none;/* display: inline-block; *//* border-bottom: 3px solid #062e42; *//* background: linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		  background: -webkit-linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		z-index: 1; */
}
.mceContentBody h3:first-child {
	margin: 0rem 0 2.75rem;
}
.mceContentBody h3:after {
/* position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 50%;
	
		transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
		height: 95%;
	background: #fff;
	z-index: -1; */
}
.mceContentBody h3:before {
/* position: absolute;
	content: "";
	width: 100%;
		height: 100%;
	left: 0;
		top: 0;
		
	background: linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		  background: -webkit-linear-gradient(90deg,#fdbdce 0%,#fdbdce 50%,#d2faff 50%,#d2faff 100%);
		
	z-index: -2; */
}
.mceContentBody > div.inner > h3:first-child {
	margin: 0 0 1em;
}
.mceContentBody h4 {
	font-size: 2.2rem; /* 22px */
	font-weight: normal;
	margin: 3.5rem 0 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	/* background: #f8f8f8; */
	border: 0.1rem solid #ccc;/* border-left: 0.4rem solid #8dc031; *//*	border-bottom: 1px solid #000; *//* border: 1px solid #000; */
}
.mceContentBody h3 + h4 {
	margin: 3.0rem 0 2rem;
}
.mceContentBody h5 {
	font-size: 2.2rem; /* 20px */
	margin: 3rem 0 1rem;
	display: block;
	font-weight: normal;
	border-bottom: 0.3rem dotted #ccc;
}
.mceContentBody h4 + h5 {
/* margin: 0; */
}
.mceContentBody h6 {
	font-size: 1.8rem;
}
.mceContentBody .nowrap {
	white-space: nowrap;
}
.mceContentBody .resp_nowrap {
	white-space: normal;
}
 @media only screen and (max-width: 768px) {
.mceContentBody .nowrap {
	white-space: normal;
}
.mceContentBody .resp_nowrap {
	white-space: nowrap;
}
}
 @media only screen and (max-width: 768px) {
.mceContentBody h3 {
	font-size: 2.1rem; /* 21px */
	text-align: left;
}
.mceContentBody h4 {
	font-size: 1.8rem; /* 18px */
	line-height: 1.5;
	padding: 0.25em 0.5em;
}
.mceContentBody h5 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 2rem 0 0;
	padding-bottom: 1rem;
}
}
/* -- ul */
.mceContentBody ul {
	margin: 0 0 2rem;
	padding: 0;
}
.mceContentBody ul li {
	margin: 0;
	padding: 0 0 0 1.5rem;
	position: relative;
}
.mceContentBody ul li::before {
	/* background: #c8cbcc; */
	background: #39454f;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 1.5rem;
	transition: all 0.3s ease-out 0s;
	width: 8px;
}
.mceContentBody ul li.list-unstyled {
	list-style: none;
	background: none;
	padding: 0;
}
.mceContentBody ul li ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding-left: 1.5rem;
}
.mceContentBody ul li ul li:before {
/* content: "・"; */
}
.mceContentBody ul.inline {
	margin: 0;
}
.mceContentBody ul.inline li {
	display: block;
	white-space: nowrap;
	float: left;
	padding-right: 0.5em;
}
.mceContentBody ul li ol li:before {
	display: none;
}
.mceContentBody ol {
	margin: 10px 0 20px 30px;
	padding: 0;
}
.mceContentBody ol li {
	margin: 0;
	padding: 0 0 0.25em;
	line-height: 1.75;
}
.mceContentBody ol li ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding-left: 1.5rem;
}
.mceContentBody ul li strong, .mceContentBody ol li strong {
}
/* -- deco-list */
.mceContentBody ol.deco-list {
	/* margin: 10px 0 20px 20px;
	padding: 0; */
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mceContentBody ol.deco-list li {
	margin: 0;
	margin-left: 1.55em;
	padding: 0 0 1em;/* padding: 0; */
	text-indent: -1.55em;
}
.mceContentBody ol.deco-list > li > ol > li {
	padding: 0 0 0 2em;
	text-indent: -1em;
}
.mceContentBody ol.deco-list li:before {
	counter-increment: number;
	content: counter(number);
	background: #8dc031;
	display: inline-block;
	width: 1em;
	height: 1em;
	text-align: center;
	border-radius: 1000%;
	color: #fff;
	margin-right: .3em;
	line-height: 1em;
	padding: 0.1em;
	text-indent: 0;
}
.mceContentBody ol.deco-list > li > ol > li:before {
	counter-increment: number;
	content: counter(number)".";
	margin-left: 0;
	background: none;
	color: #ba9975;
	font-weight: bold;
}
/*  ------------------------------------------------------------------------------------------------------------------------------------ qa */
.mceContentBody ul.qa {
	/* background: #f6f6f6; */
	margin: 10px 0 20px;
	padding: 1em;
}
@media only screen and (max-width: 768px) {
.mceContentBody ul.qa {
	padding: 0;
}
}
.mceContentBody ul.qa li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 1em;
	/* text-align: center; */
	position: relative;/* color: #585858; */
}
.mceContentBody ul.qa li span.head {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}
.mceContentBody ul.qa li.question {
	/* background: #e6f4ff; */
	background: #f2f9ff;
	/* border: 3px solid #013891; */
	margin-bottom: 30px;
}
.mceContentBody ul.qa li.question span.head {
	color: #fff;
	background: #88b2d1;
	border-radius: 100px;
	/* padding: 0.2em 0.8em; */
	position: absolute;
	top: -20px;
	left: -20px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.mceContentBody ul.qa li.question:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}
.mceContentBody ul.qa li.question:after {
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -19px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 19px 19px 0 19px;
	border-color: #f2f9ff transparent transparent transparent;
	z-index: 0;
}
.mceContentBody ul.qa li.answer {
	background: #ffe6e7;
	background: #fff3f3;
	/* border: 3px solid #fe5700; */
	margin-bottom: 80px;
}
.mceContentBody ul.qa li.answer:last-child {
	margin-bottom: 0;
}
.mceContentBody ul.qa li.answer span.head {
	color: #fff;
	background: #ed777c;
	border-radius: 100px;
	/* padding: 0.2em 0.8em; */
	position: absolute;
	top: -20px;
	left: -20px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}
.mceContentBody ul.qa li.answer:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- table.deco-tb */
.mceContentBody table.deco-tb {
	text-align: left;
	vertical-align: middle;
	/* width: 100%; */
	border-collapse: collapse;
	border: 0.2rem solid #ccc;
	/* border-top: 3px solid #ccc; */
	/* border-left: none;
	border-right: none; */
	background: #fff;
}
.mceContentBody table.deco-tb.fixed {
	table-layout: fixed;
}
.mceContentBody table.deco-tb th {
	border: 1px solid #ccc;
	/* border-left: none;
	border-right: none; */
	padding: 0.8rem 0.5rem;
	text-align: left;
	vertical-align: middle;
	/* background: #eee; */
	/* color: #ffffff; */
	background: #f0f0f0;
	font-weight: normal;
}
.mceContentBody table.deco-tb td {
	border: 1px solid #ccc;
	/* border-left: none;
	border-right: none; */
	padding: 0.8rem 0.5rem;
	vertical-align: top;
}
.mceContentBody table.deco-tb.min th {
	padding: 0.2em 0.25em;
}
.mceContentBody table.deco-tb.min td {
	padding: 0.2em 0.25em;
}
/* スタッフ紹介 */
/* .mceContentBody table.deco-tb.min.staff {
	border: none;
}
.mceContentBody table.deco-tb.min.staff th, .mceContentBody table.deco-tb.min.staff td {
	border-left: none;
	border-right: none;
}
.mceContentBody table.deco-tb.min.staff th {
	white-space: nowrap;
	font-size: 1.4rem;
} */
.mceContentBody table.deco-tb.border {
	border: none;
}
.mceContentBody table.deco-tb.border th, .mceContentBody table.deco-tb.border td {
	background: none;
	border-left: none;
	border-right: none;
	font-weight: normal;
}
/* 旧サイトより移設 */
.mceContentBody table.deco-tb-01 {
	border: 0.1rem solid #ccc;
	border-collapse: collapse;
	margin: 0 0 2rem;
	text-align: left;
	width: 100%;
}
.mceContentBody table.deco-tb-01 th.t_top {
/* border-top: 0.2rem solid #00315b; */
}
.mceContentBody table.deco-tb-01 th {
	background-color: #f0efff;
	border-bottom: 0.1rem solid #c8cbcc;
	padding: 0.8rem 2rem;
	text-align: left;
	/* white-space: nowrap; */
	font-weight: normal;
}
.mceContentBody table.deco-tb-01 td.t_top {
/* border-top: 0.2rem solid #00315b; */
}
.mceContentBody table.deco-tb-01 td {
	background-color: #ffffff;
	border-bottom: 0.1rem solid #c8cbcc;
	padding: 0.8rem 2rem;
}
@media only screen and (max-width: 768px) {
.mceContentBody div.outpatient div.responsive-type-outer table.deco-tb {
	width: auto;
}
/* -- table.resp_block */
.mceContentBody table.resp_block {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
}
.mceContentBody table.resp_block thead {
	display: none;
}
.mceContentBody table.resp_block tr {
	display: block;
	border: none;
	margin: 0;/* padding: 1em;
	
	border-radius: 5px; */
}
.mceContentBody table.resp_block th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-top: 1px solid #ccc;/* padding: 0; */
}
.mceContentBody table.resp_block td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	/* padding: 0; */
	border: none;
	/* margin-bottom: 1em; */
	border: none;
}
.mceContentBody table.resp_block tr td:last-child {
	margin-bottom: 0;
}
.mceContentBody table.resp_block tr td:first-child {
	border-top: none;
}
.mceContentBody table.resp_block td.resp_thead:before {
	content: attr(data-text)"";
	display: block;
	width: 100%;
	font-weight: bold;
	padding-top: 1em;
	background: none;
	background: #f0f0f0;
	/* border: 1px solid #e9ecef; */
	border-left: none;
	border-right: none;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 0.5em;/* border-bottom: 1px solid #000; */
}
}
/* -- div display="table" */
.mceContentBody div.table {
	text-align: left;
	/* vertical-align: middle; */
	width: 100%;
	border-collapse: collapse;
	/* border: 1px solid #ddd; */
	display: table;
}
.mceContentBody div.table div.row {
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;
}
.mceContentBody div.table div.th {
	/* border: 1px solid #ddd; */
	padding: 4px 5px;
	text-align: left;
	/* vertical-align: middle; */
	/* background: #eee; */
	/* color: #ffffff; */
	display: table-cell;
}
.mceContentBody div.table div.th:after {
	content: ":";
	vertical-align: middle;
}
.mceContentBody div.table div.td {
	/* border: 1px solid #ddd; */
	padding: 4px 5px;
	/* vertical-align: middle; */
	display: table-cell;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
.mceContentBody div.table div.th, .mceContentBody div.table div.td {
	display: block;
}
}
@media only screen and (max-width: 768px) {
/* -- responsive-type-transform */
	/* -- responsive-type-transform */
.mceContentBody table.deco-tb.responsive-type-transform {
	border: none;
	max-width: 100%;
	box-sizing: border-box;
}
.mceContentBody table.deco-tb.responsive-type-transform thead {
	display: none;
}
.mceContentBody table.deco-tb.responsive-type-transform th {
	display: block;
	border: none;
	width: 100% !important;
}
.mceContentBody table.deco-tb.responsive-type-transform td {
	display: list-item;
	list-style: none;
	border: none;
	border-left: 5px solid #f0f0f0;
	padding: 0 0 0 0.5em;
	margin: 0.5em 0 1em;
}
/* add content  <td data-text="content"> */
.mceContentBody table.deco-tb.responsive-type-transform td:before {
	content: attr(data-text)"";
	display: block;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
}
/* add content */
	/*.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(1):before { content: "見出しX1"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(2):before { content: "見出しX2"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(3):before { content: "見出しX3"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(4):before { content: "見出しX4"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(5):before { content: "見出しX5"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(6):before { content: "見出しX6"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(7):before { content: "見出しX7"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(8):before { content: "見出しX8"; display: block; font-weight: bold; } */
	/* -- responsive-type-outer */
.mceContentBody div.responsive-type-outer {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.mceContentBody div.responsive-type-outer:before {
	position: relative;
	content: "※スマートフォンの場合には、横にスクロールして閲覧してください";
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 1.4rem;
	/* color: #fd3b3c; */
	color: #777;
	border: 2px solid #ededed;
	margin-bottom: 1em;
	padding: 0.5em;
	box-sizing: border-box;
	background: #fafafa;
}
.mceContentBody div.responsive-type-outer table.deco-tb {
	table-layout: auto;
	white-space: nowrap;
}
/* -- responsive-type-outer-tbody  */
	/* tbody scroll */
.mceContentBody div.responsive-type-outer-tbody {
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb {
	width: 100%;
	display: block;
	position: relative;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb tr {
	display: inline-block;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead th, .mceContentBody div.responsive-type-outer-tbody table.deco-tb thead td {
	border-top: 1px solid #ddd;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb th, .mceContentBody div.responsive-type-outer-tbody table.deco-tb td {
	display: block;
	white-space: nowrap;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {
	display: block;
	float: left;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody {
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody tr {
	margin-left: -5px;
}
.mceContentBody div.responsive-type-outer-tbody table.deco-tb br {
	display: none;
}
}
/* -- table.row hover */
.mceContentBody table.deco-tb.row tr {
	background: #fff;
	transition: all .1s ease-out 0s;
}
.mceContentBody table.deco-tb.row tr:hover {
	background: #f9f0d3;
}
/* 山陰海岸ジオパーク */

.mceContentBody table.deco-tb.geo-park {
	border: none;
}
.mceContentBody table.deco-tb.geo-park th, .mceContentBody table.deco-tb.geo-park td {
	background: #f1f7e6;
	border: 0.4rem solid #fff;
	border-left: none;
	border-right: none;
	font-weight: normal;
	padding: 1rem 0.5rem;/* border-top: 0.2rem dotted #ccc;
	border-bottom: 0.2rem dotted #ccc; */
}
 @media only screen and (max-width: 768px) {
.mceContentBody table.deco-tb.geo-park.resp_block {
	border-bottom: 0.2rem dotted #ddd;
}
.mceContentBody table.deco-tb.geo-park.resp_block th {
	/* background: #f0f0f0; */
	border-bottom: none;
	color: #000;/* border-bottom: none; */
}
.mceContentBody table.deco-tb.geo-park.resp_block th + td {
	border-bottom: none;
}
}
/* -- deco-box */
.mceContentBody .deco-box {
	padding: 1.5em;
	background: #f6f6f6;
	/* margin-bottom: 1.5em; */
	position: relative;
	box-sizing: border-box;
}
.mceContentBody .deco-box-line {
	padding: 1.5em;
	background: #fff;
	border: 5px solid #f6f6f6;
	/* margin-bottom: 1.5em; */
	position: relative;
	box-sizing: border-box;
}
.mceContentBody .deco-box-alert {
	padding: 1.0em;
	border: 3px solid #fd3b3c;
	color: #fd3b3c;
}
.mceContentBody .deco-box.min, .mceContentBody .deco-box-line.min, .mceContentBody .deco-box-alert.min {
	padding: 0.75em;
}
 @media only screen and (max-width: 768px) {
.mceContentBody .deco-box {
	padding: 0.75em;
}
}
/* -- flowArrow */
.mceContentBody .deco-box-line {
	padding: 0.75em 1.5em;
}
@media only screen and (max-width: 768px) {
.mceContentBody .deco-box-line {
	padding: 0.5em;
}
.mceContentBody .deco-box.flowArrow {
	padding: 1em;
	background: #fff;
	border: 10px solid #eee;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.mceContentBody .deco-box.flowArrow.none {
}
.mceContentBody .flowArrow::before {
	border-color: #eee transparent transparent;
	border-style: solid;
	border-width: 24px 24px 0;
	content: "";
	height: 0;
	left: 50%;
	bottom: -4rem;
	position: absolute;
	width: 0;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translate(-50%, -50%) translateY(0);
}
.mceContentBody .flowArrow::after {
/* border-color: #f6f6f6 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */
}
.mceContentBody .flowArrow.none::before, .mceContentBody .flowArrow.none::after {
	display: none;
}
}
/* -- dl */
.mceContentBody dl {
	width: 100%;
}
.mceContentBody dl dt {
	padding: 0.5em;
	box-sizing: border-box;
	font-weight: bold;
	color: #ff8158;
	position: relative;
}
.mceContentBody dl dd {
	padding: 0.5em;
	box-sizing: border-box;
}
/* -- google map */
@media only screen and (max-width: 768px) {
.mceContentBody .google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.mceContentBody .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* -- google map */
@media only screen and (max-width: 768px) {
.mceContentBody .movieWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.mceContentBody .movieWrap iframe, .mceContentBody .movieWrap object, .mceContentBody .movieWrap a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
}
/* -- form */
/* .form add table */
/* -- form */
.form {
}
.form .line {
	display: inline;
	margin: 0;
}
.form th {
/* min-width: 200px; */
}
/* */
.alert, .required {
	color: #ff100a;
}
label, .postalcode {
/* white-space: nowrap; */
}
.form input[type="text"], .form input[type="date"], .form textarea {
	border-radius: 5px;
	border: none;
	border: 1px solid #c3c3c3;
	background: #f9f9f9;
	transition: all 0.2s ease-in-out;
	padding: 0.5rem;
	box-sizing: border-box;
	margin: 0;
	min-height: 44px; /* */
}
input[type="text"]:focus, input[type="date"]:focus, textarea:focus {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #c3c3c3;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form input[type="text"].err, .form input[type="date"].err, .form textarea.err {
	border: 1px solid #a94442;
	background: #ffeeef;
}
input[type="text"]:focus, input[type="date"]:focus, textarea:focus {
	border: none;
	border: 1px solid #eee;
	outline: none;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}
input[type="text"].err:focus, input[type="date"].err:focus, textarea.err:focus {
	border: none;
	border: 1px solid #eee;
	outline: none;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .075);
}
input[type="text"]:active, input[type="date"]:active, textarea:active {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
input[type="text"]::-moz-focus-inner, input[type="date"]::-moz-focus-inner, textarea::-moz-focus-inner {
 padding: 0;
 border: 0;
}
/* placeholder color */ ::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
:-moz-placeholder {
 color: #ccc;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #ccc;
}
:placeholder-shown {
 color: #ccc
}
/* セレクトボックス */
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 100%;
	/* min-height: 44px;
	max-height: 44px; */ /* */
	/* height: 38px; */
	border-radius: 5px;
	border: 1px solid #c3c3c3;
	/* min-width: 80px; */
	padding: 0 0.5rem;
	cursor: pointer;
	/* width: 100%; */
	/* background: #fff; */
	background: #f9f9f9;
	/* padding: 0.5em 0.5em; */
	box-sizing: border-box;
	height: 4.4rem;
}
.form select.err {
	border: 1px solid #a94442;
	background: #ffeeef;
}
.form select::-ms-expand {
 display: none;
}
.form select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form select.err:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form div.select-wrap {
	position: relative;
	/* width: 50%; */
	/* height: 38px; */
	height: 4.4rem;
	display: inline-block;
}
.form div.select-wrap::after {
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;
	content: "";
	display: block;
	height: 1rem;
	right: 1rem;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out 0s;
	width: 1rem;
	pointer-events: none;
}
/* -- */
.form label:hover {
	color: #3472c7;
}
/* ----------------------------------------------------------------------------------------------- radio checkbox */
/* ----------------------------------------------------------------------------------------------- radiobutton &amp; checkbox */
.form label {
	padding-left: 0;
}
.form input[type=radio], .form input.checkbox[type=checkbox] {
	/* display: none; */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	margin-left: 0;
	outline: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.form .radio, .form .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	/* padding: 6px 12px 6px 22px; */
	padding: 6px 12px 6px 6px;
	border-radius: 4px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
	content: "1";
	margin-top: 0;/* margin-right: 0.5em; */
}
.form .radio.err, .form .checkbox.err {
/* background-color: #ffeeef; */
}
.form .radio:hover, .form .checkbox:hover {
/* background-color: #d7e5ed; */
}
.form .radio:hover:after, .form .checkbox:hover:after {
	border-color: #3472c7;
}
/* ラジオボタン */
.form .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	/* margin-top: -12px; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
	content: '';
	background: #fff;
	z-index: 0;
}
.form .radio:before {
	/* -webkit-transition: opacity 0.2s linear; */
		/* transition: opacity 0.2s linear; */
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	/* margin-top: -8px; */
	width: 0;
	height: 0;
	border-radius: 50%;
	/* background-color: #ff4aab; */
	background-color: #3472c7;
	content: '';
	opacity: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
}
.form input.radio[type=radio]:checked:after {
	border: 2px solid #3472c7;/* background: #ff4aab; */
}
.form input.radio[type=radio]:checked:before /* + .radio:before */ {
	opacity: 1;
	top: 50%;
	left: 6px;
	width: 8px;
	height: 8px;
}
/* チェックボックス */
.form .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	/* left: 15px; */
		/* left: -1.5em; */
	left: 0;
	display: block;
	/* margin-top: -12px; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 4px;
	content: '';
	background: #fff;
	z-index: 0;
}
.form .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	/* left: 21px; */
		/* left: -1.125em; */
	left: 0.4em;
	display: block;
	/* margin-top: -9px; */
	width: 5px;
	height: 9px;
	/* border-right: 2px solid #ff4aab;
	border-bottom: 2px solid #ff4aab; */
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: translateY(-60%) rotate(45deg);
	transform: translateY(-60%) rotate(45deg);
	z-index: 1;
}
.form input.checkbox[type=checkbox]:checked:after {
	border: 2px solid #3472c7;
	background: #3472c7;
}
.form input.checkbox[type=checkbox]:checked:before /* + .checkbox:before */ {
	opacity: 1;
}
/* */
.form input.checkbox[type=checkbox]:disabled:after {
	background: #f0f0f0;
}
.form input.checkbox[type=checkbox]:disabled:before {
	z-index: 1000;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.form input.checkbox[type=checkbox]:disabled:hover:after {
	border-color: #ccc;
}
 @media only screen and (max-width: 768px) {
.mceContentBody table.deco-tb.form {
	/* font-size: 86%; */
	width: 100%;
	border: none;
}
.mceContentBody table.deco-tb.form td.sub {
	background: #ffffff;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 0;
}
.mceContentBody .form div.selectWrap {
	/* margin-bottom: 1em; */
	width: 100%;
}
.mceContentBody table.deco-tb.form input, .mceContentBody table.deco-tb.form textarea {
	width: 100%;
	box-sizing: border-box;
}
.mceContentBody table.deco-tb.form label {
/* display: block; */
}
.mceContentBody table.deco-tb.form label input {
	width: auto;
}
.mceContentBody table.deco-tb.form th {
	/* min-width: 40px; */
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
	margin: 0 0 1em;
}
.mceContentBody table.deco-tb.form td {
	display: block;
	border: none;
	padding: 0 0 1em;
}
}
/* -- .btn */
/* .btn .default */
.mceContentBody .btns .btn {
	display: inline-block;
}
.mceContentBody .btn {
	background: #eee;
	/* margin: 0 auto 1em; */
	display: block;
	padding: 0.75rem 0.5rem;
	/* border: 1px solid #ccc; */
	border-radius: 0;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
	/* border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2; */
	border: none;
	-webkit-appearance: none;
}
/* btn color */
.mceContentBody .btn.default {
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: #eee;
	color: #111;
}
.mceContentBody .btn.red {
	background: -moz-linear-gradient(top, #ff5a5f 0%, #ff5a5f);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#ff5a5f));
	background: #ff5b5e;
	color: #fff;
}
.mceContentBody .btn.purple {
	background: -moz-linear-gradient(top, #6f5499 0%, #6f5499);
	background: -webkit-gradient(linear, left top, left bottom, from(#6f5499), to(#6f5499));
	background: #cf8ae5;
	color: #fff;
}
.mceContentBody .btn.blue {
	/* background: -moz-linear-gradient(top, #337ab7 0%, #337ab7);
	background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7)); */
	/* background: #4b8efa; */
	background: #006cbc;
	color: #fff;
}
.mceContentBody .btn.green {
	background: -moz-linear-gradient(top, #30a6b1 0%, #30a6b1);
	background: -webkit-gradient(linear, left top, left bottom, from(#30a6b1), to(#30a6b1));
	background: #6dcc54;
	color: #fff;
}
.mceContentBody .btn.yellow {
	background: -moz-linear-gradient(top, #faee2b 0%, #faee2b);
	background: -webkit-gradient(linear, left top, left bottom, from(#faee2b), to(#faee2b));
	background: #f7cf4b;
	color: #666;
}
.mceContentBody .btn.orange {
	background: -moz-linear-gradient(top, #f89406 0%, #f89406);
	background: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
	background: #ffa244;
	color: #fff;
}
.mceContentBody .btn:hover {
	filter: brightness(85%);
	-moz-filter: brightness(85%);
	-webkit-filter: brightness(85%);
}
.mceContentBody .btn {
}
.mceContentBody .btn.disabled {
	background: #ccc;
	pointer-events: none;
}
/* -- tab */
.mceContentBody #tab01:target ~ div.tabContents div.content:nth-child(1), .mceContentBody #tab02:target ~ div.tabContents div.content:nth-child(2), .mceContentBody #tab03:target ~ div.tabContents div.content:nth-child(3) {
	display: block;
}
.mceContentBody #tab02:target ~ div.tabContents div.content:first-child, .mceContentBody #tab03:target ~ div.tabContents div.content:first-child {
	display: none;
}
.mceContentBody #tab01:target ~ ul.tabBtn li:nth-child(1) a, .mceContentBody #tab02:target ~ ul.tabBtn li:nth-child(2) a, .mceContentBody #tab03:target ~ ul.tabBtn li:nth-child(3) a {
	background: #333;
	color: #fff;
}
.mceContentBody #tab01:target ~ ul.tabBtn li:not(:nth-child(1)) a, .mceContentBody #tab02:target ~ ul.tabBtn li:not(:nth-child(2)) a, .mceContentBody #tab03:target ~ ul.tabBtn li:not(:nth-child(3)) a {
 background: #ccc;
 color: #333;
}
.mceContentBody div.trigger {
	display: none;
}
.mceContentBody ul.tabBtn {
	margin: 0;
	padding: 0;
}
.mceContentBody ul.tabBtn li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
.mceContentBody ul.tabBtn li::before {
	background: none;
	content: "";
	height: auto;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transition: none;
	width: auto;
}
.mceContentBody ul.tabBtn li a {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ccc;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}
.mceContentBody #tab01 ~ ul.tabBtn li:nth-child(1) a, .mceContentBody ul.tabBtn li a:hover {
	background: #333;
	color: #fff;
}
.mceContentBody div.tabContents {
	width: 100%;
	position: relative;
}
.mceContentBody div.tabContents div.content {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 0px 5px 5px 5px;
	animation: fadeIn 0.2s;
}
.mceContentBody div.tabContents div.content:first-child {
	display: block;
}
@media print {
.mceContentBody div.tabContents div.content {
	display: block;
}
}
/* 印刷用 */
@media print {
header div.bottom, div.banners, footer {
	display: none;
}
}
/* -- .add */
div.page-index {
	border: 1px solid #ccc;
	margin-top: 2rem;
	margin-bottom: 4rem;
	padding: 2rem;
	position: relative;
	background: #fff;
}
div.page-index div.headline {
	background: #fff none repeat scroll 0 0;
	color: #00315b;
	display: inline-block;
	font-weight: bold;
	left: 1.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	position: absolute;
	top: -1.75rem;
}
div.page-index ul {
	margin: 0;
	text-align: left;
}
div.page-index ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
}
div.page-index ul li::before {
	display: none;
}
div.page-index ul li a {
	color: #000;
	font-size: 1.6rem;
	padding-left: 1.75rem;
	position: relative;
	text-decoration: none;
}
div.page-index ul li a::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	display: block;
	height: 0.4rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.2s ease-in-out 0s;
	width: 0.4rem;
}
div.page-index ul li a:hover {
	opacity: 0.5;
}
div.page-index ul li a:hover::before {
}
@media only screen and (max-width: 768px) {
div.page-index {
	padding: 2rem 1rem;
}
div.page-index ul {
	clear: both;
	overflow: hidden;
}
div.page-index ul li {
	/* display: block; */
	width: 100%;
	/* float: left; */
	box-sizing: border-box;
}
div.page-index ul li a::before {
	top: 1.0rem;
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
}
div.page-index ul li a {
	display: block;
	line-height: 1.5;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ addition 旧 ペ ー ジ か ら 移 設 */

.mceContentBody .LR_box {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	/* padding: 0 1% 1rem; */
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: top;
	width: 49%;
}
.mceContentBody .LR_box:first-child {
	box-sizing: border-box;
	/* border: 0.2rem solid #ddd; */
	box-sizing: border-box;
}
div.eduslider {
	padding: 1rem;
	border-radius: 0.5rem;
	border: 0.2rem solid #ddd;
	margin-bottom: 2rem;
}
#ContsBox.mceContentBody .fotorama__nav-wrap {
	background: #f0f0f0;
}
div.eduslider .fotorama {
	margin-bottom: 0;
}
.mceContentBody .LR_box a.button.print {
	background: #8dc031;
	text-align: center;
	color: #fff;
	padding: 1rem;
	border-radius: 0.25rem;
	text-decoration: none;
	display: block;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	white-space: nowrap;
	margin-bottom: 2rem;
}
 @media only screen and (max-width: 768px) {
.mceContentBody .LR_box a.button.print {
	display : none;
}
}
.mceContentBody .LCR_box {
/* box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0 1% 1em;
    vertical-align: top;
    width: 32.4%; */
}
.mceContentBody .LR_box img, .mceContentBody .LCR_box img {
	height: auto;
	max-width: 100%;
}
.mceContentBody .table02 {
	border-spacing: 0;
	border-top: 0.1rem solid #ccc;
	margin: 0 0 2rem;
	width: 100%;
	line-height: 1.75;
}
.mceContentBody .table02 th {
	white-space: nowrap;
	background: #f8f8f8;
}
.mceContentBody .table02 td p {
	/* reset */
	margin: 0;
	padding: 0;
}
.mceContentBody .table02 th, .mceContentBody .table02 td {
	border-bottom: 0.1rem solid #ccc;
	padding: 0.75rem 0.75rem;
	vertical-align: top;
}
.mceContentBody .mceContentBody .table02 caption {
	font-weight: bold;
	padding: 10px 15px;
}
.mceContentBody .table02 thead tr {
	background: #f66;
	font-weight: bold;
}
.mceContentBody .table02 thead th {
	color: #fff;
	text-align: left;
}
.mceContentBody .table02 thead td {
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/* .mceContentBody .table02 tbody th {
    text-align: left;
}
.mceContentBody .table02 tbody td {
} */


@media only screen and (max-width: 768px) {
.mceContentBody .LR_box {
	display: block;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	vertical-align: auto;
	width: 100%;
}
.mceContentBody .table02 th, .mceContentBody .table02 td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ モデルコース */

/* 教育旅行 > モデルコース */
/* common */
#ContsBox.mceContentBody div.setting.modelCourse {
}
#ContsBox.mceContentBody div.setting.modelCourse h3 {
	/* border-bottom: 5px solid #d09287; */
	margin-bottom: 1em;
}
#ContsBox.mceContentBody div.setting.modelCourse h3.red {
	/* border-bottom: 5px solid #d2516d; */
	margin-bottom: 1em;/* color: #533; */
}
#ContsBox.mceContentBody div.setting.modelCourse h3.orange {
	/* border-bottom: 5px solid #df8352; */
	margin-bottom: 1em;
	color: #533;
}
#ContsBox.mceContentBody div.setting.modelCourse h3.brown {
	/* border-bottom: 5px solid #d09287; */
	margin-bottom: 1em;
	color: #533;
}
#ContsBox.mceContentBody div.setting.modelCourse h3.green {
	/* border-bottom: 5px solid #70a68c; */
	margin-bottom: 1em;
	color: #533;
}
#ContsBox.mceContentBody div.setting.modelCourse h3.blue {
	/* border-bottom: 5px solid #6e9bc4; */
	margin-bottom: 1em;
	color: #533;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoLayout {
	width: 75%;
	float: right;
	position: relative;
	padding: 0 1em;
	box-sizing: border-box;
}
#ContsBox.mceContentBody div.setting.modelCourse div.root {
	width: 20%;
	float: left;
}
#ContsBox.mceContentBody div.setting.modelCourse div.main-visual {
	position: relative;
}
#ContsBox.mceContentBody div.setting.modelCourse div.main-visual div.main-visual-detail {
	background: #fff;
	position: absolute;
	left: 0;
	/* top: 50%; */
	bottom: 0;
	/* transform: translateY(-50%);
-webkit-transform: translateY(-50%); */
	padding: 4rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.main-visual div.main-visual-detail div.tour-name {
	font-size: 2.0rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.main-visual div.main-visual-detail div.vehicle, #ContsBox.mceContentBody div.setting.modelCourse div.main-visual div.main-visual-detail div.stay {
	font-size: 1.4rem;
	display: inline-block;
	background: #8dc031;
	padding-left: 1rem;
	padding-right: 1rem;
	color: #fff;
	border-radius: 0.25rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li:nth-child(4) {
	margin-right: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li {
	width: 18.4%;
	float: left;
	margin-right: 2%;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:nth-child(5n) {
	margin-right: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:before {
	display: none;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li a {
	font-size: 1.4rem;
	white-space: nowrap;
	text-align: center;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li a div.spot-name {
	line-height: 1.5;
	margin-bottom: 2rem;
}
 @media screen and (max-width:1000px) {
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li {
	width: 32.0%;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:nth-child(5n) {
	margin-right: 2%;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:nth-child(3n) {
	margin-right: 0;
}
}
 @media screen and (max-width:768px) {
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li {
	width: 49.0%;
	margin-bottom: 2rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:nth-child(3n) {
	margin-right: 2%;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li:nth-child(2n) {
	margin-right: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li {
	width: 49.0%;
	margin-bottom: 1rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li:nth-child(2n) {
	margin-right: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spot-link ul li a div.spot-name {
	margin-bottom: 1rem;
}
}
.mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".doc"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".docx"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".xls"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".xlsx"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".pdf"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".ppt"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".pptx"]::after, .mceContentBody div.setting.modelCourse div.download-link ul li a[href$=".zip"]::after {
	display: block;
	line-height: 2;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li a {
	text-decoration: none;
	text-align: center;
	color: #000;
	display: block;
	border: 0.1rem solid #ccc;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-radius: 0.5rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li a span {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1.4rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#ContsBox.mceContentBody div.setting.modelCourse div.download-link ul li:before {
	display: none;
}
#ContsBox.mceContentBody div.setting.modelCourse div.root-figure {
	margin-bottom: 4rem;
	background: #f0f0f0;
	padding: 2rem;
}
 @media screen and (max-width:768px) {
#ContsBox.mceContentBody div.setting div.mainVisual {
}
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoLayout::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #f8f8f8, #f1f1f1) repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	transform: skewY(-10deg);
	width: 100%;
	z-index: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoLayout::before {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #f8f8f8, #ccc) repeat scroll 0 0;
	top: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	transform: skewY(10deg);
	width: 100%;
	z-index: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap {
	position: relative;
	z-index: 1;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o10 {
	top: 10px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o20 {
	top: 20px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o30 {
	top: 30px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o40 {
	top: 40px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o50 {
	top: 50px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o60 {
	top: 60px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o70 {
	top: 70px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o80 {
	top: 80px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o90 {
	top: 90px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap.m_o100 {
	top: 100px;
}
#ContsBox.mceContentBody div.setting.modelCourse div.photoWrap div.caption {
	/* font-size: 80%; */
	font-weight: bold;
	font-family: "Century Gothic", Meiryo, "メイリオ", serif;
}
.mceContentBody div.setting.modelCourse ul > li.spot::before {
	background: none;
	border-radius: 50%;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	vertical-align: middle;
	width: 0;
}
/*  column Layout */
#ContsBox.mceContentBody div.setting.modelCourse ul.column {
	margin: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot::before {
	background: none;
	border-radius: 0;
	content: "";
	height: 0;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transition: none;
	width: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot {
	margin: 0;
	padding: 0;
	position: relative;
	/* float: left; */
	float: none;
	/* margin-bottom: 2.87%; */
	margin-bottom: 1em;
	/* */
	background: #f0f0f0;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0.5em 0.5em 0.5em;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -30px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #f0f0f0;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot:last-child::after {
	position: relative;
	content: "";
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: none;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot { /* width: 17.68%; */
	width: 100%;
	margin-right: 2.9%;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot:nth-child(5n) {
	margin-right: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.link::before {
	background: none;
	border-radius: 0;
	content: "";
	height: 0;
	left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	transition: none;
	width: 0;
	display: none;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.link {
	float: left;
	width: 17.68%;
	margin-right: 2.9%;
	/* reset */
	padding: 0;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.link:nth-child(5n) {
	margin-right: 0;
}
/* @end column */
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.spot a {
	text-decoration: none;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.time {
	/* font-size: 80%; */
	float: none;
	/* color: #d09287; */
	color: #533;
	margin-bottom: 1em;
	padding-left: 1em;
}
#ContsBox.mceContentBody div.setting.modelCourse ul.column li.time img {
	width: 30px;
	height: 23px;
	display: inline-block;
}
#ContsBox.mceContentBody div.setting.modelCourse div.number {
	font-family: "Century Gothic", "Droid Serif", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.2em;
}
#ContsBox.mceContentBody div.setting.modelCourse div.thumbnail {
	margin-bottom: 0.2em;
}
#ContsBox.mceContentBody div.setting.modelCourse div.spotName {
	/* font-size: 80%; */
	margin-bottom: 0.2em;
	line-height: 1.2;
}
/* */

#ContsBox.mceContentBody .facility-list ul li {
	width : 32%;
	margin-right: 2%;
	float: left;
	/* reset */
	padding: 0;
	margin-bottom: 2rem;
}
#ContsBox.mceContentBody .facility-list ul li:nth-child(3n) {
	margin-right: 0;
}
.mceContentBody .facility-list ul li::before {
	background: none;
	border-radius: 0;
	content: "";
	height: 0;
	left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	transition: none;
	width: 0;
}
#ContsBox.mceContentBody .facility-list ul li div.thumbnail {
	position: relative;
	background: #f0f0f0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
#ContsBox.mceContentBody .facility-list ul li div.thumbnail span {
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
#ContsBox.mceContentBody .facility-list ul li div.thumbnail span img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
}
#ContsBox.mceContentBody .facility-list ul li div.heading {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}
#ContsBox.mceContentBody .facility-list ul li div.link a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 1.4rem;
	width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
}
 @media only screen and (max-width: 768px) {
#ContsBox.mceContentBody .facility-list ul li {
	width : 48%;
	margin-right: 4%;
	float: left;
	/* reset */
	padding: 0;
	margin-bottom: 2rem;
}
#ContsBox.mceContentBody .facility-list ul li:nth-child(3n) {
	margin-right: 4%;
}
#ContsBox.mceContentBody .facility-list ul li:nth-child(2n) {
	margin-right: 0;
}
#ContsBox.mceContentBody .facility-list ul li div.heading {
	font-size: 1.4rem;
}
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

#ContsBox.mceContentBody .sdgs-facility-list ul li {
	margin: 0;
	padding: 0;
}
#ContsBox.mceContentBody .sdgs-facility-list .sdgs-icon-list {
	font-size: 0;
	text-align: left;
	background: #f8f8f8;
	padding: 1rem;
	padding-bottom: 0;
}
#ContsBox.mceContentBody .sdgs-facility-list .sdgs-icon-list div {
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
}
#ContsBox.mceContentBody .sdgs-facility-list .sdgs-icon-list div img {
	max-width: 7rem;
}
/* */


#ContsBox.mceContentBody .profile-page-link {
	margin-top: 8rem;
	padding-top: 8rem;
	/* border-top: 0.25rem solid #f0f0f0; */
	border: 0.25rem solid #f0f0f0;
	padding: 2rem;
}
#ContsBox.mceContentBody .profile-page-link > div.heading {
	font-size: 3.0rem;
	/* background: #8dc031; */
	text-align: center;
	margin-bottom: 2rem;
	white-space: nowrap;
}
 @media only screen and (max-width: 768px) {
#ContsBox.mceContentBody .profile-page-link > div.heading {
	font-size: 1.8rem;
}
}
#ContsBox.mceContentBody .profile-page-link > div.heading span {
	/* padding: 2rem; */
	background: #fff;
	display: inline-block;
}
#ContsBox.mceContentBody .profile-page-link div.description {
	font-size: 1.4rem;
}
#ContsBox.mceContentBody .profile-page-link ul li {
	width : 32.0%;
	margin-right: 2%;
	float: left;
	/* reset */
	padding: 0;/* margin-bottom: 2rem; */
	padding-bottom: 5.5rem;
}
#ContsBox.mceContentBody .profile-page-link ul li:nth-child(3n) {
	margin-right: 0;
}
.mceContentBody .profile-page-link ul li::before {
	background: none;
	border-radius: 0;
	content: "";
	height: 0;
	left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	transition: none;
	width: 0;
}
#ContsBox.mceContentBody .profile-page-link ul li div.thumbnail {
	position: relative;
	background: #f0f0f0;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}
#ContsBox.mceContentBody .profile-page-link ul li div.thumbnail span {
	display: block;
	padding-top: 75%;
	overflow: hidden;
}
#ContsBox.mceContentBody .profile-page-link ul li div.thumbnail span img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-height: 100%;
}
#ContsBox.mceContentBody .profile-page-link ul li div.heading {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	text-align: center;
}
#ContsBox.mceContentBody .profile-page-link ul li div.link a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 1.4rem;
	width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 0;
}
 @media only screen and (max-width: 768px) {
#ContsBox.mceContentBody .profile-page-link ul li {
	width : 48%;
	margin-right: 4%;
	float: left;
	/* reset */
	padding: 0;
	padding-bottom: 5.5rem;
	margin-bottom: 2rem;
}
#ContsBox.mceContentBody profile-page-link ul li:nth-child(3n) {
	margin-right: 4%;
}
#ContsBox.mceContentBody .profile-page-link ul li:nth-child(2n) {
	margin-right: 0;
}
#ContsBox.mceContentBody .profile-page-link ul li div.heading {
	font-size: 1.4rem;
}
#ContsBox.mceContentBody .profile-page-link ul li div.link a {
	width: calc(100%);
}
}
/* ジオパーク */
#ContsBox.mceContentBody span.challenge {
	background: #8dc031;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.6rem;
	border-radius: 1000rem;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
	top: -0.3rem;
}
/* 参加者の声 */

#ContsBox.mceContentBody div.review-article-wrap {
	position: relative;
	margin-bottom: 4rem;
}
#ContsBox.mceContentBody div.review-article-wrap div.review-article {
	background: #f2ffc2;
	padding: 2rem 4rem;
	margin-bottom: 2rem;
	border-radius: 2rem;
	border: 0.2rem solid #aed172;
	position: relative;
	z-index: 2;
}
#ContsBox.mceContentBody div.review-article-wrap:nth-child(2n) div.review-article {
	background: #dffbf6;
	border: 0.2rem solid #a4d4ed;
}
#ContsBox.mceContentBody div.review-article-wrap::after {
	border-bottom: 3rem solid #f2ffc2;
	border-left: 3rem solid transparent;
	content: "";
	position: absolute;
	right: 2rem;
	bottom: -1rem;
	transform: translateY(0) rotate(150deg);
	-webkit-transform: translateY(0) rotate(150deg);
	transition: all 0.1s ease 0s;
	z-index: 2;
}
#ContsBox.mceContentBody div.review-article-wrap::before {
	border-bottom: 4rem solid #aed172;
	border-left: 4rem solid transparent;
	content: "";
	position: absolute;
	right: 1.25rem;
	bottom: -1.25rem;
	transform: translateY(0) rotate(150deg);
	-webkit-transform: translateY(0) rotate(150deg);
	transition: all 0.1s ease 0s;
	z-index: 0;
}
#ContsBox.mceContentBody div.review-article-wrap:nth-child(2n)::after {
	border-bottom: 3rem solid #dffbf6;
	border-left: 3rem solid transparent;
	content: "";
	position: absolute;
	right: inherit;
	left: 3rem;
	bottom: -1.125rem;
	transform: translateY(0) rotate(170deg);
	-webkit-transform: translateY(0) rotate(170deg);
	transition: all 0.1s ease 0s;
	z-index: 2;
}
#ContsBox.mceContentBody div.review-article-wrap:nth-child(2n)::before {
	border-bottom: 4rem solid #a4d4ed;
	border-left: 4rem solid transparent;
	content: "";
	position: absolute;
	right: inherit;
	left: 2.8rem;
	bottom: -1.5rem;
	transform: translateY(0) rotate(170deg);
	-webkit-transform: translateY(0) rotate(170deg);
	transition: all 0.1s ease 0s;
	z-index: 0;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.mceContentBody div.question-answer {
	background: none;
	margin: 0;
	padding: 0;
}
.mceContentBody div.question-answer div.question {
	color: #333;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
	position: relative;
}
div.question-answer-accordion {
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	font-weight: normal;
	/* margin-bottom: 1rem; */
	position: relative;
	padding-right: 5rem;
	padding-top: 2rem;
}
div.question-answer-accordion:hover h5 {
	color: #8dc031 !important;
}
div.question-answer-accordion div.question-answer-accordion-label {
}
div.question-answer-accordion div.question-answer-accordion-trigger {
	background: #60c8b3;
	border-radius: 0.25rem;
	display: block;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
}
div.question-answer-accordion div.question-answer-accordion-trigger span {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 70%;
}
div.question-answer-accordion div.question-answer-accordion-trigger span:nth-child(1) {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
div.question-answer-accordion div.question-answer-accordion-trigger span:nth-child(2) {
	display: block;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
div.question-answer-accordion.active div.question-answer-accordion-trigger span:nth-child(1) {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
div.question-answer-accordion.active div.question-answer-accordion-trigger span:nth-child(2) {
	display: none;
}
div.question-answer-accordion-wrap {
	border-top: medium none;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
	max-height: 0;
	overflow: hidden;
	transition: all 0.1s ease 0s;
	border-bottom: 0.3rem dotted #ccc;
}
div.question-answer-accordion-wrap div.answer {
	position: relative;
	padding: 0.5rem 0.5rem 0.5rem 4rem;
}
div.question-answer-accordion.active + div.question-answer-accordion-wrap {
	box-sizing: border-box;
	max-height: 10000px;
	padding-bottom: 2rem;
}
/* */

.mceContentBody div.question-answer div.question span:before {
	position: absolute;
	content: "Q";
	font-family: 'DM Sans', sans-serif;
	left: 0.75rem;
	top: 0.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
.mceContentBody div.question-answer div.question span:after {
	background: #60c8b3;
	width: 3rem;
	height: 3rem;
	position: absolute;
	content: "";
	top: 0.75rem;
	left: 0;
	z-index: 0;/* border-radius: 100rem; */
}
.mceContentBody div.question-answer div.answer span:before {
	position: absolute;
	content: "A";
	font-family: 'DM Sans', sans-serif;
	left: 0.75rem;
	top: 0.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
.mceContentBody div.question-answer div.answer span:after {
	background: #ce8a92;
	width: 3rem;
	height: 3rem;
	position: absolute;
	content: "";
	top: 0.75rem;
	left: 0;
	z-index: 0;/* border-radius: 100rem; */
}
/* */


/* */

span.required-label {
	background: #ff100a;
	color: #fff;
	/* border: 0.2rem solid #ff100a; */
	display: inline-block;
	border-radius: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	line-height: 1.5;
	font-size: 1.2rem;
	font-weight: normal;
}
table span.required-label {
  margin-right: 0.5rem;
}
.mceContentBody table.deco-tb.question th {
	border-bottom: 0.2rem dotted #ccc;
}
.mceContentBody table.deco-tb.question td {
	border-top: 0.2rem dotted #ccc;
	padding: 0.8em 1em; /* */
}
.mceContentBody .border {
	border-bottom: 2px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* ロケーション紹介 */

.mceContentBody div.location-list {
}
/* .main-list */
.mceContentBody div.location-list div.main-list {
}
.mceContentBody div.location-list div.main-list ul li {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 0;
}
.mceContentBody div.location-list div.main-list ul li:before {
	display: none;
}
.mceContentBody div.location-list div.main-list ul li div.thumbnail {
}
.mceContentBody div.location-list div.main-list ul li div.thumbnail span {
}
.mceContentBody div.location-list div.main-list ul li div.thumbnail span img {
}
.mceContentBody div.location-list div.main-list ul li:nth-child(3n) {
	margin-right: 0;
}
/* .sub-list */
.mceContentBody div.location-list div.sub-list {
}
.mceContentBody div.location-list div.sub-list ul li {
	width: 18.4%;
	margin-right: 2%;
	float: left;
	padding: 0;
}
.mceContentBody div.location-list div.sub-list ul li:before {
	display: none;
}
.mceContentBody div.location-list div.sub-list ul li div.thumbnail {
}
.mceContentBody div.location-list div.sub-list ul li div.thumbnail span {
}
.mceContentBody div.location-list div.sub-list ul li div.thumbnail span img {
}
.mceContentBody div.location-list div.sub-list ul li:nth-child(5n) {
	margin-right: 0;
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --*/

.mceContentBody div.details-slider {
	height: 40rem;
	margin-bottom: 4rem;
	overflow: hidden;
}
.mceContentBody div.details-slider ul li:before {
	display: none;
}
.mceContentBody div.details-slider ul.slides li {
	position: relative;
	min-height: 40rem;
	background: #f8f8f8;
	padding: 0;
}
.mceContentBody div.details-slider div.flexslider ul.slides li img {
	max-height: 40rem;
	width: auto;
	max-width: inherit;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.mceContentBody div.details-slider ul.slides li div.caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 50%;
	/* background: rgba(0, 0, 0, 0) linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65)); */
	background: #f8f8f8;
	color: #303030;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 1.5rem;
}
.mceContentBody div.details-slider .flex-direction-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 10000;
}
.mceContentBody div.details-slider .flex-direction-nav .flex-next, .mceContentBody div.details-slider .flex-direction-nav .flex-prev {
	background: #39454f;
}
 @media only screen and (max-width: 768px) {
.mceContentBody div.details-slider {
	height: 30rem;
}
.mceContentBody div.details-slider ul.slides li {
	min-height: 30rem;
}
.mceContentBody div.details-slider div.flexslider ul.slides li img {
	max-width: 100%;
}
}
/* 業績 */

div.achievement-list ol.deco-list {
	/* margin: 0 0 1em 0; */
	margin-left: 1em;
	/* padding: 0; */
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0;
	/* border-top: 0.1rem solid #162b3a; */
	border-top: 0.1rem solid #dfddde;
	line-height: 1.5;
	padding-top: 1rem;
}
div.achievement-list ol.deco-list li {
	margin: 0;
	padding: 0;/* padding: 0; */
	padding-left: 2rem;
	font-size: 1.5rem;
	/* padding-top: 1rem; */
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	/* border-bottom: 0.1rem solid #162b3a; */
	border-bottom: 0.1rem solid #dfddde;
	text-indent: 0;
	position: relative;
}
div.achievement-list ol.deco-list li:before {
	counter-increment: number;
	content: counter(number)".";
	/* background: #333; */
	display: inline-block;
	text-align: center;
	/* border-radius: 1000px; */
	position: absolute;
	left: 0;
	background: none;
	width: auto;
	height: auto;
	color: #555;
	padding: 0;
	margin: 0;
	top: 0.5rem;
	left: 0.4rem;
}
div.achievement-list h3 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;/* color: #fff; */
}
div.achievement-list h4 {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	/* background: #a3a37c; */
	color: #303030;
	/* border: 0.1rem solid #303030; */
	/* border: 0.1rem solid #ccc; */
	border: none;
	margin-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	/* color: #fff; */
	margin-top: 4rem;
	text-align: center;
}
/* section.achievement h5 {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
} */
div.achievement-list h5 {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	/* padding-left: 2rem; */
	position: relative;
	text-align: center;
	display: block;
	border: none;
}
div.achievement-list h5:before {
	/* content: "●"; */
	/* background: #333; */
	display: inline-block;
	/* color: #303030; */
	margin-right: 0.5rem;/* color: #fff; */
}
div.achievement-list ul.deco-list li a {
	padding: 1rem;
	display: block;
	border-top: 0.1rem solid #dfddde;
	position: relative;
	padding-right: 3rem;/* color: #ccc; *//* color: #fff; */
}
div.achievement-list ol.deco-list li a {
/* color: #fff; */
}
div.achievement-list ul.deco-list li a:before {
	border-right: 0.1rem solid #a3a37c;
	border-top: 0.1rem solid #a3a37c;
	content: "";
	display: block;
	height: 2rem;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: all 0.2s ease-in-out 0s;
	width: 2rem;
}
div.achievement-list ul.deco-list li:last-child {
	border-bottom: 0.1rem solid #dfddde;
}
