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

/* 中身======================================================================================================== */
#page_title + p{
	text-align: center;
	margin-bottom: 20px;
}

#tel_information{
text-align: center;
}
#tel_information dt{
display: block;
font-weight: bold;
}
#tel_information dl{
display: block;
border: solid 2px #111;
padding: 20px;
}
#tel_information dd address .material-symbols-outlined{
font-size: 24px;
}
#tel_information dd address a{
font-size: 28px;
}


table{
	margin-bottom: 20px;
}
table + p{
	margin-bottom: 20px;
}




/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

#tel_information dl{
display: inline-block;
padding: 20px 120px;
}




form{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

form p{
	text-align: center;
}


}