@charset "UTF-8";
/* CSS Document */

/*===========================================

/* base

=========================================== */
#container {
    width: 100%;
    position: relative;
	padding: 80px 0 160px;
}
.wrap{
	width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}
hr {
	margin: 20px 0;
}
@media screen and (min-width: 768px) {
body,html{
	width: 1050px;
	margin: 0 auto;
}
br.sponly { display: none; }
p.notyet1 br { display: none; }
p.notyet2 br { display: none; }
}
@media screen and (max-width: 767px) {
#container {
    width: 100%;
	z-index: 9999;
	padding: 30px 0 0;
}
.wrap{
	width: auto;
	margin: 0 15px;
}
input[type="text"] {
	font-size: 16px!important;
	scale(0.8)!important;
}
article p#back2top {
	height: 50px;
	margin: 20px 0;
}
article p#back2top a {
	display:block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background-color: #89A2D3;
}
footer ul {
	margin-bottom: 20px;
}
}


/*===========================================

header h1, header p,  h2

=========================================== */

#header h1{
	border-left: solid 6px #89A2D3;
	border-bottom: solid 1px #89A2D3;
	padding: 0 0 5px 10px;
	line-height: 1.4;
	margin: 0 0 0;
    font-size: 1.5em;
} 

h2{
	background-color : #89A2D3;
	padding: 10px 20px;
	color: white;
	line-height: 1.4;
	margin: 45px 0 25px;
}

#header p {
	margin: -25px 0 45px;
    font-size: 1.1em;
	padding-right: 60px;
	text-align: right;
}

@media screen and (max-width: 767px) {
#header h1{
    border-bottom: solid 1px #89A2D3;
    border-left: solid 4px #5775B7;
    padding: 3px 0 5px 8px;
    margin: 0 0 0;
}
#header p {
	margin: -25px 0 45px;
    font-size: 1.1em;
	padding-right: 30px;
	text-align: right;
}
}

/*===========================================

/* コンテンツ（フォーム）

=========================================== */

article {
	width: 870px;
	margin: 0 auto;
}
article > p {
	font-size: 14px;
	margin-bottom: 10px;
}
article > p#freecall {
	width: 420px;
	margin-left: auto;
}
article > p#freecall em {
	font-size: 18px;
	font-style: normal;
}
article > p#freecall span {
	font-size: 12px;
	padding-left: 4px;
}
article > p#freecall a {
	font-size: 20px;
	padding-left: 6px;
	padding-right: 6px;
}
article p a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
article p a:hover {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}
table{
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
	table-layout: fixed;
}
table #kubun3 {
	visibility: hidden;
}
table th,
table td{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
table th{
	background: #F3F3F3;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
	padding: 20px 20px 20px;
}
table td{
	background: #fff;
	font-size: 14px;
	padding: 20px 10px 20px 20px;
}
table th .must{
	background: #E52020;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th .ninyi{
	background: #777;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th .ninyi2{
	background: #E52020;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
table th p {
	margin-left: 20px;
}
table td p{
	margin: 0 0 10px;
}
table td label{
	display: inline-flex;
}
table td input#req25etc {
	margin-left: 10px;
}

table td p.caution {
	display: none;
	margin: 20px 10px 0 0;
	padding: 10px 15px;
	background-color: #E52020;
	color: #FFF;
}
table td p#caution2 {
	margin: 10px 0 0 0;
	font-size:12px;
	color: red;
}
table td#request span {
	font-size: 12px;
	padding-left: 25px;
}
table td#request ul li {
	display: none;
}
table td#request ul li.on {
	display: block;
}
table td#inq {
	white-space: pre-wrap;
}
table tr.school {
	display: none;
}

div.submit{ text-align: center; }
div#submit2 { margin:30px auto 0; text-align:center; }
div#submit2 input { display:inline-block; margin:0 10px; }

footer {
	width: 870px;
	margin: 30px auto;
}
footer ul li {
	padding: 0 20px 0 20px;
	display: inline-block;
}
footer ul li:first-child {
	border-right: solid 1px #aaa;
}


@media screen and (max-width: 767px) {
article{
	width: 100%;
	margin: 0 auto;
}
table {
	margin: 0;
}
table th,
table td{
	display: block;
	width: 100%;
	float:left;
	border: none;
	vertical-align: middle;
}
table th{
	font-weight: bold;
	width: 100%;
	padding: 10px;
}
table th .must{
	float: none;
	margin: 0 0 0 10px;
}
table th .ninyi{
	float: none;
	margin: 0 0 0 10px;
}
table td{
	width: 100%;
	padding: 10px;
	margin: 0 0 30px;
}
table td label{
	display: inline-block;
	margin: 20px 0 10px;
}
footer {
	width: 100%;
	margin: 0 auto;
}
}


