﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    sanjo css
------------------------------------------------------------*/  

#fanclubHd{
	width:auto;
	padding:10px;
	line-height:40px;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	font-size:200%;
	background:rgba(9,30,60,.5);
}

.fanclubTxt{
	text-align:center;
	font-size:234%;
	line-height:1.7;
	margin-bottom:40px;
}

.button{ margin-top:25px;}

.fanclubSubHd{
	text-align:center;
	color:#091E3C;
	line-height:1.7;
	font-size:175%;
	margin-bottom:30px;
}

.fanclubSubHd:after{
	display:block;
	content:"";
	width:120px;
	height:2px;
	background:#091E3C;
	margin:15px auto 0;
}

.kind{ display:none;}

.list-sanjo{
	margin-top:20px;
	justify-content: flex-end;
	align-items: end;
}

.sign{
	text-align:right;
	line-height:1.6;
	padding-left:10px;
}

.sanjoTxt{ margin-top:15px;}
.sanjoTxt li{
	padding-left:1.2em;
	text-indent:-1.2em;
}

#form{ margin-top:60px;}

#contactTbl td p{ line-height:1.6;}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 834px){

#fanclubHd{
	padding:8px;
	line-height:32px;
	font-size:184%;
	margin-bottom: 24px;
}

#form{ margin-top:48px;}


}

/* SP */
@media screen and (max-width: 480px){

#fanclubHd{
	padding:10px;
	line-height:24px;
	font-size:150%;
	margin-bottom: 20px;
}

.list-sanjo{ margin-top: 15px;}
.list-sanjo img{
	width:48px;
	height: auto;
}

#form{ margin-top:30px;}

}