@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* CSS Document */
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 400px;
    background: #f5f5f5;
    position: relative;
    font-size: 15px;
    padding-right: 60px; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: auto;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 5px solid #297238;
  background: #ed6103;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  width: 380px;
  text-align: center;
  font-size: 22px;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      background: #ed6103;
      color: #fff; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.page_top {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
  display: none;
  position: fixed;
  bottom: 155px;
  right: 40px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(41, 119, 180, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none; }
  .page_top:hover {
    background: #2977b4;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.only_pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .only_pc {
      display: none; } }

.only_sp {
  display: none; }
  @media only screen and (max-width: 768px) {
    .only_sp {
      display: block; } }

.header {
  width: 100%;
  height: 65px; }
  .header .inner {
    width: 980px;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .logo {
      position: absolute;
      left: 0;
      top: 5px; }
      @media only screen and (max-width: 768px) {
        .header .inner .logo {
          top: 15px; } }
      .header .inner .logo a {
        display: block;
        width: 217px; }
      @media only screen and (max-width: 768px) {
        .header .inner .logo {
          position: relative;
          margin: 0 auto;
          display: block; }
          .header .inner .logo a {
            display: block;
            width: 100%; }
            .header .inner .logo a img {
              display: block;
              margin: 0 auto; } }
    .header .inner .header_tel {
      position: absolute;
      top: 9px;
      right: 140px; }
      @media only screen and (max-width: 768px) {
        .header .inner .header_tel {
          display: none; } }
    .header .inner .header_mail {
      position: absolute;
      top: 7px;
      right: 60px; }
      @media only screen and (max-width: 768px) {
        .header .inner .header_mail {
          display: none; } }
    .header .inner .header_line {
      position: absolute;
      top: 7px;
      right: 0; }
      @media only screen and (max-width: 768px) {
        .header .inner .header_line {
          display: none; } }

.page_index .fv {
  width: 100%;
  height: 440px;
  background-image: url("img/fv_bg.png");
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .page_index .fv {
      background-image: none;
      height: auto; } }
  .page_index .fv .inner {
    width: 760px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page_index .fv .inner {
        width: 100%; } }
    .page_index .fv .inner h1 {
      padding-top: 1em; }
.page_index .cv {
  background: #6f86d6;
  background: -webkit-linear-gradient(top, #6f86d6 0%, #48c6ef 100%);
  background: linear-gradient(to bottom, #6f86d6 0%, #48c6ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f86d6', endColorstr=' #48c6ef', GradientType=0);
  padding: 1.5em 0; }
  @media only screen and (max-width: 768px) {
    .page_index .cv {
      padding: 1em 0 1.5em; } }
  .page_index .cv .inner {
    width: 800px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .cv .inner {
        width: 100%; } }
    .page_index .cv .inner .fukidashi_area {
      text-align: center;
      padding-bottom: 25px; }
    .page_index .cv .inner .guide_area .cv_txt {
      color: #fff;
      text-align: center;
      padding: 0 0 0.5em;
      font-weight: bold;
      font-size: 1.25em; }
    .page_index .cv .inner .btn_area {
      display: flex;
      justify-content: space-evenly;
      background: #fff;
      padding: .75em;
      box-shadow: 0 1px 3px #999;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      @media only screen and (max-width: 768px) {
        .page_index .cv .inner .btn_area {
          margin: 0 1em; } }
      .page_index .cv .inner .btn_area div {
        box-sizing: border-box; }
        .page_index .cv .inner .btn_area div a {
          padding: 0 2em;
          display: block;
          text-align: center;
          width: 100%;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .page_index .cv .inner .btn_area div a {
              padding: 0 30%; } }
          .page_index .cv .inner .btn_area div a img {
            width: 100%; }
      @media only screen and (max-width: 768px) {
        .page_index .cv .inner .btn_area .cv_mail {
          width: 25%; }
          .page_index .cv .inner .btn_area .cv_mail a {
            width: 100%; } }
      .page_index .cv .inner .btn_area .cv_line {
        border-left: 2px solid #c4d9e5; }
        @media only screen and (max-width: 768px) {
          .page_index .cv .inner .btn_area .cv_line {
            width: 25%; } }
      .page_index .cv .inner .btn_area .cv_tel {
        border-left: 2px solid #c4d9e5; }
        @media only screen and (max-width: 768px) {
          .page_index .cv .inner .btn_area .cv_tel {
            width: 50%; }
            .page_index .cv .inner .btn_area .cv_tel a {
              padding: 0 10%; } }
.page_index .section01 {
  width: 100%;
  background: #ebf5fb;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .page_index .section01 {
      padding: 2em 0; } }
  .page_index .section01 .main_ttl {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px; }
    @media only screen and (max-width: 768px) {
      .page_index .section01 .main_ttl {
        width: 70%; } }
    .page_index .section01 .main_ttl h2 {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 10px 0 20px; }
  .page_index .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .page_index .section01 .inner {
        width: 100%; } }
    .page_index .section01 .inner ul {
      display: flex;
      justify-content: space-evenly; }
      @media only screen and (max-width: 768px) {
        .page_index .section01 .inner ul {
          display: block; } }
      .page_index .section01 .inner ul li {
        width: 28%; }
        @media only screen and (max-width: 768px) {
          .page_index .section01 .inner ul li {
            width: 80%;
            margin: 0 auto;
            padding-bottom: 2em; }
            .page_index .section01 .inner ul li img {
              display: block;
              width: 95%;
              margin: 0 auto; } }
        .page_index .section01 .inner ul li p {
          text-align: left;
          padding-top: 1em;
          line-height: 1.5;
          font-size: 1.1em; }
          @media only screen and (max-width: 768px) {
            .page_index .section01 .inner ul li p {
              font-size: 1.2em; } }
.page_index .section02 {
  background: #fff;
  padding: 1em; }
  .page_index .section02 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section02 .main_ttl {
        width: 70%; } }
    .page_index .section02 .main_ttl p {
      padding-top: 1em;
      font-size: .9em;
      color: #555; }
  .page_index .section02 .inner {
    text-align: center;
    width: 1000px;
    margin: 0 auto 0; }
    @media only screen and (max-width: 768px) {
      .page_index .section02 .inner {
        width: 90%; } }
    .page_index .section02 .inner .airprice {
      margin-bottom: 3em; }
      .page_index .section02 .inner .airprice h3 {
        background: #35a6e3;
        display: inline-block;
        margin: 0 auto 1em;
        padding: .2em 1.2em .3em;
        border-radius: 1.1em;
        color: #fff;
        font-weight: bold;
        font-size: 1.5em; }
      .page_index .section02 .inner .airprice p {
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        line-height: 1.8;
        color: #111;
        margin-bottom: 1.5em; }
    .page_index .section02 .inner .airprice_option {
      padding: 4em 0 3em;
      background: #fff url("img/section02_option_ttl.png") top center no-repeat; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .inner .airprice_option {
          padding-bottom: 1em; } }
      .page_index .section02 .inner .airprice_option ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-evenly; }
        @media only screen and (max-width: 768px) {
          .page_index .section02 .inner .airprice_option ul {
            display: block; } }
        .page_index .section02 .inner .airprice_option ul li {
          border: 1px solid #35a6e3;
          border-top: 6px solid #35a6e3;
          border-bottom: 6px solid #35a6e3;
          width: 30%;
          padding: 1em;
          border-radius: 7px; }
          @media only screen and (max-width: 768px) {
            .page_index .section02 .inner .airprice_option ul li {
              width: 100%;
              margin-bottom: 2em; } }
          .page_index .section02 .inner .airprice_option ul li h3 {
            font-size: 1.5em;
            font-weight: bold;
            padding-bottom: .5em; }
            .page_index .section02 .inner .airprice_option ul li h3 span {
              display: block;
              text-align: center;
              font-size: .6em;
              line-height: 1; }
          .page_index .section02 .inner .airprice_option ul li p {
            text-align: left;
            padding: 1em 0 0; }
            .page_index .section02 .inner .airprice_option ul li p.price {
              text-align: center; }
          .page_index .section02 .inner .airprice_option ul li:nth-child(1) h3 {
            padding-bottom: 1em; }
    .page_index .section02 .inner .airprice_off {
      padding-bottom: 5em;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .inner .airprice_off {
          padding-bottom: 3em; } }
      .page_index .section02 .inner .airprice_off img {
        margin: 0 auto; }
    .page_index .section02 .inner .houseprice {
      margin-bottom: 3em;
      text-align: center; }
      .page_index .section02 .inner .houseprice h3 {
        background: #35a6e3;
        display: inline-block;
        margin: 0 auto 2em;
        padding: .2em 1.2em .3em;
        border-radius: 1.1em;
        color: #fff;
        font-weight: bold;
        font-size: 1.5em; }
        @media only screen and (max-width: 768px) {
          .page_index .section02 .inner .houseprice h3 {
            margin-bottom: 1em; } }
      .page_index .section02 .inner .houseprice img {
        margin: 0 auto; }
    .page_index .section02 .inner .houseprice_off {
      padding-bottom: 5em;
      text-align: center; }
      .page_index .section02 .inner .houseprice_off img {
        margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .inner .houseprice_off {
          padding-bottom: 3em; } }
    .page_index .section02 .inner .attention_of_works {
      width: 1000px;
      margin: 0 auto;
      border: 1px solid #96b603;
      border-top: 6px solid #96b603;
      border-bottom: 6px solid #96b603;
      border-radius: 7px;
      background: #f9fbf1 url("img/section02_icon_attention.png") center 20px no-repeat;
      background-size: 5%;
      padding-top: 5em;
      padding-bottom: 3em; }
      @media only screen and (max-width: 768px) {
        .page_index .section02 .inner .attention_of_works {
          width: 100%;
          background-size: 10%; } }
      .page_index .section02 .inner .attention_of_works h3 {
        color: #96b603;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1;
        margin-bottom: 1.5em; }
      .page_index .section02 .inner .attention_of_works ul {
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .page_index .section02 .inner .attention_of_works ul {
            padding: 0 0 0 2em; } }
        .page_index .section02 .inner .attention_of_works ul li {
          list-style: initial;
          text-align: left; }
.page_index .section03 {
  padding-bottom: 1.5em; }
  .page_index .section03 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section03 .main_ttl {
        width: 55%; } }
  .page_index .section03 .inner {
    width: 100%;
    margin: 0 auto;
    border-top: 20px solid #35a6e3;
    padding: 2em 0 3em; }
    .page_index .section03 .inner img {
      margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section03 .inner {
        width: 100%;
        border-top: 5px solid #35a6e3; } }
.page_index .section04 {
  padding: 3em 0; }
  @media only screen and (max-width: 768px) {
    .page_index .section04 {
      padding: 1em 0; } }
  .page_index .section04 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section04 .main_ttl {
        width: 50%; } }
  .page_index .section04 .inner {
    width: 725px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section04 .inner {
        width: 90%; } }
    .page_index .section04 .inner ul li {
      box-sizing: border-box;
      padding: 3em 1em 1em 2em; }
      .page_index .section04 .inner ul li h3 {
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        color: #1f225f;
        padding-bottom: .5em; }
        @media only screen and (max-width: 768px) {
          .page_index .section04 .inner ul li h3 {
            font-size: 1.4em; } }
      .page_index .section04 .inner ul li p {
        font-size: 1em;
        line-height: 1.5; }
      .page_index .section04 .inner ul li:nth-child(odd) {
        float: left;
        width: 45%; }
        @media only screen and (max-width: 768px) {
          .page_index .section04 .inner ul li:nth-child(odd) {
            width: 80%; } }
      .page_index .section04 .inner ul li:nth-child(even) {
        float: right;
        width: 45%; }
        @media only screen and (max-width: 768px) {
          .page_index .section04 .inner ul li:nth-child(even) {
            width: 80%; } }
      .page_index .section04 .inner ul li:nth-child(1) {
        background: transparent url("img/section04_step01.png") 0 0 no-repeat;
        background-size: 90%;
        margin: 0 0 3em; }
        @media only screen and (max-width: 768px) {
          .page_index .section04 .inner ul li:nth-child(1) {
            background-size: contain; } }
      .page_index .section04 .inner ul li:nth-child(2) {
        background: transparent url("img/section04_step02.png") 0 0 no-repeat;
        background-size: contain;
        margin: 5em 0 3em; }
        @media only screen and (max-width: 768px) {
          .page_index .section04 .inner ul li:nth-child(2) {
            margin: inherit; } }
      .page_index .section04 .inner ul li:nth-child(3) {
        background: transparent url("img/section04_step03.png") 0 0 no-repeat;
        background-size: contain; }
      .page_index .section04 .inner ul li:nth-child(4) {
        background: transparent url("img/section04_step04.png") 0 0 no-repeat;
        background-size: contain; }
.page_index .section05 {
  background-color: #ebf5fb;
  padding: 50px 0; }
  .page_index .section05 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section05 .main_ttl {
        width: 65%; } }
  .page_index .section05 .inner {
    width: 900px;
    text-align: center;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section05 .inner {
        width: 100%; } }
    .page_index .section05 .inner img {
      width: 50%;
      margin: 0 auto 2em; }
      @media only screen and (max-width: 768px) {
        .page_index .section05 .inner img {
          width: 85%; } }
    .page_index .section05 .inner ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        .page_index .section05 .inner ul li {
          display: block; } }
      .page_index .section05 .inner ul li h3 {
        width: 200px;
        padding: .25em 1em;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        border: 2px solid #ddd;
        border-radius: 25px; }
        @media only screen and (max-width: 768px) {
          .page_index .section05 .inner ul li h3 {
            margin: 0 auto .75em; } }
      .page_index .section05 .inner ul li p {
        width: 670px;
        line-height: 1.4;
        color: #111;
        font-weight: bold;
        font-size: .9em;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          .page_index .section05 .inner ul li p {
            font-size: 1.2em;
            width: 90%;
            margin: 0 auto 1em; } }
      .page_index .section05 .inner ul li:nth-child(1) h3 {
        color: #35a6e3;
        border-color: #35a6e3; }
      .page_index .section05 .inner ul li:nth-child(2) h3 {
        color: #c3b000;
        border-color: #e2cc00; }
      .page_index .section05 .inner ul li:nth-child(3) h3 {
        color: #fc7070;
        border-color: #fc7070; }
      .page_index .section05 .inner ul li:nth-child(4) h3 {
        color: #70b504;
        border-color: #70b504; }
.page_index .section06 {
  padding: 30px 0;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .page_index .section06 {
      padding-bottom: 0; } }
  .page_index .section06 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section06 .main_ttl {
        width: 60%; } }
  .page_index .section06 .inner {
    width: 700px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section06 .inner {
        width: 100%; } }
    .page_index .section06 .inner h3 {
      display: inline-block;
      background: #35a6e3;
      color: #fff;
      font-weight: normal;
      padding: .15em .5em;
      border-radius: 0 9px 0px 0px; }
    .page_index .section06 .inner .bgwrap {
      background: #ebf5fb;
      border-radius: 0 0 7px 7px; }
      .page_index .section06 .inner .bgwrap img {
        width: 100%;
        margin-bottom: 2em; }
      .page_index .section06 .inner .bgwrap table {
        width: 70%;
        margin: 0 auto 2em; }
        .page_index .section06 .inner .bgwrap table tr {
          border-bottom: 1px solid #84c9ed;
          font-size: .9em; }
          @media only screen and (max-width: 768px) {
            .page_index .section06 .inner .bgwrap table tr {
              font-size: 1.2em; } }
          .page_index .section06 .inner .bgwrap table tr th {
            color: #35a6e3;
            font-weight: normal;
            padding: .5em; }
            @media only screen and (max-width: 768px) {
              .page_index .section06 .inner .bgwrap table tr th {
                width: 30%; } }
          .page_index .section06 .inner .bgwrap table tr td {
            color: #111; }
      .page_index .section06 .inner .bgwrap h4 {
        background: #35a6e3;
        color: #fff;
        padding: .25em 1em;
        display: inline-block;
        margin-left: 2em;
        border-radius: 5px;
        position: relative; }
        .page_index .section06 .inner .bgwrap h4::before {
          width: 0;
          height: 0;
          content: "";
          border-style: solid;
          content: "";
          position: absolute;
          border-width: 10px 5px 0 5px;
          border-color: #35a6e3 transparent transparent transparent;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -10px; }
      .page_index .section06 .inner .bgwrap p {
        padding: 1em 2em 5em;
        font-size: .9em; }
        @media only screen and (max-width: 768px) {
          .page_index .section06 .inner .bgwrap p {
            font-size: 1.15em; } }
.page_index .section08 {
  background: url("img/section08_bg.png") center top no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 30px; }
  @media only screen and (max-width: 768px) {
    .page_index .section08 {
      padding: 5px;
      width: 100%;
      background: url("img/section08_bg_sp.png") center top no-repeat; } }
  .page_index .section08 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section08 .main_ttl {
        width: 55%; } }
  .page_index .section08 .inner {
    width: 720px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section08 .inner {
        width: 90%; } }
    .page_index .section08 .inner ul li {
      background: #fff;
      padding: .5em;
      border-radius: 12px;
      margin-bottom: 1.5em; }
      .page_index .section08 .inner ul li .question {
        padding: 1em 0 1em 4em;
        background: url("img/icon_q.png") no-repeat 20px 14px;
        background-size: 42px;
        color: #2977b4;
        font-size: 1.2em;
        font-weight: 500;
        cursor: pointer;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .page_index .section08 .inner ul li .question {
            background-position: 10px 20px; } }
        .page_index .section08 .inner ul li .question::after {
          content: "";
          position: absolute;
          width: 20px;
          height: 100%;
          background-image: url("img/section07_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 0;
          top: 0;
          pointer-events: none; }
        .page_index .section08 .inner ul li .question.active::after {
          background-image: url("img/section07_ico_active.png"); }
      .page_index .section08 .inner ul li .answer {
        padding: 1em 1em 1em 4em;
        background: url("img/icon_a.png") no-repeat 20px 18px;
        background-size: 42px;
        font-size: 1.2em;
        border-top: 2px dotted #c4c4c4; }
        .page_index .section08 .inner ul li .answer a {
          color: #35a6e3; }
        @media only screen and (max-width: 768px) {
          .page_index .section08 .inner ul li .answer {
            background-position: 10px 20px; } }
      @media only screen and (max-width: 768px) {
        .page_index .section08 .inner ul li:nth-child(4) .question {
          background-position: 10px 8px; } }
      @media only screen and (max-width: 768px) {
        .page_index .section08 .inner ul li:nth-child(5) .question {
          background-position: 10px 8px; } }
  .page_index .section08 ul li {
    border-bottom: 1px solid #c4c4c4; }
.page_index .section07 {
  background: #ebf5fb;
  background-size: cover;
  padding: 35px 0; }
  .page_index .section07 .main_ttl {
    text-align: center;
    margin: 30px auto;
    width: 500px; }
    @media only screen and (max-width: 768px) {
      .page_index .section07 .main_ttl {
        width: 65%; } }
  .page_index .section07 .inner_wrap {
    padding: 50px 30px 30px;
    background: #fff;
    border-radius: 10px;
    width: 800px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_index .section07 .inner_wrap {
        width: 95%;
        padding: 10px; } }
    .page_index .section07 .inner_wrap .inner {
      width: 700px;
      border-radius: 7px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .page_index .section07 .inner_wrap .inner {
          width: 100%; } }
      .page_index .section07 .inner_wrap .inner h2 {
        text-align: center;
        position: relative; }
        .page_index .section07 .inner_wrap .inner h2::after {
          width: 400px;
          height: 60px;
          text-align: center;
          position: absolute;
          top: -120px;
          left: 50%;
          margin-left: calc(-400px/2);
          content: "問合せフォーム";
          color: #fff;
          font-size: 1.75em;
          font-family: serif; }
      .page_index .section07 .inner_wrap .inner .form_section table {
        border: none;
        margin: 10px auto 0; }
        .page_index .section07 .inner_wrap .inner .form_section table th {
          background: #fff;
          border: none;
          width: 30%; }
          @media only screen and (max-width: 768px) {
            .page_index .section07 .inner_wrap .inner .form_section table th {
              padding: 0 0 0 60px; }
              .page_index .section07 .inner_wrap .inner .form_section table th span.require, .page_index .section07 .inner_wrap .inner .form_section table th span.option {
                right: auto;
                left: 10px;
                top: 57%; }
              .page_index .section07 .inner_wrap .inner .form_section table th span.require {
                background: #ff3636; }
              .page_index .section07 .inner_wrap .inner .form_section table th span.option {
                background: #636363; } }
        .page_index .section07 .inner_wrap .inner .form_section table td {
          background: #fff;
          border: none;
          padding: 10px; }
          .page_index .section07 .inner_wrap .inner .form_section table td input[type="number"] {
            padding: .75em;
            border: 1px solid #ddd;
            border-radius: 3px; }
          .page_index .section07 .inner_wrap .inner .form_section table td input.address {
            width: 85%; }
          .page_index .section07 .inner_wrap .inner .form_section table td textarea {
            width: 100%; }
          .page_index .section07 .inner_wrap .inner .form_section table td .error {
            color: #d00;
            display: block;
            font-size: .8em;
            padding-top: .75em; }
          .page_index .section07 .inner_wrap .inner .form_section table td.guide {
            text-align: center; }
            .page_index .section07 .inner_wrap .inner .form_section table td.guide a {
              color: #08b4e5; }
          .page_index .section07 .inner_wrap .inner .form_section table td.serviceCheck {
            padding-bottom: 2em; }
            .page_index .section07 .inner_wrap .inner .form_section table td.serviceCheck label {
              cursor: pointer;
              position: relative; }
              .page_index .section07 .inner_wrap .inner .form_section table td.serviceCheck label input.error {
                display: inline; }
              .page_index .section07 .inner_wrap .inner .form_section table td.serviceCheck label label.error {
                padding: 0;
                display: inline-block;
                position: absolute;
                top: 6em;
                left: 0;
                width: 300px; }
          .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck {
            text-align: center;
            padding-bottom: 2em; }
            .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label {
              cursor: pointer;
              position: relative; }
              .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label input.error {
                display: inline; }
              .page_index .section07 .inner_wrap .inner .form_section table td.agreeCheck label label.error {
                padding: 0;
                display: inline;
                position: absolute;
                top: 2em;
                left: 50%;
                margin-left: -128px; }
  .page_index .section07 .inner_guide {
    padding: 30px 0 0;
    text-align: center;
    font-size: 15px;
    color: #272727; }
    .page_index .section07 .inner_guide span {
      color: #f00;
      font-weight: bold;
      font-size: 17px; }
  .page_index .section07 .err_message {
    text-align: center;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
    width: 62%; }
  .page_index .section07 .formparts {
    display: none; }
  .page_index .section07 .formparts-active {
    display: block !important; }
  .page_index .section07 .form_section button {
    display: block;
    border: none;
    border-bottom: 5px solid #C13B3B;
    text-shadow: 0 0 3px #C13B3B;
    background: #E64E4E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    width: 380px;
    text-align: center;
    font-size: 25px;
    margin: 25px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  @media only screen and (max-width: 768px) {
    .page_index .section07 .form_section button {
      width: 100%; } }
  .page_index .section07 .progress {
    margin: 0 auto;
    margin-top: 10px;
    width: 50%;
    align-items: center; }
    .page_index .section07 .progress .progressbar {
      width: 85%;
      height: 10px;
      background: #fff;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .page_index .section07 .progress .progressbar {
          width: 85%; } }
      .page_index .section07 .progress .progressbar span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        background: #f59d11;
        height: 10px;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
    .page_index .section07 .progress .progress_txt {
      width: 15%;
      padding-left: 10px;
      color: #f59d11;
      font-weight: bold; }
      .page_index .section07 .progress .progress_txt span {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin-right: 3px; }
  .page_index .section07 .form_parts_wrap {
    position: relative;
    margin-top: 20px; }
    .page_index .section07 .form_parts_wrap .image {
      position: absolute;
      right: -20px;
      top: -180px; }
    .page_index .section07 .form_parts_wrap .text-tel {
      width: auto; }
    .page_index .section07 .form_parts_wrap .note {
      margin-top: 20px;
      color: #fff;
      text-align: center; }
.page_index .section09 {
  padding: 50px 0; }
  .page_index .section09 .main_ttl {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0; }
  .page_index .section09 .inner {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 30px 0;
    box-shadow: 0 0 3px #ccc; }
    .page_index .section09 .inner .item {
      padding-bottom: 3em; }
      .page_index .section09 .inner .item h3 {
        text-align: left;
        font-family: serif;
        font-size: 1.75em;
        padding: .2em 0 .2em .5em;
        line-height: 1;
        border-left: 5px solid #ceeaea;
        font-weight: bold; }
      .page_index .section09 .inner .item ul {
        text-align: left;
        padding-top: 4em; }
        .page_index .section09 .inner .item ul.merit {
          background: transparent url("img/section09_ico_merit.png") 0 20px no-repeat; }
          .page_index .section09 .inner .item ul.merit li {
            font-size: 14px;
            line-height: 1.5; }
            .page_index .section09 .inner .item ul.merit li strong {
              font-weight: bold; }
        .page_index .section09 .inner .item ul.demerit {
          background: transparent url("img/section09_ico_demerit.png") 0 20px no-repeat; }
          .page_index .section09 .inner .item ul.demerit li {
            font-size: 14px;
            line-height: 1.5; }
            .page_index .section09 .inner .item ul.demerit li strong {
              font-weight: bold; }

.page_company {
  background-color: #fff;
  padding: 30px; }
  @media only screen and (max-width: 768px) {
    .page_company {
      padding: 0; } }
  .page_company .container {
    width: 800px;
    margin: 0 auto 50px;
    background-color: #fff;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .page_company .container {
        width: 100%; } }
  .page_company .content h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    padding-bottom: .75em;
    color: #2776B4;
    text-decoration: underline;
    text-underline-offset: .2em; }
    @media only screen and (max-width: 768px) {
      .page_company .content h2 {
        font-size: 1.5em; } }
  .page_company .company_info table {
    border-collapse: collapse;
    width: 100%;
    font-size: .9em;
    margin-bottom: 2em; }
    .page_company .company_info table tr {
      border-top: solid 1px #777; }
      .page_company .company_info table tr th {
        padding: 2em;
        font-weight: bold;
        text-align: right;
        width: 40%; }
      .page_company .company_info table tr td {
        padding: 2em 2em 2em 5em;
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .page_company .company_info table tr td {
            padding: 2em; } }
      .page_company .company_info table tr:last-child {
        border-bottom: solid 1px #777; }
  .page_company .map_info {
    overflow: hidden;
    width: 100%;
    height: 450px; }
    .page_company .map_info iframe {
      width: 100%;
      height: 450px; }
      @media only screen and (max-width: 768px) {
        .page_company .map_info iframe {
          vh: 60%; } }

.page_privacy {
  background-color: #fff;
  padding: 30px; }
  @media only screen and (max-width: 768px) {
    .page_privacy {
      padding: 0; } }
  .page_privacy .container {
    width: 800px;
    margin: 0 auto 50px;
    background-color: #fff;
    padding: 30px; }
    @media only screen and (max-width: 768px) {
      .page_privacy .container {
        width: 100%;
        margin: 0 auto; } }
  .page_privacy .container2 {
    width: 800px;
    margin: 0px auto 50px;
    background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .page_privacy .container2 {
        width: 100%;
        margin: 0 auto 20px; } }
    .page_privacy .container2 .ttl {
      font-size: 23px;
      text-align: center;
      width: 100%;
      background-color: #35a6e3;
      padding: 15px 0;
      color: #fff; }
    .page_privacy .container2 .inner {
      padding: 30px; }
  .page_privacy .content {
    overflow: hidden; }
    .page_privacy .content h2 {
      text-align: center;
      font-weight: bold;
      font-size: 2.5em;
      padding-bottom: .75em;
      color: #2776B4;
      text-decoration: underline; }
      @media only screen and (max-width: 768px) {
        .page_privacy .content h2 {
          font-size: 1.5em; } }
    .page_privacy .content h3 {
      font-weight: bold;
      text-align: left;
      font-size: 15px; }
    .page_privacy .content .txt {
      text-align: left;
      font-size: 13px;
      margin-bottom: 30px; }
      .page_privacy .content .txt a {
        color: #179bee; }

.form .logo {
  text-align: center; }
.form .container {
  margin-top: 40px; }
.form .heading {
  text-align: center;
  margin-top: 25px; }
.form table {
  margin-top: 25px; }
.form .note {
  margin-top: 30px;
  text-align: center; }
.form .thanks .thanks_txt1 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px; }
.form .thanks .thanks_txt2 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px; }
.form .thanks p {
  margin-top: 40px;
  font-size: 14px; }

.form_section .ttl {
  text-align: center; }
.form_section .read {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #dd1111; }
.form_section table {
  margin-top: 20px; }
.form_section .progress {
  margin-top: 20px;
  width: 100%; }
  .form_section .progress .progressbar,
  .form_section .progress .progress_txt {
    display: table-cell;
    vertical-align: middle; }
  .form_section .progress .progressbar {
    width: 92%;
    height: 30px;
    background: #eeeeee;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .form_section .progress .progressbar {
        width: 85%; } }
    .form_section .progress .progressbar span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: #ed6103;
      height: 30px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
  .form_section .progress .progress_txt {
    padding-left: 10px;
    color: #ed6103;
    font-weight: bold; }
    .form_section .progress .progress_txt span {
      font-weight: bold;
      font-size: 20px;
      display: inline-block;
      margin-right: 3px; }

footer {
  background: #6f86d6;
  background: -webkit-linear-gradient(top, #6f86d6 0%, #48c6ef 100%);
  background: linear-gradient(to bottom, #6f86d6 0%, #48c6ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f86d6', endColorstr=' #48c6ef', GradientType=0); }
  footer .ft_menu {
    padding: 20px 0 10px;
    color: #fff;
    text-align: center; }
    footer .ft_menu .p_mark {
      width: 700px;
      margin: 0px auto;
      padding: 20px; }
      footer .ft_menu .p_mark p {
        display: inline-block; }
      footer .ft_menu .p_mark .pra_txt {
        width: 500px; }
    footer .ft_menu hr {
      width: 450px;
      height: 1px;
      text-align: center;
      margin: 0 auto; }
    footer .ft_menu .ft_nav {
      width: 400px;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0; }
      footer .ft_menu .ft_nav ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around; }
        footer .ft_menu .ft_nav ul li {
          display: inline-block;
          width: 50%;
          text-align: center; }
          footer .ft_menu .ft_nav ul li a {
            text-decoration: none;
            font-size: 15px;
            color: #fff; }
  footer a {
    text-decoration: none; }
    footer a .copyright {
      text-align: center;
      padding: 0 0 20px;
      color: #fff; }

.fixed_footer_nav {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  left: 0;
  top: 0;
  padding: 10px 20px; }

  /*@media only screen and (min-width: 769px) {
    .fixed_footer_nav {
      display: none !important; } }
*/
.fixed_footer_nav .flex {
  display: flex;
  justify-content: space-around;
  text-align: center; }

.fixed_footer_nav .flex .item:nth-child(1) {
  width: 70%;
  padding-right: 5px; }

.fixed_footer_nav .flex .item:nth-child(2) {
  width: 15%;
  padding-left: 5px; }

.fixed_footer_nav .flex .item:nth-child(3) {
  width: 15%;
  padding-left: 5px; }

#formWrap {
  background: #ebf5fb;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    #formWrap {
      padding: 40px 20px; } }
  #formWrap h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      #formWrap h3 {
        font-size: 24px; } }
  #formWrap .wrap {
    width: 700px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    margin: 40px auto 0;
    background: #fff;
    padding: 50px; }
    @media only screen and (max-width: 768px) {
      #formWrap .wrap {
        width: 100%;
        padding: 30px 20px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    #formWrap .wrap table {
      margin-top: 40px;
      width: 100%;
      border: 1px solid #ddd; }
      @media only screen and (max-width: 768px) {
        #formWrap .wrap table {
          margin-top: 30px; } }
      #formWrap .wrap table th, #formWrap .wrap table td {
        vertical-align: middle;
        padding: 20px;
        border: 1px solid #ddd; }
        @media only screen and (max-width: 768px) {
          #formWrap .wrap table th, #formWrap .wrap table td {
            display: block;
            padding: 15px; } }
      #formWrap .wrap table th {
        width: 200px;
        background: #f5f5f5; }
        @media only screen and (max-width: 768px) {
          #formWrap .wrap table th {
            width: 100%; } }
  #formWrap [type=submit] {
    display: block;
    border: none;
    border-bottom: 5px solid #C13B3B;
    text-shadow: 0 0 3px #C13B3B;
    background: #E64E4E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    width: 380px;
    text-align: center;
    font-size: 25px;
    margin: 25px auto;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (max-width: 768px) {
      #formWrap [type=submit] {
        width: 100%;
        font-size: 18px; } }
