@charset "utf-8";
html{
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
	background-color: 	#fff;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-family: 'Arial Black',sans-serif;
	font-weight: 400;

}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
p{
	margin: 0;
}
img{
	width: 100%;
	object-fit: cover;
}
a{
	text-decoration: none;
}

/* wrap */
#wrap{
	width: 100%;
}
/* entry_midashi */
#entry_midashi{
	position: relative;
}
.entry_text{
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.entry_text h2{
	text-align: center;
	font-size: 48px;
	color: #ddd;
}

/* entry_form */
#entry_form{
	width: 65%;
	padding: 10% 0;
	margin: 0 auto;
}
.entry_sentence{
	margin-bottom: 10%;
	text-align: center;
}
.entry_sentence p{
	line-height: 2.5em;
}
/* formran entry */
.formran{
	width: 80%;
	padding: 5%;
	margin: auto;
	border: 3px #333 solid;
}
/* entry_info */
.entry_info dl{
	padding: 5% 0;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;

}
.entry_info dl dt{
	width: 40%;
	display: flex;
	justify-content: space-between;
}
.entry_info dl .entry_label{
	font-size: 16px;
}
.entry_info dl .required{
	font-size: 18px;
	font-weight: bold;
	color: #d00;
}
.entry_info dl dd{
	width: 50%;
}
.entry_info dl dd input{
	width: 85%;
}
.entry_info dl dd .button01{
	width: 20%;
}
.entry_info dl dd .entry_check{
	display: flex;
	justify-content: space-around;
}
.entry_check .radiobutton{
	width: 30%;
}
dd .entry_check .button{
	display: flex;
}
.entry_check .radiobutton span{
	width: 60%;
}
/* entryform_submit */
.entryform_submit{
	padding: 5% 0 0;
}
.entryform_submit p{
	text-align: center;
	font-size: 30%;
}
.entryform_submit p input{
	font-weight: bold;
	padding: 2% 5%;
	color: #333;
	background-color: #ddd;
	transition: all .25s;
}
.entryform_submit p input:hover{
	color: #ddd;
	background-color: #333;
	transition: all .25s;
}


/* footer */

/* footer_menu */
#footer_menu{
	padding: 2% 0;
	background-color: #1f1f1f;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/* Company_Name */
.Company_Name{
	color: #b3b3b1;
	font-size: 10px;
}
/* f_menu */
.f_menu{
	width: 60%;
}
.f_menu .f_button{
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0;
}
.f_menu .f_button li{
	list-style: none;
}
.f_menu .f_button li a{
	font-size: 12px;
	color: #fff;
}
