@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: 100%;
	font-size: 22px;
	line-height: 25px;
	text-align: center !important;
	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: 320px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0 auto;
}
.h2ac {
	width: 100%;
	height: 13px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

#ysnv {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
#ysnv .nv{
	display: block;
	width: 145px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background-color: #206eb6;
	text-decoration: none;
	transition: 0.4s;
	margin-top: 5px;
}
#ysnv .nv a{
	display: block;
	width: 145px;
	height: 20px;
	border-radius: 10px;
	outline: 1px solid #333;
	outline-offset: -1px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.4s;
	background-color: #FFF;
}
#ysnv .nv a:hover{
	background-color: #206eb6;
	color: #FFF;
	outline: none;
}

#actionBox {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	display: flex;
	flex-wrap:wrap;
}

#Pitem {
	width: 140px;
	height: 215px;
	padding: 5px;
	float: left;
	transition: 0.4s;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

#Pitemttl {
	width: 100%;
	height: 40px;
	float: left;
	border-bottom: none;
}
#label_green{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #469614;
}
#label_green .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #469614;
}
#label_green .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #469614;
}

#label_red{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #f05015;
}
#label_red .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #f05015;
}
#label_red .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #f05015;
}

#label_blue{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #3caaf0;
}
#label_blue .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #3caaf0;
}
#label_blue .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #3caaf0;
}

#label_yellow{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #ff9600;
}
#label_yellow .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #ff9600;
}
#label_yellow .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #ff9600;
}

#label_gray{
	width: 100%;
	height: 23px;
	float: left;
	border-bottom: 2px solid #333;
}
#label_gray .ac{
	width: auto;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	color: #333;
}
#label_gray .no{
	width: auto;
	height: 20px;
	float: left;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-left: 6px;
	color: #333;
}

#Pitemttl .ttl{
	width: 100%;
	height: 10px;
	float: left;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: 500;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

#Pitem .Img{
	width: 100%;
	height: 88px;
	float: left;
	margin-top: 5px;
}
#Pitem .Img img{
	width: 140px;
	height: 88px;
	border-radius: 3px;
}
#Pitem:hover .Img img{
	transform: scale(1.0);
}
#Pitem:hover{
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.Pitemtxt {
	width: 100%;
	height: 56px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #000;
	overflow: hidden;
}
.Pitemdate {
	width: 100%;
	height: 12px;
	float: left;
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #000;
}



}
