@charset "utf-8";
/* CSS Document */
/*-----------------------------------

	header

-----------------------------------*/
header h4 {
	display: block;
	text-align: left;
	margin-bottom: 30px;
}
header p {
	display: block;
	margin: 0 auto;
	text-align: center;
}
header p.box {
	display: block;
	width: 120px;
	height: 67px;
	background-color: #E40012;
	color: #fff;
	font-size: 30px;
	line-height: 67px;
	margin: 0;
	margin-right: 10px;
}
header .title, header .title_tab {
	display: block;
	width: 100%;
	border-top: 6px solid #C79E63;
	border-bottom: 6px solid #C79E63;
	margin-top: 15px;
}
header .title_inner {
	display: block;
	width: 780px;
	margin: 8px auto;
}

header .title_tab {
	display: none;
}
@media screen and (max-width: 840px) {
	header p.box {
	margin: 0 auto;
	}
	header .title_inner {
	width: 100%;
		text-align: center;
}
	header .title {
		display: none;
	}
	header .title_tab {
		display: block;
	}
	header .title_tab_inner {
		display: block;
	width: 450px;
	margin: 8px auto;
		text-align: center;
	}
	header .title_tab_inner h3{
		margin-top: 15px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 640px) {
	header .title {
		display: block;
	}
	header .title_tab {
		display: none;
	}
	header h3 {
		text-align: center;
	}

	header .title_inner {
		width: 100%;
	}
	header p.box {
		display: block;
		width: 100px;
		height: 45px;
		margin: 0 auto;
		font-size: 22px;
		line-height: 45px;
	}

}
@media screen and (max-width: 350px) {

}
/*-----------------------------------

	#main

-----------------------------------*/
#main {
	display: block;
	width: 100%;
	margin-bottom: 108px;
}
@media screen and (max-width: 840px) {
	#main {
	margin-bottom:50px;
}
}
@media screen and (max-width: 640px) {
#main {
	margin-bottom:50px;
}
}
/*-----------------------------------

	#main .banner

-----------------------------------*/
#main .banner {
	display: block;
	width: 100%;
    height: 120px;
	background-color: #E40012;
	margin-top: 20px;
    margin-bottom: 60px;
}
#main .banner .text_area {
	background-color: #E40012;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
	font-weight: bold;
}
#main .banner_inner {
	display: block;
	width: 680px;
	height: 100%;
	margin: 0 auto;
}
#main .banner .l_inner {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
	height: 98px;
}
#main .r_inner {
	display: block;
	position: relative;
	width: 295px;
	height: 98px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 5px;
}
#main .r_inner p {
	display: block;
	width: 100%;
	/* height: 81px; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}
#main .r_inner p span {
	font-size: 16px;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 700px) {
	#main .r_inner p {
		font-size: 22px;
	}
	#main .r_inner p span {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	#main .banner {
		display: block;
		width: 100%;
		height: 220px;
		text-align: center;
	}
	#main .banner_inner {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	#main .banner .l_inner {
		display: inline-block;
		margin-bottom: 20px;
		height: 58px;
	}
	#main .r_inner {
		margin: 0 auto;
		padding: 0 10px;
		width: 85%;
	}
	#main .banner .text_area {
		line-height: 1.3;
		padding: 0 10px 15px;
		font-size: 15px;
	}
}
/*-----------------------------------

	#main .main_list

-----------------------------------*/
#main .main_list {
	display: block;
	width: 706px;
	max-width: 100% !important;
	margin: 0 auto;
	margin-bottom: 40px;
}
#main .main_list li {
	padding-left:1em;
	text-indent:-1em;
}
#main .main_list p {
	margin-left: 15px;
}
#main ul {
}
#main ul p {
	font-weight: bold;
	margin-left: 15px;
}
#main li {
	font-weight: bold;
}
#main li span {
	padding-bottom: 2px;
	text-decoration: underline wavy #E40012;
	text-decoration-skip-ink: none;
}
#main li:nth-of-type(3) {
	margin-left: 15px;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
#main .main_list {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}
	#main li:not(:nth-of-type(3)) {
	padding-left:1em;
