@charset "UTF-8";
body.hidden {
  overflow: hidden;
}

#breadcrumb {
  margin: 0 auto 9.5rem;
}

@media only screen and (max-width: 767px) {
  .second-mv {
    padding-top: 22.6rem;
  }
}
.second-mv::before {
  background: url("../img/contact/mv-img.jpg") no-repeat top left/cover;
}
@media only screen and (max-width: 767px) {
  .second-mv::before {
    background: url("../img/contact/sp/mv-img.jpg") no-repeat top left/cover;
  }
}

.page-read {
  text-align: center;
  margin-bottom: 7.1rem;
}
@media only screen and (max-width: 767px) {
  .page-read {
    margin-bottom: 9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page-read .inner {
    width: 120rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-read .inner {
    padding: 0 4rem;
  }
}
.page-read .read {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.0625;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 767px) {
  .page-read .read {
    font-size: 2.8rem;
    text-align: left;
    line-height: 1.64;
  }
}
.page-read .scd-section-ttl {
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .page-read .scd-section-ttl {
    margin-bottom: 6rem;
  }
  .page-read .scd-section-ttl span {
    margin: 0 0 3.2rem;
  }
  .page-read .scd-section-ttl span.en {
    line-height: 0.95;
  }
}
.page-read .scd-section-ttl span:not([class])::before {
  content: "New Transactions";
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 1px #FFF;
}
@media only screen and (max-width: 767px) {
  .page-read .scd-section-ttl span:not([class])::before {
    line-height: 0.95;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }
}

@media print, screen and (min-width: 768px) {
  .contact--wrapper {
    width: 120rem;
    margin: 0 auto 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--wrapper {
    padding: 0 4rem;
    margin-bottom: 14.4rem;
  }
}
.contact--flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow {
    gap: 3rem;
    margin-bottom: 9.7rem;
  }
}
.contact--flow .single {
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .contact--flow .single {
    width: 38.6rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--flow .single {
    width: 20.9rem;
    height: 20.2rem;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 3rem;
  }
}
.contact--flow .single .icon {
  width: 4.4rem;
  height: 3.6rem;
}
@media print, screen and (min-width: 768px) {
  .contact--flow .single .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--flow .single .icon {
    width: 6.3rem;
    height: 4.8rem;
    margin-bottom: 1.4rem;
  }
}
.contact--flow .single .icon1 img {
  width: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow .single .icon1 img {
    width: 6.16rem;
  }
}
.contact--flow .single .icon2 img {
  width: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow .single .icon2 img {
    width: 6.3rem;
  }
}
.contact--flow .single .icon3 img {
  width: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow .single .icon3 img {
    width: 5.25rem;
  }
}
.contact--flow .single p {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #999999;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .contact--flow .single p {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.268;
    text-align: center;
    min-height: 8.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.contact--flow .single.active p {
  color: #009043;
}
.contact--form dl {
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .contact--form dl {
    display: flex;
    align-items: stretch;
    width: 100rem;
    margin: auto;
  }
}
.contact--form dl:last-of-type {
  border-bottom: 1px solid #ccc;
}
.contact--form dl dt {
  background: #e8f4f4;
  padding: 3.6rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #009043;
  letter-spacing: 0.08rem;
}
@media print, screen and (min-width: 768px) {
  .contact--form dl dt {
    width: 30rem;
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .contact--form dl dt {
    font-size: 2.8rem;
    position: relative;
    text-align: center;
    padding: 3.3rem 2rem;
  }
}
.contact--form dl dt::after {
  content: "任意";
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 4.3rem;
  line-height: 2.1rem;
  background: #b3b3b3;
  text-align: center;
  margin: 0.3rem 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dt::after {
    position: absolute;
    top: 0;
    right: 4rem;
    bottom: 0;
    margin: auto;
    font-size: 2.4rem;
    line-height: 3.6rem;
    height: 3.6rem;
    width: 7.5rem;
  }
}
.contact--form dl dt.must::after {
  content: "必須";
  background: #e16a13;
}
.contact--form dl dd {
  padding: 2.9rem 5rem;
}
@media print, screen and (min-width: 768px) {
  .contact--form dl dd {
    width: calc(100% - 30rem);
  }
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd {
    padding: 2.9rem 0;
  }
}
.contact--form dl dd .wpcf7-list-item {
  display: block;
  margin: 0;
  margin-bottom: 0.98rem;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-list-item {
    margin: 0.8rem 0 1.75rem;
    padding: 0 0 0 4rem;
  }
}
.contact--form dl dd .wpcf7-list-item input {
  display: none;
}
.contact--form dl dd .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.contact--form dl dd .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.08rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-list-item-label {
    font-size: 2.8rem;
  }
}
.contact--form dl dd .wpcf7-list-item-label::before {
  width: 4rem;
  height: 4rem;
  border: 1px solid #b3b3b3;
  border-radius: 4rem;
  display: block;
  margin-right: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-list-item-label::before {
    width: 7rem;
    height: 7rem;
    margin-right: 3rem;
  }
}
.contact--form dl dd .wpcf7-list-item-label::after {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background: #e16a13;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-list-item-label::after {
    width: 3.5rem;
    height: 3.5rem;
    left: 1.75rem;
  }
}
.contact--form dl dd .link {
  display: flex;
  align-items: flex-start;
}
.contact--form dl dd .link .popup-trigger {
  margin-top: 1rem;
  color: #009043;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .link .popup-trigger {
    font-size: 2.8rem;
    margin-top: 1.4rem;
  }
}
.contact--form dl dd .link .popup-trigger span {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  transition: 0.3s;
}
.contact--form dl dd .link .popup-trigger span:hover {
  opacity: 0.7;
}
.contact--form dl dd .wpcf7-form-control-wrap input[type=text], .contact--form dl dd .wpcf7-form-control-wrap input[type=tel], .contact--form dl dd .wpcf7-form-control-wrap input[type=email] {
  display: block;
  line-height: 4.8rem;
  border: 1px solid #e6e6e6;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .contact--form dl dd .wpcf7-form-control-wrap input[type=text], .contact--form dl dd .wpcf7-form-control-wrap input[type=tel], .contact--form dl dd .wpcf7-form-control-wrap input[type=email] {
    width: 52rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-form-control-wrap input[type=text], .contact--form dl dd .wpcf7-form-control-wrap input[type=tel], .contact--form dl dd .wpcf7-form-control-wrap input[type=email] {
    font-size: 2.8rem;
    line-height: 7.6rem;
    padding: 0 4rem;
    width: 100%;
  }
}
.contact--form dl dd .wpcf7-form-control-wrap input[type=text]::-moz-placeholder, .contact--form dl dd .wpcf7-form-control-wrap input[type=tel]::-moz-placeholder, .contact--form dl dd .wpcf7-form-control-wrap input[type=email]::-moz-placeholder {
  color: #cccccc;
}
.contact--form dl dd .wpcf7-form-control-wrap input[type=text]::placeholder, .contact--form dl dd .wpcf7-form-control-wrap input[type=tel]::placeholder, .contact--form dl dd .wpcf7-form-control-wrap input[type=email]::placeholder {
  color: #cccccc;
}
.contact--form dl dd .wpcf7-form-control-wrap textarea {
  width: 65rem;
  height: 26rem;
  border: 1px solid #e6e6e6;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contact--form dl dd .wpcf7-form-control-wrap textarea {
    height: 60rem;
    width: 100%;
    font-size: 2.8rem;
  }
}
.contact--form dl dd .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ccc;
}
.contact--form dl dd .wpcf7-form-control-wrap textarea::placeholder {
  color: #ccc;
}
.contact--form .privacy-txt {
  margin-top: 8rem;
  background: #f2f2f2;
  padding: 3.4rem 5rem 4rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt {
    margin-top: 10.3rem;
    padding: 5rem 4rem 6rem;
  }
}
.contact--form .privacy-txt .privacy-box {
  margin-bottom: 2rem;
}
.contact--form .privacy-txt p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt p {
    font-size: 2.8rem;
  }
}
.contact--form .privacy-txt p.ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #009043;
  text-align: center;
  margin-bottom: 2.4rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt p.ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
    letter-spacing: 0.15rem;
  }
}
.contact--form .privacy-txt p + ul {
  margin-top: 1.5rem;
}
.contact--form .privacy-txt ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt ul li {
    font-size: 2.8rem;
  }
}
.contact--form .privacy-txt ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.contact--form .privacy-txt ul li::before {
  content: "・";
  font-size: inherit;
  font-weight: inherit;
}
.contact--form .privacy-txt .content-wrap {
  background: #fff;
  padding: 2rem 3rem;
  height: 19rem;
  overflow: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .content-wrap {
    height: 46.6rem;
    padding: 3rem 4rem;
    margin-bottom: 4rem;
  }
}
.contact--form .privacy-txt .content-wrap p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .content-wrap p {
    line-height: 1.65;
    letter-spacing: 0.15rem;
  }
}
.contact--form .privacy-txt .content-wrap p .title {
  color: #009043;
  display: block;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .content-wrap p .title {
    letter-spacing: 0.2rem;
  }
}
.contact--form .privacy-txt .content-wrap p a {
  text-decoration: underline;
}
.contact--form .privacy-txt .ckeck-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .ckeck-btn {
    margin-bottom: 2.9rem;
  }
}
.contact--form .privacy-txt .ckeck-btn .wpcf7-list-item {
  margin: 0;
}
.contact--form .privacy-txt .ckeck-btn input {
  display: none;
}
.contact--form .privacy-txt .ckeck-btn input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.contact--form .privacy-txt .ckeck-btn input:checked + .wpcf7-list-item-label::before {
  background: #009043;
}
.contact--form .privacy-txt .ckeck-btn .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact--form .privacy-txt .ckeck-btn .wpcf7-list-item-label::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: #fff;
  border: 1px solid #b3b3b3;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .ckeck-btn .wpcf7-list-item-label::before {
    width: 7rem;
    height: 7rem;
    margin-right: 3.5rem;
  }
}
.contact--form .privacy-txt .ckeck-btn .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  margin: auto;
  width: 3rem;
  height: 2rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .ckeck-btn .wpcf7-list-item-label::after {
    top: 0.8rem;
    left: 0.8rem;
    width: 5.5rem;
    height: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .contact--form .privacy-txt .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.contact--form .privacy-txt .action-btn .back {
  width: 20rem;
  margin-right: 4rem;
  background: #aaa;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .back {
    margin: 0 auto 2rem;
    width: 32rem;
  }
}
.contact--form .privacy-txt .action-btn .back::after {
  content: "";
  background: url("../img/contact/back-arrow.svg") no-repeat center/100%;
  width: 1.9rem;
  height: 0.85rem;
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .back::after {
    width: 3.2rem;
    height: 1.2rem;
    left: 2.5rem;
  }
}
.contact--form .privacy-txt .action-btn .back input {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 7rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .back input {
    font-size: 3rem;
    line-height: 7.6rem;
    letter-spacing: 0.2rem;
  }
}
.contact--form .privacy-txt .action-btn .next {
  width: 28rem;
  background: #000;
  border: 1px solid #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .next {
    width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact--form .privacy-txt .action-btn .next::after {
  content: "";
  background: url("../img/common/link-arrow.svg") no-repeat center/100%;
  width: 2.2rem;
  height: 0.85rem;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .next::after {
    width: 3.2rem;
    height: 1.2rem;
    right: 2.5rem;
  }
}
.contact--form .privacy-txt .action-btn .next input {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 7rem;
}
@media only screen and (max-width: 767px) {
  .contact--form .privacy-txt .action-btn .next input {
    font-size: 3rem;
    line-height: 7.6rem;
    letter-spacing: 0.2rem;
  }
}
.contact--form .privacy-txt .action-btn .next .wpcf7-spinner {
  display: none;
}

#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
#modal.view {
  visibility: visible;
  opacity: 1;
}
#modal .close {
  position: absolute;
  top: -4.5rem;
  right: -4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #modal .close {
    top: -6rem;
    right: 0;
    width: 5rem;
    height: 5rem;
  }
}
#modal .close::before, #modal .close::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
#modal .close::after {
  transform: rotate(-45deg);
}
#modal .inner {
  position: relative;
}
#modal .inner .modal--content {
  border: 1px solid #009043;
  background: #f2f9f6;
  width: 60rem;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  #modal .inner .modal--content {
    width: 68.7rem;
    max-height: 77vh;
    padding: 3rem 4rem;
    overflow: auto;
  }
}
#modal dl {
  margin-bottom: 1rem;
}
#modal dl dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #009043;
  margin-bottom: 1rem;
  color: #009043;
}
@media only screen and (max-width: 767px) {
  #modal dl dt {
    font-size: 3rem;
  }
}
#modal dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #modal dl dd {
    font-size: 2.8rem;
    line-height: 1.64;
  }
}
@media only screen and (max-width: 767px) {
  #modal .modal--table {
    border-bottom: 1px solid #009043;
  }
}
#modal .modal--table .ttl {
  color: #009043;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table .ttl {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
