@charset "UTF-8";

/* --------------------
 共通設定
----------------------- */
html{
	overflow-y: scroll;
}
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#container img {
	display: block;
	width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
#header h1 img {
	width: 16.6%;
	padding: 0 2.5%;
}
#billboard {
	border-top: 5px solid #e60012;
}
#introduction {
	position: relative;
	padding-bottom: 2%;
}
#introduction p {
	font-size: 187.5%;
	line-height: 34px;
	margin: 1% 5% 3%;
	background: #fff url(../images/sp/bg-01.gif) repeat 0 0;
}
#introduction p span {
	color: #ff8c00;
	font-weight: bold;
}
#introduction p.caps {
	position: absolute;
	bottom: 0;
	right: 5%;
	margin: 0;
	background: transparent none no-repeat 0 0;
	color: #474747;
	text-align: right;
	font-size: 112.5%;
}
#step-01 {
	background: #fff url(../images/sp/bg-02.gif) repeat 0 0;
	border-top: 2px solid #ede8db;
	position: relative;
	padding: 0 0 10px;
}
#step-01 h3,
#step-02 h3 {
	position: absolute;
	top: -2px;
	left: 2.5%;
	width: 95%;
}
#step-01 .youtube {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 670px;
	margin: 11% auto 0;
	padding: 5% 2.5% 2.5%;
}
#step-01 .youtube iframe {
	width: 100%;
}
#step-02 {
	background: #fff url(../images/sp/bg-02.gif) repeat 0 0;
	position: relative;
	padding: 1px 0 2.5%;
}
#step-02 .youtube {
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 710px;
	margin: 11% auto 0;
}
#step-03 h3 {
	margin: 0 2.5%;
}
#step-03 section {
	border: 1px solid #ccc;
	margin: 0 5% 2.5%;
	background: #fff url(../images/sp/bg-03.gif) repeat-x 0 100%;
	padding: 2.5%;
	position: relative;
}
#step-03 section figure {
	float: left;
	width: 30%;
	border: 1px solid #e5e5e5;
}
#step-03 section h4,
#step-03 section p.excerpt {
	float: right;
	width: 66.6%;
}
#step-03 section p.excerpt {
	font-size: 162.5%;
	padding: 1% 3% 1% 1%;
	margin-bottom:5%;
	box-sizing: border-box;
}
#step-03 section p.more {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 162.5%;
	text-align: right;
	margin: 2.5%;
	padding-right: 28px;
	background: transparent url(../images/sp/icon-01.png) no-repeat 100% 50%;
}
#step-03 section p.more a {
	text-decoration: underline;
}
#entryform select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ddd;
	border-radius: 3px;
	background: #fff url(../images/sp/bg-04.gif) no-repeat 100% 50%;
	line-height: 75px;
	height: 75px;
	width: 588px;
	margin: 3% auto 2%;
	display: block;
	text-align: center;
	font-size: 30px;
}
#entryform input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	position: relative;
	background: #fff url(../images/sp/button-00.png) no-repeat 0 0;
	width: 625px;
	height: 100px;
	text-indent: 200%;
	border: 0 none transparent;
	margin: 0 auto 3%;
	overflow: hidden;
}
#entryform input[type=button].able {
	background-image: url(../images/sp/button-01.png);
}
#entryform input[type=button].able:hover {
		opacity: 0.8;
}
#oubo h3 {
	color: #ffffff;
	font-size: 237.5%;
	text-align: center;
	line-height: 300%;
	margin: 3% 5%;
	background-color:#ffa500;
	border: 1px solid #ffa500;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#oubo h3 a:link {
	 color: #ffffff; 
}
#notice {
	background-color: #f6f1e3;
	padding: 0 5% 3%;
}
#notice h3 {
	color: #cc0000;
	font-size: 237.5%;
	text-align: center;
	line-height: 300%;
}
#notice ul {
	padding-left: 1em;
	font-size: 156.25%;
	line-height: 120%;
}
#notice ul li {
	text-indent: -1em;
	padding-bottom: 1em;
}
#notice ul li small {
	font-weight: normal;
	font-size: 80%;
	display: block;
	text-indent: 0;
}
#notice ul li a {
	text-decoration: underline;
}
footer {
	border: 4px solid #dbdbdb;
	margin: 3% 5%;
	text-align: center;
}
footer h3 {
	border-bottom: 1px dashed #dbdbdb;
	font-size: 200%;
	line-height: 200%;
}
footer p {
	font-size: 150%;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	padding: 3% 0;
}
footer p small {
	font-weight: normal;
	font-size: 80%;
	display: block;
}
#copyright {
	border-top: 5px solid #e60012;
	line-height: 400%;
	text-align: center;
	font-size: 112.5%;
}
/* --------------------
 SP
----------------------- */
@media only screen and (max-width:750px) {
	br.pc {
		display: none;
	}
	#step-01 .youtube iframe{
		height: 50.4vw;
	}
	#step-03 section p.excerpt {
	font-size: 177.5%;
	padding: 1% 0.5% 1% 1%;
	}
	#introduction p {
	font-size: 207.5%;
	padding: 0% 1.5%;
	}
	#step-03 section p.more {
	font-size: 177.5%;
	}
}
/* --------------------
 PC
----------------------- */
@media only screen and (min-width:751px) {
	#container {
		min-width: 860px;
	}
	#header h1 {
		width: 970px;
		margin: 0 auto;
	}
	#header h1 img {
		width: 162px;
	}
	#billboard {	
		background: #fff url(../images/pc/bg-02.gif) repeat 0 0;
		border-bottom: 1px solid #eee;
	}
	#billboard h2 {
		background: transparent url(../images/pc/main-01.png) no-repeat 50% 0;
		width: 100%;
		min-width: 830px;
		height: 590px;
		margin: 0 auto;
	}
	#billboard h2 img,
	#step-01 h3 img,
	#step-02 h3 img,
	#step-03 h3 img,
	#step-02 .youtube img,
	#step-03 section figure img,
	#step-03 section h4 img {
		display: none;
	}
	#introduction {
		width: 780px;
		margin: 0 auto;
		padding: 10px 25px 30px;
	}
	#introduction p {
		font-size: 22px;
		margin: 0 0 15px;
		background: #fff url(../images/pc/bg-01.gif) repeat 0 0;
		line-height: 39px;
	}
	#introduction p.caps {
		bottom: 10px;
		right: 25px;
	}
	#step-01 h3 {
		background: transparent url(../images/pc/ttl-01.png) no-repeat 50% 0;
		width: 100%;
		min-width: 830px;
		height: 131px;
		margin: 0 auto;
		left: 0;
	}
	#step-01 .youtube {
		width: 770px;
		margin-top: 90px;
		padding: 40px 30px 30px;
	}
	#step-02 {
		padding-bottom: 50px;
	}
	#step-02 h3 {
		background: transparent url(../images/pc/ttl-02.png) no-repeat 50% 0;
		width: 100%;
		min-width: 830px;
		height: 131px;
		margin: 0 auto;
		left: 0;
	}
	#step-02 .youtube {
		width: 830px;
		height: 500px;
		margin-top: 85px;
		background: #fff url(../images/pc/img-12.jpg) no-repeat 50%;
	}
	#step-03 h3 {
		background: transparent url(../images/pc/ttl-03.png) no-repeat 50% 0;
		width: 100%;
		min-width: 830px;
		height: 125px;
		margin: 0 auto;
		left: 0;
	}
	#step-03 section figure {
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 150px;
		height: 150px;
		margin-bottom: 20px;
	}
	#step-03 section h4 {
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 200px;
		height: 41px;
	}
	#step-03 section.course-02 h4,
	#step-03 section.course-03 h4,
	#step-03 section.course-04 h4,
	#step-03 section.course-09 h4,
	#step-03 section.course-10 h4 {
		height: 41px;
	}
	#step-03 section.course-01 figure {background-image: url(../images/pc/img-01.png);}
	#step-03 section.course-02 figure {background-image: url(../images/pc/img-02.png);}
	#step-03 section.course-03 figure {background-image: url(../images/pc/img-03.png);}
	#step-03 section.course-04 figure {background-image: url(../images/pc/img-04.png);}
	#step-03 section.course-05 figure {background-image: url(../images/pc/img-05.png);}
	#step-03 section.course-06 figure {background-image: url(../images/pc/img-06.png);}
	#step-03 section.course-07 figure {background-image: url(../images/pc/img-07.png);}
	#step-03 section.course-08 figure {background-image: url(../images/pc/img-08.png);}
	#step-03 section.course-09 figure {background-image: url(../images/pc/img-09.png);}
	#step-03 section.course-10 figure {background-image: url(../images/pc/img-10.png);}
	#step-03 section.course-01 h4 {background-image: url(../images/pc/subttl-01.png);}
	#step-03 section.course-02 h4 {background-image: url(../images/pc/subttl-02.png);}
	#step-03 section.course-03 h4 {background-image: url(../images/pc/subttl-03.png);}
	#step-03 section.course-04 h4 {background-image: url(../images/pc/subttl-04.png);}
	#step-03 section.course-05 h4 {background-image: url(../images/pc/subttl-05.png);}
	#step-03 section.course-06 h4 {background-image: url(../images/pc/subttl-06.png);}
	#step-03 section.course-07 h4 {background-image: url(../images/pc/subttl-07.png);}
	#step-03 section.course-08 h4 {background-image: url(../images/pc/subttl-08.png);}
	#step-03 section.course-09 h4 {background-image: url(../images/pc/subttl-09.png);}
	#step-03 section.course-10 h4 {background-image: url(../images/pc/subttl-10.png);}
	#step-03 .course-list {
		margin: 0 auto;
		width: 845px;
		padding-left: 15px;
	}
	#step-03 section {
		padding: 20px 20px 0;
		margin: 0 15px 15px 0;
		float: left;
		background-image: none;
	}
	#step-03 section h4,
	#step-03 section p.excerpt,
	#step-03 section p.more {
		float: none;
		margin: 0 0 0 170px;
		width: auto;
	}
	#step-03 section p.excerpt {
		font-size: 16px;
	}
	#step-03 section p.more {
			background: transparent url("../images/sp/icon-01.png") no-repeat scroll 100% 50%;
			bottom: auto;
			font-size: 18px;
			font-weight: bold;
			padding-right: 25px;
			position: static;
			right: auto;
			text-align: left;
			display: inline-block;
			margin: 0 0 0 450px;
	}
	#entryform select {
		width: 786px;
		background: #fff url(../images/pc/bg-04.gif) no-repeat 100% 50%;
		margin-top: 10px;
		height: 100px;
		line-height: 50px;
	}
	#entryform input[type=button] {
		background: #fff url(../images/pc/button-00.png) no-repeat 0 0;
		width: 790px;
		height: 130px;
		margin: 0 auto 30px;
	}
	#entryform input[type=button].able {
		background-image: url(../images/pc/button-01.png);
		cursor: pointer;
	}
	#entryform input[type=button].able:hover {
		opacity: 0.8;
	}
	#notice h3 {
		font-size: 24px;
	}
	#notice ul {
		width: 780px;
		margin: 0 auto;
		font-size: 16px;
	}
	#oubo {
		width: 780px;
		margin: 30px auto;
	}
	footer {
		width: 780px;
		margin: 30px auto;
	}
	footer p {
		display: block;
		padding-left: 30px;
	}
	#copyright {
		line-height: 90px;
	}
}