@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
.pc {
  display: none; }

@media screen and (min-width: 959px) {
  .pc {
    display: block; } }
@media screen and (min-width: 959px) {
  .mb {
    display: none; } }
html, body {
  color: #222; }

/*************************** header ***************************/
header {
  height: 45px;
  padding-top: 0;
  border-bottom: 1px solid #f1f1f1; }
  header #header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
    header #header h1 {
      line-height: 1;
      font-size: 22px;
      margin-top: 4px;
      font-family: 'Noto Sans JP', sans-serif; }
      @media screen and (min-width: 959px) {
        header #header h1 {
          font-size: 30px; } }
      header #header h1 a {
        color: #8bba29; }
        header #header h1 a span.sub-title {
          display: block;
          font-size: 11px;
          margin-bottom: 5px;
          letter-spacing: 1px; }
          @media screen and (min-width: 959px) {
            header #header h1 a span.sub-title {
              letter-spacing: 7px; } }
    header #header nav {
      position: absolute;
      background-color: rgba(139, 186, 41, 0.88);
      width: 100%;
      height: 100%;
      top: -200%;
      left: 0;
      z-index: 1000;
      overflow: auto; }
      header #header nav a {
        color: white;
        display: block; }
      header #header nav ul li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 54px;
        border-bottom: 1px solid white; }
        header #header nav ul li a {
          position: relative; }
          header #header nav ul li a .arrow-right {
            position: absolute;
            height: 16px;
            width: 16px;
            right: 0;
            top: 3px; }
            header #header nav ul li a .arrow-right img {
              max-width: 8px; }
      header #header nav .close-btn-wrap {
        margin-top: 40px;
        font-size: 14px; }
    header #header a#btn-nav {
      float: right;
      width: 40px;
      height: 40px;
      margin-top: 4px; }
      header #header a#btn-nav img {
        width: 40px;
        height: 40px; }

@media screen and (min-width: 959px) {
  header {
    position: fixed;
    height: 75px;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 10px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9); } }
@media screen and (min-width: 959px) {
  header #header {
    width: 960px; } }
@media screen and (min-width: 959px) {
  header #header nav {
    position: relative;
    background: transparent;
    width: auto;
    height: auto;
    float: right; } }
@media screen and (min-width: 959px) {
  header #header nav ul li {
    display: inline-block;
    border-bottom: none; } }
@media screen and (min-width: 959px) {
  header #header nav ul li a {
    color: #333; }
    header #header nav ul li a:hover {
      color: #8bba29; } }
@media screen and (min-width: 959px) {
  header #header nav ul li a .arrow-right {
    display: none; } }
@media screen and (min-width: 959px) {
  header #header nav .close-btn-wrap {
    display: none; } }
@media screen and (min-width: 959px) {
  header #header a#btn-nav {
    display: none; } }
