@charset "UTF-8";

/****************************************
          qa
*****************************************/
#qa p {
    margin-bottom: 1rem;
}
#qa p:last-child {
    margin-bottom: 0;
}
.qaBox dt, .qaBox dd {
    padding-left: 2rem;
    position: relative;
}
.qaBox dt {
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.qaBox dd {
    margin-bottom: 3.5rem;
}
.qaBox dt .qatitle, .qaBox dd .qaanswer {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.1rem;
    font-size: 110%;
    width: 1.25rem;
}
.qaBox ul li {
    margin-bottom: 0.25rem;
}
.qaBox ul li:last-child {
    margin-bottom: 0rem;
}
.qaInnerBox {
    overflow: left;
}
.qaInnerBox dt {
    padding: 0;
    font-weight: normal;
    float: left;
    width: 5rem;
    margin-bottom: 0.25rem;
}
.qaInnerBox dt span {
    float: right;
}
.qaInnerBox dd {
    padding-left: 5rem;
    margin-bottom: 0.25rem;
}
.qaInnerBox dd span {

}
.qaInnerBox dd .note {
    padding-left: 0.75rem;
}


@media screen and (max-width: 640px) {
  .qaBox dd {
      margin-left: 0;
      margin-bottom: 2rem;
  }
  .qabox dt .qatitle, .qabox dd .qaanswer {
      top: 0.4em;
  }
  .qaInnerBox dd {
      margin-bottom: 1rem;
  }
  .qaInnerBox dd:last-child {
      margin-bottom: 0;
  }
}

/*---- 20200608 COVID-19 ----*/
.text_center{
    text-align: center;
}

li.disc{
    margin-left: 20px;
    margin-top: 20px;
    list-style-type: disc;
}
.blue_bac{
    padding: 1px 20px;
    color: #fff;
    background-color: #002B69;
    font-size: smaller;
}
.ttl-02{
    margin-top: 11rem !important;
    margin-bottom: 50px !important;
}
@media screen and (max-width: 640px) {
    .ttl-02{
        margin-top: 70px !important;
    }
    }