/*===========================================

/* form

=========================================== */
input[type="text"],
textarea {
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF8E5;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size: 108%;
	margin-right: 10px;
}
textarea {
	height:100px;
	resize: none;
}
input[type="password"] {
	padding: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#FFF8E5;
	border:solid 1px #ccc;
	-webkit-appearance: none;
	font-size: 108%;
	margin-right: 10px;
}
select:focus,
textarea:focus,
input[type="text"].focus,
input[type="password"].focus {
	outline: none;
	-webkit-appearance: none;
	box-shadow:0px 0px 5px 0px #ff5500;
	-moz-box-shadow:0px 0px 5px 0px #ff5500;
	-webkit-box-shadow:0px 0px 5px 0px #ff5500;
	border:solid 1px #ff5500;
	background: #FDF0E0\9;
}
input[type="radio"],
input[type="checkbox"] {
	width:20px;
	height:20px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}
select::-ms-expand {
    display: none;
}
.select_wrap{
	overflow: hidden!important;
}
.styleform{
	-moz-appearance: none!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	border-radius: 4px;
	border:solid 1px #ccc;
	box-sizing: content-box!important;
	font-size: 108%;
	padding: 5px 25px 5px 12px;
	background: url(../img/member_btn_arrow03.gif) no-repeat 96% center #FFF8E5;
}
input#login {
	display: block;
	width: 400px;
	border-radius: 4px;
	border:none;
	-webkit-appearance: none;
	color: #fff;
	background: url(../img/member_btn_arrow02.gif) no-repeat 95% center #718ac5;
	border: solid 1px #718ac5;
	width: 200px;
	padding: 15px;
	font-size: 16px;
	margin:15px auto 15px;
}
p#reminder {
	text-align: center;
}
p#reminder a {
	text-decoration: underline;
}
p.notyet1, p.notyet2 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:none;
	-webkit-appearance: none;
	color: #444;
	background: #AAA;
	border: solid 1px #AAA;
	width: 400px;
	padding: 15px;
	margin: 30px auto 30px;
	font-size: 16px;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	color: #fff;
	width: 200px;
	padding: 15px;
	font-size: 16px;
	border-radius: 4px;
	border:none;
}
input[type="button"],
input[type="submit"] {
	background: url(../img/member_btn_arrow02.gif) no-repeat 95% center #718ac5;
}
input[type="reset"] {
	margin:0 auto 30px;
	background: url(../img/member_btn_arrow02.gif) no-repeat 95% center #AAA;
}
input#login,
input#confirm {
	display: none;
	border: solid 1px #718ac5;
	margin: 30px auto 30px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	opacity: 0.8;
	cursor: pointer;
}
#mail1, #mail2, #zip, #tel { ime-mode: disabled; }
#inq, #sei, #mei, #kanaSei, #kanaMei, #address1, #address2, #address3 { ime-mode: active ; }

.w95per{
	width: 95%;
}
.w80per{
	width: 80%;
}
.w75per{
	width: 75%;
}
.w70per{
	width: 70%;
}
.w65per{
	width: 65%;
}
.w60per{
	width: 60%;
}
.w55per{
	width: 55%;
}
.w50per{
	width: 50%;
}
.w45per{
	width: 45%;
}
.w40per{
	width: 40%;
}
.w35per{
	width: 35%;
}
.w30per{
	width: 30%;
}
.w20per{
	width: 20%;
}

@media screen and (max-width: 767px) {
div#submit2 {
	margin:0 auto 30px !important;
}
input[type="text"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:10px;
}
textarea.w80per {
	width: 95%;
}
input[type="text"].w80per {
	width: 100%;
}
input[type="text"].w50per {
	width: 100%;
}
input[type="text"].w40per {
	width: 40%;
}
input[type="button"]{
	background: url(../img/member_btn_arrow02.gif) no-repeat 95% center #718ac5;
	width: 40%;
	padding: 15px 0;
}
input[type="submit"],
input[type="reset"]{
	width: 40%;
	padding: 15px 0;
}
input[type="radio"],
input[type="checkbox"] {
	width:15px;
	height:15px;
	margin-right: 10px;
	position: relative;
	top: 0;
}
p.notyet1, p.notyet2 {
	width: 90%;
}

}
