@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: 14px;
	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
	font-size: 16px;
}



a {
	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;
}
h2 {
		font-size: 18px;
		border-bottom: 1px dotted #CCCCCC;
		margin-bottom: 15px;
}
h3 {
	color: #000000;
	font-size: 30px;
	border-bottom: 1px solid #000000;
	margin-bottom: 50px;
	line-height: 1.8;
	padding-bottom: 10px;
	/* [disabled]font-weight: bold; */
	display: block;
	margin-top: 70px;
}
h4 {
		font-size: 20px;
		background-image: url(../../form2020/images/icon_h4.png);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 24px;
		margin-bottom: 20px;
		/* [disabled]margin-top: 30px; */
		background-size: 12px auto;
		display: block;
		color: #008842;
}
h5 {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 25px;
	border-left: 2px solid #000000;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 16px;
	margin-top: 30px;
}

#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-bottom: 100px;
}
.btn_form {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #f08336;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	border-width: 0px;
}
#wrap_btn a:hover {
	color: #FFFFFF;
}

#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 {
	margin-top: 50px;
	margin-bottom: 50px;
	/* [disabled]padding-top: 50px; */
	padding-bottom: 20px;
}
.btn_form  {
	width: auto;
	font-size: 18px;
	margin-bottom: 30px;
}





  #contact th,
  #contact td {
　　border-bottom: none;
    display: block;
    width: 100% !important;
  }






















}
