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

body {
  -webkit-font-feature-settings: "palt";
  background: #FFFFFF;
  color: #181818;
  font: 1.6rem/1.7 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: 300;
  letter-spacing: 0;
}

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

a {
  color: #181818;
  text-decoration: none;
}

a:hover {
  -webkit-filter: contrast(120%);
  -webkit-transition: 0.2s;
  filter: contrast(120%);
  transition: 0.2s;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header_top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  height: 55px;
  margin: 0 auto;
  padding: 0 10px;
}

.header_bnr {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

.header_bnr &gt; li {
  margin-right: 25px;
}

.header_tfm img {
  width: 100px;
  height: auto;
}

.header_eheya img {
  width: 123px;
  height: auto;
}

.header_sns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

.header_sns:before {
  display: block;
  width: 63px;
  height: 26px;
  background: url(../../../img/header_share.svg);
  content: '';
}

.header_tw {
  width: 35px;
  height: auto;
  margin-left: 8px;
}

.header_fb {
  width: 35px;
  height: auto;
  margin-left: 10px;
}

.header_line {
  display: none;
}

.header_main {
  position: relative;
  height: 645px;
  padding-top: 37px;
  background: url(../../../img/header_bg.png);
  background-position: center center;
}

.header_main:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: url(../../../img/town.png);
  background-repeat: repeat-x;
  content: '';
}

.header_ttl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 451px;
  height: 357px;
  margin: 0 auto 28px;
  text-align: center;
}

.header_time {
  position: absolute;
  bottom: 8px;
  left: calc(50% - 215px);
}

.header_txt {
  text-align: center;
}

.header_person {
  position: absolute;
  right: calc(50% - 520px);
  bottom: 0;
}

.header_message {
  position: absolute;
  bottom: 220px;
  left: calc(50% - 475px);
}

.bnr {
  max-width: 850px;
  margin: 30px auto -20px;
}

.bnr a {
  display: block;
  margin-bottom: 30px;
}

.bnr a:last-child {
  margin-bottom: 0;
}

.bnr_half {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.bnr_half a {
  width: calc(50% - 15px);
  height: auto;
}

.question {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding-top: 50px;
}

.question_day {
  background: url(../../../img/day_bg.png);
  background-position-y: 30px;
  background-repeat: repeat-x;
  color: #cc0826;
  font-family: 'Nunito', sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.question_day &gt; p {
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  background: #FFFFFF;
  text-align: center;
}

.question_dayInner {
  display: inline-block;
  padding: 0 15px;
  background: #FFFFFF;
}

.question_onair {
  vertical-align: top;
}

.question_contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 37px 30px 50px;
  background: url(../../../img/question_bg.png);
  text-align: center;
}

.question_contents:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/question_screw.png), url(../../../img/question_screw.png), url(../../../img/question_screw.png), url(../../../img/question_screw.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  content: '';
}

.question_ttl {
  margin: 0 auto 30px;
}

