@charset "utf-8";

/*************************************************************************************/
#page_competition h2.lv_h2{
	margin-top: 1.5em;
}


/*page_faq
************************************************************************************/
#page_faq .text20 dl{
	width: 95%;
	margin: auto;
}
#page_faq .text20 dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
#page_faq .text20 dt:before{
	content: "Q.";
	font-size: 24px;
	color: #212678;
}

#page_faq .text20 dd{
	padding: 0 0 2em;
}
#page_faq .text20 dd:before{
	content: "A.";
	width: 1.5em;
	float: left;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #C30;
}
#page_faq .text20 dd p,
#page_faq .text20 dd ul{
	padding: .5em 0 0 2.2em;
}


/*page_entry
************************************************************************************/
#page_entry ul.constitution{
	width: 80%;
	margin: auto;
}
#page_entry ul.constitution li{
	display: table;
	padding: 0 65px 0 15px;
	margin: 0 0 10px 0;
	width: 100%;
	background: url(../../img/common/ar_next.png) no-repeat right center;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_entry ul.constitution li .logo{
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#page_entry ul.constitution li .logo img{
	width: 100px;
	height: auto;
}
#page_entry ul.constitution li .name{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 1em;
	font-weight: bold;
	font-size: 21px;
}
#page_entry ul.constitution li .name a{
	text-decoration: none;
	display: block;
}

#page_entry ul.constitution li.jpteam-scramble{
	border: 2px solid #b50101;
}
#page_entry ul.constitution li.jpteam-scramble a{
	color: #b50101;
}
#page_entry ul.constitution li.mid-doubles{
	border: 2px solid #77198e;
}
#page_entry ul.constitution li.mid-doubles a{
	color: #77198e;
}
#page_entry ul.constitution li.mix-doubles{
	border: 2px solid #028787;
}
#page_entry ul.constitution li.mix-doubles a{
	color: #028787;
}
#page_entry ul.constitution li.psg{
	border: 2px solid #e70000;
}
#page_entry ul.constitution li.psg a{
	color: #e70000;
}

#page_entry ul.constitution li.scramble-golf{
	border: 2px solid #0e387c;
}
#page_entry ul.constitution li.scramble-golf a{
	color: #0e387c;
}
#page_entry ul.constitution li.sunday{
	border: 2px solid #c74202;
}
#page_entry ul.constitution li.sunday a{
	color: #c74202;
}
#page_entry ul.constitution li.sundaywinter{
	border: 2px solid #757515;
}
#page_entry ul.constitution li.sundaywinter a{
	color: #757515;
}
#page_entry ul.constitution li.taiheiyo{
	border: 2px solid #1d6300;
}
#page_entry ul.constitution li.taiheiyo a{
	color: #1d6300;
}
#page_entry ul.constitution li.weekend{
	border: 2px solid #009eff;
}
#page_entry ul.constitution li.weekend a{
	color: #009eff;
}

#page_entry img.icon{
	width: 40px;
	height: auto;
}

@media screen and (max-width: 768px) {
#page_entry img.ar{
	width: 30px;
	height: auto;
}

#page_entry ul.constitution li .name{
	font-size: 16px;
}
}
@media screen and (max-width: 480px){
#page_entry ul.constitution{
	width: 100%;
}
#page_entry ul.constitution li{
	display: block;
	padding: 10px 0 10px 10px;
	background: none;
}
#page_entry ul.constitution li .logo{
	width: auto;
	display: block;
	text-align: center;
}
#page_entry ul.constitution li .name{
	display: block;
	padding: 0 50px 0 0;
	background: url(../../img/common/ar_next.png) no-repeat right center;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;

}
#page_entry ul.constitution li .logo img{
	width: 50%;
	height: auto;
}

#page_entry img.icon{
	width: 80px;
	height: auto;
}
}


/*page_agreement
************************************************************************************/
#page_agreement .text20 ul.number{
	margin-bottom: 2em;
}
#page_agreement .text20 p{
	padding-bottom: 0.7em;
}


/*page_commercial
************************************************************************************/
@media screen and (min-width: 980px) {
#page_commercial .text20 table.std th{
	width: 180px;
}
}



