@charset "UTF-8";


html, body, div, header, footer, section, figure,
h1, h2, h3, p, ul, li, a, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

li {
  list-style: none;
}

body {
  min-width: 1024px;
  line-height: 1.5;
  background-color: #fffff0;
/*  background-color: #ffffff;*/
  color: #373737;
  font-family: "メイリオ", Meiryo, sans-serif;
}

h2 {
  font-weight: normal;
}

.content {
  width: 1024px;
  margin: 0 auto;
}



.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.mr-40 {
  margin-right: 40px;
}

header {
  position: relative;
  min-height: 456px;
  margin-bottom: 80px;
  background-color: #13802e;
}
.h-content {
  position: relative;
  padding-top: 72px;
  z-index: 100;
}
.h-content section {
  width: 431px;
  padding-left: 32px;
}
.h-content section h1 {
  margin-bottom: 35px;
}
.h-content section p {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
}
.h-content section li {
	float: left;
}
.h-content section li.iOS {
  padding-top: 3px;
}

.h-content section p.note {
  margin-top: 10px;
  font-size: 14px;
}


.h-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 492px;
  overflow: hidden;
  z-index: 0;
}
.h-over figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 560px;
  height: 492px;
  margin-left: 10px;
  background: url(../images/h_bg.png) top right no-repeat;
}

.h-over figure img {
	position: relative;
	top: 80px;
	left: 30px;
	width: 75%;
	height: 75%;
}

.main.content {
  margin-bottom: 55px;
}
.main .col2 {
  min-height: 405px;
  margin-bottom: 35px;
  padding-left: 32px;
}

.main section.clearcol{
  float: left;
  width: 920px;
}

.main section {
  float: left;
  width: 460px;
}
.main h2 {
  margin-bottom: 5px;
  color: #167023;
  font-size: 32px;
}

.main h3 {
  margin: 5px 0;
}

.main p {
  margin-bottom: 30px;
  font-size: 18px;
}

footer {
  padding-top: 45px;
  background: #505051 url(../images/f_bg.png) bottom center no-repeat;
  text-align: center;
}
footer h2 {
  margin-bottom: 45px;
}
footer p.note{
  color:#fff;
  margin: 10px 0;
  font-size: 14px;
}

footer .app-link {
  width: 462px;
  margin: 0 auto 30px;
  /*background: url(../images/f_line.png) center center no-repeat;*/
}
footer .app-link li {
  float: left;
  width: 230px;
}

footer .app-link li > img {
  margin-bottom: 15px;
}
footer .sns {
  width: 240px;
  margin: 0 auto;
}
footer .sns li {
  float: left;
}
footer .sns li.fb {
  float: right;
  margin: -3px 0 0 0;
}
footer .copy {
  margin-top: 45px;
  padding: 10px 0;
  background-color: #353535;
  color: #fff;
  font-size: 14px;
}


.appstore {
  width: 152px;
  height: 45px;
  background-size: auto 45px !important;
}

.attension {
  padding: 12px 18px;
  border: 1px solid #ccc;
  background: #fbffdd;
  border-radius: 6px;
  margin: 0 0 35px 32px;
}

.attension p{
  margin-bottom: 0;
}

.screen {
  border: 1px solid #167023;
}

.comment {
  height: 40px;
  border: 1px dashed #167023;
  border-radius: 10px;
}