@charset "utf-8";

#contents{
	padding-top: 0;
}
.page-ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	position: relative;
	background-image: linear-gradient(-90deg,rgba(254,212,0,.5), rgba(225, 64, 105, .5)), url(../images/entry-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	//font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 36px;
	font-weight: 500;
	background-color: #fff;
	color: #fff;
}
.page-ttl:after{
	content:"";
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px solid #fff;
}
main.inner{
	display: block;
	padding-top: 50px;
}
table{
	width: 100%;
	border-top: 1px solid #ccc;
}
th{
	width: 25%;
	border-bottom: 1px solid #ccc;
	padding: 20px 15px;
	text-align: left;
	vertical-align: top;
	line-height: 1;
}
td{
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding: 20px 15px;
	line-height: 2;
}
input,
textarea{
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: 1px solid #ccc;
}
.required{
	color: #fff;
	background: #f00;
	font-size: 80%;
	float: right;
	line-height: 1;
	padding: .2em .4em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	display: block;
	width: 100%;
	font-size: 16px;
}
input[type="text"],
input[type="email"],
input[type="tel"]{
	height: 3em;
	display: flex;
	align-items: center;
	padding: .4em;
}
td h3{
	font-size: 100%;
}
td ul{
	padding-bottom: 1.5em;
	display: flex;
	flex-wrap: wrap;
}
td li{
	width: 33.333%;
	padding: .5em .5em .5em 0;
}
input[type="radio"]{
	width: 1.5em;
	height: 1.5em;
	border-radius: 100%;
	position: relative;
	margin-right: .5em;
}
input[type="radio"]:checked:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background: #00bcd4;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
label{
	display: flex;
	align-items: center;
}
td li{
	font-size: 14px;
	font-weight: 600;
}
input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	position: relative;
	margin-right: .5em;
}
input[type="checkbox"]:checked:before{
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: #00bcd4;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lisence02{
	height: 10em;
}
input,
textarea{
	font-family: "游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}
textarea{
	line-height: 1.8;
	padding: 0 .4em;
}
.career03text{
	max-width: calc(100% - 10em);
	margin: 1.5em 0;
}
#comment{
	height: 15em;
}
.check-area {
	background: #fafafa;
	padding: 1em;
	display: flex;
	align-items: flex-start;
	margin: 2em 0;
}
#agreement {
	width: 1.5em;
	height: 1.5em;
	display: block;
	background: #fff;
	position: relative;
}
.check-area p{
	width: calc(100% - 2em);
}
.submit-btn{
	width: 300px;
	height: 60px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	transition: .3s all ease;
	font-weight: 600;
	color: #fff;
	background: #333;
	font-size: 100%;
	letter-spacing: .2em;
}
.submit-btn:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}
#button-list{
	display: flex;
	margin: 2em auto;
	justify-content: center;
}
#button-list li{
	padding: 0 1em;
	width: 400px;
	height: 60px;
}
#button-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	background: #333;
	width: 100%;
	height: 100%;
	transition: .3s all ease;
}
#button-list a:hover{
	opacity: .7;
	filter: alpha(opacity=70);
}


/* ++++++++++++++++++++++responsive style++++++++++++++++++++++++++ */
@media screen and (max-width:767px){
	.page-ttl{
		height: 40vw;
		font-size: 6.25vw;
	}
	.page-ttl:after{
		width: calc(100% - 6.4vw);
		height: calc(100% - 6.4vw);
	}
	main.inner{
		padding-top: 7vw;
	}
	table,
	tbody,
	tr{
		display: block;
	}
	th{
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 1em 0 0;
	}
	td{
		width: 100%;
		display: block;
		padding: 1em 0;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea{
		display: block;
		width: 100%;
		font-size: 5vw;
	}
	td ul{
		padding-bottom: 1em;
	}
	td li{
		width: 100%;
	}

	td li{
		font-size: 4.375vw;
	}
	.career03text{
		max-width: calc(100% - 5em);
	}
	#comment{
		height: 10em;
	}

	.submit-btn{
		width: 100%;
		height: 12.5vw;
	}
	.required{
		float: none;
		margin-left: .5em;
	}

#button-list{
	flex-direction: column;
}
#button-list li{
	padding: .5em 0;
	width: 100%;
	height: 5em;
}

}