@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	-webkit-font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */


/* 全体共通事項
------------------------------------------------------------*/
body{
    color: #333;
    font-size: 18px;
    line-height: 200%;
    font-family: "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    background: #ffffff;
    -webkit-text-size-adjust: 100%;
    padding-top: 0px;
}

/* テキストカラー設定*/
.blue{color:#0667AD;}
.orange{
	color: #FD7E00;
}
.orange-shasen{
	color: #FD7E00;
	text-decoration:line-through;
}
.green{color: #1F800C;}
.tgreen{color: #02B082;}
.bluegreen{color: #2abfbd}
.pink{color:#ff1493;}
.red{color:#E5181B;}
.red-right{color:#F579A7}
.emerald-bold{
	color: #15B58B;
	font-weight: bold;
}

/* テキストサイズ設定*/
.bold{font-weight:bold;}
.size20{font-size:20px;}
.font-small{font-size: small;}

/* テキストサイズ装飾*/
.underline {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
.bcg-yellow{
	background: linear-gradient(#FFFFFF, #fff799);
    font-weight: bold; 
    border-radius:3px;
}
.bcg-green{
	background: linear-gradient(#FFFFFF, #98fb98);
    font-weight: bold; 
    border-radius:3px;
}
.bcg-red{
	background: linear-gradient(#FFFFFF, #ffb6c1);
    font-weight: bold; 
    border-radius:3px;
}
.bcg-blue{
	background: linear-gradient(#FFFFFF, #AAE9FC);
    font-weight: bold; 
    border-radius:3px;
}
.bcg-gray{
	background: linear-gradient(#FFFFFF, #e7e7e7);
    font-weight: bold; 
    border-radius:3px;
}
.textRight{
	text-align: right;
	margin-bottom: 20px;
}
.textShasen{
	text-decoration: line-through;
}
.pinkBig{
	font-size: 20px;
	font-weight: bold;
	color: #FF01A7;
}
.size20blue{
	font-size: 20px;
	font-weight: bold;
	color: #0B9BCF;
}
.mb-rblue{
    background-color: #65B8E7;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
    margin-right: 10px;
}
.mb-orange{
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
    background-color: #FD7E00;
    margin-right: 10px;
}
.mb-green{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	background-color: #15C20F;
	margin-right: 10px;
}
.mb-blue{
	background-color: #172193;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	margin-right: 10px;
}
.mb-pink{
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 3px;
	background-color: #F49C9D;
	margin-right: 10px;
}
.YouTube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.YouTube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0667AD;text-decoration:none;}
a:hover{color:#F74F03;}
a:active, a:focus{outline:0;}

/* イメージ設定*/
img {
	border: none;
	border-radius: 5px;
	image-rendering: -webkit-optimize-contrast;
}
.centerBox{
	width:100%;
	height:auto;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	text-align:center;
}





/* デスクトップ用*/
@media only screen and (min-width:1024px){
.waribki{
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	color: #ca0000;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 1px;
	border: thin solid #CA0000;
	margin-left: 3px;
	margin-right: 3px;
}
.topBigimg {
	width: 650px;
	height: auto;
	margin-top: 20px;
}
.topBigimg img{
	width:100%;
	height:auto;
}
.coution{
	font-size:20px;
	font-weight:bold;
	color:#FC0509;
}
.souryou{
	font-size:24px;
	font-weight:bold;
	color:#FF7E00;
	text-align:center;
}
.greenTitle{
	font-size: 18px;
	font-weight: bold;
	color: #15B58B;
	background-color: #E8FCE8;
}
.img_glid {
	height: auto;
	width: 100%;
}
.img_right {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.img_obaachan {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
header {
	width: 100%;
	text-align: center;
	height: auto;
	background-color: #15B58B;
}

header #headerBox {
	height: 90px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#headerBox #titleBox {
	float: left;
	height: auto;
	width: auto;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	color: #0667ad;
}
#headerBox .headerTel {
	float: right;
	height: 90px;
	width: 400px;
	text-align: right;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	line-height: 180%;
	padding-top: 30px;
	color: #FFF;
}
.Call {
	font-size: 28px;
}
.Call a{
	font-size: 28px;
	color:#F8F400;
}
.Call a:hover{
	font-size: 28px;
	text-decoration:underline;
}
.Call a:visited{
	font-size: 28px;
	color:#F8F400;
}
.pankuzu {
	font-size: 14px;
	line-height: normal;
	height: 18px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
.pankuzu ol li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-left: 10px;
}
.pankuzu ol li:before {
	content: "＞　";
}
.pankuzu ol li:first-child:before {
	content: none;
}
#contentBox {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#mainContent {
	float: left;
	width: 660px;
}
#rightContent {
	float: right;
	width: 300px;
	padding-left: 20px;
}
#mainContent article {
	width: 650px;
	margin-bottom: 20px;
}
#mainContent article h1 {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #15B58B;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
article .information {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #F6FF9A;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	line-height: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
article .pageTitle {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #15B58B;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	line-height: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
#mainContent article h2 {
    font-size: 26px;
    color: #FF9600;
    margin-top: 60px;
    margin-bottom: -10px;
}
#mainContent article h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: -10px;
    color: #2abfbd;
}
#mainContent article p {
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
}
#contentBox #mainContent article ol li {
	margin-left: 25px;
	margin-top: 20px;
	list-style-type: decimal;
}
#mainContent section {
	width: 650px;
	margin-bottom: 20px;
}
#mainContent section h1 {
	width: 635px;
	height: auto;
	border-left-color: #800080;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-top: 3px;
	padding-left: 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #800080;
	line-height: normal;
}
#mainContent section h2 {
	font-size: 18px;
	color: #800080;
	margin-top: 60px;
}
#mainContent section p {
	margin-top: 20px;
}
#mainContent section li {
	list-style-type: disc;
	margin-left: 40px;
}
#contentBox #mainContent section ol li {
	margin-left: 25px;
	margin-top: 20px;
	list-style-type: decimal;
}
.RightContents300 {
	height:auto;
	width: 300px;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.RightContentsText {
	height:auto;
	width: 300px;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.RightContentsTitle{
	font-size:18px;
	color:#15B58B;
	font-weight:bold;
	margin-top:20px;
}
#rightContent nav li {
    display: block;
    height: auto;
    width: 300px;
    font-size: 17px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    background-color: #F7F7F7;
    margin-bottom: 10px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #05B105;
    padding-top: 15px;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
#rightContent nav li a{
	display:block;
	background-color:#f7f7f7;
}
#spFooter{
	display: none;
	}
footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #15B58B;
}
#footerBox {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 20px;
	color: #FFFFFF;
}
#footerBox a{
	color:#FFFFFF;
}
#footerBox a:hover{
	color:#FBF901;
}
.footerTitle {
	font-size: 20px;
	font-weight: bold;
}
.footerCopyRight {
	font-size:14px;
}
#footerBox li {
	display: inline;
}
#mainContent .indexBox {
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px dashed #CCCCCC;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding-top: 20px;
}
#mainContent .indexBox li {
	line-height: 70%;
	list-style-image: url("image/icon/i-hayaokuri.png")
	}
