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

/* base
=========================================== */
.wrap {
	width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}
#form #container {
	padding: 0;
}
#container {
	width: 100%;
	position: relative;
	padding: 80px 0;
}

.member table#form2, div#button button#confirm {
	display: none;
}

@media screen and (min-width: 768px) {
	body, html {
		width: 1050px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.wrap {
		width: auto;
		margin: 0 15px;
	}
	header {
		margin: 0 -15px;
	}
	input[type="text"] {
		font-size: 16px !important;
		scale(0.8) !important;
	}
	#container {
		width: 100%;
		padding: 30px 0;
	}
	#content > p img {
		width: 80%;
	}
}

/* H1
=========================================== */
#form #header h1 {
	display: none;
}
#header h1 {
	border-left: solid 6px #89A2D3;
	border-bottom: solid 1px #89A2D3;
	padding: 5px 0 5px 10px;
	line-height: 1.4;
	margin: 0 0 25px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666666;
}

p {
	width: 870px;
	padding: 0 0 5px 10px;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

h2 {
	width: 870px;
	padding: 5px 0 0 0;
	line-height: 1.4;
	margin: 0 auto;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #666666;
}

/* コンテンツ（フォーム）
=========================================== */
.member main {
	width: 870px;
	margin: 0 auto;
}
.member table {
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
.member table th, .member table td {
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
.member table th {
	background: #F3F3F3;
	font-size: 14px;
	font-weight: normal;
	width: 300px;
	padding: 20px 20px 20px;
}
.member table th .must {
	background: #E52020;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	line-height: 1;
	display: inline-block;
	float: right;
}
.member table td {
	background: #fff;
	font-size: 14px;
	padding: 20px 10px 20px 20px;
}
.member table th p {
	width: 100%;
}
.member table td p {
	margin: 0 0 10px;
	width: 100%;
}
.member table td p#notice {
	margin: 5px 0 -5px;
}
.member table td p.caution {
	display: none;
	margin: 20px 10px 0 0;
	padding: 10px 15px;
	background-color: #E52020;
	color: #FFF;
}
.member table td label {
	position: relative;
}
.member table td label span.red {
	padding-left: 7px;
}
.member input[name="practiceEtc"], .member input[name="one2oneTime"] {
	margin-left: 7px;
}
.member div#button {
	margin: 50px auto;
	text-align: center;
}
.member div#button button {
	display: inline-block;
	margin: 0 10px;
}
@media screen and (max-width: 767px) {

	h2 {
		width: 100%;
	}
	p {
		width: 100%;
	}
	.member main {
		width: 100%;
		margin: 0 auto;
	}
	.member table {
		margin: 0;
	}
	.member table th, .member table td {
		display: block;
		width: 100%;
		float: left;
		border: none;
		vertical-align: middle;
	}
	.member table th {
		font-weight: bold;
		width: 100%;
		padding: 10px;
	}
	.member table th .must {
		float: none;
		margin: 0 0 0 10px;
	}
	.member table th .ninyi {
		float: none;
		margin: 0 0 0 10px;
	}
	.member table td {
		width: 100%;
		padding: 10px;
		margin: 0 0 30px;
	}
	.member table td .sp_flR {
		float: right;
	}
	.member table td label {
		display: inline-block;
		margin: 20px 0 10px;
	}
}

/* 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;
}
p#addMsg {
	margin:0 auto 0;
	padding: 16px 10px;
	color: red;
	font-size:14px;
}
p.one2one__consul {
	margin: 20px 0 0 7px !important;
}
p.one2one__consul textarea {
	width: 98%;
	height: 5.8em;
	margin: 5px 0 0 !important;
	box-sizing: border-box;
}
input[type="text"].focus,
textarea.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: 4px;
}
.styleform {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	border-radius: 4px;
	border: solid 1px #ccc;
	box-sizing: content-box !important;
	background: #FFF8E5;
	font-size: 108%;
	padding: 5px 25px 5px 12px;
}
button {
	display: inline-block;
	margin: 10px;
	width: 220px;
	padding: 25px;
	border-radius: 4px;
	background: #718ac5;
	border: none;
	font-size: 18px;
	color: #fff;
}
button:hover {
	opacity: 0.8;
	cursor: pointer;
}
.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#button {
		margin: 0 auto 30px !important;
	}
	input[type="text"] {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-bottom: 10px;
	}
	input[type="text"].w80per {
		width: 100%;
	}
	input[type="text"].w40per {
		width: 40%;
	}
	input[type="submit"] {
		width: 40%;
		padding: 12px 0;
		margin: 0 auto 50px;
	}
	input[type="reset"] {
		width: 40%;
		padding: 12px 0;
		margin: 0 auto 50px;
	}
	input[type="radio"], input[type="checkbox"] {
		width: 15px;
		height: 15px;
		margin-right: 10px;
		position: relative;
		top: 0;
	}
	p#notyet {
		width: 90%;
	}
}

/* thanks
=========================================== */
.thanks main p {
	font-size: 14px;
	margin: 14px 0 14px 0;
}
.thanks main p.kome {
	padding-left: 14px;
	text-indent: -14px;
}
.thanks main p.kome:before {
	content: "※";
	padding-right: 5px;
}
.thanks main table {
	margin: 14px 0 14px 0;
}
.thanks main table td {
	padding: 5px 20px;
	border: 1px solid #ccc;
	font-size: 14px;
}
.thanks p#back2top {
	text-align: right;
}
.thanks p a {
	color: blue;
	font-weight: bold;
}

/* footer
=========================================== */
footer {
	width: 870px;
	margin: 20px auto 0;
}
footer p.linkMembertop {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
	margin-bottom: 50px;
	text-align: center;
}
footer ul li {
	padding: 0 20px 0 20px;
	display: inline-block;
}
footer ul li:first-child {
	border-right: solid 1px #aaa;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	footer {
		width: 100%;
		margin: 0 auto;
	}
	.sw92per {
		width: 92% !important;
	}
	.sw90per {
		width: 90% !important;
	}
	.sw88per {
		width: 88% !important;
	}
	.sw80per {
		width: 80% !important;
	}
	.sw75per {
		width: 75% !important;
	}
	.sw70per {
		width: 70% !important;
	}
	.sw65per {
		width: 65% !important;
	}
	.sw60per {
		width: 60% !important;
	}
	.sw55per {
		width: 55% !important;
	}
	.sw50per {
		width: 50% !important;
	}
	.sw45per {
		width: 45% !important;
	}
	.sw40per {
		width: 40% !important;
	}
	.sw35per {
		width: 35% !important;
	}
	.sw30per {
		width: 30% !important;
	}
}
