@charset "UTF-8";
/* line 5, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*------------
    汎用CSS
-------------*/
/* line 10, ../scss/style.scss */
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fae5ca;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* line 19, ../scss/style.scss */
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

/* line 27, ../scss/style.scss */
.transition {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

/* line 33, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 37, ../scss/style.scss */
.clfix:after {
  contents: "";
  display: block;
  clear: both;
}

/* line 42, ../scss/style.scss */
.font_no {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

/*-----*/
/* line 44, ../scss/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 51, ../scss/style.scss */
body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  height: 100%;
  width: 100%;
}

/* line 56, ../scss/style.scss */
p {
  color: #000;
}

/* line 57, ../scss/style.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 60, ../scss/style.scss */
a:hover {
  color: #1b469c;
  opacity: 0.8;
}

/* line 65, ../scss/style.scss */
img {
  border: 0;
}

/* line 66, ../scss/style.scss */
.pc_none {
  display: none !important;
}

/* line 67, ../scss/style.scss */
.sp_none {
  display: block !important;
}

/* line 68, ../scss/style.scss */
.article {
  width: 100%;
  padding: 20px 0px;
  margin: 0 auto;
  display: table;
}

/* line 74, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 78, ../scss/style.scss */
.bsd {
  box-shadow: 5px 5px 15px #bbb;
}

/* line 79, ../scss/style.scss */
.center {
  text-align: center;
  margin: 0 auto;
}

/* line 81, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 45px;
  right: 40px;
  z-index: 997;
  width: 45px;
  height: 45px;
  background: #007440;
  border: 2px solid #fff;
}
/* line 90, ../scss/style.scss */
#page-top img {
  padding-top: 13px;
}

/* line 93, ../scss/style.scss */
#page-top a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 102, ../scss/style.scss */
#page-top a:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 110, ../scss/style.scss */
.pager1 {
  width: 200px;
  padding: 15px 5px;
  background: #54ab00;
  color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #fff;
}
/* line 119, ../scss/style.scss */
.pager1 a {
  color: #fff;
}

/*----------------
    drawer
    ------------*/
/* line 126, ../scss/style.scss */
#slick {
  display: none;
}

/* line 129, ../scss/style.scss */
#nav_none {
  display: none;
}

/* line 130, ../scss/style.scss */
#menu-bt {
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 990;
  padding-top: 25px;
  padding-right: 110px;
}

/* line 138, ../scss/style.scss */
#menu_dw ul {
  padding-bottom: 15px;
}
/* line 140, ../scss/style.scss */
#menu_dw ul li {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0px;
}
/* line 145, ../scss/style.scss */
#menu_dw ul li a {
  color: #000;
  font-size: 18px;
  display: block;
}

/* line 152, ../scss/style.scss */
.dw_reserve {
  background: #20abeb !important;
  width: 90% !important;
  padding: 20px 0px !important;
  margin: 0 auto !important;
  line-height: 2;
}
/* line 158, ../scss/style.scss */
.dw_reserve a {
  color: #fff !important;
  display: block !important;
}

/* line 163, ../scss/style.scss */
.dw_reserve:after {
  content: url("../images/btn_arrow.png");
  position: absolute;
  right: 10%;
  margin-top: -27px;
}

/* line 169, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

/* line 173, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(2) {
  opacity: 0;
}

/* line 176, ../scss/style.scss */
.slicknav_btn.activeb span.slicknav_icon span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/* line 181, ../scss/style.scss */
.pdt20 {
  padding-top: 20px !important;
}

/* line 182, ../scss/style.scss */
.pdb30 {
  padding-bottom: 30px !important;
}

/* line 183, ../scss/style.scss */
.pdb50 {
  padding-bottom: 50px !important;
}

/* line 184, ../scss/style.scss */
.dp-table {
  display: table;
}

/* line 185, ../scss/style.scss */
.flex-around {
  display: flex;
  justify-content: space-around;
}