#mainContent .indexBox li.first:first-child {
	margin-top: 20px !important;
	}
#mainContent .pointBox {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    height: auto;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px dashed #CCCCCC;
    border-radius: 10px;
    background-color: #F7F7F7;
    padding-bottom: 15px;
}
#mainContent .pointBox p {
	line-height: 180%;
	}
#mainContent .pointBox ul li {
	line-height: 180%;
	}
#mainContent .pointBoxRed {
	padding: 20px;
	height: auto;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px #F579A7;
	background-color: #FDF0F5;
	border-radius: 10px;
	color: #333333;
}
#mainContent .pointBoxRed p {
	line-height: 180%;
	}
#mainContent .pointBoxBlue {
    padding: 20px;
    height: auto;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px #1E90FF;
    background-color: #D6EFF7;
    border-radius: 10px;
    color: #333333;
}
#mainContent .pointBoxBlue p {
	line-height: 180%;
	}

/* PC用フォームレイアウト*/
.tbl-layout {  
    width: 100%;
    margin: 0 auto;
  }
  .tbl-layout dt,
  .tbl-layout dd {
    padding: 20px;
  }
  .tbl-layout dt {
    font-size:14px;
    clear: both;
    float: left;
    width: 150px;
    border-top: 1px solid #FFFFFF;
  }
  .tbl-layout dd {
    font-size:14px;
    padding-left: 210px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout dd textarea{
	  width:100%
  }
  .tbl-layout dd .long{
	  width:100%;
  }
  .tbl-layout .w300{
    height:auto;
  }
.btn {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
  }
input#sb_button {
	height: 60px;
	width: auto;
	padding: 10px 20px 10px 20px;
	font-size: 22px;
	border-radius: 30px;
	background-color: #FDA751;
	}
