@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: block;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*body {
	font-family: 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #4C4948;
	width: 100%;
	min-width: 1090px;
}*/
input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}



a {
	/* [disabled]color: #223E82; */
	text-decoration: none;
	transition-duration: 0.4s;
}
a:hover {
	color: #223E82;
	text-decoration: none;
}
li {
	list-style: none;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
.wrap {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
/*h1 {
  font-size: 10px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header {
  height: 88px;
  position: relative;
}
#header #logo {
  position: absolute;
  top: 23px;
  left: 24px;
}*/
#scroll_down {
  position: relative;
  text-align: center;
  padding-top: 56px;
  margin-top: 50px;
  /* [disabled]margin-bottom: 50px; */
}



#scroll_down a {
	padding-top: 60px;
	color: #000000;
}
#scroll_down a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll_down a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




#wrap_btn  {
	/* [disabled]margin-top: 100px; */
	/* [disabled]margin-bottom: 100px; */
	font-size: 24px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.btn_form {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  background-color: #f08336;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
  display: block;
}
#wrap_btn a:hover {
	color: #FFFFFF;
}

a.btn_form:hover {
	color: #FFFFFF;
  background-color: #F09D35;
}
#copyright {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


#btn_ptt {
  position: fixed;
  cursor: pointer;
  right: 0px;
  bottom: 0px;
}
#btn_ptt img {
  width: auto;
  height: 36px;
}







@media screen and (max-width:767px){
.pc {
	display: none;

}
.sp {
	display: block;
}

body {
  width: 100%;
  min-width: 0px;
}
.wrap {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/*#header #logo {
	left: calc(50vw - 110px);
	;

}*/
#scroll_down {
  margin-bottom: 0px;
}
#wrap_btn {
	/* [disabled]margin-top: 50px; */
	/* [disabled]margin-bottom: 50px; */
	padding-top: 50px;
	padding-bottom: 20px;
}
.btn_form  {
  width: auto;
  font-size: 18px;
  margin-bottom: 30px;
}
























}
