@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
header { background-image: none !important;}
.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;
}
/*--------------------------------------------------------------------------メインイメージ*/
#slider {
    width: 100%;
    height: 360px;
	background-image: url(../web/topics/mimgsp.jpg);
	background-size: cover;
	background-position: top center;
}
.txtBox1 {
	width: 100%;
	height: 85px;
	position: absolute;
	top: 150px;
	left: 0%;
	right: 0%;
	z-index: 1000;
	text-align: center;
	background-image: url(../web/topics/mimgsp_txt_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#slider .p1{
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 15px;
	text-align: center;
}
#slider .p2{
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
    font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: 25px;
	text-align: center;
}
.txtBox2 { display:none;}
#breadcrumb {display:none;}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-top: 100px;
	margin-top: -80px;
}
#section01{
	width: 100%;
	height:auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	width: 310px;
	height: auto;
	margin: 0 auto;
}
.date{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
}
h2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	font-family: 'Noto Serif JP', serif;
	font-weight: ;
	float: left;
	padding-bottom: 10px;
}
.ctxt {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}
.cttl {
	width: 305px;
	height: 25px;
	padding-left: 5px;
	background-color: #066;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	float: left;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	font-family: 'Noto Serif JP', serif;
}
#crBox{
	width: 145px;
	height: auto;
	min-height: inherit;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
#crBox2{
	width: 145px;
	height: auto;
	min-height: inherit;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}
#crBox img{
	width: 145px;
	height: auto;
}
#crBox2 img{
	width: 145px;
	height: auto;
}
#contents01 .p1{
	width: 145px;
	height: auto;
	min-height: inherit;
	float: left;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}
#contents01 .p2{
	width: 145px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 13px;
}

}