@charset "UTF-8";
@media screen and (min-width: 768px), print {
  main {
    width: 100%;
    margin: 0 auto;
  }
  #main-bx .bx {
    background: #F1F9FB;
    padding: 56px 0 83px;
    margin: 20px 0 10px;
  }
  #main-bx .bx .inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  #main-bx .bx .inner .in-inner {
    width: 565px;
    margin-right: auto;
    margin-left: 72px;
  }
  #main-bx .bx .inner .in-inner .ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 10px 0px 10px 80px;
    background: url(../images/form/main-icon.svg) no-repeat top left;
  }
  #main-bx .bx .inner .in-inner .img {
    position: absolute;
    right: 76px;
    top: -14px;
  }
  #main-bx .bx .inner .in-inner .txt {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 0.75px;
    line-height: 1.85;
    margin-left: 10px;
  }
  #main-bx .bx .inner .in-inner .txt1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.85px;
    line-height: 1.7;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main-bx .bx {
    background: #F1F9FB;
    padding: 5vw 0 8vw;
    margin: 5vw 0 0;
  }
  #main-bx .bx .inner {
    width: 100vw;
    margin: 0 auto;
    position: relative;
  }
  #main-bx .bx .inner .in-inner {
    width: 90vw;
    margin: 0 auto;
  }
  #main-bx .bx .inner .in-inner .ttl {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    text-align: center;
    margin-bottom: 3vw;
    padding: 3vw 0 3vw 10vw;
    background: url(../images/form/main-icon.svg) no-repeat top 2vw left 8vw;
    background-size: 10vw;
  }
  #main-bx .bx .inner .in-inner .img {
    width: 50vw;
    margin: 0 auto 5vw;
  }
  #main-bx .bx .inner .in-inner .txt {
    font-size: 3.6vw;
    margin-bottom: 3vw;
    letter-spacing: 0.2vw;
    line-height: 1.8;
  }
  #main-bx .bx .inner .in-inner .txt1 {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    line-height: 1.7;
  }
}
body.outside_form * {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  box-sizing: border-box;
}
body.outside_form header {
  margin: 0 auto;
  padding-top: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.outside_form main {
  margin-bottom: 0;
}
body.outside_form .flex {
  display: flex;
  flex-wrap: wrap;
}
body.outside_form .galleries {
  margin: 30px auto 50px;
}
body.outside_form .galleries .flex {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  gap: 34px;
  row-gap: 30px;
}
body.outside_form .galleries .flex img {
  width: 31.2727272727%;
}
body.outside_form .form-area .sections-inner {
  max-width: 700px;
  margin: 0 auto;
}
body.outside_form .form-area .sections-inner .head_h2 {
  font-weight: 700;
  font-size: 32px;
}
body.outside_form .form-area .sections-inner .head_h2 + p {
  margin-top: 20px;
}
body.outside_form .form-area .sections-inner .status {
  margin: 60px auto;
}
body.outside_form .form-area .sections-inner .status ul {
  justify-content: center;
  gap: 25px;
}
body.outside_form .form-area .sections-inner .status ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: 210px;
  height: 50px;
  position: relative;
  border-radius: 15px;
}
body.outside_form .form-area .sections-inner .status ul li.current {
  color: #fff;
  background: #189CBE;
}
body.outside_form .form-area .sections-inner .status ul li.current:before {
  content: "";
  position: absolute;
  background: url(../images/form/status-arrow.svg) no-repeat;
  width: 22px;
  height: 16px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
body.outside_form .form-area .sections-inner .status ul li:not(.current) {
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
}
body.outside_form .form-area .sections-inner .status .status-bar {
  margin-top: 23px;
  padding: 3px;
  background: #F6F6F7;
  width: 100%;
  height: 14px;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
body.outside_form .form-area .sections-inner .status .status-bar span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #189CBE;
}
body.outside_form .form-area .sections-inner .status .status-bar.status-first span {
  width: 33.3333333333%;
}
body.outside_form .form-area .sections-inner .status .status-bar.status-confirm span {
  width: 66.6666666667%;
}
body.outside_form .form-area .sections-inner .status .status-bar.status-thanks span {
  width: 100%;
}
body.outside_form .form-area .sections-inner p + form {
  margin-top: 30px;
}
body.outside_form .form-area .sections-inner form .error {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #E44D50;
}
body.outside_form .form-area .sections-inner form .mark, body.outside_form .form-area .sections-inner form label {
  cursor: pointer;
}
body.outside_form .form-area .sections-inner form .inputs {
  padding-bottom: 80px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .ttl {
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .ttl span {
  font-size: 14px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .ttl:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  content: "任意";
  border-radius: 5px;
  width: 40px;
  height: 20px;
  background: #E3E3E3;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .ttl.required:after {
  content: "必須";
  color: #fff;
  background: #E44D50;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .flex {
  gap: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box label {
  position: relative;
}
body.outside_form .form-area .sections-inner form .inputs .input_box label.cklabel {
  padding-left: 30px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input {
  display: flex;
  flex-direction: column;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column {
  flex-direction: unset;
  flex-wrap: wrap;
  row-gap: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column > * {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column + .error {
  margin-top: 20px;
  display: block;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #999;
  padding: 0 15px;
  font-size: 16px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input.w-280 {
  width: 280px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input + span {
  margin-top: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox] {
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  visibility: hidden;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox] + .mark {
  margin: 0;
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  border-radius: 5px;
  box-sizing: border-box;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox] + .mark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(38deg);
  opacity: 0;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox]:checked + .mark {
  background: #189cbe;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox]:checked + .mark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  opacity: 1;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input textarea {
  min-height: 180px;
  padding: 15px;
  font-size: 16px;
  border-radius: 5px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input span {
  display: block;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input span + span {
  margin-top: 20px;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input span.support {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
body.outside_form .form-area .sections-inner form .inputs .input_box .input span.ex {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin-top: 20px;
  color: #999;
}
body.outside_form .form-area .sections-inner form .inputs .input_box + .input_box {
  margin-top: 50px;
}
body.outside_form .form-area .sections-inner form .privacyCheck {
  margin-bottom: 80px;
}
body.outside_form .form-area .sections-inner form .privacyCheck label {
  padding-top: 0;
  font-size: 16px;
  height: 32px;
  display: block;
  margin: 0 auto;
  width: 315px;
}
body.outside_form .form-area .sections-inner form .privacyCheck .mark {
  height: 20px;
  width: 20px;
  top: 48%;
  transform: translateY(-50%);
  border: 1px solid #999;
}
body.outside_form .form-area .sections-inner form .privacyCheck .mark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
}
body.outside_form .form-area .sections-inner form .privacyCheck a {
  margin-left: 0;
}
body.outside_form .form-area .sections-inner form .privacyCheck .error {
  margin-top: 26px;
  display: block;
  line-height: 2;
}
body.outside_form .form-area .sections-inner form .btn-send {
  display: none;
}
body.outside_form .form-area .sections-inner form .btn-type01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #189cbe;
  border: 1px #189cbe solid;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
}
body.outside_form .form-area .sections-inner form .btn-type01:before, body.outside_form .form-area .sections-inner form .btn-type01:after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
body.outside_form .form-area .sections-inner form .btn-type01:before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body.outside_form .form-area .sections-inner form .btn-type01:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #189cbe;
  border-right: 2px solid #189cbe;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
}
body.outside_form .form-area .sections-inner form .btn-type01:hover {
  color: #189cbe;
  text-decoration: none;
  background: #fff;
}
body.outside_form .form-area .sections-inner form .btn-type01:hover:before {
  background-color: #189cbe;
}
body.outside_form .form-area .sections-inner form .btn-type01:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body.outside_form .copyright {
  padding: 0;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.outside_form .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #189cbe;
  border: 1px #189cbe solid;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  margin: 100px auto 0;
}
body.outside_form .button:before, body.outside_form .button:after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
body.outside_form .button:before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body.outside_form .button:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #189cbe;
  border-right: 2px solid #189cbe;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
}
body.outside_form .button:hover {
  color: #189cbe;
  text-decoration: none;
  background: #fff;
}
body.outside_form .button:hover:before {
  background-color: #189cbe;
}
body.outside_form .button:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
body.outside_form.confirm .form-area .sections-inner .status {
  margin-bottom: 40px;
}
body.outside_form.confirm .form-area .sections-inner .head_h2 {
  text-align: center;
  margin-bottom: 40px;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #A3A3A3;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .ttl {
  font-size: 14px;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .ttl:after {
  display: none;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .ttl span {
  display: none;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .input span {
  display: none;
}
body.outside_form.confirm .form-area .sections-inner form .inputs .input_box + .input_box {
  margin-top: 30px;
}
body.outside_form.confirm .form-area .sections-inner form .btn-send {
  display: flex;
  justify-content: center;
  gap: 40px;
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 58px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #E3E3E3;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  margin: 0 auto;
  border: 1px solid #E3E3E3;
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:before, body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:before {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:after {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  border-top: unset;
  border-right: unset;
  top: 50%;
  left: 26px;
  transform: translateY(-50%) rotate(45deg);
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:hover {
  color: #189cbe;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02:hover:before {
  background: #E3E3E3;
}
body.outside_form.thanks .form-area .sections-inner {
  padding-bottom: 153px;
}
body.outside_form.thanks .form-area .sections-inner .status {
  margin-bottom: 40px;
}
body.outside_form.thanks .form-area .sections-inner .head_h2 {
  text-align: center;
  margin-bottom: 30px;
}
body.outside_form.thanks .form-area .sections-inner .head_h2 + p {
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.outside_form header {
    height: 75px;
    display: block;
  }
  body.outside_form .seo_bread_list {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
  body.outside_form main {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  body.outside_form .flex {
    display: flex;
    flex-wrap: wrap;
  }
  body.outside_form .galleries {
    margin: 15px auto 25px;
  }
  body.outside_form .galleries .flex {
    max-width: 100%;
    padding: 0 15px;
    gap: 2.6666666667vw;
    row-gap: 1.3333333333vw;
  }
  body.outside_form .galleries .flex img {
    width: 44.6666666667vw;
  }
  body.outside_form .form-area .sections-inner {
    max-width: 100%;
    padding: 0 15px;
  }
  body.outside_form .form-area .sections-inner .head_h2 {
    font-size: 18px;
    line-height: 1.8;
  }
  body.outside_form .form-area .sections-inner .head_h2 + p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  body.outside_form .form-area .sections-inner .status {
    margin: 8vw auto 6.6666666667vw;
  }
  body.outside_form .form-area .sections-inner .status ul {
    gap: 4.6666666667vw;
  }
  body.outside_form .form-area .sections-inner .status ul li {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    height: 16vw;
    border-radius: 2vw;
  }
  body.outside_form .form-area .sections-inner .status .status-bar {
    margin-top: 3.2vw;
    padding: 0.4vw;
    height: 1.8666666667vw;
    border-radius: 0.9333333333vw;
  }
  body.outside_form .form-area .sections-inner .status .status-bar span {
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
  }
  body.outside_form .form-area .sections-inner form .error {
    font-size: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs {
    padding-bottom: 50px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .ttl {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .ttl span {
    font-size: 12px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .ttl:after {
    border-radius: 2.5px;
    width: 30px;
    height: 15px;
    font-size: 10px;
    display: inline-flex;
    top: -2px;
    position: relative;
    right: -10px;
    transform: unset;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .flex {
    justify-content: space-between;
    gap: 0;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .flex > * {
    width: calc(50% - 7.5px);
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box label.cklabel {
    padding-left: 40px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column {
    flex-direction: column;
    row-gap: 15px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column > * {
    width: 100%;
    line-height: 30px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input.un-column + .error {
    margin-top: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input {
    width: 100%;
    height: 50px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input.w-280 {
    width: 100%;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input + span {
    margin-top: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox] + .mark {
    height: 30px;
    width: 30px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox] + .mark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
    transform: rotate(38deg);
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input input[type=checkbox]:checked + .mark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input textarea {
    min-height: 150px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input span + span {
    margin-top: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input span.support {
    font-size: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box .input span.ex {
    font-size: 10px;
    margin-top: 10px;
  }
  body.outside_form .form-area .sections-inner form .inputs .input_box + .input_box {
    margin-top: 25px;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck {
    padding-top: 0;
    margin-bottom: 50px;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck label {
    font-size: 14px;
    height: 28px;
    width: 292px;
    padding-left: 40px;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck .mark {
    height: 30px;
    width: 30px;
    left: 20px;
    top: 40%;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck .mark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 13px;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck a {
    margin-left: 0;
  }
  body.outside_form .form-area .sections-inner form .privacyCheck .error {
    margin-top: 15px;
  }
  body.outside_form .form-area .sections-inner form .btn-type01 {
    width: 300px;
    font-size: 14px;
  }
  body.outside_form .button {
    width: 300px;
    margin-top: 40px;
  }
  body.outside_form .copyright {
    height: 100vw;
  }
  body.outside_form.confirm main {
    padding-bottom: 0;
  }
  body.outside_form.confirm .form-area .sections-inner .status {
    margin-top: 3.4666666667vw;
    margin-bottom: 50px;
  }
  body.outside_form.confirm .form-area .sections-inner .head_h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .ttl {
    font-size: 12px;
    margin-bottom: 15px;
  }
  body.outside_form.confirm .form-area .sections-inner form .inputs .input_box .input {
    font-size: 14px;
    line-height: 1.8;
  }
  body.outside_form.confirm .form-area .sections-inner form .inputs .input_box + .input_box {
    margin-top: 25px;
    padding-bottom: 25px;
  }
  body.outside_form.confirm .form-area .sections-inner form .btn-send {
    gap: 25px;
    flex-direction: column-reverse;
  }
  body.outside_form.confirm .form-area .sections-inner form .btn-send .btn-type02 {
    width: 300px;
    height: 58px;
    font-size: 14px;
  }
  body.outside_form.thanks main {
    padding-bottom: 50px;
  }
  body.outside_form.thanks .form-area .sections-inner {
    padding-bottom: 0;
  }
  body.outside_form.thanks .form-area .sections-inner .status {
    margin-bottom: 50px;
  }
  body.outside_form.thanks .form-area .sections-inner .head_h2 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=page-form.css.map */