@charset "UTF-8";

.mfp_rows {
	clear: both;
}

.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="radio"],
input[type="file"],
textarea,
select,
button {
	border-radius: 1px;
	font-size: 14px;
	padding: 8px;
	font-weight: normal !important;
	width: auto;
}

textarea {
	width: 98%;
	min-height: 14em;
}

textarea::placeholder,
input::placeholder {
	font-size: 13px;
	font-weight: normal !important;
}

select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	min-width: 20em !important;
}

.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows button,
form#mailformpro .mfp_rows label {
	display: block;
	width: 100%;
}

.mfp_rows .mfp_col1,
.mfp_rows .mfp_col2,
.mfp_rows .mfp_col3,
.mfp_rows .mfp_col4,
.mfp_rows .mfp_col5,
.mfp_rows .mfp_col6,
.mfp_rows .mfp_col7,
.mfp_rows .mfp_col8,
.mfp_rows .mfp_col9,
.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5% 0 0;
}

.mfp_rows .mfp_col1 {
	width: 10%;
}

.mfp_rows .mfp_col2 {
	width: 20%;
}

.mfp_rows .mfp_col3 {
	width: 33%;
}

.mfp_rows .mfp_col4 {
	width: 40%;
}

.mfp_rows .mfp_col5 {
	width: 50%;
}

.mfp_rows .mfp_col6 {
	width: 60%;
}

.mfp_rows .mfp_col7 {
	width: 70%;
}

.mfp_rows .mfp_col8 {
	width: 80%;
}

.mfp_rows .mfp_col9 {
	width: 90%;
}

.mfp_rows .mfp_col10 {
	width: 100%;
}

.confirm-txt {
	font-size: 14px;
	margin: .5em 0;
	text-align: center;
}

.mailform {
	font-size: 14px !important;
}

div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}

div#mfp_hidden input {
	margin: 10px;
}

.must {
	display: inline-block;
	background-color: #ca2424;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: right;
	margin: 0px 5px;
	border-radius: 2px;
}

form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
}

form#mailformpro label.mfp_checked {
	padding: 6px;
	border: solid 1px #CCC;
	background-color: #E8EEF9;
	box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
	padding: 6px;
	border: solid 1px #EEE;
}

table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

table#mfp_confirm_table,
table#mfp_confirm_table th,
table#mfp_confirm_table td {
	border: none;
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
}

table#mfp_confirm_table th,
table#mfp_confirm_table td {
	padding: 13px 18px;
}

table#mfp_confirm_table tr th {
	width: 22%;
}

table#mfp_confirm_table tr td {
	word-break: break-all;
}


div#mfp_phase_confirm {
	clear: both;
}

div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}

div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 0;
	color: #ca2424;
	font-size: 12px;
	line-height: normal;
}

.mfp_parent_error {
	border: solid 2px #ca2424;
}

.problem {
	background-color: #FCC;
}

div#mfp_error {
	background-color: #FEE;
	border: solid 1px #ca2424;
	padding: 10px;
	display: none;
}

div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

div#mfp_error p strong {
	font-size: 18px;
	color: #ca2424;
}

div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #ca2424;
	padding: 10px;
	display: none;
	border-radius: 5px;
}

div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

div#mfp_warning p strong {
	font-size: 18px;
	color: #ca2424;
}

button.mfp_next {
	float: right;
}

button.mfp_prev {
	float: left;
}

div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}

.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_all {
	max-width: 90%;
}

.mfp_element_reset {
	color: #333;
}

div.mfp_ok {
	border-radius: 5px;
	background-color: #090;
	border: solid 1px #090;
	display: inline-block;
	line-height: 1.5em;
	padding: 0px 5px;
	margin: 0px 2px;
	color: #FFF;
	font-size: 10px;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
	display: none;
}

.hidefield {
	height: 0px;
	overflow: hidden;
}

.showfield {
	height: auto;
	overflow: visible;
}

div.mfp_guide {
	position: relative;
	width: 1px;
	height: 1px;
}

div.mfp_guide div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: -2em;
	white-space: nowrap;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 1em;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	background: #ca2424;
	display: none;
}

.mfp_ok {
	background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
	background-color: rgba(255, 0, 0, 0.2);
}

button.mfp_submit_enable {
	background: none;
	background: #333;
}

button.mfp_submit_disable {
	background: none;
	background: #FD8282;
}

table.form_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.form_table,
table.form_table th,
table.form_table td {
	border: none;
	text-align: left;
	font-size: 14px;
	vertical-align: top;
	line-height: 1.8;
}