/*************************** content
***************************/
#content {
  float: none; }
  #content #key-v {
    position: relative;
    clear: both;
    width: 100%;
    height: 385px; }
    #content #key-v .desc {
      position: absolute;
      width: 94%;
      bottom: 0;
      left: 3%;
      padding-bottom: 10px; }
      #content #key-v .desc h2 {
        text-align: center;
        color: #8bba29;
        font-size: 18px; }
      #content #key-v .desc ul {
        overflow: hidden; }
        #content #key-v .desc ul li {
          font-size: 12px;
          line-height: 16px; }
          #content #key-v .desc ul li span {
            font-size: 10px;
            line-height: 12px;
            padding-left: 12px;
            display: block;
            letter-spacing: -1px; }
      #content #key-v .desc a {
        margin-top: 10px; }
    #content #key-v .content {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      #content #key-v .content .catchcopy {
        display: block;
        max-width: 90%;
        margin: 23px auto 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #8bba29; }
        @media screen and (min-width: 959px) {
          #content #key-v .content .catchcopy {
            font-size: 56px; } }
      #content #key-v .content .system {
        display: block;
        max-width: 90%;
        margin: 10px auto 0; }
  #content #about {
    background: #8bba29;
    overflow: hidden; }
    #content #about div {
      width: 94%;
      margin: 0 3% 3%;
      display: none; }
      #content #about div p {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 10px; }
  #content #future {
    background: white;
    overflow: hidden; }
    #content #future div {
      width: 94%;
      margin: 3%;
      display: none;
      overflow: hidden; }
      #content #future div img {
        display: block;
        max-width: 90%;
        height: auto;
        width: auto;
        margin: 0 auto 20px; }
      #content #future div .desc {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      #content #future div p {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 10px; }
  #content #features > div {
    display: none; }
  #content #features .btn-group {
    width: 96%;
    margin: 10px 2% 0;
    overflow: hidden; }
    #content #features .btn-group li {
      width: 48%;
      margin: 1% 1% 0;
      float: left; }
      #content #features .btn-group li img {
        max-width: 100%; }
  #content #case {
    background: #d4eeef;
    overflow: hidden; }
    #content #case div.img-left {
      display: none;
      overflow: hidden;
      margin: 0 3%; }
      #content #case div.img-left:not(:nth-child(2)) {
        border-top: 1px solid #007579;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 3%; }
      #content #case div.img-left .img-wrap {
        margin-left: auto;
        margin-right: auto;
        display: block; }
        #content #case div.img-left .img-wrap img {
          max-width: 100%; }
        #content #case div.img-left .img-wrap .thumbnail {
          width: 460px; }
          #content #case div.img-left .img-wrap .thumbnail li {
            float: left; }
            #content #case div.img-left .img-wrap .thumbnail li:not(:first-child) {
              margin-left: 5px; }
            #content #case div.img-left .img-wrap .thumbnail li img {
              max-width: 150px;
              height: auto;
              width: auto; }
      #content #case div.img-left .desc-wrap {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block; }
        #content #case div.img-left .desc-wrap p {
          font-weight: bold; }
    #content #case .case_article {
      display: none;
      overflow: hidden;
      margin: 20px 3% 0;
      border-top: 1px solid #007579;
      padding-top: 20px;
      padding-bottom: 3%; }
      @media screen and (min-width: 959px) {
        #content #case .case_article {
          width: 960px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
      #content #case .case_article .inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap; }
      #content #case .case_article .haedline {
        order: 2; }
        @media screen and (min-width: 959px) {
          #content #case .case_article .haedline {
            order: 1;
            margin-bottom: 14px; } }
      #content #case .case_article .case_content {
        order: 1; }
        @media screen and (min-width: 959px) {
          #content #case .case_article .case_content {
            order: 2;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        #content #case .case_article .case_content img {
          max-width: 100%;
          width: auto;
          height: auto; }
          @media screen and (min-width: 959px) {
            #content #case .case_article .case_content img {
              width: 300px; } }
          #content #case .case_article .case_content img:nth-child(n+2) {
            display: none; }
            @media screen and (min-width: 959px) {
              #content #case .case_article .case_content img:nth-child(n+2) {
                display: block; } }
  #content #info {
    width: 90%;
    padding: 20px 0 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600; }
  #content .features_1, #content .features_2, #content .features_3, #content .features_4 {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    width: 98%;
    /*height: 98%;*/
    top: 1%;
    left: 1%;
    border: 3px solid #8cc73b;
    border-radius: 5px;
    padding: 5% 3%;
    overflow: auto;
    display: none;
    z-index: 100; }
  #content .features_1 img, #content .features_2 img, #content .features_3 img, #content .features_4 img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 15px auto 7px; }
  #content .features_1 p, #content .features_2 p, #content .features_3 p, #content .features_4 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
  #content .features_1 p.close, #content .features_2 p.close, #content .features_3 p.close, #content .features_4 p.close {
    margin-top: 10px;
    text-align: center; }
  #content .features_1 p.close a, #content .features_2 p.close a, #content .features_3 p.close a, #content .features_4 p.close a {
    color: #333; }
  #content #contact {
    background: url(../images/bg_contact.png) 20px 0 no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    #content #contact .copy-box {
      margin-left: 3%;
      width: 75%;
      padding: 10% 0 7%;
      color: #8bba29;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.5px; }
    #content #contact .btn {
      margin-top: 0;
      margin-bottom: 0; }
    #content #contact .tel {
      background: white;
      width: 100%;
      margin: 2% auto 0; }
      #content #contact .tel img {
        display: block;
        max-width: 90%;
        height: auto;
        width: auto;
        margin: 0 auto;
        padding: 2.5% 0; }
    #content #contact .accept {
      background: #8bba29;
      width: 94%;
      margin: 0 auto;
      line-height: 20px;
      font-size: 12px;
      text-align: center;
      color: white; }
    #content #contact .addr {
      background: white;
      font-size: 12px;
      line-height: 18px;
      padding: 3%; }
      #content #contact .addr a {
        color: #333;
        text-decoration: underline; }
  #content #maximage {
    position: relative !important; }
  #content #inquiry {
    width: 94%;
    margin: 5% auto 5%;
    overflow: hidden; }

