
/*pc*/

.chart_seminar_form {
	width: 90%;
	max-width: 1024px;
	margin: 12px auto 40px;
	padding: 0;
}

.chart_seminar_form div {
	width: 33.333%;
	padding: 12px 0 12px 20px;
	font-size: 14px;
	color: #332922;
	border-left: solid 1px #f7f6f6;
	border-top: solid 1px #f7f6f6;
	border-bottom: solid 1px #f7f6f6;
	background-color: #ddddde;
	position: relative;
	float: left;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.chart_seminar_form div:last-child {
	border-right: solid 1px #f7f6f6;
}

.chart_seminar_form div:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 13px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -14px;
	z-index: 1;
}

.chart_seminar_form div:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 22px 13px;
	border-color: transparent transparent transparent #ddddde;
	position: absolute;
	top: 0;
	right: -13px;
	z-index: 1;
}

.chart_seminar_form div:last-child:before,
.chart_seminar_form div:last-child:after {
	display: none;
}

.chart_seminar_form div.active {
	color: #fff;
	background-color: #ef8500;
}

.chart_seminar_form.contact div.active {
	color: #fff;
	background-color: #dc304d;
}

.chart_seminar_form div.active:after {
	border-color: transparent transparent transparent #ef8500;
}

.chart_seminar_form.contact div.active:after {
	border-color: transparent transparent transparent #dc304d;
}

