@charset "UTF-8";
/* CSS Document */

.form_m{
	background-color:rgba(0,0,0,0.74);
	font-size: 18px;
}
.form_m form{
	width: 800px;
	margin:auto;
	padding: 30px;
	/*height: 300px;*/
}
.form_m ul{
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 0 100px 20px 60px;
}
form ul li{
	float: left;
	width: 89px;
	height: 89px;
	background-color:#fff;
	margin: 0.5%;
	color: #000;
}
form ul li:first-child{
	background-color: transparent;
	color: #fff;
	line-height: 89px;
	width: 120px;
}
form ul li:last-child input{
	background-color: #00A73D;
	color: #fff;
	line-height: 89px;
	font-size: 20px;
}
form ul li:last-child input:hover{
	cursor: pointer;
}
form ul li.date_panel{
	position: relative;
}
form ul li.date_panel div{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
}
input,select{
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	color: #000;
	overflow: visible;
	border: none;
	margin: 0;
	line-height: 100%;
	text-align: center;
}
select {
-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
appearance: none; /* 標準のスタイルを無効にする */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
display: none;
}
#ui-datepicker-div { z-index: 999999999 !important; }
form input#datepicker{
	color: transparent;
	background: transparent;
	z-index: 999;
	position: relative;
}
form select.obj_year{
	position: absolute;
	top:10px;
	left:7px;
	font-size: 14px;
	height: 20%;
	width: auto;
}
form select.obj_month{
	position: absolute;
	height: 20%;
	width: auto;
	font-size: 14px;
	top:10px;
	left: 55px;
	text-align: right !important;
}
form select.obj_day{
	position: absolute;
	height: auto;
	width: auto;
	font-size: 30px;
	top:40px;
	left: 24px;
	text-align: center;
}
form ul li span{
	display: block;
	position: absolute;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	line-height: 100%;
}
form ul li span.year{
	top: 12px;
	left: 40px;
	font-size: 12px;
}
form ul li span.month{
	top: 12px;
	left: 69px;
	font-size: 12px;
}
form ul li span.day{
	top:48px;
	left: 58px;
	font-size: 14px;
}
form ul li.select_panel{
	position: relative;
}
form ul li.select_panel select{
	font-size: 30px;
	padding: 0 25px;
}
form ul li.select_panel span{
	font-size: 14px;
	top: 62px;
	left: 20px;
}
@media screen and (max-width:768px){
	form select.obj_year{
		top:3px;
		left: 3px;
		font-size: 12px;
	}
	form ul li span.year{
		top:5px;
		left: 28px;
		font-size: 10px;
	}
	form select.obj_month{
		top:3px;
		left: 42px;
		font-size: 12px;
	}
	form ul li span.month{
		top:5px;
		left: 46px;
		font-size: 10px;
	}
	form select.obj_day{
		left: 20%;
	}
	form ul li span.day{
		left: 70%;
	}
	form ul li.select_panel select{
		padding: 0 30%;
	}
	form ul li.select_panel span{
		left: 20%;
	}
}
@media screen and (max-width:400px){
	.form_m ol.sp{
		font-size: 14px;
	}
}
@media screen and (max-width:350px){
	.form_m form{
		width: 280px !important;
	}
	.form_m{
		width: 300px;
	}
	.form_m ol.sp{
		font-size: 13px;
	}
}

form ol.pc{
	overflow: hidden;
	line-height: 100%;
	margin-top: 10px;
	font-size: 15px;
	text-align: center;
	margin-left: 50px;
}
form ol.pc li{
	float: left;
	width: 25%;
	margin: 0;
	overflow: hidden;
}
form ol.pc li:last-child{
	width: 75%;
}
.form_m ol.pc li a{
	display: block;
	color: #fff;
	margin: 10px;
	padding: 10px;
	border: #fff 1px solid;
}.form_m ol.pc li a:hover{
	color:#EBFBDB;
	text-decoration: none;
	opacity: 0.7;
}

form ol.pc li:first-child a{
	background: linear-gradient(135deg,black 0%,black 80%,#00A73D 20%,#00A73D 100%);
	padding: 14px 10px;
}
form ol.pc li:last-child a{
	float: left;
	width: 80px;
	background-color:rgba(0,0,0,0.2);
}
.form_m ol.pc li:last-child a:first-child{
	width: 100px;
	height: 40px;
	padding: 29px 0;
	background-color: #00A73D;
}
.form_m ol.pc li:last-child a:last-child{
	margin-top: 0;
	width: 324px;
}

@media screen and (max-width:900px){
	.form_m form{
		width: 90%;
		padding: 10px;
	}
	.form_m ul{
		padding: 10px;
	}
}
@media screen and (max-width:700px){
	.form_m form{
		/*height: 520px;*/
	}
	.form_m ul li{
		width: 24%;
	}
	.form_m ul li:first-child{
		width: 98.5%;
		text-align: center;
		line-height: 20px;
		height: 20px;
	}
	.form_m ul li:last-child{
		width: 99%;
		height: 50px;
	}
	.form_m ul li:last-child input{
		line-height: 50px;
	}
	.form_m ol.pc{
		margin-left: 0;
	}
	.form_m ol.pc li,.form_m ol.pc li:last-child{
		width: 98%;
		margin-left: 10px;
		overflow: hidden;
	}
	.form_m ol.pc li:first-child a{
		float: left;
		width: 38%;
	}
	.form_m ol.pc li:last-child a,
	.form_m ol.pc li:last-child a:first-child{
		width: 38%;
		height: 18px;
		line-height: 18px;
		margin: 5px 10px;
	}
	.form_m ol.pc li:last-child a:last-child{
		width: 86%;
		margin-top: 5px;
	}
}
.form_m p{
	color:azure;
	font-size: 12.5px;
	margin-top: 20px;
}
.form_m p a{
	color:antiquewhite;
}

footer{
	display: none;
}


header #headerInner li:last-child a{
	display: block;
	color: #fff;
	background-color: #00A73D;
	padding: 0 20px;
}
header #headerInner li:last-child a:hover{
	opacity: 0.7;
}
.form_m ol.sp{
	display: none;
}
@media screen and (max-width:1440px){
	.trans{
		top:60px;
	}
}
@media screen and (max-width:768px){
	.trans{
		top:40px;
	}
	.form_m ol.pc{
		display: none;
	}
	.form_m ol.sp{
		display: inherit;
		overflow: hidden;
		margin-top: 10px;
	}
	.form_m ol.sp li{
		float: left;
		width: 49%;
	}
	.form_m ol.sp li.sm{
		width: 32.5%;
	}
	.form_m ol.sp li a{
		color: #fff;
		background-color: #000;
		display: block;
		margin: 1%;
		text-align: center;
		padding: 10px 0;
	}
	.form_m ol.sp li a.bg{
		background: linear-gradient(135deg,black 0%,black 80%,#00A73D 20%,#00A73D 100%)
	}
}
@media screen and (max-width:450px){
	.form_m ol.sp li a{
		font-size: 90%;
	}
}

