@charset "utf-8";

.key-visual{
	background-image:url(../images/entry-main-visual.jpg);
	background-position:center top;
}
main{
	padding-top:20px;
}

#sec01{
	background:url(../images/entry-bg01.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding:20px 0;
}
section{
	width:700px;
	margin:auto;
	background:rgba(255,255,255,0.33);
	padding:60px 64px 30px;
}
section h2{
	font-size:3.9rem;
	color:#7f7f7f;
	line-height:1.1;
	margin-bottom:20px;
}

input,select,button{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	border:none;
	font-size:1.6rem;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , "ＭＳ Ｐ明朝" , "MS PMincho" , Garamond , "Times New Roman" , serif;
}
th,td{
	font-size:1.6rem;
}
table,tbody,tr{
	width:100%;
}
th{
	width:140px;
	text-align:justify;
	vertical-align:top;
	padding-top:0.3em;
	padding-bottom:10px;
}
td{
	width:calc(100% - 140px);
	padding-bottom:10px;
}
.txt01,#pref,#birth_year,#birth_month,#birth_day,#academic{
	border:1px solid #B5B5B6;
	border-radius:2px;
	height:30px;
	padding:0 0.4em;
	line-height:1.4;
}
#kana01,#kana02,#name01,#name02{
	width:160px;
}
#kana02,#name02{
	margin-left:8px;
}
#email,#city02,#tel,#school01,#school02{
	width:330px;
}
#city01{
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}
#zip{
	width:130px;
	margin-bottom:5px;
}
#pref{
	width:90px;
	display:block;
}
#birth_year{
	width:90px;
}
#birth_month,#birth_day{
	width:60px;
}
#academic{
	width:180px;
}
#school01{
	margin-bottom:5px;
	margin-top:5px;
}
.btn{
	display:block;
	margin:20px auto 0;
	color:#fff;
	text-align:center;
	background:#53C0D5;
	width:160px;
	height:34px;
	line-height:34px;
	border-radius:2px;
	cursor:pointer;
	font-size:1.6rem;
}
td>div{
	position:relative;
	display:inline-block;
}
td>div:after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border-top:8px solid #53C0D5;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	position:absolute;
	right:0.4em;
	top:0;
	bottom:0;
	margin:auto;
}
td>div.zip-area{
	display:block;
}
td>div.zip-area:after{
	display:none;
}
label{
	position:relative;
}
td label:nth-of-type(2n+1){
	margin-right:10px;
}
input[type=radio]{
	width:17px;
	height:17px;
	display:inline-block;
	vertical-align:text-bottom;
	margin-right:5px;
	position:relative;
}
input[type="radio"]:before{
	content:"";
	width:15px;
	height:15px;
	display:block;
	background:#fff;
	border-radius:100%;
	border:1px solid #B5B5B6;
	margin-right:5px;
	position:absolute;
	left:0;
	top:0;
}
input[type="radio"]:checked:after{
	content:"";
	display:block;
	position:absolute;
	left:4px;
	top:4px;
	background:#53C0D5;
	border-radius:100%;
	width:9px;
	height:9px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++レスポンシブスタイル+++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width:767px){
main{
	padding-top:40px;
}
#sec01{
	background:url(../images/entry-bg01.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding:15px;
}
section{
	width:100%;
	margin:auto;
	background:rgba(255,255,255,0.33);
	padding:15px;
}
section h2{
	font-size:2.4rem;
}

table,tbody,tr{
	display:block;
}
th{
	font-size:1.4rem;
	font-weight:600;
	width:100%;
	display:block;
	padding-bottom:5px;
}
td{
	width:100%;
	padding-bottom:15px;
	display:block;
}

#kana01,#kana02,#name01,#name02{
	width:calc(50% - 5px);
}
#kana02,#name02{
	margin-left:10px;
}
#email,#city02,#tel,#school01,#school02{
	width:100%;
}
#birth_month,#birth_day{
	width:50px;
}
#academic{
	width:50%;
	min-width:200px;
}
.btn{
	width:100%;
	height:36px;
	line-height:36px;
	font-size:1.3rem;
}
}