<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../css/reset.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&amp;display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.7 "Noto Sans JP", sans-serif !important;
  color: #333333;
  background: #eee;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  filter: contrast(120%);
}

li {
  list-style: none;
}

main {
  display: block;
}

/* -- LAYOUT -- */
#formArea {
  width: 960px;
  background: #fff;
  margin: 50px auto 20px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.015), 0 6.7px 5.3px rgba(0, 0, 0, 0.02), 0 12.5px 10px rgba(0, 0, 0, 0.024), 0 22.3px 17.9px rgba(0, 0, 0, 0.027), 0 41.8px 33.4px rgba(0, 0, 0, 0.033), 0 100px 80px rgba(0, 0, 0, 0.05);
}

@media (max-width: 960px) {
  #formArea {
    width: 86%;
    background: #fff;
    margin: 0 auto 20px;
    padding: 12px 4%;
    margin-bottom: 20px;
    font-size: 1.4rem;
    border-radius: 0;

  }
}

.title--msg {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #bbb;
  padding:25px 0 35px;
}
@media (max-width: 480px) {
  .title--msg {
  padding:15px 0 25px;
  }
  .title--msg .logo{
    max-width: 150px;
    margin: 0 auto;
  }
}
.lead_txt{
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 480px) {
  .lead_txt{
    font-size: 1.3rem;
    text-align: left;
  }
}
.title--msg a{
  color: #333!important;
}
@media (max-width: 960px) {
  .title--msg {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .title--msg {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.rm_bnr{
  text-align: center;
}

.caution {
  font-size: 1.6rem;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .caution {
    font-size: 1.4rem;
    text-align: center;
    padding-top: 10px;
  }
}
.footer {
  position: relative;
  margin-bottom: 15px;
}

.footer_sns_sp {
  display: none;
}

.footer_bnr {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 70px auto;
}

.footer_pagetop {
  display: none;
}

.footer_tfm {
  margin-right: 50px;
  width: 231px;
  height: auto;
}

.footer_seibu {
  width: 231px;
  height: auto;
}

.footer_bottom {
  position: relative;
}

@media (max-width: 480px) {
  .footer_sns_sp {
    width: 100%;
    background: #e8f6fc;
    padding: 20px 0;
    display: block;
  }
  .footer_sns_sp_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_sns_sp_radiko {
    width: 45%;
    margin: 0 auto 10px;
  }
  .footer_sns_sp_radiko img {
    width: 100%;
    height: auto;
    max-width: 229px;
  }
  .footer_sns_sp_tw a {
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
  }
  .footer_sns_sp_fb a {
    display: block;
    width: 30px;
    margin: 0 0px 0 0;
  }
  .footer_bnr {
    flex-flow: column;
    align-items: center;
    margin: 40px 0 40px;
  }
  .footer_bnr &gt; li {
    max-width: 250px;
  }
  .footer_pagetopSp {
    position: relative;
    display: block;
    text-align: center;
  }
  .footer_tfm {
    margin: 0 auto 40px;
    width: 45%;
  }
  .footer_seibu {
    width: 45%;
  }
}

.copyright {
  padding: 11px 0;
  font-size: 1.1rem;
  color: #000;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .copyright {
    padding: 8px 0;
  }
}

.msg {
  text-align: center;
}

.thanks {
  text-align: center;
  font-size: 1.8rem;
  margin: 100px auto 0;
}
@media (max-width: 480px) {
  .thanks {
    text-align: center;
    font-size: 1.4rem;
    margin: 100px auto 0;
  }
}
.sitetop {
  text-align: center;
  font-size: 1.6rem;
  margin: 60px auto 100px;
}

.msg .error {
  text-align: center;
  font-size: 1.8rem;
  margin: 100px auto 140px;
}
label.error:before {
  border: 1px solid #f03;
}
label.error {
  background: #f8e2e2;
}
label.error:before {
  border: 1px solid #f03;
}
span.form__radio.error {
  max-width: 100%;
  background: #f8e2e2;
}
input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #f03;
  background: #f8e2e2;
}
input.error:focus,
textarea.error:focus {
  border: 1px solid #f03;
  background: #f8e2e2;
}
select.error {
  background: #f8e2e2;
  border: 1px solid #f03;
}
select.error:focus {
  background: #f8e2e2;
  border: 1px solid #f03;
}
input[type="file"].error {
  background: #f8e2e2;
}



select.error,
textarea.error {
  border: 1px solid #e73d5c;
  background: #ffe8ec;
}

.error input[type="radio"] + label {
  background: #ffe8ec;
}

.error input[type="radio"] + label:before {
  border-color: #e73d5c;
}

.error input[type="checkbox"] + label {
  background: #ffe8ec;
}

.error input[type="checkbox"] + label:before {
  border-color: #e73d5c;
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: -135px;
  right: 30px;
  transition: 0.4s ease;
  cursor: pointer;
  background: #eb779d;
  padding: 15px 10px;
  border-radius: 10px;
  z-index: 2;
}

.pagetop img {
  width: 20px;
}

.pagetop.is-scroll {
  bottom: 30px;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
  }
  .pagetop.is-scroll {
    bottom: 15px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

</pre></body></html>