@charset "utf-8";
/*----------------------------------------------------
	受講お申し込み
----------------------------------------------------*/
.mainHeader .title {
	max-width: 1020px;
	height: 100%;
	margin: 0 auto;
	background: url("../images/application/header_application.png") 292px 0 no-repeat;
}

.applicationContent .item {
	padding: 20px 0;
}

.applicationContent .item p {
	margin-bottom: 1.625em;
	line-height: 1.625;
}

.applicationContent .item li {
	line-height: 1.625;
}

.applicationContent .ttl02 {
	margin-bottom: 12px;
}

.applicationContent .item.lead p {
	margin-bottom: 0;
}

.applicationContent .item.caution li {
	margin-bottom: 12px;
	padding: 0 0 12px 2.5em;
	border-bottom: #c9c9c9 1px solid;
	text-indent: -2.5em;
}

.applicationContent .item.caution li:last-child {
	border-bottom: none;
}

.applicationContent .item.privacy .body {
	height: 376px;
	padding: 36px 24px;
	border: #c9c9c9 1px solid;
	overflow: auto;
}

.applicationContent .item.privacy .signature {
	text-align: right;
}

.applicationContent .item.privacy h5 {
	font-weight: bold;
}

.applicationContent .item.action {
	text-align: center;
}

.applicationContent .item.action .ex {
	margin-top: 22px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.applicationContent .item.privacy .body {
		height: 280px;
		padding: 24px 12px;
	}

	.applicationContent .item.action .ex {
		font-size: 12px;
	}
}
/*----------------------------------------------------
	お問い合せ（フォーム）
----------------------------------------------------*/
.applicationForm .formCourse {
	margin-bottom: 24px;
	padding: 10px 20px;
	background-color: #efefef;
}

.applicationForm .formCourse th {
	width: 194px;
}

.applicationForm .formNum {
	margin: 20px 0 24px;
	padding: 10px 20px;
	background-color: #efefef;
}

.applicationForm .formNum th {
	width: 126px;
}

.applicationForm table.choices {
	width: 100%;
}

.applicationForm table.choices th {
	padding: 12px 8px 12px 64px;
	vertical-align: top;
}

.applicationForm table.choices th.required {
	background: url("../images/contact/ico_required.png") 0 13px no-repeat;
}

.applicationForm table.choices th.option {
	background: url("../images/contact/ico_option.png") 0 13px no-repeat;
}

.applicationForm table.choices th.empty {
	padding-left: 0;
}

.applicationForm table.choices td {
	padding: 4px 0;
}

.applicationForm table.form {
	width: 100%;
	margin-bottom: 24px;
}

.applicationForm table.form tr {
	border-bottom: #bfbfbf 1px solid;
}
.applicationForm table.form tr.select {
	border-bottom:none;
}
.applicationForm table.form th {
	width: 192px;
	padding: 26px 8px 26px 64px;
	vertical-align: top;
}
.applicationForm table.form tr.select th{
	padding: 26px 8px 0 64px;
}
.applicationForm table.form th.required {
	background: url("../images/contact/ico_required.png") 0% 27px no-repeat;
}

.applicationForm table.form th.option {
	background: url("../images/contact/ico_option.png") 0% 27px no-repeat;
}

.applicationForm table.form td {
	padding: 8px 0;
}

.applicationForm 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;
}

.applicationForm table.form .inputs > div {
	padding: 0 0.5em;
}

.applicationForm table.form .inputs > div:first-child {
	padding-left: 0;
}

.applicationForm table.form caption {
	padding-bottom: 10px;
	border-bottom: #bfbfbf 1px solid;
	font-size: 18px;
	font-weight: bold;
}

.applicationForm .ttl02 {
	margin: 40px 0 0;
}

.applicationForm .lead {
	padding: 20px 0;
	line-height: 1.625;
}

.applicationForm .ex_course {
	margin-bottom: 12px;
}

.applicationForm .submit {
	padding: 20px 0;
	text-align: center;
}

.applicationForm span.help {
	font-size: 12px;
}

.applicationForm label {
	display: inline-block;
	margin: 5px 0;
}

.applicationForm .w100p {
	width: 100%;
}

.applicationForm .w384 {
	width: 384px;
}

.applicationForm .w268 {
	width: 268px;
}

.applicationForm .w4em {
	width: 5em;
}

.applicationForm .w3em {
	width: 4em;
}

