@charset "UTF-8";

body{
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,"MS PGothic",sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
img{
}
img.logo {
    max-width: 120px;
}
a.lang_exchange {
    float: right;
}
.under_line {
    border: solid 0.5px #EAEAEA;
}
.under_line_2 {
    border: solid 5px #1F5FA8;
}
a.send_btn {
    background: #DD464F;
    padding: 15px 50px;
    border-radius: 5px;
    color: #fff;
	box-shadow: #801c23 0 3px;
}
p.how_to_use {
    text-align: center;
    border-radius: 6px 6px 0 0;
    background: #34B5CF;
    margin: -1px;
    padding: 10px;
    color: #fff;
	font-size: 15px;
}
p.top_text {
    display: inline-block;
}
p.top_text {
    display: inline-block;
    color: #C60F1E;
    font-size: 15px;
	font-weight: bold;
	padding: 0px 25px;
}
#choice {
    width: 120px;
    padding: 6px;
    border-radius: 6px;
    border: solid 1px #ccc;
    line-height: 1;
}
#ja_icon {
    background: url(../img/icon_ja.png);
    background-size: cover;
}
#en_icon {
    background: url(../img/icon_en.png);
    background-size: cover;
}
#list {
    z-index: 1;
    position: absolute;
    display: none;
    width: 120px;
    margin: 0;
    border: solid 1px #a5acb2;
    border-radius: 6px;
    background: #fff;
    list-style-type: none;
    padding: 6px;
    line-height: 1;
}
#list li {
    text-indent: 0;
    padding: 6px 0;
}
.switch_lang {
    float: right;
}
#container {
}
/*.sample5-2::after{
	right: 15px;
    width: 12px;
    height: 12px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
/*.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}*/
.top_img_area {
	text-align: center;
}
.top_img_area_eng {
    max-width: 260px;
    margin: 0 auto;
}
img.top_img {
    max-width: 100%;
}
p.top_img_text {
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
}
.terms_privacy {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}
a.terms {
	color: #006CB7;
	border-bottom: solid 0.3px;
}
a.privacy {
	color: #006CB7;
	border-bottom: solid 0.3px;
}
.campaign_info_area{
	max-width: 100%;
}
.campaign_info_img_area{
	max-width: 330px;
    margin: 0 auto;
}
img.campaign_info_img_area {
    max-width: 100%;
    margin: 10px 0;
}
li {
	font-size: 12px;
}
ul.listlist {
	padding: 0 !important;
}



ul li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
ul {
	font-size: 15px;
	line-height: normal;
}

.show_sp{display: block;}
.show_pc{display: none;}


header img{
	width: 100%;
}

#container{
	padding: 1em;
}
.red{
	color: red;
}


