@charset "UTF-8";
/* CSS Document */
body {
  line-height: 1.7;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  background: #f7f7e6;
}
html,body,*{
  padding:0;
  margin:0;
}
*{
  box-sizing: border-box;
}
#main{
    margin: auto;
    max-width: 90vw;
    width: 640px;
}
.RVEQke {
    background-color: rgb(66, 133, 244);
    color: rgba(0, 0, 0, 1);
}
.JH79cc {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
}
#main .formBox{
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
}
#main .formBox h1{
	font-family: 'docs-Roboto';
    line-height: 1;
    letter-spacing: 0;
	margin-bottom:20px;
	margin-top:0px;
	text-align: center;
    font-weight: bold;
    font-size: 40px;
}
#main .formBox h1 span{
	color:#d43025;
}
#main .formBox p{
	font-family: 'docs-Roboto';
    line-height:1;
    letter-spacing: 0;
	margin-bottom:20px;
	text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.asterisk{
	color: #d93025;
    padding-left: 0.25em;
	font-size:12px;
	margin-right: 20px;
}

.hataraclub_input{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    height: 40px;
    padding: 0 16px;
    transition: background 0.3s ease-in-out;
	margin-bottom:20px;
	background:white;
	width:70%;
}
.hataraclub_input:focus {
     outline: none;
     border-color: #9ecaed;
     box-shadow: 0 0 10px #9ecaed;
}
.hataraclub_textarea{
	margin-top:20px;
	border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: 0 16px;
    transition: background 0.3s ease-in-out;
    width: 70%;
	margin-bottom:20px;
}
.hataraclub_textarea:focus {
     outline: none;
     border-color: #9ecaed;
     box-shadow: 0 0 10px #9ecaed;
}
.deco-radio {
	display: block; 
	font-size: 15px; 
	font-family: 'Open Sans', sans-serif;
	margin-top:2px;
}
.deco-radio:hover { cursor: pointer; }
.deco-radio input { display: none; }
.deco-radio input+.dummy {
    width: 18px;
    height: 18px;
    border: 2px solid #464646;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
	margin-right:5px;
	margin-top:-2px;
}
.deco-radio input:checked+.dummy:after {
    content: "";
    width: 70%;
    height: 70%;
    background-color: rgb(66, 133, 244);
    border-radius: 50%;
}
.gender{
	margin-top:20px;
}
.labelTwo{
	margin-top:0.5em;
}
.confirmation{
	text-align: center;
}
button{
	font-size: 18px;
    color: #fff;
    background-color: rgb(66, 133, 244);
    text-align: center;
    padding: 16px 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    border-bottom: 2px solid #18246D;
    margin: auto;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 40px;
}
.zAVwcb {
    border-top: 1px solid #dadce0;
    left: 0;
    position: absolute;
    width: 100%;
	padding-bottom:20px;
}
.top-asterisk{
	padding-top: 0.8em;
	font-size:15px;
}
.okigfanme_img{
	max-width:640px;
}
label.hataraclub_label {
    width: 170px;
    display: inline-block;
}
.height{
	margin-top:20px;
	margin-bottom:0px;
}
.gender{
	margin-bottom:20px;
}
.man{
	margin-right:20px;
}
.obou{
	margin-top:40px;
	margin-bottom:20px;
}
.lines{
	margin-right:20px;
	margin-left:174px;
}
input[type="radio"]{
	margin-right:2px;
}
.textarea_label{
	display: block;
    float: left;
    margin-top: 20px;
}
a.btn_yellow, a.btn_line {
    display: block;
    top: 3px;
    border-radius: 10px;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 1rem auto;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 25%);
}
a.btn_yellow {
    background: linear-gradient(180deg, rgba(254,255,51,1) 0%, rgba(255,231,0,1) 39%, rgba(219,197,0,1) 66%, rgba(219,197,0,1) 93%, rgba(255,232,56,1) 100%);
}
.tel{
	width: 400px;
    padding-top: 15px;
    padding-bottom: 10px;
}
a.btn_line {
    background: #01b800;
}
/*
.btn picture {
    display: block;
    width: 60%;
    margin: auto;
}
*/
.tel-btn2 img{
	width:200px;
}
.line-btn2 img{
	width:200px;
}
.form_btn{
	margin-bottom:150px;
}
.half{
	font-size:12px;
}
.tel_input{
	top: -12px;
    position: relative;
}
#main .formBox table{
	font-size: 20px;
   	padding-left: 25px;
    padding-right: 20px;
    padding-top: 20px;
	padding-bottom:20px;
    font-weight: bold;
}
td:first-child{
		text-align:end;
	}
td span{
	font-weight: normal;
}
.bbq{
	text-align: left!important;
    font-size: 20px!important;
    padding-left: 20px!important;
}
#main .formBox .foot_word{
	margin-top:30px;
	margin-bottom:80px;
}
#main .formBox .foot_word p{
	text-align: left;
    font-size: 17px;
    line-height: 0.6;
}
#main .formBox .foot_word p span{
	color:#ff0000;
}
.map{
	width:600px;
	height:400px;
	border:0;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	
}
.small_word{
	font-size:12px;
}
.formBox .number{
	color: red;
    border: 2px solid red;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
}
.formBox .pay{
	background: red;
    color: white;
    padding: 10px;
    border-radius: 10px;
	margin-left:10px;
}
.formBox_word{
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (min-width: 600px){
a.btn {
    border-radius: 17px;
    margin-bottom: 20px;
}
}
@media screen and (max-width:640px) {
	.okigfanme_img{
		width:100%;
	}
}
@media screen and (min-width: 481px) {
	.map_phone{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.tel_input{
		top:0px;
	}
	.small_word{
	font-size:11px;
    }
	.map{
		display:none;
	}
	.map_phone{
		margin-top:30px;
		margin-bottom: 30px;
		width:100%;
	}
	#main .formBox h1{
		font-size:20px;
	}
	input[type="date"]{
		-webkit-appearance: none;
		width:100%;
	}
	.hataraclub_input{
		width:100%;
	}
	label.hataraclub_label{
		width:100%;
	}
	.lines{
		margin-left:auto;
	}
	.hataraclub_textarea{
		width:100%;
	}
	.textarea_labe{
		smargin-top:0px;
	}
	#main .formBox p{
		font-size: 16px;
	}
	.tel{
		 width: 200px;
         padding-top: 10px;
         padding-bottom: 0px;
	}
	a.btn_yellow, a.btn_line{
		border-radius: 15px;
	}
	.line-btn2 img{
		width: 130px;
        padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 4px;
	}
	.tel-btn2 img{
		width: 130px;
        padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 4px;
	}
	#main .formBox table{
		font-size:13px;
		padding-left: 0px;
		padding-right:0px;
	}
	td:first-child {
    	text-align: start;
   		width: 68px;
	    vertical-align: baseline;
    }
	.bbq{
		font-size:13px!important;
		padding-left:0px!important;
	}
	.map{
		padding-left:0px;	
		height:auto;
	}
	#main .formBox .foot_word p{
		font-size:13px;
	}
	#main .formBox .foot_word p{
		line-height: 1.6;
	}
	#main .formBox p{
		 margin-bottom: 10px;
    	 margin-top: -10px;
	}
	#main .formBox .foot_word{
		margin-bottom:30px;
	}
	.bbq{
		margin-bottom:20px!important;
	}
}