@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 5px;
	width: 50px;
	height: 50px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 110px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #19648c;
}
#mimgtxt {
	position: relative;
	width: 1100px;
	padding-top: 90px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}
#mimgtxt .p1{
	width: 100%;
	height: auto;
	float: left;
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
}
#mimgtxt .p2{
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	text-align: center;
	color: #FFF;
	letter-spacing: 1px;
	margin-top: 10px;
}
#breadcrumb {
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
　　list-style: none;
    text-align: left;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
	width: auto;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  background: #666;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

#breadcrumb li a:hover {
  background: #19648c;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 45px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #000;
  text-align: center;
}
h2::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 3px;
  display: inline-block;
  background-color: #19648c;
  bottom: -10px;
  left: calc(50% - 35px)
}
.h2ac {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #19648c;
    text-align: center;
}
#contents01 .t1{
	width: 100%;
	height: auto;
	margin-top: 50px;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 600;
}
#contents01 .t2{
	width: 100%;
	height: auto;
	margin-top: 40px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 70px;
	background-color: #fff;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#contents02 .ttl {
	width: 100%;
	height: auto;
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}
#contents02 .tblBox {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin-top: 50px;
}
#contents02 .tblBox table {
	min-width: 100%;
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#contents02 .tblBox td {
	min-width: 200px;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 10px 15px;
}

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

}