.question_name {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.question_name &gt; span {
  margin-right: 5px;
  font-size: 1.6rem;
}

.question_inner {
  -webkit-border-image: url(../../../img/question_innnerBorder.png) 18 repeat;
  -o-border-image: url(../../../img/question_innnerBorder.png) 18 repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 15px;
  border: 12px solid skyblue;
  border-width: 12px;
  border-image: url(../../../img/question_innnerBorder.png) 18 repeat;
  background: #FFFFFF;
}

.question_q {
  position: absolute;
  top: 25px;
  left: 25px;
}

.question_jirosan {
  margin-bottom: 30px;
  text-align: center;
}

.question_txt {
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.answer {
  position: relative;
  padding-bottom: 110px;
  background: url(../../../img/answer_bg.png);
  text-align: center;
}

.answer:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: url(../../../img/town.png);
  background-repeat: repeat-x;
  content: '';
}

.answer_ttl {
  margin: 0 auto 30px;
  padding-top: 57px;
  text-align: center;
}

.answer_contents {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.answer_txt {
  -ms-flex-preferred-size: calc(100% - 270px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-basis: calc(100% - 270px);
  min-width: calc(100% - 300px);
  max-width: 720px;
  padding: 30px;
  background: #e61b31;
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}

.answer_txt:after {
  position: absolute;
  right: -55px;
  bottom: 10px;
  content: url(../../../img/answer_say.png);
}

.answer_a {
  display: block;
  margin-bottom: 15px;
}

.answer_blog {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 0 auto 35px;
  padding: 50px;
  overflow: hidden;
  background: #FFFFFF;
  text-align: left;
}

.answer_blog &gt; img {
  max-width: 320px;
  height: auto;
  margin-right: 2em;
  float: left;
}

.answer_blog &gt; a {
  position: relative;
}

.answer_blog:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 3px solid #ffd4d4;
  background: url(../../../img/answer_screw.png), url(../../../img/answer_screw.png), url(../../../img/answer_screw.png), url(../../../img/answer_screw.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  content: '';
}

.answer-start {
  margin-top: 70px;
  padding-top: 35px;
}

.answer-start p {
  padding-bottom: 10px;
  color: #cc0826;
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
}

.link_jiro {
  display: block;
  position: relative;
  width: 702px;
  margin: 0 auto 30px;
}

.link_jiroImg {
  position: absolute;
  bottom: 14px;
  left: 2%;
}

.link_tw {
  display: block;
  width: 438px;
  margin: 0 auto 30px;
  padding-bottom: 78px;
  background: url(../../../img/twBtn.png);
  content: '';
}

.link_tw:hover {
  background: url(../../../img/twBtn_over.png);
}

.footer {
  position: relative;
}

.footer_bnr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 70px auto;
  list-style: none;
}

.footer_pagetop {
  display: none;
}

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

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

.footer_bottom {
  position: relative;
}

.copyright {
  padding: 20px 0;
  background: #e61b31;
  color: #FFFFFF;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.pagetop {
  -webkit-transition: .4s ease;
  display: block;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -135px;
  cursor: pointer;
  transition: .4s ease;
}

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

.pagetop-sp {
  display: none;
}

/* logo animation */
.logo &gt; a:hover {
  -webkit-filter: none;
  filter: none;
}

.logo_key {
  -webkit-animation-name: key;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: .9s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-fill-mode: backwards;
  -webkit-animation-timing-function: ease-out;
  position: absolute;
  top: 244px;
  left: 243px;
  animation-name: key;
  animation-duration: .9s;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: initial;
}

.logo_main1 {
  -webkit-animation-name: main1;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: .9s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-end;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: main1;
  animation-duration: .9s;
  animation-fill-mode: forwards;
  animation-timing-function: step-end;
  animation-delay: 1s;
  animation-iteration-count: initial;
}

.logo_main2 {
  -webkit-animation-name: main2;
  -webkit-animation-delay: 1.9s;
  -webkit-animation-duration: .3s;
  -webkit-animation-iteration-count: initial;
  -webkit-animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: main2;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-delay: 1.9s;
  animation-iteration-count: initial;
  opacity: 0;
}

@-webkit-keyframes key {
  0% {
    top: 244px;
    left: 243px;
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
    top: 244px;
    left: 243px;
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0);
    top: 244px;
    left: 266px;
    transform: rotate(0);
  }
  99% {
    top: 244px;
    left: 266px;
    opacity: 1;
  }
  100% {
  }
}

@keyframes key {
  0% {
    top: 244px;
    left: 243px;
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
    top: 244px;
    left: 243px;
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0);
    top: 244px;
    left: 266px;
    transform: rotate(0);
  }
  99% {
    top: 244px;
    left: 266px;
    opacity: 1;
  }
  100% {
  }
}

