@charset "UTF-8";
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* ---------------------------
transition
--------------------------- */
/* ---------------------------
transform
--------------------------- */
/* ---------------------------
flexまとめ
--------------------------- */
/* ---------------------------
クリアフィックス
--------------------------- */
/* ---------------------------
透明度
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
グラデーション
--------------------------- */
/* ---------------------------
フォームリセット
--------------------------- */
/*
============================
COMMON CONTENTS
============================
*/
/*
==========================================
STYLE SCSS
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/* line 42, ../scss/index.scss */
.contact_lead {
  background: #a4d331;
  padding: 40px 0;
  margin: 0 0 90px 0; }
  /* line 47, ../scss/index.scss */
  .contact_lead .inner .box {
    text-align: center;
    background: #fffff8;
    border-radius: 20px;
    padding: 20px; }
    /* line 52, ../scss/index.scss */
    .contact_lead .inner .box ul {
      zoom: 1; }
      /* line 217, ../scss/_variables.scss */
      .contact_lead .inner .box ul:before, .contact_lead .inner .box ul:after {
        content: "";
        display: table; }
      /* line 222, ../scss/_variables.scss */
      .contact_lead .inner .box ul:after {
        clear: both; }
      /* line 54, ../scss/index.scss */
      .contact_lead .inner .box ul li {
        padding: 10px;
        border-radius: 10px;
        background: #00904a;
        float: left;
        font-size: 17px;
        font-weight: 600;
        color: #fff; }
        /* line 62, ../scss/index.scss */
        .contact_lead .inner .box ul li + li {
          margin-left: 10px; }
    /* line 67, ../scss/index.scss */
    .contact_lead .inner .box .contents {
      padding: 0 80px;
      border-bottom: 10px dotted #8dc21f; }
      /* line 71, ../scss/index.scss */
      .contact_lead .inner .box .contents p:nth-of-type(1) {
        line-height: 1em;
        margin: 20px auto; }
      /* line 75, ../scss/index.scss */
      .contact_lead .inner .box .contents p.time {
        background: #f7f72f;
        color: #ff0000;
        font-size: 20px; }
        .contact_lead .inner .box .contents p.time b {
          animation: Flash 1.25s infinite; }
      /* line 80, ../scss/index.scss */
      .contact_lead .inner .box .contents p.tel {
        color: #f50;
        font-size: 60px;
        font-weight: 600;
        padding: 0 0 0 20px;
        background: url(../images/icon_tel.png) no-repeat 110px 50%; }
      /* line 87, ../scss/index.scss */
      .contact_lead .inner .box .contents p.tel_time {
        font-size: 20px; }
    /* line 92, ../scss/index.scss */
    .contact_lead .inner .box .contact_lead_btn {
      text-decoration: underline;
      display: block;
      font-size: 20px;
      color: #00904a;
      margin: 20px auto 0; }
  /* line 100, ../scss/index.scss */
  .contact_lead .inner .note {
    padding: 20px 20px 0; }
      .contact_lead .inner .note span {
        background-color: #ff0; }
    /* line 102, ../scss/index.scss */
    .contact_lead .inner .note p:nth-of-type(2) {
      margin: 30px 0 0 0; }

/*
============================
MAIN CONTENTS
============================
*/
/* line 116, ../scss/index.scss */
footer {
  color: #fff;
  background: #56a334;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0; }

/* line 125, ../scss/index.scss */
#main_visual {
  background: #fffff8; }
  /* line 127, ../scss/index.scss */
  #main_visual .inner {
    max-width: 1030px;
    position: relative;
    padding: 15px 10px 15px 30px;
    zoom: 1;
    background: url(../images/img_mainvisual_01.png) no-repeat 0% 5px; }
    /* line 217, ../scss/_variables.scss */
    #main_visual .inner:before, #main_visual .inner:after {
      content: "";
      display: table; }
    /* line 222, ../scss/_variables.scss */
    #main_visual .inner:after {
      clear: both; }
    /* line 133, ../scss/index.scss */
    #main_visual .inner .name {
      position: absolute;
      bottom: 10px;
      color: #fff;
      font-size: 18px; }
    /* line 139, ../scss/index.scss */
    #main_visual .inner .contents {
      float: right; }
      /* line 141, ../scss/index.scss */
      #main_visual .inner .contents h1 {
        margin-right: 20px;
        text-align: right;
        width: auto; }
      /* line 146, ../scss/index.scss */
      #main_visual .inner .contents p.catch {
        margin: 30px 0 45px; }
      /* line 149, ../scss/index.scss */
      #main_visual .inner .contents p.stress {
        margin: 0 0 45px; }

