/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2024 | 06:37:16 */
/*テキスト部分*/
.title-h3{
	font-size:1.25em;
		font-weight: 400;
    background-color: #f2f2f2;
    border-bottom: 1px solid #f76032;
	padding-top:0.5em;
	padding-left:0.8em;
    line-height: 1.5;
    position: relative;
}
.contactText{
	margin:1em 1em 1.75em 1em;
}
.title-h3::before {
    content: "";
    position: absolute;
    width: 0.04rem;
    background-color: #f76032;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.tel-box{
	text-align: center;
	padding: 0.4em 0.32em;
	background-color: #fafafa;
}

.tel{
	margin-top:1em;
	margin-bottom:-0.1em;
	font-size: 2.25em;
	color: #f76032;
    font-weight: 500;
    font-family: Roboto,sans-serif;
	align-items: baseline;
}
.tel-span{
	font-size: 0.75em;
	color: #000000;
}