@-webkit-keyframes key-sp {
  0% {
    top: 68.5%;
    left: 54%;
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
    top: 68.5%;
    left: 54%;
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0);
    top: 68.5%;
    left: 58%;
    transform: rotate(0);
  }
  90% {
    top: 68.5%;
    left: 58%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes key-sp {
  0% {
    top: 68.5%;
    left: 54%;
  }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  10% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  30% {
    -webkit-transform: rotate(4deg);
    top: 68.5%;
    left: 54%;
    transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(0);
    top: 68.5%;
    left: 58%;
    transform: rotate(0);
  }
  90% {
    top: 68.5%;
    left: 58%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes main1 {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}

@keyframes main1 {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}

@-webkit-keyframes main2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes main2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -- UTILITY -- */
/* 鐃緒申鐃縮フッワ申鐃緒申鐃緒申 鐃盾し鐃緒申鐃熟ブレイ鐃緒申鐃楯ワ申鐃緒申箸鐃緒申箸鐃宿緒申鐃緒申鐃緒申鐃� */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .header_top {
    width: 94%;
  }
  .header_bnr {
    padding-right: 10px;
  }
  .header_bnr &gt; li {
    margin-right: 12px;
  }
  .header_bnr &gt; li &gt; a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .header_sns:before {
    display: none;
  }
  .header_tw {
    margin-left: 10px;
  }
  .header_line {
    display: block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
  }
  .header_line img {
    width: 35px;
    height: auto;
  }
  .header_main {
    height: auto;
    padding-top: 20px;
    background: url(../../../img/sp/header_bg.png);
    background-size: contain;
  }
  .header_main:after {
    margin-bottom: -1%;
    background-position: center bottom;
    background-size: 50%;
  }
  .header_ttl {
    width: 76%;
    height: auto;
    margin: 0 auto 15px;
    padding-bottom: 60.22034%;
  }
  .header_ttl &gt; a &gt; img {
    width: 100%;
  }
  .header_time {
    bottom: 3%;
    left: 3%;
    width: 77%;
  }
  .header_txt {
    width: 92%;
    margin: 0 auto 10px;
  }
  .header_person {
    position: relative;
    right: 0;
    bottom: inherit;
  }
  .header_person img {
    width: 50%;
  }
  .header_message {
    position: relative;
    bottom: inherit;
    left: 0;
    margin-right: 8%;
    padding: 7% 1% 7% 7%;
  }
  .header_message img {
    width: 28%;
  }
  .bnr {
    max-width: 850px;
    margin: 40px auto -10px;
    padding: 0 5%;
  }
  .question {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .question_day {
    background-position-y: 50%;
    font-size: 3.2rem;
  }
  .question_contents {
    padding: 5%;
    background-size: 6px;
  }
  .question_contents:before {
    background-size: 20px;
  }
  .question_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .question_name {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .question_name &gt; span {
    font-size: 1.2rem;
  }
  .question_inner {
    padding: 20px 12px 0;
    border-width: 6px;
  }
  .question_q {
    top: 2vw;
    left: 2vw;
    width: 25px;
    height: auto;
  }
  .question_jirosan {
    margin-bottom: 2%;
  }
  .question_jirosan &gt; img {
    width: 60%;
    max-width: 240px;
    height: auto;
  }
  .question_txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .answer {
    padding-bottom: 8%;
    background-size: 6px;
  }
  .answer:after {
    margin-bottom: -1%;
    background-position: center bottom;
    background-size: 50%;
  }
  .answer_ttl {
    width: 85%;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  .answer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 20px;
  }
  .answer_txt {
    width: 92%;
    margin: 0 auto 4%;
    padding: 5%;
    font-size: 1.6rem;
    text-align: justify;
  }
  .answer_txt:after {
    display: none;
  }
  .answer_a {
    width: 27px;
    height: auto;
    margin-bottom: 2%;
  }
  .answer_jiro {
    width: 40%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
  .answer_blog {
    margin-bottom: 20px;
    padding: 10% 7% 7%;
    font-size: 1.4rem;
  }
  .answer_blog:before {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-width: 2px;
    background-size: 20px;
  }
  .answer_blog &gt; img {
    display: block;
    width: 80%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 15px;
    float: none;
  }
  .answer-start {
    margin-top: 35px;
  }
  .answer-start p {
    font-size: 2.4rem;
    text-align: center;
  }
  .link_jiro {
    width: 92%;
    margin-bottom: 30px;
  }
  .link_jiroImg {
    position: absolute;
    bottom: 10%;
    left: 2%;
    width: 25%;
  }
  .link_tw {
    display: block;
    width: 78%;
    margin: 0 auto 30px;
    padding-bottom: 13.89041%;
    background: url(../../../img/twBtn.png);
    background-size: cover;
    content: '';
  }
  .link_tw:hover {
    background: url(../../../img/twBtn_over.png);
    background-size: cover;
  }
  .footer_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-flow: column;
    align-items: center;
    margin: 40px 0 70px;
  }
  .footer_bnr &gt; li {
    max-width: 250px;
  }
  .footer_pagetopSp {
    display: block;
    position: relative;
    text-align: center;
  }
  .footer_tfm {
    width: 45%;
    margin: 0 auto 40px;
  }
  .footer_eheya {
    width: 45%;
  }
  .copyright {
    padding: 15px 0;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .pagetop {
    display: none;
  }
  .pagetop-sp {
    display: block;
    width: 160px;
    max-width: 40%;
    margin: 0 auto;
  }
  .logo_key {
    -webkit-animation-name: key-sp;
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: .9s;
    -webkit-animation-iteration-count: initial;
    -webkit-animation-fill-mode: backwards;
    -webkit-animation-timing-function: ease-out;
    top: 68.5%;
    left: 54%;
    width: 19%;
    animation-name: key-sp;
    animation-duration: .9s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: initial;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 480px) {
  .bnr {
    margin: 30px auto 0px;
  }
  .bnr a {
    margin-bottom: 10px;
  }
  .bnr_half a {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .link_jiro {
    width: 70%;
  }
  .link_tw {
    width: 55%;
    padding-bottom: 9.79452%;
  }
  .link_tw:hover {
    background: url(../../../img/twBtn_over.png);
    background-size: cover;
  }
  .bnr a {
    margin-bottom: 4%;
  }
  .bnr_half a {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .footer_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-flow: column;
    align-items: center;
    margin: 40px 0 70px;
  }
  .footer_bnr &gt; li {
    max-width: 250px;
  }
  .footer_pagetopSp {
    display: block;
    position: relative;
    text-align: center;
  }
  .footer_tfm {
    width: 45%;
    margin: 0 auto 40px;
  }
  .footer_eheya {
    width: 45%;
  }
  .pagetop {
    display: none;
  }
  .pagetop-sp {
    display: block;
    width: 160px;
    max-width: 40%;
    margin: 0 auto;
  }
}
</pre></body></html>