@media screen and (min-width: 959px) {
  #content {
    /*margin-top: 75px;*/ } }
@media screen and (min-width: 959px) {
  #content #key-v {
    height: 560px; } }
@media screen and (min-width: 480px) {
  #content #key-v .desc {
    bottom: -158px;
    height: 138px; } }
@media screen and (min-width: 959px) {
  #content #key-v .desc {
    width: 380px;
    height: auto;
    bottom: 75px;
    right: 0;
    left: auto; } }
#content #key-v .desc h2 {
  display: none; }

@media screen and (min-width: 959px) {
  #content #key-v .desc h2 {
    text-align: left;
    font-size: 24px;
    color: #333;
    display: block; } }
#content #key-v .desc ul {
  display: none; }

@media screen and (min-width: 959px) {
  #content #key-v .desc ul {
    margin: 25px auto 40px;
    display: block; } }
@media screen and (min-width: 959px) {
  #content #key-v .desc ul li {
    font-size: 15px;
    line-height: 26px; } }
@media screen and (min-width: 959px) {
  #content #key-v .desc ul li span {
    font-size: 11px;
    line-height: 14px; } }
@media screen and (min-width: 959px) {
  #content #key-v .content {
    width: 960px; } }
@media screen and (min-width: 959px) {
  #content #key-v .content .catchcopy {
    max-width: 100%;
    margin-top: 100px;
    /*
margin-left: auto; margin-right: auto;
*/ } }
@media screen and (min-width: 959px) {
  #content #key-v .content .system {
    max-width: 100%;
    margin-top: -20px;
    margin-left: -40px; } }
@media screen and (min-width: 480px) {
  #content #about {
    margin-top: 170px; } }
@media screen and (min-width: 959px) {
  #content #about {
    margin-top: 0;
    padding-bottom: 15px; } }
@media screen and (min-width: 959px) {
  #content #about div {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #content #about div p {
      font-size: 18px;
      line-height: 36px;
      text-align: center; } }
@media screen and (min-width: 959px) {
  #content #future {
    width: 870px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 959px) {
  #content #future div {
    width: 100%; } }
@media screen and (min-width: 959px) {
  #content #future div img {
    float: left;
    max-width: 412px;
    margin-top: 20px; } }
@media screen and (min-width: 959px) {
  #content #future div .desc {
    width: 438px;
    float: right; } }
@media screen and (min-width: 959px) {
  #content #future div {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #content #future div p {
      font-size: 16px;
      line-height: 28px; } }
