@charset "utf-8";

.pop_c_btn {
	width: 80px;
	height: 80px;
	float: right;
}

.c01 {
	width: 100%;
	clear: both;
	text-align: center;
}

.c01 .titl {
	line-height: 1;
	margin-bottom: 20px;
	font-size: 2.5rem;
	color: #70879c;
}

.c01 .txt {
	margin-bottom: 20px;
}

.lbox_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}

.lbox_btn {
	width: 200px;
	text-align: center;
	margin: 0 10px;
	border: 1px #5a3a5a solid;
	cursor: pointer;
}

.lbox_btn img {
	width: 20px;
	margin-right: 5px;
}

.lbox_btn a {
	display: block;
	padding: 10px 0;
	color: #5a3a5a;
	font-size: 1.5rem;
	transition: all 0.3s;
}

.lbox_btn a:hover {
	background: #cfdbfa;
}

.f_con_btns {
	margin: 60px auto;
}

.mc_tel {
    display: block;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 4.0rem;
    margin: 0 auto;
}

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

@media screen and (max-width:768px) {
	.lbox_btn_p {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.pop_c_btn {
		width: 50px;
		height: 50px;
	}

	.c01 .titl {
		font-size: 1.8rem;
	}

	.c01 .txt {
		margin-bottom: 20px;
	}
}
