@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

strong {
  font-weight: bold !important; }

em {
  font-style: italic !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, ol {
  margin: 0;
  padding: 0; }

/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(20px, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes scaleXwidth {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: top left;
    transform-origin: top left; } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3); }
  20% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  80% {
    -webkit-transform: scale3d(0.99, 0.99, 0.99);
    transform: scale3d(0.99, 0.99, 0.99); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  20% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95); }
  60% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%); }
  20% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%); }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%); }
  80% {
    -webkit-transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%); }
  to {
    -webkit-transform: scale3d(1, 1, 1) translate(-50%, -50%);
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1; } }
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  20% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2); }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01); }
  80% {
    -webkit-transform: scale3d(0.99, 0.99, 0.99);
    transform: scale3d(0.99, 0.99, 0.99); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate(0, 50px); }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px); }
  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg); } }
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
    transform: rotate3d(0, 0, 1, -20deg); }
  20% {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 10deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 2deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -1deg);
    transform: rotate3d(0, 0, 1, -1deg); }
  to {
    opacity: 1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none; } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1; } }
@keyframes shadowSlide {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px); }
  20% {
    opacity: 1;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px); }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate(-7px, -7px);
    transform: translate(-7px, -7px); }
  20% {
    opacity: 1;
    -webkit-transform: translate(-7px, -7px);
    transform: translate(-7px, -7px); }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes blurInTitle {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale(1);
    -webkit-filter: blur(30px);
    filter: blur(30px); }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes Turnboard {
  from {
    -webkit-transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  60% {
    -webkit-transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg); }
  to {
    opacity: 1;
    -webkit-transform: perspective(300px);
    transform: perspective(300px); } }
@keyframes fuwafuwa {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -5px); }
  100% {
    transform: translate(0, 0); } }
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: scale(1, 1); }
  60% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(0, 0); } }
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-100%, -80%) scale(1, 1); }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2); }
  100% {
    transform: translate(-50%, -40%) scale(0, 0); } }
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px); }
  20% {
    transform: scale3d(1, 1, 1); }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px); }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px); }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0); }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1; } }
@keyframes bounceOutUp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35); }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0); }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0; } }
@keyframes kujiOpen1step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  0% {
    height: 50%; }
  to {
    height: 0; } }
@keyframes kujiOpen2step {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  0% {
    height: 0; }
  to {
    height: 50%; } }
@keyframes rotationInner {
  0%, 100% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear; }
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }
@keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%); }
  60% {
    opacity: 1;
    top: -13%; }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%); } }
@keyframes kujifadeout {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9); }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9); }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1); } }
/*
    個別にアニメーション
*/
@keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg); }
  100% {
    transform: translate(-50%, -50%) rotate(0deg); } }
@keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(10deg); }
  50% {
    transform: translate(-40%, -80%) rotate(25deg); }
  100% {
    transform: translate(-50%, -50%) rotate(10deg); } }
@keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg); }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg); } }
@keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg); }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg); } }
@keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg); }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg); } }
@keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg); }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg); }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg); } }
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  overflow-y: auto;
  color: #555; }
  html.hidden,
  body.hidden {
    height: 100%;
    overflow: hidden; }

* {
  box-sizing: border-box; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none; }