/* line 158, ../scss/index.scss */
#reason h2 {
  background: #00904a; }
#reason .inner table {
  margin: 50px auto;
  width: 840px; }
  /* line 650, ../scss/index.scss */
#reason .inner table caption {
  caption-side: bottom;
  color: #ff0000;
  font-size: 15px;
  margin-top: 20px; }
/* line 657, ../scss/index.scss */
#reason .inner table tr th,
#reason .inner table tr td {
  padding: 15px 20px;
  border: 2px solid #fff;
  font-size: 16px; }
/* line 663, ../scss/index.scss */
#reason .inner table tr th {
  width: 240px;
  background: #cae0c1; }
/* line 667, ../scss/index.scss */
#reason .inner table tr td {
  width: 560px;
  background: #eff2eb; }
/*
#reason .inner > p {
  margin: 20px auto;
  text-align: center; }
#reason .inner .link_price {
  color: #fff;
  background: #ff3939;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 auto 40px;
  border-radius: 5px;
  padding: 5px 10px;
  width: 300px;
  text-align: center;
  box-shadow: 2px 2px 10px -1px #8e8e8e;
  -moz-box-shadow: 2px 2px 10px -1px #8e8e8e;
  -webkit-box-shadow: 2px 2px 10px -1px #8e8e8e; }
*/
/* line 185, ../scss/index.scss */
#trouble h2 {
  background: #56a334; }
/* line 190, ../scss/index.scss */
#trouble .inner ul li {
  padding: 30px 0;
  border-bottom: 2px dotted #8dc21f; }
  /* line 193, ../scss/index.scss */
  #trouble .inner ul li h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 30px 45px;
    background: url(../images/icon_check.png) no-repeat 0% 0%; }
  /* line 199, ../scss/index.scss */
  #trouble .inner ul li p {
    font-size: 18px;
    padding: 0 0 0 45px; }
    /* line 202, ../scss/index.scss */
    #trouble .inner ul li p strong {
      color: #ff5500; }
/* line 208, ../scss/index.scss */
#trouble .inner .catch {
  text-align: center;
  margin: 30px auto 75px; }

/* line 216, ../scss/index.scss */
#message h2 {
  background: #8dc21f; }
/* line 219, ../scss/index.scss */
#message .inner {
  zoom: 1;
  padding: 30px 40px; }
  /* line 217, ../scss/_variables.scss */
  #message .inner:before, #message .inner:after {
    content: "";
    display: table; }
  /* line 222, ../scss/_variables.scss */
  #message .inner:after {
    clear: both; }
  /* line 222, ../scss/index.scss */
  #message .inner .pic,
  #message .inner .txt {
    float: left; }
  /* line 226, ../scss/index.scss */
  #message .inner .pic {
    padding: 0 20px 0 0; }
  /* line 229, ../scss/index.scss */
  #message .inner .txt {
    width: 570px; }
    /* line 231, ../scss/index.scss */
    #message .inner .txt p {
      font-size: 16px;
      margin: 0 0 40px 0; }
      /* line 234, ../scss/index.scss */
      #message .inner .txt p.name {
        margin: 50px0 0 0;
        text-align: right; }

/* line 244, ../scss/index.scss */
#ability h2 {
  background: #56a334; }