/* line 186, ../scss/style.scss */
.bg-fa {
  background: #fafafa;
}

/*----------------
    index
    ------------*/
/* line 190, ../scss/style.scss */
#wrap {
  width: 100%;
  background: #fff;
  transition: 0.3s;
}

/* line 195, ../scss/style.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}

/* line 199, ../scss/style.scss */
#request-top {
  position: fixed;
  bottom: 45px;
  left: 40px;
  z-index: 9999;
  background: #007440;
  border: 2px solid #fff;
  border-radius: 50px;
}
/* line 207, ../scss/style.scss */
#request-top a {
  display: block;
  padding: 10px;
}

/* line 213, ../scss/style.scss */
#header_pc .header-txt {
  width: 100%;
  background: #007440;
  height: 20px;
}
/* line 217, ../scss/style.scss */
#header_pc .header-txt p {
  color: #fff;
  font-size: 12px;
  padding: 3px;
  text-align: center;
}
/* line 219, ../scss/style.scss */
#header_pc .header_contents {
  padding: 0px;
}
/* line 220, ../scss/style.scss */
#header_pc .mainlogo {
  text-align: left;
  padding-left: 20px;
}
/* line 221, ../scss/style.scss */
#header_pc p.main_tel {
  text-align: right;
  padding: 20px 30px 0px 0px;
  float: right;
  color: #007440;
  font-size: 36px;
  font-weight: bold;
  line-height: 0.5;
  position: relative;
}
/* line 230, ../scss/style.scss */
#header_pc p.main_tel span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
/* line 236, ../scss/style.scss */
#header_pc p.main_tel:before {
  content: url(../images/icon-tel.png);
  position: absolute;
  top: 7px;
  left: -60px;
}
/* line 242, ../scss/style.scss */
#header_pc p.main-right {
  font-size: 14px;
  text-align: right;
  margin-top: -25px;
}
/* line 246, ../scss/style.scss */
#header_pc p.main-right a {
  text-decoration: underline;
  padding: 0px 20px 0px 0px;
}

/* line 252, ../scss/style.scss */
#navi_pc {
  height: 30px;
  background: #007440;
  border-top: 3px solid #4cac26;
}
/* line 256, ../scss/style.scss */
#navi_pc ul {
  text-align: center;
}
/* line 258, ../scss/style.scss */
#navi_pc ul li {
  float: left;
  width: 16.5%;
  padding: 6px 0px;
  font-weight: bold;
}
/* line 263, ../scss/style.scss */
#navi_pc ul li a {
  color: #fff;
}
/* line 265, ../scss/style.scss */
#navi_pc ul li:last-child {
  border-right: none;
}

/* line 269, ../scss/style.scss */
#title {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 0px 0px 0px;
  background: #fff;
}
/* line 277, ../scss/style.scss */
#title div.title-inner {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 200px;
  background: url("../images/bg-main.jpg") center center;
}
/* line 283, ../scss/style.scss */
#title div.title-inner p {
  font-size: 26px;
  color: #007440;
  text-align: center;
  padding-top: 60px;
  font-weight: bold;
  text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
}
/* line 291, ../scss/style.scss */
#title div.title-inner img {
  display: block;
  padding: 10px 0px 0px;
}

/* line 298, ../scss/style.scss */
.bn-fee {
  width: 100%;
  padding: 50px 0px 25px;
}

/* line 303, ../scss/style.scss */
h2.h2-mds {
  text-align: center;
  display: block;
  padding: 40px 0px 25px;
  font-size: 22px;
  font-weight: bold;
  color: #007440;
}
/* line 310, ../scss/style.scss */
h2.h2-mds span {
  display: block;
  margin: 17px auto 0px;
  width: 50px;
  height: 5px;
  background: #007440;
}

