
@charset "utf-8";
/*  style　[   ]
=================================================================== */

.page-wrapper .main-visual {
	background: url(./images/main.jpg) center center no-repeat;
	background-size: cover;
}


.toiawase-box {
	display: table;
	margin: 2em auto;
}
.box01 {
	/*border-top: solid 5px #5ab0c0;*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	padding: 1em;
}
.toiawase-box .ulNone {
	display: table;
	margin: 0 auto;
}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 2em;
	margin: 20px 0;
}
.link-phone {
	display: table;
	padding: 5px 30px;
	font-size: 1.7em;
	margin: 20px 0;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
	.toiawase-box {
	width: 98%;
	margin: 0 auto;	
}
.numbers {
	font-size: 1.4em;
}
.link-phone {
	display: table;
	padding: 5px 30px;
	background-color: #189ab4;
	border-radius: 50px;
	color: #fff!important;
	font-weight: 500;
	font-size: 1.3em;
	margin: 20px 0;
}
}

@media screen and (max-width: 480px) {
}