/* -------------------------------------------------

contents

------------------------------------------------- */
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {
#page-tit > p {
	font-size: 1em;
	line-height: 130%;
	margin-bottom: 5px;
}
#page-tit h2 {
	font-size: 1.15em;
	line-height: 125%;
}
}
#contents > div{
	background-color: #fff;
}
.movieArea{
	background-color: #1eb1e8!important;
	border-radius: 10px;
	margin: 20px 0;
	padding: 10px 0 30px;
}
.movieBtn a{
	display:block;
	color:#2361ad;
	background-color: #fff100;
	font-weight: bold;
	font-size: 1.3em;
	margin:0 auto;
	padding: 15px 0;
	border-radius: 10px;
	text-align: center;
}
.lastCopy{
	text-align: center;
	font-weight: bold;
	color:#e62e8b;
	margin:15px 0;
}
.accessBtn a{
	display:block;
	color:#fff100;
	background-color: #e62e8b;
	font-weight: bold;
	font-size: 1.3em;
	margin:0 auto 30px;
	padding: 15px 0;
	border-radius: 10px;
	text-align: center;
}
.movieBtn a:hover,
.accessBtn a:hover{
	opacity: 0.8;
}
/* PC */
@media print, screen and (min-width:769px) {
#contents {
	padding: 20px;
	box-sizing: border-box;
}
.lastCopy{
	font-size: 1.8em;
}
.movieBtn a,
.accessBtn a{
	width: 70%;
	letter-spacing: 5px;
}
/* youtube */
.youtubeArea {
	width: 900px;
	margin: 0 auto 20px;
} 
}
/* Tablet */
@media screen and (max-width:768px) {
#contents {
	padding: 10px;
}
.lastCopy{
	font-size: 1.2em;
}
.movieBtn a,
.accessBtn a{
	width: 80%;
	letter-spacing: 1px;
	font-size: 1.05em;
	margin-top: 10px;
}
/* youtube */
.youtubeArea {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 0 15px 15px;
} 
.youtubeArea iframe,  
.youtubeArea object,  
.youtubeArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
/* SP縦向き */
@media screen and (max-width:640px) and (orientation: portrait) {

}