@media screen and (min-width: 959px) {
  #content #features > div {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 3%; } }
@media screen and (min-width: 959px) {
  #content #features .btn-group {
    display: none; } }
@media screen and (min-width: 959px) {
  #content #case div.img-left:not(:nth-child(2)) {
    margin-top: 40px;
    padding-top: 40px; } }
@media screen and (min-width: 959px) {
  #content #case div.img-left {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: block; } }
@media screen and (min-width: 959px) {
  #content #case div.img-left .img-wrap {
    float: left;
    width: 460px;
    height: auto; } }
@media screen and (min-width: 959px) {
  #content #case div.img-left .desc-wrap {
    float: right;
    width: 460px; } }
@media screen and (min-width: 959px) {
  #content #case div.img-left .desc-wrap p {
    font-size: 14px; } }
@media screen and (min-width: 959px) {
  #content #info {
    text-align: center;
    font-size: 20px;
    padding-top: 50px; } }
@media screen and (min-width: 959px) {
  #content .features_1, #content .features_2, #content .features_3, #content .features_4 {
    position: relative;
    display: block;
    width: 48%;
    height: 520px;
    float: left;
    border: none;
    overflow: hidden; } }
@media screen and (min-width: 959px) {
  #content .features_1 img, #content .features_2 img, #content .features_3 img, #content .features_4 img {
    display: block;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (min-width: 959px) {
  #content .features_1 p, #content .features_2 p, #content .features_3 p, #content .features_4 p {
    width: 340px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 24px; } }
@media screen and (min-width: 959px) {
  #content .features_1 p.close, #content .features_2 p.close, #content .features_3 p.close, #content .features_4 p.close {
    display: none; } }
@media screen and (min-width: 959px) {
  #content #contact {
    position: relative;
    width: 960px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    background-position: 0 0;
    background-size: auto; } }
@media screen and (min-width: 959px) {
  #content #contact .copy-box {
    width: auto;
    margin: 50px 0 20px 10px;
    padding: 0;
    font-size: 30px;
    line-height: 32px; } }
@media screen and (min-width: 959px) {
  #content #contact .btn {
    width: 500px;
    margin-left: 10px; } }
@media screen and (min-width: 959px) {
  #content #contact .tel {
    background: none;
    width: 500px;
    margin: 6px 0 0 10px; } }
@media screen and (min-width: 959px) {
  #content #contact .tel img {
    max-width: 100%;
    padding: 7px; } }
@media screen and (min-width: 959px) {
  #content #contact .accept {
    font-size: 14px;
    width: 500px;
    margin: 5px 0 0 10px; } }
@media screen and (min-width: 959px) {
  #content #contact .addr {
    background: none;
    padding: 10px;
    font-size: 15px; } }
@media screen and (min-width: 959px) {
  #content #inquiry {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px; } }
/*************************** footer
***************************/
footer {
  background: #8bba29;
  padding-top: 20px;
  padding-bottom: 10px; }
  footer img {
    display: block;
    max-width: 113px;
    height: auto;
    width: auto;
    margin: 0 auto; }
  footer .copyright {
    margin-top: 10px;
    color: white;
    text-align: center;
    font-size: 13px; }

@media screen and (min-width: 959px) {
  footer img {
    max-width: 163px; } }
/*************************** heading
***************************/
h1 {
  float: left; }
  h1 img {
    max-width: 110px;
    height: auto;
    width: auto;
    margin-top: 7px; }

@media screen and (min-width: 959px) {
  h1 img {
    max-width: 183px;
    margin-top: 0; } }
#about .about_title, #future .future_title, #features .features_title, #case .case_title {
  position: relative;
  float: none;
  /*text-align: center;*/
  padding: 15px 0 10px 3%;
  color: #8bba29;
  font-size: 18px; }

#about .about_title:before, #future .future_title:before, #features .features_title:before, #case .case_title:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #FFF; }