ul, ol {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.util_sp {
  display: none !important; }
  @media (max-width: 750px) {
    .util_sp {
      display: block !important; } }

.util_pc {
  display: block !important; }
  @media (max-width: 750px) {
    .util_pc {
      display: none !important; } }

@media print {
  img {
    display: none; } }
/*
    loader
*/
#wrapper {
  margin: auto;
  width: 100%;
  max-width: 750px; }
  #wrapper section.section > h1 {
    text-align: left;
    color: #fff;
    background-color: #3bc6b1;
    padding: 26px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .05em; }
    @media (max-width: 750px) {
      #wrapper section.section > h1 {
        padding: 3.5vw;
        font-size: 40px;
        font-size: 5.3333333333vw; } }
  #wrapper section.section > .inner {
    padding: 13px 26px; }
    @media (max-width: 750px) {
      #wrapper section.section > .inner {
        padding: 1.75vw 3.5vw; } }
    #wrapper section.section > .inner .content {
      text-align: left;
      font-size: 26px;
      border-bottom: 2px solid #cececf;
      padding: .3em 0; }
      @media (max-width: 750px) {
        #wrapper section.section > .inner .content {
          font-size: 26px;
          font-size: 3.4666666667vw;
          border-bottom: 1px solid #cececf; } }
      #wrapper section.section > .inner .content:last-child {
        border: none; }
      #wrapper section.section > .inner .content > p {
        line-height: 1.4;
        padding: .5em 0; }
        #wrapper section.section > .inner .content > p > span.title {
          font-size: 30px;
          font-weight: 700; }
          @media (max-width: 750px) {
            #wrapper section.section > .inner .content > p > span.title {
              font-size: 30px;
              font-size: 4vw; } }
        #wrapper section.section > .inner .content > p a {
          color: #146aa6;
          text-decoration: underline; }
        #wrapper section.section > .inner .content > p span.attend {
          display: inline-block;
          color: #fd8282; }
          #wrapper section.section > .inner .content > p span.attend > span {
            display: inline-block; }
      #wrapper section.section > .inner .content.qa {
        margin: 0 -26px;
        border: none; }
        @media (max-width: 750px) {
          #wrapper section.section > .inner .content.qa {
            margin: 0 -3.5vw; } }
        #wrapper section.section > .inner .content.qa > .ttl {
          padding: 20px;
          border-bottom: 2px solid #cececf;
          cursor: pointer;
          font-size: 30px;
          font-weight: 700; }
          @media (max-width: 750px) {
            #wrapper section.section > .inner .content.qa > .ttl {
              font-size: 30px;
              font-size: 4vw;
              padding: 2.667vw;
              border-bottom: 1px solid #cececf; } }
          #wrapper section.section > .inner .content.qa > .ttl > p {
            line-height: 1.4;
            margin-left: 1em;
            text-indent: -1em;
            padding-right: 40px;
            position: relative; }
            @media (max-width: 750px) {
              #wrapper section.section > .inner .content.qa > .ttl > p {
                padding-right: 5.333vw; } }
            #wrapper section.section > .inner .content.qa > .ttl > p:before {
              content: '';
              display: block;
              width: 30px;
              height: 4px;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translate(-50%, -50%) rotate(0);
              background-color: #3bc6b1;
              opacity: 1;
              border-radius: 4px;
              -webkit-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              @media (max-width: 750px) {
                #wrapper section.section > .inner .content.qa > .ttl > p:before {
                  width: 4vw;
                  height: .5333vw; } }
            #wrapper section.section > .inner .content.qa > .ttl > p:after {
              content: '';
              display: block;
              width: 30px;
              height: 4px;
              position: absolute;
              top: 50%;
              right: 0;
              transform: translate(-50%, -50%) rotate(90deg);
              border-radius: 4px;
              background-color: #3bc6b1;
              -webkit-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out; }
              @media (max-width: 750px) {
                #wrapper section.section > .inner .content.qa > .ttl > p:after {
                  width: 4vw;
                  height: .5333vw; } }
          #wrapper section.section > .inner .content.qa > .ttl.active > p:before {
            opacity: 0;
            transform: translate(-50%, -50%) rotate(90deg); }
          #wrapper section.section > .inner .content.qa > .ttl.active > p:after {
            transform: translate(-50%, -50%) rotate(180deg); }
        #wrapper section.section > .inner .content.qa > .answer {
          padding: 40px 20px;
          background-color: #eee; }
          @media (max-width: 750px) {
            #wrapper section.section > .inner .content.qa > .answer {
              padding: 5.333vw 2.667vw; } }
          #wrapper section.section > .inner .content.qa > .answer > p {
            line-height: 1.4;
            margin-left: 1em;
            text-indent: -1em;
            color: #fd8282; }
            #wrapper section.section > .inner .content.qa > .answer > p a {
              color: #146aa6;
              text-decoration: underline; }

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