@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 5000;
}
.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;
}
.fadein4 {
  opacity : 0;
  transform: translateY(40px);
  transition: all 2.5s;
}
/*--------------------------------------------------------------------------メインイメージ*/
#slider {
    width: 100%;
    height: 500px;
	background-image: url(../web/topics/mimg.webp);
	background-size: cover;
}

.txtBox1 {
	width: 100%;
	height: 115px;
	position: absolute;
	top: 230px;
	left: 0%;
	right: 0%;
	z-index: 1000;
	text-align: center;
	background-image: url(../web/topics/mimg_txt_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#slider .p1{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 30px;
	text-align: center;
}
#slider .p2{
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
}
.txtBox2 {
	width: 30%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	left: 68%;
	right: 0;
	z-index: 1000;
	text-align: right;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}
#breadcrumb {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	color: #000;
}
#breadcrumb a {color: #000;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 150px;
	margin-top: -100px;
}
#section01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents01 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.date{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
}
h2{
	width: 100%;
	height: auto;
	padding-bottom: 14px;
	float: left;
	text-align: left;
	font-size: 25px;
	line-height: 35px;
	margin-top: 10px;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #000;
}
.ctxt {
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	float: left;
	margin-top: 30px;
}
.cttl {
	width: 1090px;
	height: 50px;
	padding-left: 10px;
	background-color: #066;
	text-align: left;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 5px;
	float: left;
	font-weight: bold;
	color: #fff;
	margin-top: 50px;
	font-family: 'Noto Serif JP', serif;
}
#crBox{
	width: 320px;
	height: auto;
	min-height: 410px;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	text-align: center;
}
#crBox2{
	width: 320px;
	height: auto;
	min-height: 445px;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	text-align: center;
}
#crBox img{
	width: 300px;
	height: auto;
}
#crBox2 img{
	width: 300px;
	height: auto;
}
#contents01 .p1{
	width: 320px;
	height: auto;
	min-height: 40px;
	float: left;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
#contents01 .p2{
	width: 320px;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 18px;
}




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

}