/* 20171207 市場カレンダー */
/* ---------------------------------------------------------------------- */
.p-topMarket-call .c-btn {
	width: 50%;
}
.c-txt-x70 {
	font-size: 70%;
}
@media screen and (max-width:1040px) {
	.p-topMarket-call .c-btn {
		width: 80%;
	}
}
@media screen and (max-width:550px) {
	.p-topMarket-call .c-btn {
		width: 90%;
	}
}



/* 20180129 お問い合わせ修正 */
/* ---------------------------------------------------------------------- */
.p-contact-number__item > .u-txt-slarge {
	padding-bottom: 15px;
}
.p-contact-number__item > .p-contact-number__num {
	font-size: 34px;
	padding-bottom: 12px;
}
.p-contact-number__item > .p-contact-number__num a {
	position: relative;
	padding-left: 15px;
}
.p-contact-number__item > .p-contact-number__num a::after {
	content: "";
	width: 20px;
	height: 25px;
	background: url(../images/icon_phone.png) no-repeat left top / cover;
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p-contact-other {
	list-style: none;
}
.p-contact-other,
.p-contact-other li {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.647;
}
.p-contact-other li {
	display: inline-block;
}
.p-contact-other li::after {
	content: "/";
	display: inline-block;
	font-weight: normal;
	margin: 0 5px;
}
.p-contact-other li:last-child::after {
	display: none;
}

@media screen and (max-width:1200px) {
	.p-contact-number__item>.p-contact-number__num {
		font-size: 26px;
	}
	.p-contact-other,
	.p-contact-other li {
		font-size: 15px;
	}
	.p-contact-other li {
		display: block;
	}
	.p-contact-other li::after {
		display: none;
	}
}

@media screen and (max-width:750px) {
	.p-contact-number__item>.p-contact-number__num {
		font-size: 18x;
		padding-bottom: 10px;
	}
}



.c-btn--submit {
	margin-top: 30px;
}
@media screen and (max-width:750px) {
	.c-btn--submit {
		margin-top: 15px;
	}
}