*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
form#mail_form input[type=text], form#mail_form textarea, form#mail_form select {
  font-size: 16px;
}
form#mail_form dd .fas{
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-weight: bold;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0 3px 0 5px;
}
form#mail_form .w100per {
	width: 100%;
}
form#mail_form .w95per {
	width: 95%;
}
form#mail_form .w80per {
	width: 80%;
}
form#mail_form .w70per {
	width: 70%;
}
form#mail_form .w60per {
	width: 60%;
}
form#mail_form .w50per {
	width: 50%;
}
form#mail_form .w40per {
	width: 40%;
}
form#mail_form .w30per {
	width: 30%;
}
form#mail_form .w25per {
	width: 25%;
}
form#mail_form .w120 {
	width: 120px;
}
form#mail_form .naiyo {
	width: 100% !important;
	max-width: 100% !important;
	height: 200px;
}
form#mail_form .required ul li input[type="radio"] {
 vertical-align:middle !important;
}
form#mail_form .required ul li label{
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.3em;
  margin: 0;
}
form#mail_form .required ul li label input{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width : 640px) {
form#mail_form .w80per {
	width: 95%;
}
form#mail_form textarea {
    width: 100% !important; 
}
}
/*確認画面*/
#form-kakunin {
	background: #F5F5F5;
	color: #333;
}
#form-kakunin p {
	color: #333;
}
#form-kakunin .form-btn {
	text-align: center;
}
.formtable {
	margin: 20px auto;
	border: 1px solid #a09a83;
	width: 100%;
	background: #fff;
}
.formtable th {
	background: #e4dec7;
	border: solid 1px #a09a83;
	color: #333;
	padding: 20px;
	width: 30%;
	font-weight: bold;
}
.formtable td {
	border: 1px solid #a09a83;
	padding: 20px;
}
 @media screen and (max-width: 640px) {
.last td:last-child {
	border-bottom: solid 1px #a09a83;
}
.formtable {
	margin: 1em auto;
}
.formtable th {
	width: 100%;
}
.formtable th,  .formtable td {
	border-bottom: none;
	display: block;
}
}
/***********************************************************
MAPS-INQ
***********************************************************/
#maps-inq .main-wrapper {
background: #a2a1a1;
}
/*setumei*/
#maps-inq .setumei ol {
	text-align: left;
	font-size: 110%;
}
#maps-inq .setumei ol h3 {
	font-size: 120%;
	font-weight: bold;
}
#maps-inq .setumei ol li {
	margin: 0 0 0.5em 1em;
}
#maps-inq .setumei ol li:after {
    display: block;
    margin: 0.3em 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    color: #968f76;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
#maps-inq .setumei ol li:last-child:after {
    content: none;
}
/*mail_form*/
#maps-inq #mail_form dl dd ul.type li. #maps-inq #mail_form dl dd.required ul.type li {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}
#maps-inq #mail_form dl dd ul.type li .type-name, #maps-inq #mail_form dl dd.required ul.type li .type-name {
	font-weight: bold;
    font-size: 110%;
    display: inline-block;
    color: #555;
}
#maps-inq #mail_form dl dd ul.type li .cap, #maps-inq #mail_form dl dd.required ul.type li .cap {
	font-size: 70%;
	color: #333;
	line-height: 1.3;
	margin-top: 0.3em;
}
#maps-inq #mail_form dl dd ul.type li .type-img, #maps-inq #mail_form dl dd.required ul.type li .type-img {
	width: 30%;
    display: inline-block;
	margin: 0 0.5em 0 0;
}
@media screen and (max-width: 480px) {
#maps-inq #mail_form dl dd ul.type li .type-img, #maps-inq #mail_form dl dd.required ul.type li .type-img {
	width: 80%;
    display: block;
	margin: 0 0 0.5em 0;
}
}
#maps-inq #mail_form dl dd ul.type li .type-img img, #maps-inq #mail_form dl dd.required ul.type li .type-img img {
	width: 100%;
	max-width: 100%;
}
/*personal-info*/
#maps-inq .personal-info {
	text-align: center;
	padding: 4em 0;
}
#maps-inq .personal-info h4 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1em 0;
}
#maps-inq .personal-info p {
	text-align: left;
}
#maps-inq .personal-info a.btn {
	border: 1px solid #cccccc;
    border-radius: 10px;
	margin: 1em auto 0;
	color: #555555;
	font-size: 80%;
	text-decoration: none;
}
#maps-inq .personal-info a.btn p {
	color: #555555;
}
/*submit-area*/
#maps-inq .submit-area {
	margin-bottom: 3em;
}