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

body{
  color: #4f3932;
}
#contents .h1_img img {
    height: 64px;
}
#top h1:before {
  content: "";
  background: url(../images/icon-title.jpg) no-repeat;
  background-size: contain;
  padding: 3px 14px;
}

/* #contents */
.top-text { text-align: center; }
#contents h1 { width: 39.5%; }

@media screen and (min-width:641px){
  section { margin-bottom: 50px; }
    #top div {
    text-align: center;
  }
  #top div img {
    height: 86px;
}
  #faq {
    width: 895px;
    margin: 0 auto;
}
  #contents h1 + p {
    display: table;
    display: -webkit-table;
    margin: 0 auto;
  }
  #contents .h2_title img {
    width: auto;
    height: 31px;
  }
}

/*-------------------
faq
-------------------*/
#faq p{
  font-size: 144%;
}
.faq_all-box { text-align: left; }
input[type="checkbox"].on-off{ display: none; }
label {
  font-size: 193%;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid;
  display: block;
  text-align: center;
}
.faq_category &gt; div:last-child { border: none; }
.faq_box {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: #602f30 1px dotted;
}
.question {
    padding-bottom: 10px;
    font-weight: bold;
}
.question:before {
  content: "\0051.";
  color: #e1517e;
  padding-right: 5px;
}
.answer:before {
  content: "\0041.";
  padding-right: 5px;
}

.answer {
  font-size: 12px;
  padding: 10px 10px 10px 25px;
  background-color: #F1F1F1;
  text-indent: -1em;
  margin-bottom: 20px;
}
@media screen and (min-width:641px){
  .faq_menu {
    overflow: hidden;
    margin: 0 auto 30px;
    width: 646px;
  }
  .faq_menu ul { width: 651px; }
  .faq_menu li {
    width: 212px;
    margin: 0 5px 5px 0;
    text-align: center;
    float: left;
  }
  .faq_menu a {
    display: block;
    background-color: #fc5da2;
    line-height: 4;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  .faq_menu a:hover {
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha( opacity=70 );
    opacity: 0.7;
    zoom: 1;
  }
  .faq_category { margin-bottom: 20px; }
  .question {
    font-size: 14px;
}}

@media screen and (max-width:640px){
  main article{
    position: relative;
    padding-bottom: 50px;
  }
    #top div {
    width: 70%;
    margin: 0 auto 5px;
}
  #campaign { margin-bottom: 20px; }
  #contents .h2_title img {
    width: auto;
    height: 17px;
  }
  .faq_all-box label:after { content: "\25BC"; }
  .faq_category {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  input[type="checkbox"].on-off + .faq_category{
    height: 0;
    overflow: hidden;
  }
  input[type="checkbox"].on-off:checked + .faq_category{
    height: auto;
    padding-bottom: 20px;
}}</pre></body></html>