@charset "UTF-8";

.tel {
	border-top: solid 1px #e2e7ef;
	border-bottom: solid 1px #e2e7ef;
	text-align: center;
}
.tel__tel {
	color: #003b77;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}
.tel__tel i {
	margin-right: 5px;
}
.tel__time {
	line-height: 1.75;
	margin-top: 10px;
}

.txt-24 > span {
	display: inline-block;
	border: solid 1px;
	color: #1d428b;
	font-size: 0.75em;
	line-height: 1;
	padding: .22em .45em;
}

/* form */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: solid 1px #e2e7ef;
	border-radius: 0;
	font-size: 100%;
	width: 100% !important;
	padding: 5px 10px 4px;
}
textarea {
	vertical-align: top;
	height: 185px;
	resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #eee;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #eee;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #eee;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #eee;
}

input::placeholder,
textarea::placeholder {
	color: #eee;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#eee;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#eee;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #eee;
}

label, button {
	cursor: pointer;
}

.must,
.option {
	position: absolute;
	display: inline-block;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.must {
	background: #ef85a1;
}
.option {
	background: #869bb8;
}

.form__input {
	border-top: solid 1px #e2e7ef;
}
.form__input dl {
	border-bottom: solid 1px #e2e7ef;
}
.form__input dl > dt,
.form__input dl > dd {
	position: relative;
}

.form__button,
.mfp_buttons {
	text-align: center;
}
.form__button button {
	border: none;
	font-size: 1em;
	padding: 0;
}


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

	.m-lb01 {
		margin-bottom: 45px;
	}

	.m-lb02__main {
		margin-bottom: 20px;
	}

	#area-tel {
		margin-bottom: 50px;
	}

	.tel {
		padding: 40px 0 30px;
	}
	.tel__tel {
		font-size: 46px;
	}

	.must,
	.option {
		top: 16px;
		right: 25px;
		font-size: 12px;
		width: 62px;
		padding: 4px 0 3px;
	}

	.form {
		margin: 50px 0;
	}

	.form__input {
		display: table;
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 75px;
	}
	.form__input dl {
		display: table-row;
	}
	.form__input dl > dt,
	.form__input dl > dd {
		display: table-cell;
	}
	.form__input dl > dt {
		vertical-align: top;
		width: 255px;
		padding: 9px 90px 22px 15px;
	}
	.form__input dl > dd {
		vertical-align: middle;
		padding: 15px;
	}

}

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

	.m-lb01 {
		margin-bottom: 30px;
	}

	.m-lb02__main {
		margin-bottom: 17px;
	}

	#area-tel {
		margin-bottom: 33px;
	}

	.tel {
		padding: 25px 0 22px;
	}
	.tel__tel {
		font-size: 32px;
	}

	.must,
	.option {
		top: 7px;
		right: 0;
		font-size: 11px;
		width: 42px;
		padding: 3px 0 2px;
	}

	.form {
		margin: 38px 0;
	}

	.form__input {
		margin-bottom: 45px;
	}
	.form__input dl {
		padding: 10px 0 15px;
	}
	.form__input dl > dt {
		padding-bottom: 8px;
	}
	
}

@media all and (-ms-high-contrast:none) { /*IE*/

	
	
}