@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
	}

#contents > div {
	padding: 40px 0 80px;
	max-width: 778px;
	width: 100%;
}
#main {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
}
#mail_haishin_top #main .title {
	background-position: 5px -175px;
}
#notice {
	display: none !important;
	opacity: 0;
}
/* フォームのレスポンシブ対応 */
/*form > dl {
	display: table;
	width: 100%;
}
form > dl > dt {
	display: table-cell;
	width: 30%;
	padding-left: 0;
	border-bottom: 1px solid #eee;
	float: none;
}
form > dl > dt:first-of-type {
	border-top: 1px solid #eee;
}
form > dl > dd {
	display: table-cell;
	width: 70%;
	padding-left: 0;
}*/
/* end */


#mail_haishin_top form > dl > dd label.note {
	border: 0;
	background-color: transparent;
	line-height: inherit;
	font-size: 12px;
}


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

body {
	min-width: 100%;
	}
}

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

#contents > div {
	padding: 0px;
	box-sizing: border-box;
	}
#main > .body {
	padding: 12px;;
	font-size: 14px;
	}
#main .title {
	height: 40px;
	background-position: 7px 7px;
	}
#mail_haishin_top #main .title {
	background-position: 7px -173px;
	}
#main .title p {
	margin: 0 0 0 40px;
	padding-top: 4px;
	}
#main .title h2 {
	margin: -4px 0 0 40px;
	}
#main .title div {
	bottom: -22px;
	display: none;
	}
.gray_box_01 {
	padding: 16px 12px;
	}
form > dl > dt {
	float: none;
	text-align: left;
	padding-left: 0;
	padding-bottom: 0;
	width: 100%;
	}
form > dl > dt:first-of-type {
	border-top: 1px solid #eee;
	}
form > dl > dd {
	padding-left: 0;
	width: 100%;
	}
form > dl > dd:first-of-type {
	border-top: none;
	}
form > dl > dd label {
	line-height: 44px;
	}
form input[type="text"], form input[type="password"] {
	height: 44px;
	}
form > dl > dd .note {
	display: block;
	margin: 16px 0 8px;
	padding: 0;
	}
.button {
	max-width: 280px;
	width: 90%;
	}
form select {
	-webkit-appearance: none;
	}
form textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	box-shadow: none;
	}
.button_wrapper .button, .button_wrapper .button:last-child {
	margin: 8px 4px;
	}

}