/* line 248, ../scss/index.scss */
#ability > ul li {
  padding: 25px 0; }
  /* line 250, ../scss/index.scss */
  #ability > ul li:nth-of-type(even) {
    background: #e3ffe3; }
  /* line 253, ../scss/index.scss */
  #ability > ul li:first-of-type {
    padding-top: 40px; }
  /* line 256, ../scss/index.scss */
  #ability > ul li:last-of-type {
    padding-bottom: 40px; }
  /* line 260, ../scss/index.scss */
  #ability > ul li .inner h3 {
    color: #00904a;
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 0 45px;
    background: url(../images/icon_award.png) no-repeat 0% 50%; }
  /* line 267, ../scss/index.scss */
  #ability > ul li .inner p {
    font-size: 18px;
    padding: 0 0 0 45px; }

/* line 277, ../scss/index.scss */
#method h2 {
  background: #56a334; }
/* line 281, ../scss/index.scss */
#method .inner ul {
  margin: 40px auto; }
  /* line 283, ../scss/index.scss */
  #method .inner ul li {
    display: table; }
    /* line 285, ../scss/index.scss */
    #method .inner ul li + li {
      margin: 20px 0 0 0; }
    /* line 288, ../scss/index.scss */
    #method .inner ul li h3,
    #method .inner ul li p {
      height: 80px;
      vertical-align: middle;
      display: table-cell; }
    /* line 294, ../scss/index.scss */
    #method .inner ul li h3 {
      width: 170px;
      background: #ff8b00;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      padding: 15px 10px;
      text-align: center;
      position: relative; }
      /* line 303, ../scss/index.scss */
      #method .inner ul li h3:after {
        border: 40px solid transparent;
        border-left-color: #ff8b00;
        border-left-width: 20px;
        content: "";
        display: block;
        position: absolute;
        right: -60px;
        top: 0px; }
    /* line 314, ../scss/index.scss */
    #method .inner ul li p {
      font-size: 18px;
      padding: 12px 30px 12px 40px;
      border: 1px solid #c4c4c4;
      border-left: none;
      width: 810px; }
/* line 323, ../scss/index.scss */
#method .inner .catch {
  text-align: center;
  margin: 50px auto 60px; }

/* line 330, ../scss/index.scss */
#map {
  background: #fff3e6;
  padding-bottom: 60px; }
  /* line 333, ../scss/index.scss */
  #map h2 {
    background: #ff5500; }
  /* line 337, ../scss/index.scss */
  #map .inner .title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    width: 610px;
    padding: 30px 70px 30px 0;
    margin: 20px auto 10px;
    background: url(../images/img_map_01.png) no-repeat 100% 0%; }
    /* line 346, ../scss/index.scss */
    #map .inner .title:before, #map .inner .title:after {
      position: absolute;
      bottom: 30px;
      content: "";
      width: 60px;
      height: 80px; }
    /* line 354, ../scss/index.scss */
    #map .inner .title:before {
      left: -60px;
      background: url(../images/icon_hukidashi_02.png) no-repeat 0 0; }
    /* line 358, ../scss/index.scss */
    #map .inner .title:after {
      right: -60px;
      background: url(../images/icon_hukidashi_02_02.png) no-repeat 0 0; }
    /* line 362, ../scss/index.scss */
    #map .inner .title span {
      font-weight: inherit;
      color: #ff5500;
      font-size: 38px; }

/* line 372, ../scss/index.scss */
#merit h2 {
  background: #8dc21f; }
