@charset "Shift_JIS";

/*img*/
section img {width: 85%;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.spnone,.smpnone {display:none !important;}
.waribiki_check_img{vertical-align: middle;}
.waribiki_check_p{
	display:block;
	border:2px solid red;
	padding:5px;
}

/*table*/
table {width: 100%;}
table , td, th {
	text-align: center;
	border: 1px solid #595959;
	border-collapse: collapse;
	vertical-align: middle;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {background: #f0e6cc;}
ol, ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* layout
----------------------------------------------- */
.inner {margin: 0 auto;}
#wrapper {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

/*pamlist*/
#dirPathBlock, #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
}

/*title*/
#title {
	/*width:100%;
    background: #002060;
	padding: 12px;
	box-sizing:border-box;*/
		width: 100%;
        background: linear-gradient(90deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 90%)), url(../images/pb-pixta96643165.jpg);
        background-size: cover;
        padding: 40px 0;
        box-sizing: border-box
}
.campaign_title{width:100%;}
#title img {
	width: 15%;
    max-width: 50px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
#title h1 {
/*	width:83%;
	float:left;
    display:block;
	font-size: 16px;
    font-weight: normal;
	color:#FFF;
	margin-left: 2%;*/
		margin: 0 auto;
        padding: 24px 0 30px;
        text-align: center;
        display: block;
        font-size: 30px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.8);
        color: #002060;
        letter-spacing: 0.03em;
        line-height: 40px;
}
	
#title h1 span{
	font-size: 25px;	
	font-weight: normal;
	}	
.br-pc{display: none;}

/*nav*/
nav#gnav {background: #ffffff;}
nav#gnav ul {
    width:100%;
	margin:auto;
    display: flex;
}
nav#gnav ul li{
	width: 33.33333%;
	margin: 2% 0;
    text-align: center;
    font-size: 12px;
    line-height: 2;
    border-right: 1px dotted #002060;
    box-sizing: border-box;
}
nav#gnav ul li:first-child{border-left: none;}
nav#gnav ul li:last-child{border-right: none;}
nav#gnav ul li a{color: #002060!important;}

