@charset "UTF-8";

/* ========= ENTRY ========== */
#form {
	box-sizing:border-box;
	overflow:hidden;
	width:550px;
	margin:0px 0px 30px 0px;
	padding:15px 0px 15px 0px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	font-size:14px;
}
#form .form_note {
	padding: 10px 40px;
	margin: 0px auto 10px;
}

form#mailformpro input,
form#mailformpro textarea,
form#mailformpro select {
	margin:5px 0px;
}
form#mailformpro {
	padding:0px 0px;
	margin:0px 0px;
}
#form h3 {
	padding-left:30px;
}
#form h4 {
	background:url(../img/contact/flow01.png) top left no-repeat;
	margin: 30px 0px 40px 30px;
}
#form h5 {
	clear:both;
	line-height:34px;
	height:34px;
	font-size:14px;
	text-indent:1em;
	background:#D7E6F5;
	border-top:#B5CFEB 1px solid;
	border-bottom:#B5CFEB 1px solid;
}
#form p {
	padding: 0px 40px 20px;
	line-height:1.5em;
	font-size:13px;
}
#form p .must {
	display: block;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 10px;
	line-height:1.2em;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

#form dl.mailform dt {
	width: 13em;
	padding: 8px 0px 5px 0px;
	margin: 0px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
}
#form dl.mailform dd {
	padding: 5px 0px 5px 13em;
	line-height: 30px;
}

#form .must_item {
	color:#C00;
	margin-left:0.5em;
}
#form dl.mailform dd .sample_txt {
	color:#999;
	margin-left:1em;
	line-height:1.5em;
}

form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: block;
}
#form dl dd ul {
	overflow:hidden;
}
#form dl dd ul li {
	float:left;
}
#form dl dd ul li label {
	line-height:30px;
	padding-right:20px;
}



/* プライバシーポリシー */
#form .privacy_txt {
	box-sizing:border-box;
	display:block;
	width:520px;
	height:200px;
	overflow:auto;
	margin:30px auto 10px;
	padding:20px;
	font-size:12px;
	text-align:left;
	border:#CCC 1px solid;
}
#form .privacy_txt h3 {
	background:none !important;
	color:#333;
	font-size: 16px;
	line-height: 28px;
	text-indent: 0px;
	width: 480px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#form .privacy_txt p {
	padding: 20px 0px !important;
	line-height:1.5em;
	font-size:13px;
}
#form .privacy_txt dl {
}
#form .privacy_txt dl dt {
	float: none;
	clear: both;
	width:300px;
	font-size: 14px;
	line-height:30px;
	text-align: left;
	border-top: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#form .privacy_txt dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

#form .box_confirm {
	text-align:center;
	height:52px;
	margin:20px auto;
}
#form .box_confirm button.btn_confirm {
	margin:0 0 0 0px;
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
}
#form .box_cancel {
	text-align:center;
	margin:0px auto;
}
#form .box_cancel button.btn_cancel {
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
}
.privacy_confirm {
	background:none;
}
form#mailformpro dl.privacy_confirm dt {
	float: none;
	width: 490px;
	clear: both;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	border-top: none;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
	background:none;
}
form#mailformpro dl.privacy_confirm dd {
	border-top: none;
	margin: 0px auto;
	padding: 10px 5px 10px 10px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	width:300px;
	background:none;
}

form#mailformpro dl dd.q_member label  {
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
}

