/* --------------------------------- mceContentBody */

/* font-size
10px 77%
11px 85%
12px 93%
13px 100%
14px 108%
15px 116%
16px 124%
17px 131%
18px 139%
19px 147%
20px 154%
21px 162%
22px 170%
23px 177%
24px 185%
25px 193%
26px 200%
*/
.mceContentBody {
	padding: 20px 0;
}

.mceContentBody a,
.mceContentBody a:active {
	color: #0a3cc3;
	text-decoration: underline;
}

.mceContentBody a:hover {
	color: #0a3cc3;
	text-decoration: none;
}

.mceContentBody a.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1em;
	color: #0a3cc3;
	vertical-align: middle;
	text-decoration: none;
}

.mceContentBody a.arrow::before {
	width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: -3px;
	left: 3px;
	bottom: 0;
	content: "";	
	border-top: 2px solid #0a3cc3;
	border-right: 2px solid #0a3cc3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition: all .2s ease-in;
}

.mceContentBody a.arrow:hover {
	color: #0a3cc3;
	text-decoration: underline;
}

.mceContentBody a.arrow:hover::before {
	left: 5px;
}

/* --------------------------------- setting */

.mceContentBody .fs1 { font-size: 8pt; }
.mceContentBody .fs2 { font-size: 10pt; }
.mceContentBody .fs3 { font-size: 12pt; }
.mceContentBody .fs4 { font-size: 14pt; }
.mceContentBody .fs5 { font-size: 18pt; }
.mceContentBody .fs6 { font-size: 24pt; }
.mceContentBody .fs7 { font-size: 36pt; }
.mceContentBody .imgL {
	display: block;
	float: left;
	margin: 0 20px 10px 0;
}

.mceContentBody .imgR {
	display: block;
	float: right;
	margin: 0 0 10px 20px;
}

.mceContentBody .imgC {
	display: block;
	margin: 0 auto;
}

.mceContentBody .w10 {
    width: 10%;
}
.mceContentBody .w20 {
    width: 20%;
}
.mceContentBody .w30 {
    width: 30%;
}
.mceContentBody .w40 {
    width: 40%;
}
.mceContentBody .w45 {
    width: 45%;
}
.mceContentBody .w50 {
    width: 50%;
}
.mceContentBody .w60 {
    width: 60%;
}
.mceContentBody .w70 {
    width: 70%;
}
.mceContentBody .w80 {
    width: 80%;
}
.mceContentBody .w90 {
    width: 90%;
}
.mceContentBody .w100 {
    width: 100%;
}

@media only screen and (max-width: 640px) {	
	.mceContentBody .imgL,
	.mceContentBody .imgR {
		width: 100% !important;
		max-width: auto;
		float: none;
		margin: 0 auto 10px;
	}
	
	.mceContentBody .resp_w5 { width: 5%; }
	.mceContentBody .resp_w10 { width: 10%; }
	.mceContentBody .resp_w20 { width: 20%; }
	.mceContentBody .resp_w22 { width: 22%; }
	.mceContentBody .resp_w24 { width: 24%; }
	.mceContentBody .resp_w25 { width: 25%; }
	.mceContentBody .resp_w30 { width: 30%; }
	.mceContentBody .resp_w32 { width: 32%; }
	.mceContentBody .resp_w40 { width: 40%; }
	.mceContentBody .resp_w45 { width: 45%; }
	.mceContentBody .resp_w49 { width: 49%; }
	.mceContentBody .resp_w50 { width: 50%; }
	.mceContentBody .resp_w60 { width: 60%; }
	.mceContentBody .resp_w70 { width: 70%; }
	.mceContentBody .resp_w80 { width: 80%; }
	.mceContentBody .resp_w90 { width: 90%; }
	.mceContentBody .resp_w100 { width: 100%; }	
	
	.mceContentBody .fitResp {
		width: 100%;
	}
	
	.mceContentBody .resp_m_o0 { margin-top: 0; }

	.mceContentBody .resp_m_l0 { margin-left: 0; }
	.mceContentBody .resp_m_l1 { margin-left: 1%; }
	.mceContentBody .resp_m_l2 { margin-left: 2%; }
	.mceContentBody .resp_m_l4 { margin-left: 4%; }
	
	.mceContentBody .resp_m_r0 { margin-right: 0; }
	.mceContentBody .resp_m_r1 { margin-right: 1%; }
	.mceContentBody .resp_m_r2 { margin-right: 2%; }
	.mceContentBody .resp_m_r4 { margin-right: 4%; }
	
	.mceContentBody .resp_m_u10 { margin-bottom: 10px; }
	.mceContentBody .resp_m_u20 { margin-bottom: 20px; }
	.mceContentBody .resp_m_u30 { margin-bottom: 30px; }
	.mceContentBody .resp_m_u40 { margin-bottom: 40px; }
	.mceContentBody .resp_m_u50 { margin-bottom: 50px; }
	.mceContentBody .resp_m_u60 { margin-bottom: 60px; }
	.mceContentBody .resp_m_u80 { margin-bottom: 80px; }
	.mceContentBody .resp_nomgn { margin: 0; }
	
	.mceContentBody .resp_tc {
		text-align: center;
	}
}

