@charset "UTF-8";

.main_img_area {
	width: 100%;
	margin: 0;
	padding: 100px 0;
	background: url(../message/img/topground.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}

.main_img_area span {
	margin: 0;
	padding: 15px 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
	border: #FFFFFF 7px solid;
	line-height: 1;
}

.wrapper {
	margin: 0;
	padding: 30px;
	overflow: hidden;
}

.main_content_area {
	max-width: 1080px;
	min-width: 920px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
}

.main_content_area h2 {
	margin: 0 0 70px 0;
	padding: 70px 0;
	overflow: hidden;
	background-color: #FFE163;
	background-image: -webkit-linear-gradient(-45deg, #FFF100 25%, rgba(238, 238, 238, 0) 25%, rgba(238, 238, 238, 0) 50%, #FFF100 50%, #FFF100 75%, rgba(238, 238, 238, 0) 75%, rgba(238, 238, 238, 0));
	background-image: linear-gradient(-45deg, #FFF100 25%, rgba(238, 238, 238, 0) 25%, rgba(238, 238, 238, 0) 50%, #FFF100 50%, #FFF100 75%, rgba(238, 238, 238, 0) 75%, rgba(238, 238, 238, 0));
	background-size: 10px 10px;
	text-align: center;
}

.main_content_area h2 span {
	margin: 0;
	padding: 20px 25px;
	font-size: 23px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: normal;
	border-top: #000000 7px solid;
	border-bottom: #000000 7px solid;
	letter-spacing: -1px;
}

ul.form-nav {
	width: 690px;
	height: 75px;
	margin: 0 auto 30px auto;
	padding: 0;
	list-style-type: none;
	font-size: 15px;
}

ul.form-nav li.now {
	width: 220px;
	height: 75px;
	margin: 0 5px;
	padding: 0;
	line-height: 75px;
	float: left;
	color: #FFFFFF;
	background:url(img/nav_now.png) top left no-repeat;
	-webkit-background-size: 220px auto;
	background-size: 220px auto;
}

ul.form-nav li.off {
	width: 220px;
	height: 75px;
	margin: 0 5px;
	padding: 0;
	line-height: 75px;
	float: left;
	background:url(img/nav_off.png) top left no-repeat;
	-webkit-background-size: 220px auto;
	background-size: 220px auto;
}

ul.form-nav li.now_end {
	width: 220px;
	height: 75px;
	margin: 0 5px;
	padding: 0;
	line-height: 75px;
	float: left;
	color: #FFFFFF;
	background:url(img/nav_end_now.png) top left no-repeat;
	-webkit-background-size: 220px auto;
	background-size: 220px auto;
}

ul.form-nav li.off_end {
	width: 220px;
	height: 75px;
	margin: 0 5px;
	padding: 0;
	line-height: 75px;
	float: left;
	background:url(img/nav_end_off.png) top left no-repeat;
	-webkit-background-size: 220px auto;
	background-size: 220px auto;
}

ul.form-nav li span {
	margin: 0 15px 0 20px;
	font-family: 'Montserrat', sans-serif;
}




/* --- フォーム --- */

.form_area {
	margin: 0 0 100px 0;
	padding: 0;
	overflow: hidden;
}

.form_area dl {
	width: 700px;
	margin: 0 auto 50px auto;
	border-top: 1px #CECECE solid;
}

.form_area dt {
	width: 145px;
	float: left;
	font-size: 14px;
	padding: 25px 50px 20px 0;
	line-height: 1.2;
	position: relative;
	text-align: right;
}

.form_area dt.type {
	width: 145px;
	float: left;
	font-size: 14px;
	padding: 20px 50px 20px 0;
	line-height: 1.2;
	position: relative;
	text-align: right;
}

.form_area dt span {
	margin: 0;
	padding: 3px;;
	line-height: 1.2;
	position: absolute;
	top: 22px;
	right: 10px;
	background: #F68190;
	color: #FFFFFF;
	font-size: 12px;
}

.form_area dt.type span {
	margin: 0;
	padding: 3px;;
	line-height: 1.2;
	position: absolute;
	top: 17px;
	right: 10px;
	background: #F68190;
	color: #FFFFFF;
	font-size: 12px;
}

.form_area dd {
	font-size: 14px;
	margin: 0;
	padding: 20px 10px 20px 230px;
	border-bottom: 1px #CECECE solid;
	line-height: 1.2;
}

.form_area dd.error {
	font-size: 14px;
	margin: 0;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px #CECECE solid;
	line-height: 1.2;
	text-align: center;
	color: #C00;
	font-weight: bold;
}

.form_area dd.select_top {
	font-size: 14px;
	margin: 0;
	padding: 20px 10px 0 230px;
	border-bottom: none;
	line-height: 1.2;
}

.form_btn {
	width: 680px;
	height: 75px;
	margin: 0 auto;
}


.form_area h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-style: normal;
}

/* form items */
input[type=text],
input[type=password] {
	width: 90%;
	padding: 1em 0.5em;
	border: 1px solid #AAA499;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

input:focus {
	background-color: #FCF9BE;
}

input.middle-field {
	width: 8em;
}

input.short-field {
	width: 4em;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-indent: 1em;
    background: url(img/selectground.jpg) center right no-repeat;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    border: 1px solid #AAA499;
    cursor: pointer;
	width: 80px;
}

select::-ms-expand {
	display: none;
}

input.button-primary {
	padding: 1em 1.5em;
	border: none;
	border-bottom: 3px solid #165373;
	border-radius: 5px;
	color: #FFF;
	font-size: 100%;
	background-color: #1e6f9a;
}

input.button-primary:active {
	border: none;
	border-top: 3px solid #165373;
}

.gender-field label {
	margin: 0 10px 0 0;
	padding: 0.375em;
}

/* Validate */
input[type=text].error,
input[type=textarea].error {
	border: 1px solid #C66;
	border-top-width: 2px;
	background-color: #FDD;
}

label.error {
	display: block;
	line-height: 1.2;
	margin-top: 0.5em;
	color: #C00;
	font-size: 14px;
}