.head_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg.jpg);
    background-blend-mode: multiply;
	background-color: #595757;
}
/* form
---------------------------------*/
.form_text {
	font-size: 110%;
	text-align: center;
	margin-top: 10px;
	letter-spacing: -1px;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;
	background-color: #DDDDDD;
	color: #333;
	padding: 10px;
	line-height: 1.6;
}

/* thanks
---------------------------------*/
.thanks_ttl {
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


.thanks_tx {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* 概要
---------------------------------*/

.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
}
.f_table th {
	width: 20%;
	background-color: #EFEFEF;
	color: #000;
}
.f_table th p {
	color: #999;
	font-size: 80%;
}
.f_table th span {
	color: #F00;
}
.f_table td {
	width: 80%;
	background-color: #FFF;
}
.f_table th,.f_table td {
	font-size: 14px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.f_table {	
	width: 50%;
	
}
.f_table tr th {
	width: 100%;
	float: left;	
}

.f_table tr td {
	width: 100%;
	float: left;	
}
}
.mail_area{
	margin-top:5%;
}
.main_ttl{
	margin-top:140px;
	font-size:35px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
.main_ttl{
	margin-top:120px;
	font-size:30px;
}
}