<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 */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.fadein1 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.0s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg{
	width: 100%;
	height: 180px;
	margin-top:90px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #0b618e;
}

#txtBox {
	width: 80%;
	height: 40px;
	margin-top: 70px;
	margin-left: 10%;
	margin-right: 10%;
	position: absolute;
}
#txtBox .st1{
	width: auto;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
#txtBox .st2{
	width: auto;
	font-size : 20px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
#Pl {
	width: 100%;
	height: 28px;
	margin: 0 suto;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.breadcrumb {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb li:after {
  content: '&gt;';
  padding: 0 5px;
  font-size: 12px;
  line-height: 30px;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:first-child a:before {
  content: url(../web/object/plhome.png);
  padding-right: 5px;
  line-height: 30px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 50px;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	background-color: ;
	overflow: hidden;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	width: 1100px;
	height: 59px;
	text-align: left;
	font-size: 30px;
	line-height: 59px;
	letter-spacing: 3px;
	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: 100px;
  height: 2px;
  left: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2581d7;
}
h3 {
	width: 1100px;
	height: 59px;
	text-align: left;
	font-size: 30px;
	line-height: 59px;
	letter-spacing: 3px;
	font-weight: bold;
	float: left;
	border-bottom: 1px solid #CCC;
	 position: relative;
    display: inline-block;
	margin-top: 70px;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -1px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2581d7;
}
.txt1 {
	width: 1100px;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
	float: left;
}

#Movie {
	width: 1100px;
	height: auto;
	float: left;
	margin-top: 80px;
}

#Movie .ttl {
	width: 100%;
	height: auto;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	float: left;
	background-color: #ccc;
}
#Movie .ttl img{
	padding-right: 20px;
}
#Movie .video {
	width: 560px;
	height: 315px;
	float: left;
	margin-top: 20px;
	background-color: #000;
	color: #FFF;
}
#Movie .video iframe{
	height: 315px;
}
#Movie .txt {
	width: 500px;
	height: auto;
	text-align: left;
	float: left;
	margin-left: 40px;
	margin-top: 50px;
}
#Movie .st1 {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
}
#Movie .st2 {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 30px;
}


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

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