@charset "UTF-8";
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 767px) {
  /* -------------------------------------
    コンテンツ
  ------------------------------------- */
  h2.h2_about {
    text-align: center;
    font-size: 1.6em;
    color: #067149;
    font-weight: bold;
    margin-bottom: 30px;
    background: url("../img/sp_line.png") repeat-x center center;
  }
  h2.h2_about > span {
    display: inline-block;
    background: url("../../cmn/img/bg1.jpg");
    padding: 0 10px;
  }

  .about_contents {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .about_contents .lead {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #2E2E2E;
    padding: 20px 0;
  }
  .about_contents .lead_ul_wrap {
    text-align: center;
    margin-bottom: 50px;
  }
  .about_contents .lead_ul_wrap .lead_ul {
    display: inline-block;
    list-style: none;
  }
  .about_contents .lead_ul_wrap .lead_ul > li {
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
  }
  .about_contents .lead_ul_wrap .lead_ul > li:before {
    display: block;
    float: left;
    padding-top: 2px;
    content: url("../img/circle.png");
    font-weight: bold;
    color: #067149;
    line-height: 16px;
    margin-right: 7px;
  }
  .about_contents .kokusan {
    margin-bottom: 40px;
  }
  .about_contents .kokusan > .left {
    width: 80%;
    margin: 0 auto 15px;
  }
  .about_contents .kokusan > .right {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .about_contents .kokusan > .right > h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .anzen {
    margin-bottom: 40px;
  }
  .about_contents .anzen > .anzen_sp {
    width: 90%;
    margin: 0 auto 10px;
  }
  .about_contents .anzen > .left {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .about_contents .anzen > .left > h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .kankyo {
    margin-bottom: 50px;
  }
  .about_contents .kankyo > .left {
    width: 60%;
    margin: 0 auto 10px;
  }
  .about_contents .kankyo > .right {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .about_contents .kankyo > .right > h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .hosho {
    border: 2px #067149 solid;
    padding: 2px;
    margin-bottom: 40px;
  }
  .about_contents .hosho > div {
    border: 1px #067149 solid;
    padding: 20px;
  }
  .about_contents .hosho > div > h2 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_contents .hosho > div > div {
    text-align: center;
  }

  .acoop_flow {
    background: url("../img/acoop_bg_sp.jpg") no-repeat left center;
    background-size: cover;
    overflow: hidden;
  }
  .acoop_flow > .lead {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 20px 0 40px;
  }
  .acoop_flow > .lead > div > h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }
  .acoop_flow > .lead > div > div {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
  }

  .acoop_wrap {
    background-color: #FBFAEF;
  }

  .slider {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    margin: -20px auto 0;
    background-color: #fff;
    border-radius: 8px;
  }
  .slider .slider_inner .slider_0 {
    padding: 20px 35px 30px;
    box-sizing: border-box;
  }
  .slider .slider_inner .slider_0 > .image {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .slider .slider_inner .slider_1 {
    padding: 20px 35px 20px;
    box-sizing: border-box;
  }
  .slider .slider_inner .slider_1 > .step {
    text-align: center;
    margin-bottom: 10px;
  }
  .slider .slider_inner .slider_1 > .step > span {
    display: inline-block;
    font-size: 14px;
    background-color: #067149;
    color: #fff;
    border-radius: 7px;
    padding: 5px 30px;
  }
  .slider .slider_inner .slider_1 > .title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #067149;
    text-align: center;
  }
  .slider .slider_inner .slider_1 > .image {
    margin-bottom: 20px;
    overflow: hidden;
  }

  .copy_text {
    background-color: #FBFAEF;
    padding: 30px 0 40px;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
  }
  .copy_text > span {
    color: #067149;
    display: inline-block;
    border-bottom: 2px #FD563A solid;
  }
  footer > .top {
    margin-top: -14px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* -------------------------------------
    コンテンツ
  ------------------------------------- */
  h2.h2_about {
    background: url("../img/h2_line.png") no-repeat center center;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #067149;
    font-weight: bold;
    margin-bottom: 70px;
  }

  .about_contents {
    width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
  }
  .about_contents .lead {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #2E2E2E;
    padding: 20px 0 30px;
  }
  .about_contents .lead_ul_wrap {
    text-align: center;
    margin-bottom: 70px;
  }
  .about_contents .lead_ul_wrap .lead_ul {
    display: inline-block;
    list-style: none;
  }
  .about_contents .lead_ul_wrap .lead_ul > li {
    text-align: left;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .about_contents .lead_ul_wrap .lead_ul > li:before {
    display: block;
    float: left;
    padding-top: 2px;
    content: url("../img/circle.png");
    font-weight: bold;
    color: #067149;
    line-height: 16px;
    margin-right: 7px;
  }
  .about_contents .kokusan {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }
  .about_contents .kokusan > div {
    display: table-cell;
    vertical-align: middle;
  }
  .about_contents .kokusan > .left {
    width: 480px;
  }
  .about_contents .kokusan > .right {
    line-height: 1.8;
  }
  .about_contents .kokusan > .right > h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .anzen {
    display: table;
    width: 100%;
  }
  .about_contents .anzen > div {
    display: table-cell;
    vertical-align: middle;
  }
  .about_contents .anzen > .left {
    line-height: 1.8;
  }
  .about_contents .anzen > .left > h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .anzen > .right {
    width: 500px;
    text-align: right;
  }
  .about_contents .kankyo {
    display: table;
    width: 100%;
    margin-bottom: 80px;
  }
  .about_contents .kankyo > div {
    display: table-cell;
    vertical-align: middle;
  }
  .about_contents .kankyo > .left {
    width: 480px;
    text-align: center;
  }
  .about_contents .kankyo > .right {
    line-height: 1.8;
  }
  .about_contents .kankyo > .right > h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .about_contents .hosho {
    border: 2px #067149 solid;
    padding: 2px;
    margin-bottom: 90px;
  }
  .about_contents .hosho > div {
    border: 1px #067149 solid;
    padding: 25px 0;
  }
  .about_contents .hosho > div > h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_contents .hosho > div > div {
    text-align: center;
  }

  .acoop_flow {
    background: url("../img/acoop_bg.jpg") no-repeat center center #298E00;
    min-width: 1024px;
    height: 277px;
  }
  .acoop_flow > .lead {
    width: 1024px;
    min-width: 1024px;
    margin: 0 auto;
  }
  .acoop_flow > .lead > div {
    height: 277px;
    display: table-cell;
    vertical-align: middle;
  }
  .acoop_flow > .lead > div > h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
  }
  .acoop_flow > .lead > div > div {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
  }

  .acoop_wrap {
    background-color: #FBFAEF;
  }

  .slider {
    width: 1024px;
    min-width: 1024px;
    margin: -30px auto 0;
    background-color: #fff;
    border-radius: 10px;
  }
  .slider .slider_inner .slider_0 {
    padding: 90px 0;
  }
  .slider .slider_inner .slider_0 > .image {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .slider .slider_inner .slider_0 > .text {
    text-align: center;
  }
  .slider .slider_inner .slider_1 {
    padding: 20px 0 40px;
  }
  .slider .slider_inner .slider_1 > .step {
    text-align: center;
    margin-bottom: 15px;
  }
  .slider .slider_inner .slider_1 > .step > span {
    display: inline-block;
    font-size: 18px;
    background-color: #067149;
    color: #fff;
    border-radius: 7px;
    padding: 5px 30px;
  }
  .slider .slider_inner .slider_1 > .title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #067149;
    text-align: center;
  }
  .slider .slider_inner .slider_1 > .image {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .slider .slider_inner .slider_1 > .text {
    text-align: center;
  }

  .copy_text {
    background-color: #FBFAEF;
    padding: 70px 0 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  .copy_text > span {
    font-size: 30px;
    color: #067149;
    display: inline-block;
    border-bottom: 2px #FD563A solid;
  }
  footer > .top {
    margin-top: -14px;
  }
}
