/*reset css*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*蜈ｱ騾夊ｨｭ螳�*/
html{
	height: 100%;
  font-family: "hirakaku-sans";
  font-weight: 600;
  color: #1c1c1c;
  font-size: 16px;
}
h3.new:after {
  content: url(img/new.gif);
  padding-left: 3%;
}
h2{
  margin-bottom: 3%;
}
.temp{
  padding-bottom: 3%;
}
#tr{
  padding-bottom: 3%;
}
.link {
  background-color: rgb(223, 231, 224);
  padding: 20px 50px;
  width: 900px;
  margin: auto;
}
.link a{
  background-image: url(img/btn.png);
  height: 35px;
  display: block;
  background-size: contain;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 35px;
  width: 76%;
  padding: 5% 0;
  margin: auto;
  background-repeat: no-repeat;
}
.btn {
  background-image: url(img/btn.png);
  height: 35px;
  display: block;
  background-size: contain;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 35px;
  width: 76%;
  padding: 5% 0;
  margin: auto;
  background-repeat: no-repeat;
}

table{
  width: 100%;
  margin: 3vw 0;
}
thead{background: #e5eff6;}
td, th{font-weight:600;}
td:last-of-type, th:last-of-type{border: none;}
#backGuide{
  display: none;
  position: fixed;
  left: 50%;
  top:50%;
  z-index:5;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  line-height: 1.4;
}
#backGuide p{
  color: #fff;
  font-size: 7vw;
  font-weight: bold;
  padding-bottom: 20px;
}
#backGuide img{
  margin: 0 auto;
  width: 100%;
}
.pc-hide {
  display: none;
}
@media (min-width: 768px) {
  #backGuide p{
    font-size: 20px;
  }
  #backGuide img{
    width: 400px;
  }
}
#backGuide div{
  padding-top: 20px;
}
#modal-overlay{
	width:100%;
	height:120%;
	position:fixed;
	top:0;
  left:0;
  background-color:rgba(0,0,0,0.8);
  z-index:1;
}
.rank,
#rank1,
#tr,
.temp,
footer {
  width: 1000px;
  margin: auto;
}
/*header*/
header{
  margin-top: 30px;
  background: white;
  width: 100%;
  height: 150px;
  color: #ffffff;
}
header>div{
  width: 1000px;
  margin: 0 auto;
}
h1{
  display: inherit;
  vertical-align: middle;
  float: left;
  margin-right: 15px;
}
header>div>img {
  float: left;
}
header nav{
  float: left;
  width: 100%;
  color: black;
}
header nav li{
  display: inline-block;
  line-height: 80px;
  cursor: pointer;
  margin-left: 25px;
}
header .year_month{
	color: red;
	border: 4px solid red;
	width: 23%;
	float: left;
	font-size: 25px;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	border-radius: 37px;
	font-weight: bold;
	margin-top: 5px;
}

