@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}


/*************************************************

 index

*************************************************/
#wrapper {
	min-width: 1080px;
}

/* index
--------------------------------------*/
main {
	padding-top: 180px;
}
.ttl_img {
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	font-size: 40px;
	font-family: 'Zen Antique', serif;
}
.ttl_img.border01:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 714px;
	height: 4px;
	background-image: url(../images/common/borer05.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(-50%);
}
.wrap {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 15px;
}



/* formArea
--------------------------------------*/
.formArea .formWrap {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 90px;
}
.form__name {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.form__name span {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
	background-color: #898989;
}
/* .formArea #name,
.formArea #email {
	width: 100%;
	font-size: 18px;
	background-color: #efefef;
	border: 1px solid #efefef;
} */
/* .formArea #message {
	width: 100%;
	height: 170px;
	font-size: 18px;
	background-color: #efefef;
	border: 1px solid #efefef;
} */
.formArea .formList + .formList {
	margin-top: 20px;
}
.formArea .underArea {
	margin: 100px -100px 0;
}
.formArea .underArea .lead01 {
	text-align: center;
	font-size: 20px;
}
.formArea .underArea .lead01 + .lead01 {
	margin-top: 20px;
}
.formArea .underArea .lead01 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.formArea .underArea .lead01 a:hover {
	border-bottom: 1px solid #eb6d80;
}
.formArea #submitBtn {
	display: block;
	max-width: 126px;
	margin: 40px auto 0;
	padding: 0 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #eb6d80;
	border: 1px solid #eb6d80;
	border-radius: 10px;
	cursor: pointer;
}







.formBtns__wrap {
	display: flex;
	justify-content: center;
}


.form__name {
	margin-bottom: 5px;
}
.form__block + .form__block {
	margin-top: 20px;
}

.form__inputArea input,
.form__inputArea textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	font-size: 16px;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
	padding: 8px 10px;
	background: #efefef;
	border: none;
	border-radius: 6px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form__inputArea textarea {
    height: 170px;
	resize: vertical;
}


.formBtns__btn {
	display: block;
	width: 100%;
	max-width: 126px;
	margin: 40px 20px 0;
	padding: 2px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	background-color: #eb6d80;
	border: 1px solid #eb6d80;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	appearance: none;
	cursor: pointer;
}


.finish {
	margin-top: 40px;
	text-align: center;
}



.blockUI.blockMsg.blockPage {
	top: 190px !important;
}