/* line 376, ../scss/index.scss */
#merit .inner table {
  margin: 49px 0 0 0; }
  /* line 380, ../scss/index.scss */
  #merit .inner table tr:first-of-type th {
    border: 2px solid #fff;
    border-bottom: none;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400; }
    /* line 388, ../scss/index.scss */
    #merit .inner table tr:first-of-type th:nth-of-type(1) {
      background: #ff8b00; }
    /* line 391, ../scss/index.scss */
    #merit .inner table tr:first-of-type th:nth-of-type(2) {
      background: #ff3939; }
    /* line 394, ../scss/index.scss */
    #merit .inner table tr:first-of-type th:nth-of-type(3) {
      background: #767c84; }
  /* line 400, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(n+2) th,
  #merit .inner table tr:nth-of-type(n+2) td {
    border: 1px solid transparent;
    border-left-width: 1px;
    border-right-width: 1px;
    font-size: 16px;
    padding: 20px 10px; }
  /* line 408, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(n+2) th {
    box-shadow: 0 0 0 1px #ff8b00 inset;
    background: #fffcf8; }
    /* line 411, ../scss/index.scss */
    #merit .inner table tr:nth-of-type(n+2) th dt {
      font-size: 26px;
      font-weight: 600;
      color: #ff8b00; }
  /* line 420, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(n+2) td ul li:before {
    content: '・'; }
  /* line 425, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(n+2) td:nth-of-type(1) {
    box-shadow: 0 0 0 1px #ff3939 inset;
    background: #fff8f8 url(../images/img_merit_01.png) no-repeat 50% 50%; }
  /* line 429, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(n+2) td:nth-of-type(2) {
    box-shadow: 0 0 0 1px #767c84 inset;
    background: #f8f9ff url(../images/img_merit_02.png) no-repeat 50% 50%; }
  /* line 436, ../scss/index.scss */
  #merit .inner table tr:nth-of-type(2) th,
  #merit .inner table tr:nth-of-type(2) td {
    border-top: none; }
/* line 443, ../scss/index.scss */
#merit .inner .merit_note {
  color: #ff0000;
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0; }
/* line 449, ../scss/index.scss */
#merit .inner .catch {
  text-align: center;
  margin: 80px auto 60px; }

/* line 456, ../scss/index.scss */
#case {
  background: #e7ede4; }
  /* line 458, ../scss/index.scss */
  #case h2 {
    background: #00904a; }
  /* line 462, ../scss/index.scss */
  #case .inner ul {
    padding: 60px 0; }
    /* line 465, ../scss/index.scss */
    #case .inner ul li + li {
      margin: 40px 0 0 0; }
    /* line 468, ../scss/index.scss */
    #case .inner ul li:nth-of-type(1) > div .outline {
      background: url(../images/icon_men_01.png) no-repeat 0% 50%; }
    /* line 471, ../scss/index.scss */
    #case .inner ul li:nth-of-type(2) > div .outline {
      background: url(../images/icon_men_02.png) no-repeat 0% 50%; }
    /* line 474, ../scss/index.scss */
    #case .inner ul li:nth-of-type(3) > div .outline {
      background: url(../images/icon_men_03.png) no-repeat 0% 50%; }
    /* line 477, ../scss/index.scss */
    #case .inner ul li:nth-of-type(4) > div .outline {
      background: url(../images/icon_men_04.png) no-repeat 0% 50%; }
    /* line 480, ../scss/index.scss */
    #case .inner ul li h3 {
      padding: 10px 20px;
      background: #00904a;
      color: #fff;
      font-size: 22px;
      font-weight: 400; }
      /* line 486, ../scss/index.scss */
      #case .inner ul li h3 span {
        display: inline-block;
        border-left: 1px solid #fff;
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
        font-size: 26px;
        font-weight: 600;
        line-height: 1em; }
    /* line 496, ../scss/index.scss */
    #case .inner ul li > div {
      padding: 0px 40px 15px;
      background: #fff;
      border: 1px solid #00904a; }
      /* line 500, ../scss/index.scss */
      #case .inner ul li > div .outline {
        padding: 55px 0 40px 125px;
        font-size: 18px; }
      /* line 504, ../scss/index.scss */
      #case .inner ul li > div .detail {
        border-top: 5px dotted #00904a;
        padding: 25px 0; }
        /* line 507, ../scss/index.scss */
        #case .inner ul li > div .detail h4 {
          font-size: 22px;
          font-weight: 400;
          padding: 0 0 0 5px;
          border-left: 5px solid #00904a;
          line-height: 1em; }
        /* line 514, ../scss/index.scss */
        #case .inner ul li > div .detail p {
          font-size: 16px;
          margin: 15px 0 35px; }
          /* line 517, ../scss/index.scss */
          #case .inner ul li > div .detail p:last-of-type {
            margin-bottom: 0; }
          /* line 520, ../scss/index.scss */
          #case .inner ul li > div .detail p strong {
            color: #ff0000; }
          /* line 523, ../scss/index.scss */
          #case .inner ul li > div .detail p .attention {
            font-size: 14px; }
          /* line 526, ../scss/index.scss */
          #case .inner ul li > div .detail p strong.attention {
            color: #ff0000; }

