﻿@charset "utf-8";
/*----------------------------------------------------
	お問い合せ（同意画面）
----------------------------------------------------*/
.mainHeader .title {
	max-width: 1020px;
	height: 100%;
	margin: 0 auto;
	background: url("../images/contact/header_contact.png") 292px 0 no-repeat;
}

.contactContent .item {
	padding: 20px 0;
}

.contactContent .item p {
	margin-bottom: 1.625em;
	line-height: 1.625;
}

.contactContent .item li {
	line-height: 1.625;
}

.contactContent .ttl02 {
	margin-bottom: 12px;
}

.contactContent .item.lead p {
	margin-bottom: 0;
}

.contactContent .item.caution li {
	margin-bottom: 12px;
	padding: 0 0 12px 2.5em;
	border-bottom: #c9c9c9 1px solid;
	text-indent: -2.5em;
}

.contactContent .item.caution li:last-child {
	border-bottom: none;
}

.contactContent .item.privacy .body {
	height: 376px;
	padding: 36px 24px;
	border: #c9c9c9 1px solid;
	overflow: auto;
}

.contactContent .item.privacy .signature {
	text-align: right;
}

.contactContent .item.privacy h5 {
	font-weight: bold;
}

.contactContent .item.action {
	text-align: center;
}

.contactContent .item.action .ex {
	margin-top: 22px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.contactContent .item.privacy .body {
		height: 280px;
		padding: 24px 12px;
	}

	.contactContent .item.action .ex {
		font-size: 12px;
	}
}
/*----------------------------------------------------
	お問い合せ（フォーム）
----------------------------------------------------*/
.contactForm .formCateggory {
	margin-bottom: 24px;
	padding: 10px 20px;
	background-color: #efefef;
}

/*
.contactForm .formCateggory label {
	width: 45%;
}
*/

.contactForm .formCourse {
	margin-bottom: 24px;
	padding: 10px 20px;
	background-color: #efefef;
}

.contactForm .formCourse label {
	width: 24%;
}
.contactForm .formCourse label.second {
	margin-right: 15px;
}
.contactForm .formCourse .short {
	width: 100%;
}


.contactForm table.choices {
	width: 100%;
}

.contactForm table.choices th {
	width: 258px;
	padding: 14px 8px 14px 64px;
	vertical-align: top;
}
.contactForm table.choices th.required {
	background: url("../images/contact/ico_required.png") 0 15px no-repeat;
}

.contactForm table.choices th.option {
	background: url("../images/contact/ico_option.png") 0 15px no-repeat;
}

.contactForm table.choices td {
	padding: 8px 0;
}

.contactForm table.form {
	width: 100%;
	margin-bottom: 24px;
}

.contactForm table.form tr {
	border-bottom: #bfbfbf 1px solid;
}
.contactForm table.form tr:nth-last-child(2) {
	border-bottom:none;
}
.contactForm table.form th {
	width: 192px;
	padding: 26px 8px 26px 64px;
	vertical-align: top;
}
.contactForm table.form tr:nth-last-child(2) th{
	padding: 26px 8px 0 64px;
}
.contactForm table.form th.required {
	background: url("../images/contact/ico_required.png") 0% 27px no-repeat;
}

.contactForm table.form th.option {
	background: url("../images/contact/ico_option.png") 0% 27px no-repeat;
}

.contactForm table.form td {
	padding: 8px 0;
}

.contactForm table.form .inputs {
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.contactForm table.form .inputs > div {
	padding: 0 0.5em;
}

.contactForm table.form .inputs > div:first-child {
	padding-left: 0;
}

.contactForm .lead {
	padding: 20px 0;
	line-height: 1.625;
}

.contactForm .ex_course {
	margin-bottom: 12px;
}

.contactForm .submit {
	padding: 20px 0;
	text-align: center;
}

.contactForm span.help {
	font-size: 12px;
}

.contactForm label {
	display: inline-block;
	margin: 5px 0;
}

.contactForm .w100p {
	width: 100%;
}

.contactForm .w384 {
	width: 384px;
}

.contactForm .w268 {
	width: 268px;
}

.contactForm .w4em {
	width: 5em;
}

.contactForm .w3em {
	width: 4em;
}

.contactForm input[type="text"] {
	height: 44px;
	margin: 10px 0;
	padding: 0 0.5em;
	border: #ccc 1px solid;
	border-radius: 0;
	background-color: #fff;
}

.contactForm input[type="checkbox"] {
	margin-right: 0.3em;
}

.contactForm input[type="radio"] {
	margin-right: 0.3em;
}

.contactForm select {
	height: 44px;
	margin: 10px 0;
	width: 100%;
}

.contactForm textarea {
	height: 220px;
	margin: 10px 0;
	padding: 0 0.5em;
	border: #ccc 1px solid;
	border-radius: 0;
	background-color: #fff;
}

.contactForm .submitMessage {
	margin-bottom: 24px;
	padding: 24px 0;
	border-bottom: #bfbfbf 1px solid;
	text-align: center;
}

.contactForm .submitMessage .lead {
	font-weight: bold;
}

.contactForm .submitMessage p {
	margin-bottom: 24px;
}

.contactForm .submitMessage .small {
	font-size: 14px;
}

.contactForm .submitMessage .tel {
	color: #8c670e;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.contactAction {
	padding: 24px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.contactForm {
		margin: 5px 0;
		label: inline-block;
	}

	.contactForm table {
		display: block;
	}

	.contactForm tbody {
		display: block;
	}

	.contactForm tr {
		display: block;
	}

	.contactForm th {
		display: block;
	}

	.contactForm td {
		display: block;
	}

	.contactForm .formCateggory {
		margin: 0 -10px 16px;
		padding: 6px 10px;
	}

	.contactForm .formCateggory label {
		width: 100%;
	}

	.contactForm .formCourse {
		margin: 0 -10px 16px;
		padding: 6px 10px;
	}

	.contactForm .formCourse label {
		width: 22%;
	}

	.contactForm table.choices {
		width: 100%;
	}

	.contactForm table.choices th {
		width: 258px;
		padding: 14px 8px 0 64px;
		vertical-align: top;
	}

	.contactForm table.choices th.empty {
		padding-left: 0;
	}

	.contactForm table.choices td {
		padding: 8px 0;
	}

	.contactForm table.form th {
		width: 100%;
		padding: 16px 8px 0 64px;
		vertical-align: top;
	}

	.contactForm table.form th.required {
		background: url("../images/contact/ico_required.png") 0% 18px no-repeat;
	}

	.contactForm table.form th.option {
		background: url("../images/contact/ico_option.png") 0% 18px no-repeat;
	}

	.contactForm table.form td {
		padding: 0 0 10px;
	}

	.contactForm .w100p {
		width: 100%;
	}

	.contactForm .w384 {
		width: 100%;
	}

	.contactForm .w268 {
		width: 100%;
	}

	.contactForm .w4em {
		width: 5em;
	}

	.contactForm .w3em {
		width: 4em;
	}

	.contactForm input[type="image"] {
		width: 100%;
	}
}

/*
-------------------------------------------------------------------------------------
				2019/02/01追記
-------------------------------------------------------------------------------------
*/

 .formCateggory_label_left{
	width: 35%;
}