.applicationForm input[type="text"] {
	height: 44px;
	margin: 10px 0;
	padding: 0 0.5em;
	border: #ccc 1px solid;
	border-radius: 0;
	background-color: #fff;
}

.applicationForm input[type="checkbox"] {
	margin-right: 0.3em;
}

.applicationForm input[type="radio"] {
	margin-right: 0.3em;
}

.applicationForm select {
	width: 100%;
	height: 44px;
}

.applicationForm textarea {
	height: 220px;
	margin: 10px 0;
	padding: 0 0.5em;
	border: #ccc 1px solid;
	border-radius: 0;
	background-color: #fff;
}

.applicationForm .submitMessage {
	margin-bottom: 24px;
	padding: 24px 0;
	border-bottom: #bfbfbf 1px solid;
	text-align: center;
}

.applicationForm .submitMessage .lead {
	font-weight: bold;
}

.applicationForm .submitMessage p {
	margin-bottom: 24px;
}

.applicationForm .submitMessage .small {
	font-size: 14px;
}

.applicationForm .submitMessage .tel {
	color: #8c670e;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.contactAction {
	padding: 24px 0;
	text-align: center;
}

@media (max-width: 767px) {
	.applicationForm table {
		display: block;
	}

	.applicationForm tbody {
		display: block;
	}

	.applicationForm tr {
		display: block;
	}

	.applicationForm th {
		display: block;
	}

	.applicationForm td {
		display: block;
	}

	.applicationForm .formCourse {
		margin: 0 -10px 16px;
		padding: 6px 10px;
	}

	.applicationForm .formNum {
		margin: 20px -10px 16px;
		padding: 6px 10px;
	}

	.applicationForm table.choices th {
		padding: 10px 8px 0 64px;
		vertical-align: top;
	}

	.applicationForm table.choices th.empty {
		padding-left: 0;
	}

	.applicationForm table.choices td {
		padding: 8px 0;
	}

	.applicationForm table.form caption {
		display: block;
		width: 100%;
	}

	.applicationForm table.form th {
		width: 100%;
		padding: 16px 8px 0 64px;
		vertical-align: top;
	}

	.applicationForm table.form th.required {
		background: url("../images/contact/ico_required.png") 0% 18px no-repeat;
	}

	.applicationForm table.form th.option {
		background: url("../images/contact/ico_option.png") 0% 18px no-repeat;
	}

	.applicationForm table.form td {
		padding: 0 0 10px;
	}

	.applicationForm label {
		display: inline-block;
		margin: 5px 0;
	}

	.applicationForm .w100p {
		width: 100%;
	}

	.applicationForm .w384 {
		width: 100%;
	}

	.applicationForm .w268 {
		width: 100%;
	}

	.applicationForm .w4em {
		width: 5em;
	}

	.applicationForm .w3em {
		width: 4em;
	}

	.applicationForm input[type="image"] {
		width: 100%;
	}
}


/*
-------------------------------------------------------------------------------------
				2026/06/11追記
-------------------------------------------------------------------------------------
*/

.applicationForm .submit .submit_wrap {
	margin: 0 auto;
	width: fit-content;
	position: relative;
}
.applicationForm .submit .submit_wrap input[type='image'] {
	display: block;
	width: 463px;
	max-width: 100%;
    aspect-ratio: 463 / 77;
}
.applicationForm .submit .submit_wrap input[type='image']:disabled + .cover {
	background: #ebebeb;
	filter: opacity(0.65);
	visibility: visible;
}
.applicationForm .submit .submit_wrap .cover {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: transparent;
	filter: opacity(0);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	visibility: hidden;
	transition: 0.3s ease background, 0.3s ease filter, 0.3s ease visibility;
}
.policy_wrap {
    height: 260px;
    overflow-y: scroll;
    margin-bottom: 20px;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.policy_wrap .policy_ttl {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1.5px solid #8c670e;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.policy_top,.policy_list,.policy_bottom{
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0;
}
.policy_top {
    margin-bottom: 2.5em;
}
.policy_list li {
    padding-left: 1em;
    text-indent: -1em;
}
.policy_list li+li {
    margin-top: 1.5em;
}
.policy_bottom {
    margin-top: 2em;
    text-align: right;
}
.privacy .policy_check{
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    cursor: pointer;
}
@media screen and (min-width:769px) {
    .policy_wrap {
        height: 300px;
        padding: 25px;
    }
    .privacy_lead{
        text-align: center;
    }
}
