@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
}
.fadein {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.7s;
}
.fadein3 {
  opacity : 0;
  transform: translateY(60px);
  transition: all 1.9s;
}
.fadein4 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
.fadein5 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#pan {
	width: 1100px;
	height: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
}
#pan a{
	color:#000;
}
/*--------------------------------------------------------------------------コンテナ*/
#container {
	width: 1100px;
	height: 2650px;
	min-height: 1900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#contents {
	width: 850px;
	height: 2600px;
	min-height: 1850px;
	float: left;
	margin-left: 30px;
}
#sideBox {
	width: 220px;
	min-height: 1850px;
	float: left;
}
#sideBox .iframe{
	width: 220px;
	height: 1850px;
}

/*--------------------------------------------------------------------------コンテンツ*/

#contents01 {
	width: 850px;
	height: 305px;
	float: left;
}
.c01_ttl {
	width: 850px;
	height: 48px;
	border-bottom: 2px solid #000;
	text-align: left;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 2px;
	font-weight:bold;
	float: left;
	text-indent: 10px;
}
#cnv {
	width: 850px;
	height: 225px;
	float: left;
	margin-top: 30px;
}
#cnv img{
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	transition:0.4s;
}
#cnv img:hover{ background-color: #FF6400}

.cnv_ttl {
	width: 850px;
	height: 20px;
	float: left;
	font-size: 18px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	text-indent: 5px;
}
.cnv1 {
	width: 199px;
	height: 190px;
	float: left;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
.cnv1 img{background-color:;}
.cnv2 {
	width: 199px;
	height: 190px;
	float: left;
	margin-left: 18px;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
.cnv2 img{background-color:;}
.cnv3 {
	width: 199px;
	height: 190px;
	float: left;
	margin-left: 18px;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
.cnv3 img{background-color:;}
.cnv4 {
	width: 160px;
	height: 190px;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
	text-align:center;
	font-size: 14px;
	line-height: 14px;
}
.cnv4 img{background-color:;}
.cnv5 {
	width: 160px;
	height: 190px;
	float: left;
	margin-left: 12px;
	margin-top: 15px;
	text-align:center;
	font-size: 14px;
	line-height: 14px;
}
.cnv5 img{background-color:;}

#contents02 {
	width: 850px;
	height: 1400px;
	float: left;
	margin-top: 50px;
}

.c02_pan {
	width: 180px;
	height: 25px;
	float: left;
	margin-top: 50px;
	margin-left: 335px;
}
.c02_pan li {
	font-size: 15px;
	line-height: 23px;
	float: left;
	margin-left: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	height: 24px;
	width: 24px;
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	color: #F30;
}
.c02_pan li a {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.c02_ttl {
	width: 850px;
	height: 34px;
	float: left;
	border-bottom: 1px solid #333;
	font-size: 21px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	font-weight:bold;
	float: left;
}
.c02_nv {
	width: 250px;
	height: 300px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
}
.c02_nvf {
	width: 250px;
	height: 300px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 30px;
	margin-left: 50px;
	overflow: hidden;
}
.c02_nv img{
	display: block;
	transition:0.5s;
}
.c02_nv img:hover{
	transform:scale(0.98)
}
.c02_nvf img{
	display: block;
	transition:0.5s;
}
.c02_nvf img:hover{
	transform:scale(0.98)
}




@media screen and (min-width:768px){

}
