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

header{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: url("../../img/unlogined/bg2.jpg");
	background-size: cover;
}

main{
	margin: 10rem 4rem;
	line-height: 2.5rem;
	font-size: 14px;
}

.title{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}


.logo{
	margin: 1.3rem 10rem ;
}

h4{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 6rem
}

dt{
	font-size: 18px;
	font-weight: bold;
	margin-top: 2.5rem;
}


.wrap_submit, .wrap_contact, .wrap_entry{
	display: flex;
      flex-direction: column;
      min-height: 100vh;
}

.wrap_submit footer, .wrap_contact footer, .wrap_entry footer{
      margin-top: auto;
}

/*------------contact.html----------------*/
.wrap_contact form table th.required::after {
    content: "　※必須";
    color: #f7b5ba;
    float: right;
    text-align: right;
}

.wrap_contact table{
		width: 100%;
	}

th{
	text-align: left;
}

input{
	width: 100%;
	height: 25px;
}

.border{
	border: 0.1rem solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}
textarea{
	width: 100%;
	height: 10rem;
}

.btn{
	margin: 5rem auto;
	height: 5rem;
	display: block;
	text-align: center;
	width: 60%;
	background: #f79f2e;
	color: #FFF;
	border: none;
	padding: 0.7rem 1rem;
	border-radius: 5px;
	font-size: 2rem;
	font-family: 'Noto Serif JP', '游明朝 Medium','ＭＳ Ｐ明朝', 'serif';
	box-shadow: 3px 3px 6px -3px #777, 3px 3px 8px rgba(255,255,255,0.8) inset;
	
}

/*==================tablet,pc======================*/

@media screen and (min-width: 600px){
	
	header{
		width: 100vw;
	}
	.logo{
		width: 25rem;
		height: 5rem;
		text-align: center;
		margin: 2rem auto;
	}
	
	
}
