main {
  padding-bottom: 255px;
}
main .lead {
  font-size: 30px;
  line-height: 2.8333333333;
  margin-top: 62px;
}
main .lead .img_float {
  float: right;
  width: 40%;
  margin: 30px 0 0 5.7142857143%;
}
main .detail {
  margin-top: 235px;
}
main .detail dt {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding: 13px;
  background: -ms-linear-gradient(0deg, rgb(0, 104, 55) 0%, rgb(24, 82, 55) 55.46%, rgb(38, 69, 55) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006837', endColorstr='#264537' ,GradientType=0)";
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 104, 55)), color-stop(55.46%, rgb(24, 82, 55)), to(rgb(38, 69, 55)));
  background: linear-gradient(90deg, rgb(0, 104, 55) 0%, rgb(24, 82, 55) 55.46%, rgb(38, 69, 55) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006837",endColorstr="#264537" , GradientType=1);
}
main .detail dd {
  border: dashed 2px #264537;
  border-radius: 59px;
  margin-top: 103px;
  padding: 60px 5.2380952381% 130px;
}
main .detail dd .ttl {
  font-size: 35px;
  line-height: 2.4;
  text-align: center;
  color: #006837;
}
main .detail dd ul {
  margin-top: 95px;
}
main .detail dd li {
  font-size: 28px;
  margin-top: 44px;
}
main .detail dd li:first-of-type {
  margin: 0;
}
main .detail dd .btn {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 24vw;
  }
  main .main_heading {
    background: url("../img/about/about_mv-sp.png") center center/cover no-repeat;
  }
  main .lead {
    font-size: 3.8666666667vw;
    line-height: 2.4137931034;
    margin-top: 8.8vw;
  }
  main .lead .img_float {
    float: inherit;
    width: 100%;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
  main .detail {
    margin-top: 11.2vw;
  }
  main .detail dt {
    font-size: 4.2666666667vw;
    padding: 1.7333333333vw;
  }
  main .detail dd {
    border: dashed 0.2666666667vw #264537;
    border-radius: 7.8666666667vw;
    margin-top: 9.6vw;
    padding: 8.2666666667vw 4.1333333333vw 10vw;
  }
  main .detail dd .ttl {
    font-size: 4.4vw;
    line-height: 1.9;
  }
  main .detail dd ul {
    margin-top: 4.8vw;
  }
  main .detail dd li {
    font-size: 3.7333333333vw;
    line-height: 2.2857142857;
    margin-top: 0;
    position: relative;
    padding-left: 4vw;
  }
  main .detail dd li span {
    position: absolute;
    left: 0;
    top: 0;
  }
  main .detail dd .btn {
    margin-top: 13.3333333333vw;
  }
  main .detail dd .btn a {
    padding: 0.9333333333vw 0 2.1333333333vw;
    line-height: 1.7;
    max-width: 65.3333333333vw;
    border-radius: 7.6vw;
  }
}