
.contact{
	margin: 0 10px;
	font-size: 1.4rem;
	min-height: 40vh;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

h3 span{
	color: #666;
	margin-left:0;
	font-size: 75%;
	display: block;
}
p.text{
	margin: 10px;
}
.contact_list{
	background: #fff;
}
.contact_list dl{
	display: flex;
	flex-direction: column;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.contact_list dl dt{
	background: #eee;
	padding: 10px 10px 10px 1.4em;
	position: relative;
	flex-basis: 100%;

}
.contact_list dl dd{
	flex-basis: 100%;
	padding: 10px;
}
.contact_list input[type='text'],.contact_list input[type='number']{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);	
	border-radius: 0;
	border: 1px solid #a9a9a9;
	padding: 5px;
}
.contact_list input[type='number'].size4{
	width: 4em;
}
.contact_list textarea{
	width: 100%;
}
span.required{
	position: absolute;
	background: #f00;
	color: #fff;
	font-size: 1.2rem;
	border-radius: 4px;
	right: 5px;
	text-align: center;
	padding: 0 0.5em;
	margin: 0;
	text-indent: 0;
}
.btnset {
	display: block;
	text-align: center;
	padding: 5px;
}
.btnset form{
	display:inline-block;
}
.btnset label{
	display:inline-block;
	margin: 10px;
}
.btnset button	,.btnset form button{
	background: #ffa03b;
	background: -moz-linear-gradient(top,  rgba(0,132,0,.70) 0%, rgba(0,132,0,1.00) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,132,0,.70) 0%,rgba(0,132,0,1.00) 100%);
	background: linear-gradient(to bottom,  rgba(0,132,0,.70) 0%,rgba(0,132,0,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,132,0,.70)', endColorstr='rgba(0,132,0,1.00)',GradientType=0 );
	border-radius: 4px;
	padding: 4px 8px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	min-width: 10em;
	border: 1px solid rgba(0,132,0,1.00);
}
.btnset button:disabled	,.btnset form button:disabled{
	background: rgba(199,199,199,1.00);
	border-radius: 4px;
	padding: 4px 8px;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	min-width: 10em;
	border: 1px solid rgba(88,88,88,1.00);
}


ul.step{
	list-style-type: none;
	display:flex;
	width:100%;
	padding:0;
	margin:0 auto 10px;
	overflow:hidden;
	border: 0 none;
	height: 60px;
}
ul.step li{
height: 40px;flex-basis: 33%;
  position:relative;
  background: #ddd;
  padding: 10px 0.5rem 10px 2rem;
  color: #fff;
}
ul.step li:nth-child(2){
flex-grow: 1.5;
}
ul.step li span{
	display: block;
	font-size: 1rem;
}
ul.step li p{
	display: block;
	font-size: 1.2rem;margin: 0;padding: 0;
	text-indent: 0;
}
ul.step li:first-child{
	border-radius: 6px 0 0 6px;
  padding-right: 1em;
}
ul.step li:last-child{
	border-radius: 0 6px 6px 0;
  padding-right: 1em;
}
ul.step li:last-child:before,
ul.step li:last-child:after{
  display:none;
}
ul.step li:before,
ul.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;overflow: hidden;  border-width:34px 0 34px 15px;
}
ul.step li:before{
  top:-4px;
  right:-17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;

  z-index: 10;
}
ul.step li:after{
  top:-4px;  right:-15px;
  border-style: solid;
  border-color: transparent transparent transparent #ddd;
  z-index: 10;
}
ul.step li.is-current{
  background: rgba(0,132,0,1.00);
	
  font-weight: bold;
}
ul.step li.is-current:after{
  border-color: transparent transparent transparent rgba(0,132,0,1.00);
}
#privacy_box{
	overflow: auto;
	height: 30vh;
	padding: 10px;
	border: 1px solid #ddd;
}
#privacy_box h4{
	border-bottom: 1px solid #ddd;
}
#privacy_box p{
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 0 10px;
}
#privacy_box h4 ~ p{
	border: 0 solid #ddd;
	padding: 0;
	
}

/** Tablet **/
@media (min-width: 768px) {
#privacy_box{
	overflow: auto;
	height: 300px;
	padding: 10px;
	border: 1px solid #ddd;
}
.contact{
	margin: 0 20px;
	font-size: 1.4rem;	min-height: 400px;
}
	ul.step{
		list-style-type: none;
		display:flex;
		padding:0;
		margin:0 auto 10px;
		overflow:hidden;
		border: 0 none;
		height: 60px;
	}
	ul.step li{
	height: 40px;
		line-height: 40px;
	}
	ul.step li span{
		display: inline-block;
		margin:0 1em;
		font-size: 1.4rem;
	}
	ul.step li p{
		display: inline-block;
		font-size: 1.6rem;
	}
	p.text{
		margin: 10px;
	}
	.contact_list{
		background: none;
		width: 100%;
		margin: 0 auto;
	}
	.contact_list dl{
		display: flex;
		flex-direction: row;
		padding: 0;
		border-bottom: 1px solid #ccc;
		margin: 0 0 3px;
	}
	.contact_list dl dt{
		background: none;
		padding: 10px;
		position: relative;
		flex-basis: 20em;
		color: #06C;

	}
	.contact_list dl dt::after{
		position: absolute;
		right: 0;
		top: 3px;
		bottom: 0;
		content: "";
		background: #ddd;
		width: 1px;
		height: 90%;
	}
	.contact_list dl dd{
		padding: 10px;
	}
	.contact_list input[type='text'],.contact_list textarea{
		width: 100%;
	}
	span.required{
		position: absolute;
		background: #f00;
		color: #fff;
		border-radius: 4px;
		top: 10px;
		text-align: center;
		padding: 0 0.5em;
		margin: 0 0 0 1em;
		text-indent: 0;
	}
	.btnset {
		display: block;
		text-align: center;
		padding: 5px;
	}
	.btnset form{
		display:inline-block;
	}

}

/** PC ***/
@media (min-width: 950px) {

	h3 span{
		color: #666;
		margin-left: 1em;
		font-size: 90%;
	}
	p.text{
		margin: 10px;
	}
	.contact_list dl dt{
		padding: 10px;
		position: relative;
	}
	.contact_list dl dd{
		padding: 10px;
	}
	.contact_list input[type='text'],.contact_list textarea{
		width: 100%;
	}
	span.required{
		position: absolute;
		background: #f00;
		color: #fff;
		border-radius: 4px;
		right: 5px;
		text-align: center;
		padding: 0 0.5em;
		margin: 0;
		text-indent: 0;
	}
}