@charset "utf-8";


.contact-howto .howto-type {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.contact-howto .subtitle {
	margin-bottom: 40px;
}

.contact-contents {
	margin-top: calc(40px + 2vw);
}

.contact-title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.contact-tel {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	padding: calc(20px + 3vw) 5vw;
	border: 5px solid rgba(0, 0, 0, .05);
	border-radius: 10px;
	box-sizing: border-box;
}

.contact-number {
	margin: 10px 0;
	display: -webkit-flex;
	display: flex;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.contact-number:before {
	content: "";
	display: block;
	background-image: url(../images/icon_free.png);
	background-size: 100% auto;
}

.contact-tel-time {
	display: -webkit-flex;
	display: flex;
	line-height: 30px;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.contact-tel-time dt {
	margin-right: 10px;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, .1);
}

.contact-mailer {
	margin-top: 60px;
}

.contact-mailer-tex {
	margin: 20px 0;
	text-align: center;
}

.contact-flow {
	max-width: 600px;
	margin: 40px auto;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.contact-flow:before {
	content: "";
	width: calc(100% - (60px / 2) - 20px);
	height: 2px;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 9px;
	left: 30px;
}

.contact-flow-item {
	width: 60px;
	position: relative;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.contact-flow-item:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	background-color: rgba(244, 243, 239, 1);
	border: 3px solid rgba(0, 0, 0, .1);
	position: relative;
	z-index: 0;
	border-radius: 50%;
	box-sizing: border-box;
}

.contact-flow-item.current:before {
	border-color: rgba(0, 0, 0, 1);
}

.contact-flow-item.already:before  {
	background-color: rgba(0, 0, 0, 1);
	
}

.contact-flow-item.current:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: -4px;
	margin-bottom: 10px;
	display: block;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	top: 6px;
	left: 50%;
	z-index: 1;
	border-radius: 50%;
}


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

	.contact-number {
		font-size: 3.5rem;
	}

	.contact-number:before {
		width: 45px;
		height: 30px;
		margin-right: 10px;
	}

	.contact-tel-time {
		font-size: 1.3rem;
	}

}


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

	.contact-number {
		font-size: 5rem;
	}

	.contact-number:before {
		width: 60px;
		height: 40px;
		margin-right: 20px;
	}

	.contact-tel-time {
		font-size: 1.4rem;
	}

}


/*------------------------------------*/


.form-area {
	display: block;
}

.form-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.form-list th,
.form-list td {
	padding: 10px 0;
	font-size: 1.6rem;
	line-height: 2.5rem;
	vertical-align: middle;
}

.form-list th {
	width: 30%;
	padding-top: 20px;
	vertical-align: top;
	font-weight: bold;
}

.form-list th.req:after {
	content: "必須";
	margin-left: 10px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	background-color: rgba(255, 66, 29, 1);
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 20px;
	color: rgba(255, 255, 255, 1);
}

.auto {
	margin-left: 10px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 4rem;
	color: rgba( 255, 255, 255, 1);
	cursor: pointer;
}

.form-item {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .06);
	border: 0;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 2.5rem;
	box-sizing: border-box;
}

.select_box {
	width: 200px;
	height: 60px;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .06);
	border: 0;
	border-radius: 5px;
	font-size: 1.6rem;
	line-height: 2.5rem;
	box-sizing: border-box;
	position:relative;
}
.select_box:before{
	content:"";
	display:block;
	position:absolute;
	right:16px;
	top:0;
	bottom:0;
	margin:auto;
	width:16px;
	height:16px;
	background:url(../images/icn_arrow_under_s.png);
	background-size:cover;
}
.select_box select{
	width:230px;
	padding-right: 1em;
	vertical-aling:middle;
	padding-top:17px;
	box-sizing:border-box;
	cursor: pointer;
	font-size: 1.6rem;
	line-height: 2.5rem;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	}

.upbtn {
	width: 200px;
	/*
	height: 30px;
	*/
	text-align:center;
	margin-bottom:15px;
	padding: 15px 10px;
	background-color: rgba(0, 0, 0, .1);
	border: 0;
	border-radius: 5px;
	font-size: 1.5rem;
	font-weight:bold;
	margin-right:15px;
	line-height: 2.5rem;
	box-sizing: border-box;
    display: inline-block;
}

/*
.upbtn {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
}
*/
.hidefile {
    background: none;
    box-shadow: none;
    border: none;
}






.form-item:focus {
	background-color: rgba(0, 0, 0, .1);
}

textarea.form-item {
	height: 150px;
}

input.btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 18px;
	font-size: 1.6rem;
	box-sizing: border-box;
}

input.btn.form-cancel {
	border-color: rgba(0, 0, 0, .3);
	color: rgba(0, 0, 0, .3);
}

.form-foot {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: : center;
	-webkit-justify-content: center;
			justify-content: center;
}

.form-foot li {
	width: 280px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}


.thanks {
	padding-top: calc(40px + 2vw);
	padding-bottom: calc(40px + 2vw);
	text-align: center;
}

.thanks-tit {
	font-size: calc(1.4rem + 1vw);
	font-weight: bold;
	line-height: calc(1.8rem + 2vw);
}

.error {
	display: block;
	margin: calc(20px + 2vw) 0;
	padding: calc(20px + 2vw);
	border: 3px solid rgba(255, 0, 0, 1);
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.5rem;
	color: rgba(255, 0, 0, 1);
}

.form-btn {
	width: 100%;
	height: 60px;
	background-color: transparent;
	font-size: 1.8rem;
}

.form-btn.cancel {
	opacity: .5;
}

.thanks-catch {
	margin-bottom: 40px;
}

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

.thanks-btn {
	margin-top: 40px;
}

.thanks-btn .btn {
	margin: 0 auto;
}


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

	.form-list th,
	.form-list td {
		display: block;
	}

	.form-list th {
		width: auto;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.form-list td {
		padding-top: 5px;
	}

	.form-foot {
		margin: 40px 0;
	}

.upbtn {
	display:block;
	margin-bottom:0;

}

.hidefile {
	margin-bottom:15px;
}


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

	.form-foot {
		margin: 60px 0;
	}

}