@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:contact.css */
/* creation date:2016年9月23日 */
/* last updated:2016年9月23日 */
/* -------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#contents .textArea {
		font-size: 13px;
		text-align: left;
		margin: 0 15px 15px;
	}
	#contents .textArea a {
		color: #03C587;
		text-decoration: underline;
	}
	#contents .step {
		margin: 0 auto 20px;
		overflow: hidden;
	}
	#contents .step > div {
		height: 70px;
		text-align: center;
		font-size: 11px;
		line-height: 20px;
		font-weight: 700;
		width: 36%;
		float: left;
		color: #999;
		background: #eee;
		padding: 15px 0px 15px 15px;
		position: relative;
	}
	#contents .step > div span {
		font-size: 9px;
		line-height: 12px;
		color: #fff;
		display: block;
	}
	#contents .step > div.step2 {
		width: 34%;
		background: #ccc;
	}
	#contents .step > div.step1 {
		color: #333;
		width: 30%;
		background: #00C587;
		padding-right: 0;
	}
	#contents .step > div:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 2;
		border-width: 35px 20px;
		border-style: solid;
		border-color: transparent;
	}
	#contents .step > div.step2:before {
		border-left-color: #00C587;
	}
	#contents .step > div.step3:before {
		border-left-color: #ccc;
	}

	#contents.thanks .step > div.step2 ,
	#contents #mfp_phase_confirm .step > div.step2 {
		color: #333;
		background: #1BD895;
	}
	#contents #mfp_phase_confirm .step > div.step3:before {
		border-left-color: #1BD895;
	}

	#contents.thanks .step > div.step3 {
		color: #333;
		background: #5BF4BE;
	}
	#contents.thanks .step > div.step3:before {
		border-left-color: #1BD895;
	}
	#contents .textBox {
		font-size: 12px;
		margin: 0 15px;
	}
	#contents table {
		margin: 0px auto ;
		border-bottom: 1px solid #e6e6e6;
	}
	#contents table#mfp_confirm_table td ,
	#contents table#mfp_confirm_table th {
		padding: 25px 0;
	}
	#contents .check {
		font-weight: 700;
		text-align: center;
		padding: 10px 0 15px 0;
		margin: 0px auto;
	}
	#contents #mailformpro > dl  {
		border-bottom: 1px solid #e6e6e6;
		padding: 15px 0;
		margin: 0 10px;
		clear: both;
	}
	#contents table th {
		color: #1e2342;
		font-weight: 700;
	}
	#contents #mailformpro > dl dt {
		color: #666;
		font-weight: 700;
	}
	#contents #mailformpro > dl dd {
		text-align: left;
		padding: 5px 0 0 0;
	}
	#contents #mailformpro > dl dd textarea {
		font-size: 16px;
		border: 1px solid #eee;
		width: 100%;
		height: 120px;
		box-sizing: border-box;
		padding: 10px 10px;
		border-radius: 0;
	}
	#contents #mailformpro > dl dd select {
		font-size: 16px;
		border: 1px solid #eee;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		margin-bottom: 5px;
		border-radius: 0;
	}
	#contents #mailformpro > dl dd input {
		font-size: 16px;
		border: 1px solid #eee;
		max-width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		margin-bottom: 5px;
	}
	#contents #mailformpro > dl dd small {
		font-size: 12px;
		color: #666;
	}
	#contents #mailformpro > dl dd p {
		padding-bottom: 10px;
	}
	#contents .btn {
		text-align: center;
		padding: 25px 0 50px;
	}
	#contents .btn a {
		width: 130px;
		line-height: 30px;
		height: 30px;
		border-radius: 5px;
		background: #ccc;
		display: block;
		margin: 0 auto;
	}
	#contents button {
		/*width: 130px;*/
		height: 58px;
		font-size: 114%;
		outline: none;
		border: none;
		background: none;
		box-shadow: none;
		cursor: pointer;
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transition:500ms ease;
		-moz-transition:500ms ease;
		-ms-transition:500ms ease;
		transition:500ms ease;
		display: inline-block;
		margin: 0 10px;
		color: #fff;
		border-radius: 10px;
		text-shadow: none !important;
	}
	#contents button.conf ,
	#contents button#mfp_button_send {
		background: #00C587;
	}
	#contents button#mfp_button_cancel {
		background: #666;
	}

	#contents .thanks p {
		padding-bottom: 15px;
	}
	#contents .mfp_buttons {
		padding: 25px 0 50px;
	}

	#contents .agreeTxt {
		height: 200px;
		margin: 35px 10px 0;
		padding: 20px;
		border: 1px solid #eee;
		overflow: auto;
	}
	#contents .agreeTxt h5 {
		text-align: center;
		padding-bottom: 20px;
	}
	#contents .agreeTxt p {
		font-size: 11px;
		padding-bottom: 15px;
	}
	#contents .agreeTxt dl {
		padding-bottom: 15px;
	}
	#contents .agreeTxt dl dd {
		font-size: 10px;
	}
	#contents .check {
		font-size: 12px;
		padding-top: 15px;
	}
	#contents .check a {
		text-decoration: underline;
	}
}
@media only screen and (min-width: 768px) {
	#contents .textArea {
		width: 940px;
		text-align: center;
		margin: 0 auto 50px;
		overflow: hidden;
	}
	#contents .textArea a {
		color: #03C587;
		text-decoration: underline;
	}
	#contents .step {
		width: 940px;
		margin: 0 auto 40px;
		overflow: hidden;
	}
	#contents .step > div {
		height: 102px;
		text-align: center;
		font-size: 129%;
		line-height: 30px;
		font-weight: 700;
		width: 50%;
		float: left;
		color: #999;
		background: #eee;
		padding: 30px;
		position: relative;
	}
	#contents .step > div span {
		font-size: 75%;
		line-height: 12px;
		color: #fff;
		display: block;
	}
	#contents .step > div.step2 {
		width: 50%;
		background: #ccc;
	}
	#contents .step > div.step1 {
		color: #333;
		background: #00C587;
	}
	#contents .step > div:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0px;
		z-index: 2;
		border-width: 51px 20px;
		border-style: solid;
		border-color: transparent;
	}
	#contents .step > div.step2:before {
		border-left-color: #00C587;
	}
	#contents .step > div.step3:before {
		border-left-color: #ccc;
	}

	#contents.thanks .step > div.step2 ,
	#contents #mfp_phase_confirm .step > div.step2 {
		color: #333;
		background: #1BD895;
	}
	#contents #mfp_phase_confirm .step > div.step3:before {
		border-left-color: #1BD895;
	}

	#contents.thanks .step > div.step3 {
		color: #333;
		background: #5BF4BE;
	}
	#contents.thanks .step > div.step3:before {
		border-left-color: #1BD895;
	}
	#contents .textBox {
		width: 940px;
		margin: 0 auto 40px;
	}
	#contents table {
		width: 950px;
		margin: 0px auto ;
		border-bottom: 1px solid #e6e6e6;
	}
	#contents table#mfp_confirm_table td ,
	#contents table#mfp_confirm_table th {
		padding: 25px 0;
	}
	#contents .check {
		width: 950px;
		font-weight: 700;
		text-align: center;
		padding: 50px 0 25px 0;
		margin: 0px auto;
	}
	#contents #mailformpro > dl  {
		width: 950px;
		border-bottom: 1px solid #e6e6e6;
		padding: 25px 0;
		margin: 0px auto ;
	}
	#contents table th {
		color: #1e2342;
		font-weight: 700;
	}
	#contents #mailformpro > dl dt {
		width: 350px;
		float: left;
		color: #666;
		font-weight: 700;
	}
	#contents #mailformpro > dl dd {
		width: 600px;
		float: right;
		text-align: left;
		padding: 0 30px;
	}
	#contents #mailformpro > dl dd small {
		font-size: 71%;
		color: #666;
	}
	#contents #mailformpro > dl dd p {
		padding-bottom: 10px;
	}
	#contents .btn {
		text-align: center;
		padding: 25px 0 50px;
	}
	#contents .btn a {
		width: 200px;
		line-height: 30px;
		height: 30px;
		border-radius: 5px;
		background: #ccc;
		display: block;
		margin: 0 auto;
	}
	#contents button {
		width: 270px;
		height: 58px;
		font-size: 114%;
		outline: none;
		border: none;
		background: none;
		box-shadow: none;
		cursor: pointer;
		opacity:1;
		filter:alpha(opacity=100);
		-webkit-transition:500ms ease;
		-moz-transition:500ms ease;
		-ms-transition:500ms ease;
		transition:500ms ease;
		display: inline-block;
		margin: 0 10px;
		color: #fff;
		border-radius: 10px;
		text-shadow: none !important;
	}
	#contents button:hover {
		opacity:0.6;
		filter:alpha(opacity=60);
		-webkit-transition:500ms ease;
		-moz-transition:500ms ease;
		-ms-transition:500ms ease;
		transition:500ms ease;
	}

	#contents button.conf ,
	#contents button#mfp_button_send {
		background: #00C587;
	}
	#contents button#mfp_button_cancel {
		background: #666;
	}

	#contents .thanks p {
		padding-bottom: 15px;
	}
	#contents .mfp_buttons {
		padding: 25px 0 50px;
	}

	#contents .agreeTxt {
		width: 700px;
		height: 200px;
		margin: 35px auto 0;
		padding: 20px;
		border: 1px solid #eee;
		overflow: auto;
	}
	#contents .agreeTxt h5 {
		text-align: center;
		padding-bottom: 20px;
	}
	#contents .agreeTxt p {
		font-size: 93%;
		padding-bottom: 15px;
	}
	#contents .agreeTxt dl {
		font-size: 93%;
		padding-bottom: 15px;
	}
	#contents .agreeTxt dl dd {
		font-size: 93%;
	}

	#contents .check a {
		text-decoration: underline;
	}
	#contents .check a:hover {
		text-decoration: none;
	}
}
@media only screen and (max-width: 767px) {
	.p_mark {
		width:100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.p_mark dt {
		width: 70px;
		float: left;
	}

	.p_mark dd{
		float:left;
		width: 75%;
		width: calc(100% - 70px);
		font-size: 70%;
		padding-top: 5px;
	}

	.p_mark dd a {
		font-size: 70%;
		border-bottom: 1px solid #666666;
	}
}

@media only screen and (min-width: 768px) {
	.p_mark {
		width:650px;
		margin:0 auto 50px;
	}

	.p_mark dt {
		width: 60px;
		float: left;
	}

	.p_mark dd {
		float:left;
		margin:15px 0 0 20px;
	}

	.p_mark dd a {
		border-bottom: 1px solid #666666;
	}
}
