.contents01 {
  margin-top: 150px;
}
.usukiimg {
  width: 60%;
  float: left;
  background-image: url(../img/usuki.jpg);
  background-size: cover;
}
.usukitext {
  width: 40%;
  float: right;
  box-sizing: border-box;
  padding: 8%;
  text-align: center;
}

.linetext {
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding-bottom: 30px;
}
.linetext span {
  background: linear-gradient(transparent 90%, yellow 70%);
}
.usukitext p {
  padding-bottom: 30px;
}

.btnbox {
  padding: 10px;
}

.btnbox a:hover .btn {
  color: #f3cc21;
}

.btn {
  font-size: 120%;
  display: inline;
  letter-spacing: 0.1em;
  padding: 10px 20px 5px 20px;
  font-weight: 600;
  position: relative;
  background-color: #0ba75f;
  color: #ffffff;
  text-align: center;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.btn:after {
  content: "";
  width: calc(100% - 20px);
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 10px;
  box-shadow: 0 2px 0px 3px #e8d0bc;
  z-index: -1;
  border-radius: inherit;
}

.contents02 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.con2-a {
  width: 45%;
  float: left;
}
.con2-b {
  width: 45%;
  float: right;
}

.atitle {
  color: #0ba75f;
  font-size: 140%;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 15px 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #0ba75f;
  border-top: 1px solid #0ba75f;
  display: inline;
  position: relative;
  z-index: 10;
  font-weight: 600;
}

.co2-tex {
  padding-left: 15px;
  margin-top: -10px;
  text-align: center;
}

.co2-tex img {
  width: 100%;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}
.co2-tex p {
  padding: 20px 0;
}
.recfoot {
  background-image: url(../img/recfoot.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

.rec-naka-naka {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.rec-naka {
  width: 45%;
  text-align: center;
  float: right;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.rec-naka p {
  padding-bottom: 20px;
}

.rec-naka .btnbox {
  position: relative;
  z-index: 10;
}

.contents03 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contents03 ul {
  padding-top: 50px;
  padding-bottom: 40px;
}

.topi-list-btn {
  text-align: center;
}

.topimg {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  float: left;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.topitext {
  padding: 15px;
  max-width: 400px;
  float: left;
  box-sizing: border-box;
}

.contents03 li {
  width: 50%;
  padding: 0px 20px 0px 20px;
  float: left;
  box-sizing: border-box;
}
.contents03 li a {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}
.contents03 li a:hover p {
  color: #0ba75f;
  text-decoration: underline;
}

.contents03 li h6 {
  color: #8c8c8c;
  font-size: 90%;
  padding-bottom: 5px;
  line-height: 1.8;
}

.mynumber {
  margin-top: 80px;
  margin-bottom: -80px;
}

.mynumber_box {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.mynumber_img {
  text-align: center;
  margin-bottom: 5px;
}

.mynumber_img img {
  width: 70px;
}

.mynumber_text {
  text-align: center;
  font-size: 200%;
}

.mynumber_text h3 {
  color: #0b905f;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
}

.mynumber_text span {
  background: linear-gradient(transparent 70%, yellow 70%);
  padding: 0 0.1em;
}

.pc-displaynone {
  display: none;
}

@media screen and (max-width: 800px) {
  .demo {
    width: 90%;
    padding-top: 100px;
  }
  .contents01 {
    margin-top: 60px;
  }
  .usukiimg {
    width: 100%;
    height: 200px;
    float: none;
    background-size: cover;
    background-position: center;
  }
  .usukitext {
    width: 100%;
    float: none;
    padding-bottom: 60px;
  }
  .linetext {
    font-size: 140%;
  }
  .contents02 {
    padding: 5% 5% 20% 5%;
  }
  .con2-a {
    width: 100%;
    float: none;
    padding-bottom: 60px;
  }
  .con2-b {
    width: 100%;
    float: none;
  }
  .recfoot {
    padding: 5% 5% 5% 5%;
  }

  .rec-naka {
    width: 100%;
    float: none;
    padding: 10%;
  }
  .contents03 {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .contents03 li {
    width: 100%;
    padding: 0px;
    float: none;
  }
  .topimg {
    width: 20%;
    height: 50px;
  }

  .topitext {
    padding: 0px 0px 0px 15px;
    width: 80%;
  }

  .mynumber {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .mynumber_text {
    font-size: 160%;
  }

  .pc-displaynone {
    display: block;
  }
}