/* line 537, ../scss/index.scss */
#voice {
  background: #fff5eb; }
  /* line 539, ../scss/index.scss */
  #voice h2 {
    background: #ff5500; }
  /* line 543, ../scss/index.scss */
  #voice .inner .first {
    margin: 40px 0;
    font-size: 16px; }
  /* line 547, ../scss/index.scss */
  #voice .inner ul {
    padding: 0 0 80px 0;
    zoom: 1; }
    /* line 217, ../scss/_variables.scss */
    #voice .inner ul:before, #voice .inner ul:after {
      content: "";
      display: table; }
    /* line 222, ../scss/_variables.scss */
    #voice .inner ul:after {
      clear: both; }
    /* line 550, ../scss/index.scss */
    #voice .inner ul li {
      border: 1px solid #ff8b00;
      border-radius: 10px;
      float: left;
      width: 480px;
      background: #fff;
      padding: 15px; }
      /* line 557, ../scss/index.scss */
      #voice .inner ul li:nth-of-type(even) {
        margin-left: 20px; }
      /* line 560, ../scss/index.scss */
      #voice .inner ul li:nth-of-type(n + 3) {
        margin-top: 20px; }
      /* line 563, ../scss/index.scss */
      #voice .inner ul li h3 {
        font-size: 20px;
        padding: 0 0 10px 40px;
        background: url(../images/icon_hukidashi_03.png) no-repeat 0% 0%; }
      /* line 568, ../scss/index.scss */
      #voice .inner ul li p {
        font-size: 15px;
        letter-spacing: -0.1px; }

/* line 578, ../scss/index.scss */
#question h2 {
  background: #ff8b00; }
/* line 582, ../scss/index.scss */
#question .inner ul {
  margin: 40px 0 60px; }
  /* line 584, ../scss/index.scss */
  #question .inner ul li {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 15px 20px; }
    /* line 588, ../scss/index.scss */
    #question .inner ul li + li {
      margin: 20px 0 0 0; }
    /* line 591, ../scss/index.scss */
    #question .inner ul li h3 {
      font-size: 22px;
      font-weight: 600;
      padding: 0 0 0 45px;
      background: url(../images/icon_q.png) no-repeat 0% 50%; }
    /* line 597, ../scss/index.scss */
    #question .inner ul li p {
      font-size: 20px;
      padding: 0 0 0 45px;
      background: url(../images/icon_a.png) no-repeat 0% 50%; }

/* line 608, ../scss/index.scss */
#flow h2 {
  background: #56a334; }
/* line 612, ../scss/index.scss */
#flow .inner ul {
  margin: 40px 0;
  padding: 0 0 0 80px;
  background: url(../images/img_flow_01.png) no-repeat 0% 0%; }
  /* line 616, ../scss/index.scss */
  #flow .inner ul li {
    height: 130px; }
    /* line 618, ../scss/index.scss */
    #flow .inner ul li:nth-of-type(4) {
      height: 140px; }
    /* line 621, ../scss/index.scss */
    #flow .inner ul li h3 {
      font-size: 27px;
      font-weight: 600;
      color: #005b18;
      padding: 10px 0; }
    /* line 627, ../scss/index.scss */
    #flow .inner ul li p {
      font-size: 16px; }

/* line 636, ../scss/index.scss */
#price h2 {
  background: #8dc21f; }
/* line 640, ../scss/index.scss */
#price .inner .first {
  margin: 40px 0 0 0;
  font-size: 16px; }
  /* line 643, ../scss/index.scss */
  #price .inner .first strong {
    color: #ff0000; }
