@charset "utf-8";
/* CSS Document */

footer {
	padding-top: 16px;
}

.page_content {
	background: #EDEDEE;
	padding: 80px 0;
}
.page_content .info_txt {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 40px;
}
.page_content .tel {
	width: fit-content;
	background: url( "../images/icon_tel.svg") no-repeat left center / 60px;
	padding-left: 76px;
	font-size: 5rem;
	font-weight: 700;
	line-height: 60px;
	display: block;
	margin: 0 auto 40px;
}
.page_content .sup {
	text-align: center;
}
.page_content .note {
	color: #C33;
	text-align: center;
	line-height: 1.75;
	margin-top: 8px;
}


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

.page_content {
	padding: 60px 0;
}
.page_content .info_txt {
	width: fit-content;
	text-align: left;
	font-size: 1.8rem;
	margin-inline: auto;
}
.page_content .tel {
	background: url( "../images/icon_tel.svg") no-repeat left center / 40px;
	padding-left: 56px;
	font-size: 3.5rem;
	line-height: 40px;
	margin: 0 auto 32px;
}
.page_content .sup {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.75;
}
.page_content .note {
	font-size: 1.3rem;
	text-align: left;
}

}



