@charset "UTF-8";
/*******************************************************
	FORM
*******************************************************/

.form {
	padding-bottom: 0;
}
.form .header__logo {
	padding-right: 30px;
}
.form .sec {
	margin-top: 20px;
	padding-bottom: 30px;
}
.form .inner {
	text-align: left;
}
.form h3 span {
	display: inline-block;
}
.form .sec p {
	margin: 1em 0;
}

.form__tbl {
	width: 100%;
	margin: 20px 0 30px;
}
.form__tbl th,
.form__tbl td {
	display: block;
	line-height: 1.6;
	font-weight: normal;
}
.form__tbl th {
	position: relative;
	padding: 1em 0 0 45px;
}
.form__tbl td {
    border-bottom: 1px solid #ccc;
	padding: 5px 0 1.2em 0;
}
.form__tbl th span {
    display: inline-block;
    width: 40px;
    height: 21px;
    font-size: 11px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    vertical-align: top;
	position: absolute;
	left: 0;
	margin-top: 0.35em;
}
.form__tbl th span.required {
    background-color: #99002B;
}
.form__tbl th span.any {
    background-color: #808080;
}

.form__tbl input[type="text"],
.form__tbl input[type="number"],
.form__tbl input[type="tel"],
.form__tbl input[type="email"],
.form__tbl select,
.form__tbl textarea {
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ccc inset;
	padding: 10px 10px;
	margin: 5px 0;
	vertical-align: middle;
	font-size: 16px;
    -webkit-appearance: none;
	font-family: sans-serif;
}
.form__tbl input[type="number"] {
	width: 4.5em;
}
.form__tbl input[type="text"],
.form__tbl input[type="email"] {
	width: 90%;
}
.form__tbl input[type="tel"] {
	width: 50%;
}
.form__tbl input[type="checkbox"] {
	vertical-align: middle;
	line-height: 1;
	margin: 0;
	width: 1em;
	height: 1em;
}
.form__tbl ::placeholder {
	color: #ccc;
}
.form__tbl textarea {
	width: 90% !important;
	height: 5em !important;
}
.form__tbl label {
	display: inline-block;
	border: none !important;
	padding: 0 !important;
	margin: 0.2em 20px 0.1em 0 !important;
}
.form__btn {
	text-align: center;
	margin: 0 auto;
}
.form__btn input,
.form__btn input:hover,
.form__btn a,
.form__btn a:hover {
	display: inline-block;
	border: none;
	border-radius: 5px; 
	background: #013188;
	color: #fff;
	margin: 30px auto;
	padding: 1em 40px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 1em;
    -webkit-appearance: none;
}

/* customize */
.mfp_ok {
    background-color: #FFF;
}
div.mfp_ok {
	display: none !important;
}
:focus {
	outline-color: #000;
}
form#mailformpro label.mfp_checked {
    padding: 0 !important;
    border: none !important;
    background-color: #FFF !important;
    box-shadow: none !important;
}
.mfp_element_submit {
	text-shadow: none;
}

/*----- プライバシーポリシー -----*/
.pp .sec {
	margin-top: 20px;
	padding-bottom: 30px;
}
.pp .inner {
	text-align: left;
}
.pp h3 span {
	display: inline-block;
}
.pp h4 {
	margin: 1.5em 0 0;
	font-size: 1.1em;
	font-weight: bold;
}

.pp__list li {
	list-style: decimal;
	margin: 0 0 1.5em 30px;
	font-weight: bold;
}
.pp__list h3 {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.pp__list p {
	margin: 0 0 1em -23px;
}