/* section
----------------------------------------------- */
section {
  display: block;
  overflow: hidden;
  padding: 12px 0;
}
section:nth-of-type(odd) {background: #f6fcff;}
section:nth-of-type(even) {background: #fff;}
section div.inner {
  margin: 0 auto;
  width: 90%;
  font-size: 14px;
}

section h2{
	font-size: 20px;
	margin-bottom: 15px;
	margin:10px 0 30px 0!important;
	color:#002060 !important;
	padding:10px 0 10px 0;
	display:block;
	text-align:center;
	overflow:hidden;
	border-bottom:2px dotted #002060;
	border-top:3px solid #002060;
	clear: both;
}

/*キャンペーン詳細*/
p.kokuchi {
	color:red;
	text-align:center;
    margin: 2% 0 5%;
    font-weight: bold;
}
.cmpBox{
	padding:10px 0;
}
.cmpBox h2{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
	color:#18a1b9
}
.cmpBox dl{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFF;
	font-size:14px;
	overflow:hidden;
	background:#f6f6f6;
	margin:0;
    display: flex;
}
.cmpBox dl:nth-of-type(1){border-top:1px solid #CCC;}
.cmpBox dl dt{
	width:18%;
	padding:1%;
}
.cmpBox dl dd{
	width:76%;
	padding:2%;
	line-height:1.5;
	background: #FFF!important;
}
.cmpBox dl dd strong{color:#F00;}
.jouken {
    background: #FFFFCC;
	padding: 5px;
}

/* 注意 */
section .inner ul li{
	line-height: 1.5;
    margin: 0;
	font-size: 0.9em;
}

/*tripa*/
div#useWrap{
	padding:0;
	margin-bottom:0;
}
div#useWrap div{
	overflow:hidden;
	padding:10px;
	margin:0 0 0 0;
	background:#FFF;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}
div#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}
#useWrap div:last-child{border-bottom:none}
#useWrap div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}
#useWrap div dl dt a{color:#000;}
#useWrap div dl dd{
	font-size:12px;
	color:#999;
	margin:0;
	padding:0;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{margin:0;}

/*クーポン*/
.couponWrap{
	display:block;
	overflow:hidden;
}
.contentsBox{
	line-height: 2;
	padding:10px;
}
.contentsBox ul li strong{
	display:inline-block;
	float:left;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.coupon{
    overflow: hidden;
    margin: 0px auto 10%;
    position: relative;
    display: block;
	background:#FFF;
}
.couponinner{
	border:#002060 4px solid;
	overflow:hidden;
	position:relative;
}
.couponinner a{
	position: absolute;
	top: 0;
	left: 1px;
	height:100%;
	width: 100%;
}
.couponinner a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.ora .how-many-times{
	font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
}
.ora .couponinner{border: #002060 4px solid !important;}
.ora .couponleft p,
.ora .couponright{color:#002060 !important;}
.ora .couponbottom{background-color:#002060 !important;}
.ora .couponbottom ul li.mark{color:#002060 !important;}
.couponarea{overflow:hidden;}
.coupon_txt01 .gentei{
	width: 35%;
    float: left;
    box-sizing: border-box;
	color: #FFF !important;
    background-color: #002060;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-size:14px;
	text-align:center;
	margin:2%
}
.coupon_txt01 p:nth-of-type(2){
	width: 56%;
    float: left;
    box-sizing: border-box;
    color: #002060;
    font-weight: bold;
    margin: 4% 0 0 5%;
}
.coupon_txt02{
	text-align: center;
    color: #002060;
    font-weight: bold;
}
.coupon_txt03{
	text-align: center;
    font-size: 18px;
    color: #002060;
    margin: 2% auto;
    padding: 0 20px;
}
.coupon_txt03 span{
    font-size: 24px;
    font-weight: bold;
	display: block
}
.coupon .mycoupon {
    text-align: right;
    margin: 0 5% 2% 0;
    color: #002060;
    font-weight: bold;
	font-size: 18px;
}
.couponbottom{
	background-color:#002060 !important;
	color:#FFF !important;
	padding:10px;
	overflow: hidden;
}
.couponbottom ul li{
	font-weight:bold;
	font-size:13px;
	float: left;
}
.couponbottom ul li.mark{
	background-color:#FFF;
	color:#002060 !important;
	padding:10px !important;
	margin:0 10px 0 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px !important;
}
.couponbottom > p {
	font-weight: bold;
    background: #FFF;
    color: #002060;
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    float: right;
    width: 50%;
    text-align: center;
}
.coupon .couponleft p.gentei{
	color:#FFF !important;
	background-color:#002060;
	padding:5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.jyouken {
    font-size: 12px !important;
    padding: 10px 10px 0;
    margin: 0 0 2% 0;
}
.onetwothree {font-size: 15px;}
b {font-weight: bold;}
.gaiyou{
	background:url(../../images/im_mycopon4.png) no-repeat 0 10px;
	background-size:40px auto;
	padding:10px 0 0 50px;
	font-size:12px;
	border-top:1px dotted #CCC;
}
.gaiyou a{
	background:url(../../images/im_arrow_close.png) no-repeat 99% 50%;
	background-size:9px auto;
	display:block;
	padding: 5px 0
}
.depa{
	text-align: center;
	font-weight: bold;
	margin:0 !important;
	padding:10px;
}
.ora .depa{
	background-color:#002060;
	color:#FFF !important;
}
.end{
	background:rgba(0,0,0,0.7);
	position:absolute!important;
	top:0;
	left:0;
	color:#000;
	font-size:34px;
	z-index:9999999;
	display:block;
	width:100%;
	height:100%;
}
.end span{
	display:block;
	padding: 30% 0;
	/*width:42%;*/
	text-align:center;
	margin:20% auto;
	color:#FFF;
	font-weight:bold;
}

/*btn*/
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
.btnAll a{
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
		padding:0 0 0 0;
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px 20px 5px 5px;
	font-weight:normal;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../../images/im_arrow.png) no-repeat;
	position:absolute;
	top:35%;
	right:1%;
}

/*STEP*/
.step ul{margin:0 0 20px 0;}
.step li{
	width:80%!important;
	background:#FFF!important;
	box-shadow:none!important;
	padding:0 0 10px 0!important;
	position:relative;
	overflow-scroll:none!important;
	margin:5px auto 0!important;
	-webkit-border-radius: 5px 5px 5px 5px!important;
	border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:#666 transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	bottom:0;
	right:50%;
}
.step li.lastA:after{display: none;}
.step li img{
	width:100%!important;
	height:auto;
}

/*その他*/
#ouenlink.itemList4 {padding: 0 10px;}
#ouenlink.itemList4 li {margin-bottom: 5%;}
#ouenlink.itemList4 li .thumb {
    width: 45%;
    float: left;
    margin: 0 3% 3% 0;
}
#ouenlink.itemList4 li dl {
    width: 50%;
    float: left;
}
#ouenlink.itemList4 li dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
}
#ouenlink.itemList4 li dd span {
    font-size: 13px!important;
    padding: 0;
    font-weight: bold;
    color: #F00!important;
}
#ouenlink.itemList4 li .btn3 p.w80 {
    width: 100%!important;
    clear: both!important;
    float: none!important;
}
#ouenlink.itemList4 li .btn3 p.w80 a {
    width: 94%!important;
    clear: both!important;
    float: none!important;
}
#ouenlink.itemList4 li .jr a {
    background: #399;
	color: #FFF!important;
    display: block;
    color: #ffffff;
    padding: 5px 0px;
    margin: 0 10px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 1px 1px rgba(179,107,0,0), inset 0px 0px 3px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 1px 1px rgba(179,107,0,0), inset 0px 0px 3px rgba(255,255,255,0);
    box-shadow: 0px 1px 1px rgba(179,107,0,0), inset 0px 0px 3px rgba(255,255,255,0);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    text-decoration: none!important;
    font-weight: bold;
    position: relative;
    clear: both;
    border-bottom: 3px solid rgba(0,0,0,0.2);
}
#ouenlink.itemList4 li .btnBox.btn3 .jr.graybtn{
    color: #FFF!important;
    background: #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff8c00',GradientType=0 );
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
    font-size: 14px;
    position: relative;
    padding: 8px 8px 5px 8px;
    width: 92%!important;
}
#ouenlink.itemList4 li .orangeBtn a:after,
#ouenlink.itemList4 li .graybtn a:after{
    content: "";
    background: url(//www.nta.co.jp/kokunai/special/ouen/images/im_arrow.png) no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    top: 50%;
    right: 5px;
    margin: -6px 0 0 0;
    background-size: 100% auto;
}

