@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v6.7.2/css/all.css');
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/* CSS Document */
html{
	scroll-behavior:smooth;
  scroll-padding-top: 70px;
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display: none;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  position: relative;
	margin-bottom: 60px;
}
.page_roof .inner{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
	width: 100%;
	margin: 0 auto;
}
.page_roof h2{
	width: 100%;
  height: 100%;
	text-align:center;
	margin: 0 auto;
}
.page_roof h2 img{
  width:100%;
	height: 100%;
	object-fit: contain;
}
@media screen and (max-width: 759.9px){
	.page_roof {
		height: 58vw;
		margin-bottom: 40px;
	}
}
/*-------------ページコンテンツ--------------*/
.pageContent {
  width: 100%;
  margin-bottom: 80px;
}
.pageContent > .inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto 30px;
}
.pageContent > .inner > h2{
	font-size: 160%;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 30px;
	border-bottom: 6px solid #00935c;
	padding: 0 5px;
}
@media screen and (max-width: 759.9px){
	.pageContent > .inner > h2{
		font-size: 140%;
		margin: 0 auto 20px;
		border-bottom: 4px solid #00935c;
		padding: 0 5px;
	}
}
/*-------------対象条件--------------*/
#conditions .dl_wrap{
	width: fit-content;
	margin: 0 auto;
}

#conditions dl{
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0.2em;
}
#conditions dl dt{
	width:12em; 
	text-align: right;
	font-weight: bold;
	font-size: 120%;
}
#conditions dl dd{
	text-align: left;
	font-size: 140%;
}
#conditions dl dd i{
	margin-right: 0.5em;
	color:#7dbf4b;
}
@media screen and (max-width: 759.9px){
	#conditions dl{
		display: block;
		margin-bottom:10px;
	}
	#conditions dl dt{
		width:100%; 
		text-align:left;
		font-size: 100%;
	}
	#conditions dl dd{
		width: 100%;
		padding-left: 1em;
		text-align: left;
		font-size: 110%;
	}
}
/*-------------クーポン--------------*/
#coupon h3.title {
    width: 100%;
    border: none;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    line-height: 2.5;
    background: #EBEBF9;
    position: relative;
}
#coupon h3.title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #EBEBF9;
    border-bottom: 0;
    position: absolute;
    bottom: -10px;
    left: calc((100% - 12px) / 2);
}
@media screen and (max-width: 759.9px){
	#coupon h3.title {
			width: 100%;
			border: none;
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 15px;
			padding: 0;
			text-align: center;
			line-height: 2.5;
			background: #ebebf9;
			position: relative;
	}
		#coupon h3.title:after {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-right: 8px solid transparent;
			border-left: 8px solid transparent;
			border-top: 12px solid #EBEBF9;
			border-bottom: 0;
			position: absolute;
			bottom: -10px;
			left: calc((100% - 12px) / 2);
	}
}
#coupon .comment {
	width: 100%;
  margin:0 auto 20px;
}
#coupon .comment p{
	font-size: 120%;
	width: fit-content;
	margin: 0 auto 0.5em;
	text-align: center;
}
#coupon .comment p span.color_red{
	color: #FF0000;
	font-weight: bold;
}
#coupon .comment p.attention{
	font-size: 100%;
	text-indent: -1em;
	text-align: left;
	padding-left: 1em;
}

@media screen and (max-width: 759.9px){
	#coupon .comment p{
		font-size: 110%;
	}

}
/*-------------検索--------------*/
a.godetail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: 55px;
	margin: 0 auto 40px;
	text-align: center;
	text-decoration: none;
	background: #00492D;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.4;
	z-index: 10;
	box-shadow: 5px 5px 0 #7dbf4b;
  transition: 0.2s;
}
a.godetail i{
	margin-right: 1em;
}
@media screen and (max-width: 759.9px){
	a.godetail{
		height: 50px;
		font-size: 90%;
		padding-bottom: 3px;
		box-shadow: 3px 3px 0 #7dbf4b;
	}
}
a.godetail:hover {
  text-decoration: none;
  background-color: #7dbf4b;
  box-shadow: none;
	opacity: 1;
	transform: translateX(5px) translateY(5px);
}
a.godetail.gray{
	background-color: #9C9C9C;
	box-shadow:none;
	pointer-events: none;
}
a.godetail.gray:hover{
	transform: none;
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container.top{
	width: 100%;
	margin:0;
}
.swiper-container.top .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 759.9px){
	.swiper-container.top{
		height: 100%;
	}
}

