#contact {}
#form {
	margin: 0;
	padding: 0;
}
.require-mark {
	display: inline-block;
	margin-right: 0.25em;
	color: rgba(174, 17, 80, 1.00);
	font-weight: 600 !important;
}
.mail-form .form-control {
	background: rgba(250, 250, 250, 1.00);
	border: 1px solid #CCCCCC;
}
.iPhone .mail-form .form-control, .iPad .mail-form .form-control {
	font-size: 16px;
}
.iPhone input, .iPad input .iPhone select, .iPad select {
	font-size: 16px;
}
.mail-form .form-control {
	width: 100%;
	min-height: 3.6rem;
	padding: 0.6rem 0.8rem;
	line-height: 1.42857143;
	color: rgba(35, 24, 21, 1.00);
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mail-form .ex {
	font-size: 1.4rem;
	line-height: 1.65em;
	color: rgba(153, 153, 153, 1.00);
	display: inline-block;
}
select {
	min-height: 3.6rem;
	line-height: 3.6rem;
}
::-webkit-input-placeholder {
	color: rgba(153, 153, 153, 1.00);
}
.mail-form .input-inline {
	margin-top: 0 !important;
}
.radio-input {
	display: none;
}
.radio-input + label {
	padding-left: 4rem;
	position: relative;
	margin-right: 1.6rem;
	margin-bottom: 1rem;
	cursor: pointer;
}
.radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 3.2rem;
	height: 3.2rem;
	border: 2px solid rgba(35, 24, 21, 1.00);
	background-color: white;
	border-radius: 50%;
	background: url("../images/icon_check.svg") 50% 50% no-repeat / 50%;
}
.radio-input:checked + label {
	/*font-weight: 600;*/
}
.radio-input:checked + label::before {
	background-color: rgba(35, 24, 21, 1.00);
	border: none;
}
.radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	width: 3.2rem;
	height: 3.2rem;
	text-align: center;
	color: white;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url("../images/icon_check.svg") 50% 50% no-repeat;
	background-size: 90%;
}
.radio-inline {
	display: inline-block !important;
	line-height: 3.2rem !important;
}
.mail-form .required {
	display: inline-block;
	margin: 0 0 0 1rem;
}
.mail-form span.num {
	display: inline-block;
	width: 4.8rem;
	height: 4.8rem;
	line-height: 4.8rem;
	overflow: hidden;
	text-align: center;
	font-size: 1.8rem;
	margin-right: 0.5em;
	color: white;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 600;
	vertical-align: bottom;
	background-color: rgba(35, 24, 21, 1.00);
}
.mail-form label {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 4.8rem;
}
.fact-title {
	margin-bottom: 1.6rem;
	margin-top: 1.6rem;
}
label.small-title {
	text-align: left;
	font-weight: 600;
	margin-bottom: 1.2rem;
	display: block;
	font-size: 2rem;
}
label.xsmall-title {
	text-align: left;
	font-weight: 600;
	margin-bottom: 0.5rem;
	display: block;
	font-size: 1.8rem;
}
.fact-title span {
	display: block;
	margin-top: 0.8rem;
}
.mail-form p.conf {
	font-size: 1.2em;
	line-height: 1.6em;
	color: rgba(35, 24, 21, 1.00);
	font-weight: 400;
	padding: 0px 30px 10px 30px;
	margin: 0 0 10px 0;
	display: block;
	border-bottom: 1px solid #eee;
}
.error-wrap {
	text-align: center;
}
.error-wrap ul li {
	display: block;
	margin: 1.6rem 0;
	font-size: 1.8rem;
	line-height: 1.65em;
	color: rgba(174, 17, 80, 1.00);
}
.pull-left {
	float: left !important;
	padding-right: 1.2rem;
}
.error-wrap ul li i {
	color: rgba(174, 17, 80, 1.00);
	background: url("../images/icon_error.svg") no-repeat 50% 50% /100%;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.mail-form .form-group {
	margin-bottom: 5.6rem;
	text-align: left;
}
 .btn,.button-white {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
	line-height: 1em;
	cursor: pointer !important;
	outline: none !important;
}
.mail-form .btn span {
	display: table-cell;
	vertical-align: middle;
}
.btn {
	display: table;
	height: 6rem;
	min-width: 40rem;
	overflow: hidden;
	margin: 0 auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: rgba(136, 136, 136, 1.00);
	border: none;
	color: white;
}
.btn span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1em;
	height: 6rem;
	text-align: center !important;
	padding: 0 1.5rem;
	color: white;
	position: relative;
}
.mail-form .submit {
	background-color: rgba(35, 24, 21, 1.00);
}
.mail-form .reset {
	background-color: rgba(187, 187, 187, 1.00);
}
.require {
	color: rgba(174, 17, 80, 1.00);
	display: inline-block;
	margin: 0 0.2em;
}
.required-i {
	display: inline-block;
	margin: 0 0.4rem;
	font-size: 0.75em;
	line-height: 1em;
	vertical-align: text-top;
}
.under-form {
	display: block;
	text-align: center;
	margin: 2rem 0 0 0 !important;
	line-height: 1.65em !important;
	font-size: 1.3rem !important;
}
.contact-wrap .itemize:first-of-type {
	margin-top: 3.2rem;
}
.contact-wrap .itemize:last-of-type {
	border-bottom: none !important;
}
/* BREAK POINT -----------------------------------------------------*/
@media (max-width: 767px) {
	#contact .list dl dd.p {
		margin-left: 0rem;
	}
	label.small-title {
		text-align: left;
		margin-bottom: 1.2rem;
		display: block;
		width: 100%;
	}
	label.xsmall-title {
		text-align: left;
		margin-top: 0.8rem;
		margin-bottom: 0.8rem;
		display: block;
		width: 100%;
	}
	.select-wrap {
		margin-top: 0rem;
	}
	.mail-form .form-control {
		width: 100% !important;
	}
	.btn {
		min-width: 100%;
		width: 100%;
	}
} /*----------------------------------------------------- BREAK POINT*/