.mintit{margin:10px 0 0 0 !important;}
.waribiki_check_img{vertical-align: middle;}
.waribiki_check_p{
	display:block;
	border:2px solid red;
	padding:5px;
}
#getcoupon{position:relative;}
#getcoupon p.discount-list{text-align: center;}	
#overlay_coupon{
	position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 28px!important;
    display: grid;
    align-items: baseline;
	visibility: hidden;
	z-index: 0;
	transition: 0.1s;
}
#overlay_coupon.close{
	visibility: visible;
    background: rgba(0,0,0,0.6);
	z-index: 1;
	transition: 0.1s;
}

/*caution*/
p.all-pref_caution,
p.pref_caution{
	font-size: 12px;
    margin-bottom: 5%;
}
p.all-pref_caution {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #c1c1c1;
    padding: 12px;
    background: #ffff;
    
}
p.pref_caution strong.caution{
    margin: auto;
    background: #FFE4E1;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

/*agree*/
#negative_check_sheet{
	width: 100%;
    margin: auto;
    padding: 15px 0 1px;
    font-size: 14px;
    background: #FFFFCC;
}
#negative_check_sheet li{
	list-style: inside;
    width: 90%;
    margin: 0 5% 3%;
}
#negative_check_sheet .policy{margin: 12px;}
#negative_check_sheet .policy input{float: left;}
#negative_check_sheet .policy label{
	vertical-align: middle;
    display: grid;
	font-weight: bold;
}
#negative_check_sheet__img{display:none;}
input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    background: #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #fff) );
    background: linear-gradient( to bottom, #fff 0%, #fff 100% );
}
input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
input[type="checkbox"]:checked {
    background: #99cc00;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #99cc00), color-stop(1.00, #87b400) );
    background: linear-gradient( to bottom, #99cc00 0%, #87b400 100% );
    border: 1px solid #336600;
}

/*step*/
.how-to-step{margin-bottom: 2%;}
.how-to-step p:nth-of-type(1){
	background: #002060;
    align-items: center;
    display: grid;
    padding: 0 10px;
    width: 100px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    margin: 0 auto 3%;
}
.how-to-step p:nth-of-type(2){font-weight: bold;}
p.onetwothree {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.border-all {
    border: 1px solid #c1c1c1;
    padding: 8px;
    display: block;
}
.br-spnone {display: none;}
}
/*STEP*/
.step_content{
    margin-bottom: 5%;
}

.step_content h3{
	font-size: 16px;
    margin-bottom: 1%;
}

.step_content h3 span{
	width: 100px;
    background: #002060;
    color: #FFF;
    padding: 2px 18px;
    margin: 0 1% 2% 0;
    border-radius: 50px;
    text-align: center;
}

.step_content p {
    line-height: 1.5;
}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {
.pcnone {display:none !important;}
.waribiki_check_p{
	display:block;
	border:2px solid red;
	padding:5px;
}

/*table*/
table {width: 100%;}
table , td, th {
	text-align: center;
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {background: #f0e6cc;}
ol, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* layout
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

/*pamlist*/
#dirPathBlock, #anchorLinkBlock {
	width: 100%;
	max-width:970px;
	min-width:760px;
    display: block;
    font-size: 12px;
    margin: 0 auto 10px;
	padding:0 10px;
	box-sizing: border-box;
}

/*title*/
#title {
	/*width:100%;
    background: #002060;
	padding: 80px 0;
	box-sizing:border-box;*/
	    width: 100%;
        background: linear-gradient(90deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 90%)), url(../images/pb-pixta96643165.jpg);
        background-size: cover;
        padding: 80px 0;
        box-sizing: border-box
}

.campaign_title{
	width: 100%;
    max-width: 970px;
    min-width: 680px;
    margin: auto;
    box-sizing: border-box;
}

#title img {
	width: 20%;
    max-width: 150px;
    float: left;
    display: block;
    background: #ffffff;
}