#about .about_title:after, #future .future_title:after, #features .features_title:after, #case .case_title:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 5%;
  width: 10px;
  height: 10px;
  margin-top: -9px;
  background: #000; }

@media screen and (min-width: 959px) {
  #about .about_title, #future .future_title, #features .features_title, #case .case_title {
    padding: 50px 0 40px;
    font-size: 60px;
    text-align: center; }

  #about .about_title:before, #about .about_title:after {
    background: none; }

  #future .future_title:before, #future .future_title:after {
    background: none; }

  #features .features_title:before, #features .features_title:after {
    background: none; }

  #case .case_title:before, #case .case_title:after {
    background: none; } }
#about .about_title img, #future .future_title img, #features .features_title img, #case .case_title img {
  max-width: 60%;
  height: auto;
  width: auto;
  margin-top: 0; }

@media screen and (min-width: 959px) {
  #about .about_title img, #future .future_title img, #features .features_title img, #case .case_title img {
    max-width: 100%; } }
#about .about_title {
  color: white; }
  #about .about_title:after {
    background: #8bba29; }

#future .future_title {
  border-bottom: 1px solid #8bba29; }
  #future .future_title:before {
    background: #8bba29; }
  #future .future_title:after {
    background: white; }

@media screen and (min-width: 959px) {
  #future .future_title:before {
    background: none; } }
#features {
  clear: both; }
  #features .features_title {
    background: url(../images/bg_green1.png);
    color: #656e00; }
    #features .features_title:after {
      background: url(../images/bg_green1.png); }
  #features .features_1 h3, #features .features_2 h3, #features .features_3 h3, #features .features_4 h3 {
    font-size: 22px;
    padding: 0;
    background: none; }
  #features .features_1 h3:before, #features .features_1 h3:after {
    background: none; }
  #features .features_2 h3:before, #features .features_2 h3:after {
    background: none; }
  #features .features_3 h3:before, #features .features_3 h3:after {
    background: none; }
  #features .features_4 h3:before, #features .features_4 h3:after {
    background: none; }
  #features .features_1 h3 {
    color: #f26c4f; }
  #features .features_2 h3 {
    color: #2dadac; }
  #features .features_3 h3 {
    color: #8bba29; }
  #features .features_4 h3 {
    color: #a6937c; }

@media screen and (min-width: 959px) {
  #features .features_title:after {
    background: none; } }
@media screen and (min-width: 959px) {
  #features .features_title {
    padding: 30px 0 15px; } }
@media screen and (min-width: 959px) {
  #features .features_1 h3, #features .features_2 h3, #features .features_3 h3, #features .features_4 h3 {
    font-size: 30px; } }
#case .case_title {
  color: #007579; }
  #case .case_title:after {
    background: #d4eeef; }
#case .q .q_title {
  position: relative;
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
  padding: 6px 0 5px 35px;
  color: #007579; }
  #case .q .q_title:first-child {
    margin-top: 0; }
  #case .q .q_title:before, #case .q .q_title:after {
    background: none; }
  #case .q .q_title span {
    position: absolute;
    float: left;
    display: block;
    background: #007579;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    color: #d4eeef;
    font-size: 20px;
    text-align: center;
    line-height: 31px; }
#case .haeding_title {
  font-size: 18px;
  margin-top: 10px; }
#case .haeding {
  box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #007579;
  overflow: hidden; }
  #case .haeding dt, #case .haeding dd {
    float: left; }
  #case .haeding dt {
    background: #007579;
    border: 1px solid #007579;
    color: #d4eeef;
    padding: 6px 15px 4px; }
  #case .haeding dd {
    border: 1px solid #007579;
    margin-left: 0;
    padding: 6px 30px 4px; }

@media screen and (min-width: 959px) {
  #case .q .q_title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin-top: 20px; }
    #case .q .q_title:first-child {
      margin-top: 5px; } }
@media screen and (min-width: 959px) {
  #case .haeding_title {
    font-size: 28px;
    margin-top: 20px; } }
