@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: auto;
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	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: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	width: 100%;
	height: 29px;
	text-align: left;
	font-size: 17px;
	line-height: 29px;
	letter-spacing: 1px;
	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: 70px;
  height: 2px;
  left: 35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2581d7;
}
.c01_txt {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 15px;
	margin-right: 0px;
	float: left;
}



#section02{
	width: 100%;
	height:auto;
	padding-top: 10px;
	padding-bottom: 15px;
}
#contents02 {
	width: 100%;
	max-width: 310px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h3 {
	width: 300px;
	height: 25px;
	padding-left: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFF;
	float: left;
	background-color: #2581d7;
}

#thumb {
	width: 135px;
	height: 225px;
	padding: 5px;
	float: left;
	margin-top: 20px;
	margin-left:5px;
	margin-right: 5px;
	text-align: left;
	outline: 1px solid #CCC;
	outline-offset: -1px;
	background-color: #ebe7dd;
}
#thumb .Img {
	width: 135px;
	height: 101px;
	float: left;
}
#thumb .Img img{
	width: 135px;
	height: 101px;
	object-fit:cover;
}
#thumb .ttl {
	width: 135px;
	height: 20px;
	float: left;
	border-bottom: 1px solid #CCC;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	margin-top: 5px;
}
#thumb .txt {
	width: 135px;
	height: 90px;
	float: left;
	margin-top: 5px;
}
#thumb .st1 {
	width: 135px;
	height: 15px;
	float: left;
	border-bottom: 1px solid #CCC;
	font-size:11px;
	line-height: 15px;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

#thumbf {
	width: 135px;
	height: 225px;
	padding: 5px;
	float: left;
	margin-top: 20px;
	margin-left:5px;
	margin-right: 5px;
	text-align: left;
	outline: 1px solid #CCC;
	outline-offset: -1px;
	background-color: #ebe7dd;
}
#thumbf .Img {
	width: 135px;
	height: 101px;
	float: left;
}
#thumbf .Img img{
	width: 135px;
	height: 101px;
	object-fit:cover;
}
#thumbf .ttl {
	width: 135px;
	height: 20px;
	float: left;
	border-bottom: 1px solid #CCC;
	font-size:12px;
	line-height: 20px;
	text-align: left;
	font-weight:bold;
	margin-top: 5px;
}
#thumbf .txt {
	width: 135px;
	height: 90px;
	float: left;
	margin-top: 5px;
}
#thumbf .st1 {
	width: 135px;
	height: 15px;
	float: left;
	border-bottom: 1px solid #CCC;
	font-size:11px;
	line-height: 15px;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
}

}