#title h1 {
	/*width: 77%;
    max-width: 800px;
    min-width: 520px;
    float: left;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 0 3%;*/
        width: 70%;
        margin: 0 auto;
        padding: 35px;
        text-align: center;
        display: block;
        font-size: 40px;
        font-weight: bold;
        background: rgba(255, 255, 255, 0.8);
        color: #002060;
        letter-spacing: 0.03em;
        line-height: 46px;
}
	
#title h1 span{
	font-size: 30px;	
	font-weight: normal;
	}	

/*nav*/
nav#gnav {background: #ffffff;}
nav#gnav ul {
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
    display: flex;
}
nav#gnav ul li{
	width: 33.33333%;
    margin: 1% 0;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    border-right: 1px dotted #002060;
    box-sizing: border-box;
}
nav#gnav ul li:first-child{border-left: 1px dotted #002060;}
nav#gnav ul li a{color: #002060!important;}

/* section
----------------------------------------------- */
section {
	display: block;
	overflow: hidden;
	padding: 30px 0;
}
section:nth-of-type(odd) {background: #f6fcff;}

section:nth-of-type(even) {background: #fff;}
section div.inner {
	width: 100%;
	max-width:970px;
	min-width:760px;
	font-size: 18px;
	margin: 0 auto;
	padding:0 10px;
	box-sizing: border-box;
}
section h2{
	font-size: 32px;
    margin-bottom: 15px;
    margin: 10px 0 30px 0!important;
    color: #002060 !important;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #002060;
    border-top: 3px solid #002060;
	clear: both;
}

/*キャンペーン詳細*/
p.kokuchi {
    color: red;
    text-align: center;
    margin: 2% 0 5%;
    font-weight: bold;
    font-size: 20px;
}
.cmpBox{
	padding:10px;
	margin-bottom: 25px;
}
.cmpBox h2{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
	color:#18a1b9
}
.cmpBox dl{
	border-bottom:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFF;
	font-size:16px;
	overflow:hidden;
	position:relative;
	background:#f6f6f6;
	margin:0;
}
.cmpBox dl:nth-of-type(1){border-top:1px solid #CCC;}
.cmpBox dl dt{
	width:13%;
	padding:10px;
	position:absolute;
	top:0;
	left:0;
}
.cmpBox dl dd{
	margin:0 0 0 15%;
	padding:10px;
	background: #FFF!important;
	line-height:28px;
}
.cmpBox dl dd strong{color:#F00;}
    
.jouken {
    background: #FFFFCC;
    padding: 10px;
}
.coupon01{
	width:63%;
	margin-right: 2%;
}
.coupon02{
	width: 35%;
    height: 100%;
	margin-top: 30px;
}


/* 注意 */
section .inner ul li{
	line-height: 1.5;
    margin: 0 0 20px;
	font-size: 0.9em;
}

/* おすすめ旅行情報 */
div#useWrap {
  padding: 10px;
  margin-bottom: 30px;
}
div#useWrap div {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 0 0;
  background: #FFF;
  float: none !important;
  width: auto !important;
  border-bottom: 1px dashed #CCC;
}
div#useWrap div p {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: auto;
}
div#useWrap div p img {
  width: 100%;
  height: auto;
}
#useWrap div dl {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
#useWrap div dl dt {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
#useWrap div dl dd {
  font-size: 14px;
}
#useWrap div dl dd > span {
  display: block;
  margin: 5px 0 0 0;
  font-size:
}
#useWrap div dl dd > span a {
  color: #CCC;
  display: inline-block;
  background: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