/*----------
クーポン
----------*/
/*759px以下*/
@media screen and (max-width: 759.9px) {
/*discount/coupon*/
.coupon_Wrap{
	display: flex;
    flex-wrap: wrap;
	margin: 20px 0;
}
.coupon_Wrap > li{
    border: 8px solid #ebebf9;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    background: #FFF;
}

/*discount*/
.coupon_Wrap .discount_plan_number {
	font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 58px;
    height: 58px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: -34px;
    left: calc((100% - 58px) / 2);
    padding-top: 12px;
    box-sizing: border-box;
}

/*coupon_Wrap*/
.coupon_Wrap > li{
	width: 48%;
    margin: 30px 1%;
    padding: 35px 5px 15px;
	position: relative;
}
.coupon_Wrap h4{margin:0 0 15px;}
.coupon_Wrap > li .cpn_get {
	width:90%;
	min-width: 300px;
    margin: auto;
    box-shadow: 1px 1px 5px #ccc;
	position: relative;
}

.coupon_Wrap > li .cpn_get dl{
    height: 176px;
    box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.coupon_Wrap.ko_yado > li .cpn_get dl{border: 5px solid #002060;}
.coupon_Wrap.ko_jrset > li .cpn_get dl{border: 5px solid #e03560;}
.coupon_Wrap.ka_tour > li .cpn_get dl{border: 5px solid #51b028;}
.coupon_Wrap.ka_air > li .cpn_get dl,
.coupon_Wrap.ko_airset > li .cpn_get dl,
.coupon_Wrap.ka_airset > li .cpn_get dl{border: 5px solid #0093da;}
@media screen and (max-width: 980px) {.coupon_Wrap > li {width: 98%;}}
.coupon_Wrap dl{
    padding: 0;
	cursor:pointer;
}
.coupon_Wrap.ko_yado dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_yado.png) no-repeat center 15px;
    background-size: 110px;
	color: #002060;
}
.coupon_Wrap.ko_jrset dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_jrset.png) no-repeat center 15px;
    background-size: 110px;
	color: #e03560;
}
.coupon_Wrap.ka_tour dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 15px;
    background-size: 110px;
	color: #51b028;
}
.coupon_Wrap.ka_air dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_air.png) no-repeat center 15px;
    background-size: 110px;
	color: #0093da;
}
.coupon_Wrap.ko_airset dl,
.coupon_Wrap.ka_airset dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 15px;
    background-size: 110px;
	color: #0093da;
}
.coupon_Wrap dl:hover {opacity: 0.95;}
.coupon_Wrap li a > dl *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.coupon_Wrap dt{
	width: 100%;
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
}
.coupon_Wrap dt small{
	width: 24%;
    margin: 0 0 0 1%;
    font-size: 11px;
    letter-spacing: -1px;
}
.coupon_Wrap dt strong{
	width: 75%;
	font-size: 42px;
}
.coupon_Wrap dt strong span {
    font-size: 0.5em;
    letter-spacing: 0;
	margin: 0 5px;
}
.coupon_Wrap dd.about_mycoupon {
	width: 100%;
    text-align: center;
}
.coupon_Wrap .fcf {
    background: #343474;
    width: 58px;
    height: 58px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.coupon_Wrap .mycoupon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 28px;
    display: grid;
    align-items: end;
}
.coupon_Wrap .cpnget{
	width: 100%;
	padding: 4px 0 0;
}
.coupon_Wrap.ko_yado .cpnget{background: #002060;}
.coupon_Wrap.ko_jrset .cpnget{background: #e03560;}
.coupon_Wrap.ka_tour .cpnget{background: #51b028;}
.coupon_Wrap.ka_air .cpnget,
.coupon_Wrap.ko_airset .cpnget,
.coupon_Wrap.ka_airset .cpnget{background: #0093da;}
.coupon_Wrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    box-sizing: border-box;
}
.coupon_Wrap .cpnget h5{
	text-align: right;
    width: 195px;
    padding: 0;
    border-radius: 20px;
    margin: 0 auto 0 calc(100% - 320px);
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
.coupon_Wrap .cpnget h5:before{
	content: "";
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 1px;
    left: 38px;
}
.coupon_Wrap .cpnget h5:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    position: absolute;
    top: 5px;
    left: 45px;
}
.coupon_Wrap.ko_yado .cpnget h5:after{border-color: transparent transparent transparent #002060;}
.coupon_Wrap.ko_jrset .cpnget h5:after{border-color: transparent transparent transparent #e03560;}
.coupon_Wrap.ka_tour .cpnget h5:after{border-color: transparent transparent transparent #51b028;}
.coupon_Wrap.ka_air .cpnget h5:after,
.coupon_Wrap.ko_airset .cpnget h5:after,
.coupon_Wrap.ka_airset .cpnget h5:after{border-color: transparent transparent transparent #0093da;}
.coupon_Wrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.coupon_Wrap .conditions li{
	font-size: 12px;
	display: flex;
	margin-bottom: 2px;
}
.coupon_Wrap .conditions li strong{
	width: 72px;
	display: inline-block;
	font-weight: bold;
}
.coupon_Wrap .conditions li span{width: calc(100% - 72px);}
.coupon_Wrap .cpndetai {
	padding: 5px;
    font-size: 10px;
    text-align: center;
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/im_mycopon.png) no-repeat 5px;
    background-size: 28px auto;
}
.coupon_Wrap .cpndetai:hover {color: #bd0109;}
.coupon_Wrap .cpndetai span {position:relative;}
.coupon_Wrap .cpndetai span:after {
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content: "\e89e";
	position: absolute;
	top: -10%;
	right: -50%;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}
.coupon_Wrap .end{
	width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    font-size: 24px;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*discount/coupon*/
.coupon_Wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
}
.coupon_Wrap > li{
    border: 10px solid #ebebf9;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    background: #FFF;
}

/*discount*/
.coupon_Wrap .discount_plan_number {
	font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 22px;
    color: #222;
    background: #ebebf9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
    top: -28px;
    left: calc((100% - 50px) / 2);
    padding-top: 5px;
    box-sizing: border-box;
}

/*coupon_Wrap*/
.coupon_Wrap > li{
	width: 48%;
	margin: 50px 1%;
	padding: 35px 15px 15px;
	position: relative;
}
.coupon_Wrap h4{margin:0 0 15px;}
.coupon_Wrap > li .cpn_get {
	box-shadow: 1px 1px 5px #ccc;
	position: relative;
}
.coupon_Wrap.ko_yado > li .cpn_get dl{border: 5px solid #002060;}
.coupon_Wrap.ko_jrset > li .cpn_get dl{border: 5px solid #e03560;}
.coupon_Wrap.ka_tour > li .cpn_get dl{border: 5px solid #51b028;}
.coupon_Wrap.ka_air > li .cpn_get dl,
.coupon_Wrap.ko_airset > li .cpn_get dl,
.coupon_Wrap.ka_airset > li .cpn_get dl{border: 5px solid #0093da;}
@media screen and (max-width: 980px) {
.coupon_Wrap{width: 500px;}
.coupon_Wrap > li {width: 96%;}
}
.coupon_Wrap dl{
    padding: 10px 0 0;
	cursor:pointer;
}
.coupon_Wrap.ko_yado dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_yado.png) no-repeat center 15px;
    background-size: 130px;
	color: #002060;
}
.coupon_Wrap.ko_jrset dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_jrset.png) no-repeat center 15px;
    background-size: 130px;
	color: #e03560;
}
.coupon_Wrap.ka_tour dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 15px;
    background-size: 130px;
	color: #51b028;
}
.coupon_Wrap.ka_air dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_air.png) no-repeat center 15px;
    background-size: 130px;
	color: #0093da;
}
.coupon_Wrap.ko_airset dl,
.coupon_Wrap.ka_airset dl{
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 15px;
    background-size: 130px;
	color: #0093da;
}
.coupon_Wrap dl:hover {opacity: 0.95;}
.coupon_Wrap li a > dl *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.coupon_Wrap dt{
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.coupon_Wrap dt small{
	width: 32%;
	font-size: 16px;
}
.coupon_Wrap dt strong{
	width: 68%;
	font-size: 50px;
}
.coupon_Wrap dt strong span {
    font-size: 0.6em;
    letter-spacing: 0;
	margin: 0 5px;
}
.coupon_Wrap dd.about_mycoupon {
    text-align: center;
	margin: 0 auto 10px;
}
.coupon_Wrap .fcf {
	background: #343474;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 16px;
    display: grid;
    align-items: center;
    margin-right: 20px;

}
.coupon_Wrap .mycoupon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 36px;
    display: grid;
    align-items: end;
}
.coupon_Wrap .cpnget{padding: 15px 5px 0;}
.coupon_Wrap.ko_yado .cpnget{background: #002060;}
.coupon_Wrap.ko_jrset .cpnget{background: #e03560;}
.coupon_Wrap.ka_tour .cpnget{background: #51b028;}
.coupon_Wrap.ka_air .cpnget,
.coupon_Wrap.ko_airset .cpnget,
.coupon_Wrap.ka_airset .cpnget{background: #0093da;}
.coupon_Wrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
	border-radius: 5px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    box-sizing: border-box;
}
.coupon_Wrap .cpnget h5{
	text-align: right;
    width: 200px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 10px calc(100% - 380px);
    display: inline-block;
	font-weight: bold;
    color: #FFF;
    font-size: 20px;
	position:relative;
}
.coupon_Wrap .cpnget h5:before{
	content: "";
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 1px;
    left: 0;
}
.coupon_Wrap .cpnget h5:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    position: absolute;
    top: 7px;
    left: 10px;
}
.coupon_Wrap.ko_yado .cpnget h5:after{border-color: transparent transparent transparent #002060;}
.coupon_Wrap.ko_jrset .cpnget h5:after{border-color: transparent transparent transparent #e03560;}
.coupon_Wrap.ka_tour .cpnget h5:after{border-color: transparent transparent transparent #51b028;}
.coupon_Wrap.ka_air .cpnget h5:after,
.coupon_Wrap.ko_airset .cpnget h5:after,
.coupon_Wrap.ka_airset .cpnget h5:after{border-color: transparent transparent transparent #0093da;}
.coupon_Wrap .conditions{
	padding: 10px;
    background: #FFF;
    border-bottom: 1px dashed #ccc;
}
.coupon_Wrap .conditions li{
	font-size: 14px;
	display: flex;
	margin-bottom: 5px;
}
.coupon_Wrap .conditions li strong{
	width: 85px;
	display: inline-block;
	font-weight: bold;
}
.coupon_Wrap .conditions li span{width: calc(100% - 85px);}
.coupon_Wrap .cpndetai {
	padding: 10px;
    font-size: 13px;
    text-align: center;
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/im_mycopon.png) no-repeat 8px;
    background-size: 40px auto;
	cursor:pointer;
}
.coupon_Wrap .cpndetai:hover {color: #bd0109;}
.coupon_Wrap .cpndetai span {position:relative;}
.coupon_Wrap .cpndetai span:after {
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content: "\e89e";
	position: absolute;
	top: 0;
	right: -45%;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}
.coupon_Wrap .end{
	width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    font-size: 24px;
}
}

/*モーダル*/
.disnone {display:none;}
#overlay2 {
	width:100%;
	height:150%;
	position:fixed;
	background:rgba(0,0,0,.7);
	display:none;
	left: 0;
	overflow: hidden;
	top: -1px;
	background:rgba(0,0,0,.7);
	z-index: 999;
}
@media screen and (max-width: 759.9px) {
#mycoupon_note {
	width: 94%;
	padding: 10px;
	background: #FFF;
	font-size: 12px;
    line-height: 1.6;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
	height: 580px;
	top: calc((100% - 580px) / 2);
	left: 3%;
	overflow-y: scroll;
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0;
}
p.pop_close {
	color: #888;
	text-align: center;
	margin: 10px 0;
}
}

@media screen and (min-width: 760px),print {
#mycoupon_note {
	width: 750px;
	padding: 25px;
	background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
    line-height: 1;
height: 90vh;
        top: calc((100% - 90vh) / 2);
        left: calc((100% - 750px) / 2);
        overflow-y: auto;
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 32px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
p.pop_close {
	color: #888;
	cursor: pointer;
	text-align: center;
	margin: 15px 0 0;
}
}

/*coupon_notice*/
main p.coupon_notice {
	content: "";
	color: #FFF;
	background: #333;
	display: block;
	padding:5px 0;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: .5s;
	opacity: 0;
	z-index: 51;
}
main#coupon_notice .coupon_notice {
	position: fixed;
	bottom: 0;
	left: 0;
	transition: .5s;
	opacity: 1;
}
main p.coupon_notice {font-size: 12px;}
@media screen and (min-width: 760px),print {main p.coupon_notice {font-size: 16px;}}