.qa-content {
  width: 94%;
  max-width: 1200px;
  margin: auto;
  font-size: 16px; }
  .qa-content dl {
    overflow: hidden; }
    .qa-content dl:not(:last-child) {
      margin-bottom: 1.5em; }
    .qa-content dl dt {
      cursor: pointer;
      padding: 15px 15px 15px 50px;
      position: relative;
      background-color: #e9e9e9;
      font-weight: bold;
      transition: 0.3s; }
      .qa-content dl dt:hover {
        background-color: #efefef; }
      .qa-content dl dt:before {
        content: "Q.";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2em;
        color: #999;
        transition: 0.3s; }
      .qa-content dl dt.clicked {
        background-color: #025736;
        color: white; }
        .qa-content dl dt.clicked:before {
          color: white; }
    .qa-content dl dd {
      padding: 15px 15px 20px 50px;
      position: relative;
      background-color: #f6f6f6;
      display: none; }
      .qa-content dl dd ul, .qa-content dl dd ol {
        padding-left: 1.5em;
        list-style: disc;
        margin: 0.8em 0; }

@media (max-width: 1200px) {
  section.img_left .figure, section.img_right .figure {
    width: 50%; }
    section.img_left .figure:after, section.img_right .figure:after {
      padding-top: 70%; }
  section.img_left figcaption, section.img_right figcaption {
    width: 60%;
    left: 40%; }

  section.img_right figcaption {
    width: 60%;
    left: 0; } }
@media (max-width: 800px) {
  section.img_left, section.img_right {
    display: block; }
    section.img_left .figure, section.img_right .figure {
      width: 100%; }
      section.img_left .figure:after, section.img_right .figure:after {
        padding-top: 60%; }
    section.img_left figcaption, section.img_right figcaption {
      width: 100%;
      left: auto;
      position: relative;
      text-align: left;
      margin-bottom: 0.5em; }
      section.img_left figcaption h3.ttl, section.img_right figcaption h3.ttl {
        font-size: 5vw; }
      section.img_left figcaption h3.ttl + p, section.img_right figcaption h3.ttl + p {
        margin-top: 1em;
        margin-bottom: 1em;
        line-height: inherit; } }
@media (max-width: 580px) {
  section.img_left figcaption h3.ttl, section.img_right figcaption h3.ttl {
    font-size: 28px; } }

/*# sourceMappingURL=qa.css.map */
