@charset "utf-8";
/* CSS Document */


/*------------------------------
contact
-------------------------------*/

.input{
	width: 70%;
	margin: 50px auto 0px;
	text-align: left;
}
.form-table-c{
	width: 100%;
	margin-bottom: 70px;
}
.form-table-c p{
	text-align: left;	
}
.form-table-c img{
	margin-left: auto;
	margin-right: auto;
}

.form-table-c table{
	width: 100%;
	text-align:left;
	margin:0px auto;
	border-top:  1px solid #1e1e2d;
}

.form-table-c table th{
	border-bottom: 1px solid #1e1e2d;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.required:after{
	content: "＊";
	display: inline;
	color: #ff4646;
	margin-left: 5px;
}

.contents-entry table td{
	border-bottom: 1px solid #1e1e2d;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contents-entry table span{
	margin-left: 20px;
	color: #808080;
}
.entry{
	width: 100%;
	height: 145px;
	background-color: #1e1e2d;
	padding-top: 25px;
	}



/*------------------------------
問い合わせフォーム
-------------------------------*/

form{
	margin-top: 30px;
}
form dt{
	font-family:'Yu Gothic Bold';
	font-size: 2.2rem;
	}
form dt span{
	font-family:'Yu Gothic Medium';
	font-size: 1.5rem;
	color:#888888;
	margin-left: 10px;
	} 

@media screen and (min-width: 681px){
input.formbox{
	border:0;
	padding:15px 10px;
	color:#030303;
	width:75%;
	font-size: 16px;
}
}
@media screen and (max-width: 680px){
input.formbox{
	border:0;
	padding:15px 10px;
	color:#030303;
	width:75%;
	font-size: 20px;
}
}
textarea.formtextbox{
	border:0;
	padding:13px;
	margin:10px 0;
	width:75%;
	height: 200px;
}

form input[type="radio"]{
	width: 20px;
	height: 20px;
	margin-right:5px;
	margin-left: 20px;
	vertical-align: -5px;
}
form input[type="radio"]{
	width: 20px;
	height: 20px;
	margin-right:5px;
	margin-left: 20px;
	vertical-align: -5px;
}

.formselect{
	width: 150px;
}
.button {
  display       : block;
  border-radius : 5px; 
  font-size     : 12pt; 
  text-align    : center;
  padding       : 20px 100px;
  background    : #0081ca;
border: none;
  color         : #ffffff;
  line-height   : 1em;
	margin: 30px auto;
}
.button:hover {
   background    : #005191;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.dli-chevron-right-w {
  display: inline-block;
  color: #fff;
  line-height: 1;
	margin-left: 340px;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.note{
	font-size: 12px;
	line-height: 160%;
}

.policy-box{
	width: 94%;
	height: auto;
	background-color: #cbcbcd;
	margin: 30px auto;
	padding: 3%
}
.policy-text{
	width: 96%;
	height: 200px;
	overflow: scroll;
	background-color: #fff;
	padding: 2%;
	border: 1px solid #b8b8bf;
	margin:0px auto 15px;
}
.policy-text .text-title{
	font-size: 16px;
	font-family:'Yu Gothic Bold';
	margin-top: 15px;
	margin-bottom: 5px;
}
.policy-text .text{
	font-size: 14px;
	font-family:'Yu Gothic Medium';
	line-height: 150%;
	margin-bottom: 10px;
}



.policycheck label{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 15px;
	display:inline-block;
	cursor:	pointer;
	position:relative;
	}
.form_btn{
	width: 390px;
	padding: 20px 100px;
	height: 60px;
	background-color: #0081ca;
	border:none;
    color: #fff;
    border-radius: 5px;
	font-size: 20px;
	margin: 30px auto;
	display: block;
	line-height: 100%;
	}

	button[type="submit"][disabled] {
	width: 390px;
	padding: 20px 100px;
	height: 60px;
    background-color: #0081ca;
	border:none;
    color: #fff;
    border-radius: 5px;
	font-size: 20px;
	margin: 30px auto;
	line-height: 100%;
	opacity:50%;
    }
  
  button[type="submit"][disabled]:hover{
    opacity:1;
  }