/*page_movie
************************************************************************************/
#page_movie .logo{
	text-align: center;
	margin-bottom: 50px;
}
#page_movie ul.movie_list{
	margin: 0 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_movie ul.movie_list li{
	width: 300px;
	margin: 15px;
	background: #FFF;
	box-shadow:0px 0px 5px #CCCCCC;
	-moz-box-shadow:0px 0px 5px #CCCCCC;
	-webkit-box-shadow:0px 0px 5px #CCCCCC;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_movie ul.movie_list li .movie{
	width: 270px;
	margin: 0 auto 15px;
}
#page_movie ul.movie_list li .name{
	text-align: center;
}
@media screen and (max-width: 979px) {
#page_movie .logo img{
	max-width: 100%;
	height: auto;
}
#page_movie ul.movie_list{
	margin: 0 10px;
}
#page_movie ul.movie_list li{
	width: 30%;
	margin: 1.5%;
}
#page_movie ul.movie_list li .movie{
	width: 100%;
}
#page_movie ul.movie_list li .movie video{
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 620px) {
#page_movie ul.movie_list li{
	width: 47%;
}
}
@media screen and (max-width: 480px){
#page_movie ul.movie_list li{
	width: 100%;
	margin: 1.5% 0;
}
}


/*page_privacy
************************************************************************************/
.info_bottom{
	margin-top: 20px;
	padding: 10px;
	text-align: right;
	font-size: 14px;
}
.info_bottom .note{
	margin-top: 1em;
}
.box_office {
	margin: 30px 0 0 auto;
	display: inline-block;
	text-align: left;
	padding: 30px 30px 30px 80px;
	background:-webkit-gradient(linear,left, right, from(#dfe7f6), to(#ffffff));
	background:-moz-linear-gradient(left, #dfe7f6, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffdfe7f6', endColorstr='#ffffffff');
	background: linear-gradient(to right, #dfe7f6, #ffffff);
}
.box_office span{
	display: inline-block;
}
.box_office span.tel:after{
	content: "　／　";
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
.box_office {
	margin: 30px 0 0 auto;
	display: inline-block;
	text-align: left;
	padding: 30px 30px 30px 80px;
}
}
@media screen and (max-width: 620px){
.box_office {
	margin: 30px 0 0 0;
	display: inline-block;
	text-align: left;
	padding: 30px;
}
.box_office span{
	display: block;
}
.box_office span.tel:after{
	content: "";
}
}
@media screen and (max-width: 480px){
.box_office {
	padding: 30px 15px;
}
}


ul.list_2{
	counter-reset: policy;
}
ul.list_2 li{
	margin-top: 20px;
	font-size: 14px;
}
ul.list_2 li .ttl{
	margin-bottom: 5px;
	color: #003d7d;
	font-size: 16px;
}
ul.list_2 li .ttl::before {
	counter-increment: policy;
	content: counter(policy)" ）";
}

ul.list_2 table.normal{
	margin-bottom: 50px;
}
ul.list_2 table.normal thead th{
	font-weight: normal;
	font-size: 18px;
}
ul.list_2 table tbody {
	counter-reset: item;
}
ul.list_2 table tbody th{
	font-weight: normal;
	white-space: nowrap;
	position: relative;
}
ul.list_2 table tbody th::before{
	counter-increment: item;
	content: counter(item);
	display: block;
	font-size: 36px;
}

ul.list_2 table tbody th h3{
	padding-bottom: 3em;
	font-weight: normal;
	font-size: 14px;
}
ul.list_2 table tbody th .category {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 8em;
}
ul.list_2 table tbody th .category span{
	margin: 0 0 0 auto;
	padding: 3px 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
ul.list_2 table tbody th .category span.open{
	background: #003d7d;
}
ul.list_2 table tbody th .category span.close{
	background: #ed4c67;
}
ul.list_2 table tbody th .category span.kojin{
	background: #5f9bed;
}
ul.list_2 li td ul{
	margin-left: 18px;
}
ul.list_2 li td ul li{
	margin: 0px;
}
@media screen and (max-width: 979px) {
ul.list_2 table tbody th{
	white-space: normal;
}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px){
ul.list_2 table thead{
	display: none;
}
ul.list_2 table,
ul.list_2 table tbody,
ul.list_2 table tr,
ul.list_2 table th,
ul.list_2 table td{
	padding: 0;
	display: block;
	border: none;
}
ul.list_2 table{
	border-top: 1px dotted #000;
}
ul.list_2 table tr{
	padding: 10px;
	border-bottom: 1px dotted #000;
}
ul.list_2 table td:before{
	display: block;
	color: #002489;
	content: "【 利用目的の範囲 】";
}
}
@media screen and (max-width: 480px){
}

