/* contact
--------------------------------------------------*/
@charset "utf-8";

/* font
============================ */
.fontSize11 {
	font-size: 11px;
}
.fontSize14 {
	font-size: 14px;
}
.fontSize16 {
	font-size: 16px;
}
.red {
	color: #d90015;
}
.notice {
	color: #d90015;
	padding-top: 20px;
}
/* display
============================ */
.sp {
	display: none;
}
.pc {
	display: block;
}
/* SP */
@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* contents
============================ */
.simple .titleBlock {
	padding: 40px 50px 0;
}
/* titleBlock SP */
@media (max-width: 768px) {
	.simple .titleBlock {
		padding: 0 25px 0;
	}
	.simple .titleBlock img {
		width: 115px;
	}
}
/* formFlow PC */
.formFlow {
	margin-bottom: 30px;
}
.formFlow ul {
	letter-spacing: -0.4em;
}
.formFlow li {
	display: inline-block;
	letter-spacing: normal;
}
/* formFlow SP */
@media (max-width: 768px) {
	.formFlow {
		text-align: center;
		margin-bottom: 15px;
	}
	.formFlow li img {
		width: 93px;
	}
	.formFlow li.flowLast img {
		width: 85px;
	}
}
/* formBox PC */
.formBox {
	width: 566px;
	margin: 30px auto 0;
}
.confirmationH2 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 17px 0 19px;
	font-size: 16px;
	margin: 15px 0 20px;
	font-weight: normal;
}
.confirmationH2 .required {
	display: block;
	font-size: 11px;
	margin-top: -14px;
	text-align: right;
}
.confirmation .formDetailBox dl {
	width: 100%;
	display: inline-table;
	border-bottom: 1px dashed #000;
	padding: 20px 0 18px;
}
.contact .formDetailBox dl {
	width: 100%;
	display: inline-table;
	padding: 20px 0 18px;
}
.formDetailBox dt {
	width: 166px;
	display: table-cell;
	font-size: 15px;
	vertical-align: top;
	line-height: 1.1;
}
.confirmation .formDetailBox dt {
	line-height: 1.4;
}
.formDetailBox dd {
	width: 400px;
	line-height: 1.7;
	vertical-align: middle;
}
.formDetailBox textarea {
	height: 140px;
	width: 400px;
	background: #F5F5F5;
	border: 1px solid #d5d5d5;
}
.formDetailBox input {
	height: 40px;
	width: 400px;
	background: #F5F5F5;
	border: 1px solid #d5d5d5;
}
.attention {
	color: #d90015;
}
/* formBox SP */
@media (max-width: 768px) {
	.formBox {
		margin: 28px 0 0;
		width: auto;
	}
	.formBox p {
		padding: 10px 25px;
	}
	.formDetailBox {
		padding: 10px 25px 0;
	}
	.confirmation .formDetailBox dl {
		width: auto;
		display: block;
		border-bottom: 1px dashed #000;
	}
	.contact .formDetailBox dl {
		width: auto;
		display: block;
		padding: 0 0 20px;
	}
	.confirmationH2 {
		border-top: 1px solid #000;
		border-bottom: 1px dashed #000;
		padding: 19px 25px;
		font-size: 14px;
		margin: 13px 0 10px;
	}
	.attention {
		padding: 10px 25px;
	}
	.confirmationH2 .required {
		font-size: 11px;
		margin-top: -15px;
	}
	.confirmation .formDetailBox dl {
		width: auto;
		border-bottom: none;
		display: block;
		padding: 0 0 18px;
	}
	.confirmation .formDetailBox dl.last {
		padding: 0;
	}
	.formDetailBox dt {
		vertical-align: middle;
		font-size: 12px;
		padding: 0 0 8px;
		width: 100%;
		color: #454545;
	}
	.formDetailBox dt br {
		display: none;
	}
	.formDetailBox dd {
		width: auto;
		line-height: 1.5;
		vertical-align: middle;
		padding: 0;
		font-size: 12px;
		color: #333;
	}
	.formDetailBox textarea {
		width: 100%;
		border-radius: 0;
	}
	.formDetailBox input {
		width: 100%;
		border-radius: 0;
		padding: 5px;
	}
	.formBox .formDetailBox p {
		padding: 0px;
	}
	.appoint {
		font-size: 11px;
		padding-left: 5px;
	}
	.appoint::before {
		content: "（";
	}
	.appoint::after {
		content: "）";
	}
	.notice {
		color: #d90015;
		padding-top: 10px;
	}
}
/* scrollbar PC*/
.inner {
	margin-top: 9px;
}
.policy {
	width: 100%;
	padding: 13px 0;
	float: left;
	border: 1px solid #070002;
}
.policy .textBox {
	padding: 0 25px 15px 0;
	line-height: 1.5;
}
.policy .textBox:first-child {
	padding: 0 25px 40px 0;
	line-height: 1.5;
}
.policy .mail {
	color: #e0c4c7;
	text-decoration: underline;
}
.policy .textBox h3 {
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	font-size: 14px;
}
#scrollbar1 {
	width: 100%;
	position: relative;
}	
#scrollbar1 .viewport {
	height: 191px;
	overflow: hidden;
	position: relative;
}
#scrollbar1 .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 25px;
	margin: 0; 
}
#scrollbar1 .scrollbar { 
	background: #d3d3d3;
	position: absolute;
	right: 10px;
	top: 0;
	width: 15px;
}
#scrollbar1 .track { 
	background: #d3d3d3;
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb { 
	background: #000;
	height: 20px;
	width: 15px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#scrollbar1 .thumb .end { 
	background: #000;
	overflow: hidden;
	height: 5px;
	width: 15px;
}
#scrollbar1 .disable { 
	display: none;
}
.noSelect { 
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
/* scrollbar1 SP */
@media (max-width: 768px) {
	.formDetailBox .inner {
		margin-top: 10px;
	}
	#scrollbar1 .overview {
		list-style: none;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 12px;
		margin: 0; 
	}
	.policy {
		padding: 10px 0;
	}
	.policy .textBox {
		padding: 0 25px 15px 0;
		line-height: 1.5;
		font-size: 12px;
	}
	.policy .textBox h3 {
		padding-bottom: 2px;
		margin-bottom: 10px;
	}
}
/* btnBox PC*/
.btnBox {
	text-align: center;
	margin: 60px 0 40px;
}
.btnBox li {
	display: inline-block;
}
.btnBox li:first-child {
	margin-right: 15px;
}
.btnBox .next {
	width: 210px;
	background: url(../../img/contact/flow01/btn_next_pc.png) no-repeat center center;
	background-size: 100% auto;
	border: none;
}
.btnBox .revision {
	width: 150px;
	background: url(../../img/contact/flow02/btn_revision_pc.png) no-repeat center center;
	background-size: 100% auto;
	border: none;
}
.btnBox .send {
	width: 210px;
	background: url(../../img/contact/flow02/btn_send_pc.png) no-repeat center center;
	background-size: 100% auto;
	border: none;
}
/* btnBox SP */
@media (max-width: 768px) {
	.btnBox {
		text-align: center;
		margin: 30px 0 20px;
		letter-spacing: -0.4em;
	}
	.btnBox.btn img {
		width: 223px;
	}
	.btnBox li:first-child img {
		width: 100px;
	}
	.btnBox li {
		display: inline-block;
		letter-spacing: normal;
		margin-right: 8px;
	}
	.btnBox .next {
		width: 223px;
		background: url(../../img/contact/flow01/btn_next_sp.png) no-repeat center center;
		background-size: 100% auto;
		border: none;
	}
	.btnBox .revision {
		width: 100px;
		background: url(../../img/contact/flow02/btn_revision_sp.png) no-repeat center center;
		background-size: 100% auto;
		border: none;
	}
	.btnBox .send {
		width: 161px;
		background: url(../../img/contact/flow02/btn_send_sp.png) no-repeat center center;
		background-size: 100% auto;
		border: none;
	}
}
/* finish
============================ */
/* finish PC */
.finish .formFlow {
	margin-bottom: 64px;
}
.finishMessage {
	font-size: 16px;
	line-height: 1.5;
	margin:40px 0 92px;
}
/* finish SP */
@media (max-width: 768px) {
	.finish .formFlow {
		margin-bottom: 32px;
	}
	.finishMessage {
		font-size: 12px;
		line-height: 1.5;
		margin:20px 0 46px;
	}
	.formBox .finishMessage p {
		padding: 0 25px;
	}
}
