@charset "utf-8";
/* CSS Document */

.fadein1 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(100px);
  transition: all 1.5s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-100px);
  transition: all 1.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 400px;
	background-image: url(../web/news/mimg.webp);
	background-size: cover;
	background-position: center;
}
#mimg .t1{
	width: 100%;
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #1c0606;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;	
}
#mimg .t2{
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #1c0606;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
	background-image: url(../web/news/sec01back.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contents01 {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}

#article {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #999999;
}
#article .ttl{
	width: 1080px;
	padding: 10px;
	height: auto;
	text-align: left;
	font-size: 20px;
	line-height: 20px;
	float: left;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #92153e;
}
#article .Img{
	width: 400px;
	height: auto;
	float: left;
	margin-top: 30px;
}
#article .Img img{
	width: 400px;
	height: auto;
}
#article .txt{
	width: 650px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 50px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
#article .txt a{
	color: #000;
}

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

}