table.form_table th,
table.form_table td {
	padding: 13px 13px;
}

table.form_table tr th {
	width: 24%;
	background: #f3f3f3;
	border-bottom: 1px solid #fff;
	text-align: right;
}

table.form_table tr td {
	word-break: break-all;
	border-bottom: 1px solid #eee;
}

table.form_table tr td span {
	font-size: 12px;
	line-height: 1.4;
}

table.form_table tr td ul,
table.form_table tr td ol {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

.form-frame0 {
	margin-top: 0;
}

.form-frame0,
.form-frame1,
.form-frame2 {
	border: 3px #eee solid;
	padding: 15px;
	margin-bottom: 2em;
}

.form-frame0 .idx,
.form-frame1 .idx,
.form-frame2 .idx {
	text-align: center;
	border: none !important;
	line-height: normal;
	padding: .5em;
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 18px;
}

.form-frame0 .idx,
.form-frame1 .idx,
.form-frame2 .idx {
}

.form-frame2 table {
	margin-bottom: 2.5em;
}

.form-frame2 .idx1 {
	font-weight: normal;
	margin-bottom: 1em !important;
	font-size: 16px;
}

.form-frame2 .idx2 {
	font-weight: normal;
	padding: 1em 0 .5em 0;
}

.mfp_buttons {
	text-align: center;
}

.mfp_buttons .mfp_element_button {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1rem 3rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border: none;
	background: #332E22;
	color: #fff;
	border: 3px solid #332E22;
	width: 38%;
	margin: 1em auto;
	border-radius: 50vh;
}

.mfp_buttons .mfp_element_button:hover {
	opacity: .8;
}

.mfp_buttons #mfp_button_send {}

.mfp_buttons #mfp_button_cancel {
	background: #fff;
	color: #093660;
	color: #332E22;
}

/*******************************************************************
資料請求・個人情報同意
*******************************************************************/
.pv-agree .mfp_err {
	text-align: center;
}

.pv-agree a {
	text-decoration: underline;
}

form#mailformpro .pv-agree label {
	border-radius: 3px;
	margin: 3px;
	padding: 1em 3em;
	display: inline-block;
}

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

	table#mfp_confirm_table tr:nth-child(odd) th,
	table#mfp_confirm_table tr:nth-child(odd) td {
		background: #f3f3f3;
	}
}

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

	.form-frame0,
	.form-frame1,
	.form-frame2 {
		border: none;
		padding: 0;
	}

	.form-frame2 .idx1,
	.form-frame2 .idx2,
	.form-frame0 .idx,
	.form-frame1 .idx,
	.form-frame2 .idx {
		font-size: 14px;
	}

	.mfp_buttons .mfp_element_button {
		width: 100%;
	}

	.mfp_rows {
		display: block;
		width: 100% !important;
	}

	.mfp_rows .mfp_col1,
	.mfp_rows .mfp_col2,
	.mfp_rows .mfp_col3,
	.mfp_rows .mfp_col4,
	.mfp_rows .mfp_col5,
	.mfp_rows .mfp_col6,
	.mfp_rows .mfp_col7,
	.mfp_rows .mfp_col8,
	.mfp_rows .mfp_col9,
	.mfp_rows .mfp_col10 {
		float: none;
		padding: 0 !important;
		display: block !important;
		width: 100% !important;
		clear: both !important;
	}

	select,
	textarea,
	.mfp_rows input[type="radio"],
	.mfp_rows input[type="text"],
	.mfp_rows input[type="email"],
	.mfp_rows input[type="tel"],
	.mfp_rows input[type="number"],
	.mfp_rows input[type="date"],
	.mfp_rows input[type="file"],
	.mfp_rows button,
	form#mailformpro label,
	form#mailformpro .mfp_rows label,
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"] {
		width: 100% !important;
		display: block !important;
	}

	table#mfp_confirm_table tr th {
		width: 100%;
	}

	table#mfp_confirm_table th,
	table#mfp_confirm_table td {
		display: block !important;
		width: auto !important;
	}

	table#mfp_confirm_table th {
		background: #f3f3f3;
	}

	table#mfp_confirm_table td {
		background: #fff;
	}

	table.form_table th,
	table.form_table td {
		display: block !important;
		width: auto !important;
		border: none;
		padding: 5px;
	}

	table.form_table th {
		background: #f3f3f3;
		text-align: center !important;
	}

	table.form_table td {
		background: #fff;
	}
}

.red {
	color: #dc143c;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 12px;
}