@charset "utf-8";
.form_head_bg {
	background-color: rgba(150,57,181,0.50);
}

.form_area {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 10px;
    padding-right: 10px;
}
/* form
---------------------------------*/

.form_read {
	font-size: 16px;
	color: #333;
	padding: 10px;
	line-height: 1.6;
}
.form_read_c {
    font-size: 20px;
    color: #333;
    padding: 10px;
    line-height: 1.6;
    text-align: center;
}
.tel_ttl {
    font-size: 22px;
    color: #333;
    line-height: 1.6;
    font-weight: bold;
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 10px;
}
.tel_number {
    font-size: 36px;
    color: #333;
    line-height: 1.6;
    vertical-align: middle;
}
.tel_number img {
    vertical-align: middle;
    margin-right: 10px;
}
.tel_tx {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
}
.tel_box {
    padding: 5%;
    background-color: #E7E7E7;
}
.form_box {    
    margin-top: 5%;
}


.form_text {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	/* letter-spacing: -1px; */
	color: #333;
	padding: 10px;
	line-height: 1.6;
}
.form_text a {
	text-decoration: underline;
}
textarea{
width:100%;
height:30%;
}
.tytle_shadow {text-shadow: -1px -1px #696969,
		1px -1px #696969,
		-1px 1px #696969,
		1px 1px #696969;
	}

.form_txbox {
	width: 95%;
}

/* 概要
---------------------------------*/
.n_table {
	clear: both;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.n_table th {
    width: 25%;
    background-color: #F3F3F3;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-weight: normal;
}
.f_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;

}
.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;
	/*white-space: pre-wrap;*/
}

.data-picture2 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg7_2.jpg);
}
.data-picture3 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg6_2.jpg);
}

@media (min-width: 1200px) {

}

@media (min-width: 992px) {


}

@media (max-width: 1200px) {
	.data-picture2 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg7_tab.jpg);
}
.data-picture3 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg6_tab.jpg);
}

}


@media (max-width: 992px)  {


}



@media (max-width: 768px)  {
.f_table {
	width: 100%;

}
.f_table tr th {
	width: 100%;
	float: left;
}

.f_table tr td {
	width: 100%;
	float: left;

}
}




@media (max-width: 468px) {
.tytle_shadow {text-shadow: 0px 0px ,
		0px 0px ,
		0px 0px ,
		0px 0px ;
}
.data-picture2 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg7_sma.jpg);
}
.data-picture3 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../../img/full-width-images/top_bg6_sma.jpg);
}

}
