@charset "utf-8";

.ctn_00 {
  padding: 3.6vw 0;
}
.ctn_01 {
  background-color: #fffae3;
  padding: 7vw 0;
}
.ctn_02 {
  background-color: #fff2f9;
  padding: 7vw 0;
}

.ctn_03 {
  background-color: #f2ead7;
  padding: 7vw 0;
}
.bg01{
  padding: 32px 0 0;
}

.ctn_00 .contentsInner,.ctn_01 .contentsInner,.ctn_02 .contentsInner {
	padding: 0 18px;
}
.ctn_00 .contentsInner,.ctn_01 .contentsInner,.ctn_03 .contentsInner {
	padding: 0 18px;
}
.contentsInner+.contentsInner{
  margin-top: 28px;
}

.topLead{
  font-size: 16px;
  padding: 0 18px;
  line-height: 1.66;
}
.topLead .fzL{
  font-size: 18px;
}
.topNote{
  font-size: 12px;
  padding: 0 18px;
  line-height: 1.25;
  margin-top: 5px;
}

.contentsTtl{
  padding-top: 32px;
  font-size: 30px;
  margin-bottom: 12px;
}
.contentsTtl .fsS{font-size: 24px;}
.contentsTtl .fsL{font-size: 37px;}
.contentsTtl._benefit{
  background-size: 90px 23px !important;
}
.contentsTtl._simulation{
  background-size: 127px 25px !important;
}

.benefitList>li {
	text-align: center;
}
.benefitList>li .set{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefitList>li+li{
  margin-top: 34px;
}
.benefitList>li:nth-child(even) .set{
  flex-direction: row-reverse;
}
.benefitList>li .img{
  width: 52.8%;
}
.benefitList>li .txt{
  width: 47.2%;
  text-align: center;
}
.benefitList>li .num{
  margin-bottom: 18px;
}
.benefitList>li .num>img{
  height: 42px;
  width: auto;
}
.benefitList>li .desc{
  font-size: 18px;
  line-height: 1.56;
}
.benefitList>li .desc .fzS{
  font-size: 14px;
}
.benefitList .link-btn {
	margin: 30px 0 0;
}
.benefitList .link-btn a {
	font-size: 4vw;
	line-height: 9vw;
	border-radius: 4.5vw;
	min-width: 80vw;
}

.bg02{
  padding: 0 14px 26px;
}
.bg02:before{
  content: '';
  display: block;
  background: url(//sm.r10s.jp/contents/static/promotion/ssp/img/simulation_back_sp.png) center top no-repeat;
  background-size: 100% 47px;
  width: 100%;
  height: 47px;
  position: absolute;
  left: 0;
  top: -47px;
  z-index: 0;
}
.bg02 .contentsInner{
  background-color: #fff;
  text-align: center;
  padding-bottom: 18px;
}
.bg02 .contentsInner .arrow{
  width: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bg02 .contentsInner .couponDesc{
  font-size: 18px;
  line-height: 1.64;
}
.bg02 .contentsInner .couponDesc .fzL{
  font-size: 32px;
  line-height: 1.25;
}
.bg02 .contentsInner .couponDesc .fzLL{
  font-size: 43px;
  line-height: 1.79;
}
.bg02 .contentsInner .gourmetLink{
  font-size: 16px;
  margin-top: 26px;
}

h2.txt {
	margin: 0 auto 0.7em; 
    font-size: 4.5vw;
}
.ctn_00 p {
    text-align: left;
    line-height: 1.2;
}
.ctn_02 .txt {
	margin-top: 10px;
	line-height: 1.2;
}
.ctn_02 .txt p {
	font-size: 1.17em;
	margin-bottom: 10px;
}
.ctn_02 .noticelist {
	margin-bottom: 30px;
}
.ctn_03 .txt {
	margin-top: 10px;
	line-height: 1.2;
}
.ctn_03 .txt p {
	font-size: 1.17em;
	margin-bottom: 10px;
}
.ctn_03 .noticelist {
	margin-bottom: 30px;
}
.notice {
    margin: 10px 0 20px;
}

.noticelist {
	font-size: 0.9em;
    line-height: 1.2;
}

a.btn_pink {
        padding: 0;
        width: 90vw;
}
/*===================================================
    切り替え用
===================================================*/
.sp-block{
    display: block;
}

.sp-inline{
    display: inline;
}

.sp-inline-block{
    display: inline-block;
}

.sp-none{
    display: none;
}