@charset "UTF-8";

/**
 *
 * /price「参考料金」編集用の仮CSS。本番前に統合すること
 * 主に/paymentと/faqのエレメントプロパティを流用してます
 *
**/

.price {
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	width: 94%;
	max-width: 1020px;
	border: 1px solid #b1b1b2;
	box-sizing: border-box;
	overflow: hidden;
}

.price.first {
	margin: 20px auto 5px;
}

.price .head {
	margin: 0 0 0 0;
	padding: 75px 0 75px 0;
	width: 100%;
	text-align: left;
}

.price .head h2 {
	margin: 0 0 10px 0;
	padding: 0 8% 10px 8%;
	line-height: 1.4em;
	color: #E50012;
	font-size: 32px;
	font-weight: normal;
	border-bottom: 1px solid #E50012;
}

.price .head .eng {
	padding: 0 8% 0 8%;
	line-height: 1.4em;
	font-size: 25px;
	font-weight: normal;
	color: #727171;
}

.price .contact_info {
	margin: 0 auto 25px auto;
	padding: 0 0 0 0;
	width: 84%;
	max-width: 860px;
	text-align: center;
	overflow: hidden;
}

.price .intro {
	margin: 0 auto 45px auto;
	padding: 0 0 0 0;
	width: 84.5%;
	max-width: 852px;
	line-height: 1.6em;
	font-size: 19px;
	color: #231815;
	text-align: left;
	overflow: hidden;
}

.price .intro p {
	margin-bottom: 0.2em;
}

.price .intro p.catch {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	line-height: 1.4em;
	font-size: 28px;
}

.price .link_menu {
	margin: 0 auto 45px auto;
	padding: 0 0 0 0;
	width: 84.5%;
	max-width: 852px;
	line-height: 1.6em;
	font-size: 14px;
	color: #231815;
	text-align: left;
	overflow: hidden;
}

.price .link_menu ul {
	border-left: 1px solid #b1b1b2;
	overflow: hidden;
}

.price .link_menu ul li {
	padding: 0 14px;
	border-right: 1px solid #b1b1b2;
	float: left;
}

.price .link_menu ul li a {
	padding: 0 27px 0 0;
	color: #080102;
	background: url("../images/common/arrow_06.png") no-repeat right center;
	display: block;
}

.price h3 {
	margin: 0 0 64px 0;
	padding: 0 0 0 28px;
	height: 61px;
	line-height: 61px;
	font-size: 21px;
	text-align: left;
	color: #231815;
	background: url("../images/common/form_wrapper_back_01.png") repeat-x 0 0;
}

.price h4 {
	margin: 0 auto 20px auto;
	padding: 0 0 10px 42px;
	width: 84.5%;
	max-width: 852px;
	line-height: 1.2em;
	font-size: 32px;
	color: #231815;
	text-align: left;
	background: url("../images/flow/icon_01.png") no-repeat 0 0;
	border-bottom: 2px dotted #A9A9AA;
	box-sizing: border-box;
	overflow: hidden;
}

.price .box01 {
	margin: 0 auto 45px auto;
	padding: 0;
	width: 84.5%;
	max-width: 852px;
	line-height: 1.6em;
	font-size: 19px;
	color: #231815;
	text-align: left;
	overflow: hidden;
}

.price .box01 h4 {
	width: 100%;
}

.price .box01 p {
	margin: 0;
	padding: 0 0 0 0;
}

.price .box01 .catch {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	line-height: 1.6em;
	font-size: 32px;
	font-weight: normal;
	color: #E60012;
}

.price .box01 .price_info {
	margin: 15px 15px 15px auto;
	padding: 1em;
	border: 1px solid #E60012;
	font-size: 16px;
	line-height: 1.6;
}
.price .box01 .price_info + .image.pc_disp {
	padding: 15px 15px 15px 0;
}

.price .contact_info {
	margin: 0 auto 25px auto;
	padding: 0 0 0 0;
	width: 84%;
	max-width: 860px;
	text-align: center;
	overflow: hidden;
}

.price .contact_info h3 {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.6em;
	text-align: center;
	font-size: 29px;
	color: #E50012;
}

/*
.price .contact_info p {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	line-height: 1.6em;
	font-size: 15px;
	color: #231815;
}
*/

.price .contact_info p.message {
	margin: 0 0 5px 0;
	padding: 15px 0 15px 0;
	line-height: 1.6em;
	font-size: 27px;
	color: #000000;
	border-top: 1px solid #b1b1b2;
	border-bottom: 1px solid #b1b1b2;
}

.price .contact_info p.message:before {
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	line-height: 0;
	content: url(../images/common/icon_08.png);
	display: inline-block;
	vertical-align: middle;
}

.price .contact_info p.message em {
	color: #E50012;
}

.price .contact_info p.note {
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	line-height: 1.6em;
	font-size: 14px;
	color: #231815;
	text-align: right;
}

@media only screen and (max-width: 680px) {
	.price .head {
		padding: 25px 0 25px 0;
	}

	.price .head h2 {
		font-size: 18px;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.price .head .eng {
		font-size: 12px;
	}

	.price p {
		font-size: 15px;
		line-height: 1.6;
	}

	.price .intro p.catch {
		padding-bottom: 10px;
		font-size: 14px;
	}

	.price .link_menu {
		margin-bottom: 22px;
		width: 90%;
		font-size: 10px;
	}

	.price .link_menu ul {
		display: table;
		margin: 0 auto;
	}

	.price .link_menu ul li {
		padding: 0 5px;
	}

	.price .link_menu ul li a {
		padding: 0 11px 0 0;
		background-size: 8px;
	}

	.price h3 {
		margin-bottom: 32px;
		height: 45px;
		line-height: 45px;
		font-size: 1.383em;
	}

	.price h4 {
		padding-left: 34px;
		font-size: 22px;
		background-size: 30px auto;
	}

	.price .box01 {
		margin-bottom: 22px;
	}

	.price .box01 .catch {
		margin: 10px 0;
		font-size: 16px;
	}

	.price .box01 .price_info {
		margin: 10px auto;
		padding: 0.5em;
	}

	.price .contact_info {
	}

	.price .contact_info p {
		font-size: 12px;
		text-align: left;
	}

	.price .contact_info h3 {
		font-size: 16px;
	}

	.price .contact_info p.message {
		background: url(../images/flow/icon_01.png) no-repeat left center;
		background-size: 24px !important;
		padding-left: 40px;
		text-align: center;
	}

	.price .contact_info p.message:before {
		display: none;
	}

	/* .bottom_infoおよび#contents .pagetopは後で他ページに合わせるか削除 */

/*
	#contents .bottom_info {
	}

	#contents .bottom_info p {
		margin: 0 0 0 0;
		padding: 0 0 10px 0;
		line-height: 1.4em;
		font-size: 12px;
		text-align: left;
	}

	#contents .bottom_info .tel p {
		font-size: 9px;
		margin-left: -10px;
	}

	#contents .bottom_info .mail p {
		font-size: 9px;
		margin-left: -10px;
	}

	#contents .bottom_info .mail a {
		background-size: 10px;
		padding-left: 12px;
	}

	#contents .pagetop {
		font-size: 12px;
	}

	#contents .pagetop a {
		padding-right: 16px;
		background-size: 12px;
	}
*/

}
