<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");

html,
body {
  width: 100%;
  font-size: 62.5%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

.uramcont {
  padding: 104px 0 10px 0;
}

.commonPageTitle.SP {
  display: none;
}

.commonPageTitle {
  display: table;
  width: 100%;
  height: 36.7rem;
  background: url(/organization/images/pc_banner.webp) no-repeat bottom right;
  background-size: cover;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #54a734;
}

.commonPageTitle .inTitle {
  position: absolute;
  display: inline-block;
  top: 30%;
  left: 12rem;
}

.commonPageTitle .inTitle span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 63.84px;
}

.commonPageTitle .inTitle p {
  font-family: "Inter", sans-serif;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
}

.contact .top {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 24px 80px;
}

.contact .top .topText {
  margin-bottom: 24px;
}

.contact .top .topText .question {
  margin-top: 8px;
}

.contact .top .topText br {
  display: none;
}

.contact .top .topText p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #525252;
}

.contact .top .questionButton {
  width: 100%;
  max-width: 240px;
  margin-bottom: 40px;
}

.contact .top .questionButton a {
  width: 100%;
  max-width: 240px;
  padding: 18px 26px;
  background: #54a734;
  border-radius: 50px;
  display: block;
  border: 2px solid #54a734;
  transition: all 0.5s ease;
}

.contact .top .questionButton a:hover {
  background: #ffffff;
  border: 2px solid #54a734;
  transition: all 0.5s ease;
}

.contact .top .questionButton a p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #ffffff;
  transition: all 0.5s ease;
}

.contact .top .questionButton a p::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 6px);
  transition: all 0.5s ease;
}

.contact .questionButton a:hover p {
  color: #54a734;
  transition: all 0.5s ease;
}

.contact .top .topText .question::before {
  content: "â€»";
}

.contact .top .note {
  padding: 20px 60px;
  max-width: 1100px;
  width: 100%;
  background: #f5f5f5;
  border-radius: 12px;
}

.contact .top .note .noteTitle {
  position: relative;
  padding-left: 28px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.04em;
  color: #525252;
}