input#sb_button:hover {
	background-color: #0BA77E;
	}
  
/*テーブル装飾*/

table.table010 {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #999;
    font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
  color:#15B58B;
}
table.table010 th {
	  border: solid 1px #999;
  padding: 4px 6px;
  text-align:center;
  vertical-align: middle;
}

table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
  text-align:center;
  vertical-align: middle;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}
.size {
	font-size: 30px;
}
.price {
	font-size: 22px;
	color: #FD0101;
}
.priceOrange {
	font-size: 22px;
	color: #F98D04;
}
.price-line {
	font-size: 22px;
	color: #FD0101;
	text-decoration: line-through;
}

/* 特定商テーブル */
table.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
  background: #1B3AB4;
  text-align: center;
  font-size: 92%;
  color: #FFF;
}

table.table001 td {
  background: #E5EAFF;
  text-align: left;
}
.menseki {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #B5154B;
	padding-top: 3px;
	padding-left: 10px;
	border-radius: 5px;
	color: #FBF901;
	line-height: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question {
	font-size: 18px;
	color: #FF9600;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 10px;
	border-bottom: thin solid #FF9600;
	background-color: #FEFDA0;
	border-radius: 3px;
	font-weight: bold;
	border-right: thin solid #FF9600;
}
.answer {
	margin-left: 20px;
	margin-right: auto;
}
.calendar {
	width: 310px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.greenBig {
    font-size: x-large;
    font-weight: bold;
    color: #2abfbd;
}
.callCenter {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.download-button {
	display: block;
	width: 30%;
	height: 60px;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-right: 5px;
	padding: 5px;
	border: thin dashed #0F99E7;
	background-color: #E1E1E1;
	list-style-type: none;
	border-radius: 5px;
}
.yuusou {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	border: thin dashed #FF0101;
	text-align: center;
	font-size: 24px;
}
.BigWord {
	font-size: 26px;
}
.moushikomi_button {
	display:block;
	width: 400px;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF9106;
	border: thin solid #FF9106;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 28px;
}
.moushikomi_button a{
	color:#FFFFFF;
}
.moushikomi_button a:hover{
	color:#FCFB02;
}
.kugiritext{
	font-size: 20px;
	margin-top: 30px !important;
	background-color: #FFDE53;
	padding-right: 15px;
	border-radius: 2px;
	background-color: #FFDE53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 4px;
}
.step{
	color: #FFFFFF;
	font-size: 18px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-right: 20px;
	border-radius: 2px 0px 0px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	display: block;
	float: left;
	background-color: #FD9D00;
	height: auto;
	padding-top: 5px;
	margin-top: -5px;
}
.calenderbar{
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #18BB81;
	margin-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.line_button {
	display:none;
}
.line_button img{
	display:none;
}
.YouTube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.YouTube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.gaugebox {
    text-align: center;
    height: auto;
    width: 100%;
}
.gaugebox img{
	border: 0px;
}
.figcaption{
    color: darkcyan;
    text-align: center;
}
/* タイトル付きボックス（ラベル）グリーン */
.cstm-box-label {
   --box-color: #2abfbd;
   position: relative;
   margin: 2em auto;
   border: 10px solid var(--box-color);
   border-radius: 10px;
   max-width: 800px;
}

.cstm-box-label .box-title {
   position: absolute;
   top: -15px; /* 上に少し移動 */
   left: 1em; /* 左端からの距離 */
   background-color: #fff; /* タイトル背景色 */
   color: var(--box-color); /* タイトル文字色 */
   padding: 0 .5em; /* 内側余白 */
   font-weight: bold;
   line-height: 180%;
   display: inline-block;
   width: auto;
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cstm-box-label .box-content { 
   padding: 15px; /* 内側余白 */
}

/* 段落の余白リセット */
.cstm-box-label p { margin:0; }

/* タイトル付きボックス（ラベル）レッド */
.cstm-box-label-red {
   --box-color: #ffc0cb;
   position: relative;
   margin: 2em auto;
   border: 10px solid var(--box-color);
   border-radius: 10px;
   max-width: 800px;
}

.cstm-box-label-red .box-title {
   position: absolute;
   top: -15px; /* 上に少し移動 */
   left: 1em; /* 左端からの距離 */
   background-color: #fff; /* タイトル背景色 */
   color: var(--box-color); /* タイトル文字色 */
   padding: 0 .5em; /* 内側余白 */
   font-weight: bold;
   line-height: 180%;
   display: inline-block;
   width: auto;
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cstm-box-label-red .box-content { 
   padding: 15px; /* 内側余白 */
}

/* 段落の余白リセット */
.cstm-box-label-red p { margin:0; }
}



/* スマートフォン用*/
@media only screen and (max-width:1023px){
.BigWord {
	font-size: 20px;
}
.waribki{
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFF;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #D50000;
	padding-top: 2px;
}
.topBigimg {
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.topBigimg img{
	width:100%;
	height:auto;
}
.size {
	font-size: 20px;
}
.size20blue{
	font-size: 16px;
	font-weight: bold;
	color: #0B9BCF;
}
.price {
    font-size: 16px;
    color: #E51B1B;
	}
.priceOrange {
	font-size: 16px;
	color: #F98D04;
}
.price-line {
	font-size: 16px;
	color: #FD9E02;
	text-decoration: line-through;
}
.coution{
	font-size:18px;
	font-weight:bold;
	color:#FC0509;
}
.souryou{
    font-size: 24px !important;
    color: #FF9600;
    text-align: center;
}
.greenTitle{
	font-size: 16px;
	color: #15B58B;
}
.img_glid {
	height: auto;
	width: 100%;
}
.img_right {
	float: right;
	width:30%;
	height:auto;
	margin-left:10px;
	margin-bottom:10px;
}
.img_left {
	float: left;
	width:30%;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
}
.img_obaachan {
	float: left;
	width:30%;
	height:auto;
	margin-right:10px;
	margin-bottom:10px;
}
header {
	width: 100%;
	height: auto;
	background-color: #15B58B;
}

header #headerBox {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#headerBox #titleBox {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	height: auto;
	clear: both;
}

#headerBox #titleBox a, a:visited{color:#ffffff;text-decoration:none;}
#headerBox #titleBox a:hover{color:#ffff00;}
#headerBox #titleBox a:active, a:focus{outline:0;}

#headerBox .headerTel {
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 150%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.Call {
	font-size: 28px;
	margin-bottom: 10px;
}
.Call a{
	font-size: 28px;
	color:#F8F400;
}
.Call a:hover{
	font-size: 28px;
	text-decoration:underline;
}
.pankuzu {
	font-size: 12px;
	line-height: normal;
	height: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
	padding-top: 5px;
}
.pankuzu ol li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-left: 5px;
}
.pankuzu ol li:before {
	content: "＞";
}
.pankuzu ol li:first-child:before {
	content: none;
}
#contentBox {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#mainContent {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#rightContent {
	float: none;
	width: 30%;
	width: 100%;
	clear: both;
}
#mainContent article {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
}
#mainContent article h2 {
	width: 60%;
	height: auto;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #15B58B;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	width: 100%;
	margin-top: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
article .information {
	width: 60%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #F6FF9A;
	padding-left: 10px;
	border-radius: 5px;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
article .pageTitle {
	width: 60%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #15B58B;
	padding-left: 10px;
	border-radius: 5px;
	color: #FFF;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
#mainContent article h1 {
	font-size: 24px;
	color: #FF9600;
	margin-top: 0px;
	font-weight: normal;
	line-height: 180%;
}
#mainContent article h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    color: #FFA500;
}
#mainContent article p {
	font-size: 16px;
	margin-top: 15px;
	line-height: 200%;
}
#mainContent article li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 16px;
	line-height: 150%;
}
#contentBox #mainContent article ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}
#mainContent section {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: normal;
}
#mainContent section h1 {
	width: 60%;
	height: auto;
	border-left-color: #800080;
	border-left-width: 5px;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	border-style: solid;
	background-color: #f7f7f7;
	padding-left: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #800080;
	width: 96%;
	padding-top: 1px;
}
#mainContent section h2 {
	font-size: 16px;
	color: #800080;
	margin-top: 30px;
}
#mainContent section p {
	margin-top: 15px;
}
#mainContent section li {
	list-style-type: disc;
	margin-left: 30px;
}
#contentBox #mainContent section ol li {
	margin-left: 30px;
	margin-top: 20px;
	list-style-type: decimal;
}
.RightContents300 {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.RightContentsText {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 150%;
	font-size: 14px;
}
.RightContentsTitle{
	font-size:18px;
	color:#15B58B;
	font-weight:bold;
	margin-top:20px;
}
#rightContent nav li {
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-top: 12px;
	font-size: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	background-color: #F7F7F7;
	margin-bottom: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 12px;
	color: #5BB600;
	padding-right: 10px;
}
#rightContent nav li a, a:visited{
	color:#0667AD;
	text-decoration:none;
	display:block;
	background-color:#f7f7f7;
	}
