@charset "utf-8";
/*----------------------------------------------------
	再設定
----------------------------------------------------*/

body {
	color: #000;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	/*-webkit-text-size-adjust: 100%;*/
	font-weight: 500;
	word-break: break-all;
}

a {
	color: #3c3c3c;
	text-decoration: none;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/*----------------------------------------------------
						header
----------------------------------------------------*/
#header h1{
    text-align: center;
    padding:5px 0;
}
#header h1 img{
    height: 36px;
}
.mainTtl{
    background: #ffff00;
    text-align: center;
    padding: 6.2% 0;
}
/*----------------------------------------------------
						contents
----------------------------------------------------*/
h2.ttl{
    text-align: center;
     padding: 5px 0;
     background: #9e6934;
}
h2.ttl img{
    height: 18px;
}

/*----------------------------------------------------
						index
----------------------------------------------------*/
.index{
    background: #fffde5;
}
.index .flow{
    padding: 15px 0 0;
}
.index .flow ul{
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.index .flow ul li{
    width: 100%;
     margin-top: 12px;
}
.index .flow li:last-child{
    margin-top: -20px;
}
.index .caution h3{
   margin: 18px 0 9px;
}
.index .caution li{
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
}
.index .input{
    text-align: center;
    font-size: 12px;
}
.index .input h2.inputTtl{
    background: #00c300;
     padding: 5px 0;
    margin: 22px 0 16px;
}
.index .input h2.inputTtl img{
    height: 17px;
}
.index .input input{
    width: 100%;
    height: 50px;
    border: #c9c9c9 2px solid;
    margin: 15px 0 25px;
}
.index .input button{
    padding: 0 17%;
    margin-bottom: 22px;
}
.index .used{
  padding: 25% 0;
}
.index .used p{
    text-align: center;
    font-size: 24px;
    color: #9e6934;
}
/*----------------------------------------------------
						
----------------------------------------------------*/
.contents{
    background: #ffff00;
     padding: 15px 0 0;
}

.contents .shop{
   text-align: center;
    font-size: 20px;
    color: #0b3190;
    padding: 25px 0;
}
.contents .coupon{
    background: url(../images/coupon/coupon_bk.png);
    border-radius: 10px;
    margin: 0 7%;
    text-align: center;
    padding: 20px 16%;
}
.contents .couponwrap .character{
    display: block;
    margin-top: -20px;
    text-align: center;
}
.contents .couponwrap .character img{
    height: 140px;
}
.contents .input{
    background: #9e6934;
    text-align: center;
    padding: 20px 0;
}
.contents .input input{
    width: 100%;
    height: 50px;
    border: #c9c9c9 2px solid;
    margin: 15px 0 25px;
}
.contents .input button{
    padding: 0 17%;
}
.contents .finish{
    text-align: center;
    padding-bottom: 24%;
}
.contents .finish p{
    font-size: 24px;
   color: #0b3190;
    margin: 81px 0 26px;
}
.contents .finish img{
    height: 170px;
}
/*-------------------------------------------------*/
.campaignFinish{
	padding: 4.0em 0px;
	text-align: center;
	color: #9e6934;
	font-weight: bold;
	line-height: 1.8;
	font-size: 15px;
}
/*----------------------------------------------------
						footer
----------------------------------------------------*/
#footer{
    text-align: center;
    margin: 18px 0;
    font-size: 10px;
}
/*----------------------------------------------------
    その他
----------------------------------------------------*/
.container {
	width: 100%;
	position: relative;
	padding: 0 10px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}


@-webkit-keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