/* line 647, ../scss/index.scss */
#price .inner table {
  margin: 50px auto;
  width: 840px; }
  /* line 650, ../scss/index.scss */
  #price .inner table caption {
    caption-side: bottom;
    color: #ff0000;
    font-size: 15px;
    margin-top: 20px; }
  /* line 657, ../scss/index.scss */
  #price .inner table tr th,
  #price .inner table tr td {
    padding: 15px 20px;
    border: 2px solid #fff;
    font-size: 16px; }
  /* line 663, ../scss/index.scss */
  #price .inner table tr th {
    width: 240px;
    background: #cae0c1; }
  /* line 667, ../scss/index.scss */
  #price .inner table tr td {
    width: 560px;
    background: #eff2eb; }

/* line 677, ../scss/index.scss */
#about h2 {
  background: #56a334; }
/* line 680, ../scss/index.scss */
#about .inner {
  zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px; }
  /* line 217, ../scss/_variables.scss */
  #about .inner:before, #about .inner:after {
    content: "";
    display: table; }
  /* line 222, ../scss/_variables.scss */
  #about .inner:after {
    clear: both; }
  /* line 684, ../scss/index.scss */
  #about .inner .txt {
    float: left;
    margin: 0 25px 0 0; }
    /* line 687, ../scss/index.scss */
    #about .inner .txt h3 {
      margin: 25px 0;
      width: 350px;}
    /* line 690, ../scss/index.scss */
    #about .inner .txt dl {
      zoom: 1; }
      /* line 217, ../scss/_variables.scss */
      #about .inner .txt dl:before, #about .inner .txt dl:after {
        content: "";
        display: table; }
      /* line 222, ../scss/_variables.scss */
      #about .inner .txt dl:after {
        clear: both; }
      /* line 692, ../scss/index.scss */
      #about .inner .txt dl dt,
      #about .inner .txt dl dd {
        float: left; }
      /* line 696, ../scss/index.scss */
      #about .inner .txt dl dt {
        clear: left; }
  /* line 701, ../scss/index.scss */
  #about .inner .map {
    float: left;
    width: 560px;
    height: 300px; }

/* line 710, ../scss/index.scss */
#contact h2 {
  background: #8dc21f; }
