@charset "utf-8";article,aside,dialog,div,figure,footer,header,hgroup,hr,nav,section{display:block}a,hr{border:0;padding:0}em,mark{font-style:italic}abbr,address,article,aside,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:16px;font-weight:400;vertical-align:baseline;background:0 0}mark,strong{font-weight:700}ins,mark{background-color:#ff9;color:#000}body{line-height:1.8;overflow-y:scroll}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}.chu:before,.kome:before{content:"※"}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}.red,b{color:red}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:text-top}img{vertical-align:bottom}b{font-size:inherit}small{font-size:80%}.center{text-align:center}.border{border:1px solid}.blue{color:#00f}.chu{color:red}.kome{margin-left:1em;font-size:90%}blockquote p,q{quotes:"『" "』""「" "」"}blockquote p:before,q:before{content:open-quote}blockquote p:after,q:after{content:close-quote}ruby rt{margin-bottom:-5px;font-size:8px}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 95%;
	background-image: url(img/back.jpg);
}
.wrap{
	width:70%;
	margin: 0 auto;
	background: white;
}
/* *********************** */
/*        1000pxまで       */
/* *********************** */
@media screen and (max-width:1000px){
	body{
		font-size: 80%;
		line-height: auto;
	}
	.wrap{
		width: 95%;
		margin: 0 auto;
	}
}



h2{
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 140%;
	font-weight: bold;
	color:#6A1416;
	border-bottom: 3px solid #6A1416;
}
img{
	width: 95%;
	max-width: 95%;
	height: auto;
}

.att{
	color: #F00;
	font-weight: bold;
}
.caution{
	color: #F00;
	font-weight: bold;
	text-align: center;
}


.highlight{
	background: #FFFD00;
	padding: 2px 3px;
}
.del{
	text-decoration: line-through;
}
.waku{
	border: 1px solid #000;
	padding: 0.2em;
}
.gaiyo{
	margin: 10px auto;
	padding:15px;
	border: 5px solid #874503;
	color:#421C08;
	font-size: 120%;
	font-weight: bold;
}
#t_point{
	margin: 25px auto;
	padding:15px;
	background-color:#921C1E;
	color:#fff;
}
#t_point p{
	font-size: 150%;
	font-weight: bold;
}

#onrei{
	margin: 25px auto;
	padding:15px;
	background-color:yellow;
	color: red;
}
#onrei p{
	font-size: 150%;
	font-weight: bold;
}


/* *** 構造枠 *** */
#content,#flow,#contact{
	width: 90%;
	margin: 0 auto;
	padding: 0 1em 1em 1em;
}
#footer{
	clear: both;
	margin: 0 1em;
	text-align: center;
}




#content dl{margin-top:1em; }
#content dt{
	margin: 10px 1em 0 10px;
	font-weight: bold;
	border-bottom: #ccc dotted 2px;
	padding-left: 1em;
	padding-bottom: 0.5em;
	font-size: 120%;
}
#content dt:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	padding-right:1em;
}
#content dd{
	margin: 20px;
}

/* *** 申込ボタン *** */
#moco{
	width: 60%;
	margin: 40px auto;
	text-align: center;
	font-weight: bold;
}
#moco a{
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	font-size: 120%;
	text-decoration: none;
}

#moco.start{	background: #1D2284;	color: #fff; }
#moco a{	color: #FFF; }
#moco a:hover{	background: #F00; }

#moco.end{	background: #000;	 }



/* *** リストスタイル *** */
.list li{
	list-style: none;
	margin-left: 1em;
}
.list li:before{
	content: "※";
	margin-left: -1em;
}
.decimal li{
	list-style: decimal;
	list-style-position: outside;
	margin-left: 1em;
}
.disc li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
}



/* *** ボタンスタイル *** */
.btn{
	display: inline-block;
  width: 250px;
  margin: 10px 20px;
  padding: 15px 10px;
  border: 1px solid navy;
  background: navy;
  color: #fff;
  text-align: center;
  line-height: 1;
  transition: .3s;
	border-radius: 5px;
	font-size: 110%;
}
.btn a{
	display: inline-block;
  width: 250px;
  padding: 15px 10px;
  text-decoration: none;
}
.btn a:hover {
  background: #8CEBFF;
  color:#1E2041;
}



/* ************************ */
/* お申し込み・お問い合わせ */
/* ************************ */
#contact dt{
	margin: 20px 1.5em 10px 1.5em;
	font-weight: bold;
	border-bottom: 2px double #6EBEFF;
	font-size: 110%;
	color:#272727;
}
#contact dd{
	margin: 0em 2.5em;
}

#kanri{
	border: 1px solid #000;
	padding: 1em;
	margin: 1em auto;
	width: 85%;	
}

#kikaku{
	float: left;
	width: 90%;
	margin: 0 5%;
}
#kikaku address{
	float: left;
	width:60%;
	margin-right: 2%;
}
#logo_knt{
	float: right;
	width: 38%;
}
#logo_knt img{
	width: 100%;
	height: auto;
	max-width: 301px;
}
@media (max-width:640px){
	body{
		font-size: 14px;
	}
	h2{
		font-size: 14px;
	}
	#t_point p{
	font-size: 16px;
	}
	dl,dt,dd,td,th,table,p{
		font-size: 14px;
	}
	#kikaku address, #logo_knt{
		float: none;
		width:100%;
		margin-right: 0;
	}
}
