@charset "utf-8";

/*##################################################
-------------LIST-------------
 01:  EDUCATION
------------------------------
##################################################*/

.contents {
	float: none;
	width: 705px;
	margin: 0 auto;
}

input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 20px;
	background-color: #fff;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	box-shadow: inset 0 0 7px #EE828F;/*☆テキスト入力部分選択時カラーdef:34aa9a*/
	border: 1px solid #EE828F;/*☆テキスト入力部分選択時カラーdef:34aa9a*/
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"] {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

textarea {
	width: 100%;
	height: 180px;
}

select {
	height: 45px;
	line-height: 45px;
	text-indent: .01px;
	text-overflow: "";
	background: url(/images/common/bg-select-arrow.png) right center no-repeat;
}
select.year {
	width: 85px;
}
select.month,
select.day {
	width: 55px;
}
select.year,
select.month,
select.day {
	margin-right: 10px;
}
select.month,
select.day {
	margin-left: 18px;
}

input[type="radio"],
input[type="checkbox"] {
	position: absolute;
	filter: alpha( opacity=0 );
	-ms-filter: "alpha( opacity=0 )";
	opacity: 0;
}
input[type="radio"] + .wpcf7-list-item-label,
input[type="checkbox"] + .wpcf7-list-item-label {
	display: inline-block;
	height: 22px;
	padding-left: 32px;
	background: url(/images/common/bg-check_off.png) left top no-repeat;
	line-height: 1.5;
	padding-right: 95px;
}
input[type="radio"]:checked + .wpcf7-list-item-label,
input[type="checkbox"]:checked + .wpcf7-list-item-label {
	background-image: url(/images/common/bg-check_on.png);
}

/* checkbox */
.checkbox {
	overflow: hidden;
	margin-top: -5px;
	padding-top: 8px;
}
.checkbox li {
	float: left;
	width: 155px;
	margin-top: 5px;
}

/* zipcode */
.zipcode input[type="text"] {
	width: 85px;
}

.tableForm {
	overflow: hidden;
}
.tableForm table {
	width: 100%;
	margin-top: -1px;
	border-bottom: 1px solid #c1a98d;
}
.tableForm table th,
.tableForm table td {
	height: 66px;
	padding: 11px 0 10px;
	background: url(/images/common/line-01.png) center top repeat-x;
}
.tableForm table .request th,
.tableForm table .request td {
	border-top: 1px solid #c1a98d;
	border-bottom: 1px solid #c1a98d;
	background: none;
}
.tableForm table .request + tr th,
.tableForm table .request + tr td {
	background: none;
}
.tableForm table th {
	width: 290px;
	padding-top: 18px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.tableForm table th em {
	margin-left: 10px;
	padding: 3px 5px;
	border-radius: 5px;
	background-color: #e46663;
	color: #fff;
	font-size: 13px;
	line-height: 1.0;
	vertical-align: 1px;
}

.tableForm.tableForm-confirm td {
	padding-top: 18px;
}

.tableForm .hyphen {
	margin: 0 12px;
}
.tableForm .btnDetail {
	margin-left: 20px;
	vertical-align: middle;
}

.btnReset,
.btnBack,
.btnSubmit {
	position: relative;
}
.btnReset:before,
.btnBack:before,
.btnSubmit:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	border-radius: 5px;
}
.btnReset:before,
.btnBack:before { background-color: #dcdcdc;}
.btnSubmit:before { background-color: #f9cfd1;}/*☆送信ボタンbackgroundカラー/def:#78cbf6*/

.btnReset input,
.btnBack input,
.btnSubmit input {
	position: relative;
	width: 185px;
	margin-bottom: 5px;
	padding: 10px 0;
	border: none;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.btnReset input,
.btnBack input { background-color: #b3b3b3;}
.btnSubmit input { background-color: #EE828F;}/*☆送信ボタンカラー/def:#34aa9a*/

.btnReset:hover input,
.btnBack:hover input,
.btnSubmit:hover input {
	margin-top: 5px;
	margin-bottom: 0;
}

/* area
------------------------------ */
/* areaInfo */
.areaInfo {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #f1f0ec;
}
/*.areaInfo:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	border-left: 1px solid #fff;
}*/
.areaInfo > div {
	float: right;
	width: 400px;/*☆住所欄幅def:270*/
	color: #af8382;/*☆住所欄テキストカラー*/
}
.areaInfo > div:first-child {
	float: left;
}
.areaInfo h3 {
	font-size: 18px;
}
.areaInfo p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.846;
}

/* フォームメッセージの加工
------------------------------ */

/* 送信済みメッセージの上部を消去(デフォルト表示部分) */
.screen-reader-response{
	display: none;
}

/* 送信済みメッセージの整形 */
.wpcf7-mail-sent-ok {
	background:#edf8ff;
	color:#0071eb;
	border:1px solid #0071eb;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 30px;
}

/*送信エラーメッセージの整形*/
.wpcf7-validation-errors {
	background:#FFE6E8;
	color:#FF648F;
	border:1px solid #EE828F;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 30px;
}

/*フォーム中のエラーメッセージの整形*/
.wpcf7-not-valid-tip {
	color: #FF648F;
	margin-left:10px;
}