#rightContent nav li a:hover{
	color:#F74F03;
	display:block;
	background-color:#f7f7f7;
	}
#rightContent nav li a:active, a:focus{outline:0;}

footer {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 20px;
	background-color: #15B58B;
	border-top: 1px solid #03F8FC;
	padding-bottom: 100px;
}
#footerBox {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 30px;
	line-height: 180%;
}
#footerBox a{
	color:#FFFFFF;
}
#footerBox a:hover{
	color:#FBF901;
}
.footerTitle {
	font-size: 18px;
	font-weight: bold;
}
.footerCopyRight {
	font-size: 12px;
	margin-top: 5px;
}
#spFooter{
    position: fixed;
    bottom: 0;
    width: 100%;
    /* [disabled]height: 50px; */
    /* [disabled]padding-top: 5px; */
    background-color: #2abfbd;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 5px;
	}
#spFooter p{
	text-align: center;
	}
#spFooter p a{
	color: #FFFFFF;
	}
#spFooter li {
    height: 40px;
    width: 48%;
    float: left;
    font-size: 14px;
	vertical-align: middle;
    line-height: 120%;
    border-radius: 5px;
    background-color: #F88513;
    margin-left: 5px;
	padding-top: 5px;
	}
#spFooter li a {
	color: #FFFFFF;
	}
