@charset "utf-8";
/* CSS Document */

/* 共通 */
:root {
	font-size: 15px;
}
body {
	backdground: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	color: #777;
}
a {
	color: inherit;
	text-decoration: none;
}
li {
	float: left;
	display: block;
}
.paso {
	display: block;
}
.smap {
	display: none;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通header開始*/
.clearfix {
	content: "";
	display: block;
	clear: both;/*ーーーheight: 0px;←フッターのバックグラウンドイメージの下半分がカットされてしまう。ーーー*/
}

@media all and (-ms-high-contrast:none) {/*ーーーーーーーーTOPページのボックススライダーがIEのみずれるので、IE専用のCSSを6行いれる。*/
 *::-ms-backdrop, #ie11CssHackSample, header, nav, main, #top, footer p, .footindex {
 width: 960px;
 margin: 0 auto;
 padding: 0 20px;
}
}
header, nav, main, footer p, .footindex {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
header section {
	width: 462px;
	height: 83px;
	float: left;
	margin-top: 26px;
}
.guide {
	width: 490px;
	height: 48px;
	margin-top: 53px;
	border-left: solid 2px #bbb;
	float: right;
	padding: 0 0 3px 3px;
	font-size: 12px;
	line-height: 1.5;
	font: #333;
	text-align: justify;
}
header img {
	width: 80px;
	height: auto;
	padding: 3px;
	box-shadow: 0.5px 0.5px 0 #bbb, 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef;
	margin-right: 10px;
	float: left;
}
h1 {
	font-size: 37px;
	color: #2b55b2;
	font-weight: bold;
	padding: 30px 0 0 0;
	text-shadow: 0.5px 0.5px 0 #bbb, 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef;
}
h1 span {
	font-size: 25px;
	color: #333;
	font-weight: bold;
	margin-top: 40px;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 0 #ccc, 1.5px 1.5px 0 #ddd, 2.5px 2.5px 0 #efefef;
}
header section img:hover, header section a:hover, .guide p a:hover, .band a:hover, .h2 a:hover, .outlinel a:hover, .outliner a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーー共通header 終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通nav 開始*/
nav {
	height: 32px;
	display: block;
}
nav ul {
	display: block;
}
nav ul li {
	width: 159px;
	height: 32px;
	margin-top: 5px;
	box-shadow: 0.5px 0.5px 0 #999, 1px 1px 0 #aaa, 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef;
	font-size: 0.77rem;
	background-image: linear-gradient(to bottom, #909090, #ccc);
	text-align: center;
	line-height: 3;
	border-right: solid 1px #b0b0b0;
	display: block;
}
nav ul li a {
	color: #fff;
	transition: 0.5s;
	display: block;
}
nav ul li:hover, nav ul li.current {
	opacity: 0.7;
	background: #EB859F;
	font-weight: bold;
	line-height: 2.3;
	text-shadow: 2px 2px 0 #ad4a5a;
	display: block;
}
nav ul li.current {
	background-image: linear-gradient(to bottom, #ad4a5a, #EB859F);
	opacity: 1;
	line-height: 3;
	display: block;
}
/* ーーーーーーーーーーーーーーーーー共通nav 終了*/

/* ーーーーーーーーーーーーーーーnav 終了*/


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーmain 開始*/
/* ーーーーーーーーーーーーーーーーーーーーーーーートップページ 開始*/
#top .paso {
	display: block;
}
#top .main_img {
	position: relative;
}
#top .main_img .band {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	height: 210px;
	color: #fff;
	background-color: rgba(0,0,0,0.4)
}
.main_img {
	position: relative;
}
.maru3, .maru2 {
	position: absolute;
	background-image: linear-gradient(to top, #70b158, #b3f59c);
	opacity: 0.6;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 3px #cce198;
	bottom: -6px;
	right: 22px;
}
.maru2 {
	position: absolute;
	right: 131px;
}
.maru1 {
	position: absolute;
	background-image: linear-gradient(to top, #8897b8, #ccdbfc);
	opacity: 0.7;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 3px #c0dbe8;
	top: -6px;
	right: 76px;
}
.maru1t {
	position: absolute;
	top: 21px;
	right: 100px;
}
.maru2t {
	position: absolute;
	bottom: 46px;
	right: 166px;
}
.maru3t {
	position: absolute;
	bottom: 35px;
	right: 57px;
}
.free_paso img {
	width: 16%;
	height: auto;
	position: absolute;
	top: -165px;
	left: -30px;
animation:anime 2s ease-in-out infinite normal;
}
@keyframes anime { 
0%{
transform:rotate(0deg);}
50%{
transform:rotate(20deg);}
100%{
transform:rotate(0deg);}
}

.paso .free_paso img:hover{
animation:none;
transform:rotate(30deg);
}
/**/
.one p {
	position: absolute;
	top: 20px;
	left: 420px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 1.67rem;
	color: #B5B5B5;
}
.two p {
	position: absolute;
	top: 20px;
	right: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 1.67rem;
	text-align: right;
	line-height: 1.2;
	color: #B9B9B9;
}
.three p {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 2.33rem;
	font-weight: bold;
	color: #fff;
}
.four p {
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 1.67rem;
	font-weight: bold;
	color: #fff;
}
.five p {
	position: absolute;
	top: 40px;
	left: 140px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 1.8rem;
	color: #EFEFEF;
}
.six p {
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 2rem;
	color: #DFDFDF;
}
.seven p {
	position: absolute;
	top: 65px;
	left: 160px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 2rem;
	font-weight: bold;
	color: #AeAeAe;
}
.eight p {
	position: absolute;
	top: 15px;
	right: 65px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: bold;
	color: #AAA7A7;
}
.nine p {
	position: absolute;
	top: 45px;
	left: 160px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 2.3rem;
	color: #D3D3D3;
}
.ten p {
	position: absolute;
	top: 50px;
	left: 150px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 2.1rem;
	font-weight: bold;
	color: #C5C2C2;
	line-height: 1.2;
}
h2 {
	font-size: 2.2rem;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-weight: bold;
	line-height: 1.2;
	padding: 40px 50px;
	text-shadow: 0.5px 0.5px 0 #fff, 2.5px 2.5px 0 #000, 3.5px 3.5px 0 #444, 4.5px 4.5px 0 #555;
}
.h2 a:hover {
	opacity: 0.5;
}
.band p {
	color: #fff;
}
.kadomaru {
	position: absolute;
	width: 300px;
	height: 160px;
	border-radius: 8px;
	border: solid 2px #ccc;
	top: 13px;
	right: 14px;
	padding: 15px 0 0 13px;
}
.kadomaru p {
	text-indent: -1rem;
	padding-left: 1rem;
	font-size: 1rem;
	font-weight: bold;
	color: #ffff99;
	line-height: 1.2;
}
.maru3, .maru2 {
	position: absolute;
	background-image: linear-gradient(to top, #70b158, #b3f59c);
	opacity: 0.6;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 3px #cce198;
	bottom: -6px;
	right: 22px;
}
.maru2 {
	position: absolute;
	right: 131px;
}
.maru1 {
	position: absolute;
	background-image: linear-gradient(to top, #8897b8, #ccdbfc);
	opacity: 0.7;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: solid 3px #c0dbe8;
	top: -6px;
	right: 76px;
}
.maru1t {
	position: absolute;
	top: 21px;
	right: 100px;
}
.maru2t {
	position: absolute;
	bottom: 46px;
	right: 166px;
}
.maru3t {
	position: absolute;
	bottom: 32px;
	right: 55px;
}
.maru1t, .maru2t, .maru3t {
	text-align: center;
	font-weight: bold
}
.maru1t {
	font-size: 18px;
}
.maru1t small {
	font-size: 0.5rem;
	font-weight: bold;
	color: #fff;
	line-height: 1px;
}
.maru2t {
	font-size: 1.27rem;
	font-weight: bold;
}
.maru3t {
	font-size: 1.2rem;
	line-height: 1.3;
}
.topfree {
	margin: 80px 0 10px 0;
}
.freeTitle {
	width: 66.67%;
	float: left;
	box-sizing: border-box;
}
.freeTitle01 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: justify;
	padding-bottom: 15px;
}
.freeTitle02 {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: justify;
	margin-bottom: 30px;
}
.tax{
	font-size: 0.8rem;
}
.freebx {
	width: 33.33%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
}
.freeplan img {
	width: 100%;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーートップページ 終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通本文ページタイトルオビ　開始*/

.about, .plan, .zone, .outline, .access {
	width: 950px;
	height: 34px;
	margin-top: 54px;
	margin-bottom: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	background-image: linear-gradient(to bottom, #f3c1c1, #d67f7f);
	border: 5px solid #f3dcdc;
	text-shadow: 2px 2px 0 #d67f7f;
	box-shadow: 1.5px 1.5px 0 #bbb, 2.5px 2.5px 0 #ccc, 3.5px 3.5px 0 #ddd, 4.5px 4.5px 0 #efefef/* ーーー-,0.2px -0.2px 0 #bbb,-0.5px -0.5px 0 #ddd,-1px -1px 0 #efefef*/;
	border-radius: 34px;
}
/* ーーーーーーーーーーーーーーーーー共通本文ページタイトルオビ　終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通main　開始*/
.grad, .gradz {
	height: 100px;
	background-image: linear-gradient(to bottom, #FaF6F6, #fff);
	margin-bottom: -100px;
}
.gradz {
	width: 50%;
}
.aboutl, .aboutr, .planr, .outlinel, .outliner, .zonel, .zoner {
	width: 45.8%;
	padding: 0 20px;
	float: left;
}

.planl,　.accessl , .accessr  {
	width: 100%;
	padding: 0 20px;
	float: left;
}


h4 {
	font-size: 1.33rem;
	color: #2b55b2;
	font-weight: bold;
	padding-top: 20px;
	line-height: 1.25;
	text-align: justify;
}
.thanks h4 {
	text-align: center;
}
.aboutl p, .aboutr p, .aboutm p, .planl p, .planm p, .planr p, .outlinel p, .outliner p, .zonel p, .zoner p, .accessl p, .accessr p {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1rem;
	line-height: 1.65;
	text-align: justify;
}
.planl strong, .planm strong, .planr strong, .outlinel strong, .outliner strong, .zonel strong, .zoner strong, .accessl strong, .accessr strong {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 0.87rem;
	font-weight: bold;
	text-align: left;
}
.azuki {
	color: #d67f7f;
}
.red {
	color: red;
}
.gray {
	color: #777;
}
.midori {
	color: #2FB87B;
}
.ao{
	color: #2b55b2;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通main　終了*/


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー2－創業スクールについて　開始*/
.aboutc {
	width: 950px;
	height: 215px;
	background: #F8EEEE;
	border-width: 0 5px;
	border-color: #EBC4C4;
	border-style: solid;
	margin: -10px 0 30px 0;
}
.aboutc section {
	padding: 30px 50px;
}
.aboutc section h6 {
	padding-bottom: 5px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 1.67rem;
	line-height: 1.2;
	font-weight: bold;
	color: #772222;
	text-shadow: 0.5px 0.5px 0 #772222, 1.5px 1.5px 0 #c5bbbb, 2.5px 2.5px 0 #d6cccc, 3.5px 3.5px 0 #e7dddd;
}
.aboutc section p {
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 1.08rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
}
.aboutl {
	margin-bottom: 20px;
}
.aboutr .aboutmerit_pc img {
        width: 12%;
	height: auto;
        position: absolute;
	top: 200px;
	right: 70px;
animation:anime 2s ease-in-out infinite normal;
}
@keyframes anime { 
0%{
transform:rotate(0deg);}
50%{
transform:rotate(20deg);}
100%{
transform:rotate(0deg);}
}
.aboutr .aboutmerit_pc img:hover{
/*animation:none;
transform:rotate(30deg);
transition: 2s;
opacity: 0;*/
	filter: blur(5px);
	transition: 0.5s;
}
.aboutr .aboutmerit_pc img:active {
	filter: hue-rotate(180deg) drop-shadow(0px 0px 30px #d67f7f);
}

.aboutr span {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 0.87rem;
	font-weight: bold;
	line-height: 1.4;
}
.aboutr strong {
	font-size: 0.87rem;
	color: #d67f7f;
	font-weight: bold;
}
.aboutr .indent p {
	text-indent: -0.87rem;
	padding-left: 0.87rem;
}
.aboutr img {
	width: 100%;
}
.aboutm {
	float: left;
	padding: 0 20px;
}
.flowpaso {
	width: 100%;
}
/* ーーーーーーーーーーーーーーーーーーーーーー2－創業スクールについて　終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー3－今後の予定・お申し込み　開始*/
main {
	position: relative;
}
.free_paso_plan {
	position: absolute;
	/*right: 50px;
	top: 560px;*/
	right: -30px;
	top: 285px;
	opacity: 0.75;
}
.free_paso_plan img{
	/*width: 130%;*/
	width: 90%;
animation:anime 2s ease-in-out infinite normal;
}
@keyframes anime { 
0%{
transform:rotate(0deg);}
50%{
transform:rotate(20deg);}
100%{
transform:rotate(0deg);}
}
.free_paso_plan img:hover{
animation:none;
transform:rotate(30deg);
opacity: 1;
transition: 0.5s;
}
.freeplanP {
	width: 100%;
	margin: 25px 0;
}
.freeplanP li {
	width: 28%;
	display: block;
}
.freeplanP img {
	width: 100%;
	float: left;
	
}
.mousikomiF, .mousikomiP {
	/*font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";*/
	width: 280px;
	height: auto;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FDFFD3;
	text-align: center;
	/*background-image: linear-gradient(to bottom, #189ab1, #7ec9f5);*/
	background-image: linear-gradient(to bottom, #ee8888, #f3d1d1);
	border: 0.3rem solid #f3d1d1;
	text-shadow: 0.1rem 0.1rem 0 #ee8888;
	margin-bottom: 1rem;
	padding: 1rem 0 0.7rem 0;
	border-radius: 0.7rem;
	box-shadow: 0.5px 0.5px 0 #bbb, 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef;
}
.mousikomiP {
	background-image: linear-gradient(to top, #C4DFCD, #85C49A);
	border: 0.3rem solid #C4DFCD;
	text-shadow: 0.1rem 0.1rem 0 #85C49A;
}
.mousikomiF:hover, .mousikomiP:hover {
	opacity: 0.5;
	transition: 0.5s;
}
/*.Ltable {
	border-bottom: #D89C07 solid 3px;
	border-left: #F9F1CF solid 1px;
	border-collapse: collapse;
	margin: 5px 0;
	width: 100%;
	box-shadow: 0.5px 0.5px 0 #ddd, 1.5px 1.5px 0 #ededed, 2.5px 2.5px 0 #efefef;
}
.Ltable th {
	border-bottom: #D89C07 solid 1px;
	border-left: #F9F1CF solid 1px;
	background: #D89C07;
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.Ltable td {
	border-bottom: #D89C07 solid 1px;
	border-left: #F9F1CF solid 1px;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
}
.Ltable td:first-child {
	font-weight: bold;
}
.Ltable td:last-child {
	text-align: left;
}
.Ltable tr:nth-of-type(2n+2) td {
	background: #FFFEFB;
}
.Ltable tr:nth-of-type(2n+1) td {
	background: #FDFBE4;
}*/
.planm {
	width: 920px;
	padding: 0 20px;
	float: left;
	margin: 20px 0 40px 0;
}
.planm .ao {
	color: #FFFCD4;
	padding: 11px 0 5px 10px;
	background: #2b55b2;
	display: block;
	margin-top: 20px;
	line-height: 1.5;
/*	margin-bottom: 10px;*/
}
.pay strong{
	font-size: 0.88rem;
	background: #FFFEA5;
	border: solid 3px #2b55b2;;
	padding: 1px 5px;
	display: block;
	margin-bottom: 6px;
	}
.pay a:hover{
	background: #B6E0E9;
	color: #fff;
}
.kakaku{
	font-size: 1.3rem;
	font-weight: bold;
}
.ptax{
	font-size: 0.75rem;
	font-weight: normal;
}
/*.planmFree {
	width: 895px;
	margin: 0 auto;
	padding: 20px 10px 15px 15px;
	background: #FFF9EA;
	border-bottom: 6px solid #ee8888;
}*/
.planm:after {
	content: "";
	display: block;
	clear: both;
}
.planm h4 {
	color: #2FB87B;
}
.planl .indent p {
	text-indent: -0.87rem;
	padding-left: 0.87rem;
}
.stuff:after {
	content: "";
	display: block;
	clear: both;
}
.stuff {
	width: 90%;
	background: #FBFFF4;
	border-radius: 6px;
	border: solid 2px #bdccdb;
	padding: 20px;
	box-shadow: 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef, -0.5px -0.5px 0 #ccc, -1.5px -1.5px 0 #ddd, -2.5px -2.5px 0 #efefef;
}
.stuff img {
	float: left;
	margin-right: 10px;
	box-shadow: 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef, -0.5px -0.5px 0 #ccc, -1.5px -1.5px 0 #ddd, -2.5px -2.5px 0 #efefef;
}
.stuff article {
	float: left;
	margin-top: 15px;
}
.seki {
	background: #F3F8Fb;
}
h4 .gray {
	color: #777;
}
.planl section p {
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-size: 0.87rem;
	line-height: 1.4;
	text-align: justify;
}
.stuff article p {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
	font-size: 0.75em;
	line-height: 1.55;
	text-align: justify;
}
h5 {
	font-size: 1.2rem;
	color: #2b55b2;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 7px;
}
#table caption {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: left;
}
#table {
	width: 100%;
	padding: 0 20px;
}
#table th {
	background: #E8BA41;
}
#table tr, #table th, #table td {
	border: none;
	border-bottom: 2px solid #BC9120;
}
#table th:first-child, #table td:first-child {
	width: 3%;
	text-align: center;
}
#table th:nth-child(2n), #table td:nth-child(2n) {
	width: 10%;
	text-align: center;
}
#table th:nth-child(3n), #table td:nth-child(3n) {
	width: 8%;
}
#table th:nth-child(4n), #table td:nth-child(4n) {
	width: 15%;
	text-align: left;
}
#table th:nth-child(4n) {
	text-align: center;
}
#table th, #table td {
	padding: 7px;
	border-left: 1px solid #BC9120;
}
#table th {
	text-align: center;
}
#table td {
	font-size: 0.85rem;
	line-height: 1.6;
	background: #FBF3E4;
}
#table tr:nth-child(4n+1) td, #table tr:nth-child(4n+2) td {
	background: #FCFCFC;
}
#table tr td:first-child {
	background: #FFF799;
	/*background: #FFF799;*/
	font-size: 1rem;
	text-align: center;
}
.planr .indent p, .planm .indent p {
	text-indent: -0.87rem;
	padding-left: 0.87rem;
}
.indent p strong {
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.planr .indent p, .planm .indent p {
		margin-bottom: 5px;
		line-height: normal;
	}
}
p a:hover {
	color: #2b55b2;
	font-weight: bold;
}
.newpanf {
	color: red;
	font-weight: bold;
}
/* ーーーーーーーーーーーーーーーーー3－今後の予定・お申し込み　終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー4－主催法人の概要　開始*/
.outliner .indent p {
	text-indent: -0.87rem;
	padding-left: 0.87rem;
}
/* ーーーーーーーーーーーーーーーーーーーーーー4－主催法人の概要　終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー5－地域での起業　開始*/
.zonel img, .zoner img {
	margin-top: 7px;
}
.zonel span img {
	width: 100%;
}
.zonel span img, .zoner span img {
	box-shadow: 1.5px 1.5px 0 #bbb, 2.5px 2.5px 0 #ccc, 3.5px 3.5px 0 #ddd, 4.5px 4.5px 0 #efefef
}
.map {
	margin: 20px 0;
}
.zonel a:hover, .zoner a:hover {
	filter: blur(5px);
	transition: 0.5s;
}
.zonel a:active, .zoner a:active {
	filter: hue-rotate(180deg) drop-shadow(0px 0px 30px #99dd66);
}
.zonel a p:hover, .zonel a h4:hover {
	color: #2b55b2;
	opacity: 0.4;
}
a .soho:hover {
	color: #2b55b2;
	opacity: 0.4;
	transition: 5s;
}
.zoner span img:after {
	content: "";
	display: block;
	clear: both;
}
.imgr {
	float: right;
	width: 60%;
}
.tojoline {
	float: left;
	width: 40%;
}
/* ーーーーーーーーーーーーーーーーーーーー5－地域での起業　終了*/

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー6－アクセス・お問い合わせ　開始*/
.accessl .indent p {
	text-indent: -0.87rem;
	padding-left: 0.87rem;
}
.accessl img {
	width: 93%;
}
form {
	margin-top: 20px;
	padding: 20px 0 0 40px;
	width: 411px;
	height: 450px;
	border-radius: 5px;
	border: solid 3px #eee;
	background: #fbfbfb;
	box-shadow: 1.5px 1.5px 0 #ccc, 2px 2px 0 #eee;
}
form dl dt, form dl dd {
	float: left;
	line-height: 3;
}
form dl dt {
	width: 20%;
}
form dl dd {
	width: 80%;
}
.thanks p {
	line-height: 1.5;
}
/* ーーーーーーーーーーーーーーーーーーーーー6－アクセス・お問い合わせ　終了*/
/* ボタン*/
.styled {
	border: 0;
	line-height: 2.5;
	padding: 0 20px;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 10px;
	background-color: #eb859f;
	background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
	box-shadow:
	  inset 2px 2px 3px rgba(255, 255, 255, 0.6),
	  inset -2px -2px 3px rgba(0, 0, 0, 0.6);
	  margin: 10px;
  }
  
  .styled:hover {
	background-color:#ad4a5a;
  }
  
  .styled:active {
	box-shadow:
	  inset -2px -2px 3px rgba(255, 255, 255, 0.6),
	  inset 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  

/* ーーーーーーーーーーーーーーーーーーーーーーーーmain 終了*/

.pagetop a {
	line-height: 1.6;
	width: 76px;
	height: 36px;
	border: 4px #E6EFF4 solid;
	font-size: 0.8rem;
	color: #fff;
	padding-top: 4px;
	text-align: center;
/*margin-top: 30px;
	margin-right: 15px;
	float: right;*/
	background-image: linear-gradient(to bottom, #fff, #B1C4E3);
	border-radius: 8px;
	box-shadow: 0.5px 0.5px 0 #bbb, 1.5px 1.5px 0 #ccc, 2.5px 2.5px 0 #ddd, 3.5px 3.5px 0 #efefef;
position: fixed;
right:10px;
bottom: 10px;
opacity: 0.9;

}
.pagetop a:hover {
	line-height: 1;
	transition: 0.5s;
	display: block;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー共通フッター 開始*/

footer {
	background-image: url(../images/footer_00.jpg);
	background-repeat: repeat-x;
	background-color: #fef7da;
	margin-top: 40px;
	padding-top: 90px;
}
/*.footindex{
	padding: 0 20px;
}*/
.footlist {
	padding: 10px 0;/*	text-align: center;*/
}
.footlist li a {
	font-size: 0.8rem;
	padding: 0 10px;/*font-family: "ＭＳ ゴシック", MS Gothic," Osaka－等幅"," Osaka-mono", monospace;*//*font-weight: bold;
	
	margin: 3px 0;
	border-width: 0 1px;
	border-color: #C8C3C3;
	/*border-style: solid;*/
	
	

}
.footlist li {
	float: none;
	display: inline-block;/*border-width: 0;*/
}
.footlist li a {
	border-width: 0 1px;
	border-style: solid;
	border-color: #C8C3C3;
}
.footlist li a:hover {
	color: #d67f7f;
}
footer p {
	text-align: center;
}
.footindex {
	text-align: center;
}
.mokuji {
	font-size: 0.8rem;
	width: 300px;
	border-bottom: 1px solid #aaa;
	margin: 0 auto;
	display: block;
	padding-bottom: 3px;/*text-align: center;*/
}
/*footer strong{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
footer strong a:hover{
	color: #d67f7f;
}*/
footer p small {
	font-size: 0.53rem;
	color: #333;
	padding-bottom: 10px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー共通フッター 終了*/

/* 日程スケジュール表 */
.ougyou_schedule_text p {
	text-align:left!important;
}
.ougyou_schedule_text strong {
	color: #454545;
}
.sp {
	display: none;
}
.planm .ao {
	padding: 10px;
	color: #fff;
}
.ougyou_schedule_titl {
	margin-bottom: 30px;
}
#ougyou_schedule {
	margin: 0;
	box-shadow: none;
}
#ougyou_schedule tr {
	border: none;
}
#ougyou_schedule td{
	background: #fff;
}
#ougyou_schedule tr:nth-of-type(2n-3) td,#ougyou_schedule tr:nth-of-type(2n-3) th {
	background: #FFFEA5;
}
#ougyou_schedule th {
	background: #fff;
	font-weight: bold;
	text-align: left;
}
#ougyou_schedule th,
#ougyou_schedule td {
	padding: 10px 5px;
	border: none;
	line-height: normal;
	color: #454545;;
	font-size: 16px;
}

#ougyou_schedule th {
	width: 45%;
}

/* sp */
@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	#ougyou_schedule th,
	#ougyou_schedule td {
		width: auto;
		display: block;
	}

	#ougyou_schedule th {
		width: auto;
	}

	#ougyou_schedule td {
		padding-top: 0;
	}
}