@charset "utf-8";

/* BASE RESET*/

#container {
  
}
.column2R #main {
  float: none;
  width: auto;
}
.pagetop {
  width: 970px;
  margin: 0 auto;
}
/* BASE */
.brSp {
	display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* parts */
.red {
  color: #ff191b;
}
.yel {
  color: #fbb802;
}
.blu {
  color: #00b8ff;
}

/* area */
.mainTtl {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 60px;
	letter-spacing: 1px;
}
.mainTtl span {
	background: linear-gradient(transparent 50%, #dfb 50%);
}
.areaBox {
  margin-bottom: 90px;
}
.areaTtl {
  font-size: 30px;
  color: #00ba01;
  border-bottom: 2px solid #00ba01;
  margin-bottom: 30px;
}
.areaTxt {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
/* mainVisual */
.mainVisual {
  margin-bottom: 60px;
	background-color: #00BA01;
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 20px;
}
/* iconList */
.iconList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	align-items: center;
	width: 80%;
	margin: 0 auto 30px;
}
.iconList li {
  width: 30%;
}
.iconList li:last-child {
  width: 66%;
}
.iconList li img {
  max-width: 100%;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}
.iconList li p {
  font-size: 18px;
}
.iconList li p.mb {
	margin-bottom: 20px;
}
.reverse {
	flex-direction: row-reverse;
}
.tokuten {
	text-align: center;
	margin-bottom: 30px;
}
.couponImg {
  width: 600px;
  display: block;
  margin: 0 auto;
}
.addFriendsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.addFriendsBox {
  border: 1px solid #01b8fe;
  border-radius: 4px;
  width: 400px;
}
.addFriendsTtl {
  background: #01b8fe;
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 20px;
}
.addFriendsImg {
  margin: 20px auto;
  display: block;
}
.addFriendsImg._id {
  width: 80%;
}
.addFriendsImg._qr {
  width: 40%;
}
.addFriendsStep {
  padding: 20px;
  border-top: 1px dotted #333;
  font-size: 14px;
  counter-reset: step 0;
}
.addFriendsStep li {
  margin-bottom: 10px;
  text-indent: -2em;
  margin-left: 2em;
}
.addFriendsStep li:before {
  content: counter(step) ".";
  counter-increment: step 1;
  font-size: 20px;
  padding-right: 0.3em;
}
.addList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.addList li {
  width: 300px;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #bababa;
  border-radius: 4px;
  background: #fcfcfc;
}
.addList li span {
  display: block;
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width:479px){
  /* BASE */
  body #container {
    width: 98%;
  }
	.brSp {
		display: block;
	}
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
.mainVisual {
  font-size: 10vw;
}
  .mainVisual img {
    width: 100%;
  }
	.mainTtl {
	font-size: 6vw;
}
  .areaTtl {
    font-size: 5.4vw;
    margin-bottom: 15px;
  }
  .areaTxt {
    font-size: 4vw;
    line-height: 5.5vw;
    margin-bottom: 40px;
  }
  .areaBox {
    margin-bottom: 75px;
  }
  .iconList {
    width: 100%;
	  flex-direction: column;
  }
  .iconList li, .iconList li:last-child {
	width: 100%;
	  text-align: center;
  }
	.iconList li:last-child {
	text-align: left;
  }
	.iconList li p {
	font-size: 3.6vw;
  }
   .iconList img {
    width: 50%;
	   margin-bottom: 20px;
  }
.tokuten img {
	width: 100%;
}
  .couponImg {
    width: 100%;
  }
  .addListSp li img {
    width: 50%;
  }
  ._center {
    text-align: center;
  }

}
/*-------------------------------------
　注意事項
---------------------------------------*/
dl.caution {
	text-indent: -1em;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
dl.caution dd {
	margin-left: 1em;
}
dl.caution dd::before {
    content: "※";
}
@media screen and (max-width:479px){
dl.caution {
font-size: 2.8vw;
	width: 100%;
}
}


/*-------------------------------------
　小見出し
---------------------------------------*/
h4{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #111;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #00B900;/*左線*/
  font-size: 28px;
  margin-top: 20px;
}

.areaBox hr .mainct{
  border-bottom: 0px solid #cccccc;
  width: 970px;
}

.areaTxt img {
  width: 100%;
}
