@charset "UTF-8";

main {}

.checktable {
	margin-top: 40px;
}

#formWrap p {
	text-align: left;
}

.com_table table {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-collapse: collapse;
}

.com_table table th,
.com_table table td {
	vertical-align: top;
}

.com_table table th {
	letter-spacing: 2px;
	border-bottom: 1px solid #383833;
	padding: 30px 20px;
	box-sizing: border-box;
	white-space: nowrap;
	width: 10%;
}

.com_table table tr:first-child th {
	border-top: 1px solid #383833;
}

.com_table table td {
	letter-spacing: 2px;
	border-bottom: 1px solid #c8c8c8;
	padding: 30px 0 30px 30px;
}

.com_table table tr:first-child td {
	border-top: 1px solid #c8c8c8;
}


.com_table table td .box {
	display: flex;
}

.com_table table td .box dl {
	margin: 0;
	padding: 0;
	margin-right: 50px;
}

.com_table table td .box dl dt {
	font-size: 20px;
	margin-bottom: .3em;
}

.com_table table td .box dl dd ul {
	padding-left: 1.5em;
}

.com_table table td .box dl dd ul li {
	font-size: 18px;
	line-height: 1.7em;
}


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

	.com_table table,
	.com_table table tr,
	.com_table table th,
	.com_table table td,
	.com_table table thead,
	.com_table table tbody {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.com_table table th {
		width: auto;
		font-size: 3.4vw;
		letter-spacing: 1px;
		padding: 3vw;
		box-sizing: border-box;
		white-space: nowrap;
		border-top: 1px solid #999;
		border-bottom: none;
	}

	.com_table table tr:last-child th {
		border-bottom: none;
	}

	.com_table table td {
		font-size: 3.4vw;
		letter-spacing: 1px;
		padding: 3vw;
		padding-left: 1vw;
		padding-top: 2vw;
		padding-bottom: 7vw;
		overflow-x: hidden;
		border-top: none;
	}

	.com_table table tr:last-child td {
		border-bottom: 1px solid #999;
	}

	.com_table table td .box {
		display: block;
	}

	.com_table table td .box dl {
		margin: 0;
		margin-top: 1em;
	}

	.com_table table td .box dl dt {
		font-size: 3.4vw;
	}

	.com_table table td .box dl dd ul li {
		font-size: 3.2vw;
	}
}



.privacy {
	text-align: left;
	margin-top: 20px;
}

.privacy dt {}

.privacy dd {
	font-size: 14px;
	margin-top: .5em;
}

.privacy dd a {
	color: #06a;
}

@media screen and (max-width: 767px) {
	.privacy dt {
		font-size: 4vw;
	}

	.privacy dd {
		font-size: 3.2vw;
	}
}


.pcheck {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 15px 25px;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.pcheck {
		display: block;
		margin-top: 10vw;
		padding: 3vw 0;
		font-size: 4vw;
	}
}

/*===== お問い合わせ =====*/
#page .box {
	width: 990px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 140px;
}

@media screen and (max-width: 767px) {
	#page .box {
		width: 80%;
		flex-direction: column;
		margin-top: 10vw;
	}

	#page .box .item {
		margin-top: 5vw;
	}

	#page .box .item img {
		width: 100%;
	}
}



#page .box2 {
	width: 950px;
	margin: 0 auto;
	margin-top: 40px;
}

#page .box2 a {
	text-decoration: underline;
}

#page .box2 h2 {
	font-size: 26px;
	text-align: center;
}

#page .box2 ul {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#page .box2 ul li {
	line-height: 1.8em;
	list-style: none;
}

#page .box2 ul li a {
	color: #05e;
}

@media screen and (max-width: 767px) {
	#page .box2 {
		width: 86%;
		margin-top: 7vw;
	}

	#page .box2 h2 {
		font-size: 6vw;
	}

	#page .box2 ul {
		margin-top: 8vw;
	}

	#page .box2 ul li {
		font-size: 3.6vw;
		padding-left: 1em;
		text-indent: -1em;
	}
}


@media screen and (min-width: 768px) {
	.tellink {
		pointer-events: none;
	}
}


::placeholder {
	color: #969696;
}

@media screen and (max-width: 767px) {
	::placeholder {
		font-size: 3.6vw;
	}
}