.contact .top .note .noteTitle::before {
  content: "";
  background-image: url(../images/container.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: all 0.5s ease;
}

.contact .top .note .noteText {
  position: relative;
  padding-left: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.16px;
  color: #525252;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.contact .top .note .carSite {
  position: relative;
  padding-right: 5px;
  text-decoration-line: underline;
  color: #54a734;
}

.contact .top .note .carSite:hover {
  text-decoration-line: none;
}

.contact .top .note .noteText::before {
  content: "";
  background-image: url(../images/points.svg);
  background-repeat: no-repeat;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  transition: all 0.5s ease;
}

.contact .top .note .linefeed {
  position: relative;
  padding-left: 14px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28.16px;
  color: #525252;
}

.contact .body {
  background-color: #f2f5f2;
  padding: 80px 0 200px;
}

.contact .body .contentsWrap {
  align-items: center;
  margin: 0 auto;
  padding: 64px 93px 80px;
  max-width: 728px;
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
}

.contact .body .contentsWrap .title {
  margin-bottom: 64px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.04em;
  color: #404040;
}

.contact .body .contentsWrap .type {
  display: flex;
  max-width: 183px;
  width: 100%;
  justify-content: space-between;
}

.contact .body .contentsWrap .type .typeTitle {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.contact .body .contentsWrap .radioWrap {
  width: 100%;
  margin-top: 10px;
}

.contact .body .contentsWrap .radioWrap label input[type="radio"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}

.contact .body .contentsWrap .radioWrap label .radioText {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #404040;

  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 2.2;
}

.contact .body .contentsWrap .radioWrap label .radioText::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #cccccc;
  background: #fff;
  content: "";
  border-radius: 50%;
}

.contact .body .contentsWrap .radioWrap label .radioText::after {
  position: absolute;
  top: 11px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #54a734;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

.contact .body .contentsWrap .radioWrap label input:checked + span::after {
  opacity: 1;
}

.contact .body .contentsWrap .radioWrap .topLabel {
  display: flex;
}

.contact .body .contentsWrap .radioWrap .bottomLabel {
  display: flex;
}

.contact .body .contentsWrap .radioWrap .typeLabel {
  margin-right: 17px;
}

.contact .body .contentsWrap .radioWrap .typeRadio {
  margin-right: 9px;
}

.contact .body .contentsWrap .inputWrap {
  width: 100%;
  margin-top: 30px;
}
.contact .body .contentsWrap .inputWrap.pattern1 {
 display: none;
}



.contact .body .contentsWrap .mailWrap .half {
  max-width: 300px;
  width: 100%;
  margin-top: 30px;
}

.contact .body .contentsWrap .labelWrap {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.contact .body .contentsWrap .labelTitle {
  margin-right: 20px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.contact .body .contentsWrap .inputWrap input {
  padding: 15px;
  max-width: 542px;
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 8px;

  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #404040;
}

.contact .body .contentsWrap .inputWrap input.error-bor {
  border: 2px solid #ba201f;
}

.contact .body .contentsWrap .inputWrap select {
  padding: 15px;
  max-width: 542px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  outline: none;

  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #404040;

  -webkit-appearance: none;
  appearance: none;

  top: 0;
}
.contact .body .contentsWrap .inputWrap select.districtBd {
  border: 2px solid #ba201f;
}
.contact .body .contentsWrap .inputWrap select::-ms-expand {
  display: none;
}

.contact .body .contentsWrap .inputWrap .selectWrap {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.contact .body .contentsWrap .inputWrap .selectWrap::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 26px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #898989;
  border-left: 2px solid #898989;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.contact .body .contentsWrap .inputWrap .half {
  width: 100%;
  max-width: 300px;
  height: 54px;
  margin-top: 0;
}

.contact .body .contentsWrap .inputWrap input::placeholder {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px !important;
  color: #d4d4d4;
  top: 0;
}

.contact .body .contentsWrap .inputWrap .orderArea {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px;
  max-width: 542px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #a3a3a3;
  border-radius: 8px;

  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  resize: none;
}
.contact .body .contentsWrap .inputWrap .orderArea.error-bor {
  border: 2px solid #ba201f;
}
.contact .body .contentsWrap .inputWrap .orderArea::placeholder {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #d4d4d4;
  top: 0;
}

.contact .body .contentsWrap .mailWrap {
  display: flex;
}

.contact .body .contentsWrap .mailWrap .mailButton {
  height: 54px;
  margin: 63px 0 0 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #54a734;
  cursor: pointer;

  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .body .contentsWrap .mailWrap .mailButton:hover {
  opacity: 0.8;
}

.contact .body .contentsWrap .inputWrap .supplement {
  margin-top: 8px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.0125em;
  color: #a3a3a3;
}

.contact .body .contentsWrap .inputWrap .annotation::before {
  content: "â€»";
}

.contact .body .contentsWrap .checkBoxWrap {
  margin: 62px auto 0;
  max-width: 317px;
  width: 100%;
}

.contact .body .contentsWrap .checkBoxWrap .checkBoxWrap-content {
  display: flex;
}
.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"] {
  cursor: pointer;
  padding-left: 34px;
  vertical-align: middle;
  position: relative;
}

.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"]::before,
.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #cccccc;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"]::after {
  border-bottom: 3px solid #54a734;
  border-left: 3px solid #54a734;
  opacity: 0;
  height: 6px;
  width: 11px;
  transform: rotate(-45deg);
  top: 4px;
  left: 10px;
}

.contact .body .contentsWrap .checkBoxWrap input[type="checkbox"]:checked::after {
  opacity: 1;
}

.contact .body .contentsWrap .checkBoxWrap .privacyCheck {
  margin-right: 8px;
}

.contact .body .contentsWrap .checkBoxWrap label {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #404040;
  margin-bottom: 0;
}

.contact .body .contentsWrap .checkBoxWrap a {
  text-decoration-line: underline;
  color: #54a734;
}

.contact .body .contentsWrap .checkBoxWrap a:hover {
  text-decoration-line: none;
}

.contact .body .contentsWrap .privacyCheck input {
  position: absolute;
  width: 18px;
  height: 18px;
  left: calc(50% - 18px / 2 - 145px);
  top: 1px;
  border: 2px solid #cccccc;
}

.contact .body .contentsWrap .confirmation {
  margin-top: 62px;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  max-width: 542px;
  width: 100%;
  height: 64px;
  color: #ffffff;
  background: #f17233;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}

.contact .body .contentsWrap .confirmation p {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.contact .body .contentsWrap .confirmation:hover {
  background-color: #ffff;
  color: #f17233;
  border: 0.1rem solid #f17233;
}

.contact .body .contentsWrap #submit-error {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.0125em;
  color: #ba201f;
}
.breakcump {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.8rem rgba(125, 127, 216, 0.08), 0 0.8rem 1.6rem -0.4rem rgba(125, 127, 216, 0.1);
  border-radius: 0.8rem;
  padding: 2.6rem 0 2.6rem 3.8rem;
  margin-top: -4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.breakcump ul {
  display: flex;
  align-items: center;
  column-gap: 1.7rem;
  padding-left: 0;
  margin: 0;
}

.breakcump ul li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
  padding-right: 0.4rem;
}

.breakcump ul li.home a {
  color: #54a734;
}

.breakcump ul li.last::after {
  content: "";
  background-image: url(../icons/icon_next.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 0.96rem;
  height: 1rem;
  right: -1.5rem;
  top: 30%;
  color: #54a734;
}
.breakcump ul li:last-child {
  padding-right: 15px;
}
.breakcump ul li:last-child a {
  pointer-events: none;
}
.breakcump ul li a {
  color: #737373;
  font-size: 1.4rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  padding: 0 0 0 0;
}

.uramcont {
  padding: 104px 0 0 0;
}

footer {
  background-color: #f2f5f2;
  z-index: 0;
}

@media screen and (max-width: 1100px) {
  .breakcump {
    max-width: 90%;
  }
}

@media screen and (max-width: 1279px) {
  .commonPageTitle {
    background: url(../images/pc-middle.svg) no-repeat bottom center;
  }
}

@media screen and (max-width: 1023px) {
  .contact .card-list .card-item {
    width: 100%;
    padding: 25px 1.6rem;
  }

  .uramcont {
    padding: 54px 0 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .commonPageTitle.PC {
    display: none;
  }

  .commonPageTitle.SP {
    display: block;
    background: url(/organization/images/sp_banner.webp) no-repeat bottom right;
    background-size: cover;
    height: 18rem;
    position: relative;
  }

  .commonPageTitle .inTitle {
    top: 46%;
    position: absolute;
    transform: translatey(-50%);
    padding-left: 2.6rem;
    left: 0;
  }

  .commonPageTitle .inTitle span {
    font-size: 26px;
    padding: 0;
    line-height: 39.52px;
  }

  .commonPageTitle .inTitle p {
    font-size: 1.6rem;
    padding: 0;
    line-height: 2.4rem;
  }

  .contact .top {
    padding: 64px 24px 40px;
  }

  .contact .top .topText {
    margin-bottom: 20px;
  }

  .contact .top .topText br {
    display: block;
  }

  .contact .top .topText .question {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }

  .contact .top .questionButton {
    width: 100%;
    max-width: 327px;
    margin: 0 auto 40px;
  }

  .contact .top .questionButton a {
    width: 100%;
    max-width: 327px;
    padding: 20px 32px;
    text-align: center;
  }

  .contact .top .note {
    padding: 20px 24px;
    width: 100%;
    background: #f5f5f5;
  }

  .contact .body {
    background-color: #f2f5f2;
    padding: 40px 24px 160px;
  }

  .contact .body .contentsWrap {
    align-items: center;
    margin: 0 auto;
    padding: 44px 16px 80px;
    max-width: 728px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
  }

  .contact .body .contentsWrap .title {
    margin-bottom: 40px;
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 35.52px;
    text-align: center;
    color: #404040;
    border-bottom: 1px solid #e5e5e5;
  }

  .contact .body .contentsWrap .confirmation {
    margin: 20px auto 0;
    max-width: 295px;
    padding: 20px 24px;
    height: 64px;
  }

  .contact .body .contentsWrap .radioWrap .topLabel {
    display: block;
  }

  .contact .body .contentsWrap .radioWrap .bottomLabel {
    display: block;
  }

  .contact .body .contentsWrap .radioWrap .typeLabel {
    margin-bottom: 4px;
  }

  .contact .body .contentsWrap .labelTitle {
    margin-right: 12px;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
  }

  .contact .body .contentsWrap .inputWrap input {
    max-width: none;
    height: 68px;
  }

  .contact .body .contentsWrap .inputWrap .half {
    max-width: none;
    width: 100%;
  }

  .contact .body .contentsWrap .inputWrap .annotation {
    margin-top: 4px;
    margin-left: 1.4em;
    text-indent: -1.4em;
  }

  .contact .body .contentsWrap .inputWrap .selectWrap {
    max-width: none;
    width: 100%;
  }

  .contact .body .contentsWrap .inputWrap .selectWrap::after {
    right: 4vw;
    top: 24px;
  }

  .contact .body .contentsWrap .mailWrap {
    display: block;
  }

  .contact .body .contentsWrap .mailWrap .mailButton {
    height: auto;
    margin: 8px 0 0;
    text-align: left;
    line-height: 23.8px;
  }

  .contact .body .contentsWrap .mailWrap .half {
    max-width: none;
    width: 100%;
  }

  .contact .body .contentsWrap .checkBoxWrap {
    margin: 60px auto 0;
    max-width: 310px;
    width: 100%;
  }

  .contact .body .contentsWrap .checkBoxWrap label {
    font-size: 14px;
    line-height: 24.08px;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 640px) {
  .breakcump {
    padding: 1.5rem 1.4rem;
    height: 5.2rem;
    margin-top: -2.5rem;
    overflow-y: scroll;
    white-space: nowrap;
  }
  .breakcump ul {
    column-gap: 1.7rem;
  }
  .breakcump ul li {
    padding-right: 0;
  }

  .contact h2.title {
    margin: 60px auto 40px;
    font-size: 20px;
  }

  .contact h2.title br.sp-only {
    display: block;
  }

  .contact {
    padding-bottom: 0rem;
  }
  .contact .txt-bottom {
    font-size: 14px;
    padding: 30px 16px 40px;
  }
}

@keyframes iconMove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }

  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* error */

.contact .body .contentsWrap .error input,
.contact .body .contentsWrap .error textarea,
.contact .body .contentsWrap .error select {
  border: 2px solid #ba201f !important;
}

.contact .body .contentsWrap .error p,
.checkbox_error p,
.err {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.0125em;
  color: #ba201f;
  margin-top: 8px;
  position: relative;
  padding-left: 18px;
}

.checkbox_error p {
  text-align: center;
  margin: 12px auto 0;
  display: table;
}
.contact .body .contentsWrap .inputWrap .err {
}
.contact .body .contentsWrap .inputWrap .err span {
  font-family: "Noto Sans JP";
  position: relative;
  display: block;
}

.contact .body .contentsWrap .notice-error {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 2px solid #ba201f;
  background: #fce3e2;
}

.contact .body .contentsWrap .notice-error .title-error {
  color: #BA201F;
  font-size: 15px;
  font-weight: 700;
}

.contact .body .contentsWrap .notice-error .content-error {
  color: #BA201F;
  font-size: 15px;
  margin-left: 20px;
}

.contact .body .contentsWrap .notice-error .content-error::before {
  content: "";
  background-image: url(../icons/error-icon02.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: 3px;
  margin-left: -20px;
}

.contact .body .contentsWrap .checkBoxWrap .err {
  margin: 0 auto;
  display: table;
  margin-top: 10px;
}
.contact .body .contentsWrap .checkBoxWrap .err span::after {
  content: "";
  background-image: url(../icons/error-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.5s ease;
}

.contact .body .contentsWrap .inputWrap .err span.error-ic::after {
  content: "";
  background-image: url(../icons/error-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 2px;
  transition: all 0.5s ease;
}
.contact .body .contentsWrap .inputWrap .err span.error-ic2::after {
  content: "";
  background-image: url(../icons/error-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 2px;
  transition: all 0.5s ease;
}
.contact .body .contentsWrap .inputWrap .err span.error-ic3::after {
  content: "";
  background-image: url(../icons/error-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -18px;
  top: 2px;
  transition: all 0.5s ease;
}
.contact .body .contentsWrap .error p::before,
.checkbox_error p::before {
  content: "";
  background-image: url(../icons/error-icon.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.5s ease;
}

.contact .body .contentsWrap .checkbox_error input[type="checkbox"]::before {
  border: 2px solid #ba201f;
}

.contact .error_content {
  padding: 20px;
  width: 100%;
  max-width: 542px;
  background: #fce3e2;
  border: 2px solid #ba201f;
  border-radius: 8px;
  margin: 60px auto 0;
}

.contact .error_content .error_title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 176%;
  color: #ba201f;
}

.contact .error_content .error_message {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 176%;
  color: #ba201f;
  position: relative;
  padding-left: 22px;
}

.contact .error_content .error_message::before {
  content: "";
  background-image: url(../icons/error-icon02.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  .contact .error_content {
    padding: 19px 19px 11px 19px;
  }
  .contact .error_content .error_title {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .contact .error_content .error_message {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 8px;
  }
  .contact .error_content .error_message::before {
    top: 2px;
  }
}

#rv_target {
  margin-top: 10px;
  color: #ba201f;

  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}</pre></body></html>