/* confirm
------------------------------------------------------------ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	display:block;
	background:url(../img/contact/flow02.png) top left no-repeat;
	width:640px;
	font-size: 20px !important;
	padding: 80px 0px 0px 0px !important;
	margin: 0px 0px 0px 30px;
	text-align: center;
	line-height:1.5em;
}
div#mfp_phase_confirm p {
	padding: 0px 40px 40px !important;
	line-height:1.5em;
	font-size:13px;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
#mfp_confirm_table {
	line-height:40px;
}
#mfp_confirm_table tr {
}
#mfp_confirm_table th {
}
#mfp_confirm_table td {
}
/* v
------------------------------------------------------------ */
.myBlurredClass{color: #bbb}
.myActiveClass{color: #000}

/*===============================================
 レスポンシブ スマホサイズ 横幅 768px以下〜320px
===============================================*/
@media screen and (max-width: 768px) {
/* ------------------------------
 エントリーフォーム
------------------------------ */
#form {
	box-sizing:border-box;
	overflow:hidden;
	width: 100%;
	max-width:550px;
	margin:0px auto 30px;
	padding: 15px 0px 15px 0px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	font-size: 1.4rem;
}
#form .form_note {
	padding: 10px 40px;
	margin: 0px auto 10px;
}

#form dl.mailform {
	width: ( 100% - 20px );
	margin: 0px auto;
}
#form dl.mailform dt {
	clear: both;
	float: none;
	width: 100%;
	font-weight: bold;

	padding: 5px 10px 5px 10px;
	margin: 0px;
	line-height: 1.5em;
	text-align: left;
	background: #CCC;
}
#form dl.mailform dd {
	padding: 5px 10px 5px 10px;
	line-height: 1.5em;
}


#form .must_item {
	color: #C00;
	margin-left: 0.5em;
}
#form dl.mailform dd .sample_txt {
	display: inline-block;
	color: #999;
	margin-left: 1em;
	line-height: 1.5em;
}

#form h5 {
	clear: both;
	line-height: 34px;
	height: 34px;
	font-size: 1.4rem;
	text-indent: 1em;
	background: #D7E6F5;
	border-top: #B5CFEB 1px solid;
	border-bottom: #B5CFEB 1px solid;
}
#form .mfp textarea {
	width: calc( 100% - 0px )!important;
}

/* プライバシーポリシー */
#form .privacy_txt {
	box-sizing: border-box;
	display: block;
	width: calc( 100% );
	max-width: 520px;
	height: 200px;
	overflow: auto;
	margin: 30px auto 10px;
	padding: 0px;
	font-size: 1.2rem;
	text-align: left;
	border: #CCC 1px solid;
}
#form .privacy_txt h3 {
	background:none !important;
	color: #333;
	font-size: 1.4rem;
	line-height: 28px;
	text-indent: 0px;
	width: 100%;
	max-width: 480px;
	margin: 10px auto 0px;
	padding: 0px;
	text-align: center;
}
#form .privacy_txt p {
	padding: 20px 20px !important;
	line-height: 1.5em;
	font-size: 1.3rem;
}
#form .privacy_txt dl {
}
#form .privacy_txt dl dt {
	float: none;
	clear: both;
	max-width: 300px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: left;
	border-top: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#form .privacy_txt dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

#form .box_confirm {
	text-align: center;
	height: 52px;
	margin: 20px auto;
}
#form .box_confirm button.btn_confirm {
	margin: 0px;
	padding: 0px;
	background: none;
	border: none;
	cursor: pointer;
}
#form .box_cancel {
	text-align: center;
	margin: 0px auto;
}
#form .box_cancel button.btn_cancel {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.privacy_confirm {
	background: none;
}
form#mailformpro dl.privacy_confirm dt {
	float: none;
	width: calc( 100% - 20px );
	max-width: 490px;
	clear: both;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-align: center;
	border-top: none;
	margin: 0px auto;
	padding: 15px 0px 5px 0px;
	background: none;
}
form#mailformpro dl.privacy_confirm dd {
	border-top: none;
	margin: 0px auto;
	padding: 10px 5px 10px 10px;
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
	width: calc( 100% - 20px );
	max-width: 300px;
	background: none;
}

form#mailformpro dl dd.q_member label  {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
}

/* confirm
------------------------------------------------------------ */
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	display:block;
	width: 100%;
	font-size: 2rem !important;
	padding: 10px 0px 0px 0px !important;
	margin: 0px auto;
	text-align: center;
	line-height: 1.5em;
}
div#mfp_phase_confirm p {
	padding: 0px 10px 10px !important;
	line-height:1.5em;
	font-size: 1.2rem;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}

#mfp_confirm_table {
	line-height:30px;
}
#mfp_confirm_table tr {
}
#mfp_confirm_table th {
	white-space: normal;
	width: 25%;
}
#mfp_confirm_table td {
	white-space: normal;
	width: 75%;
}

}