input,
select,
textarea {
	font-size: 16px;
	background-color: #fff;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=checkbox],
input[type=radio],
textarea,
select {
	font-size: 16px;
	margin: 5px;
	margin-left: 0;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
	margin: 2px;
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #bbb;
	border-radius: 0;
	box-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
	-webkit-appearance: none;
}


select {
	color: #666;
	border-radius: 5px;
}


@media screen and (max-width: 767px) {
	.w100sp {
		width: 95%;
		box-sizing: border-box;
	}
}

textarea {
	box-sizing: border-box;
}

label {
	display: inline-block;
	margin: .2em 0;
	margin-right: 1em;
}

.copy {
	margin-top: 3em;
}

.error,
.error2 {
	display: inline-block;
	color: #c00;
	margin-top: .5em;
	font-size: 90%;
}

.error2.erhide {
	display: none;
}

.mrk {
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	padding: .2em .4em .3em .4em;
	margin-left: 1em;
	font-weight: normal;
}

.requ {
	background-color: #b81c2b;
}

.nin {
	background-color: #888;
}



td .requ {
	margin-left: 0;
}

.exe {
	font-size: 15px;
	color: #999;
	display: block;
	margin-bottom: .3em;
}

.exe.mt10 {
	margin-top: 1em;
}

.addr {
	margin-right: 1em;
}

.inlinebox {
	display: block;
	margin: .5em 0;
}

@media screen and (max-width: 767px) {
	.requ {
		font-size: 3.6vw;
	}

	.exe {
		font-size: 3.6vw;
	}

	.inlinebox {
		margin: 1em 0;
	}

	.mrk {
		font-size: 3vw;
	}

	.w100,
	.w100sp {
		width: 100%;
	}
}


textarea.error,
input.error,
select.error {
	background: #ffffd5;
	color: #333;
}

input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
	background: #fff;
	outline: 1px solid #666;
}



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

	input[type=text],
	input[type=tel],
	input[type=email],
	textarea {
		box-sizing: border-box;
		max-width: 100%;
	}

	input[type=text],
	input[type=tel],
	input[type=checkbox],
	input[type=radio] {
		font-size: 4.3vw;
	}

	textarea {
		height: 8em;
		width: 100%;
	}
}

.submitbtn {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.imagebutton,
#button_send,
#button_cancel {
	font-size: 22px;
	line-height: 1em;
	margin-top: 30px;
	padding: 30px 60px;
	cursor: pointer;
	transition: .3s;
	letter-spacing: 2px;
	color: #fff;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #b81c2b;
	text-shadow: none;
}

.imagebutton:hover,
#button_send:hover {
	text-decoration: none;
	opacity: .7;
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
}

#button_cancel {
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 15px;
	color: #fff;
	background: #777;
}

#button_cancel:hover {
	color: #fff;
	background: #bbb;
}

div.buttons {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	padding-bottom: 60px;
	margin-top: 30px;
}

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

	.imagebutton,
	#button_send,
	#button_cancel {
		font-size: 5vw;
		margin-top: 10vw;
		padding: 6vw 10vw;
	}

	#button_cancel {
		font-size: 4.6vw;
		margin-right: 0vw;
		padding: 4vw 4vw;
		margin-top: 10vw;
	}

	div.buttons {
		display: block;
		margin-top: 10vw;
		padding-bottom: 20vw;
		text-align: center;
	}
}



#page ul#phase_stat {
	margin-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}

#page ul#phase_stat li {
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 25px;
	list-style: none;
	border-radius: 5px;
}

#page ul#phase_stat li {
	color: #666;
	background-color: #ddd;
}

#page ul#phase_stat li.active_phase {
	color: #fff;
	background-color: #383833;
}

#page ul#phase_stat li.next_phase {
	display: inline-block;
	background: none;
	padding: 0;
	color: 999;
}

#page ul#phase_stat li.next_phase::before {
	content: "\f105";
	font-family: fontAwesome;
}

@media screen and (max-width: 767px) {
	#page ul#phase_stat {
		margin-top: 0;
		padding: 0;
		padding-bottom: 10vw;
	}

	#page ul#phase_stat li {
		font-size: 3.8vw;
		width: 25%;
		margin: 0 1vw;
		padding: 2vw 0;
		border-radius: 1.2vw;
		text-align: center;
		text-indent: 0;
	}

	#page ul#phase_stat li.next_phase {
		/*display:none;*/
		padding: 0;
		width: auto;
		width: 2%;
	}
}


/* form-nav */

.progressbar {
	display: flex;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #eee;
	color: #999;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: "";
	border: 37px solid transparent;
	border-left: 20px solid #eee;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #fff;
}

@media screen and (max-width: 767px) {
	.progressbar {
		padding-bottom: 8vw;
		width: 100%;
	}

	.progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 25px;
		border-left-width: 12px;
	}
}

/* active */

.progressbar .item.active {
	z-index: 1;
	background: #383833;
	color: #fff;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #383833;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}



/*========================================

  thanks

========================================*/
.thanks {
	padding-top: 60px;
	text-align: center;
}

.thanks h2 {
	font-weight: bold;
	font-size: 30px;
}

.thanks p {
	font-size: 16px;
	margin-top: 1.5em;
	line-height: 2em;
}

.thanks p small {
	font-size: 13px;
	line-height: 1.8em;
	display: block;
	margin-top: 1em;
}

.thanks .closebtn {
	margin-top: 2em;
}

.thanks .closebtn a {
	display: inline-block;
	background-color: #888;
	color: #fff;
	padding: 1em 1.5em;
	transition: .3s;
}

.thanks .closebtn a:hover {
	text-decoration: none;
	background-color: #444;
}

@media screen and (max-width: 768px) {
	.thanks {
		text-align: justify;
		width: 86%;
		margin: 0 auto;
	}

	.thanks h2 {
		font-size: 6.5vw;
	}

	.thanks p {
		font-size: 4vw;
	}

	.thanks p small {
		font-size: 3.5vw;
	}

	.thanks .closebtn {
		text-align: center;
	}

	.thanks .closebtn a {
		font-size: 4vw;
	}
}