<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*=== メインエリア ===*/
.main-container {
  padding-bottom: 100px;
}

/*=== サイドメニュー ===*/
a.sideMenu-link.is-active {
  pointer-events: none;
  background-color: #d2dce6;
}

/*=== よくあるお問い合わせ ===*/
.headLine {
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.headLine-txt {
  margin-top: 15px;
}

/*=== よくあるお問い合わせ ===*/
.faq-cont {
  padding: 8px 20px 20px;
  background-color: #f2f5f8;
}
.faq-cont:not(:first-child) {
  margin-top: 30px;
}
.faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #f2f5f8;
}
.faq-main {
  font-weight: bold;
  font-size: 16px;
}
.faq-transition {
  flex-shrink: 0;
  margin-left: 15px;
}
a.faq-btn {
  display: block;
  position: relative;
  padding: 3px 10px 2px 25px;
  color: #282b30;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background-color: #deea59;
  border-radius: 5px;
}
a.faq-btn:visited {
  color: #282b30;
}
a.faq-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.faq-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #282b30;
  border-radius: 50%;
  transform: translateY(-50%);
}
a.faq-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #deea59;
  border-right: 1.5px solid #deea59;
  transform: translateY(-50%) rotate(45deg);
}
.faq-list {
  margin-top: 8px;
  padding: 10px;
  background-color: #fff;
}
.faq-item:not(:first-child) {
  margin-top: 15px;
}
a.faq-link {
  display: block;
  padding-left: 25px;
  color: #282b30;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.4;
  background: url(/premium/faq/images/icon_q.gif) no-repeat 0 0;
}
a.faq-link:visited {
  color: #282b30;
}
.faq-detail {
  padding-top: 30px;
  font-size: 14px;
}
.faq-question {
  padding-left: 35px;
  color: #737373;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.4;
  background: url(/premium/faq/images/icon_q.gif) no-repeat 10px 0;
}
.faq-answer {
  margin-top: 10px;
  padding: 10px 20px 10px 35px;
  line-height: 1.4;
  background: #f2f5f8 url(/premium/faq/images/icon_a.gif) no-repeat 10px 10px;
}
.faq-answer &gt; *:first-child {
  margin-top: 0;
}
.faq-txt {
  margin-top: 15px;
}
.faq-input {
  margin: 20px auto;
  text-align: center;
}
.faq-input input[type="button"] {
  width: 100%;
  max-width: 300px;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid #5f6b78;
  border-radius: 5px;
  cursor: pointer;
}
.faq-input input[type="button"]:hover {
  opacity: 0.7;
}
.faq-input input[type="button"]:disabled {
  pointer-events: none;
}

@media print, screen and (max-width: 768px) {
  .Header__body {
    display: block;
  }
  /*=== メインエリア ===*/
  .main {
    padding-top: 0;
  }
  /*=== よくあるお問い合わせ ===*/
  .headLine {
    padding: 0 15px;
  }
  /*=== よくあるお問い合わせ ===*/
  .faq-cont {
    padding: 8px 10px 10px;
  }
  .faq-transition {
    margin-left: 10px;
  }
  .faq-answer {
    padding-right: 10px;
  }
}</pre></body></html>