@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Oswald';

/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
*{ margin:0; padding:0; box-sizing:border-box; }
select option{ padding:0 5px; }
body{ color:#333; background-color:#fff; font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
      line-height:2.0; min-width:1050px; -webkit-text-size-adjust:100%; }
h1 , h2 , h3 , h4 , h5 , h6 , address{ font-style:normal; font-weight:normal; font-size:100%; margin:0; }
ul{ list-style-type:none; }
img{ border:0; vertical-align:bottom; }

table{ border-spacing:0; border:0; }
table th{ text-align:left; vertical-align:middle; font-weight:normal; }
table td{ word-break:break-all; }

.tcR{ color:#ee163f; font-weight:bold; }

.floatR{ float:right; }
.floatL{ float:left; }

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.fontS{ font-size:12px; }
.fontM{ font-size:16px; }
.fontML{ font-size:20px; }
.fontL{ font-size:24px; }

.str{ font-weight:bold; }
	
.marker{ background:linear-gradient(transparent 60%, #ffff66 60%);}

.idt{ padding-left:1.0em; text-indent:-1.0em; }
.idtS{ padding-left:0.5em; text-indent:-0.5em; }

.uLine{ text-decoration:underline; }

.rel{ position:relative; }
.abs{ position:absolute; }

p{ margin-bottom:30px; }

.smRN{ margin-right:0px !important; }
.smRSS{ margin-right:10px; }
.smRS{ margin-right:20px; }
.smRM{ margin-right:30px; }
.smRL{ margin-right:40px; }
.smRLL{ margin-right:50px; }

.smlN{ margin-left:0px !important; }
.smlSS{ margin-left:10px; }
.smlS{ margin-left:20px; }
.smlM{ margin-left:30px; }
.smlL{ margin-left:40px; }
.smlLL{ margin-left:50px; }

.smtN{ margin-top:0px !important; }
.smtSS{ margin-top:10px; }
.smtS{ margin-top:20px; }
.smtM{ margin-top:30px; }
.smtL{ margin-top:40px; }
.smtLL{ margin-top:50px; }

.smbN{ margin-bottom:0px !important; }
.smbSS{ margin-bottom:10px !important; }
.smbS{ margin-bottom:20px !important; }
.smbM{ margin-bottom:30px !important; }
.smbL{ margin-bottom:40px !important; }
.smbLL{ margin-bottom:50px !important; }

.txtbox{ background-color:#fafafa; border:solid 1px #e0e0e0; border-radius:10px; padding:25px; }


/* a **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
a:link , a:visited{ color:#333; text-decoration:underline; }
a:hover{ color:#fd3399; text-decoration:underline; }

.slidemenu a:link , .slidemenu a:visited{ color:#333; text-decoration:none; }
.slidemenu a:hover{ color:#333; text-decoration:none; }


/* clearfix **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.cf:before , .cf:after{ content:""; display:table; }
.cf:after{ clear:both; }


/* container & wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.container{ width:1000px; margin:0 auto; position:relative; }
.wrap{ margin:0 60px; }


/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.header{ background:url(../images/header_bg.jpg) no-repeat center top; }

.header .top{ background:url(../images/header_top_bg.png) repeat-x; }

.header h1{ text-align:center; margin:15px 0 60px; }
.header .txtbox{ width:880px; margin:25px auto 40px; }


/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.sbtBg{ background-color:#fd3399; height:100px; margin-bottom:30px; text-align:center; }
h2.container img{ position:absolute; top:-21px; left:0px; }

ul.list01{ margin-bottom:30px; }
ul.list01 li{ background:url(../images/listmark1.png) no-repeat left center; font-size:16px; padding-left:20px; }

.apply .txtbox{ padding:1px; margin-bottom:20px; }
.apply .txtbox h3{ background-color:#fd3399; color:#fff; border-radius:8px 8px 0 0; text-align:center; padding:7px; margin-bottom:15px; font:26px 'Oswald',sans-serif; text-shadow:1px 1px 3px #b00058; }
.apply .txtbox h4{ text-align:center; color:#fd3399; font-weight:bold; font-size:20px; margin-bottom:15px; }
.apply .txtbox p{ margin:0 50px; line-height:1.6; }
.apply .quiz{ background-color:#ffc6e3; margin:25px; padding:25px; border-radius:5px; }

.appform .txtbox{ background-color:#ebffd5; }
.appform .txtbox h3{ background-color:#66c600; text-shadow:1px 1px 3px #268600; font-weight:bold; }
.appform dl{ margin:0 20px; }
.appform dt{ font-size:18px; }
.appform dd{ margin-bottom:15px; }
.appform input.iptW{ width:100%; height:40px; background-color:#fff; border:solid 1px #c5ec9b; border-radius:5px; }
.appform input.btn{ width:600px; height:80px; color:#fff; font-size:26px; text-shadow:1px 1px 3px #b00058; box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.3); font-weight:bold; border:solid 1px #ffc6e3; border-radius:10px;
					background-image:-moz-linear-gradient( 90deg, rgb(253,51,153) 0%, rgb(255,113,185) 100%);
					background-image:-webkit-linear-gradient( 90deg, rgb(253,51,153) 0%, rgb(255,113,185) 100%);
					background-image:-ms-linear-gradient( 90deg, rgb(253,51,153) 0%, rgb(255,113,185) 100%);
					}

.profile{ background-color:#f1f1f1; padding:50px 0 20px; }

/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{ font-size:10px; text-align:center; padding:10px 0; }
.footer .corpname{ font-size:14px; font-weight:bold; }





/*------------------------------------
 youtube,download
---------------------------------------------------------------------------------------------------*/
.box_pv {
	background: #fff;
	margin: 0 auto;
	padding: 30px 0;
	width: 640px;
}

.movie-wrap {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}
 
.movie-wrap iframe {
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sub_btn {
	text-align: center;
	margin: 30px auto;
}

.sub_btn a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background: linear-gradient(top, #f8d775 30%, #f9d97a 61%);
	background: -moz-linear-gradient(top, #f8d775 30%, #f9d97a 61%);
	background: -webkit-linear-gradient(top, #f8d775 30%, #f9d97a 61%);
	color: #673a15;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: solid 1px #2b1812;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	/*-webkit-appearance: button;*/
}

.sub_btn a:hover {
	cursor: pointer;
 	opacity: 0.8;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.8;
}


