
/* ----------------------------------------------------------------
	Form
-----------------------------------------------------------------*/

.sheet{
	padding: 5%;
	font-size: 90%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.mailform dt {
  float:left;
  clear:left;
  width:30%;
  padding-right: 40px;
}
.mailform dd {
  float:left;
  width:70%;
  border: none;
}
.mfp_buttons{
	clear: both;
	text-align: center;
}
span.must{
	color: #fff;
	font-size: 80%;
	margin-left: 20px;
}
.mfpp span{
	color: green;
	font-size: 80%;
}

textarea {
	width: 100%;
	height: 200px;
}

button{
	width: 120px;
	height: 50px;
	padding: 10px;
	margin: 10px;
	background-color: #24ac00;
	border-radius: 3px;
	box-shadow: 0;
	font-size: 110%!important;
	font-weight: 600;
}

.reset{
	background-color: #ccc;
	color: #000; 
}


@media (max-width:480px) {
	textarea {
		width: 100%;
		height: 200px;
	}
	.mfp input{
		width: 100%;
	}
	label{
		font-size: 90%;
	}
	.sheet dt {
		width: 100%;
		clear:both;
		margin-bottom: 5px;
		padding: 0;
	}
	.sheet dd {
		width: 100%;
		clear:both;
		margin-bottom: 10px;
		border: none;
	}
}

/* ----------------------------------------------------------------
	Inquiry
-----------------------------------------------------------------*/

.inquiry h2 {
	position: relative;
	letter-spacing: 0.1em;
	border-bottom: 6px solid #ead4d5;
}
.inquiry h2::after {
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 6px;
	background: #b3424a;
}

.inquiry h3{
	font-size: 140%;
	color: #444;
	background: #efefef;
	border-top: 2px solid #b3424a;
	letter-spacing: 1px;
	padding:10px 0 10px 15px;
	margin: 25px 0;
}
.inquiry h4{
	color: #444;
	font-size: 130%;
	letter-spacing: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 15px;
	text-transform: none;
}
.inquiry p{
	margin-top: 0;
}

#main-visual {
	position: relative;
	padding: 210px 0;
	background-image: url(../../files/images/common/bg.png);
	background-size: cover;
	border-bottom: 1px solid #EEE;
}

#page-title {
	position: relative;
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #EEE;
	background: #ecf0ef;
}

#page-title h1 {
	position: relative;
	padding-top: 10px;
	color: #4f4c4b;
	letter-spacing: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 240%;
}

#page-title span {
	text-transform: none;
	color: #4eb94f;
	font-size: 50%;
	letter-spacing: 1px;
}

.content-wrap {
	padding: 40px;
}

.breadcrumb {
	position: relative !important;
	color: #000;
	right: 0 !important;
	margin: 0 0 30px 0 !important;
	font-size: 12px;
}
.message-author{
	text-align: right;
}
.message-author span{
	font-size: 140%;
	letter-spacing: 0.1em;
}
.catch {
	color: #59341f;
	line-height: 1.6!important;
	font-size: 140%;
	font-weight: 600;
	margin: 10px 0;
}

/* ----------------------------------------------------------------
	Inquiry / Privacy
-----------------------------------------------------------------*/
