@charset "utf-8";
/*------------------------------------
	.basic
-----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}


header,
footer,
nav,
section,
article {
	display: block;
}

body, div, ol, ul, dl, form {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	width: 100%;
	color: #333;
	font: normal 100% "Meiryo UI",'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, sans-serif;
	line-height: 1.9;
	font-size: 17px;
	/*background: url(../image/trie_03.jpg) no-repeat right 0 #eaf6ed;*/
	-webkit-text-size-adjust: 100%;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {	border: 0;}

.clearfix:after {
  content: ".";
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #03F;
	text-decoration: underline;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

a:visited {
	color: #03F;
	text-decoration: none;
}

a:hover {
	color: #03F;
	text-decoration: underline;
}

a:active {
	color: #03F;
	text-decoration: none;
}

a:hover img {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.red { color: #682d87;}
.blue { color: #1980ff; }
.yellow { color: #ffff4d;}
.orange { color: #682d87;}
.pink { color: #F9F;}
.green { color: #390;}
.purple { color: #683667;}

.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 170%;}
.sizeLL { font-size: 260%;}

.stripe_pink { background: url(../image/bg_stripe_pink.gif) repeat;}

.bg_orange { background: #682d87;}
.bg_white {
	background: #fff;
	padding: 10px 20px;
}

ul.disc {
	list-style: disc !important;
	margin-left: 1em;
}

ol.decimal {
	list-style: decimal;
	list-style-position: inside;
}

ol.decimal li {
	background: #ff0;
	color: #f00;
	display: inline-block;
	margin: 0 0 7px;
	padding-left: 1.5em;
	text-indent: -1em;
}

ol.decimal span {
	background: #ff0;
	color: #f00;
	font-weight: bold;
}

.minc {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	/*font-size: 120%;*/
	font-weight: 600;
}

.call { text-align: center;}

.check {
	font-size: 110%;
	font-weight: 600;
	display: inline-block;
}

.check li {
	background: url(../image/check.png) no-repeat left 0.2em;
	padding-left: 38px;
	margin-bottom: 2px;
	text-align: left;
}

@media print, screen and (max-width: 800px) {
body {	background-image: none !important;}
}

@media print, screen and (max-width: 640px) {
.sizea { font-size: 110%;}
.sizeb { font-size: 120%;}
.sizec { font-size: 130%;}
.sized { font-size: 140%;}
.sizeL { font-size: 150%;}
.sizeLL { font-size: 300%;}


.call { text-align: left;}
}






/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/
header {
	background: url(../image/city.jpg) no-repeat center 45% #eaf6ed;
	margin: 0 auto 50px;
	padding: 20px 0 20px;
	text-align: center;
}

header .pr { position: relative;}

h1 {
	background: rgba(255,255,255,0.6);
	box-shadow: 0 0 5px #ccc;
	padding: 10px 0;
	margin-bottom: 40px;
	transform: rotate(-1deg);
}

h1 span {
	display: block;
	background: rgba(255,248,140,0.7);
	padding: 7px 0;
}

h1 img {	transform: rotate(1deg);}

img.stxt1 { margin: 0 0 10px;}

img.author {
	display: block;
	clear: both;
	margin: 0 auto;
}

.es_btn { margin-bottom: 30px;}

.es_btn a {
	display: block;
	box-sizing: border-box;
	background: #69b140;
	border: solid 5px #69b140;
	border-radius: 5px;
	box-shadow: 0 0 6px #666;
	color: #fff654;
	font-size: 170%;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 auto 10px;
	padding: 3px;
	text-decoration: none;
	text-shadow: 0 0 3px #999;
	text-align: center;
}

.es_btn a span {
	display: block;
	background: url(../image/arrow.png) , linear-gradient(180deg, #92cc7e 0%, #18b745 100%);
	background-repeat: no-repeat;
	background-position: 97%;
	border: solid 1px #6cdb8b;
	padding: 25px 10px;
}

.es_btn a:hover { opacity: 0.7;}

.es_btn a br { display: none;}

.kaisai {
	box-sizing: border-box;
	width: 750px;
	clear: both;
	background: rgba(125,160,215,0.5);
	border-radius: 10px;
	box-shadow: 0 0 3px #ccc;
	margin: 20px auto 20px;
	padding: 10px;
	text-align: left;
	position: relative;
}

.kaisai div {
	border: solid 1px #fff;
	padding: 10px 15px 130px;
}

.kaisai img.pic {
	width: 280px;
	border: solid 1px #fff;
	box-shadow: 0 0 3px #eee;
	margin-right: 7px;
}

.kaisai img.naka {
	position: absolute;
	margin: auto;
	right: -120px;
	top: -49px;
}

.kaisai img.city4 {
	position: absolute;
	margin: auto;
	rop: 0;
	bottom: 20px;
	left: 15px;
}

img.method { margin: 0 auto 20px;}

.st_box {
	margin: 0 5% 10px;
	text-align: center;
}

.st_box img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

@media print, screen and (max-width: 800px) {
header { background-image: none !important;}

header div.in {	padding: 0;}

div.in { padding-bottom:  40px;}

header { background-size: 140%;}

h1 img {
	display: block;
	margin: 0 auto;
	width: 96%;
}

img.method { width: 90%;}

.kaisai {
	width: 90%;
	margin: 0 5% 30px;
}

.kaisai div { padding: 10px 15px;}

.kaisai img.pic {
	display: block;
	width: 95%;
	margin: 10px auto 10px;
}

.kaisai img.naka {	display: none;}

.kaisai img.city4 {
	position: static;
	width: 100%;
	display:; block;
	margin: 0 auto !important;
	text-align: center;
}

img.stxt1 { width: 92%;}

.st_box {
	margin: 0 3% 10px;
	text-align: center;
}

.st_box img { width: 100%;}

.es_btn a {
	font-size: 150%;
	width: 100%;
}

.es_btn a br {	display: block !important;}
}

@media print, screen and (max-width: 640px) {
}




/*------------------------------------
	contents
-----------------------------------------------------------------------------------------------------*/
#container {
	width: 100%;
	/*background: url(../image/3step_bg.jpg) no-repeat 0 0 !important;*/
	margin: 0 auto;
	padding: 0;
	overflow: hidden; /*スマホで幅を戻す為の指定*/
}

.can_end {
	background: #f60;
	padding: 15px 0;
	color: #fff;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
}

.fwarp {
	text-align: center;
	margin: 0 auto;
}

.fwarp a:hover {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

article {
	width: 100%;
	margin: 0;
	padding: 0;
}

section {
	padding-bottom: 100px;
	width: 100%;
}

div.in {
	width: 960px;
	margin: 0 auto;z
}

.small { width: 750px !important;}

h2 {
	clear: both;
	color: #337d09;
	font-size: 200%;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	margin: 0 auto 30px;
	padding: 20px;
	text-align: center;
	line-height: 1.5;
	border: double 3px #61a83c;
	background-image: linear-gradient(120deg, #fdfbfb 30%, #fdfad0 100%);
	text-shadow: 0 0 3px #fdfad0;
	box-shadow: 0 0 3px #ccc;
	width: 960px;
}

h2 strong {
	background: #f00;
	color: #fff;
	font-size: 90%;
	padding: 2px 5px;
	margin-right: 10px;
}

.hs {
	display: block;
	margin: 0 0 20px 20px;
	float: right;
}

.tp_01 {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: bold;
}

.cs a {
	background: #333;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.cs a:hover {
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}

.ntn { margin: 20px 0 10px;}

.ntn li {
	color: #aaa;
	font-weight: 600;
	margin-bottom: 5px;	
}

.ss_btn {
	margin: 10px auto;
	text-align: center;
}

.ss_btn a {
	box-sizing: border-box;
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 10px;
	background: #f6a83c;
	background: -moz-linear-gradient(top, #f6a83c 0%, #ea8127 65%);
	background: -webkit-linear-gradient(top, #f6a83c 0%, #ea8127 65%);
	background: linear-gradient(top, #f6a83c 0%, #ea8127 65%);
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	text-decoration: none;
	text-shadow: 0 0 3px #333;
	border: solid 2px #fff;
	border-radius: 10px;
	/*-webkit-appearance: button;*/
	box-shadow: 0 0 3px #ccc;

}

.ss_btn a:hover {
	cursor: pointer;
 	opacity: 0.8;
 	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


@media print, screen and (max-width: 800px) {
#container { background-size: 15% !important;}

h2 {
	font-size: 150%;
	margin: 0 2% 30px !important;
	width: auto;
}

h2 img { max-width: 100%;}

h3 { font-size: 120%;}

div.in {
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	width: 100%;
}

.small { width: 100% !important;}

section .spd0 p { margin: 0 5%;}

section .spd0 ul,
section .spd0 ol {	margin: 0 5% 10px;}

.hs {
	display: block;
	margin: 0 auto 20px;
}

.spd { padding: 0 5%;}
}

@media print, screen and (max-width: 640px) {
section p { margin-bottom: 1em !important;}

section .in br { display: none;}

h2 br,
h3 br { display: block !important;}

.hs {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}

.hs img { max-width: 100%;}

.switch { width: 100%;}

}


@media print, screen and (max-width: 480px) {
h3 { font-size: 100%;}
}



/*------------------------------------
エッセンシャルセミナーでお伝えすることの〜
-----------------------------------------------------------------------------------------------------*/
.list_box {	margin: 10px 0 20px;}

.list_box li { margin-bottom: 10px;}

.list_box li p {
	color: #f00;
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 5px !important;
}


@media print, screen and (max-width: 800px) {
.ec_box br { display: block !important;}

.list_box li p {
	margin-top: 20px !important;
}

.ec_box div.in { padding-bottom: 1px !important;}
}


/*------------------------------------
エッセンシャルセミナー&説明会の参加費を決めかねた末路・・・
-----------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 800px) {
.ed_box br { display: block !important;}
}



/*------------------------------------
エッセンシャルセミナー&説明会スケジュール
-----------------------------------------------------------------------------------------------------*/
section.dis_box { padding-bottom: 20px;}

table.schedule {
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin: 0 auto 40px;
	text-align: center;
	/*table-layout: fixed;*/
	width: 96%;
}

table.schedule th,
table.schedule td {
	border: solid 1px #ccc;
	padding: 10px;
}

table.schedule thead th {
	background: #333 !important;
	color: #fff;
}

table.schedule tbody td:nth-child(1) { width: 25%;}
table.schedule tbody td:nth-child(2) { width: 20%;}
table.schedule tbody td:nth-child(3) { width: 20%;}
table.schedule tbody td:nth-child(4) { width: 10%;}
table.schedule tbody td:nth-child(5) { width: 25%;}

table.schedule tr {	background: #fff;}

table.schedule tr:nth-child(even) {	background: #f5f5f5;}

table.schedule a {  color: #333;}

table.schedule a:hover { color: #f00;}


table.schedule a.mk {
	display: block;
	background: url(../image/arrows.png) ,linear-gradient(180deg, #92cc7e 0%, #18b745 100%);
	background-repeat: no-repeat;
	background-position: 90%;
	border: solid 2px #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	padding: 15px 0;
	margin: 0 10px;
	text-decoration: none;
	box-shadow: 0 0 3px #ccc;
}

table.schedule a.mk:hover {
	background:  url(../image/arrows.png) , linear-gradient(#f6a83c 0%, #ea8127 65%);
	background-repeat: no-repeat;
	background-position: 90%;
}

table.schedule td p {
	background:  url(../image/arrows.png) , linear-gradient(#888 0%, #999 65%);
	background-repeat: no-repeat;
	background-position: 90%;
	border: solid 2px #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	padding: 15px 0;
	margin: 0 10px;
	text-decoration: none;
	box-shadow: 0 0 3px #ccc;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.schedule tbody tr.hover td,
table.schedule tbody tr.hover th {
    background: rgba(217,236,115,0.1) !important;
}


table.place {
	box-sizing: border-box;
	border-collapse: collapse;
	width: 100%;
}

table.place th,
table.place td {
	display: block;
	padding: 10px 20px;
}

table.place th {
	background: #d9ec73;
	color: #333;
	font-size: 120%;
}

table.place td strong {	font-size: 110%;}

table.place td dl {	margin: 10px 0;}

table.place td dt {	font-weight: 600;}

table.place td dd {	font-size: 90%;}

table.place ul {
	list-style: disc;
	margin-left: 1.5em;
}


table.place td  { position: relative;}

table.place td .m_box {
	position: absolute;
	margin: auto;
	top: 15px;
	right: 20px;
}

.m_box .btn a {
	display: block;
	background: url(../image/arrows.png) ,linear-gradient(180deg, #92cc7e 0%, #18b745 100%);
	background-repeat: no-repeat;
	background-position: 90%;
	border: solid 2px #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 140%;
	font-weight: 600;
	padding: 15px 0;
	margin: 0 auto 10px;
	text-decoration: none;
	box-shadow: 0 0 3px #ccc;
	text-align: center;
	width: 10em;
}

.m_box .btn a:hover {
	background:  url(../image/arrows.png) , linear-gradient(#f6a83c 0%, #ea8127 65%);
	background-repeat: no-repeat;
	background-position: 90%;
}

.m_box .stop a {
	color: #333;
	display: block;
	font-size: 90%;
	text-align: right;
}

.m_box .stop a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.m_box .end {
	background:  url(../image/arrows.png) , linear-gradient(#888 0%, #999 65%);
	background-repeat: no-repeat;
	background-position: 90%;
	border: solid 2px #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	padding: 15px 0;
	margin: 0 0 10px 10px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 0 3px #ccc;
	width: 10em;
}



@media print, screen and (max-width: 800px) {
table.schedule {
	width: 100%;
	border: none;
	font-size: 85%;
}

table.schedule thead { display: none;}

table.schedule tbody td:nth-child(1), 
table.schedule tbody td:nth-child(2),
table.schedule tbody td:nth-child(3),
table.schedule tbody td:nth-child(4),
table.schedule tbody td:nth-child(5) {
	display: block;
	width: auto;
}

table.schedule tr {
	display: block;
	border-top: solid 1px #ccc;
	margin-bottom: 20px !important;
	background: none;
}

table.schedule td {
	text-align: right;
	border-top: none;
	background: #fff;
}

table.schedule td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
}

table.schedule td:nth-child(odd) {
	background: #f5f5f5;
}

table.schedule a.mk {
	width: 70%;
	font-size: 160%;
	margin: 10px auto;
	text-align: center !important;
}

table.place td .m_box {
	position: static;
	margin-bottom: 30px;
}

.m_box .btn a {
	background-position: 90%;
	width: 100%;
}

table.schedule td p {
	background-position: 90%;
	width: 70%;
	margin: 10px auto;
	text-align: center;
}

.m_box .end {
width: 100%;
margin: 0 auto 10px;
}

}



/*------------------------------------
 footer
---------------------------------------------------------------------------------------------------*/
.br1 { border-top: solid 1px #ccc;}

footer {
	background: #fff;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	color: #333;
	font-size: 70%;
	text-align: left;
}

footer p { margin-bottom: 3px;}

footer .f_link {
	float: right;
	margin: 0 auto 10px;
	font-size: 90%;
	color: #333 !important;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #333 !important;
	text-decoration: underline !important;
}

footer .f_link a:hover {
	color: #F00 !important;
	text-decoration: underline !important;
}

footer .com_box {	float: left;}


@media print, screen and (max-width: 800px) {
footer {
	font-size: 80%;
	text-align: center;
}

footer .f_link,
footer .com_box {
	float: none;
	font-size: 90%;
}

footer .company,
footer .add { display: none;}
}

@media print, screen and (max-width: 640px) {
.box_form dd { margin: 3px 0 15px;}

.sub_btn input { width: 80%;}
}





/*------------------------------------
 トップページへ戻る
---------------------------------------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	border: solid 3px #eee;
	border-radius: 50%;
}
	
#page-top a {
	display: table-cell;
	background: #bbb;
	border-radius: 50%;
	text-decoration: none;
	color: #fff;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}
	
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}