/* line 319, ../scss/style.scss */
.message {
  width: 100%;
  position: relative;
  margin: 0px 0px 50px;
}
/* line 323, ../scss/style.scss */
.message:before {
  content: "";
  width: 100%;
  display: block;
  border-top: 30px solid #49bef9;
  position: absolute;
  top: 45%;
  z-index: -1;
}
/* line 332, ../scss/style.scss */
.message p.inner {
  font-size: 14px;
  padding: 25px 25px;
  border: 1px solid #49bef9;
  background: #fff;
  text-align: left;
  line-height: 1.7;
  position: relative;
}
/* line 340, ../scss/style.scss */
.message p.inner:before {
  content: url("../images/main-bf.png");
  position: absolute;
  top: -15px;
  left: 15px;
}
/* line 346, ../scss/style.scss */
.message p.inner:after {
  content: url("../images/main-af.png");
  position: absolute;
  bottom: -20px;
  right: 15px;
}

/* line 355, ../scss/style.scss */
.message-ol {
  width: 100%;
  position: relative;
  margin: 0px 0px 50px;
}
/* line 359, ../scss/style.scss */
.message-ol:before {
  content: "";
  width: 100%;
  display: block;
  border-top: 30px solid #f4a323;
  position: absolute;
  top: 45%;
  z-index: -1;
}
/* line 368, ../scss/style.scss */
.message-ol p.inner {
  font-size: 14px;
  padding: 25px 25px;
  border: 1px solid #f4a323;
  background: #fff;
  text-align: left;
  line-height: 1.7;
  position: relative;
}
/* line 376, ../scss/style.scss */
.message-ol p.inner:before {
  content: url("../images/main-bf.png");
  position: absolute;
  top: -15px;
  left: 15px;
}
/* line 382, ../scss/style.scss */
.message-ol p.inner:after {
  content: url("../images/main-af.png");
  position: absolute;
  bottom: -20px;
  right: 15px;
}

/* line 391, ../scss/style.scss */
.top_contents {
  width: 30%;
  margin: 0px 15px 40px;
  float: left;
  display: table;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 403, ../scss/style.scss */
.top_contents:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 411, ../scss/style.scss */
.top_contents img {
  padding-bottom: 10px;
}
/* line 412, ../scss/style.scss */
.top_contents p.tcon_mds {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: #49bef9;
  border-radius: 20px;
  padding: 8px 0px 5px;
}
/* line 422, ../scss/style.scss */
.top_contents p.tcon_txt {
  color: #000;
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  padding: 35px 13px 10px;
  margin-top: -25px;
  height: 150px;
  border-left: 2px solid #49bef9;
  border-right: 2px solid #49bef9;
  border-bottom: 2px solid #49bef9;
  border-radius: 0px 0px 20px 20px;
}

/* line 436, ../scss/style.scss */
.top-contents-4 {
  width: 33% !important;
}
/* line 438, ../scss/style.scss */
.top-contents-4 p.tcon-txt-4 {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

/* line 444, ../scss/style.scss */
.rec-txt {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px 0px 50px;
}

/* line 450, ../scss/style.scss */
.area {
  width: 100%;
  background: url("../images/bg-area.jpg") repeat;
}
/* line 453, ../scss/style.scss */
.area div.area-map {
  position: relative;
}
/* line 455, ../scss/style.scss */
.area div.area-map:before {
  content: url("../images/bg-area.png");
  top: 35px;
  right: 120px;
  position: absolute;
}
/* line 462, ../scss/style.scss */
.area p.area-txt {
  font-size: 14px;
  text-align: left;
  padding: 15px 0px 100px 80px;
  width: 55%;
  line-height: 1.7;
  position: relative;
}
/* line 469, ../scss/style.scss */
.area p.area-txt span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #49bef9;
  margin-bottom: 7px;
}

/* line 478, ../scss/style.scss */
.flow-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* line 484, ../scss/style.scss */
#footer {
  width: 100%;
  background: #007440;
  text-align: center;
}
/* line 488, ../scss/style.scss */
#footer p.copyright {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

