@charset "UTF-8";

/* 全体 */
main {
	width:100%;
	max-width: 900px;
	letter-spacing: 0.05em;
	color: #333333;
	margin: 0 auto;
	line-height: 1.7em;
}

/* タイトル */
#title {
    margin-bottom: 3rem;
	
}
#title span{
	font-size: 0.8em;
	
}

h1{
	text-align: center;
	padding: 4rem 0 2rem;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	color:#8b0007;
	font-weight: normal;
	
}

#title h1 span{
	font-size: 0.6em;
	font-weight: normal;
	display: inline-block;
	margin: 0 0.5em;
	
}
#title p{
	text-align: center;
	font-size:1.2rem;
		line-height: 1.7em;
}


section {
    margin:0 auto 6rem;
	
}

.tokuten{
	background-color: #eeeeee;
    padding: 1.5em;
    margin: 0 auto 1.5rem;
	width: 90%;
}

h2{
	font-size: 1.4rem;
	color: #007d90;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h2 span{
	font-size: 1.8rem;
	font-weight: normal;
	padding-right:0.3em;
}

.tokuten p{
	margin-bottom: 1rem;

}

.tokuten p.tokuten_attention {
    font-size: 1rem;
    line-height: 1.5em;
}

.tokuten a{
	margin-bottom: 1rem;
	color: #333333;
	text-decoration: underline;
}
.tokuten:last-of-type {
    margin-bottom: 3rem;
}

.link_button {
    display: block;
    border: 1px solid #333333;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto 1em;
    color: #333333;
    text-align: center;
    padding: 1em 0;
    max-width: 540px;
}
.link_button:hover {
    border-color: #666666;
    background-color: #666666;
    color: #f2f2f2;
}
#rank_detail{
	width: 90%;
	margin:0 auto;
	border-top: 1px dashed #dddddd;
    padding-top: 6rem;
}
.rank_title{
	text-align: center;
margin-bottom: 4rem;
}
.rank_title p{
	font-size: 1.7rem;
	margin-bottom: 1em;
	    font-weight: bold;
}

.rank_type{
	margin-bottom: 4rem;
	
}
.rank_type li{
	padding:0.5em 1em;
	margin-bottom: 1.5rem;
	

}
.rank_type li span{
	 display: block;
	font-weight: bold;
	font-size: 1.3rem;
}
.regular{
	border-left: 4px solid #b7548e;

}
.silver{
	border-left: 4px solid #d1d1d1;

}
.gold{
	border-left: 4px solid #d5a423;

}

.rank_conditions img{
	width:100%;
	border:1px solid #dddddd;
	padding:1em;
	max-width: 500px;
}
.rank_conditions span{
	display: block;
	padding-bottom: 1em;
}

.cap{
	font-weight: bold;
}

.rank_attention{
	margin-top:2rem;
	    margin-bottom: 4rem;
}
.rank_attention p{
	margin-bottom:0.5em;
}

.rank_attention li{
	margin-bottom: 0.5em

}

/* ------　トップに戻る　------------- */

#page_top{
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #999999;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 2rem;
  color: #fff;
  position: absolute;
	width: 2rem;
  height: 2rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


@media screen and (min-width: 641px) {
	
html{
	/*font-size: 68.75%; /*11px*/
	font-size: 75%; /*12px*/
}
	
}

@media screen and (min-width: 961px) {
	

html{
	/*font-size: 75%; /*12px*/
	font-size: 87.5%; /*14px*/
}

}