.mceContentBody .tc {
	text-align: center;
}

.mceContentBody .tl {
	text-align: left;
}

.mceContentBody .tr {
	text-align: right;
}

.mceContentBody .fit {
	width: 100%;
	height: auto;
	display: block;
}

.mceContentBody .center {
	margin-left: auto;
	margin-right: auto;
}

/* 付属機器 */
/*
.mceContentBody .deco-box .fitResp {
	width: 100%;
	height: auto;
	display: block;
}
*/
/* */

.mceContentBody .m_o0 { margin-top: 0; }

.mceContentBody .m_l0 { margin-left: 0; }
.mceContentBody .m_l1 { margin-left: 1%; }
.mceContentBody .m_l2 { margin-left: 2%; }
.mceContentBody .m_l4 { margin-left: 4%; }

.mceContentBody .m_r0 { margin-right: 0; }
.mceContentBody .m_r1 { margin-right: 1%; }
.mceContentBody .m_r2 { margin-right: 2%; }
.mceContentBody .m_r4 { margin-right: 4%; }

.mceContentBody .m_u10 { margin-bottom: 10px; }
.mceContentBody .m_u20 { margin-bottom: 20px; }
.mceContentBody .m_u30 { margin-bottom: 30px; }
.mceContentBody .m_u40 { margin-bottom: 40px; }
.mceContentBody .m_u50 { margin-bottom: 50px; }
.mceContentBody .m_u60 { margin-bottom: 60px; }
.mceContentBody .m_u80 { margin-bottom: 80px; }
.mceContentBody .nomgn { margin: 0; }

.mceContentBody p {
	margin: 1em 0;
}

.mceContentBody .wrap {
	overflow: hidden;
}

.mceContentBody h3 {
	color: #343434;
	/* background: #f9fdff; */
	font-size: 147%; /* 19px */
	line-height: 1.5;
    font-weight: bold;
	padding: 0 0 0 1em;
    margin: 2em 0 1em;
	border-left: 5px solid #0a3cc3;
}

/*
.mceContentBody h3:before {
	content: "◎";
}
*/

.mceContentBody h3.first {
    margin: 0 0 1em;
}

.mceContentBody h4 {
	font-size: 139%; /* 18px */
	font-weight: normal;
	margin: 2em 0 1em;
	border-bottom: 1px dotted #dddddd;
}

.mceContentBody h4.first {
    margin: 0 0 1em;
}

.mceContentBody h5 {
	color: #8bbf02;
}

/* --------------------------------- ul */

.mceContentBody ul {
	margin: 10px 0 20px;
	padding: 0;
}

.mceContentBody ul li {
	margin: 0;
	padding: 0 0 0 15px;
	position: relative;
}

.mceContentBody ul li::before {
    background: #0a3cc3 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 6px;
    transition: all 0.3s ease-out 0s;
    width: 8px;
}

.mceContentBody ul li.list-unstyled {
	list-style: none;
	background: none;
	padding: 0;
}

.mceContentBody ol {
	margin: 10px 0 20px 20px;
	padding: 0;
}

.mceContentBody ol li {
	margin: 0;
	padding: 0 0 10px;
}

.mceContentBody ul li strong,
.mceContentBody ol li strong {
}


/* --------------------------------- table */

.mceContentBody table.deco-tb {
    margin: 0 0 20px;
    text-align: left;
    vertical-align: top;
    width: 100%;
	border-collapse: collapse;
	border: 1px solid #fff;
}

.mceContentBody table.deco-tb th.t_top {    
	border-top: 5px solid #0a3cc3;
    vertical-align: middle;
}

.mceContentBody table.deco-tb th {
    border: 1px solid #ccc;
	color: #343434;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
	background: #f2f2f2;
	/* border: 1px solid #fff; */
}

.mceContentBody table.deco-tb td.t_top {    
	border-top: 5px solid #0a3cc3;
	vertical-align: middle;
}

.mceContentBody table.deco-tb td {
	border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
	background: #fff;
}

/* --------------------------------- dl */

