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;vertical-align:baseline;background:0 0}mark,strong{font-weight:700}ins,mark{background-color:#ff9;color:#000}body{line-height:1.6;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}

body {
	font-size:13px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
	line-height: 20px;
	background:#D9D9D9;
	color:#333;
}

.t-large{ font-size: 110%; font-weight: normal; }
.att{ font-weight: bold; color: red; }

/* ******* listスタイル ******* */
.disc > li{ 
	list-style: inside disc;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal > li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1em;
}
.list > li{ 
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
.list > li::before{
	content: "※";
}
.no_mark > li{
	list-style: none;
	text-indent: 0;
}
.no_mark_i > li{
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}

/* ******* dlスタイル ******* */
dl.short > dt{
	clear: both;
	float: left;
	width: 8em;
}
dl.short > dt::before{	content: "◇";	}
dl.short > dt::after{	content: "：";	}
dl.short > dd{
	margin-left: 9em;
}
@media only screen and ( max-width: 480px ){
  dl.short > dt{
    width: 100%;
  }
  dl.short > dd{
    margin-left: 1em;
  }
}

dl.sshort > dt{
	clear: both;
	float: left;
	width: 4em;
}
dl.sshort > dt::after{
	content: "：";	
}
dl.sshort > dd{
	margin-left: 4em;
}

/* ******* tableスタイル ******* */
table.schedule {
	clear: both;
	width: 100%;
	margin: 10px 0;
	text-align:center;
	font-size: small;
	border: solid 1px #CCCCCC;
}
table.schedule th{ 
	padding: 3px;
	font-weight:bold;
	vertical-align:middle;
	border: solid 1px #CCCCCC;
	background:#EFEFEF;
}
table.schedule td {
	padding: 3px;
	vertical-align:middle;
	border: solid 1px #CCCCCC;
}


/* レイアウト-------------------- */
.wrapper {
  width: 90%;
	max-width:1000px;
	margin:0 auto;
	line-height:1.8;
	box-shadow: 0px 2px 10px #666;
	background:#fff;
}

#main_header{
  padding: 20px 0;
}

#contents, #contact{
	width:90%;
	padding:20px 5%;
}

.content{
  margin: 10px 0;
  padding: 10px 0;
}
.border_box{
  margin: 10px 0;
  padding: 10px 2% 0;
  border: dotted 1px #999;
}
#oshirase{
  color: red;
  font-size: 130%;
  font-weight: 550;
}
.en{ font-size: 110%;}
#gaiyo{
  padding: 10px 2% 20px;
  border:  solid 1px #ccc;
}
#gaiyo h2{
  font-weight: normal;
  border: none;
}

/* 見出し-------------------- */

h1{
	text-align:center;
	margin:0px;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
}
h1 img{
  width: 100%;
  height: auto;
}

h2 {
  clear: both;
  margin: 10px 0;
  padding-bottom: 3px;
  font-size: 18px;
  border-bottom: 1px solid #bfbfbf;  
}



/* お申込み方法------------ */

.flow li{
  padding: 10px 0 30px;
  list-style: none;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.flow li:last-child{
	background: none;
}
.flow li p{
  display: block;
  padding: 20px 2% 20px 3em;;
  text-indent: -1.5em;
  border: solid 1px #ccc;
}

.btn_area{
  padding: 10px 0;
  text-align: center;
}
.btn_area img{
  width: 100%;
  max-width: 295px;
  height: auto;
}
.btn_area a:hover img{
  opacity: 0.8;
}

#logo{
  float: right;
  width: 20%;
}
#logo img{
  width: 100%;
  max-width: 180px;
  height: auto;
}

/* pre------------ */
#jyoken p:first-child{
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#jyoken ul{
  margin: 20px 0;
}
.yn{
  display: flex;
  flex-wrap: wrap;
}
.yn li{
  list-style: none;
  flex-basis: 45%;
  margin: 10px 2%;
}
@media only screen and ( max-width: 480px ){
.yn li{
  flex-basis: 96%;
  }
}

#contact dt {
	clear: both;
    margin: 1.5em 1.5em 0.5em 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%;
}
#logo_knt {
	float: right;
	width: 32%;
	margin-right: 1%;
}
@media screen and (max-width:640px){
	#logo_knt {
		float: none;
		width: 100%;
		max-width: 300px;
		height: auto;
		margin-right: 0;
	}
}

table{
	border: 1px solid #000000;
	margin: 10px;
}
th{background-color:#cccccc;
	border: 1px solid #000000;
	padding: 10px;
}
td{
	border: 1px solid #000000;
	padding: 10px;
}
caption {
  caption-side: bottom;
	text-align: right;
	font-size: 80%;
}




