@charset "utf-8";
.top_contact_area {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../img/contact/main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: center 0%;
}
.top_request_area {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: url(../img/request/main_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
	background-position: center 0%;
}
@media (max-width: 767px) {
 .top_request_area {    
    background-image: url(../img/request/main_img_s.jpg); 
	
}
  }
.top_ttl {
    font-size: 2.5rem;    
    color: #000000;
    font-weight: bold;
	position: absolute;	
	left: 10%;
    top: 15%;
}
.top_design {
    font-size: 15.0rem;
    color: rgba(255,255,255,0.5);
    text-align: right;
    line-height: 1.0;
    font-family: 'Gabarito', cursive;
    text-transform: uppercase;   
	position: absolute;
    right: 0px;
    bottom: 0px;
	overflow: hidden;
}
@media (max-width: 767px) {
.top_ttl {
    position: static;
    text-align: left;
    margin-top: 10vh;
    padding-left: 30px;
}
.top_design {
    position: static;
	text-align: center;
	margin-top: 55vh;
  }
}
@media (max-width: 576px) {
  .top_design {
    font-size: 12.0rem;
  }
}
.form_area {
	padding-top: 2%;
	padding-bottom: 5%;	
	padding-left: 10px;
	padding-right: 10px;
}
.form_h2 {
  font-size: 2.1rem;
  color: #000;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
}
.form_h2::before {
  font-family: "Font Awesome 5 Free";
  content: '\f45c';
  font-size: 2.1rem;
  font-weight: 900;
  margin-right: 4px;
  color: #b28b3f;
}

.form_read {
    font-size: 20px;
    margin-top: 10px;
    /* letter-spacing: -1px; */
    color: #b28b3f;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
}
.form_tx {
	font-size: 16px;
	margin-top: 10px;
	color: #333;
	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);
}

}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #333;
    font-weight: normal;
}