.list_seminar_form {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.list_seminar_form ul {
	margin: 0 0 36px 0;
	padding: 0;
	display: inline-block;
}

.list_seminar_form ul li {
	margin: 0;
	padding: 0 0 0 1em;
	color: #332922;
	font-size: 14px;
	line-height: 26px;
	text-indent: -1em;
	text-align: left;
}

.list_seminar_form ul li span {
	font-size: 11px;
	vertical-align: baseline;
}

.tbl_seminar_form {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
}

.notice_seminar_form {
	margin: 0 0 9px 12px;
	color: #db2f4c;
}

.tbl_seminar_form table {
	width: 100%;
	margin: 0 0 55px 0;
	font-size: 14px;
	border-top: solid 1px #b8b9b9;
	border-left: solid 1px #b8b9b9;
}

.tbl_seminar_form table th {
	width: 258px;
	padding: 20px 13px;
	color: #332922;
	line-height: 24px;
	vertical-align: middle;
	font-weight: 500;
	background-color: #efefef;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.tbl_seminar_form table td {
	padding: 22px;
	border-right: solid 1px #b8b9b9;
	border-bottom: solid 1px #b8b9b9;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.tbl_seminar_form table .date th {
	padding-top: 38px;
	vertical-align: top;
}

.tbl_seminar_form table .date td {
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

.tbl_seminar_form table .date td p {
	margin: 0;
	padding: 0;
}

.tbl_seminar_form table td .border {
	border-bottom: dashed 1px #b8b9b9;
}

.label_seminar_form {
	width: 100%;
	color: #000;
	font-size: 12px;
	line-height: 21px;
	border-bottom: dashed 1px #b8b9b9;
	display: table;
}

.label_seminar_form:last-child {
	border-bottom: none;
}

.label_seminar_form .rightbox {
	padding: 23px 0 30px;
}

.label_seminar_form .leftbox {
	width: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.label_seminar_form .rightbox {
	display: table-cell;
	vertical-align: middle;
}

.tbl_seminar_form table td [type="radio"]:not(:checked)+span,
.tbl_seminar_form table td [type="radio"]:checked+span {
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	left: 13px;
}

.tbl_seminar_form table td input[type=text] {
	width: 100%;
	height: 47px;
	margin: 0;
	padding: 0 15px;
	font-size: 15px;
	border: solid 1px #b8b9b9;
	border-radius: 5px;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.tbl_seminar_form table td.name input[type=text] {
	width: 38%;
	max-width: 268px;
	margin-left: 2em;
	margin-right: 3em;
}

.tbl_seminar_form table td.name.kana input[type=text] {
	margin-left: 1em;
}

.tbl_seminar_form table td.name input[type=text]:last-child {
	margin-right: 0;
}

.tbl_seminar_form table td.tel input[type=text] {
	width: 26%;
	max-width: 184px;
	margin-left: 2em;
	margin-right: 2em;
}

.tbl_seminar_form table td.tel input[type=text]:first-child {
	margin-left: 0;
}

.tbl_seminar_form table td.tel input[type=text]:last-child {
	margin-right: 0;
}

.tbl_seminar_form table .mail th {
	padding-top: 24px;
	vertical-align: top;
}

.tbl_seminar_form table .mail td .note_mail {
	margin: 10px 0 0 0;
	font-size: 12px;
}

.tbl_seminar_form table .mail td .note_mail span {
	margin-bottom: 5px;
	color: #db2f4c;
	display: inline-block;
}

.tbl_seminar_form table .from th {
	padding-top: 14px;
	vertical-align: top;
}

.tbl_seminar_form table .from td {
	padding: 16px 22px;
}

.tbl_seminar_form table textarea {
	height: 96px;
	padding: 10px 15px;
}

.txt_seminar_form1 {
	margin: 0 0 40px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.btn_submit {
	width: 100%;
	margin: 30px auto 62px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
}

.btn_submit br {
	display: none;
}

.btn_submit input {
	width: 45%;
	max-width: 208px;
	height: 47px;
	margin: 0;
	padding: 4px 0 0 0;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	background-color: #ef8500;
	border: 1px solid #db2f4c;
	border-radius: 0;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	position: relative;
}

.btn_submit input:first-child {
	margin-right: 7%;
}

.btn_submit input[name="reset"] {
	margin-right: 7%;
	padding-bottom: 2px;
	color: #332922;
	background-color: #fff;
	border: solid 1px #332922;
}

.btn_submit input[name="submitConfirm"] {
	padding-bottom: 2px;
}

.btn_submit input[name="submitBack"] {
	margin-right: 7%;
	color: #fff;
	background-color: #939495;
	border: solid 1px #939495;
	box-shadow: none !important;
	display: none;
}

.btn_submit input:hover {
	background-color: #ffa02c;
}

.btn_submit input[name="reset"]:hover{
	background-color: #e4e4e4;
}

.btn_submit input[name="submitBack"]:hover{
	background-color: #adadad;
}

a.btn_contact_thanks:hover {
	background-color: #1789dc;
}

.err_seminar_form {
	margin: 0 5% 20px;
	color: #E30923;
	text-align: center;
}

.box_seminar_form_thanks {
	margin: 90px 5% 90px;
	padding: 0;
	text-align: center;
}

.box_seminar_form_thanks dt {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
}

.box_seminar_form_thanks dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
}

.tbl_seminar_form.conf .label_seminar_form .leftbox {
	text-indent: -9999px;
}

.tbl_seminar_form.conf .label_seminar_form .leftbox div {
	position: relative;
	overflow: hidden;
}

.tbl_seminar_form.conf .label_seminar_form .leftbox div:before {
	content: "";
	width: 10px;
	height: 10px;
	margin: auto;
	background-color: #26a69a;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
}

.tbl_seminar_form.conf .conf_none {
	display: none;
}


.tbl_seminar_form.conf .txt_seminar_form1 {
	display: none;
}

.tbl_seminar_form.conf .btn_submit input[name="reset"] {
	display: none;
}

.tbl_seminar_form.conf .btn_submit input[name="submitBack"] {
	display: inline-block;
}

@-moz-document url-prefix() {
	[type="radio"]:not(:checked), [type="radio"]:checked {
		opacity: 1;
		pointer-events: auto;
	}
}

.txt_seminar_form_finish {
	max-width: 440px;
	margin: 4px 0;
	padding: 6px 0px 5px 8px;
	color: #ff0000;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	border: solid 1px #ff0000;
	display: block;
}

.col_mail_contact {
	width: 90%;
	max-width: 640px;
	margin: 0 auto 40px;
	padding: 22px 0 0;
	line-height: 1.7;
	text-align: center;
}

.col_mail_contact .mail {
	margin: 0;
	padding: 20px 0;
	font-size: 1.8rem;
}





/*PC*/

@media only screen and (min-width: 1024px) {



}

/*SP*/

@media only screen and (max-width: 1023px) {
	
	.chart_seminar_form div {
		font-size: 16px;
	}

	.notice_seminar_form {
		font-size: 16px;
	}

	.tbl_seminar_form table th {
		width: 210px;
		font-size: 13px;
		line-height: 20px;
	}
	
	.tbl_seminar_form table .date th {
		padding-top: 25px;
	}
	
	.label_seminar_form .leftbox {
		width: 90px;
	}
	
	.label_seminar_form:first-child .rightbox {
		padding: 15px 0 25px 0;
	}
	
	.label_seminar_form:last-child .rightbox {
		padding: 25px 0;
	}
	
	.tbl_seminar_form table td.name input[type=text] {
		width: 32%;
		margin-right: 2em;
	}
	
	.tbl_seminar_form table td.tel input[type=text] {
		width: 22%;
		margin-right: 1em;
		margin-left: 1em;
	}
	
	.col_mail_contact {
		font-size: 1.9rem;
	}
	
	.col_mail_contact .mail {
		padding: 1em 0;
		font-size: 2.6rem;
	}

}



@media only screen and (max-width: 700px) {
	

	.tbl_seminar_form table th,
	.tbl_seminar_form table .date th {
		width: auto;
		padding: 10px 15px;
		display: block;
	}
	
	.tbl_seminar_form table td {
		padding: 15px 15px;
		display: block;
	}
	
	.tbl_seminar_form table .date td {
		padding-right: 0;
	}
	
	.label_seminar_form .leftbox {
		width: 60px;
	}
	
	.label_seminar_form .rightbox,
	.label_seminar_form:first-child .rightbox,
	.label_seminar_form:last-child .rightbox {
		padding-right: 15px;
	}
	
	.txt_seminar_form_finish {
		padding: 8px 12px;
	}
	
	.tbl_seminar_form table td input[type=text] {
		height: 40px;
	}
	
	.tbl_seminar_form table td.name input[type=text] {
		margin-right: 10%;
		margin-left: 7%;
	}
	
	.tbl_seminar_form table td.name.kana input[type=text] {
		margin-left: 3%;
	}
	
	.tbl_seminar_form table .from th br {
		display: none;
	}
	
	.btn_submit input {
		width: 
	}
	
	.btn_submit input:first-child {
		
	}

}

@media only screen and (max-width: 450px) {

}



/* -------------------- registration -------------------- */

.wrap_registration {
	margin: 0;
	padding: 100px 2% 65px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 2.2;
	background-color: #f7f6f0;
}
@media only screen and (max-width: 700px) {
	.wrap_registration {
		padding: 60px 2%;
		line-height: 1.6;
	}
}
.wrap_registration .iblock { display: inline-block; }

.lead_registration1 {
	margin: 0 0 24px;
	padding: 0;
}

.wrap_registration .img_book {
	width: 170px;
	margin: 0 auto 48px;
	padding: 0;
	filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.15));
}
.wrap_registration .img_book img { width: 100%; }

.wrap_registration span.strong {
	color: #b88755;
	font-size: 23px;
	text-decoration: underline;
	line-height: 2.17;
}
.wrap_registration span.strong > span {
	text-decoration: underline;
}
@media only screen and (max-width: 700px) {
	.wrap_registration span.strong {
		font-size: 18px;
		line-height: 1.8;
	}
}

.col_form_registration {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 500px) {
	.col_form_registration {
		padding: 30px 0 0;
	}
}
.col_form_registration::before {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 22px #c9a47f;
	border-left: solid 30px rgba(255,255,255,0);
	border-right: solid 30px rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: calc( 50% - 30px );
}
.col_form_registration iframe {
	height: 1000px;
}


