@charset "utf-8";

body{
	min-width: 1100px;
}

/*header*/

.main{
	background-image:url(../../img/cmn/naiosu.jpg);
}

.tel{
	position: absolute;
	top: 0;
	right: 0;
}

.tel li:first-of-type{
	padding: 9px 17px 2px;
}

.tel li span{
	margin: 0;
	display: inline;
}

/*contents*/

h1{
	width: 850px;
	margin: 100px auto 80px;
	font-size: 1.7em;
}

.title{
	width: 850px;
	text-align: center;
	margin: 0 auto;
}

.message2{
	width: 850px;
	line-height: 1.6;
	font-size: .95em;
}

.message2 p{
	width: 850px;
	margin: 0 auto;
}

.message2 p:last-child{
	color: red;
	font-size: .95em;
	margin: 50px auto 50px;
}

/*form*/

form{
	width: 860px;
	margin: 0 auto;
}

form div.form{
	width: 850px;
	margin: 0 auto;
	border-left: 1px solid #6f6f6f;
	border-right: 1px solid #6f6f6f;
}

form div.form div{
	height: 80px;
}

form div.form div:first-child{
	border-top: 1px solid #6f6f6f;
}

form div.form div:nth-child(4){
	height: 140px;
}

form div.form div.msg{
	border-bottom: 1px solid #6f6f6f;
	height: 270px;
}

form input,
form textarea{
	width: 470px;
	height: 35px;
	margin: 19.5px;
	font-size: .95em;
	padding-left: 10px;
}

.gray{
	background: #e5e4e6;
}

select{
	width: 170px;
	height: 30px;
	text-align: center;
	margin: 15px 0 15px 19.5px;
	font-size: 1em;
}

form textarea{
	height: 208px;
	padding: 10px;
	font-size: 1.1em;
}

label{
	display: block;
	width: 250px;
	text-align: right;
	padding: 20px 0;
}

span{
	display: inline-block;
	font-size: .75em;
	width: 30px;
	height: 20px;
	vertical-align:middle;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	border-radius: 10%;
	margin: 10px;
}

span.required{
	background: #b42223;
}

span.option{
	background: #1b1b1b;
}

form div.form div.pref{
	height: 60px;
}

.pref label{
	padding: 12px 0;
}

.msg label{
	padding: 110px 0;
}

.adress label{
	padding: 50px 0;
}

.adress div{
	width: 600px;
	height: 140px;
}

#adress2{
	margin-top: 0;
}

/*privacy*/

.pp_container{
	width: 500px;
	height: 200px;
	border: 2px solid #6f6f6f;
	padding: 15px 25px;
	margin: 50px auto 70px;
	overflow-y: scroll;
	line-height: 1.6;
	color: #333;
}

.pp dt{
	padding: 0 0 5px;
	border-bottom: 1px dotted #6f6f6f;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.pp dd{
	font-size: .85em;
	margin-bottom: 20px;
	line-height: 1.4;
	vertical-align: baseline;
	box-sizing: border-box;
}

/*submitButton*/

.button {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
	font-size: 1.2em;
	letter-spacing: 15px;
	margin: 0 calc((100% - 300px) / 2) 200px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #1b1b1b;
  color: #1b1b1b;
	font-weight: 700;
	cursor: pointer;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #1b1b1b;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #1b1b1b;
}