.mceContentBody dl dt {
    clear: left;
 	float: left;
  	margin: 0 0 0.8em;
	padding: 0 1em 0 0;
	font-weight: bold;
	display: block;
}

.mceContentBody dl dd {
    margin-bottom: 0.8em;
	display: block;
}

@media only screen and (max-width: 640px) {	
	.mceContentBody .fr,
	.mceContentBody .fl {
		float: none;
	}
		
	div.detail .mceContentBody img.default {
		width: auto;
		margin: 0 auto 20px;
	}
	
	.mceContentBody div.profile div.data {
		width: 100%;
		/* font-size: 86%; /* 12px */
	}

/* -------------------------------------------------------- mycms */
	
	div.detail .mceContentBody {
		line-height: 1.8;
		padding: 20px 20px;
	}
	
	div.detail .mceContentBody img {
		width: 100%;
		height: auto;
		float: none;
	}
	
	div.detail .mceContentBody img.default {
		width: auto;
		margin: 0 auto;
	}

	.mceContentBody table.deco-tb,
	.mceContentBody table.deco-tb-01 {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-word;
	}
	
/* -------------------------------------------------------- google map */
	
	.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;
	}
}

/* -------------------------------------------------------- contact */	

	.mceContentBody .alert {
		color: #ff100a;
	}

/* --------------------------------- deco-box */

.mceContentBody .deco-box {
	padding: 2em;
	background: #fff;
	margin: 1em;
	position: relative;
	border: 5px solid #c2c2c2;
}

/* -------------------------------------------------------- method */	

.mceContentBody .deco-box.methodArrow {
	margin-bottom: 30px;
}

/*
.mceContentBody .methodArrow::before {
    border-color: #c2c2c2 transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0;
    bottom: -30spx;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 0;
    z-index: 0;
}
*/
.mceContentBody .methodArrow::after {
    border-color: #c2c2c2 transparent transparent;
    border-style: solid;
    border-width: 30px 30px 0;
    bottom: -35px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 0;
    z-index: 0;
}

/* -------------------------------------------------------- flow */	

.mceContentBody .deco-box.flowArrow {
	padding: 1em;
	background: #fff;
	border: 5px solid #ddd;
	margin-bottom: 2em;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.mceContentBody .deco-box.flowArrow.none {
	
}

.mceContentBody .flowArrow::before {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.mceContentBody .flowArrow::after {
    border-color: #ddd transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.mceContentBody .flowArrow.none::before,
.mceContentBody .flowArrow.none::after {
	border: none;
}

.cal_wrapper {
    margin: 2.0833% auto;
}
.googlecal {
    padding-bottom: 100%;
    position: relative;
}
.googlecal iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
@media only screen and (max-width: 640px) {
	.googlecal {
	}
}

/* QA */

.mceContentBody table.qa {
}
.mceContentBody table.deco-tb.qa {
    border: medium none;
    border-collapse: separate;
    margin: 0 0 20px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.mceContentBody table.deco-tb.qa th {
	background: #fff;
    border: 3px solid #bf0a0a;
    padding: 8px 10px;
}
.mceContentBody table.deco-tb.qa th span.en {
    font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
    font-size: 193%;
    font-weight: bold;
	color: #bf0a0a;
}
.mceContentBody table.deco-tb.qa td {
    border: 3px solid #0a3bbf;
    padding: 8px 10px;
    vertical-align: top;
}
.mceContentBody table.deco-tb.qa td span.en {
    color: #0a3bbf;
    display: block;
    font-family: "Century Gothic","Droid Serif","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",serif;
    font-size: 193%;
    font-weight: bold;
}
@media only screen and (max-width: 640px) {
.mceContentBody table.deco-tb.qa {
    table-layout: fixed;
    width: 100%;
}
}

/* -------------------------------------------------------- flow */	

.mceContentBody div.movie video {
	width: 100%;
	height: auto;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ .btn */	
/* .btn .default */

.mceContentBody .btns .btn {
	display: inline-block;
}

.mceContentBody .btn {
	background: #eee;
	/* margin: 0 auto 1em; */
	display: block;
	padding: 0.5em 1em;
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	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;
}


/* 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));
    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));
    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));
    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: #0a3cc3;
	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));
    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));
    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));
    color: #fff;
}

.mceContentBody .btn:hover {
	 filter: brightness(85%);
 	 -moz-filter: brightness(85%);
	 -webkit-filter: brightness(85%);
}

.mceContentBody .btn {
}

.mceContentBody div.programs>div.clearfix {
	border-bottom: 5px solid #f2f2f2;
	padding: 1em 0;
}

.mceContentBody div.programs>div.clearfix img {
	display: block;
}