@charset "utf-8";

@media screen and (min-width: 961px) {
}
@media only screen and (min-width:701px) and (max-width:960px) {
}
@media only screen and (min-width:481px) and (max-width:700px) {
}
@media only screen and (max-width:480px) {
}

#wrap .widthfix.inner #main {
	text-align:left;
}

#wrap .widthfix.inner #main h2 {
	position: relative;
	background-image: url(img/visual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrap .widthfix.inner #main h2 img {
	display: block;
	position: absolute;
}

#wrap .widthfix.inner #main h3 img {
	margin-top: 12px;
}

@media screen and (min-width: 961px) {
	.widthfix {
		width: 960px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width:481px) {
	#wrap .widthfix.inner #main h2 {
		height: 139px;
		width: 700px;
	}
	#wrap .widthfix.inner #main h2 img {
		left: 26px;
		top: 50px;
	}
}

@media screen and (max-width: 960px) {
	.widthfix {
		width: 98%;
		margin: 0 auto 0px;
		text-align:left;
	}
}

@media only screen and (max-width:480px) {
	#wrap .widthfix.inner #main h2 {
		height: 80px;
		width: 100%;
		background-size: cover;
		border-bottom: 1px dotted #ccc;
	}
	#wrap .widthfix.inner #main h2 img {
		left: 2%;
		top: 25%;
	}
	#wrap .widthfix.inner #main {
		text-align: left;
	}
}

#contact h3 span {
	color: #83BF2B;
	font-weight: bold;
	line-height: 1.0em;
}

#contact p {
	margin-bottom: 10px;
}


/* form */

@media only screen and (min-width:481px) {
	form#mailformpro dl dt {
		float: left;
		clear: both;
		width: 195px;
		font-size: 12px;
		padding: 6px 0px;
		text-align: right;
		margin: 0px;
		font-weight:bold;
	}
	form#mailformpro dl dd {
		border-top: dotted 1px #ddd;
		margin: 0px;
		padding: 10px 5px 10px 205px;
		line-height: 1.5em;
	}

	.must {
		display: block;
		margin-left:4px;
		padding: 2px 4px 2px;
		font-size: 12px;
		color: #fff;
		float: left;
		font-weight: normal;
		background-color: #F4ACCE;
		border: 1px solid #F4ACCE;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		line-height: 1.0em;
	}
	form#mailformpro label {
		border-radius: 3px;
		margin: 3px;
		display: block;
		width: 45%;
		float:left;
	}
}

@media only screen and (max-width:480px) {
	form#mailformpro dl dt {
		float: none;
		clear: both;
		font-size: 12px;
		padding: 5px 0px 2px;
		text-align: left;
		margin: 0 0 0 4px;
		font-weight:bold;
	}
	form#mailformpro dl dd {
		margin: 0px 0px 10px 0px;
		padding: 0px 5px 15px 0px;
		line-height: 1.5em;
		border-bottom: dotted 1px #ddd;
	}
	.must {
		display: block;
		margin-right:4px;
		padding: 2px 4px 2px;
		font-size: 12px;
		color: #fff;
		float: left;
		font-weight: normal;
		background-color: #F4ACCE;
		border: 1px solid #F4ACCE;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		line-height: 1.0em;
	}
	form#mailformpro label {
		display: block;
		border-radius: 3px;
		padding: 8px!important;
		margin: 8px;
		display: block;
		float:none;
		clear: both;
	}

	form#mailformpro textarea {
		width: 95%;
	}

}

.notes {
	padding-top: 4px;
	font-size: 12px;
}

.notice {
	margin: 20px 0;
	padding :20px 20px 10px;
	border: 2px solid #F4ACCE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.privacy {
	clear: both;
	padding-top: 10px;
}

.mfp_buttons .btn_send {
	font-weight:bold;
	font-size:16px;
	height:40px;
	width:auto;
}

.sub_input {
	margin-top:2px;
}

form#mailformpro li.sub {
	clear: both;
}

form#mailformpro .sub label{
	display: inline!important;
	padding-right:7px!important;
	float:left;
	margin-top:0;
	width: 110px;
}

form#mailformpro .clear{
	clear: both;
	height:0;
}

#contact strong {
	font-weight: bold;
}

#contact .telno strong {
	font-size: 16px;
}


#mfp_phase_confirm_inner h4 {
	background-image: none;
}