/*#kv*/
#kv{
  width: 1000px;
  height: 840px;
  margin: auto;
  position: relative;
}
#kv a{
  position: absolute;
  width: 194px;
  height: 194px;
  top: 298px;
  left: calc(50% + 302px);
  border-radius: 50%;
}
#kv img {
  position: absolute;
  width: 1000px;
	height: auto;
}
/*#rank*/
#rank1 {
  border: 3px solid rgb(31, 183, 95);
  border-radius: 10px;
  margin-bottom: 5%;
}
#rank h2{
  text-align: center;
  margin: 48px 0;
}
.rank-name{
  width: 100%;
  position: relative;
  background-color: #e0f5e9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid rgb(31, 183, 95);
}
.rank-name>div{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 150px;
}
.rank-name>div:before{
  content: "";
  display: block;
  width: 50%;
  height: 57%;
  background-image: url(img/rank_rank1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 18px;
  left: 25px;
}
#rank>section:nth-of-type(2) .rank-name>div:before{background-image: url(img/rank_rank2.png);}
#rank>section:nth-of-type(3) .rank-name>div:before{background-image: url(img/rank_rank3.png);}
#rank>section:nth-of-type(4) .rank-name>div:before{background-image: url(img/rank_rank4.png);height: 107px;top: 0;}
#rank>section:nth-of-type(5) .rank-name>div:before{background-image: url(img/rank_rank5.png);height: 107px;top: 0;}
.rank-name h3{
  font-size: 35px;
  color: rgb(10, 135, 222);
  font-family: "HiraKakuStd";
  padding: 4vw 0 0 12vw;
}
.evalu{
  position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    border-radius: 5px;
    /*border: 1px solid #031f5e;*/
    overflow: hidden;
    margin-top: 15px;
}
.evalu dt{
  background: #d4dff9;
  color: #031f5e;
  font-family: hirakaku-sans;
  font-weight: 600;
  width: 77px;
  height: 60px;
  float: left;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}
.evalu dd{
  background: #ffffff;
  width: 303px;
  height: 60px;
  float: right;
  text-align: center;
  padding-top: 20px;
  font-size: 34px;
  color: #f02828;
}
.evalu dd span{
  font-size: 20px;
  padding-right: 10px;
}
.evalu img {
  width: 40px;
  float: left;
}
.evalu p {
  float: left;
  color: red;
  font-size: 30px;
  padding-top: 0.5vw;
}
.rank-name>div>div{
  position: absolute;
  right: 10vw;
  top: 2.8vw;
  display: table;
  width: auto;
  height: 80px;
  border-radius: 4px;
  z-index: 2;
}
.rank-name>div>div>div:first-of-type{
  background: #43adb9;
  color: white;
  font-size: 18px;
  line-height: 80px;
  padding: 0 22px 0 24px;
  display: inline-table;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
}
.rank-name>div>div>div:last-of-type{
  font-size: 36px;
  color: #f02828;
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  width: 158px;
}
.rank-name>div>div>div:last-of-type span{font-size: 20px;}
.rank-name>div>div>div:last-of-type img{
  margin-top: 8px;
  width: 100px;
}
.rank-info{
  width: 1000px;
  margin: 40px auto 50px;
}
.rank-info a {
  display: block;
  text-align: center;
}
.rank-img{
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
}
.rank-disc{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 36px 0;
  width: 100%;
}
.rank-disc table {
  width: 80%;
  margin: auto;
}
.rank-disc th{
  line-height: 38px;
  font-size: 14px;
  width: 50%;
  background-color: rgb(31, 183, 95);
  color: white;
  border: 2px solid rgb(182, 180, 162);
}
.rank-disc td{
  text-align: center; width: 50%;
  border: 2px solid rgb(182, 180, 162);
}
.rank-disc tbody{
  line-height: 46px;
  font-size: 18px;
}
/*.rank-disc tbody td:first-of-type{font-size: 24px;}*/
.rank-disc tbody td:first-of-type>span{font-size: 16px;}
.rank-disc dl{
  margin: 24px auto 0;
  width: 80%;
}
.rank-disc dt{
  font-size: 22px;
  display: inline-flex;
  line-height: 27px;
  position: relative;
  background-color: rgb(244, 243, 235);
  width: 92%;
  padding: 15px 0px 15px 8%;
}
.rank-disc dt:before{
  content: "";
  background-image: url(img/rank_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 1.5vw;
}
.rank-disc dd{
  line-height: 1.6;
  font-size: 20px;
  width: 95%;
  margin: 10px auto;
}
.rank-disc .reason dd {
  font-weight: 600;
  font-size: 18px;
  border-bottom: 3px dotted rgb(244, 243, 235);
  padding-left: 5%;
  padding-bottom: 12px;
  width: 95%;
  position: relative;
}
.rank-disc .reason dd:nth-child(2)::before{
  content: "";
  position: absolute;
  background-image: url(img/1_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.rank-disc .reason dd:nth-child(3)::before{
  content: "";
  position: absolute;
  background-image: url(img/2_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
.rank-disc .reason dd:nth-child(4)::before{
  content: "";
  position: absolute;
  background-image: url(img/3_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}
/*.rank-disc dd{
	line-height: 1.8;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ StdN W4", "Hiragino Kaku Gothic StdN W4";
  font-weight: bold;
}*/
/*.rank-disc dd span{color: #eb252e;}*/
.rank-disc .review_1,
.rank-disc .review_2 {
  border-bottom: 1px solid gray;
  margin: 0;
  width: 100%;
  padding-bottom: 3%;
}
.rank-disc .review_1 dt,
.rank-disc .review_2 dt {
  background: white;
  color: black;
  font-size: 20px;
  margin-top: 3%;
}
.rank-disc .review_1 dt:before{
  content: "";
  background-image: url(img/man_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 12px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0.5vw;
  left: 1vw;
}
.rank-disc .review_2 dt:before{
  content: "";
  background-image: url(img/woman_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0.5vw;
  left: 1vw;
}
.rank-rv th{
  line-height: 48px;
  font-size: 20px;
}
.rank-rv td{
  padding: 20px 0 20px 166px;
  position: relative;
}
.rank-rv td>*{
  display: inline-block;
  vertical-align: middle;
}
.rank-rv td>span:first-of-type{
  position: absolute;
  top: calc(50% - 8px);
  left: 22px;
}
.rank-rv td>span:last-of-type{
  color: #f02828;
  font-size: 32px;
  margin-right: 40px;
}
.rank-rv td>span:last-of-type span{
  font-size: 18px;
}
.rank-disc td, .rank-disc td *{
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ StdN W4", "Hiragino Kaku Gothic StdN W4";
}
.rank-rv tr:last-of-type td>span:last-of-type{
  font-size: 16px;
  color: inherit;
}
.rank-but{
  width: 600px;
  margin: 36px auto 0 auto;
  background: linear-gradient(#ec4d5b, #c80215);
  color: white;
  font-size: 30px;
  line-height: 90px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: table;
  text-decoration: none;
}
.rank-but:after{
  content: "";
  background-image: url(img/but_arrow.png);
  background-size: contain;
  width: 17px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 40px;
}
@media(max-width:999px) {
  #rank1 {
    margin: 7% 3%;
    border: 3px solid rgb(31, 183, 95);
    border-radius: 10px;
    width: auto;
  }
  h2 {
    margin: 5% 0;
  }
  .pc-hide {
    display: block;
  }
  .link,
  .rank,
  #tr,
  .temp,
  footer {
    width: 100%;
  }
}
/*#tr*/
#tr>h2{
  background-color: rgb(31, 183, 95);
  text-align: center;
  padding: 40px 0;
  font-size: 40px;
  color: white;
}
#tr{
  text-align: center;
}
/*.temp*/
.temp>h2{
  background-color: rgb(31, 183, 95);
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #ffffff;
}
.temp{
  text-align: center;
}
.but{
  width: 760px;
  margin: 0 auto 100px auto;
  background: linear-gradient(#ff7d44, #f2530d);
  color: white;
  font-size: 30px;
  line-height: 90px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: table;
  text-decoration: none;
  margin-top: 90px;
}
.but:after{
  content: "";
	background-image: url(img/but_arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 40px;
}
/*footer*/
footer{
  width: 100%;
  background: #f5f4f0;
}
footer>div{
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
footer>div>*{
  display: inline-block;
  vertical-align: top;
}
footer>div>div>a{
  margin-top: 26px;
  line-height: 40px;
  color: white;
  border-radius: 20px;
  display: block;
  text-align: center;
  background: #9d998a;
  text-decoration: none;
  position: relative;
}
footer>div>div>a:before{
  content: "";
  width: 8px;
  height: 10px;
  background-image: url(img/but_arrow.png);
  background-size: cover;
  right: 18px;
  top: calc(50% - 5px);
  position: absolute;
  display: block;
}
footer>div>img{
  padding-left: 30px;
  margin-left: 26px;
  border-left: solid 1px #cccbc6;
}
footer>div:last-of-type{
  padding: 0;
  line-height: 56px;
  font-size: 12px;
  background: white;
  text-align: center;
  color: #a1a0a0;
  width: 100%;
}
.sp-show{
  display: none;
}
@media(max-width:999px) {
  /*蜈ｱ騾�*/
  html{
    font-size: 3.2vw;
  }
  .sp-show{
    display: block;
  }
  .sp-hide{
    display: none;
  }
  .rank-disc table{
    width: 95%;
    margin: auto;
  }
  tbody>tr{border-top: solid 0.3vw #031f5e;}
  thead{background: #e5eff6;}
  td, th{border-right: solid 0.3vw #031f5e;}
  td:last-of-type, th:last-of-type{border: none;}
  /*header*/
  header{
    height: 13.3vw;
    position: relative;
    margin-top: 0;
  }
  header>div{width: 100%;}
  h1 {
    padding: 2.1vw 0 0 2vw;
    margin-right: 0;
  }
  h1>img{height: 8.9vw;}
  header .year_month {

  }
  header nav{
    float: none;
    position: absolute;
    left: 0;
    top: 13.3vw;
    background: rgb(31, 183, 95);
    width: 100vw;
  }
  header .open{
    height: 100vh;
		z-index: 3;
  }
  header nav:before{
    content: "";
    width: 5.5vw;
    height: 5.5vw;
    background-image: url(img/sp_ham.png);
    background-size: contain;
    right: 4vw;
    top: -8.9vw;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
  }
  header .open:before{
    content: "";
    width: 5.5vw;
    height: 5.5vw;
    background-image: url("img/close_icon.png");
    background-size: contain;
    right: 4vw;
    top: -8.9vw;
    position: absolute;
    display: block;
    background-repeat: no-repeat;
  }
  header .open>ul{
    display: block !important;
    padding: 8.5vw 4vw;
  }
  header nav>ul>li{
    color: white;
    display: block;
    margin: 0 0 7.3vw 0;
    font-size: 4.8vw;
    line-height: 1;
    padding: 0 0 4vw 2.1vw;
    border-bottom: solid 0.3vw white;
    position: relative;
    font-weight: normal;
  }
  header nav>ul>li:after{
    content: "";
    width: 4.1vw;
    height: 2.5vw;
    background-image: url(img/nav_arrow.png);
    background-size: contain;
    position: absolute;
    right: 4vw;
    top: 1vw;
  }
  header nav>ul>li:last-child{
    display: block;
    border: 1px solid white;
    width: 150px;
    text-align: center;
    padding-top: 15px;
    padding-right: 5%;
    margin: auto;
  }
	header .year_month {
		font-size: 12px;
    border: 2px solid red;
    width: 28%;
    letter-spacing: 0;
		margin: 8px 0 0 7px;
	}
  /*#kv*/
  #kv{
    width: 100%;
    height: auto;
    background-image: url(img/kv_back.png);
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #kv a{
    position: absolute;
    width: 194px;
    height: 194px;
    top: 298px;
    left: calc(50% + 302px);
    border-radius: 50%;
  }
  #kv img {
    width: 100%;
    position: static;
  }
  .link {
    padding: 20px 10px;
    width: auto;
  }
  .link a {
    width: 95%;
    font-size: 20px;
    height: 24px;
  }
  .btn {
    height: 24px;
    width: 93%;
    font-size: 20px;
  }
  /*#rank*/
  #rank h2{margin: 5.7vw auto}
  #rank h2 img{width: 92vw;}
  .rank-name>div{width: 90.7vw; height: auto;}
  .rank-name:after{
    top: 0.7vw;
    height: calc(100% - 1.4vw);
    border-width: 0.4vw 0;
  }
  .rank-name>div:before{
    width: 21.3vw;
    height: 25.3vw;
    top: 6vw;
    left: 2vw;
  }
  .rank-name h3{
    font-size: 6.5vw;
    margin-left: 25.6vw;
    padding: 6vw 0 16vw;
  }
  .evalu{
    width: 33.3vw;
    margin: 0;
    top: 22.5vw;
    border: none;
    border-radius: 0;
  }
  .evalu img {
    display: inline-block;
    margin-top: 1vw;
    width: auto;
    float: none;
  }
  /*.evalu dt{
    width: 17.3vw;
    height: auto;
    padding: 2.667vw 8vw;
    font-size: 4vw;
    border-radius: 1vw;
    position: relative;
    margin-bottom: 3vw;
  }
  .evalu dt:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vw 3vw 0 3vw;
    border-color: #d4dff9 transparent transparent transparent;
    position: absolute;
    top: 9vw;
    right: 13.5vw;
  }
  .evalu dd{
    width: 33.3vw;
    height: auto;
    padding: 0;
    font-size: 10.67vw;
    line-height: 1.2;
  }
  .evalu dd span{
    font-size: 6.4vw;
    padding: 0;
  }
  .evalu dd img{
    width: 20%;
  }*/
  .rank-name{

  }
  .rank-name>div>div{
    top: 14vw;
    right: 0;
    width: 65.5vw;
    border-radius: 0;
  }
  .rank-name>div>div>p {
    float: right;
    margin: 3vw 1.5vw 0 0;
    color: red;
    font-size: 20px;
  }
  .rank-name>div>div>div:first-of-type{
    display: block;
    border-radius: 0.9vw;
    text-align: center;
    line-height: 9.3vw;
    font-size: 4vw;
    position: relative;
  }
  .rank-name>div>div>div:first-of-type:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2vw 1.5vw 0 1.5vw;
    border-color: #43adb9 transparent transparent transparent;
    position: absolute;
    bottom: -2vw;
    left: calc(50% - 1.5vw);
  }
  .rank-name>div>div>div:last-of-type{
    width: auto;
    display: block;
    font-size: 9.3vw;
  }
  .rank-name>div>div>div:last-of-type>div:first-of-type{
    margin-top: 5.8vw;
  }
  .rank-name>div>div>div:last-of-type span{
    font-size: 5.3vw;
  }
  .rank-name>div>div>div:last-of-type img{
    margin-top: 3.8vw;
    width: 28.8vw;
  }
  .rank-info{
    width: 90.7vw;
    margin: 5.3vw auto 1vw auto;
  }
  .rank-img{
    width: 95%;
    margin: 0 auto;
    min-height: 30vw;
    display: block;
  }
  .rank-disc{
    width: 100%;
    margin: 4vw 0 0 0;
  }
  .rank-disc tbody>tr> {
  }
  .rank-disc tbody>tr>th{
    height: 8.8vw;
    background-color: rgb(31, 183, 95);
    color: white;
    line-height: 1;
    vertical-align: middle;
    font-weight: normal;
    width: 50%;
    border: 2px solid rgb(182, 180, 162);
  }
  .rank-disc tbody>tr>td{
    font-weight: bold;
    border: 2px solid rgb(182, 180, 162);
  }
  /*.rank-disc th, .rank-disc td *{font-size: 4vw !important;}*/
  .rank-disc dl{
    margin-top: 4.9vw;
    width: auto;
  }
  .rank-disc dt{
    line-height: 5.3vw;
    margin-bottom: 3.6vw;
    background-color: rgb(244, 243, 235);
    color: rgb(31, 183, 95);
    display: block;
    width: 82%;
    margin: 0 auto;
    font-size: 16px;
    padding: 3% 0 3% 13%;
  }
  .rank-disc dt:before{
    margin-right: 2.8vw;
    width: 5.3vw;
    height: 5.3vw;
    left: 3vw;
  }
  .rank-disc dd{
    line-height: 1.6;
		font-size: 3.6vw;
    width: 95%;
    margin: 10px auto;
  }
  .rank-disc .reason dd {
    font-weight: 600;
    font-size: 18px;
    color: #F2541A;
    border-bottom: 3px dotted rgb(244, 243, 235);
    padding-left: 12%;
    padding-bottom: 12px;
    width: 83%;
    position: relative;
  }
  .rank-disc .reason dd:nth-child(2)::before{
    content: "";
    position: absolute;
    background-image: url(img/1_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    top: 3%;
  }
  .rank-disc .reason dd:nth-child(3)::before{
    content: "";
    position: absolute;
    background-image: url(img/2_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    top: 3%;
  }
  .rank-disc .reason dd:nth-child(4)::before{
    content: "";
    position: absolute;
    background-image: url(img/3_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 0;
    top: 3%;
  }
  .rank-disc .review_1 dt:before,
  .rank-disc .review_2 dt:before {
    left: -1vw;
    width: 37px;
    height: 37px;
  }
  .rank-disc .review_1 dt span,
  .rank-disc .review_2 dt span {
    color: gray;
    font-weight: normal;
    display: block;
    margin-top: 10px;
  }
  }
  .rank-rv{margin-top: 6.1vw;}
  .rank-rv th{
    line-height: 10.3vw;
    font-size: 4vw;
  }
    .rank-disc .review_1 dd,
    .rank-disc .review_2 dd{
    width: 95%;
    font-size: 18px;
    }
  .rank-rv td>span:first-of-type{
    position: static;
    display: block;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 2.9vw;
  }
  .rank-rv td{
    padding: 2.9vw 0;
    text-align: center;
  }
  .rank-rv td>span:last-of-type{
    margin: 0 2.4vw 0 0;
    vertical-align: top;
    font-size: 5.3vw;
  }
  .rank-rv td>img{
    width: 4.7vw;
    padding-top: 1vw;
  }
  .rank-rv tr:last-of-type td>span:last-of-type{
    font-size: 3.6vw;
    margin: 0;
    padding: 0 4.5vw;
    text-align: left;
  }
  .rank-but{
    width: 100%;
    margin-top: 5.3vw;
    line-height: 16vw;
    font-size: 4.8vw;
    border-radius: 2vw;
  }
  .rank-but:after{
    width: 2.3vw;
    height: 3.3vw;
    right: 7.5vw;
    top: calc(50% - 1.65vw);
  }
  /*#tr*/
  #tr>h2{
    font-size: 30px;
  }
  #tr>img{
    width: 80%;
  }
  /*.temp*/
  .temp>h2{
    font-size: 30px;
  }
  .temp>img{
    width: 80%;
    margin-bottom: 5%;
  }
  .but{
    width: 90.7vw;
    margin-bottom: 8vw;
    box-sizing: border-box;
    line-height: 1;
    font-size: 4.8vw;
    padding: 4.4vw 16vw;
  }
	.but:after{
		width: 2.3vw;
		height: 3.3vw;
		right: 5.9vw;
		top: calc(50% - 1.65vw);
	}
	/*#qa-cont*/
	#qa-cont>div h3{
		font-size: 25px;
		color: black;
		border-bottom: solid 0.3vw #babcbc;
		text-align: left;
		position: relative;
    height: 40px;
    line-height: 1.4;
    padding: 3vw 0 3vw 6vw;
	}
	#qa-cont>div h3:before{
		content: "";
    width: 50px;
    height: 50px;
		position: absolute;
    top: 2.5vw;
    left: 2vw;
    background-image: url("img/q_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
	#qa-cont>div h3>img{
		height: 1.1vw;
    width: 30px;
		position: absolute;
		right: 4vw;
    top: 50%;
		transform: rotate(180deg);
	}
	#qa-cont>div h4{
		font-size: 25px;
		border-bottom: solid 0.3vw #babcbc;
    padding: 2.7vw 8vw 3vw 6vw;
		text-align: left;
		position: relative;
		line-height: 1.5;
		display: none;
    background-color: rgb(254, 240, 244);
	}
	#qa-cont>div h4:after{
    content: "";
    width: 50px;
    height: 50px;
		position: absolute;
    top: 2.5vw;
    left: 2vw;
    background-image: url("img/a_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
  .page_top {
    width: 60px;
    display: block;
    margin: 10px auto 20px;
  }
  .page_top img {
    width: 100%;
    height: auto;
  }
	/*footer*/
	footer>div{
		width: 100%;
	}
	footer>div>*{
		display: block;
		text-align: center;
	}
	footer>div>div:first-of-type{
		margin: 0 auto 4.8vw;
		display: table;
	}
	footer>div>div:first-of-type>*{
		display: inline-block;
		vertical-align: middle;
	}
	footer>div>div>img{
		width: 42.1vw;
	}
  footer>div>div>img.ftr_logo {
    display: block;
    width: 100%;
    margin: auto;
  }
	footer>div>div>a{
		margin: 0 0 0 3.6vw;
		width: 40vw;
		line-height: 8vw;
		font-variant: 3.2vw;
	}
	footer>div>div>a:before{
		width: 1.3vw;
		height: 1.9vw;
		right: 2.8vw;
		top: calc(50% - 0.95vw);
	}
	footer>div>img{
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		border: none;
	}
	footer>div:last-of-type{
    font-size: 20px;
    line-height: 4vw;
  }
  footer>div>div>a.mail_btn {
    background: none;
    display: block;
    width: 68%;
    margin: 20px auto 0;
  }
  footer>div>div>a.mail_btn img{
    width: 100%;
  }
  footer>div>img.fot {
    width: 50%;
    margin: 0 auto 20px;
  }
  .bottom-btn{
    background: rgba(0,0,0,0.6);
    position: fixed;
    height: 10%;
    width: 100%;
    display: block;
    bottom: 0%;
    z-index: 99;
  }
  .bottom-btn.lines{
    height: 12%;
  }
  .bottom-btn a{
    display: block;
    position: fixed;
    right: 13%;
    bottom: 2%;
    width: 70vw;
    border-radius: 3%;
    font-size: 4vw;
    font-weight: bold;
    color: white;
    padding: 3vw;
    background-image: linear-gradient(to top, #e81d13,#ebb3b0);
    text-align: center;
  }
}
.timer-set{
  background: red;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 26px;
}
.timer-set span{
  font-size: 150%;
}
@media(max-width:999px) {
  .timer-set{
    font-size: 4vw;
    padding: 2% 0;
  }
  #tr>h2{
    font-size: 5.3vw;
    padding: 5.5vw 0;
  }
  #tr>img{
    width: 100%;
  }
  /*.temp*/
  .temp>h2{
    font-size: 4.8vw;
    padding: 3.7vw 0;
  }
  .temp>img{
    width: 92%;
    margin-bottom: 5%;
  }
  /*#qa-cont*/
	#qa-cont>div h3{
		font-size: 4vw;
		color: black;
		border-bottom: solid 0.3vw #babcbc;
		text-align: left;
		position: relative;
    height: 40px;
    line-height: 1.4;
    padding: 7vw 11vw 3vw 16vw;
	}
	#qa-cont>div h3:before{
		content: "";
    width: 35px;
    height: 35px;
		position: absolute;
		top: 5vw;
		left: 4vw;
    background-image: url("img/q_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
  #qa-cont>div .other_h3{
    font-size: 4vw;
    color: black;
    border-bottom: solid 0.3vw #babcbc;
    text-align: left;
    position: relative;
    height: 45px;
    line-height: 1.4;
    padding: 5vw 11vw 3vw 16vw;
  }
  #qa-cont>div .other_h3:before{
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5vw;
    left: 4vw;
    background-image: url("img/q_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
	#qa-cont>div h3>img{
		height: 2.1vw;
    width: 15px;
		position: absolute;
		right: 4vw;
		top: calc(50% - 1.05vw);
		transform: rotate(180deg);
	}
	#qa-cont>div h4{
		font-size: 3.2vw;
		border-bottom: solid 0.3vw #babcbc;
		padding: 4vw 4vw 4vw 16vw;
		text-align: left;
		position: relative;
		line-height: 1.5;
		display: none;
    background-color: rgb(254, 240, 244);
	}
	#qa-cont>div h4:after{
    content: "";
    width: 35px;
    height: 35px;
		position: absolute;
		top: 4vw;
		left: 4vw;
    background-image: url("img/a_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
	}
  footer>div>div>img.ftr_logo {
    display: block;
    width: 60%;
    margin: auto;
  }
  footer>div>img.fot {
    width: 93%;
    margin: 0 auto 20px;
  }
  footer>div:last-of-type{
    padding: 0;
    line-height: 56px;
    font-size: 12px;
    background: white;
    text-align: center;
    color: #a1a0a0;
    width: 100%;
  }
}
