@charset "UTF-8";

/* common */
html{
	font-size: 62.5%;
}

body {
   font-family:  "Hiragino Sans","Yu Gothic",sans-serif;
	background: #EEF9FF;
	font-size: 1.6rem;
	color: #232323;
}
    
.inner {
    margin: 0 15px;    
}

.main_title {
    width: 100%;
}
h1{
	font-size: 2.6rem;
	color: #fff;
	padding:44px 22px 12px;
	text-align: center;
}


h2{
	border-bottom: solid #000 2px;
	font-size: 1.9rem;
	margin-bottom: 2px;
}

h3{
	display: inline;
	border-bottom: solid #000 2px;
	font-size: 1.7rem;
	padding: 0 0 0.5rem  0.3rem;
}

.bold_middle{
	font-weight: 600;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

a:link,a:visited{
	color: #232323;
	text-decoration: underline;
}

a:hover,a:active{
	color: #232323;
	text-decoration: underline;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
 background-color:rgba(54, 54, 54, 0.4);
  opacity: 0.6;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before{
font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#main{
	padding: 0 15px;
}

.flow{
	text-align: center;
}

.flow li{
	margin-bottom: 25px;
	text-align: center;
}

.flow li img{
	display: block;
}

.flow li:last-child{
	margin-bottom: 0;
}


header{
	background: #0099EB;
}
	
/* level1
 tablecontents*/
 .level1{
	padding: 25px 0 10px 0;
	margin-bottom: 25px;	
}
.tablecontents_wrap ul li{ 
	margin-bottom: 5px;

}



/* level2 
マイクーポンの確認方法 */
.level2{
	margin-bottom: 35px;
}

.step_wrap_normal{
	background: #fff;
	border: 1px solid #000;
	padding: 17px 10px 25px;
}

/* level3 
獲得したクーポンの使い方 */
.level3{
	margin-bottom: 35px;
}

.level3_inner{
	padding: 17px 10px 40px;
}

.step_wrap_use{
	background: #fff;
	border: 1px solid #000;
	padding: 0;	
}

.tablecontents_use{
	background: #efefef;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.3rem;
	font-weight: 700;
}

.tablecontents_use p{
	margin-bottom: 10px;
}

.tablecontents_use ul{
	margin-left: 0.5rem;
}

.tablecontents_use ul li{
	margin-bottom: 5px;
}

.tablecontents_use ul li:last-child{
	margin-bottom: 0;
}

.att_present{
font-weight: normal;
font-size: 1.2rem;
color: #f00;	
}

.att_present_step{
	margin:3px 0 0 5px ;
	font-weight: normal;
	font-size: 1.2rem;
	color: #f00;	
	}

/* level4 
お友達から受け取ったクーポンの使い方 */
.level4{
	margin-bottom: 20px;
}

/* level5 
マイクーポンをチェック */
.level5{
	margin-bottom: 20px;
}

.arrow_down{
	font-size: 4.0rem;
	margin-bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}



/*　tablet　*/
@media screen and (min-width:768px) and (max-width:1024px) {
html{
	font-size: 2vw;
	  }	
h1{
	font-size: 3.2rem; 
}
	
h2{
	font-size: 2.1rem;
	}
	
h3{
	font-size: 1.7rem;
	}

	.arrow_down{
		font-size: 5.2rem;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}      

}

