@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: 90%;
	height: 25px;
	margin-top: 45px;
	margin-left: 5%;
	margin-right: 5%;
	position: absolute;
}
#txtBox .st1{
	width: auto;
	font-size: 18px;
	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_Img {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 15px;
	float: left;
}
.c01_Img img{
	width: 310px;
	height: auto;
}
.c01_txt {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
}
.c01_Img2 {
	width: 310px;
	height: auto;
	margin-top: 20px;
	float: left;
}
.c01_Img2 img{
	width: 310px;
	height: auto;
}
.c01_txt2 {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 20px;
	margin-left: 0px;
	float: left;
}
.c01_Box1{
	width: 310px;
	height: auto;
	float: left;
	margin-top: 20px;
}
.c01_Img3 {
	width: 310px;
	height: auto;
	float: left;
}
.c01_Img3 img{
	width: 310px;
	height: auto;
}
.c01_txt3 {
	width: 310px;
	height: auto;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	letter-spacing: 0px;
	margin-right: 0px;
	margin-top: 15px;
	float: left;
}

#ac {
	float: left;
	margin-left: 55px;
	margin-top: 20px;
}
#ac2 {
	float: left;
	margin-left: 55px;
	margin-top: 20px;
}
.button {
  display: inline-block;
  width: 200px;
  height: 37px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
  outline: none;
}
.button2 {
  display: inline-block;
  width: 200px;
  height: 37px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #333;
  color: #000;
  line-height: 30px;
  overflow: hidden;
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
.button::after {
  top: 0%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #2581d7;
}


}