/*----------input_mailadress------------*/
.campaign_oubo{
	background: #fff;
	margin-bottom: 30px;
}
.campaign_oubo_ttl{
	text-align: center;
	padding-top: 30px;
	color: #00B48B;
	font-weight: bold;
	font-size: 16px;
}
.coupon_choise{
	max-width: 640px;
	margin: 0 auto;
}
.list_coupon{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.choice{
	background: #FFEF63;
	color: #00B48B;
	font-weight: bold;
	padding: 15px;
	border-radius: 10px 10px 0 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	align-items: center;
}
.choice p{
	margin: 3px auto 0;
}
.checkbox{
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.items{
	width: 100%;
	padding: 10px;
}
.items img{
	border-radius: 0 0 10px 10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.items img:hover{
	opacity: 0.8;
}
.input_box p{
	margin-top: 8px;
}
.input_box div p{
	padding: 0 5px;
}
.input_box a{
	text-decoration: none;
}
.submit_ttl{
	font-weight: bold;
	color: #00B48B;
	margin-bottom: 20px; 
	font-size: 16px;
}
.submit_ttl:before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 16px;
	margin: 0 6px -1px 0;
	background: url("../img/icn_rod.png");
	background-size: contain;
}
.input_box .submit_txt a{
	color: #EF2462;
	text-decoration: underline;
}
.mail_box{
	padding: 15px 15px 35px;
	margin: 20px 0 10px;
    background: #34B5CF;
}
.input_box p {
	color: #666666;
	text-align: center;
    margin: 10px auto;
}
.input_box {
}
p.accepted_top {
    font-size: 16px;
}
p.accepted_text {
	font-size: 12px;
	padding-bottom: 45px;
}
.check_img_area {
    max-width: 75px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.mail_box p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
.mail_box p.discription{
	color: #fff;
	font-size: 11px;
}
.mail_box input{
	border: 1px solid #bbb;
	border-radius: 2px;
	background-color: #fff;
	padding: 10px;
	width: 100%;
}
.input_box .input_attention{
	font-size: 11px;
	color: #fff;
}
p.input_attention_2{
	font-size: 11px;
}
.input_content button{
	width: 50%;
	margin: 35px auto 0;
}
.input_cntent .btn_next{
	width: 100%;
	margin: 20px auto 0;
	max-width: 260px;
	display: block;
}
.input_cntent .btn_next:hover{
	opacity: 0.8;
}
.campaign_info {
    margin-top: 20px;
    border: solid #E0E0E0;
    border-radius: 10px;
    box-shadow: #cecece 0 3px;
}
.campaign_info a{
	color: #00B48B;
	font-weight: bold;
}
.campaign_info .info_ttl{
	background: #00B48B;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}
.info_cntent {
    background: #fff;
    padding: 20px 10px 20px;
    border-radius: 10px;
}

@media screen and (min-width: 769px) {
	.list_coupon{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.items{
		max-width: 320px;
	}
	#wrap{
 		max-width: 980px;
 		margin: 0 auto;
 	}
 	.input_box{
 		padding: 3em;
 	}
 	.input_cntent{
 		max-width: 640px;
 		margin: 0 auto;
 	}
 	.mail_box input{
 	}
 	.campaign_info{
 		margin: 0 0 80px;
 	}
 	.info_cntent{
 		padding: 3em;
 	}
}
/*----------input_mailadress終了------------*/


/*----------oubo_reception------------*/
.reception_box{
	width: 100%;
	background: #fff;
	padding: 50px 10px;
}
.reception_box .icon_letter{
	width: 25%;
	margin: 0 auto 20px;
}
.reception_box img{
	width: 100%;
}
.reception_txt p{
	text-align: center;
}
.reception_txt p:nth-child(1){
	color: #00B48B;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px; 
}
.reception_txt p:nth-child(2){
	width: 280px;
	margin: 0 auto 50px; 
}	
.reception_box .btn_toppage{
	position: relative;
	background: #FFEF63;
	padding: 15px 10px;
	margin: 10px auto 0;
	width: 280px;
	height: 50px;
	border-radius: 4px;
	text-align: center;
	color: #00B48B;
	font-weight: bold;
	box-shadow: #D6CC6F 0 3px;
}
.reception_box .btn_toppage:after{
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	border-top: 2px solid #00B48B;
	border-right: 2px solid #00B48B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
	top: 20px;
}
.reception_box a{
	text-decoration: none;
}
.icon {
    display: inline-block;
    margin: 4px 6px;
    padding: 0;
    width: 22px;
    height: 16px;
}
.switch_lang {
    font-size: 12px;
}
input[type="checkbox"] {
    width: 135px;
    height: 40px;
    position: fixed;
    opacity: 0;
}
input#ja {
    display: none;
}
input#en {
    display: none;
}
.switch_lang {
    font-size: 12px;
    padding: 5px 15px 5px 5px;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
	display: none;
}
img.sankaku {
    max-width: 8px;
    margin-left: 15px;
}

@media screen and (min-width: 769px){
	.reception_box .icon_letter{
		width: 10%;
	}
}

/*----------oubo_reception終了------------*/


/*----------page top button----------*/
#page-top a {
    width: 70px;
    display: block;
}
#page-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
    z-index: 1000;
}

/*--------------footer--------------*/
footer{
    background: #fff;
    font-size: 11pt;
    color: #333;
    font-weight: lighter;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    text-align: center;
}
footer .foot_area{
    padding: 10px;
    max-width: 640px;
    margin: 0 auto;
}
footer p{
    font-weight: normal;
    font-size: 16px;
    margin-top: 5px;
}
.btn_area {
    text-align: center;
}
a.foot_btn01:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 10px 0 0;
  background: url("../img/ic_mail.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.foot_btn01 {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    max-width: 260px;
    margin: 10px auto;
	display: block;
	background: #34B5CF;
}
.mail_comment{
    font-size: 13px;
    margin-top:0;
}
.ftr_pcbg{
    width: 200px;
    font-size: 13px;
    display: inline-flex;
    justify-content: space-between;
}
.ftr_pcbg a{
    color: #888;
    text-decoration: none;
}
.ftr_last{
    font-size: 10px;
    color: #999;
}

.btn_area a:hover{
  opacity: .8;
  transition-property: all;
  transition: 0.3s linear;
}
.select_caution {
    width: 340px;
}
/*--------------footer終了--------------*/
.description_title{
	font-weight: bold;
    border-left: solid 3px #34B5CF;
    padding: 0 5px;
    margin-bottom: 10px;
}

.border{
    border-top: solid 1.5px #E0E0E0;
	margin: 15px -10px;
}

.img_align{
	width:100%;
	max-width:750px;
	display:flex;
	margin:0 auto;
}
.error_text{
	color: red;
	font-size: 10px;
	background: #fff;
	line-height: 15px;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
}