@media screen and (min-width: 959px) {
  #case .haeding {
    margin-top: 0; } }
#inquiry .inquiry_title {
  font-size: 24px;
  border-bottom: 1px dashed #8bba29;
  width: 100%;
  margin-bottom: 20px; }

/*************************** button
***************************/
p.btn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  p.btn a img {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 959px) {
  p.btn a img {
    max-width: 100%; } }
a.btn {
  display: block;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background: #eee;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #666; }
  a.btn.btn-green {
    background: #8cc73b;
    color: white;
    border-bottom-color: #77a932; }
    a.btn.btn-green:hover {
      background: #77a932; }

/*************************** form
***************************/
#form-inquiry {
  margin-top: 10%;
  clear: both;
  /*
@include addquery-min(959px) { width: 680px; margin-left: auto; margin-right: auto; } */ }
  #form-inquiry dl {
    clear: both;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 3%; }
    #form-inquiry dl dt {
      position: relative; }
    #form-inquiry dl dd {
      position: relative;
      margin-left: 0; }
    #form-inquiry dl:nth-child(2) {
      margin-top: 20px;
      padding-left: 3%; }
      #form-inquiry dl:nth-child(2) dd {
        float: left;
        margin-right: 5%; }
        #form-inquiry dl:nth-child(2) dd label {
          font-size: 15px; }
    #form-inquiry dl:last-child {
      text-align: center; }
  #form-inquiry label {
    font-weight: 600;
    color: #444; }
    #form-inquiry label span {
      font-weight: normal;
      font-size: 12px; }
  #form-inquiry input[type=text], #form-inquiry textarea {
    display: block;
    width: 90%;
    margin: 1% auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #555;
    -webkit-appearance: none; }
  #form-inquiry input[type=submit] {
    background: #8bba29;
    border: none;
    border-bottom: 3px solid #77a932;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    width: 96%;
    -webkit-appearance: none; }
    #form-inquiry input[type=submit]:hover {
      background: #77a932; }
  #form-inquiry .note {
    background: #d4eeef;
    padding: 10px;
    line-height: 16px; }
  #form-inquiry .error {
    color: #f64963;
    margin-left: 5%; }
  #form-inquiry .required {
    color: #f64963; }

@media screen and (min-width: 959px) {
  #form-inquiry dl {
    font-size: 0; } }
@media screen and (min-width: 959px) {
  #form-inquiry dl dt, #form-inquiry dl dd {
    display: inline-block; } }
@media screen and (min-width: 959px) {
  #form-inquiry dl dt {
    width: 20%;
    line-height: 54px;
    vertical-align: top; } }
@media screen and (min-width: 959px) {
  #form-inquiry dl dd {
    width: 80%; } }
@media screen and (min-width: 959px) {
  #form-inquiry dl:nth-child(2) dd {
    width: auto; } }
@media (min-width: 1px) {
  #form-inquiry input[type=radio] {
    display: none;
    margin: 0; }
    #form-inquiry input[type=radio] + label {
      padding: 0 0 0 24px; }
      #form-inquiry input[type=radio] + label:before {
        display: block;
        content: "";
        position: absolute;
        background: #FFF;
        top: 50%;
        left: 0;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        border: 2px solid #ccc;
        border-radius: 30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #form-inquiry input[type=radio]:checked + label:after {
      display: block;
      content: "";
      position: absolute;
      background: #E71063;
      top: 50%;
      left: 5px;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-radius: 8px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
@media screen and (min-width: 959px) {
  #form-inquiry input[type=submit] {
    width: 50%;
    line-height: 48px; } }
