@charset "UTF-8";
/* CSS Document */
#main-box{
	padding:8%;
	background-size: 100%;
	background: url(../images/main01.jpg) center no-repeat #000;
	text-align: center;
}
#main-box p.sab-text{
	font-size: 180%;
}
#main-box ul{
	margin: 0 auto;
	padding-right: 5%;
	display: inline-block;
}
#main-box ul li{
	font-size: 90%;
	padding: 0 3%;
	display:table-cell;
	vertical-align: middle;
	width: 112px;
	height: 118px;
	background:url(../images/icon-maru.png) center no-repeat;
	background-size: 100%;
}
#main-box ul li:nth-child(3){
	background: none;
}
@media(max-width:736px){
#main-box p.sab-text{
	font-size: 120%;
}
}
@media(max-width:568px){
#main-box ul{
	padding-right: 8%;
}
#main-box ul li{
	font-size: 70%;
	height: 85px;
}
}
@media(max-width:375px){
#main-box ul{
	padding-right: 15%;
}
#main-box ul li{
	font-size: 90%;
	display: block;
	width: 180px;
	height: 100%;
	background: none;
	border-bottom: 2px solid #fff;
	margin: 1% 0;
}
#main-box ul li:nth-child(3){
	border: none;
}
#main-box ul li:nth-child(3) img{
	width: 30%;
}
}
#main-text{
	padding: 4% 0% 3% 1%;
}
#copyright{
	padding: 4% 0% 3% 1%;
	font-size: 80%;
}
.speace-updown{
	margin: 3% 0;
}
.speace-top{
	margin-top: 3%;
}
.speace-left{
	margin-left: 3%;
}
.bg-color-gray{
	overflow: hidden;
	color: #fff;
	/*padding: 4% 0% 3% 0%;*/
	background: #393939;
}
.bottom-block {
	position: absolute;
	right: 3%;
	bottom: 8%;
}
@media(max-width:414px){
.bottom-block {
	position: relative;
	text-align: center;
}
}

.box{
	height: 280px;
	margin-right: 4%;
	margin-bottom: 4%;
	padding: 1% 2%;
	border:1px solid #e5e5e5;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
@media(max-width:768px){
.box{
	height: 370px;
}
}
@media(max-width:736px){
.box{
	height: auto;
}
}
.box h2{
	background: url(../images/icon-gray.png) left center no-repeat;
	padding-left: 1.5em;
	font-size:170%;
	font-weight: 800;
}
@media(max-width:736px){
.box{
	margin-left: 4%;
}
}
.company-info{
	height: 100%;
	position: relative;
	padding: 1% 0;
	background-color: #ececec;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.company-info h2{
	font-weight: 600;
	font-size:130%;
	padding-left: 1%;
	line-height: 150%;
	margin-bottom: 1.5%;
}
.company-info h2:before{
	content:"運営会社";
	background-color:#007ad9;
	color:#fff;
	font-size: 70%;
	font-weight: 300;
	padding: 3px 5px;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */
	margin-right: 5px;
	vertical-align: top;
}
.company-info p{
	padding-left: 1%;
}
.company-info address{
	margin: 0;
	padding-left: 1%;
}
@media(max-width:736px){
.company-info{
	margin: 4%;
}
}