#spFooter li img {
	margin-top: -10px;
	}
.spFooterCallBox{
	height: 50px;
	width: 48%;
	float: left;
	font-size: 14px;
	line-height: 50px;
	border-radius: 2px;
	background-color: #F88513;
	margin-left: 5px;
	}
.spFooterMailBox{
	height: 50px;
	width: 48%;
	float: right;
	font-size: 14px;
	line-height: 50px;
	background-color: #0B9BCF;
	}
#mainContent .indexBox {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	box-sizing: border-box;
}
#mainContent .indexBox ul li {
	line-height: 80%;
	list-style-image: url("image/icon/i-hayaokuri.png")
	}
#mainContent .indexBox ul li.first:first-child {
	margin-top: 20px !important;
	}
#mainContent .pointBox {
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #CCCCCC;
	background-color: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 5px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#mainContent .pointBox p {
	line-height: 180%;
	}
#mainContent .pointBox ul li {
	line-height: 180%;
	}
#mainContent .pointBoxRed {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBE4ED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #333333;
}
#mainContent .pointBoxRed p {
	line-height: 180%;
	}
#mainContent .pointBoxBlue {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border: 1px #1E90FF;
    background-color: #D6EFF7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #333333;
}
#mainContent .pointBoxBlue p {
	line-height: 180%;
	}
.tbl-layout {  
  width: 100%;
  margin: 0 auto;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
  color:#333333;
  background-color: #cccccc;
  border-top:1px solid #fff;
  border-left: 1px solid #fff;
}
.tbl-layout dd {
  font-size:14px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #ccc;
}
.tbl-layout dd textarea{
	  width:100%
  }
.tbl-layout dd .long{
	  width:100%;
  }
.tbl-layout .w300{
  width:100%;	
  height:auto;
}
.btn {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
  }
input#sb_button {
	height: 40px;
	width: auto;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	border-radius: 30px;
	background-color: #FDA751;
	}
input#sb_button:hover {
	background-color: #0BA77E;
	}
.bold {
	text-shadow: 0.1px 0.1px 0 #000;
	}
/*テーブル装飾*/

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
  color:#15B58B;
}
table.table010 th {
	  border: solid 1px #999;
  padding: 4px 6px;
  text-align:center;
  vertical-align: middle;
}

table.table010 td {
  border: solid 1px #999;
  padding: 4px 6px;
  text-align:center;
  vertical-align: middle;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}

/* 特定商テーブル */
table.table001 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table001 caption {
  margin-top: 1em;
  text-align: right;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
  background: #1B3AB4;
  text-align: center;
  font-size: 92%;
  color: #FFF;
}

table.table001 td {
  background: #E5EAFF;
  text-align: left;
}
.menseki {
	width: 60%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	background-color: #B91A1C;
	padding-left: 10px;
	border-radius: 5px;
	color: #FBF901;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.question {
	font-size:18px;
	color:#FF9600;
}
.answer {
	display: block;
	width: 90%;
	height: auto;
	background-color: #E8FCE8;
	border: #CDF9CD;
	margin-left: 10%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.calendar {
	width:300px;
	height:auto;
	clear:both;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
}
.greenBig {
    font-size: 20px;
    color: #2abfbd;
    font-weight: bold;
}
.callCenter {
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 30px !important;
}
.download-button {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px !important;
	color: #FFF;
	padding: 15px;
	border: thin dashed #0F99E7;
	background-color: #E1E1E1;
	border-radius: 5px;
	margin-bottom: 5px;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.download-button br{
	display:none;
}
.yuusou {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	border: thin dashed #FF0101;
	text-align: center;
}
.moushikomi_button{
	display: block;
	width: 90%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF9106;
	border: thin solid #FF9106;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.moushikomi_button a{
	color:#FFFFFF;
}
.kugiritext{
	font-size: 16px !important;
	margin-top: 30px !important;
	background-color: #FFDE53;
	padding-right: 15px;
	border-radius: 2px;
	background-color: #FFDE53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.step{
	color: #FFFFFF;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
	border-radius: 2px 0px 0px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	display: block;
	float: left;
	background-color: #FD9D00;
	height: auto;
}
.calenderbar{
	text-align: center;
	font-size: 18px !important;
	background-color: #18BB81;
	color: #FFFFFF;
}
.line_button {
	width:100%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}
.line_button img{
	border-radius:5px;
}
.YouTube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.gaugebox {
    text-align: center;
    height: auto;
    width: 100%;
}
.gaugebox img{
	border: 0px;
}
.figcaption{
	font-size: small;
	color: darkcyan;
	text-align: center;
}
/* タイトル付きボックス（ラベル）グリーン */
.cstm-box-label {
   --box-color: #2abfbd;
   position: relative;
   margin: 2em auto;
   border: 2px solid var(--box-color);
   border-radius: 10px;
   max-width: 800px;
}

.cstm-box-label .box-title {
   position: absolute;
   top: -15px; /* 上に少し移動 */
   left: 1em; /* 左端からの距離 */
   background-color: #fff; /* タイトル背景色 */
   color: var(--box-color); /* タイトル文字色 */
   padding: 0 .5em; /* 内側余白 */
   font-weight: bold;
   line-height: 180%;
   display: inline-block;
   width: auto;
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cstm-box-label .box-content { 
   padding: 15px; /* 内側余白 */
}

/* 段落の余白リセット */
.cstm-box-label p { margin:0; }

/* タイトル付きボックス（ラベル）レッド */
.cstm-box-label-red {
   --box-color: #ffc0cb;
   position: relative;
   margin: 2em auto;
   border: 2px solid var(--box-color);
   border-radius: 10px;
   max-width: 800px;
}

.cstm-box-label-red .box-title {
   position: absolute;
   top: -15px; /* 上に少し移動 */
   left: 1em; /* 左端からの距離 */
   background-color: #fff; /* タイトル背景色 */
   color: var(--box-color); /* タイトル文字色 */
   padding: 0 .5em; /* 内側余白 */
   font-weight: bold;
   line-height: 180%;
   display: inline-block;
   width: auto;
   max-width: calc(100% - 2em);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.cstm-box-label-red .box-content { 
   padding: 15px; /* 内側余白 */
}

/* 段落の余白リセット */
.cstm-box-label-red p { margin:0; }
}
