header {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #header {
    margin-left: 0;
    margin-top: 0;
  }
}
#headerLogo {
}
#headerLogo img {
  width: 140px;
  height: auto;
  display: block;
}
#headerR #tel {
  width: 20px;
  height: auto;
}
header #headerR .tel {
  color: #15ae68;
}
@media screen and (min-width: 768px) {
  header #headerR a {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  header #headerR a img,
  header #headerR input[type="image"] {
    width: 168px;
    height: auto;
    display: block;
  }
  header #headerR .tel {
    font-size: 24px;
  }
}
h2.bg_green.kv {
  font-size: 17px;
  letter-spacing: 0.025em;
  padding-top: 17px;
  padding-bottom: 17px;
}
h2.bg_green.kv:before,
h2.bg_green.kv:after {
  width: 22px;
  top: -7px;
}
h2.bg_green.kv:before {
  left: -14px;
}
h2.bg_green.kv:after {
  left: 14px;
}
.l_container {
  margin: 0 auto;
  padding: 0 14px;
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l_container--top {
  width: 952px;
}
@media screen and (max-width: 767px) {
  .l_container {
    width: 100%;
  }
}
.mv {
  background-color: #fff;
  width: 100%;
  padding: 39px 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 30px 26px;
  }
}
.mv_container {
  margin: 0 auto;
  display: block;
  max-width: 825px;
}

.wari {
  width: 377px;
  margin: 0 auto 20px;
}
.wari img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .wari {
    max-width: 305px;
  }
}

.bg_stone {
  background: url("../img/bg.png") center;
  padding: 58px 0 90px;
}
.bg_stone--inner {
  padding-top: 42px;
}
@media screen and (max-width: 767px) {
  .bg_stone {
    padding: 30px 0;
  }
}
.btn_back {
  color: #fff;
  background-color: #bababa;
  display: inline-block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 39px;
  margin-top: 40px;
}
.btn_back:hover {
  color: #fff;
  text-decoration: none;
}
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-top: 16px;
}
.contact-form__input,
.contact-form__submit {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .contact-form__input,
  .contact-form__submit {
    width: 100%;
  }
}
.contact-form__input {
  border-radius: 5px;
  padding: 14px 15px;
  border: 1px solid #bababa;
}
.contact-form__input::placeholder {
  color: #bababa;
}
@media screen and (max-width: 767px) {
  .contact-form__input {
    font-size: 14px;
  }
}
.contact-form__submit {
  margin-top: 29px;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  background-color: #14ae67;
  border-radius: 38px;
  padding: 20px 15px;
  border: none;
}
@media screen and (max-width: 767px) {
  .contact-form__submit {
    font-size: 20px;
    padding: 11px 11px;
  }
}
.contact-form__validation {
  text-align: left;
  color: #f00;
  font-weight: normal;
  width: 100%;
  margin: 10px auto 0;
  max-width: 500px;
}
/* utility */
.fz8 {
  font-size: 8px;
}
.fz9 {
  font-size: 9px;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.u_textCenter {
  text-align: center !important;
}
.u_fwBold {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .fz14pc {
    font-size: 14px !important;
  }
  .u_textCenter-pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .fz12sp {
    font-size: 12px !important;
  }
  .fz14sp {
    font-size: 14px !important;
  }
  .u_textCenter-sp {
    text-align: center !important;
  }
}
.u_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u_fxdRow {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.u_fxdRowRev {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.u_fxdCol {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.u_fxdColRev {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.u_fxwNo {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.u_fxwWrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.u_fxwWrapRev {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.u_jcFlexStart {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.u_jcFlexEnd {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.u_jcCenter {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.u_jcSpaceBetween {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.u_jcSpaceAround {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.u_aiFlexStart {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.u_aiFlexEnd {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.u_aiCenter {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.u_aiBase {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.u_aiStretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.u_acFlexStart {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.u_acFlexEnd {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.u_acCenter {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.u_acSpaceBetween {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.u_acSpaceAround {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.u_acStretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.u_asAuto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.u_asFlexStart {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.u_asFlexEnd {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.u_asCenter {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.u_asBase {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.u_asStretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.u_wh100p {
  width: 100%;
}
/*
@media screen and (min-width:768px){
  .coop-radio {
    width: 500px !important;
  }
}
@media screen and (max-width:767px){
  .coop-radio {
    width: 300px !important;
  }
}*/
