@charset "UTF-8";
.container {
  width: 100vw;
  padding: 58px 0 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", Roboto, YuGothic, "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Helvetica, sans-serif;
  font-size: min(3.5vw, 18px);
  font-weight: normal;
  line-height: 2;
  color: #1F1D1D;
}
@media (max-width: 979px) {
  .container {
    padding: 50px 0 0;
  }
}
.container * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}
.container a {
  -webkit-transition: 0.3s ease-in opacity;
  transition: 0.3s ease-in opacity;
  text-decoration: none;
  color: #1F1D1D;
}
@media (min-width: 979px) {
  .container a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 979px) {
  .container a:active {
    opacity: 0.75;
  }
}

.u_txtred {
  color: #B30D23;
}

.u_txtbold {
  font-weight: bold;
}

@media (min-width: 980px) {
  .u_spbreak {
    display: none;
  }
}
.l_contents {
  padding: 0 0 100px;
}
@media (max-width: 979px) {
  .l_contents {
    padding: 0 0 50px;
  }
}

.u_email::after {
  content: "info＠junikai.or.jp";
}

.contents .contents_head {
  padding: 70px 0;
}
@media (max-width: 979px) {
  .contents .contents_head {
    padding: 40px 0;
  }
}
.contents .contents_head .contents_head_ttl {
  font-size: min(5.5vw, 26px);
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
.contents .contents_foot {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_foot {
    margin: 30px 0 0;
  }
}
.contents .contents_foot .contents_foot_policy {
  width: 80%;
  max-width: 550px;
  margin: auto;
}
.contents .contents_foot .contents_foot_policy .contents_foot_policy_inner {
  height: 190px;
  padding: 30px;
  position: relative;
  overflow: scroll;
  background-color: #F0F1F1;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_policy .contents_foot_policy_inner {
    height: 140px;
    padding: 15px;
  }
}
.contents .contents_foot .contents_foot_policy .contents_foot_policy_inner > div {
  font-weight: bold;
}
.contents .contents_foot .contents_foot_policy .contents_foot_policy_inner > p {
  font-size: min(3vw, 16px);
}
.contents .contents_foot .contents_foot_txt {
  text-align: center;
}
.contents .contents_foot .contents_foot_txt:nth-child(n+2) {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_txt:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
.contents .contents_foot .contents_foot_check {
  width: 170px;
  margin: 50px auto 0;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_check {
    margin-top: 20px;
  }
}
.contents .contents_foot .contents_foot_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_btn {
    width: 90%;
    margin: auto;
  }
}
.contents .contents_foot .contents_foot_btn:nth-child(n+2) {
  margin-top: 50px;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_btn:nth-child(n+2) {
    margin-top: 40px;
  }
}
.contents .contents_foot .contents_foot_btn .contents_foot_btn_inner {
  width: 250px;
  height: 50px;
}
@media (max-width: 979px) {
  .contents .contents_foot .contents_foot_btn .contents_foot_btn_inner {
    max-width: 250px;
  }
  .contents .contents_foot .contents_foot_btn .contents_foot_btn_inner:not(:only-child) {
    width: calc(50% - 5px);
  }
}
.contents .contents_foot .contents_foot_btn .contents_foot_btn_inner:nth-child(n+2) {
  margin: 0 0 0 10px;
}
.contents .contents_foot .contents_foot_btn.contents_foot_btn__back .contents_foot_btn_inner {
  width: 165px;
}

.l_roundbtn {
  width: 100%;
  height: 100%;
}

.roundbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(4.5vw, 16px);
  background-color: #036EA8;
  border-radius: 100px;
  -webkit-transition: 0.3s background, 0.3s opacity;
  transition: 0.3s background, 0.3s opacity;
}
.roundbtn.is_disable {
  background-color: #939393;
  pointer-events: none;
}
.roundbtn.is_back {
  background-color: #CECECE;
}
.roundbtn .roundbtn_txt {
  color: #fff;
}
@media (min-width: 979px) {
  .roundbtn:hover {
    opacity: 0.75;
  }
}
@media (max-width: 979px) {
  .roundbtn:active {
    opacity: 0.75;
  }
}

.l_rectbtn {
  width: 100%;
  height: 100%;
}

