@charset "UTF-8";

/* CSS Document */
:root {
  --font-family-en: 'Roboto', sans-serif;
  --font-family-en-2: 'Arial', sans-serif;
  --font-family-en-3: 'Oswald', sans-serif;
  --font-family-M: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  --font-family-J: 'Noto Sans JP', sans-serif;
  --red: #F80000;
  --orange: #FF8000;
  --blue: #39A1DD;
  --black: #000;
}


/* ミディアムデバイス (タブレット) のスタイル */
@media (max-width: 1024px) {
	
	.header{
	width: 100%;
	height: 80px;	
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	padding-top: 18px;	
	}
	
	h3{
	width: 100%;
	height: 44px;
	background:url("../images/h3_club.png") no-repeat center center;
	background-size: contain;
	}
	.contents {
		width: 400px;
        position: relative;	
        padding-bottom: 40px;
    }
	#kojima_club{
		width: 400px;
		margin: -20px auto 0px;
		position: relative;
	}
	#club_tit{
		width: 400px;
		height: 170px;
		margin: 0px;
		background:url("../images/club_tit.png") no-repeat center top / 94%;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		padding-top: 0px;
		color: #000;
	}
	.card_star{
		width: 60px;
		height: 50px;
		background:url("../images/club_star.png") no-repeat center top / 100%;
		position: absolute;
		top: 15px;
		left: 0px;
	}
	.card_star.ptn2{
		transform: rotate(250deg);
		top: 15px;
		left: 340px;
	}
	
	.card_d{
		width: 165px;
        height: 118px;
        background: url(../images/club_card.png) no-repeat center top / 100%;
        position: absolute;
        top: 500px;
        right: 24px;
        transform: rotate(-7deg);
        z-index: 2;
	}
	#period{
		z-index: 1;
		position: relative;
		width: 400px;
		height: 30px;
		line-height: 30px;
		background: #E3F9FF;
		border-radius: 15px;
		text-align: center;
	}
	#period dl{
		width: 100%;
	}
	#period dl dt, #period dl dd{
		float: left;
		height: 30px;
	}
	#period dl dt{
		width: 94px;
		font-size: 16px;
		font-weight: 500;
		color: #01378C;
		background:url("../images/club_arrow.png") no-repeat right 9px / 18%;
		text-align: left;
		padding-left: 10px;
		
	}
	#period dl dd{
		width: 306px;
		font-size: 16px;
		font-weight: 700;
		color: #000;
		padding-left: 2px;
	}
	#period dl dd span{
		font-size: 12px;
		color: #fff;
		background: #000;
		padding: 1px 4px 2px;
		border-radius: 16px;
		vertical-align: 1px;
		margin: 0px 4px;
	}

	#period dl dd span.blue{background: #01378C;}
	#period dl dd span.red{background: #F80000;}
	#privilege{
		width: 400px;
		margin-top: 20px;
		background:url("../images/club_charge02.png") no-repeat center bottom;
		background-size: 80%;
		padding-bottom: 184px
	}
	.sub_tit{
		width: 400px;
		height: 30px;
		line-height: 20px;
		font-weight: 500;
		color: #000;
		font-size: 20px;
		text-align: center;
	}
	#privilege ul{
		width: 380px;
		padding: 10px 4px 0; 
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
		margin: 0 auto;
	}
	#privilege ul li{
		width: 100%;
		height: 40px;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 600;
		color: #000;
		padding-left: 50px;
		position: relative;
		line-height: 130%;
	}
	#privilege ul li:last-child{
		line-height: 40px;
	}
	#privilege ul li span{
		font-size: 18px;
		font-weight: 700;
		color: #68B247;
	}
	#privilege ul li .small{
		display: inline-block;
		font-size: 14px;
	}

	#privilege ul li:nth-child(1){
		background:url("../images/club_1.png") no-repeat left top;
		background-size: 40px;
	}
	#privilege ul li:nth-child(2){
		background:url("../images/club_2.png") no-repeat left top;
		background-size: 40px;
	}
	#privilege ul li:nth-child(3){
		background:url("../images/club_3.png") no-repeat left top;
		background-size: 40px;
	}
	#privilege ul li:nth-child(4){
		background:url("../images/club_4.png") no-repeat left top;
		background-size: 40px;
	}
	#privilege ul li .komeji{
		font-size: 10px;
		position: absolute;
		left: 290px;
		top: 5px;
	}
	p.sub_read{
		width: 180px;
		font-size: 14px;
		padding-top: 14px;
		position: absolute;
		top: 510px;
		left: 14px;
	}
	dl#entry, dl#suport{
		width: 380px;
		margin: 20px auto 0;
	}
	
	dl#entry dt, dl#suport dt{
		width: 100%;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		background: #01378C;
		text-align: center;
		padding: 4px;
	}
	dl#entry dd, dl#suport dd{
		background: #EAEAEA;
		padding: 10px 4px;
		font-size: 16px;
		line-height: 160%;
	}
	dl#suport dd a{
		color: #000;
		font-weight: 700;
		text-decoration: none;
	}
	dl#entry dd span{
		font-size: 14px;
	}
	dl#suport dd span{
		font-size: 18px;
		font-weight: 700;
	}
	


}