/* line 496, ../scss/style.scss */
#form {
  width: 100%;
  background: #007440;
  padding: 55px 0px 60px;
  margin-bottom: 10px;
}
/* line 501, ../scss/style.scss */
#form input, #form textarea {
  border: none;
  padding: 5px;
}
/* line 502, ../scss/style.scss */
#form input:placeholder-shown, #form input::-webkit-input-placeholder {
  color: #508968;
  font-weight: bold;
}
/* line 503, ../scss/style.scss */
#form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
  color: #7fab92;
}
/* line 504, ../scss/style.scss */
#form p.form-txt {
  padding: 50px 0px;
  text-align: center;
  line-height: 1.7;
  color: #fff;
}
/* line 510, ../scss/style.scss */
#form .input_txt {
  background: #c3dcc6;
  color: #7fab92;
  width: 50%;
  height: 180px;
  float: left;
}
/* line 517, ../scss/style.scss */
#form .input_name {
  background: #c3dcc6;
  color: #7fab92;
  width: 45%;
  height: 35px;
  margin: 0px 0px 20px 40px;
}
/* line 524, ../scss/style.scss */
#form .input_add {
  background: #c3dcc6;
  color: #7fab92;
  width: 45%;
  height: 35px;
  margin: 0px 0px 20px 40px;
}
/* line 531, ../scss/style.scss */
#form #submit_btn {
  width: 25%;
  height: 70px;
  background: #f4a323;
  color: #fff;
  text-align: center;
  display: block;
  margin: 30px auto 0px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
}
/* line 543, ../scss/style.scss */
#form span.arw {
  position: relative;
}
/* line 544, ../scss/style.scss */
#form span.arw:before {
  content: url("../images/arrow_r.png");
  position: absolute;
  z-index: 99;
  right: 1em;
  top: 0.1em;
}
/* line 551, ../scss/style.scss */
#form .support {
  display: table;
  text-align: center;
  white-space: nowrap;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding: 0px 20px;
}
/* line 559, ../scss/style.scss */
#form .support span {
  padding: 0px 40px;
}
/* line 560, ../scss/style.scss */
#form .support:after, #form .support:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff calc(50% + 1px), rgba(0, 0, 0, 0) calc(50% + 1px));
  background-clip: padding;
}
/* line 568, ../scss/style.scss */
#form .support:after {
  border-left: 1em solid transparent;
}
/* line 569, ../scss/style.scss */
#form .support:before {
  border-right: 1em solid transparent;
}

