<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
.fadein1 {
  opacity : 1;
  transform: translateY(0px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 1;
  transform: translateX(0px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 1;
  transform: translateX(-0px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg{
	width: 100%;
	height: 120px;
	margin-top:70px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#txtBox {
	width: 80%;
	height: 25px;
	margin-top: 45px;
	margin-left: 10%;
	margin-right: 10%;
	position: absolute;
}
#txtBox .st1{
	width: auto;
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#txtBox .st2{
	width: auto;
	font-size : 14px;
	line-height: 25px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
}
#Pl { display:none;}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: auto;
}
#section01{
	width: 100%;
	height:auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
#contents01 {
	width: 100%;
	max-width: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	height: 29px;
	text-align: left;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 1px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #CCC;
	 position: relative;
    display: inline-block;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 70px;
  height: 2px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2581d7;
}
.txt1 {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
	float: left;
}
#Movie {
	width: 310px;
	height: auto;
	float: left;
	margin-top: 30px;
}

#Movie .ttl {
	width: 306px;
	height: auto;
	padding: 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
	float: left;
	background-color: #ccc;
}
#Movie .ttl img{
	width: 20px;
	height: 20px;
	padding-right: 5px;
}
#Movie .video {
	width: 310px;
	height: 175px;
	float: left;
	margin-top: 20px;
	background-color: #000;
	color: #FFF;
}
#Movie .video iframe{
	height: 175px;
}
#Movie .txt {
	width: 310px;
	height: auto;
	text-align: left;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
}
#Movie .st1 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
}
#Movie .st2 {
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 5px;
}

}
</pre></body></html>