@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html,body{
 	width: 100%;
	height:100%;

}
body {
	font-size: 88.5%;
	text-align:left;
	_text-align: center;
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
}
body, textarea { font-family:"メイリオ","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
/*-----------------------------------------------------
微調整用
-----------------------------------------------------*/
.clear_b{clear:both;}

.align_l{text-align:left!important;}
.align_r{text-align: right!important;}
.align_c{text-align: center!important;}

.mgnt10{margin-top: 10px}
.mgnt20{margin-top: 20px}
.mgnt30{margin-top: 30px}
.mgnt40{margin-top: 40px}
.mgnt50{margin-top: 50px}
.mgnt60{margin-top: 60px}
.mgnt70{margin-top: 70px}
.mgnt80{margin-top: 80px}

.mgnb10{margin-bottom: 10px}
.mgnb20{margin-bottom: 20px}
.mgnb30{margin-bottom: 30px}
.mgnb40{margin-bottom: 40px}
.mgnb50{margin-bottom: 50px}
.mgnb60{margin-bottom: 60px}
.mgnb70{margin-bottom: 70px}
.mgnb80{margin-bottom: 80px}

main{
	height: auto;
}
#main{
	width:100%;
	max-width: 768px;
	margin:0 auto;
	height: 100%;
	min-height: 100%;
}
#contactForm label.error {
	display: block;
	margin: .3em 0 .8em 0;
	color: #d70d19;
	width:100%;
	height:1.0em;
}
input.error:invalid{
	border: red 2px solid;
	background: #ffe6de;
	box-sizing: border-box;
}
select.error:invalid{
	border: red 2px solid;
	background: #ffe6de;
	box-sizing: border-box;
}
/*-----------------------------------------------------
トップページ
-----------------------------------------------------*/
#top_img{
	width:100%;
}
#top_img > img{
	width:100%;
}
.point_card{
	margin-top: 20px;
	width:100%;
	text-align: center;
	padding:0 5%;
	box-sizing: border-box;
}
.point_card a{
	display: inline-block;
	width:100%;
}
.point_card a img{
	width:100%;
	max-width:700px;
}
.mail{
	margin-top: -3px;
	width:100%;
	padding:0 5%;
	box-sizing: border-box;
}
input[type=email]{
	font-size:1.2em;
	width:100%;
	padding: 5px;
	border-radius: 5px;
	border-color: #1d2088;
	box-sizing: border-box;
	background: #fffcd1;
}
button[name=entry]{
	margin-top: 15px;
	width:100%;
	background: url("../img/entry_btn.jpg") no-repeat;
	background-size: contain;
	border: none;
	padding-bottom:15.9%;
}
.mail p{
	font-size: 0.9em;
	margin-top: 5px;
}
.mail br{
	display: none;
}
/*-----------------------------------------------------
応募フォーム
-----------------------------------------------------*/
.app_form{
	width:100%;
	font-size: 1.2em;
	background:#c9caca;
	padding:15px;
	box-sizing: border-box;
	white-space: nowrap;
}
.app_form br{
	display: none;
}
.app_form h1{
	text-align: center;
}
.app_form br{
	display: block;
}
.app_form label{
	display: block;
	margin-top: 5px;
}
.app_form form span{
	color:red;
	font-size: 0.8em;
}
.app_form form input{
	display: block;
	padding:5px 10px;
	font-size: 1.2em;
	box-sizing: border-box;
}
.name input, .ruby input{
	width:80%;
}
input[name=name2],input[name=ruby2],input[name=name1_2],input[name=ruby1_2],input[name=name2_2],input[name=ruby2_2]{
	margin-top: 5px;
}
.age_job{
	width:50%;
	float: left;
}
.age_job input{

}
.age_job input[name=age]{
	width:70%;
}
.age_job input[name=job]{
	width:95%;
}
.age_job input[name=age1]{
	width:70%;
}
.age_job input[name=job1]{
	width:95%;
}
.age_job input[name=age2]{
	width:70%;
}
.age_job input[name=job2]{
	width:95%;
}
input[name=img]{
	width:100%;
}
.sex{
	width:50%;
	float: right;
}
.sex_input{
	background: #fff;
	padding:5px 5px 5px 10px;
	box-sizing: border-box;
	line-height: 1.65em;
}
.sex_input label{
	display: inline-block;
}
.app_form form .sex_input input{
	display: inline-block;
	position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}