/* line 713, ../scss/index.scss */
#contact .inner {
  margin: 40px auto; }
  /* line 715, ../scss/index.scss */
  #contact .inner .contents {
    width: 840px;
    margin: 0 auto; }
    /* line 719, ../scss/index.scss */
    #contact .inner .contents form table {
      font-size: 15px; }
      /* line 721, ../scss/index.scss */
      #contact .inner .contents form table tr {
        border-bottom: 1px solid #d1d1d1; }
        /* line 723, ../scss/index.scss */
        #contact .inner .contents form table tr:last-of-type {
          border-bottom: none; }
        /* line 726, ../scss/index.scss */
        #contact .inner .contents form table tr:nth-of-type(8) th {
          padding-bottom: 30px; }
        /* line 729, ../scss/index.scss */
        #contact .inner .contents form table tr th {
          width: 200px;
          background: #eaeaea;
          padding: 30px 20px 20px 10px;
          vertical-align: baseline; }
          /* line 734, ../scss/index.scss */
          #contact .inner .contents form table tr th p {
            display: inline-block; }
          /* line 737, ../scss/index.scss */
          #contact .inner .contents form table tr th span {
            color: #fff;
            background: #ff3939;
            float: right;
            padding: 0 5px;
            font-size: 12px;
            margin-top: 3px; }
        /* line 746, ../scss/index.scss */
        #contact .inner .contents form table tr td {
          width: 640px;
          background: #f9f9f9;
          padding: 20px; }
          /* line 750, ../scss/index.scss */
          #contact .inner .contents form table tr td label {
            font-size: 16px;
            display: inline-block;
            margin: 0; }
            /* line 754, ../scss/index.scss */
            #contact .inner .contents form table tr td label + label {
              margin: 0 0 0 40px; }
            /* line 757, ../scss/index.scss */
            #contact .inner .contents form table tr td label:nth-of-type(5) {
              margin: 10px 0 0; }
          /* line 761, ../scss/index.scss */
          #contact .inner .contents form table tr td > * + * {
            margin: 20px 0 0; }
          /* line 765, ../scss/index.scss */
          #contact .inner .contents form table tr td input[type="text"], #contact .inner .contents form table tr td input[type="number"], #contact .inner .contents form table tr td input[type="email"] {
            width: 100%;
            border: 1px solid #666666;
            background: #fff;
            padding: 10px; }
          /* line 773, ../scss/index.scss */
          #contact .inner .contents form table tr td input[type="checkbox"], #contact .inner .contents form table tr td input[type="radio"] {
            display: inline-block;
            margin: 0 10px;
            width: 20px;
            height: 20px;
            vertical-align: text-top; }
          /* line 781, ../scss/index.scss */
          #contact .inner .contents form table tr td input#form_money {
            width: 300px; }
          /* line 785, ../scss/index.scss */
          #contact .inner .contents form table tr td select {
            width: 300px;
            padding: 10px;
            border: 1px solid #666666;
            background: #fff; }
          /* line 791, ../scss/index.scss */
          #contact .inner .contents form table tr td span {
            display: inline-block;
            margin: 0 0 0 10px; }
          /* line 795, ../scss/index.scss */
          #contact .inner .contents form table tr td textarea {
            height: 130px;
            width: 100%;
            vertical-align: text-top;
            border: 1px solid #666666;
            background: #fff;
            padding: 10px; }
    /* line 806, ../scss/index.scss */
    #contact .inner .contents form .confirmation {
      margin: 30px 0 0;
      text-align: center;
      font-size: 16px; }
      /* line 810, ../scss/index.scss */
      #contact .inner .contents form .confirmation a {
        text-decoration: underline; }
    /* line 814, ../scss/index.scss */
    #contact .inner .contents form input[type="submit"] {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      background: #ff3939;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      text-align: center;
      width: 400px;
      padding: 10px 0;
      display: block;
      margin: 40px auto 100px; }
      /* line 817, ../scss/index.scss */
      #contact .inner .contents form input[type="submit"]:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    /* line 831, ../scss/index.scss */
    #contact .inner .contents #privacy {
      border: 1px solid #dddddd;
      padding: 40px;
      font-size: 16px; }
      /* line 835, ../scss/index.scss */
      #contact .inner .contents #privacy h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 0 0 30px 0;
        border-bottom: 2px solid #dddddd;
        margin: 0 0 40px; }
      /* line 843, ../scss/index.scss */
      #contact .inner .contents #privacy > p,
      #contact .inner .contents #privacy dd {
        margin: 0 0 30px 0; }
    /* line 848, ../scss/index.scss */
    #contact .inner .contents .logo {
      margin: 40px auto;
      text-align: center; }

/* line 856, ../scss/index.scss */
#thanks {
  padding-bottom: 38px; }
  /* line 860, ../scss/index.scss */
  #thanks .inner h1 {
    width: 315px;
    margin: 0 0 0 auto; }
  /* line 864, ../scss/index.scss */
  #thanks .inner p {
    text-align: center; }
    /* line 866, ../scss/index.scss */
    #thanks .inner p.main {
      margin: 240px 0 30px; }
    /* line 869, ../scss/index.scss */
    #thanks .inner p.sub {
      font-size: 16px;
      padding: 0 0 370px; }

@keyframes Flash {
  25% {
    opacity: 0;
  }
}

#global-menu > a {
  background-color: #f50;
  width: 50px;
  height: 50px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: block;
}

#global-menu > a::before, #global-menu > a::after {
  content: '';
  background-color: #fff;
  margin: auto;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-shadow: 0 10px 0 0 #fff, 0 -10px 0 0 #fff;
  transition: transform 0.25s;
}

#global-menu > a.active::before, #global-menu > a.active::after {
  box-shadow: none;
}

#global-menu > a.active::before {
  transform: rotate(45deg);
}

#global-menu > a.active::after {
  transform: rotate(-45deg);
}

#global-menu ol {
  background-color: #56a334;
  width: 300px;
  padding-top: 80px;
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.25s;
}

#global-menu ol li {
  border-bottom: #fff solid 1px;
  font-size: 16px;
  line-height: 1.4;
}

#global-menu ol li a {
  padding: 10px;
  color: #fff;
  display: block;
}

#global-menu ol.active {
  transform: translateX(0);
}
