/*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%;font:inherit;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: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1c1c1c;
  font-size: 16px;
}
h3.new:after {
  content: url(img/new.gif);
  padding-left: 3%;
}

table{
  width: 100%;
  border: solid 2px #cfc8c1;
}
tbody>tr{border-top: solid 1px #cfc8c1;}
thead{background: #e5eff6;}
td, th{border-right: solid 1px #cfc8c1;}
td:last-of-type, th:last-of-type{border: none;}
/*header*/
header{
  background: white;
  width: 100%;
  height: 80px;
}
header>div{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
h1{
  display: inline-block;
  float: left;
  padding-top: 10px;
}
header nav{

}
header nav li{
  display: inline-block;
  line-height: 80px;
  cursor: pointer;
  margin-left: 50px;
}
span.b{font-weight: bold}
span.big{font-size: 120%;}
span.red{color: #eb252e}
span.yline{background: linear-gradient(transparent 50%, #fff799 50%)}
/*#kv*/
#kv{
  width: 100%;
  height: 460px;
  background: linear-gradient(#f8a151, #f98012);
  text-align: center;
  position: relative;
}
#kv a{
  position: absolute;
  width: 194px;
  height: 194px;
  top: 298px;
  left: calc(50% + 302px);
  border-radius: 50%;
}
/*#rank*/
#rank h2{
  text-align: center;
  margin: 48px 0;
}
.rank-name{
  width: 100%;
  position: relative;
  background: #f8f7ca;
}
.rank-name:after{
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  box-sizing: border-box;
  border-style: solid;
  border-color: #e8e6a0;
  border-width: 3px 0;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  z-index: 1;
}
.rank-name>div{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.rank-name>div:before{
  content: "";
  display: block;
  width: 130px;
  height: 160px;
  background-image: url(img/rank_rank1.png);
  background-size: contain;
  z-index: 2;
  position: absolute;
  top: -22px;
  left: 0;
}
#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: 139px;
  top: 0;
}
#rank>section:nth-of-type(5) .rank-name>div:before{
  background-image: url(img/rank_rank5.png);
  height: 139px;
  top: 0;
}
#rank>section:nth-of-type(6) .rank-name>div:before{
  background-image:none;
}
#rank>section:nth-of-type(7) .rank-name>div:before{
  background-image:none;
}
#rank>section:nth-of-type(8) .rank-name>div:before{
  background-image:none;
}
#rank>section:nth-of-type(9) .rank-name>div:before{
  background-image:none;
}
.rank-name h3{
  font-size: 34px;
  color: #32a9b7;
  margin: 0 0 0 152px;
  padding: 44px 0;
}
.new-none {
  margin: 0!important;
}
.rank-name>div>div{
  position: absolute;
  right: 0;
  top: calc(50% - 40px);
  display: table;
  width: 276px;
  height: 80px;
  border-radius: 4px;
  background: white;
  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 118px;
}
.rank-img{
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
}
.rank-disc{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 36px 30px;
  width: 564px;
}
.rank-disc th{
  line-height: 38px;
  font-size: 14px;
}
.rank-disc td{text-align: center;}
.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-top: 24px;}
.rank-disc dt{
  font-size: 22px;
  margin-bottom: 18px;
  display: inline-flex;
  line-height: 27px;
}
.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;
}
.rank-disc dd{
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic StdN W4", sans-serif;
}
.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", sans-serif;
}
.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(#ff7d44, #f2530d);
  color: white;
  font-size: 30px;
  line-height: 90px;
  border-radius: 45px;
  text-align: center;
  position: relative;
  display: table;
  text-decoration: none;
}
.rank-but.lines{
  line-height: 1.4;
  padding: 10px 0;
}
.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;
}
/*#tr*/
#tr>h2{
  background: linear-gradient(#6cc0ca, #5bafb9);
  text-align: center;
  padding: 40px 0;
  font-size: 40px;
  color: white;
}
#tr{
  text-align: center;
}
/*.temp*/
.temp>h2{
  background: #fbdec0;
  text-align: center;
  padding: 30px 0;
  font-size: 30px;
  color: #ea5614;
}
.temp{
  text-align: center;
}
.intro>h2{
  background: linear-gradient(#6cc0ca, #5bafb9);
  text-align: center;
  padding: 15px 0;
  font-size: 36px;
  line-height: 1.4;
  color: white;
}
#tr p {
  padding: 30px 0 0;
  font-size: 18px;
  line-height: 2.3;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic StdN W4", sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}
.intro .txt p{
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic StdN W4", sans-serif;
}
.intro .txt .bg-img {
  background-size: contain;
  background-image: url(/img/bk_intropc1.jpg);
  background-repeat: no-repeat;
  background-position: right;
}
.txt_box {
  display: flex;
  justify-content: space-around;
  max-width: 990px;
  margin: 0 auto;
}
.txt_box .txt{
  width: 525px;
}
.txt_box p {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
.but{
  width: 760px;
  margin: 50px auto 50px auto;
  background: linear-gradient(#ff7d44, #f2530d);
  color: white;
  font-size: 30px;
  line-height: 90px;
  border-radius: 45px;
  text-align: center;
  position: relative;
  display: table;
  text-decoration: none;
}
.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%;
  margin: 50px 0 0;
  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>.foot_txt{
  max-width: 660px;
  padding-left: 30px;
  margin-left: 26px;
  border-left: solid 1px #cccbc6;
}
footer>div>.foot_txt>p{
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.3;
}
footer>div>.foot_txt>p:first-of-type{
  padding: 0;
}
footer>div>.foot_txt>p.kome{
  font-size: 12px;
  line-height: 1.1;
}
footer>div:last-of-type{
  padding: 0;
  line-height: 56px;
  font-size: 11px;
  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;
  }
  table{
    width: 100%;
    border: solid 0.6vw #cfc8c1;
  }
  tbody>tr{border-top: solid 0.3vw #cfc8c1;}
  thead{background: #e5eff6;}
  td, th{border-right: solid 0.3vw #cfc8c1;}
  td:last-of-type, th:last-of-type{border: none;}
  /*header*/
  header{
    height: 13.3vw;
    position: relative;
  }
  header>div{width: 100%;}
  h1{padding: 2.1vw 0 0 3.5vw;}
  h1>img{height: 8.9vw;}
  header nav{
    float: none;
    position: absolute;
    left: 0;
    top: 13.3vw;
    background: #fd7d28;
    width: 100vw;
  }
  header .open{
    height: 100vh;
		z-index: 3;
  }
  header nav:before{
    content: "";
    width: 5.3vw;
    height: 4.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{
    background-image: url(img/sp_hamc.png);
  }
  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;
  }
  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;
  }
  /*#kv*/
  #kv{height: 61.8vw;}
  #kv img{width: 100vw;}
  #kv a{
    width: 26.5%;
    height: 42.5%;
    top: 62%;
    left: calc(73.5%);
  }
  /*#rank*/
  #rank h2{margin: 5.7vw auto}
  #rank h2 img{width: 61.2vw;}
  #rank>section:nth-of-type(4) .rank-name>div:before{
    height: 18.6vw;
    top: -1vw;
  }
  #rank>section:nth-of-type(5) .rank-name>div:before{
    height: 18.6vw;
    top: -1vw;
  }
  .rank-name>div{width: 90.7vw}
  .rank-name:after{
    top: 0.7vw;
    height: calc(100% - 1.4vw);
    border-width: 0.4vw 0;
  }
  .rank-name>div:before{
    width: 17.3vw;
    height: 21.3vw;
    top: -2.9vw;
  }
  .rank-name h3{
    font-size: 4.5vw;
    margin-left: 21.6vw;
    padding: 5.9vw 0;
  }
  .rank-name>div>div{
    top: calc(100% + 5.3vw);
    right: 0;
    width: 33.3vw;
    border-radius: 0;
  }
  .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 12vw auto;
  }
  .rank-img{
    width: 53.3vw;
    margin: 0;
  }
  .rank-disc{
    width: 100%;
    margin: 4vw 0 0 0;
  }
  .rank-disc thead>tr{
    height: 8.8vw;
  }
  .rank-disc th{
    line-height: 1;
    vertical-align: middle;
  }
  .rank-disc td, .rank-disc td *{font-size: 4vw !important;}
  .rank-disc dl{margin-top: 4.9vw;}
  .rank-disc dt{
    font-size: 4vw;
    line-height: 5.3vw;
    margin-bottom: 3.6vw;
  }
  .rank-disc dt:before{
    margin-right: 2.8vw;
    width: 5.3vw;
    height: 5.3vw;
  }
  .rank-disc dd{
    line-height: 1.6;
		font-size: 3.6vw;
  }
  .rank-rv{margin-top: 6.1vw;}
  .rank-rv th{
    line-height: 10.3vw;
    font-size: 4vw;
  }
  .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{
    vertical-align: top;
    width: 22.7vw;
  }
  .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: 8vw;
  }
  .rank-but:after{
    width: 2.3vw;
    height: 3.3vw;
    right: 7.5vw;
    top: calc(50% - 1.65vw);
  }
  /*#tr*/
  #tr>h2{
    font-size: 5.3vw;
    padding: 5.5vw 0;
  }
  #tr>img{
    width: 100vw;
  }
  /*.temp*/
  #rank .temp>h2{
    font-size: 4.8vw;
    padding: 3.7vw 0;
    margin: 5.7vw auto 0;
  }
  #rank .temp.nagare>h2{
    margin: 5.7vw auto;
  }
  .temp>img{
    width: 100vw;
  }
  .intro>h2{
    font-size: 5.3vw;
    padding: 3vw 0;
  }
  .intro .txt .bg-img{
    background-image: none;
  }
  .intro .txt .bg-img>img{
    width: 100%;
  }
  .intro .txt p{
    text-align: left;
    padding: 10px 4vw;
    font-size: 4vw;
  }
  #tr p{
    font-size: 3.5vw;
    text-align: left;
  }
  .txt_box{
    display: block;
    width: 100%;
  }
  .temp_img img {
      width: 100%;
  }
  .txt_box .txt{
    width: 100%;
    margin: 10px 0;
  }
  .txt_box p{
    font-size: 3.5vw;
    margin-top: 5vw;
  }
  #tr p {
    font-size: 3.5vw;
    text-align: left;
  }
  .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: 4vw;
		color: #1199c0;
		border-bottom: solid 0.3vw #babcbc;
		padding: 4vw 22vw 4vw 12.4vw;
		text-align: left;
		position: relative;
		cursor: pointer;
		line-height: 1.4;
	}
	#qa-cont>div h3:before{
		content: "Q";
		width: 5.3vw;
		line-height: 5.3vw;
		background: #2473ab;
		color: white;
		text-align: center;
		display: block;
		font-size: 2.7vw;
		position: absolute;
		top: 4vw;
		left: 4vw;
	}
	#qa-cont>div h3>img{
		height: 2.1vw;
		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 12.4vw;
		text-align: left;
		position: relative;
		line-height: 1.5;
		display: none;
	}
	#qa-cont>div h4:after{
		content: "A";
		width: 5.3vw;
		line-height: 5.3vw;
		background: #f25362;
		color: white;
		text-align: center;
		display: block;
		font-size: 2.7vw;
		position: absolute;
		top: 4vw;
		left: 4vw;
	}
	/*footer*/
	footer>div{
		width: 100%;
		padding: 7.6vw 0 0;
	}
	footer>div>*{
		display: block;
		text-align: center;
	}
	footer>div>div:first-of-type{
		margin: 0 auto 4.8vw;
		padding: 0 0 5.9vw;
		border-bottom: solid 1px #cccbc6;
		display: table;
	}
	footer>div>div:first-of-type>*{
		display: inline-block;
		vertical-align: middle;
	}
	footer>div>div>img{
		width: 42.1vw;
	}
	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>.foot_txt{
		width: 87%;
		border: none;
		padding: 0;
    margin: 0 auto 4.8vw;
	}
  footer>div>.foot_txt>p{
    font-size: 12px;
    text-align: left;
  }
  footer>div>.foot_txt>p:first-child{
    text-align: center;
  }
  footer>div>.foot_txt .attn_img{
    margin: 10px 0;
    display: flex;
    justify-content: flex-start;
  }
  footer>div>.foot_txt .attn_img img{
    display: block;
    width: 29%;
    height: auto;
    margin: 0 auto;
    padding: 0 3% 0 0;
  }
  footer>div>.foot_txt .attn_img img:last-child{
    padding-bottom: 0;
  }
  footer>div>.foot_txt>p.kome{
    font-size: 11px;
    line-height: 1.7;
    padding: 10px 0 0;
  }

	footer>div:last-of-type{
		line-height: 11.3vw;
		font-size: 2.9vw;
	}
}
/*ポップアップ用*/
#backGuide{
  display: none;
  position: fixed;
  left: 50%;
  top:50%;
  z-index:5;
  transform: translate(-50%, -50%);
  width: 600px;
  text-align: center;
  line-height: 1.4;
}
#backGuide .timmer-block{
  overflow: hidden;
  background:linear-gradient(to right, #D63173, #F36B21);
}
#backGuide .timmer-block p{
  float: left;
  font-size:18px;
  color: #ffd700;
}
#backGuide .timmer-block p:first-of-type {
  margin-left: 10px;
  padding: 5px;
  color: #D8356B;
  background: #fff;
  border-radius: 10px;
  line-height: 1;
}
#backGuide .timmer-block p:first-of-type span {
  font-size: 12px;
}
span.sec,span.min,span.milli{
  font-size:32px;
  color: #ffd700;
}
#backGuide p{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#backGuide img{
  margin: 0 auto;
  width: 100%;
}
#backGuide div{
  padding: 6px 0;
}
#modal-overlay{
  width:100%;
  height:120%;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.8);
  z-index:4;
}
#backGuide a{
  text-decoration: unset;
  position: relative;
}
#backGuide p.pop-btn{
  background: linear-gradient(to top,#eb5200,#f47c39);
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#backGuide img.pop-qlose{
  position: absolute;
  top: 0;
  width: 30px;
  right: -50px;
}

.two-btn-box{
  background: linear-gradient(#70d028, #388e15) !important;
}


@media ( max-width: 767px) {
  #backGuide{
    width: 96%;
  }
  #backGuide .timmer-block p{
    font-size: 6.8vw;
    color: #faf200;
  }
  #backGuide .timmer-block p:first-of-type {
    margin: 0 3.5vw 0 1.5vw;
    padding: 5px;
    color: #D8356B;
    background: #fff;
    border-radius: 10px;
    line-height: 1;
  }
  #backGuide .timmer-block p:first-of-type span {
    font-size: 1vw;
  }
  #backGuide .timmer-block p.timmer{
    font-size: 5vw;
    padding-top: 3px;
  }
  span.sec,span.min,span.milli{
    font-size:7vw;
  }
  #backGuide p{
    font-size: 6vw;
  }
  #backGuide p.pop-btn{
    margin-bottom: 3%;
    padding: 3%;
  }
  #backGuide img.pop-qlose{
    top: -10%;
    width: 7%;
    right: 3%;
  }
}

.cta-note {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
}

@media ( max-width: 767px) {
  .cta-note {
    font-size: 2.9vw;
    text-align: left;
  }
}