@charset "UTF-8";
/* CSS Document */

/*@media screen and (max-width: 599px) {
	 html {
	    font-size: 0.625vw;
	  }
}*/

div.inner_main {
	padding-bottom: 100px;
}


body#page_fanclub #fc_header {
	padding-bottom: 0;
}

#fc_header p,
body#page_fanclub #fc_header h2+p+p {
	line-height: 2.1;
	font-size: 1.6rem;
	width: auto;
	text-align: left;
	font-weight: bold;
}


main section {
	margin-top: 80px;
}

main section > h3 {
	font-size: 2.8rem;
	line-height: 1.3;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
	border-left: 3px solid #23b7fe;
	padding: 0.2em 0em 0.2em 0.4em;
}

main section > h3+p {
	margin-top: 1em;
	font-weight: bold;
	line-height: 1.7;
	font-size: 1.8rem;
}

main section>ul.btns {
	margin-top: 24px;
}

body#page_fanclub ul.btns .btn_more {
	margin-right: 12px;
	line-height: 1;
	font-size: 1.6rem;
}

body#page_fanclub ul.btns.red li a {
	background-color: #f00;
	color: #fff;
	border: none;
}

body#page_fanclub li[class^="btn_"] a span:before {
	background-position: -0.80em -0.80em;
}

main section h4 {
	font-size: 2.0rem;
	padding-bottom: 0.2em;
	margin-top: 2.0em;
	border-bottom: 2px solid #23b7fe;
	margin-bottom: 1em;
}

main section p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1em;
}

main section p.link {
	font-size: 2.0rem;
	display: block;
	font-weight: bold;
}

main section p.link a {
	display: block;
	position: relative;
	padding-left: 1.0em;
}

main section p.link a:after {
    content: '';
    width: 0.6em;
    height: 0.6em;
    border: 0px;
    border-top: solid 2px #0b5dd7;
    border-right: solid 2px #0b5dd7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -0.2em;
}

/*  */

div.box_table {
	
}

div.box_table dl {
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
	margin-top: 2em;
	margin-bottom: 1em;
	width: 90%;
}

div.box_table dt,
div.box_table dd {
	font-size: 1.6rem;
	padding: 1em 1.4em;
	line-height: 1.8;
}

div.box_table dt {
	background: #cce8ff;
	width: 30%;
	box-sizing: border-box;
	border-top: 1px solid #aaaaaa;
	font-weight: bold;
}

div.box_table dd {
	margin: 0;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa; 
	width: 70%;
	background: #fff;
	box-sizing: border-box;
}

div.box_table dd p {
	line-height: 1.8;
}

/*  */

@media screen and (max-width: 599px) {
  
  div.inner_main {
		padding-bottom: 10vw;
	}
  
  body#page_fanclub #fc_header h2+p+p,
  #fc_header p {
  	font-size: 3.125vw!important;
  	line-height: 1.8!important;
  }
  
  #fc_header p.mypage {
  	margin-top: 1em;
  }
  
  /*  */
  main section {
  	margin-top: 8vw;
  }
  
  main section > h3 {
  	font-size: 5.625vw;
  }
  
  body#page_fanclub div.inner_main p {
  	font-size: 3.125vw;
  	line-height: 1.8;
  }
  
  body#page_fanclub div.inner_main section > h3+p {
  	line-height: 1.8;
  }
  
  main section>ul.btns {
  	
  }
  
  body#page_fanclub ul.btns .btn_more {
  	margin-bottom: 1em;
  	margin-right: 0;
  	font-size: 3.125vw;
  	/* 10px */
  }
  
  main section h4 {
  	font-size: 4.0625vw;
  	/* 13px */
  	margin-top: 1em;
  }
  
	body#page_fanclub div.inner_main dd p,
	div.box_table dt,
	div.box_table dd {
		font-size: 3.125vw;
		line-height: 1.8;
	}
	
	div.box_table figure {
		text-align: center;
		margin-bottom: 2vw;
	}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  div.box_table dl{
    flex-flow: column nowrap;
	width: 100%;
  }
  div.box_table dt,
  div.box_table dd{
    width: 100%;
  }
  div.box_table dd{
    border-left: none;
  }
  
}



















