text-indent:-1em;
}
}
/*-----------------------------------

	#main .schedule

-----------------------------------*/
#main .schedule {
	display: block;
	width: 840px;
    height: 220px;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 1px solid #000;
	position: relative;
}
#main .schedule_inner {
	display: block;
	width: 648px;
	margin: 0 auto;
	margin-top: 25px;
	text-align: left;
}
#main .schedule h4 span {
	display: block;
	background-color: #fff;
	padding: 0 10px;
	position: absolute;
	top: -13px;
	left: 17px;
}
#main .schedule h4 {
	margin-bottom: 10px;
}

@media screen and (max-width: 840px) {
	#main .schedule {
	width: 100%;
	height: 200px;
}
#main .schedule_inner {
	width: 95%;
}
#main p {
	margin-bottom: 5px;
}
}

@media screen and (max-width: 640px) {
#main .schedule {
	width: 100%;
	height: 330px;
}
#main .schedule_inner {
	width: 95%;
}
.note {
	padding-left: 1em;
}

}
@media screen and (max-width: 350px) {
	#main .schedule {
	height: 350px;
}
}
/*-----------------------------------

	#main .application

-----------------------------------*/
#main .application {
	display: block;
	width: 840px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
#main .application p.line {
	position: relative;
	display: inline-block;
}
#main .application p.line:before {
	content: "";
	position: absolute;
	top: 49%;
	left: -35px;
	margin-right: 20px;
	display: inline-block;
	background-color: #000;
	width: 20px;
	height: 1px;
}
#main .application p.line:after {
	content: "";
	position: absolute;
	top: 49%;
	right: -35px;
	display: inline-block;
	background-color: #000;
	width: 20px;
	height: 1px;
}

@media screen and (max-width: 840px) {
	#main .application {
	width: 95%;
}
#main .application p.line {
	position: relative;
	margin-left: 20px;
}
}

@media screen and (max-width: 640px) {
	#main .application {
	width: 95%;
}
#main .application p.line {
	position: relative;
	margin-left: 35px;
}
}
/*-----------------------------------

	#form

-----------------------------------*/
#form {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#form h4 {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	color: #4CAF50;
	text-align: center;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
}
/*-----------------------------------

	#form .form_conte

-----------------------------------*/
#form .form_conte {
	width: 100%;
	background-color: #F5F5F5;
	margin-bottom: 10px;
}
#form .form_conte table {
	width: 100%;
	border-collapse: collapse;
}
#form .form_conte table tr {
	border-bottom: 1px solid #C5C5C5;
	height: 95px;
}
#form .form_conte table tr.higher {
	height: 180px;
}
#form .form_conte table tr:first-of-type {
	border-top: 1px solid #C5C5C5;
}
#form .form_conte table th {
	width: 30%;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
}
#form .form_conte table th span.required {
	color: #E40012;
	padding-left: 5px;
}
#form .form_conte table td {
	width: 70%;
	vertical-align: middle;
}
#form input[type=text] {
	width: 280px;
	height: 50px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	padding-left: 10px;
}
#form input[type=text].w120 {
	width: 120px;
}
#form input[type=text].w619 {
	width: 619px;
}
#form input[type=radio] {
	margin-right: 5px;
}
#form input[type=radio]:not(:first-child) {
	margin-left: 20px;
}
#form span.haihun {
	margin: 0 5.5px;
}
#form .form_conte select {
	width: 200px;
	height: 50px;
	margin-bottom: 10px;
}
#form .form_conte select.w130 {
	width: 130px;
	margin-bottom: 0;
	margin-right: 10px;
}
#form .form_conte select.w160 {
	width: 160px;
	margin-bottom: 0;
	margin-right: 10px;
}
#form p.w640 {
	width: 640px;
	margin: 0 auto;
}

@media screen and (max-width: 840px) {
	#form input[type=text].w619 {
	width: 370px;
}
	#form .form_conte table th {
	width: 40%;
}
	#form .form_conte table td {
	width: 60%;
}
}

