@charset "euc-jp";
/* CSS Document */

/* 
#btn_spmenu {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
#btn_spmenu a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ACEBFD url(../images/spme.png) no-repeat center;
	background-size: contain;
	border-radius: 5px;
}
#btn_spmenu a span {
	display: none;
} */

#mv {
	text-align: center;
}
#mv img {
	border-radius: 1em;
}
#top1 {
	margin: 2em 0;
}
#top1::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#top1gaikan {
	float: right;
	width: 50%;
	margin: 0 0 1em 1em;
}
.fxbox {
	width: 32%;
	padding: 1.5em 2em;
}
.fxbox p.fximage {
	margin: 0 0 10px;
	text-align: center;
}
#top-con-1  p img {
	width: 100px;
}
a.telstyle-hd {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width:1079px){
#top-con-1  p img {
	width: 80px;
}
}

@media screen and (max-width:799px){
#top1gaikan {
	float: none;
	width: 100%;
	margin: 0 0 1em;
}
.fxcontainer {
	padding: 0 1em;
}
.fxbox {
	width: 100%;
	padding: 1em 1.5em;
}
}