.table{
    width: 100%;
}

.table dl.ftm_dl{
	margin-bottom: 0px;
}
dt.dt_ti{
	font-size: 1rem;
	font-weight: bold;
}

dd{
text-align:left;
}

dd input.ftm_inp{
    width: 100%;
    height: 80px;
    padding: 10px;
}

dd textarea.ftm_txa{
    width: 87%;
    height: 150px;
    padding: 10px;
}



.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

/* Form table
------------------------------------------------------------ */
div.formbox{
	width:85%;
	margin:0 auto;
}
	
@media (max-width: 769px) and (min-width: 581px) {
	div.formbox{
		width:90%;
		margin:0 auto;
	}
}
	
@media (max-width: 580px) {
	div.formbox{
		width:95%;
		margin:0 auto;
	}
}
	
dd.fx {
	text-align: center;
}
	
div.table{
	width:100%;
	margin: 20px auto 0;
}
	
.table dl,.table dt,.table dd {
	margin: 0 auto;
	font-size: 1.4vw;
}
	
.table dl {
	display:table;
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-style: none solid none solid;
	width:100%;
}
	
.table dl:last-child {
	border-style:none solid solid solid;
}
	
.table dt {
	font-weight: 500;
    vertical-align: middle;
    display: table-cell;
    padding: 2%;
    min-height: 1.5em;
    font-size: 1.4vw;
    text-align: left;
    border-top: 1px solid #ccc;
    width: 40%;
}
	
.table dd {
	display:table-cell;
	vertical-align: middle;
	min-height:1.5em;
	font-size: 1.4vw;
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:15px 0 10px 20px;
}

dd input.ftm_inp{
    height: 50px;
}
	
dd.inner-c {
	width:100%;
	padding:0;
}
	
dl.inner-a {
	width:100%; 
	padding:0; 
	margin:0; 
	text-align:left;
}
	
dt.inner-b {
	vertical-align:middle;
	display:table-cell;
	background:#CCFFFF; 
	width:50%;
}
	
span.red {
	color: crimson;
	font-size: 1rem;
}
input[type=date]::-webkit-calendar-picker-indicator {
	width: 150px;
	height: 30px;
}
input[type=date]::-webkit-calendar-picker-indicator:before {
	color: #666;
	font-family: FontAwesome;
	content: "\f073";
}
.privacy_box {
	width: 100%;
	height: 200px;
	margin: 20px auto 0;
	padding: 5px;
}

@media screen and (max-width: 970px) {
	div.table{
		width:93%;
		margin: 20px auto 0;
	}
		
	.table dd{
		font-size: 1.2rem;
		border-left:none;
		margin-left:auto;
		text-align: left;
	}
	 
	.table dt{
		padding-left:5px;
		text-align:left;
		width: auto;
		font-size: 1.4rem;
		font-weight:600;
	}
	 
	.table dl{
		width:auto;
		max-width:100%;
	}
	 
	.table dt,.table dd,.table dl{
		display:block;
	}
		
	dd.inner-c{
		width:100%;
		text-align:left;
	}
	
	dl.inner-a{
		width:100%; 
		padding:0; 
		margin:0; 
		text-align:left;
	}
	
	dt.inner-b{
		background:#CCFFFF; 
		width:100%; 
		text-align:left;   
	}
	
	span.red{
		color: crimson;
		font-size: 1rem;
	}
	input[type=date]::-webkit-calendar-picker-indicator {
		width: 150px;
		height: 30px;
	}
	input[type=date]::-webkit-calendar-picker-indicator:before {
		color: #666;
		font-family: FontAwesome;
		content: "\f073";
	}
}

@media screen and (max-width:769px) {
	h2.subpage_h2_ti_contact {
		font-size: 3.0vw;
		width: 70%;
	}
	h2.subpage_h2_ti_contact::before {
		top: -5%;
		left: -15%;
	}
}

@media screen and (max-width:530px) {
	h2.subpage_h2_ti_contact {
		font-size: 1.3rem;
		width: 90%;
	}
	h2.subpage_h2_ti_contact::before {
		width: 94px;
		max-width: 60%;
		top: -5%;
		left: -20%;
	}
}