@charaset "utf-8";

* {	margin: 0; padding: 0;}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}

body { 
	font-size: 16px; 
	color:#333333;
	word-break: break-all;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.header_inner{ 
	width : 860px;
	box-sizing: border-box;
 	margin: 10px auto; 
 	padding: auto;
}


.header{ 
/*
	background-color: #ffa751;
	background: radial-gradient( #ffe259,#ffa751);
*/
	background-color: #00a0e9;
	background: radial-gradient( #54f7f9,#00a0e9);
    min-width: 860px;
    overflow: hidden;
    width: 100%;
}






.main{ 
	width: 860px; 
	box-sizing: border-box;
	margin: auto; 
	padding: auto;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}


.article{
	 margin: auto;
	 padding: auto;
	 width: 860px;
	 box-sizing: border-box;
	 text-align: left;
	 position: relative;
	 }

.form_article{
	 margin: auto; 
	 padding: auto; 
	 float: left; 
	 width: 860px;
	 box-sizing: border-box; 
	 text-align: left;
	 box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
	 }

.section{ margin: auto; padding: auto; float: left; width: 660px; text-align: left;}


.form_section{ 
	margin: auto; 
	padding: auto; 
	float: left; 
	width: 860px;
	box-sizing: border-box; 
	text-align: left;
	}


#form_table{
	border-collapse: collapse;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 30px;
    text-align: left;
    width: 800px;

}

#form_table tr{
	width: 800px;
}

#form_table th{
	background-color: #eeeeee ;
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 15px 10px 15px 30px;
    vertical-align: top;
    width: 250px;
}

#form_table td{
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 15px 50px;
    vertical-align: middle;
    width: 550px;

}


