@import url(reset.css);
@import url(base.css);
@import url(common.css);

#mainimg.contact {
	background: url("../image/contact/main_bg.jpg") center center no-repeat;
	background-size: cover;
}

#container .topback.scl {
	margin: 0;
}

#container .topback.lng {
	margin: 0;
}

#container .topback.lng a {
	width: auto;
	background: url("../image/common/arrow01.png") 97% center no-repeat;
	padding: 15px 50px 15px 40px;
}


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

#contact {
	margin: 0 0 50px;
}

#contact a {
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#contact .lists li {
	padding-left: 10px;
	position: relative;
}


#contact .lists li:before {
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
}




#contact input[type="text"] {
	border: 2px solid #53488f;
	height: 30px;
	padding: 5px 2%;
	font-family: inherit;
	line-height: 1.2;
	background: #fff;
	border-radius: 5px;
}

#contact textarea {
	border: 2px solid #53488f;
	padding: 5px 2%;
	width: 96%;
	height: 140px;
	font-family: inherit;
	line-height: 1.6;
	background: #fff;
}

#contact select {
	border: 2px solid #53488f;
	padding: 5px 2%;
	width: 290px;
	font-family: inherit;
	line-height: 1.6;
	background: #fff;
}

#contact .short {
	width: 20%;
}

#contact .middle {
	width: 50%;
}

#contact .long {
	width: 96%;
}

#contact .contwrap {
	width: 640px;
	margin: 0 0 50px;
}


#contact .contwrap dt {
	margin: 0 0 15px;
	line-height: 1.0;
}


#contact .contwrap dt span {
	display: inline-block;
	margin-left: 10px;
	background: #53488f;
	color: #fff;
	font-size: 0.85em;
	padding: 5px 10px;
}


#contact .contwrap dd {
	margin: 0 0 30px;
}



#contact table {
	width: 100%;
}


#contact table th,
#contact table td {
	border: 1px solid #ccc;
	padding: 10px;
}

#contact table th {
	font-weight: 500;
	background: #eee;
	
	margin: 0 0 15px;
	line-height: 1.0;
	width: 20%;
}

#contact table td {
}


#contact .contwrap dd .small {
	line-height: 1.4;
	font-size: 0.85em;
	margin: 0 0 10px;
	color: #787878;
}


#contact .submit {
	text-align: center;
	margin: 50px 0 0;
}

#contact .submit li {
	display:inline-block;
	width: 420px;
}

#contact .submit.ext li {
	width: 40%;
}

#contact .submit li:nth-child(2) {
	margin-left: 5%;
}

#contact .submit li input {
	background: #53488f;
	color: #fff;
	border: none;
	display: block;
	width: 100%;
	line-height: 1.0; 
	cursor: pointer;
	font-family: 'Noto Sans Japanese', sans-serif; 
	font-weight:300;
	font-size: 1.3em;
	padding: 20px 0;
	text-align: center;
}

#contact .submit li input:hover {
	background: #2c2570;
}

input::placeholder {
  color: #999999;
}

/* IE */
input:-ms-input-placeholder {
  color: #999999;
}

/* Edge */
input::-ms-input-placeholder {
  color: #999999;
}

#contact .thanks dt {
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.0;
	margin: 0 0 20px;
}



/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px){
	
	
}

/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
@media screen and (max-width: 768px){
	
	#mainimg.contact {
		background: url("../image/contact/main_bg.jpg") center center no-repeat;
		background-size: auto 100%;
	}
	
	
	

	/* contact */


	#contact select {
		width: 90%;
	}

	#contact .contwrap {
		width: auto;
		margin: 0 0 30px;
	}



	#contact .submit li {
		display:inline-block;
		width: 80%;
	}

}

/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px){
	
	
	
	
}

/*===============================================
  画面の横幅が380px以下に適用
===============================================*/
@media screen and (max-width: 380px){
}