#useWrap div dl dd > span span {
  color: #F69;
  display: inline;
  font-size: 14px;
}

/*  =================================
buttom_new
=================================  */
.btnAll a{
	width:80%;
	height:52px;
	line-height:52px;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF!important;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*クーポン*/
.couponWrap{
	display:block;
	overflow:hidden;
}
.contentsBox{
	line-height: 2;
	padding:10px;

}
.contentsBox ul li strong{
	display:inline-block;
	float:left;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.coupon{
	width: 31.33333%;
    float: left;
    overflow: hidden;
    margin: 0px 1% 5%;
    position: relative;
    display: block;
    background-color: #FFF;
}
.couponinner{
	border:#002060 4px solid;
	overflow:hidden;
	position:relative;
}
.couponinner a{
	position: absolute;
	top: 0;
	left: 1px;
	height:100%;
	width: 100%;
}
.couponinner a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.coupon .couponleft{
	width:33%;
	float:left;
	padding:10px 0px 0px 5px;
}
.coupon .couponleft p{
	text-align:center;
	font-size:12px;
	color:#002060 !important;
	font-weight:bold;
	margin:0 0 10px 0 !important;
}
.ora .how-many-times{
	font-weight: bold;
    margin: 5px 0;
}
.ora .couponinner{border: #002060 4px solid !important; }
.ora .couponinner:hover{opacity:0.8;}
.ora .couponleft p,
.ora .couponright{color:#002060 !important;}
.ora .couponbottom{background-color:#002060 !important;}
.ora .couponbottom ul li.mark{color:#002060 !important;}
.couponarea{overflow:hidden;}
.coupon_txt01 .gentei{
	width: 29%;
    float: left;
    box-sizing: border-box;
	color: #FFF !important;
    background-color: #002060;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-size:12px;
	text-align:center;
	margin:2%
}
.coupon_txt01 p:nth-of-type(2){
	width: 62%;
    float: left;
    box-sizing: border-box;
    color: #002060;
    font-weight: bold;
    margin: 3% 0 0 5%;
}
.coupon_txt02{
	text-align: center;
    color: #002060;
    font-weight: bold;
}
.coupon_txt03{
    font-size: 18px;
    color: #002060;
    margin: 2% auto;
    padding: 0 20px;
	text-align: center;
}
.coupon_txt03 span{
    font-size: 24px;
    font-weight: bold;
	display: block;
}
.coupon .mycoupon {
    text-align: right;
    margin: 0 5% 2% 0;
    color: #002060;
    font-weight: bold;
}
.couponbottom{
	background-color:#002060 !important;
	color:#FFF !important;
	padding:10px;
	overflow: hidden;
}
.couponbottom ul li{
	font-weight:bold;
	font-size:13px;
	float: left;
}
.couponbottom ul li.mark{
	background-color:#FFF;
	color:#002060 !important;
	padding:10px !important;
	margin:0 10px 0 0 !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px !important;
}
.couponbottom p{
	font-weight: bold;
    background: #FFF;
    color: #002060;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 5px;
    float: right;
}
.coupon .couponleft p.gentei{
	color:#FFF !important;
	background-color:#002060;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.jyouken {
    font-size: 12px !important;
    padding: 10px 10px 0;
    margin: 0 0 2% 0;
}
.onetwothree {font-size: 20px;}
b {font-weight: bold;}
.gaiyou{
	background:url(../../images/im_mycopon4.png) no-repeat 0 10px;
	background-size:40px auto;
	margin-bottom: 2%;
	padding:10px 0 0 50px;
	font-size:12px;
	border-top:1px dotted #CCC;
}
.gaiyou a{
	background:url(../../images/im_arrow_close.png) no-repeat 99% 50%;
	background-size:9px auto;
	display:block;
	padding: 5px 0
}
.depa{
	text-align: center;
	font-weight: bold;
	margin:0 !important;
	padding:10px;
}
.ora .depa{
	background-color:#002060;
	color:#FFF !important;
}
.end{
	background:rgba(0,0,0,0.7);
	position:absolute!important;
	top:0;
	left:0;
	color:#000;
	font-size:36px;
	z-index:9999999;
	display:block;
	width:100%;
	height:100%;
}
.end span{
	display:block;
	padding:60px;
	width:49%;
	text-align:center;
	margin:80px auto;
	color:#FFF;
}

/*STEP*/
.step ul{margin:0 0 20px 0 !important;}
.step li{
	width:30% !important;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
		margin-top:5px!important;
		position:relative;
		overflow-scroll:none!important;
		float:left;
		margin:0 0 0 3% !important;
		-webkit-border-radius: 5px 5px 5px 5px!important;
		border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent transparent #666;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	top:50%;
	right:-30px;
}
.step li img{
	width:100%!important;
	height:auto;
}
.step li.lastA:after{display: none;}

/*そのた*/
#ouenlink.itemList4{
	width: 100%;
	max-width:960px;
	min-width:760px;
	margin:0 auto;
	display:block;
}
#ouenlink.itemList4 li {
	width: 45%;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.99999;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
	background: #FFF;
    padding: 10px;
    margin: 0 0 15px 28px!important;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
	height: 200px;
}
#ouenlink.itemList4 li .thumb {
    zoom: 1;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    font-size: 11px;
}
#ouenlink.itemList4 li .thumb img {
    width: 100%;
    height: auto;
}
#ouenlink.itemList4 li dl {
    padding: 5px 0;
    overflow: hidden;
    display: block;
    margin: 0;
    font-size: 14px;
	height: 150px;
}
#ouenlink.itemList4 li dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
}
#ouenlink.itemList4 li dl dd {margin-inline-start: auto;}
#ouenlink.itemList4 li dl dd p {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 26px;
}
#ouenlink.itemList4 li dl dd span {
    display: block;
    font-size: 12px;
}
#ouenlink.itemList4 li dd span {
    font-size: 16px!important;
    padding: 0;
    font-weight: bold;
    color: #F00;
}
#ouenlink.itemList4 li .btn3 p.w80 {
    width: 100%!important;
    clear: both!important;
    float: none!important;
}
#ouenlink.itemList4 li .btn3 p.w80 a {
    width: 90%!important;
    clear: both!important;
    float: none!important;
}
#ouenlink.itemList4 li .orangeBtn a {
    color: #FFF!important;
    display: block;
	background: #399;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff8c00',GradientType=0 );
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /* border: 1px solid #ff8c00; */
    border-bottom: 3px solid rgba(0,0,0,0.2);
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none!important;
    font-size: 14px;
    position: relative;
    padding: 8px 8px 5px 8px;
    width: 92%;
}
#ouenlink.itemList4 li .btnBox.btn3 .jr.graybtn{
    color: #FFF!important;
    background: #aaa;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff8c00',GradientType=0 );
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
    font-size: 14px;
    position: relative;
    padding: 8px 8px 5px 8px;
    width: 92%!important;
}
#ouenlink.itemList4 li .orangeBtn a:after{
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/kokunai/special/ouen/images/im_arrow.png) no-repeat;
    background-size: 10px 10px;
    position: absolute;
    top: 36%;
    right: 2%;
}