/* ラージデバイス (デスクトップ) のスタイル */
@media (min-width: 1025px) {
	.contents{
		width: 94.8%;
		padding-bottom: 40px;
		font-family: var(--font-family-J);
	}
	
	.header{
	width: 100%;
	height: 110px;
	background: rgb(213,238,245);
    background: linear-gradient(180deg, rgba(213,238,245,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;
	}
	
	h3{
	width: 100%;
	height: 110px;
	background:url("../images/h3_club.png") no-repeat center center;
	background-size: 506px 57px;
	}
	
	#kojima_club{
		width: 1340px;
		margin: -20px auto 0px;
		position: relative;
	}
	#club_tit{
		width: 630px;
		height: 288px;
		margin: 0px 0px 0px 520px;
		background:url("../images/club_tit.png") no-repeat center top / 100%;
		text-align: center;
		font-size: 32px;
		font-weight: 700;
		padding-top: 8px;
		color: #000;
	}
	.card_star{
		width: 186px;
		height: 152px;
		background:url("../images/club_star.png") no-repeat center top / 100%;
		position: absolute;
		top: 0px;
		left: -50px;
	}
	.card_star.ptn2{
		transform: rotate(250deg);
		top: 200px;
		left: 1220px;
	}
	
	.card_d{
		width: 404px;
		height: 255px;
		background:url("../images/club_card.png") no-repeat center top / 100%;
		position: absolute;
		top: 80px;
		left: 60px;
		transform: rotate(-15deg);
		z-index: 2;
	}
	#period{
		z-index: 1;
		position: relative;
		width: 100%;
		height: 70px;
		line-height: 70px;
		background: #E3F9FF;
		border-radius: 35px;
		padding-left: 380px;
	}
	#period dl{
		width: 100%;
	}
	#period dl dt, #period dl dd{
		float: left;
		height: 70px;
	}
	#period dl dt{
		width: 170px;
		font-size: 30px;
		font-weight: 500;
		color: #01378C;
		background:url("../images/club_arrow.png") no-repeat right 22px / 20%;
	}
	#period dl dd{
		width: 730px;
		font-size: 30px;
		font-weight: 700;
		color: #000;
		padding-left: 20px;
	}
	#period dl dd span{
		font-size: 18px;
		color: #fff;
		background: #000;
		padding: 1px 5px 3px;
		border-radius: 20px;
		vertical-align: 3px;
		margin: 0px 4px;
	}
	#period dl dd span.blue{background: #01378C;}
	#period dl dd span.red{background: #F80000;}
	#privilege{
		width: 1340px;
		min-height: 302px;
		margin-top: 20px;
		background:url("../images/club_charge01.png") no-repeat right top;
		background-size: 295px;
		height: 302px;
	}
	.sub_tit{
		width: 980px;
		height: 46px;
		line-height: 46px;
		font-weight: 500;
		color: #000;
		font-size: 30px;
		text-align: center;
	}
	#privilege ul{
		width: 980px;
		padding: 10px 10px 0; 
		border-top: 1px solid #666;
		border-bottom: 1px solid #666;
	}
	#privilege ul li{
		width: 100%;
		height: 46px;
		margin-bottom: 10px;
		font-size: 28px;
		font-weight: 600;
		color: #000;
		padding-left: 60px;
		position: relative;
	}
	#privilege ul li span{
		font-size: 30px;
		font-weight: 700;
		color: #68B247;
	}
	#privilege ul li .small{
		display: inline-block;
		font-size: 24px;
	}

	#privilege ul li:nth-child(1){
		background:url("../images/club_1.png") no-repeat left top;
		background-size: 46px;
	}
	#privilege ul li:nth-child(2){
		background:url("../images/club_2.png") no-repeat left top;
		background-size: 46px;
	}
	#privilege ul li:nth-child(3){
		background:url("../images/club_3.png") no-repeat left top;
		background-size: 46px;
	}
	#privilege ul li:nth-child(4){
		background:url("../images/club_4.png") no-repeat left top;
		background-size: 46px;
	}
	#privilege ul li .komeji{
		font-size: 10px;
		position: absolute;
		left: 476px;
		top: 24px;
	}
	p.sub_read{
		width: 100%;
		height: 40px;
		font-size: 16px;
		margin-top: -10px;
	}
	dl#entry, dl#suport{
		width: 80%;
		display: table;
		margin: 20px auto 0;
	}
	dl#entry dt, dl#entry dd, dl#suport dt, dl#suport dd{
		display: table-cell;
		vertical-align: middle;
	}
	
	dl#entry dt, dl#suport dt{
		width: 30%;
		font-size: 24px;
		font-weight: 500;
		color: #fff;
		background: #01378C;
		text-align: center;
		padding: 20px 0;
	}
	dl#entry dd, dl#suport dd{
		background: #EAEAEA;
		padding: 20px;
		font-size: 20px;
	}
	dl#suport dd a{
		color: #000;
		font-weight: 700;
		text-decoration: none;
	}
	dl#entry dd span{
		font-size: 16px;
	}
	dl#suport dd span{
		font-size: 24px;
		font-weight: 700;
	}

}