@charset "utf-8";
/* CSS Document */

.image{
	width: 100%;
	height: auto;
}body {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-size: 100%;
	font-size: 34px;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
}
#container {
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#container h1{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5em;
	font-size: 48px;
	padding-top: 10px;
}
h3 {
  padding: .25em 0 .5em .75em;
  border-left: 7px solid #ccc;
  border-bottom: 2px solid #ccc;
	width: 100%;
	margin: 0 auto;
	font-size: 42px;

}
#container p{
	width: 100%;
	height: auto;
	line-height: 1.5em;
	margin: 0 auto;
}
ul{
  width: 90%;
  height: auto;
  color: #000000; 
  border: double 5px #818181;/*二重線 太さ 色*/
  background: #fcfcfc; 
  padding-top: 25px;
  padding-bottom: 30px;
	margin: 0 auto;
}

ul li{
  line-height: 1.5;
  padding: 0.5em 0em;
	margin-left: 20px;
}
hr {
  border-top: 1px dashed #bbb;
}
h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 10px 0px;
  font-size: 30px;
}
h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(187, 189, 193), transparent);
}
#footer {
	width: 100%;
	margin: 0 auto;
	background: #dcdcdc;
	padding: 1em 0;
	color: #000;
}
#footer p {
	text-align: center;
	padding: 0.5em;
}
#footer a {
	color: #000;
}
#footer table{
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#footer table tr{
	width: 700px;
	height: auto;
	text-align: center;
	padding: 0;
}
#footer table td{
	width: 220px;
	height: auto;
	padding: 0;
	margin: 0;
}
#footer table td p{
	width: 220px;
	height: auto;
	text-align: center;
}
#footer table td a:hover{
	opacity: 0.7;
}
#footcheck{
	width: 700px;
	height: auto;
	margin: 0 auto;
}
#footcheck img{
	width: 210px;
	height: auto;
	text-align: center;
	padding: 10px 5px;
}
#footcheck a:hover{
	opacity: 0.7;
}
#footcheck2{
	width: 700px;
	height: auto;
	margin: 0 auto;
}
#footcheck2 img{
	width: 320px;
	height: auto;
	text-align: center;
	padding: 10px;
}
#footcheck2 a:hover{
	opacity: 0.7;
}
.yellow-line{
	font-size: 34px;
	background: linear-gradient(transparent 0%, #ffff00 0%);
}
.small{
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	line-height: 1.2em;
}
.btn{
	width: 100%;
	height: auto;
}
.btn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.box{
	width: 100%;
	height: auto;
}
.box img{
	width: 20%;
	height: auto;
}
.star{
	width: 20%;
	height: auto;
}

/*ボタン*/
@charset "UTF-8";
body {
	background: #eee;
}
#box {
	width: 690px;
	margin: 0 auto;
	background: #transparent;
	}


#box .bt {
	position: relative;
	text-align: center;

}

.bt a:before {
	content: "";
	width: 150px;
	height: 126px;
	display: inline-block;
	background-image: url(images/arrow.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0px;
	animation: arrow_anim alternate infinite 0.5s ease;
	top: 50%;
	margin-top: -74px;
}

.bt img {
width: 639px;
}

@keyframes arrow_anim{
	0%{transform:translate(0,0)}
	100%{transform:translate(-20px,0)}
}