.app_form form .sex_input input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #333;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.app_form form .sex_input label input[type=radio].error{
	background-color: #ffe6de;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 3px red;
}
.app_form form input[name="age"]{
	display: inline-block;
}
.app_form form input[name="age1"]{
	display: inline-block;
}
.app_form form input[name="age2"]{
	display: inline-block;
}
.address input{
	width:100%;
}
select[name=pref]{
	font-size: 1.2em;
	padding: 5px;
	box-sizing: border-box;
}
.app_receipt > div{
	margin-top: 10px;
	text-align: center;
}
.app_receipt > div > a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #00afec;
	width:300px;
	padding: 5px 0;
	border-radius: 5px;
}
input[name=tel],input[name=shop]{
	width:100%;
}
textarea[name=voice]{
	width:100%;
	height:200px;
	font-size: 1.2em;
	padding: 5px 10px;
	box-sizing: border-box;
}
.app_form button{
	margin-top: 20px;
	width:100%;
	font-size: 1.5em;
	padding: 15px 0;
	background:#c4f781;
}
/*-----------------------------------------------------
コンプリート
-----------------------------------------------------*/
h3{
	text-align: center;
	font-size: 2.0em;
	margin-top: 30px;
}
.entry_done{
	font-size: 1.2em;
	padding:15px;
	box-sizing: border-box;
}
.entry_done p{
 margin-top: 50px;
}
#app_done{
	width:100%;
	max-width: 768px;
	margin:0 auto;
	font-size: 1.2em;
	background:#c9caca;
	padding:15px;
	box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}
body > #app_done{
	height: auto;
}
#app_done p{
	margin-top: 50px;
}
.close_btn{
	position: absolute;
	bottom:30px;
	width:100%;
	text-align: center;
}
.close_btn button{
	width:150px;
	padding: 10px;
	font-size: 1.5em;
	border-radius: 5px;
	border: none;
	background: #333;
	color:#fff;
	text-shadow: 1px -1px 13px #fff;
}
.approach{
	width:100%;
	margin:5px 0 15px;
}
.approach_list{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.approach_list label{
	position: relative;
	padding:8px 0 8px 15px;
	width:50%;
	box-sizing: border-box;
}
.approach_list label.others{
	width:100%;
}
.approach_list label.others input[type=text]{
	position: absolute;
	left:85px;
	top:2px;
}
.approach input[name=approach]{
	position: absolute;
	left:0;
	top:13px;
}
/*-----------------------------------------------------
レシートの撮影方法
-----------------------------------------------------*/
.receipt{
	width:100%;
	box-sizing: border-box;
	padding: 20px 15px;
	font-size: 1.2em;
	background-color: #c9caca;
}
.receipt > h1{
	text-align: center;
}
.receipt > div{
	width: 100%;
	margin-top:40px;
	display: inline-block;
}
.receipt > div > img{
	width:50%;
	float:left;
}
.receipt > h2{
	font-size: 1.7em;
	margin-bottom: 15px;
}
.list_01{
	list-style-type: none;
	counter-reset: number 0;
	width: 45%;
	float: right;
	margin-top: 5px;
	font-size: 1.2em;
}
.list_01 li{
	font-weight: bold;
	line-height: 1.9em;
}
.list_01 li::before{
	list-style-type: none;
	counter-increment: number 1;
	content: counter(number) ".";
}
.list_02{
	margin-left: 15px;
	list-style-type:none;
	font-size: 1.2em;
}
.list_02 li{
	padding-left:15px;
	font-weight: bold;
	line-height: 1.9em;
}
.list_02 li::before{
	content: "";
	width:5px;
	height:5px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	position: relative;
	top: -5px;
	left: -10px;
}
.receipt > div > p.text_s{
	margin-top: 15px;
	font-size: 0.85em;
}
.receipt > div > p.text_m{
	margin-bottom: 15px;
	font-size: 1.1em;
}
.confirm{
	font-size: 1.2em;
	padding: 20px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #c9caca;
}
.confirm p{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.confirm table{
	width:100%;
	border-collapse: collapse;
	background: #fff;
}
.confirm table th{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	width:100%;
	background: #efefef;
}
.confirm table td{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
.confirm button[type="submit"]{
	margin-top: 20px;
	width: 100%;
	font-size: 1.5em;
	padding: 15px 0;
	background: rgb(241,241,241);
background: linear-gradient(0deg, rgba(241,241,241,1) 0%, rgba(223,223,223,1) 100%);
}