/*caution*/
p.all-pref_caution,
p.pref_caution{
	font-size: 14px;
    margin-bottom: 5%;
    background: #ffff;
}
p.all-pref_caution {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #c1c1c1;


    padding: 12px;
}
p.pref_caution strong.caution{
    margin: auto;
    background: #FFE4E1;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

/*agree*/
.waribiki_check_p{
	display:block;
	border:2px solid red;
	padding:5px;
}
#getcoupon{position:relative;}
#getcoupon p.discount-list{text-align: center;}	
#overlay_coupon{
	position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 0!important;
    display: grid;
    align-items: center;
	visibility: hidden;
	z-index: 0;
	transition: 0.1s;
}
#overlay_coupon.close{
	visibility: visible;
    background: rgba(0,0,0,0.6);
	z-index: 1;
	transition: 0.1s;
}
#negative_check_sheet{
	width: 100%;
	max-width:900px;
	min-width:760px;
	margin: auto;
    font-size: 16px;
	position: relative;
}
#negative_check_sheet ul{
	background: #FFFFCC;
	padding: 5px 0;
}
#negative_check_sheet li{
	list-style: inside;
    list-style-position: outside;
    width: 90%;
    margin: 0 0 -3px 5%;
}
#negative_check_sheet .policy{
	margin: 42px auto;
    text-align: center;
    font-weight: bold;
}
#negative_check_sheet__img{
	background: url(../images/cbx_arrow.png) no-repeat;
    width: 88px;
    height: 270px;
    position: absolute;
    top: -24px;
    left: -24px;
}
@media screen and (max-width: 949.9px) {
#negative_check_sheet__img{display: none;}
}