#modal .modal--table .flex-area {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table .flex-area {
    display: block;
  }
}
#modal .modal--table dl {
  width: 20.5rem;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
    border-top: 1px solid #009043;
  }
}
@media print, screen and (min-width: 768px) {
  #modal .modal--table dl:last-of-type {
    width: 14.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  #modal .modal--table dl:not(:last-of-type) {
    border-right: 2px solid #009043;
  }
}
#modal .modal--table dl dt {
  background: #cce9d9;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dt {
    width: 10rem;
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 2.8rem;
    writing-mode: vertical-rl;
    padding: 2rem 3rem;
    border-right: 1px solid #009043;
  }
}
@media print, screen and (min-width: 768px) {
  #modal .modal--table dl dt:not(:last-of-type) {
    width: 20.7rem;
  }
}
#modal .modal--table dl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd {
    width: 50.7rem;
  }
}
#modal .modal--table dl dd ul.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
#modal .modal--table dl dd ul.column2 li {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd ul.column2 li {
    width: 50%;
  }
}
#modal .modal--table dl dd ul.column3 li {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd ul.column3 li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd ul.small {
    width: 67%;
  }
}
#modal .modal--table dl dd ul li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #modal .modal--table dl dd ul li {
    font-size: 2.8rem;
  }
  #modal .modal--table dl dd ul li.wide {
    width: 100%;
  }
}
#modal .modal--table table {
  width: 100%;
}
#modal .modal--table tr th:not(:last-of-type), #modal .modal--table tr td:not(:last-of-type) {
  border-right: 2px solid #009043;
}
#modal .modal--table th {
  background: #cce9d9;
  line-height: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
#modal .modal--table th:not(:last-of-type) {
  width: 20.7rem;
}
#modal .modal--table td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 1rem 2rem;
}
#modal .modal--table td td {
  padding: 0;
}
#modal .modal--table td td:not(:last-of-type) {
  border: none;
}

.thanks-txt {
  text-align: center;
}
.thanks-txt p {
  line-height: 1.65;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .thanks-txt p {
    font-size: 2.8rem;
  }
}
.thanks-txt .top-link {
  margin-top: 3rem;
}
.thanks-txt .top-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
  color: #009043;
}
@media only screen and (max-width: 767px) {
  .thanks-txt .top-link a {
    font-size: 2.8rem;
  }
}
.thanks-txt .top-link a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #009043;
  border-right: 2px solid #009043;
  transform: rotate(45deg);
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .thanks-txt .top-link a::after {
    width: 2rem;
    height: 2rem;
  }
}
/*# sourceMappingURL=contact.css.map */