h1.main_title {
  margin-top: 2em;
  margin-bottom: 2em; }
  h1.main_title span {
    display: inline-block;
    position: relative; }
  @media screen and (max-width: 599px) {
    h1.main_title span {
      display: block; } }
  h1.main_title span::before {
    display: block;
    content: "";
    background: url("../images/qa_title_img.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: -4vw;
    left: -9vw;
    z-index: 1;
    width: 20vw;
    max-width: 152px;
    height: 20vw; }
  @media screen and (max-width: 599px) {
    h1.main_title span::before {
      top: -9vw;
      left: 3vw;
      width: 20vw;
      max-width: 142px; } }

@media screen and (max-width: 599px) {
  h1.main_title {
    font-size: var(--wp--preset--font-size--xxx-large);
    margin-bottom: 1em; } }
details {
  border-bottom: solid 1px #393939;
  padding: 2em 0;
  margin-top: 0 !important; }
  details summary {
    font-family: var(--wp--preset--font-family--theme-mincho-text);
    font-size: var(--wp--preset--font-size--x-large);
    list-style: none;
    position: relative;
    padding-left: calc(1em + 0.5rem);
    padding-right: calc(1em + 0.5rem); }
  @media screen and (max-width: 599px) {
    details summary {
      padding-right: 3.5em; } }
  details summary::before {
    content: "Q";
    color: var(--wp--preset--color--theme-emegreen);
    padding-right: 0.5rem; }
  details summary::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(1em + 0.5rem);
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center; }
  details p {
    width: 97%;
    margin-left: auto;
    margin-right: 0; }

details:not([open]) summary::after {
  background-image: url("../../assets/images/icon_plus.svg"); }

details[open] summary::after {
  background-image: url("../../assets/images/icon_minus.svg"); }

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