@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background:url("images/business_back.jpg");
}
a img {
	opacity: 0;
	transition: 0.5s ;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover img {
	opacity: 1;
	
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.pc_none {
	display: none;
}

section.top h1 {
	width: 100%;
	text-align: center;
}
section.top h1 a {}
section.top h1 img {
	width: 30%;
	margin: 0;
	padding: 0;
	opacity: 1;
}
section.top ul {
	margin: 0 0 0 30px;
}
section.top ul li {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
section.top ul li:last-child {
	margin-bottom:30px;
}
.cat_btn a img {
	opacity: 1;
}
footer img {
	opacity: 1;
}
section ul.sns {
	margin-top: 20px;
	text-align: center;
}
section ul.sns li {
	display: inline;
	margin-right: 20px;
	font-size: 1.3em;
}
section ul.sns li:last-child {
	margin-right: 0;
}
section.sp_none table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
section.sp_none table tb {
	width: 33.33333333333%;
	text-align: center;
}
section.sp_none table img {
	width: 95%;
	padding-bottom: 15px;
}
section.pc_none p {
	margin-top: 15px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////
	Top page


////////////////////////////////////////////////////////////////////////////////////////////////////*/
#op {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#op div.op01,
#op div.op03 {
	width: 320px;
	height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -160px;
    overflow: hidden;
}
#op div.op01 {
	z-index: 9999;
	-webkit-animation: op 2s ease infinite;
	animation: op 2s ease infinite;
}
@-webkit-keyframes op { 0% { height: 320px;} 30% { height: 0; } 71% { height: 0;} 100% { height: 320px;}}
@keyframes op { 0% { height: 320px;} 30% { height: 0; } 71% { height: 0;} 100% { height: 320px;}}

#op div.op02 {
	width: 320px;
	height: 320px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-bottom: -160px;
	margin-left: -160px;
    overflow: hidden;
	z-index: 9999;
	-webkit-animation: op2 2s ease infinite;
	animation: op2 2s ease infinite;
}
@-webkit-keyframes op2 { 0% { height: 0;} 50% { height: 0;} 70% { height: 320px;} 100% { height: 320px;}}
@keyframes op2 { 0% { height: 0;} 50% { height: 0;} 70% { height: 320px;} 100% { height: 320px;}}

#op div.op01 div,
#op div.op02 div {
	background: #6ac0b2 url("../images/top_logo-1.png") no-repeat center center;
	background-size: 110%;
	position: absolute;
	margin: 0;
	width: 320px;
	height: 320px;
}
#op div.op01 div {
	top: 0;
}
#op div.op02 div {
	bottom: 0;
}

#op div.op03 {
	z-index: 9998;
}
#op div.op03 div {
	background: #f0f0f0 url(../images/top_logo.png) no-repeat center center;
	background-size: 80%;
	position: static;
	margin: 0;
	width: 320px;
	height: 320px;
}

#op div.opTxt {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
	.sp_none {
		display: none;
	}
	.pc_none {
		display: inline;
	}
}

