@charset "utf-8";
/* CSS Document */

html{
	margin: 0;
	padding: 0;
}

body{
	height: auto;
	width: auto;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #414546;
}
p{
	font-size:13pt;
	margin: 5px auto 0 auto;

}

main{
	width: 500px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.erea3{
 margin: 150px auto 0 auto;
 width:500px;

}
dl{
  background:#eee;
  padding:10px;
}

dt{
  color:#333;
  font-weight:bold;
  padding:0 10px 0 0;
  width:120px;
  float:left;
  margin-bottom:7px;
}

dd{
  color:#333;
  margin-bottom:7px;
}

dl::after {
    content: '';
    display: block;
    clear: both;
}

.toptext{
	margin-top: 50px;
}

.line{
	margin: 20px auto;
	width: 1px;
	height: 31px;
	background-color: #000000;
	text-align: center;
}

h1{
	margin: 50px auto 0 auto;
	font-size:18pt;
}
.top_2{
	margin: 30px auto 30px auto;
}

h2{
	font-size: 11pt;
	margin-top: -8px;
}

.top_3{
	margin:0 auto 50px 0 ;
}

.erea1{
	margin: 180px 0 auto 0;
}

 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 330px;
  height     : 250px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime 25s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
.slide img:nth-of-type(3) { animation-delay: 10s }
.slide img:nth-of-type(4) { animation-delay: 15s }
.slide img:nth-of-type(5) { animation-delay: 20s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { left: -100% }
   5% { left: 0     }
  15% { left: 0     }
  20% { left: 100%  }
 100% { left: 100%  }
}

.stitch{
	margin: 30px auto 80px auto;
}
.message1{
	margin: 10px auto 0 auto;
	font-size: 10pt;
}

iframe{
	width: 330px;
	height: 250px;
	text-align: center;
}

footer{
	width: auto;
	text-align: center;
	margin: 100px auto 80px auto;
}

footer a{
	margin: 30px auto 0 auto;
	text-decoration: none;
}
.footer1 p{
	color: #414546;
	font-size: 18pt; 
	font-weight: 600;
	margin: 30px 0 auto 0;
}
.footer1{
	margin: 30px 0 auto 0;
}
.message{
	margin: 100px auto 10px auto;
	font-size: 10pt;
}



 