body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans SC', sans-serif,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	line-height:24px;
	background:#70BA4D;
}

A:link{text-decoration:none;color:#000;} 
A:active{text-decoration:none;color:#000;} 
A:visited{text-decoration:none;color:#000;} 
A:hover{text-decoration:none;color:#666;} 

img {
	border:none;
}

.clear {
	clear:both;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}


.main { background:#70BA4D url(../img/img_bg.jpg) no-repeat center 0 fixed;}	
.main-width { width:950px; margin:0 auto;}

.logo {
	padding-top: 20px;
	padding-bottom: 15px;
}
.menu {
	background-image: url(../img/bg-menu.png);
	background-repeat: repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	font-size:18px;
	line-height:50px;
}
.menu a {
	display:block;
	float:left;
	padding: 0 40px 0 40px;
	margin-right:15px;
	background:url(../img/arr-btm.png) 20px center no-repeat;
	color:#FFF;
}
.menu a.right {
	float:right;
	background:url(../img/arr-r.png) 20px center no-repeat;
}
.menu a:hover {
	color:#AFDDB8;
}


	

.ptitle {
	font-family: 'Noto Sans SC', sans-serif,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	background-color: rgba(0,0,0,0.25);
	background-image: url(../img/bg-titl.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.cont {
	background:url(../img/bg-white.png);
}
.inner09 {
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.subtit {
	font-family: 'Noto Sans SC', sans-serif,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	line-height:32px;
}

.read01 {
	padding:20px 300px 20px 30px;
	height:385px;
	background:url(../img/bg-set.png) right top no-repeat;
}
.ptitle2 {
	font-family: 'Noto Sans SC', sans-serif,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	background-color: rgba(0,0,0,0.25);
	background-image: url(../img/bg-titl.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-top:-100px;
}
.bg-product {
	background:url(../img/bg-product1.png) center top no-repeat;
	height:1699px;
	position:relative;
	margin-top:30px;
}
.product1 {
	dosplay:block;
	position:absolute;
	left:190px;
	top:50px;
	width:320px;
	line-height:18px;
}
.product2 {
	dosplay: block;
	position: absolute;
	left: 603px;
	top: 120px;
	width: 320px;
	line-height: 18px;
}
.product3 {
	dosplay:block;
	position:absolute;
	left:430px;
	top:550px;
	width:340px;
	line-height:18px;
}
.product4 {
	dosplay:block;
	position:absolute;
	left: 650px;
	top:950px;
	width:340px;
	line-height:18px;
}
.px10 {
	font-size:10px;
	line-height:16px;
}
.bg-contact {
	background:url(../img/bg-kojo.png) right top no-repeat;
}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:140px;
	height:49px;
	border:none;
	text-indent:-100%;
	background:url(../img/totop.png) no-repeat left top;
	z-index:900;
}
a.btncontact {
	display:block;
	width:640px;
	height:100px;
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	background:url(../img/btn-contact.png) no-repeat;
	text-align:right;
	line-height:100px;
	padding-right:60px;
}
a.btncontact:hover {
	background:url(../img/btn-contacton.png) no-repeat;
}

.tenmetsu{
-webkit-animation:blink 1.5s ease-in-out infinite alternate; 
-moz-animation:blink 1.5s ease-in-out infinite alternate; 
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0;}
100% {opacity:1;
}





.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}