@charset "utf-8";


.image{
	width: 100%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
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.2em;
	-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: 54px;
	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: 52px;
	line-height: 1.5em;
}
#container p{
	width: 100%;
	height: auto;
	line-height: 1.7em;
	margin: 0 auto;
	font-size: 43px;
}
hr {
  border-top: 1px dashed #bbb;
}
h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 10px 0px;
	font-size: 38px;
}
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: 290px;
	height: auto;
	padding: 0;
	margin: 0;
}
#footer table td p{
	width: 290px;
	height: auto;
	text-align: center;
}
#footer table td a:hover{
	opacity: 0.7;
}
#footcheck{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#footcheck img{
	width: 280px;
	height: auto;
	text-align: center;
	padding: 10px 5px;
}
#footcheck a:hover{
	opacity: 0.7;
}
#footcheck2{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#footcheck2 img{
	width: 424px;
	height: auto;
	text-align: center;
	padding: 10px;
}
#footcheck2 a:hover{
	opacity: 0.7;
}
/*ボタン*/
#box {
	width: 820px;
	margin: 0 auto;
	background: #transparent;
	}


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

}

.bt a:before {
	content: "";
	width: 180px;
	height: 156px;
	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: -89px;
}

.bt img {
width: 769px;
}

@keyframes arrow_anim{
	0%{transform:translate(0,0)}
	100%{transform:translate(-20px,0)}
}
.yellow-line{
	font-size: 43px;
	background: linear-gradient(transparent 0%, #ffff00 0%);
}

.star{
	width: 20%;
	height: auto;
}
.note{
	line-height: 1.7em;
	display: block;
	font-size: 30px;
}