@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;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}

/*--------------------------------------------------------------------------コンテナ*/
#container {
	width: 1100px;
	height: 1700px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#contents {
	width: 820px;
	height: 1700px;
	float: left;
	margin-left: 60px;
}
#side {
	width: 220px;
	height: auto;
	float: left;
}
/*--------------------------------------------------------------------------サイド*


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

#contents01 {
	width: 820px;
	height: 600px;
	float: left;
}
.c01_ttl {
	width: 805px;
	height: 45px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(../web/akiya/ttl.gif);
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: left;
}
.txt1 {
	width: 820px;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
}
.txt2 {
	width: 420px;
	height: 185px;
	float: left;
	margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
}
.img1 {
	width: 350px;
	height: 185px;
	height: auto;
	margin-left: 50px;
	margin-top: 30px;
	float: left;
}
ul.l1 {
	width: 420px;
	height: 185px;
	float: left;
	list-style: none;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin-top: 30px;
}
ul.l1 li{
	padding: 10px 0px 0px 18px;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px dotted #999999;
}
ul.l1 li {
  position: relative;
}
ul.l1 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#contents02 {
	width: 820px;
	height: 1000px;
	float: left;
	margin-top: 70px;
}
.c02_ttl {
	width: 805px;
	height: 45px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(../web/akiya/ttl.gif);
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align: left;
}

ul.l2 {
	width: 510px;
	height: 260px;
	float: left;
	list-style: none;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	padding: 0;
	margin-top: 30px;
}
ul.l2 li{
	padding: 10px 0px 0px 18px;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px dotted #999999;
}
ul.l2 li {
  position: relative;
}
ul.l2 li::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.img2 {
	width: 260px;
	height: 230px;
	height: auto;
	margin-left: 50px;
	margin-top: 30px;
	float: left;
}

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


}
