@charset "utf-8";


/* contact
------------------------------------------------------------ */
.contactBox {
	display: block;
	width: calc(100% - 90px);
	margin: 0 auto;
	border-left: solid 5px #f0c864;
	border-right: solid 5px #f0c864;
	background: #fff url(../common/images/contact_bg.png) left top repeat-y;
}
@media screen and (max-width:640px){
	.contactBox {
		width: 100vw;
		border-left: 0;
		border-right: 0;
	}
}


.contactTitle {
	width: 250px;
	height: auto;
}
.contactDetail {
	height: auto;
	margin-left: 250px;
	background: #fff;
}
.cdInner {
	width: 230px;
	margin:0 auto;
	padding: 20px 50px;
	background: #f7f2e7;
	font-size: 14px;
	color:#666;
}
.cdTitle {
	font-size: 16px;
	padding:10px 0 25px;
	color:#c09b3f;
}
.cdInner ul {
	padding-left: 20px;
}
.cdInner ul li {
	list-style-type: disc;
	padding:2px 0 2px;
}
.contactOpen {
	text-align: center;
	padding:30px 0 10px;
}
@media screen and (max-width:1080px){
	.contactDetail {
		margin-left: 0;
	}
}
@media screen and (max-width:820px){
	.contactDetail {
		width:100%;
		height: auto;
	}
}
@media screen and (max-width:640px){
	.contactTitle {
		margin-top: -30px;
	}
	.cdInner {
		width: 90vw;
		font-size: 3.7vw;
		padding: 8vw 8vw;
		box-sizing: border-box;
	}
}


