﻿@charset "utf-8";
/* CSS Document */

html {-webkit-text-size-adjust: 100%}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 150%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 640px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding:10px 0;
}
#wrapper a {
	color: #F00;
	font-weight: bold;
}
#wrapper .attention-text {
	color: #FFF;
	background-color: #F00;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
}
#wrapper .strong-text{
	font-weight: bold;
	background-color: #d8d8d8;
	padding: 3px;
}
.is-sp{display: none;}
.is-pc{display: block;}

#wrapper .header {
	margin: 0px auto;
	width: auto;
	padding: 30px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 30px;
}
#wrapper .header h1 {
	background-image: url(../images/1727_ttl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	height: 29px;
	width: 208px;
	margin: 0 auto 30px;
}
#wrapper .header .header-text {
	font-weight: bold;
	text-align: center;
}
#wrapper .contents h2{
	font-weight: bold;
    color: #58BD53;
    font-size: 140%;
	font-weight: bold;
    padding-bottom: 10px;
}
#wrapper .contents h3{
	font-size: 120%;
	font-weight: bold;
	color: #F00;
	padding-bottom: 5px;
}
#wrapper .contents .notes-text{
	margin-bottom: 30px;
}
#wrapper .contents .contents-list{
	margin-bottom: 30px;
}
#wrapper .contents .contents-list li{
	margin-bottom: 10px;
}
#wrapper .contents .contents-list li span.small-text{
	font-size: 90%;
}
#wrapper .contents .contents-list li .contents-list-notice{
	border: 1px solid #F00;
	font-weight: bold;
	padding: 20px;
	background-color: #fff0f0;
}
#wrapper .contents .form-list{
	text-align: center;
	margin-bottom: 10px;
}
#wrapper .contents .form-list li{
	display: inline-block;
	margin-bottom: 20px;
}

#wrapper .contents .form-list li a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
	height: 60px;
	padding: 10px 30px;
	background: linear-gradient(170deg, #8A63AB 25%, #825AA4 50%, #8A63AB 50%, #825AA4 75%);
	border: 2px solid #7237A4;
	text-align: center;
	position: relative;
}
#wrapper .contents .form-list li a::after{
    content: '';
	position: absolute;
    top:50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(0,-50%);
}

#wrapper .contents .movieInfo{
	margin: 0 auto 30px;
	padding: 20px;
	width: 70%;
	border: 1px solid #eaa000;
	box-sizing: border-box;
}
#wrapper .contents .movieInfo .movieInfo__title{
	color:#eaa000;
	border-radius: 3px 3px 0 0;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	box-sizing: border-box;
}
#wrapper .contents .movieInfo .movieInfo__text{
	margin-bottom: 10px;
	box-sizing: border-box;
}

#wrapper .contents .movieInfo .movieInfo__link{
	display: block;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	padding: 10px;
	color: #eaa000;
	background-color: #fff;
	font-weight: bold;
	width: 100%;
	transition:background-color .3s ease,color .3s ease;
	border: 1px solid #eaa000;
	box-sizing: border-box;
	text-decoration: none;
}

#wrapper .contents .movieInfo .movieInfo__link:hover{
	background-color: #eaa000;
	color: #fff;
}

@media screen and (max-width: 639px){
.is-sp{display: block;}
.is-pc{display: none;}
#wrapper {
	width: 100%;
	padding: 10px 20px;
}

#wrapper .contents .contents-list li .contents-list-notice{
	padding: 15px;
}

#wrapper .contents .form-list li a{
	font-size: 15px;
	width: 240px;
	height: 60px;
	padding: 10px 30px;
}

#wrapper .contents .movieInfo{
	width: 100%;
	margin: 0 auto 30px;
	padding: 15px;
}

	
}

