@charset "utf-8";
*{margin: 0;padding: 0;}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.95rem;

}
header{
	margin-bottom: 20px;
}
h1{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 1em;
}
header p{
	width: 22em;
	margin: auto;
	font-weight: bold;
	color: #DB4D9C;
}
.wrap{
	width:1024px;
	margin: 0 auto;
	background-color: #fff;
}
.text_box{
	margin-bottom: 3em;
}

/* *********************** */
/*        1000pxまで       */
/* *********************** */
@media screen and (max-width:1000px){
	body{
		font-size: 80%;
		line-height: auto;
	}
	.wrap{
		width: 100%;
		margin: 0 auto;
	}
}



h2{
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 140%;
	font-weight: bold;
	color:#E94E83;
	border-bottom: 3px solid #E94E83;
}
h3{
	background-color: #E94E83;
	color: #fff;
	line-height: 120%;
	padding: 10px;
	margin: 1.5em 0;
}
img{
	max-width: 100%;
	height: auto;
}


.att{
	color: #F00;
	font-weight: bold;
}
.caution{
	color: #F00;
	font-weight: bold;
	text-align: center;
}
.del{
	text-decoration: line-through;
}
.waku{
	border: 1px solid #000;
	padding: 0.2em;
}
.center{
	text-align: center;
}
.mb10{
	margin-bottom: 10px;
}



/* *** 構造枠 *** */
#content,#flow,#contact{
	width: 100%;
	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: 50px 1em 0 10px;
	font-weight: bold;
	border-bottom: #ccc dotted 2px;
	padding-left: 1em;
	padding-bottom: 0.5em;
	font-size: 120%;
	color: #ED8A17;
}
#content dt:before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	padding-right:1em;
}
#content dd{
	margin: 10px 20px 20px 20px;
}

/* *** 申込ボタン *** */
#moco{
	width: 60%;
	margin: 40px auto 20px;
	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: #164a84;	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;
	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: 30px 1.5em 10px 1.5em;
	font-weight: bold;
	border-bottom: 2px double #E94E83;
	font-size: 110%;
	color:#E94E83;
}
#contact dd{
	margin: 0em 2.5em;
}

#kanri{
	border: 1px solid #000;
	padding: 1em;
	margin: 1em auto;
	width: 85%;	
}


#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;
	}
	dl,dt,dd,td,th,table,p{
		font-size: 14px;
	}
	#logo_knt{
		float: none;
		width:100%;
		margin-right: 0;
	}
}
