body::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-color: #a61c45;
}
@media (max-width: 767px) {
  body::after {
    height: 0px;
  }
  .sm_none {
    display: none!important;
  }
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 767px) {
  #gnav_wrap {
    padding: 10px 0;
  }
  #gnav_wrap #gnav #gnav__trial {
    font-weight: normal;
    font-family: sans-serif;
    border-radius: 6px 0px 0px 6px;
    background: #147AF0;
    margin-left: min(5.78125vw, 74px);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  }
  #gnav_wrap #gnav #gnav__trial:hover {
    opacity: 0.7;
  }
  #gnav_wrap #gnav #gnav__trial a {
    font-weight: bold!important;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
  }
  #gnav_wrap #gnav #gnav__request {
    font-weight: normal;
    font-family: sans-serif;
    border-radius: 0px 6px 6px 0px;
    background: #a61c46;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  }
  #gnav_wrap #gnav #gnav__request:hover {
    opacity: 0.7;
  }
  #gnav_wrap #gnav #gnav__request a {
    font-weight: bold!important;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff;
  }
  #gnav_wrap #gnav #gnav__phone {
    display: none;
  }
}
@media (max-width: 767px) {
  #gnav_wrap #gnav__phone {
    z-index: 9999;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-top: #c3c3c3 1px solid;
    border-right: #c3c3c3 1px solid;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0;
  }
  #gnav_wrap #gnav__phone a {
    padding-left: 15px;
    padding-top: 5px;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    border: none;
  }
}

.troposphere {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
}
.troposphere__exterior {
  width: min(72.34375vw, 926px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  margin: 0 auto;
}
.troposphere__exterior a {
  text-decoration: none;
  color: inherit;
}
.troposphere__trial {
  line-height: 1;
}
.troposphere__trial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(23.828125vw, 305px);
  border-radius: 8px;
  background: #147AF0;
  font-weight: bold!important;
  font-family: 'PT Sans', sans-serif;
  font-size: min(1.5625vw, 20px);
  color: #ffffff;
  padding: 16px 0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.troposphere__trial a:hover {
  opacity: 0.7;
}
.troposphere__trial a::before {
  content: "";
  display: block;
  width: min(2.5vw, 32px);
  height: min(2.5vw, 32px);
  background: url(../img/additional/troposphere__trial@2x.png) no-repeat center/cover;
  margin-right: min(1.171875vw, 15px);
}
.troposphere__trial a div {
  text-align: center;
}
.troposphere__trial a div span {
  display: block;
  font-size: min(0.859375vw, 11px);
  margin-top: 6px;
}
.troposphere__request {
  line-height: 1;
}
.troposphere__request a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(23.828125vw, 305px);
  border-radius: 8px;
  background: #a61c46;
  font-weight: bold!important;
  font-family: 'PT Sans', sans-serif;
  font-size: min(1.5625vw, 20px);
  color: #ffffff;
  padding: 16px 0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.troposphere__request a:hover {
  opacity: 0.7;
}
.troposphere__request a::before {
  content: "";
  display: block;
  width: min(2.5vw, 32px);
  height: min(2.5vw, 32px);
  background: url(../img/additional/troposphere__request@2x.png) no-repeat center/cover;
  margin-right: min(1.171875vw, 15px);
}
.troposphere__request a div {
  text-align: center;
}
.troposphere__request a div span {
  display: block;
  font-size: min(0.859375vw, 11px);
  margin-top: 6px;
}
.troposphere__phone {
  line-height: 1;
  color: #931c45;
  font-family: "PT Sans", sans-serif;
}
.troposphere__phone .phone__primary {
  display: block;
  font-size: min(2.1875vw, 28px);
  margin-bottom: 4px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.troposphere__phone .phone__secondary {
  display: block;
  font-size: min(0.9375vw, 12px);
}
.troposphere__phone .phone__secondary span {
  font-size: min(0.78125vw, 10px);
}
.troposphere__phone .phone__tertiary {
  display: none;
}
@media (max-width: 767px) {
  .troposphere {
    background-color: unset;
  }
  .troposphere__exterior {
    width: unset;
    padding: 0;
    margin: unset;
  }
  .troposphere__trial {
    width: 50%;
  }
  .troposphere__trial a {
    font-weight: bold!important;
    width: 100%;
    border-radius: unset;
    font-size: min(3.6666666667vw, 22px);
    padding: 16px 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .troposphere__trial a::before {
    content: "";
    display: block;
    width: min(5vw, 30px);
    height: min(5vw, 30px);
    background: url(../img/additional/troposphere__trial@2x.png) no-repeat center/cover;
    margin-right: min(2.5vw, 15px);
  }
  .troposphere__trial a div span {
    display: none;
  }
  .troposphere__request {
    display: none;
  }
  .troposphere__phone {
    width: 50%;
    font-family: sans-serif;
  }
  .troposphere__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-radius: unset;
    font-size: min(3.6666666667vw, 22px);
    padding: 10px 0;
    background: #931c45;
    color: #ffffff;
    padding: 16px 0;
    font-weight: bold!important;
    font-family: 'PT Sans', sans-serif;
  }
  .troposphere__phone a .phone__primary,
.troposphere__phone a .phone__secondary {
    display: none;
  }
  .troposphere__phone a .phone__tertiary {
    display: block;
  }
  .troposphere__phone a::before {
    content: "";
    display: block;
    width: min(5vw, 30px);
    height: min(5vw, 30px);
    background: url(../img/additional/troposphere__phone@2x.png) no-repeat center/cover;
    margin-right: min(2.5vw, 15px);
  }
}

.stratosphere {
  position: fixed;
  display: none;
  bottom: 115px;
  z-index: 1280;
  right: 20px;
  cursor: pointer;
  width: 89px;
  height: 89px;
}
.stratosphere img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .stratosphere img {
    width: 90%;
    height: 90%;
  }
}

@media (max-width: 767px) {
  .stratosphere {
    bottom: 77px;
    right: 15px;
    width: 76px;
    height: 76px;
  }
}

#form_box tr:nth-of-type(1) th {
  vertical-align: top;
}
#form_box tr:nth-of-type(1) th .must {
  top: 11.3px;
}
#form_box .service__exterior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
#form_box .service__exterior input {
  width: 14px;
  height: 14px;
  margin-right: 12px;
}
#form_box .service__exterior label {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
}
#form_box .service__note {
  font-size: 11px;
  text-align: left;
  padding-left: 26px;
}
#form_box .service:nth-child(1) {
  margin-bottom: 8px;
}
#form_box .service:nth-child(1) label {
  background-color: #147AF0;
}
#form_box .service:nth-child(2) label {
  background-color: #a61c46;
}
#form_box .prefecture td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#form_box .prefecture td select {
  margin-right: 6px;
}
#form_box .prefecture td select[name=district] {
  display: none;
}

.fv_under {
  max-width: 1200px;
  margin: 0 auto;
}

.fv_under img {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  #form_box .prefecture td {
    display: block;
    text-align: left;
  }

  .fv_under {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fv_under img {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
#form_box .prefecture__exterior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


@media screen and (min-width: 768px) {
  .kotei-pc {
    position:fixed;
    bottom:0;
    width: 225px;
    z-index: 99999;
    bottom: 115px;
    left: 30px;
  }

  .kotei-pc img {
    width: 225px;
    margin-bottom: 5px;
  }

  .kotei-pc img:hover {

    opacity: 0.7;
    -webkit-transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-ms-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	transition: all 0.5s;

  }

  .kotei-txt p {
    text-align: left;
    color: #2D130C;
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans', sans-serif;
  }

  .stratosphere2 {
    display: none;
  }
}