.rectbtn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(3.5vw, 20px);
  background-color: #939393;
  border-radius: 8px;
  -webkit-transition: 0.3s background, 0.3s opacity;
  transition: 0.3s background, 0.3s opacity;
}
.rectbtn.is_current {
  background-color: #036EA8;
}
.rectbtn.is_disable {
  background-color: #CECECE;
  pointer-events: none;
}
.rectbtn .rectbtn_txt {
  color: #fff;
}
@media (min-width: 979px) {
  .rectbtn:hover {
    opacity: 0.75;
  }
}
@media (max-width: 979px) {
  .rectbtn:active {
    opacity: 0.75;
  }
}

.l_switch {
  width: 100%;
}

.switch {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  background-color: #036EA8;
  border: 2px solid #036EA8;
  border-radius: 100px;
}
.switch::before {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 50%;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  content: "";
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
}
.switch .switch_txt {
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 0;
}
.switch .switch_txt > div {
  width: 100%;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  -webkit-transition: 0.3s opacity, 0.3s color;
  transition: 0.3s opacity, 0.3s color;
  font-size: min(4.5vw, 16px);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.switch .switch_txt > div:nth-child(1) {
  padding: 0 30px 0 0;
}
.switch .switch_txt > div:nth-child(2) {
  padding: 0 0 0 20px;
  opacity: 0;
}
.switch.is_disable {
  background-color: #ccc;
  border-color: #ccc;
}
.switch.is_disable::before {
  right: calc(100% - 46px);
}
.switch.is_disable .switch_txt > div {
  color: #1F1D1D;
}
.switch.is_disable .switch_txt > div:nth-child(1) {
  opacity: 0;
}
.switch.is_disable .switch_txt > div:nth-child(2) {
  opacity: 1;
}

.l_caution {
  padding: 50px 0;
  background-color: #F0F1F1;
}
@media (max-width: 979px) {
  .l_caution {
    padding: 30px 0;
  }
}

.caution {
  width: 90%;
  max-width: 870px;
  margin: auto;
}
.caution .caution_head {
  text-align: center;
}
.caution .caution_head > div {
  padding: 0 0 0 calc(1em + 5px);
  display: inline-block;
  position: relative;
  font-size: min(5vw, 22px);
  font-weight: 500;
  line-height: 1;
  color: #B30D23;
  background-position: bottom left;
  background-size: 1em;
  background-repeat: no-repeat;
  background-image: url(../img/icon_caution01.svg);
}
.caution .caution_body {
  margin: 30px 0 0;
}
@media (max-width: 979px) {
  .caution .caution_body {
    margin: 20px 0 0;
  }
}
.caution .caution_body .caution_body_txt:nth-child(n+2) {
  margin: 30px 0 0;
}
@media (max-width: 979px) {
  .caution .caution_body .caution_body_txt:nth-child(n+2) {
    margin: 20px 0 0;
  }
}
.caution .caution_body .caution_body_txt.caution_body_txt__bold {
  font-weight: bold;
}

.l_progress {
  position: relative;
  overflow: hidden;
}

.progress {
  width: 90%;
  max-width: 550px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.progress .progress_inner {
  width: 33.3333333333%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
  background-color: #ADADAD;
}
@media (max-width: 979px) {
  .progress .progress_inner {
    height: 35px;
  }
}
.progress .progress_inner::after {
  width: 20px;
  height: 100%;
  position: absolute;
  bottom: 50%;
  left: calc(100% - 1px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
  content: "";
  background-color: #ADADAD;
  -webkit-clip-path: polygon(60% 50%, 0 0, 0 100%);
          clip-path: polygon(60% 50%, 0 0, 0 100%);
}
.progress .progress_inner:nth-child(1)::before {
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 50%;
  right: calc(100% - 5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: "";
  background-color: #ADADAD;
}
.progress .progress_inner.is_current {
  color: #fff;
  background-color: #333;
}
.progress .progress_inner.is_current::before, .progress .progress_inner.is_current::after {
  background-color: #333;
}
.progress .progress_inner.is_done {
  background-color: #E6E6E6;
}
.progress .progress_inner.is_done::before, .progress .progress_inner.is_done::after {
  background-color: #E6E6E6;
}

.form .form_head {
  padding: 20px 0;
  text-align: center;
  background-color: #000;
}
.form .form_head:nth-child(n+2) {
  margin: 50px 0 0;
}
.form .form_head .form_head_ttl {
  font-size: min(4.5vw, 20px);
  font-weight: normal;
  line-height: 1;
  color: #bba170;
}
.form .form_head.form_head__gold {
  background-color: #bba170;
}
.form .form_head.form_head__gold .form_head_ttl {
  color: #000;
}
.form .form_body {
  max-width: 870px;
  margin: auto;
}
.form .form_body .form_body_ttl {
  margin: 50px 0 0;
  padding: 15px;
  position: relative;
  font-size: min(4vw, 20px);
  line-height: 1;
  background-color: #E1E2E1;
}
@media (max-width: 979px) {
  .form .form_body .form_body_ttl {
    margin: 30px 0 0;
  }
}
.form .form_body .form_body_ttl::before {
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: min(3vw, 16px);
  content: "必須";
  color: #fff;
  background-color: #B30D23;
}
.form .form_body .form_body_btn,
.form .form_body .form_body_main,
.form .form_body .form_body_txt,
.form .form_body .form_body_caution,
.form .form_body .form_body_error {
  width: 85%;
  max-width: 550px;
  margin: 30px auto 0;
}
.form .form_body .form_body_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .form_body .form_body_btn .form_body_btn_inner {
  width: calc(50% - 5px);
  height: 65px;
}
@media (max-width: 979px) {
  .form .form_body .form_body_btn .form_body_btn_inner {
    height: 45px;
  }
}
.form .form_body .form_body_btn .form_body_btn_inner:nth-child(n+2) {
  margin: 0 0 0 10px;
}
.form .form_body .form_body_main {
  position: relative;
}
@media (max-width: 979px) {
  .form .form_body .form_body_main {
    margin-top: 20px;
  }
}
.form .form_body .form_body_main .form_body_main_inner:not(.is_current) {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  opacity: 0;
  pointer-events: none;
}
.form .form_body .form_body_main .form_body_main_inner .form_body_main_inner_ttl {
  margin: 0 0 10px;
  line-height: 1;
}
.form .form_body .form_body_main .form_body_main_inner .form_body_main_inner_ttl:nth-child(n+2) {
  margin: 20px 0 10px;
}
.form .form_body .form_body_main .form_body_main_sub {
  margin: 0 0 20px;
  line-height: 1;
}
.form .form_body .form_body_txt > p:nth-child(n+2) {
  margin: 20px 0 0;
}
.form .form_body .form_body_caution,
.form .form_body .form_body_error {
  font-size: min(3.5vw, 16px);
  color: #B30D23;
}
.form .form_body .form_body_caution > p {
  padding: 0 0 0 1em;
  position: relative;
}
.form .form_body .form_body_caution > p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.form .form_body .form_body_error {
  margin-top: 10px;
  line-height: 1;
}
.form .form_body.form_body__gold .form_body_ttl {
  background-color: #F2EBDE;
}

input,
select {
  border: none;
  background-color: transparent;
}
input:focus,
select:focus {
  outline: 0;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #CECECE;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #CECECE;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #CECECE;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #CECECE;
}
input:invalid, input::placeholder,
select:invalid,
select::placeholder {
  color: #CECECE;
}

.txtbox {
  border: 1px solid #707070;
}
.txtbox > input {
  width: 100%;
  padding: 20px;
  font-size: min(4vw, 22px);
}
@media (max-width: 979px) {
  .txtbox > input {
    padding: 15px;
  }
}

.birthox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.birthox .birthbox_inner {
  position: relative;
  border: 1px solid #707070;
}
.birthox .birthbox_inner > select {
  width: 100%;
  height: 50px;
  padding: 15px 30px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  font-size: min(4vw, 22px);
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.birthox .birthbox_inner > select > option {
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.birthox .birthbox_inner::before {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 55%;
  right: 10px;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  z-index: 0;
  content: "";
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  pointer-events: none;
}
.birthox .birthbox_inner::after {
  position: absolute;
  bottom: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.birthox .birthbox_inner:nth-child(n+2) {
  margin: 0 0 0 30px;
}
.birthox .birthbox_inner:nth-child(1)::after {
  content: "年";
}
.birthox .birthbox_inner:nth-child(2)::after {
  content: "月";
}
.birthox .birthbox_inner:nth-child(3)::after {
  content: "日";
}

.l_calbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.calbox {
  width: calc(50% - 10px);
  position: relative;
  border: 1px solid #707070;
}
.calbox:nth-child(even) {
  margin: 0 0 0 20px;
}
.calbox > input {
  width: 100%;
  padding: 15px 30px 15px 10px;
  font-size: min(4vw, 22px);
}
.calbox > select {
  width: 100%;
  height: 50px;
  padding: 15px 30px 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  font-size: min(4vw, 22px);
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.calbox > select > option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.calbox::after {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 55%;
  right: 10px;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
  z-index: 0;
  content: "";
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  pointer-events: none;
}

.l_placebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  column-gap: 2%;
}

/* .placebtn {
  width: calc((100% - 20px) / 3);
  height: 75px;
} */
.placebtn {
  width: 32%;
  height: 75px;
  margin-bottom: 10px;
}
:root {
  --viewport: 750;
}
@media (max-width: 979px) {
  .placebtn {
    width: 32%;
    height: 50px;
    margin-bottom: calc(100vw / var(--viewport) * 12);
  }
}
/* .placebtn:not(:nth-last-child(3n)) {
  margin: 0 10px 0 0;
} */
/* @media (max-width: 979px) {
  .placebtn:not(:nth-last-child(3n)) {
    margin: 0 5px 0 0;
  }
} */
/* .placebtn:nth-child(n+4) {
  margin-top: 10px;
} */
/* @media (max-width: 979px) {
  .placebtn:nth-child(n+4) {
    margin-top: 5px;
  }
} */

.l_confirm {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .l_confirm {
    margin: 30px 0 0;
  }
}

.confirm .confirm_body {
  padding: 40px 0;
  background-color: #F7F8F8;
  border-bottom: 5px solid #fff;
}
@media (max-width: 979px) {
  .confirm .confirm_body {
    padding: 30px;
  }
}
.confirm .confirm_body .confirm_body_inner {
  width: 550px;
  margin: auto;
  font-weight: bold;
  line-height: 1;
}
.confirm .confirm_body .confirm_body_inner .confirm_body_inner_ttl {
  font-size: min(3.5vw, 16px);
  color: #036EA8;
}
.confirm .confirm_body .confirm_body_inner .confirm_body_inner_val {
  margin: 10px 0 0;
  font-size: min(5.5vw, 28px);
  line-height: 1;
}
.confirm .confirm_body .confirm_body_inner .confirm_body_inner_val.confirm_body_inner_val__date {
  margin: 20px 0 0;
}
.confirm .confirm_body.confirm_body__gold {
  background-color: #F2EBDE;
}
.confirm .confirm_body.confirm_body__gold .confirm_body_inner_ttl {
  color: #bba170;
}
.confirm .confirm_body.confirm_body__gold .confirm_body_inner_val > span {
  margin: 0 20px 0 0;
  vertical-align: middle;
  font-size: min(3.5vw, 16px);
  color: #bba170;
}
.confirm .confirm_head {
  padding: 20px 0;
  text-align: center;
  background-color: #000;
}
.confirm .confirm_head .confirm_head_ttl {
  font-size: min(4.5vw, 20px);
  font-weight: normal;
  line-height: 1;
  color: #bba170;
}
.confirm .confirm_head.confirm_head__gold {
  background-color: #bba170;
}
.confirm .confirm_head.confirm_head__gold .confirm_head_ttl {
  color: #000;
}

.l_thanks {
  margin: 50px 0 0;
}
@media (max-width: 979px) {
  .l_thanks {
    margin: 30px 0 0;
  }
}

.thanks .thanks_head {
  padding: 50px 0;
}
@media (max-width: 979px) {
  .thanks .thanks_head {
    padding: 30px 0;
  }
}
.thanks .thanks_head .thanks_head_ttl,
.thanks .thanks_head .thanks_head_txt {
  width: 90%;
  max-width: 550px;
  margin: auto;
}
.thanks .thanks_head .thanks_head_ttl {
  font-size: min(7vw, 36px);
  font-weight: bold;
  line-height: 1;
  color: #036EA8;
}
.thanks .thanks_head .thanks_head_txt {
  margin-top: 30px;
}
.thanks .thanks_head .thanks_head_txt > span {
  font-weight: bold;
  color: #036EA8;
}
.thanks .thanks_body {
  padding: 50px 0;
  background-color: #F7F8F8;
}
@media (max-width: 979px) {
  .thanks .thanks_body {
    padding: 30px 0;
  }
}
.thanks .thanks_body .thanks_body_ttl,
.thanks .thanks_body .thanks_body_txt {
  width: 90%;
  max-width: 550px;
  margin: auto;
}
.thanks .thanks_body .thanks_body_ttl {
  font-size: min(5vw, 24px);
  font-weight: bold;
  line-height: 1;
  color: #B30D23;
}
.thanks .thanks_body .thanks_body_txt {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */