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

/* ::::: reset.css ::::: */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td { margin: 0px; padding: 0px; }
html, body { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: #333; }
body { font-family: 'Noto Serif JP', sans-serif; font-size: 20px;}
img { border: 0px none; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { clear: both; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: bold; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
:first-child + html + input, :first-child html + textarea, :first-child + html select { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0px; font-size: inherit; }
th, td { text-align: left; vertical-align: top; }
:first-child + html pre, :first-child html + code, :first-child html + kbd, :first-child + html + samp, :first-child + html tt { font-size: 108%; line-height: 100%; }
input, select, textarea { font-size: 100%; font-family: Verdana,Helvetica,sans-serif; }



/* ::::: css ::::: */

* {
	margin: 0;
}
body {
	font-family: "Noto Serif JP";
	font-weight: 400;
}
.wrap {
	}
.count {
	width: 100%;
	padding: 15px;
	line-height: 1;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	/*background-color: #fff8e5;*/
}
.count-in {
	text-align: center;
}
.top {
	width:100%;
	/*height:510px;*/
	background: url( "../img/bg.jpg")center top no-repeat;
}
.top-in {
	width: 960px;
	margin: 0 auto;
}
.top-in img {
	width: 100%;
	height: auto;
}
.wrap01 {
	padding: 30px 0;
}
.wrap02 {
	padding: 30px 0;
	background-color: #f4f4f4;
}
.wrap03 {
	padding: 30px 0;
	background-color: #f0f5ff;
}
.main {
	width: 900px;
	margin: 0 auto;
}
.main700 {
	width: 680px;
	margin: 0 auto;	
	
}
.main h2 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2.6rem;
	text-align: center;
	margin-bottom: 30px;
}

/*.main p,
.main700 p
{
	line-height: 1.7;
	margin-bottom: 1.5em;
	font-size: 17px;
}*/
p.taikendan {
	text-align: right;
	line-height: 1;
	margin-bottom: 0;
	color: #888;
	font-size: 0.8em;
}
/*分かること*/
.wakarukoto {
	box-sizing: border-box;
}

.wakarukoto h3 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2rem;
	text-align: center;
	margin-bottom:10px;
}


.wakarukoto ul{
  list-style:none;
	margin-bottom: 5px;
}

.wakarukoto ul li{
  background:url( "../img/no_bg.png") no-repeat 0 0;
  background-size:auto 25px;
}

.wakarukoto ul li span{
  display:inline-block;
  width: 25px;
  margin-right:10px;
  text-align: center;
  color:#fff;
  font-size: 12px;
}
.wakarukoto p.koumoku {
	font-size: 20px;
}
/*別枠　情報源*/
.info-l {
	/*width: 50%;
	float: left;*/
	box-sizing: border-box;
}
.info-l h2 {
	display: inline-block;
}
.info-r {
	width: 20%;
	float: right;
	box-sizing: border-box;
	margin: 0 0 1em 1em;
}
@media screen and (max-width:800px){
.info-r {
	width: 25%;
}
}
.info-r img {
	width: 100%;
	height: auto;
}
.v-video-box {
	width: 900px;
	margin: 0 auto;	
}
.footer-box {
	width: 100%;
	padding: 20px 0;
	background: #333;
	color: #ccc;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
}
.appearance-box {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.popup-box {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.movie3-box {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;	
}
.moushikomi-box-glay {
	width: 100%;
	background-color: #333;
	padding: 30px 0;
}
.moushikomi-box-glay h2 {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	font-size:2.8rem;
	text-align: center;
	margin-bottom: 1em;
}
/*申し込み部分　flexバージョン*/
.moushikomi-f-container-mr {
	margin-right: 2%;
}
.moushikomi-f-container {
	box-sizing: border-box;
	display:flex; 
	align-items: stretch;
}
.moushikomi-f-container .f-item {
	width: 49%;
}
.moushikomi-f-container .gray-box {
	padding: 30px; /*20px 15px*/
	border: 5px solid #ccc;
	border-radius: 6px;
	background-color: #fbfbfb;
	box-sizing: border-box;
}
.moushikomi-f-container .green-box {
	border: 5px solid #69c023;
	background-color: #f7fff1;
}
.moushikomi-f-container h3 {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-weight: 700;
}
.moushikomi-f-container .gray-box a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #666;
	background: linear-gradient(#a5a5a5, 50%, #666);
	padding:20px;
	width: 85%;
	margin: 20px auto 20px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.moushikomi-f-container .gray-box a:hover {
	background: linear-gradient(#d9d9d9, 50%, #959595);	
}
.moushikomi-f-container .green-box a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #ff7800;
	background: linear-gradient(#ffba00, 50%, #ff7800);
	padding: 20px;
	width: 85%;/*80%*/
	margin: 20px auto 20px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	box-sizing: border-box;
}
.moushikomi-f-container .green-box a:hover {
	background: linear-gradient(#ffde00, 50%, #ffa200);
}



.moushikomi-box {
	width: 100%;
	box-sizing: border-box;
}
.moushikomi-box-l {
	width: 49%;
	height: 420px;
	float: left;
	padding: 30px; /*20px 15px*/
	border: 5px solid #ccc;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #fbfbfb;
}
.moushikomi-box-r {
	width: 49%;
	height: 420px;/* 469px*/
	float: right;
	padding: 30px; /*20px 15px*/
	border: 5px solid #69c023;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #f7fff1;
}
.moushikomi-box-l a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #666;
	background: linear-gradient(#a5a5a5, 50%, #666);
	padding:20px;
	width: 85%;
	margin: 20px auto 20px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.moushikomi-box-l a:hover {
	background: linear-gradient(#d9d9d9, 50%, #959595);	
}
.moushikomi-box-r a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #ff7800;
	background: linear-gradient(#ffba00, 50%, #ff7800);
	padding: 20px;
	width: 85%;/*80%*/
	margin: 20px auto 20px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	box-sizing: border-box;
}
.moushikomi-box-r a:hover {
	background: linear-gradient(#ffde00, 50%, #ffa200);
}
/*
.moushikomi-box-l a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #666;
	padding: 20px;
	width: 80%;
	margin: 30px auto 30px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.moushikomi-box-r a {
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #f89e00;
	padding: 20px;
	width: 80%;
	margin: 30px auto 30px;
	border-radius: 20px;
	line-height: 1;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}*/
.moushikomi-box h3 {
	font-size: 34px;
	line-height: 1;
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-weight: 700;
}
.genki-box {
	width: 100%;
	background-color: #fff7e9;
	padding: 60px 0;
}
.genki-box h2 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2.8rem;
	text-align: center;
	margin-bottom: 1em;
}
.price {
	text-align: center;
}
.price span.big1 {
	font-size: 1.3rem;
	font-weight: 700;
}
.price span.big2 {
	font-size: 2.5rem;
	font-weight: 700;
}
.price span.big3 {
	font-size: 2rem;
	font-weight: 700;
}
.price span.mini {
	font-size: 0.9rem;
}
div.midashi {
	height: 24px;
	margin-bottom:15px;
	color: #f89e00;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}
/*.concept-bg {
	background: url("../img/te_title_bg_orange.png") center top no-repeat;
}
.entry-bg {
	background: url("../img/te_title_bg_glay.png") center top no-repeat;
}
.entry-bg2 {
	background: url("../img/entry2.png") center top no-repeat;
}
.products-bg {
	background: url("../img/te_title_bg_orange.png") center top no-repeat;
}*/
.products-title-box {
	width: 50%;
	float: left;
}
.products p {
	line-height: 1.5;
	margin-bottom:1em;
	font-size: 15px;
}
.products h3 {
	font-weight: 700;
	line-height: 1.4;
	font-size:2rem;
	text-align: left;
	margin-bottom: 30px;
	display: inline-block;
}
.products h3 span {
	font-size:1.3rem;
}
.products h4 {
	font-size: 28px;
	text-align: center;
	line-height: 1;
}
.products p.menu-title {
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 2px solid #95bb5e;
	font-size: 18px;
	color: #6b8349;
	/*display: inline-block;*/
	margin-bottom: 10px;
}
.products p.menu-title2 {
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 2px solid #f89e00;
	font-size: 24px;
	color: #f89e00;
	/*display: inline-block;*/
	margin-bottom: 10px;
	font-weight: bold;
}
.products ul.list01,
.products ul.list02 {
	margin-bottom: 30px;
	list-style:none;
	margin-left: 0.5em;
}
.products ul.list01 li {
  background:url( "../img/no_bg2.png") no-repeat 0 0;
  background-size:auto 22px;
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}
.products ul.list02 li {
  /*background:url( "../img/no_bg2.png") no-repeat 0 0;
  background-size:auto 22px;*/
	padding-left: 26px;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}
.products ul.list02 {
	list-style-type: none;
}
.products ul.list02 li {
  position: relative;
  line-height: 1.8;
	margin-left: 0px;
	padding-left: 30px;
}
.products ul.list02 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left:5px;
  width: 10px;
  height: 5px;
  border-left: 3px solid #f89e00;
  border-bottom: 3px solid #f89e00;
  transform: rotate(-45deg);
}

.products .koushi-box-waku {
	width: 95% ;
	margin-left: 5%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 20px 15px;
	margin-bottom: 60px;
}
.products .koushi-box-waku-in {
	display:flex; 
	align-items: stretch;
}
.products .koushi-box {
	width: 32%;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

/*
.products .koushi-box-waku {
	width: 95% ;
	margin-left: 5%;
	box-sizing: border-box;
	background: #f2f2f2;
	border-radius: 6px;
	padding: 20px 15px;
	margin-bottom: 60px;
}
.products .koushi-box {
	padding: 10px;
	width: 32%;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	height: 500px;
}*/
.products .koushi-box .line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.products .koushi-box p.name {
	font-size: 17px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.products .koushi-box p.name span {
	font-size: 12px;
}
.products .koushi-box p.keireki {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 0;
}
.products .koushi-box .photo {
	width: 50%;
	margin: 0 auto 5px;
}
.products-img-box {
	width: 45%;
	float: right;
	margin: 0 0 1em 1em;
}
.products-img-box2 {
	width: 30%;
	float: right;
	margin: 0 0 1em 1em;
}
.entry-img-box {
	width: 45%;
	float: right;
	margin: 0 0 1em 1em;
}
.products .koushi-box li {
	list-style: disc;
	line-height: 1.2;
	font-size: 14px;
	background: none;
	margin-left: 25px;
	padding-left: 0;
}
.entry-img-box img,
.products-img-box img,
.products-img-box2 img,
.products .koushi-box div img{
	width: 100%;
	height: auto;
}
.genki-box-img {
	width: 30%;
	float: left;
	margin: 0 2em 3em 0;
}
.corporate-box-img {
	width: 30%;
	float: right;
	margin: 0 0 1em 0;	
}
.genki-box-img img,
.corporate-box-img img{
	width: 100%;
	height: auto;
}

.clear {
	clear: both;
}
.minogasi {
	border: 2px solid #f058aa;
	padding: 20px 10px;
	text-align: center;
	font-size: 18.6px ;
	font-weight: 700;
	line-height: 1;
	color: #f058aa;
}
.pt0 {
	padding-top: 0px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mr2 {
	margin-right: 2% !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml100 {
	margin-left: 100px !important;
}
.ml150 {
	margin-left: 150px !important;
}
/*横幅*/
.pc-w90 {
	width: 90%;
	margin: 0 auto;
}
/*ラインハイト*/
.lh-1 {
	line-height: 1!important;
}
.lh-15 {
	line-height: 1.5!important;
}
.lh-13 {
	line-height: 1.3!important;
}
/*テキスト表示位置*/
.text-l {
	text-align: left !important;
}
.centering {
	text-align: center;
	margin: 0 auto;
}
/*フォントサイズ*/
.fsize34 {
	font-size: 34px !important;
}
.fsize24 {
	font-size: 24px !important;
}
.fsize20 {
	font-size: 20px !important;
}
.fsize16 {
	font-size: 16px !important;
}
.fsize15 {
	font-size: 15px !important;
}
.fsize08 {
	font-size: 80% !important;
}
.fsize07 {
	font-size: 70% !important;
}
.fsize065 {
	font-size: 65% !important;
}
.fsize06 {
	font-size: 60% !important;
}
/*文字配置*/
.t-l {
	text-align: left !important;
}
/*文字色*/
.pink {
	color: #f058aa;
}
.orange {
	color: #f89e00;
}
.red {
	color: #f82424;
}
.blue {
	color: #4367a6;	
}
.green {
	color: #71bb07;
}
.glay {
	color: #666;
}
.glay2 {
	color: #333;
}
.header-1 strong {
    color: #dfe129;
    font-size:29px;
}
/*文字太さ*/
.bold {
	font-weight: 700;
}
strong {
    font-weight: bolder;
}
/*カウントダウンタイマー*/
.header-1 {
    /*position:absolute;*/
    width: 100%;
    max-height: 60px;
}
.header-1 {
    /*z-index: 2;*/
    padding: 5px 0;
    /*background-color: #7b5d9a;*/
    background-color: #222;/*#666*/
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
        font-family: "Helvetica", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.header-1 iframe{
	margin-left: -22px!important;
	/*position: relative;*/
    top: 2px;
    left:-0px;
}
/*動画*/
.movie_box{
	/*padding-top: 56.25%;*/
	width: 100%;
	position: relative;
}
.movie_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*返金保証*/
.henkin {
	border: 1px solid #666;
	padding: 30px 40px 30px 60px;
	background: #fff;
	border-radius: 6px;
}
.henkin h2 {
	font-size: 40px;
}
.henkin .henkin-img {
	width: 25%;
	margin: 0 0 1.5em 1.5em;
	float: right;
}
.henkin .henkin-img img {
	width: 100%;
	height: auto;
}
.koe-box {
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	margin-bottom: 20px;
}
.koe-box p {
	margin-bottom: 0;
	line-height: 1.4;
}
/*会社情報*/
.co-box {}
.co-box h2 {
	color: #4367a6;
	font-size: 40px;
}
.co-box h3 {
	font-size: 24px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}
.co-box h3 span {
	font-weight: normal;
	font-size: 18px;
}
.co-box p {
	font-size: 16px;
}
/*リボン見出し*/
.ribbon5 {
  display: inline-block !important;
  position: relative;
  height: 55px;
  line-height: 55px;
  text-align: center;
  /*padding: 7px 0;*/
  font-size: 22px !important;/*文字サイズ*/
  background: #f89e00;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon5 h3 {
  margin: 0;
  padding: 5px 30px 5px 15px !important;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  line-height: 55px !important;
font-size: 22px !important;
  display: inline !important;
}

.ribbon5:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.theme-f-container {
	display:flex; 
	align-items: stretch;
}
.theme-f-container .f-item {
	width: 48%;
}
.sp {
	display: none;
}
/*
.videoWrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.videoWrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
*/
/*申し込みボタン*/
a.btn {
	text-decoration: none;
	display: block;
}
.btn {
  background: linear-gradient(#ffe200, #ffe200, #ffb600);/*#881111*/
  color: #111;
  font-size: 2rem;
  font-family:"Noto Serif JP";
  font-weight:700;
  height: 3.9rem;
  width: 75%;
  border-radius: 25px;
	border:1px solid #ffb600;
	text-align: center;
	vertical-align:middle;
	padding-top: 20px;
	margin: 0 auto 0;
}
.btn:hover {
  background: linear-gradient(#fff454, #fff454, #ffd700);
  color: #111;
	border: 2px solid #ffb600;
}
.btn-box {
	width: 75%;
	margin: 0 auto;
}
.btn-box img {
	width: 100%;
	height: auto;
}
.btn-box img:hover {
	opacity: 0.6;
}
.img-box {
	width: 90%;
	margin: 0 auto 30px;
}
.img-box75 {
	width: 75%;
	margin: 0 auto 30px;
}
.img-box img,
.img-box75 img{
	width: 100%;
	height: auto;
}
h2.title01 {
    text-align: center;
    line-height: 4.5rem;
    font-size: 3rem;
    font-family: "Noto Serif JP" !important;
    font-weight: 700;
    color: #252526;
}
@media screen and (max-width:980px){
h2.title01 {
    text-align: center;
    line-height:2rem;
    font-size: 1.4rem;
    font-family: "Noto Serif JP" !important;
    font-weight: 700;
    color: #252526;
}
}
p {
    text-align: left;
    line-height: 2rem;
    font-size: 1.2384rem;
    margin-bottom: 1.8rem;
}
@media screen and (max-width:980px){
p {
    text-align: left;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 1.8rem;
}	
}
ul {
	margin-left:20px;
}
ul li {
	/*line-height: 1.7;*/
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
h3.mc01 {
  position: relative;
  padding: 0.25em 0;
	font-size: 28px;
	font-weight: bold;
}
h3.mc01:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(67, 103, 166), transparent);
}
table.schedule {
	width: 100%;
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	background-color: #fff;
}
table.schedule td {
	padding: 10px;
	line-height: 1.3;
	border-collapse: collapse;
	border: 1px solid #ccc;
	vertical-align: middle;
}
table.schedule td.schedule-l {
	width: 15%;/*25%*/
	text-align: center;
}
.hi-line {
	/*background: #fff000;
	padding: 5px;*/
background:linear-gradient(transparent 60%, #fff43c 60%);
}
.list-box {
	background-color: #f0f5ff;
	padding: 20px;
	border: 1px solid #4367a6;
	/*border-radius: 6px;*/
}
.list-box ul {

}
.kouza-box {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 30px;
	box-sizing: border-box;
	border: 1px solid #4367a6;
}
.kouza-box h3 {
	/*font-weight: bold;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
	color: #4367a6;
	padding: 10px 0;*/
	/*border-bottom: 2px solid #4367a6;*/
}
.kouza-box ul {
	margin-left: 30px;
}
.kouza-box li {
	list-style: none;
	  text-indent: -1em;
  padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 0.5rem;
}
.kouza-box h3 {
	position: relative;
	font-size: 30px;
	text-align: center;
	border-bottom: 5px solid #dddddd;
	color: #222;
	font-weight: bold;
	margin-bottom: 40px;
}

.kouza-box h3::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color:#4367a6;/*#387ccc*/
}
.kouza-box-img {
	width: 90%;
	margin: 50px auto;
}
.kouza-box-img img {
	width: 100%;
	height: auto;
}
.support-box {}
.support-box ul {
	margin-left: 30px;
}
.support-box li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	font-size: 24px;
	font-weight: bold;
}
.tokuten-box {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 30px;
	box-sizing: border-box;
	/*border: 1px solid #4367a6;*/
}
.tokuten-box h3 {
	font-size: 28px;
	color: #4367a6;
	font-weight: bold;
	margin-bottom: 30px;
}
table.schedule td {
	font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.td-title {
	/*font-size: 24px;*/
	font-weight: 700;
	margin: 15px 0;
}
table.schedule ul {
	background-color: #f4f6fa;
	padding: 10px;
	margin-left: 0;
}
table.schedule li {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
}

@media screen and (max-width:800px){
table.schedule ul {
	background-color: #f4f6fa;
	padding: 5px;
	margin-left: 0;
}
table.schedule li {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 5px;
}
table.schedule td {
	padding: 8px;
}
.td-title {
	font-size: 1.2em;
	font-weight: 700;
	margin: 5px 0;
}
}