input#chkbox[type=checkbox] {
	display: none; /* checkboxを非表示にする */
}
.chkbox_label {
	position: relative; /* ボックスの位置を指定する */
	padding: 5px 0 0 50px; /* ボックス内側の余白を指定する */
}
.chkbox_label:after,
.chkbox_label:before{
	position: absolute; /* ボックスの位置を指定する */
	content: ""; /* ボックスのコンテンツ */
	display: block; /* ブロックレベル要素化する */
	top: 50%; /* 上部から配置の基準位置を決める */
}
.chkbox_label:after {
	left: 15px; /* 左から配置の基準位置を決める */
	margin-top: -10px; /* チェック枠の位置 */
	width: 20px; /* ボックスの横幅を指定する */
	height: 20px; /* ボックスの高さを指定する */
	border: 2px solid #555; /* ボックスの境界線を実線で指定する */
	background: #FFF;
}
.chkbox_label:before {
	left: 24px;
    margin-top: -15px;
    width: 8px;
    height: 20px;
    border-right: 3px solid #0171bd;
    border-bottom: 3px solid #0171bd;
    transform: rotate(45deg);
    opacity: 0;
	z-index: 1;
}
input#chkbox[type=checkbox]:checked + .chkbox_label:before {
	opacity: 1; /* 要素を表示する */
}

/*step*/
.how-to-step{
	display:flex;
	margin-bottom: 2%;
}
.how-to-step p:nth-of-type(1){
	background: #002060;
    align-items: center;
    display: grid;
    padding: 0;
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
}
.how-to-step p:nth-of-type(2){
	width: 100%;
	padding: 0 20px;
	font-weight: bold;
}
p.onetwothree {
    font-size:20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.border-all {
    border: 1px solid #c1c1c1;
    padding: 8px;
    display: block;
}

/*STEP*/
.step_box{
    margin-bottom: 3%;
}

.step_box h3{
	font-size: 22px;
    margin-bottom: 2%;
}

.step_box h3 span{
	width: 80px;
    background: #002060;
    color: #FFF;
    padding: 4px 24px;
    margin-right: 12px;
    border-radius: 50px;
    display: block;
    text-align: center;
    float: left;
}

.step_box p {
    line-height: 1.8;
}

}