@media screen and (max-width: 640px) {
#form .form_conte {
	background-color: #fff;
	margin-bottom: 20px;
}
#form .form_conte table p {
	font-size: 14px;
}
#form .form_conte table tr {
	border: none;
	height: 95px;
}
#form .form_conte table tr:first-of-type {
	border: none;
}
#form .form_conte table th, #form .form_conte table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
#form .form_conte table th {
	background-color: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#form .form_conte table th:first-of-type {
	border-top: 1px solid #C5C5C5;
}
#form input[type=text]:not(.sp) {
	margin-left: 20px;
}
#form input[type=text].w619 {
	width: 300px;
}
#form .form_conte select {
	margin-left: 20px;
}
#form input[type=radio] {
	margin-left: 20px;
}
#form p.w640 {
	width: 95%;
}
}
@media screen and (max-width: 350px) {
	#form input[type=text].w619 {
	width: 280px;
}
}
/*-----------------------------------

	#form .check

-----------------------------------*/

#form .check {
	width: 100%;
	height: 180px;
	border: 0.5px solid #C5C5C5;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}
#form .check a {
	display: block;
	width: 260px;
	height: 50px;
	background-color: #F5F5F5;
	border: 0.5px solid #C5C5C5;
	text-align: center;
	line-height: 53px;
	text-decoration: none;
	color: #000;
}
#form .check .two_check {
	display: block;
	width: 549px;
	margin: 30px auto;
}
#form input[type=submit] {
	display: block;
	width: 218px;
	height: 44px;
	margin: 0 auto;
	border: none;
	background-color: #4CAF50;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
	#form .check {
	height: 280px;
}
	#form .check a {
		margin: 0 auto;
	}
#form .check a:first-of-type {
	margin-bottom: 20px;
}
	#form .check .two_check {
	width: 100%;
}
}
@media screen and (max-width: 350px) {
	#form .check {
	height: 300px;
}
}
/*-----------------------------------

	エラー

-----------------------------------*/
.alert-danger {
	display: block;
	width: 520px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: rgba(255,0,0,0.1);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #E40012;
	border: 2px solid #E40012;
	border-radius: 5px;
	box-sizing: border-box;
}
.error {
	font-size: 15px;
	color: #E40012;
	font-weight: bold;
	margin-left: 5px;
}

@media screen and (max-width: 840px) {
}

@media screen and (max-width: 640px) {
	.alert-danger {
	width: 100%;
	height: 110px;
	box-sizing: border-box;
}
.error {
	font-size: 15px;
	color: #E40012;
	font-weight: bold;
	margin-left: 20px;
}
}
/*-----------------------------------

	#追加form

-----------------------------------*/
#order_wrapper_1 {
	/* display: none; */
	background: #fff;
    padding-top: 80px;
}
.table dl {
    overflow: hidden;
    border-bottom: 1px solid #e0e0cc;
    padding: 16px 0;
	display: flex;
	align-items: center;
}
.table dt {
    width: 30%;
    padding-left: 20px;
    vertical-align: middle;
	text-align: left;
    font-weight: 600;
}
.table dt .required {
	color: #E40012;
    padding-left: 5px;
}
.table dd {
    width: 70%;
    vertical-align: middle;
}
.order_title {
	font-size: 24px;
    text-align: center;
    color: #47b138;
}
.contact-order {
	margin-top: 20px;
    border: 2px solid #C5C5C5;
    padding: 40px;
}
.contact-order .table {
	margin-top: 20px;
}
#order_wrapper_0 {
	display: none;
}
#order_wrapper_1 h4 {
	margin-bottom: 0;
}
#order_wrapper_2 {
	background: #fff;
    padding-top: 40px;
}
#order_wrapper_3 {
	/* display: none; */
	background: #fff;
    padding-top: 40px;
}
#order_wrapper_4 {
	/* display: none; */
	background: #fff;
    padding-top: 40px;
}
.error.four {
	text-align: center;
	margin-top: 20px;
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	#form #order_wrapper_0 h4 {
		margin-bottom: 0;
		margin-top: 0;
	}
	.contact-order {
		padding: 20px 10px 0 10px;
	}
	.contact-order .table {
		margin-top: 10px;
	}
	.order_title {
		font-size: 20px;
	}
	.table dl {
		flex-wrap: wrap;
	}
	.table dl:last-child {
		border-bottom: none;
	}
	.table dt {
		width: 100%;
	}
	.table dd {
		width: 100%;
	}
	.error.four {
		margin-left: 0;
	}
}