@media screen and (min-width: 1000px) {
  /* line 574, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }
}
/*-- media end --*/
@media screen and (max-width: 1000px) {
  /* line 578, ../scss/style.scss */
  .inner {
    padding: 0px 3px;
  }

  /* line 579, ../scss/style.scss */
  #title {
    z-index: 10;
  }
}
/*-- media end --*/
@media screen and (max-width: 640px) {
  /* line 587, ../scss/style.scss */
  body {
    overflow-x: hidden;
  }

  /* line 588, ../scss/style.scss */
  img {
    max-width: 100%;
  }

  /* line 589, ../scss/style.scss */
  .pc_none {
    display: block !important;
  }

  /* line 590, ../scss/style.scss */
  .sp_none {
    display: none !important;
  }

  /* line 591, ../scss/style.scss */
  .anc_none {
    display: none !important;
  }

  /* line 592, ../scss/style.scss */
  .sp_head {
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 20px;
    display: block;
    position: fixed;
    z-index: 980;
  }
  /* line 600, ../scss/style.scss */
  .sp_head img {
    max-width: 100%;
  }

  /* line 602, ../scss/style.scss */
  #wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
  }

  /* line 607, ../scss/style.scss */
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 10px;
  }

  /* line 612, ../scss/style.scss */
  #title {
    z-index: 10;
  }
  /* line 614, ../scss/style.scss */
  #title img {
    max-width: 80%;
    text-align: center;
  }

  /* line 617, ../scss/style.scss */
  .top_contents {
    width: 100%;
    margin: 0px 0px 40px;
    float: none;
  }

  /* line 622, ../scss/style.scss */
  .flex-around {
    display: block;
  }

  /* line 623, ../scss/style.scss */
  .top-contents-4 {
    width: 100% !important;
  }

  /* line 627, ../scss/style.scss */
  .area {
    width: 100%;
    background: url("../images/bg-area.jpg") repeat;
  }
  /* line 630, ../scss/style.scss */
  .area div.area-map {
    position: relative;
  }
  /* line 632, ../scss/style.scss */
  .area div.area-map:before {
    content: url("../images/bg-area.png");
    top: 35px;
    right: 20px;
    position: absolute;
  }
  /* line 639, ../scss/style.scss */
  .area p.area-txt {
    font-size: 14px;
    text-align: left;
    padding: 15px 5px 100px;
    width: 100%;
    line-height: 1.7;
    position: relative;
  }
  /* line 646, ../scss/style.scss */
  .area p.area-txt span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    border-bottom: 2px solid #49bef9;
    margin-bottom: 7px;
  }

  /* line 656, ../scss/style.scss */
  #form {
    width: 100%;
    background: #007440;
    padding: 55px 0px 60px;
    margin-bottom: 10px;
  }
  /* line 661, ../scss/style.scss */
  #form input, #form textarea {
    border: none;
    padding: 5px;
  }
  /* line 662, ../scss/style.scss */
  #form input:placeholder-shown, #form input::-webkit-input-placeholder {
    color: #508968;
    font-weight: bold;
  }
  /* line 663, ../scss/style.scss */
  #form textarea:placeholder-shown, #form textarea::-webkit-input-placeholder {
    color: #7fab92;
  }
  /* line 664, ../scss/style.scss */
  #form p.form-txt {
    padding: 50px 0px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
  }
  /* line 670, ../scss/style.scss */
  #form .input_txt {
    background: #c3dcc6;
    color: #7fab92;
    width: 100%;
    height: 180px;
    float: left;
  }
  /* line 677, ../scss/style.scss */
  #form .input_name {
    background: #c3dcc6;
    color: #7fab92;
    width: 100%;
    height: 35px;
    margin: 0px 0px 20px 0px;
  }
  /* line 684, ../scss/style.scss */
  #form .input_add {
    background: #c3dcc6;
    color: #7fab92;
    width: 100%;
    height: 35px;
    margin: 0px 0px 20px 0px;
  }
  /* line 691, ../scss/style.scss */
  #form #submit_btn {
    width: 100%;
    height: 70px;
    background: #f4a323;
    color: #fff;
    margin: 30px 0px 20px 0px;
    text-align: center;
    position: relative;
  }
  /* line 700, ../scss/style.scss */
  #form span.arw {
    position: relative;
    display: block;
  }
  /* line 701, ../scss/style.scss */
  #form span.arw:before {
    content: url("../images/arrow_r.png");
    position: absolute;
    z-index: 99;
    right: 1em;
    top: -3em;
  }
  /* line 708, ../scss/style.scss */
  #form .support {
    display: table;
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 0px 5px;
  }
  /* line 716, ../scss/style.scss */
  #form .support span {
    padding: 0px 10px;
  }
  /* line 717, ../scss/style.scss */
  #form .support:after, #form .support:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff calc(50% + 1px), rgba(0, 0, 0, 0) calc(50% + 1px));
    background-clip: padding;
  }
  /* line 725, ../scss/style.scss */
  #form .support:after {
    border-left: 1em solid transparent;
  }
  /* line 726, ../scss/style.scss */
  #form .support:before {
    border-right: 1em solid transparent;
  }
}
/* media end */
@media screen and (max-width: 450px) {
  /* line 734, ../scss/style.scss */
  .header-txt {
    padding-top: 15px;
    line-height: 1.5;
    font-size: 14px;
  }
}
/* media end */