ul{ margin: auto; padding: auto; list-style-type: none; }
ul.TM{ font-size: 16px;  margin: 0 0 0 20px; list-style-type: disc;}
ol{ margin: 0 0 0 20px;}
.side li span{ margin: 0 5px 0 5px; color: #17184b;}
li.ac{ line-height: 26px; margin: 0 0 0 20px; list-style-type: disc;}


a{ text-decoration: none;  color:#000000;}
a:hover{ text-decoration: underline;  color:#CC3366 ;}



h2 {
position: relative;
color: #333333;
display: inline-block;
margin: 30px 0 30px 30px;
text-shadow: 0 0 2px white;
}
h2:before {
content: "";
position: absolute;
background: #ffe259;
width: 70px;
height: 70px;
border-radius: 50%;
top: 50%;
left: 10px;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: -1;
}


h3{ font-size: 20px; margin: 20px 0 0 0;}
h3 span{ border-bottom: 3px solid #dddddd; display:block; padding: 0px 0px 5px 5px;}

p{ margin: 0px 0 5px 0px; padding: 5px;}
p.fax{ line-height: 20px; margin: 0px 0 10px 0px; padding: 5px; font-size: 16px;}

th{ padding: 8px; font-size: 16px;}

td { padding: 8px; font-size: 14px;}

p.entry{ font-size: 22px; width: 600px; padding: 8px; text-align: center; letter-spacing: 0.2em;}

p span.title{
	letter-spacing: 0.1em;
	border: 5px solid #004385;
	font-size: 22px;
	display:block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	text-align: center;}

.footer{ 
	background-color:#ffe259;
	background: radial-gradient(#ffe259, #ffa751);
    min-width: 860px;
    overflow: hidden;
    width: 100%;
}

.footer_inner{
	text-align: center;
    clear: both;
    width: 860px;
    height : 50px;
    margin: 15px auto;
    padding: 20px auto;
    font-size: 14px;
    font-family: メイリオ;
}


.lead_box1{
	border-bottom: 2px dotted #aaa;
    box-sizing: border-box;
    width: 860px;
    padding: 30px 5px 30px 40px;
    overflow: hidden;
}



#present_icon{
	width:155px;
	height:155px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 175px;
	right:10px;
	border-radius:80px;
	background-color:rgb(255, 39, 151, 0.95);
	/*background: #ada996; */
	color:#fff;
	font-weight:bold;
	font-size:18px;
	/*text-shadow:2px 2px 4px #777;*/

}


.timetable_box{
    box-sizing: border-box;
    width: 760px;
    margin: 20px auto 10px auto;

}



.lead_box3{
	background-color:#ea6264;
    box-sizing: border-box;
    width: 760px;
    color:#fff;
    text-align:center;
    padding: 10px 50px;
    border-radius:10px;
    margin:20px auto 0px auto;
    
}


.program_box{
    box-sizing: border-box;
    clear: both;
    line-height: 24px;
    margin: -5px 0px 0px 0px;
    padding: 0px 30px 10px 30px;
    width: 860px;
}

.kouza_dl_wrapper{
	box-sizing: border-box;
	width: 760px;
	padding: 10px 30px 20px 30px;
	margin:0 auto;
	border:solid 1px #aaa;
}



.program_box dl{  
	width : 700px;
	  margin: 20px auto 15px auto;
}

.program_box dt{
	float:left;
	clear:left;
	width : 130px;
	font-size : 20px;
	font-weight : bold;
	margin :0px 40px 20px 0px;
	padding : 2px 0px 1px 0px;
	line-height : 1.7; 
	background-color:#00a0e9;
	border-radius: 20px;
    text-align: center;	
	color:#ffffff;  
}

.program_box dd{
	float:left;
	font-size : 18px;
	line-height : 1.6;    
	margin-bottom : 20px;
	padding : 2px 0px 2px 0px;
	width : 500px;
}

.kouza_li {
	float:left;
	box-sizing: border-box;
	width : 300px;
	height:50px
    line-height: 1.6em;
    padding: 7px;
    text-align: center;
    margin: 0 0 20px 0;
    font-size : 16px;  

}

.text_box{
	width : 550px;
  margin : 10px 0px 10px 0px;
}

.text_box ul{
clear:both;
}

.text_box li{
	float:left;
	list-style-type: none;
	font-size : 14px;
}

.button a{ text-decoration: none; display: block;  height: 30px; background: #d13f31; color: #ffffff; line-height: 30px; text-align: center; text-transform: uppercase;}


.button_top a{ text-decoration: none; display: block; width: 140px; height: 30px; background: #00a0e9; color: #ffffff; line-height: 30px; text-align: center; text-transform: uppercase;}

.button a:hover{ opacity : 0.7;}

.button03 a{ text-decoration: none; display: block; width: 180px; height: 30px; background: #00a0e9; color: #ffffff; line-height: 30px; text-align: center; text-transform: uppercase; border-radius: 3px;}

.button03 a:hover{ background: #d13f31;}


.entry_box{
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 10px;
    padding: 10px 30px 0px 30px;
    width: 860px;
}

.enquiry_box{
	clear:both;
	width : 860px;
	box-sizing: border-box;
	margin: 0px 0px;
    padding: 20px 30px 20px 30px;
	font-size: 18px;
	line-height:24px;
}
.enquiry_box ul{
	clear:both;
	width : 660px;
	margin: 10px 100px;
	font-size: 18px;
	line-height:1.5em;
	list-style-type: none;
}
.content{
	margin: 30px 0px 0px 0px;
}

.cont_box_text1{
	border: 2px solid #cccccc;
    clear: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 20px 5px 10px;
    padding: 2px 15px 1px 15px;
    text-align:center;
    border-radius: 3px;
    background-color:#eef6ff;
}


.magazine_box {
    box-sizing: border-box;
    clear: both;
    line-height: 24px;
    margin: 0px auto;
    padding: 30px;
    width: 860px;
}

.ml100 { margin-left: 100px;}

/*   フォーム部分   */

.form_box{
	clear:both;
	width : 660px;
	margin: 0px 10px;
	padding: 30px 0px 30px 0px;
	font-size: 18px;
	line-height:24px;
}
	
.form_box form{margin: 0px 0px 30px 0px;}

.mars{margin:-20px 0px 5px  60px;}


/*--------−共通で何回も使える----------*/
.width400{ width: 400px;}
.width380{ width: 380px;}

.width350{ width: 350px;}
.width330{ width: 330px;}
.width150{ width: 150px;}
.width120{ width: 120px;}
.width200{ width: 200px;}
.width300{ width: 300px;}
.width500{ width: 500px;}

.float_left {float: left;}
.float_right {float: right;}
.clear{clear:both;}

.color_f{color:#fff;}

.font_b{ font-weight : bold;}

.fonts12{font-size : 12px;}
.fonts14{font-size : 14px;}
.fonts16{font-size : 16px;}
.fonts17{font-size : 17px;}
.fonts18{font-size : 18px;}
.fonts20{font-size : 20px;}
.fonts21{font-size : 21px;}
.fonts22{font-size : 22px;}
.fonts24{font-size : 24px;}
.fonts26{font-size : 26px;}
.fonts30{font-size : 30px;}


.indent1{text-indent:-1em;}
.indent2{text-indent:2em;}

.align_center{text-align: center;}

.margin_center{margin:0 auto 0 auto;}

.mt-10{margin-top : -10px;}
.mt-20{margin-top : -20px;}
.mt5{margin-top : 5px;}
.mt10{margin-top : 10px;}
.mt20{margin-top : 20px;}
.mt160{margin-top : 160px;}
.mt170{margin-top : 170px;}

.m0{margin : 0px;}

.ml20{ margin-left : 20px;}
.ml30{margin-left : 30px;}
.ml40{margin-left : 40px;}
.ml50{margin-left : 50px;}
.ml60{margin-left : 60px;}
.ml75{margin-left : 75px;}
.ml80{margin-left : 80px;}
.ml90{margin-left : 90px;}
.ml100{margin-left : 100px;}
.ml120{margin-left : 120px;}
.ml135{margin-left : 135px;}
.ml155{margin-left : 155px;}
.ml175{margin-left : 175px;}
.ml180{margin-left : 180px;}
.ml200{margin-left : 200px;}
.ml220{margin-left : 220px;}
.ml320{margin-left : 320px;}

.mb10{margin-bottom : 10px;}

.p0{padding: 0px;}

.p20_30{padding: 20px 30px ;}

.pl90{padding-left : 90px;}

.textred{color: #b22222;}
.textred2{ color: #c00;}

.textblue{color: #5472cd;}
.textnevy{color: #251961;}
.textwine{color: #640125;}
.textgreen{color: #008080;}
.textwhite{color: #ffffff;}

.text_underline{text-decoration:underline;}

.line-height1.2{line-height:1.2em;}
.line-height1.4{line-height:1.4em;}
.line-height1.7{line-height:1.7em;}