#form-inquiry-confirm {
  margin-top: 10%;
  clear: both; }
  #form-inquiry-confirm .note {
    background: #d4eeef;
    padding: 10px;
    line-height: 16px; }
  #form-inquiry-confirm dl {
    clear: both;
    overflow: hidden;
    padding: 3%;
    font-weight: 600; }
    #form-inquiry-confirm dl:nth-child(2n+1) {
      background: #f7f7f7; }
    #form-inquiry-confirm dl dt {
      position: relative;
      font-size: 12px; }
    #form-inquiry-confirm dl dd {
      position: relative;
      margin-left: 0;
      font-size: 14px; }
    #form-inquiry-confirm dl:nth-child(2) {
      margin-top: 20px;
      padding-left: 3%; }
      #form-inquiry-confirm dl:nth-child(2) dd {
        /*                float: left; margin-right: 5%;*/ }
        #form-inquiry-confirm dl:nth-child(2) dd label {
          font-size: 15px; }
    #form-inquiry-confirm dl:last-child {
      text-align: center;
      font-size: 0; }
      #form-inquiry-confirm dl:last-child dd {
        display: inline-block;
        width: 40%;
        vertical-align: top; }
  #form-inquiry-confirm input[type=submit], #form-inquiry-confirm .btn-back {
    background: #8bba29;
    border: none;
    border-bottom: 3px solid #77a932;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    width: 96%;
    padding: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #form-inquiry-confirm input[type=submit]:hover {
    background: #77a932; }
  #form-inquiry-confirm .btn-back {
    display: inline-block; }
    #form-inquiry-confirm .btn-back:hover {
      background: #77a932; }

@media screen and (min-width: 959px) {
  #form-inquiry-confirm dl {
    font-size: 0; } }
@media screen and (min-width: 959px) {
  #form-inquiry-confirm dl dt, #form-inquiry-confirm dl dd {
    display: inline-block; } }
@media screen and (min-width: 959px) {
  #form-inquiry-confirm dl dt {
    width: 15%;
    vertical-align: top; } }
@media screen and (min-width: 959px) {
  #form-inquiry-confirm dl dd {
    width: 85%; } }
@media screen and (min-width: 959px) {
  #form-inquiry-confirm dl:nth-child(2) dd {
    width: auto; } }
@media screen and (min-width: 959px) {
  #form-inquiry-confirm input[type=submit], #form-inquiry-confirm .btn-back {
    width: 50%;
    height: 100%;
    line-height: 48px; } }
@-moz-document url-prefix() {
  #form-inquiry-confirm .btn-back {
    line-height: 34px; } }
@media screen and (min-width: 959px) {
  @-moz-document url-prefix() {
    #form-inquiry-confirm .btn-back {
      line-height: 50px; } } }
.thanks {
  clear: both;
  padding: 30% 3%; }

@media screen and (min-width: 959px) {
  .thanks {
    padding: 15% 3% 25%; } }
.btn.btn-contact {
  float: none;
  clear: left; }
  .btn.btn-contact a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500; }
  .btn.btn-contact.lg {
    width: 100%; }
    .btn.btn-contact.lg a {
      background: #F19148;
      color: #fff;
      text-align: center;
      font-size: 17px;
      line-height: 84px;
      height: 84px;
      margin-left: auto;
      margin-right: auto;
      padding: 12px 30px;
      border-radius: 6px;
      border-bottom: 5px solid rgba(0, 0, 0, 0.15); }
      @media screen and (min-width: 959px) {
        .btn.btn-contact.lg a {
          font-size: 38px; } }
      .btn.btn-contact.lg a:hover {
        background: rgba(241, 145, 72, 0.85); }
  .btn.btn-contact.footer a {
    line-height: 48px;
    background: #8bba29;
    border-radius: 4px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    font-size: 17px;
    color: #fff;
    display: block;
    width: 88.88%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 959px) {
      .btn.btn-contact.footer a {
        font-size: 24px;
        width: 500px;
        height: 65px;
        line-height: 65px; } }
    .btn.btn-contact.footer a:hover {
      background: rgba(139, 186, 41, 0.85); }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
