section.sec,
div.sec {
  margin-top: 160px;
  margin-bottom: 160px;
}

@media only screen and (max-width: 480px) {
  section.sec,
  div.sec {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

section.sec:nth-of-type(1),
div.sec:nth-of-type(1) {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  section.sec:nth-of-type(1),
  div.sec:nth-of-type(1) {
    margin-top: 40px;
  }
}

section.sec:last-child,
div.sec:last-child {
  margin-bottom: 0;
}

.title-bar {
  margin-bottom: 80px;
  background: #0068b7;
}

@media only screen and (max-width: 480px) {
  .title-bar {
    margin-bottom: 40px;
  }
}

.title-btm-bar {
  margin-bottom: 80px;
}

@media only screen and (max-width: 480px) {
  .title-btm-bar {
    margin-bottom: 40px;
  }
}

.content-wrap.top .main-img {
  height: 220px;
  padding: 40px;
  background: #0068b7;
  color: #fff;
  font-size: 3.2rem;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img {
    width: 100%;
    height: auto;
    padding: 16px;
  }
}

.content-wrap.top .main-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 6px solid #fff100;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner {
    padding: 24px;
    padding-bottom: 16px;
  }
}

.content-wrap.top .main-img-inner .icon {
  position: absolute;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon {
    width: 40px;
    height: 40px;
  }
}

.content-wrap.top .main-img-inner .icon.lt {
  top: -40px;
  left: -40px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon.lt {
    top: -20px;
    left: -20px;
  }
}

.content-wrap.top .main-img-inner .icon.rt {
  top: -40px;
  right: -40px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon.rt {
    top: -20px;
    right: -20px;
  }
}

.content-wrap.top .main-img-inner .icon.lb {
  bottom: -40px;
  left: -40px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon.lb {
    bottom: -20px;
    left: -20px;
  }
}

.content-wrap.top .main-img-inner .icon.rb {
  bottom: -40px;
  right: -40px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon.rb {
    bottom: -20px;
    right: -20px;
  }
}

@media only screen and (max-width: 480px) {
  .content-wrap.top .main-img-inner .icon img {
    vertical-align: top;
  }
}

.content-wrap.top h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top h1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.4rem;
    position: relative;
  }
}

.content-wrap.top span.sumachika {
  display: block;
  margin-right: 12px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top span.sumachika {
    width: 140px;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.content-wrap.top img.book {
  margin-top: 4px;
  margin-left: 12px;
}

@media only screen and (max-width: 480px) {
  .content-wrap.top img.book {
    width: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-top: 16px;
  }
}

.content-wrap.sub .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0068b7;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .content-wrap.sub .main-img {
    width: 100%;
    height: 120px;
  }
}

.content-wrap.sub .main-img h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  font-size: 2.8rem;
  letter-spacing: 2px;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .content-wrap.sub .main-img h1 {
    font-size: 2.4rem;
    letter-spacing: normal;
  }
}

.content-wrap.sub .main-img figure {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .content-wrap.sub .main-img figure img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-text {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .top-text {
    margin-top: 40px;
  }
}

.top-text .txt {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .top-text .txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .top-text .txt br {
    display: none;
  }
}

.top-text .txt + .txt {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .top-text .txt + .txt {
    margin-top: 24px;
  }
}

.sec.link {
  margin-top: 64px;
}

@media only screen and (max-width: 480px) {
  .sec.link {
    margin-top: 40px;
  }
}

.sec.link .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec.link .link-list .box {
  width: 47%;
  margin-top: 64px;
}

@media only screen and (max-width: 480px) {
  .sec.link .link-list .box {
    width: 100%;
    margin-top: 24px;
  }
}

.sec.link .link-list .box a figure {
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sec.link .link-list .box a figure img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sec.link .link-list .box a figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 48px;
  margin: auto;
  padding: 16px;
  background: rgba(0, 104, 183, 0.9);
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .sec.link .link-list .box a figure figcaption {
    font-size: 2rem;
  }
}

.sec.link .link-list .box a:hover figure {
  opacity: 0.8;
}

.sec.link .link-list .box a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.anchor-link {
  margin-top: 80px;
}

@media only screen and (max-width: 480px) {
  .anchor-link {
    margin-top: 40px;
  }
}

.anchor-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anchor-link ul li {
  width: 220px;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul li {
    width: 49%;
    margin-bottom: 8px;
  }
}

.anchor-link ul li a {
  padding: 16px;
  border: 4px solid #0068b7;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul li a {
    font-size: 1.4rem;
  }
}

.anchor-link ul li a:hover {
  background: rgba(0, 104, 183, 0.05);
  border-color: #0085ea;
}

.anchor-link ul.anchor4 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anchor-link ul.anchor3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul.anchor3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}

.anchor-link ul.anchor3 li {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul.anchor3 li {
    margin: 0 0 8px;
  }
}

.anchor-link ul.anchor2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul.anchor2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
}

.anchor-link ul.anchor2 li {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
}

@media only screen and (max-width: 480px) {
  .anchor-link ul.anchor2 li {
    margin: 0 0 8px;
  }
}

section.qa-area .qa-block {
  font-size: 2rem;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block {
    font-size: 1.6rem;
  }
}

section.qa-area .qa-block::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #4c4948;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block::before {
    width: 20px;
    height: 2px;
    right: 0;
  }
}

section.qa-area .qa-block::after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background: #4c4948;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 24px;
  top: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block::after {
    width: 20px;
    height: 2px;
    right: 0;
  }
}

section.qa-area .qa-block + .qa-block {
  margin-top: 16px;
}

section.qa-area .qa-block .q {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 40px;
    font-size: 1.8rem;
  }
}

section.qa-area .qa-block .q::after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #fff100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left 0;
          transform-origin: left 0;
}

section.qa-area .qa-block .q .q-head {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .q .q-head {
    margin-right: 4px;
  }
}

section.qa-area .qa-block .q:hover {
  opacity: 0.8;
}

section.qa-area .qa-block .q:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .q:hover:hover {
    opacity: 1;
  }
  section.qa-area .qa-block .q:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

section.qa-area .qa-block .a {
  display: none;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 24px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .a {
    padding-left: 0;
    padding-right: 0;
  }
}

section.qa-area .qa-block * + .txt {
  margin-top: 24px;
}

section.qa-area .qa-block .caption {
  margin-top: 16px;
  font-size: 1.6rem;
  color: red;
}

section.qa-area .qa-block .list-dl dd + dt {
  margin-top: 24px;
}

section.qa-area .qa-block .list-dl dd.img {
  text-align: center;
}

section.qa-area .qa-block * + .list-dl {
  margin-top: 24px;
}

section.qa-area .qa-block .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.qa-area .qa-block .flx.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -24px;
}

section.qa-area .qa-block .flx.col2 > * {
  width: 46%;
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flx.col2 > * {
    width: 100%;
  }
}

section.qa-area .qa-block .caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.qa-area .qa-block .caution dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 106px;
  margin-right: 16px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution dt {
    max-width: 64px;
  }
}

section.qa-area .qa-block .caution dd ul li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: #4c4948;
  border-radius: 100px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution dd ul li::before {
    width: 16px;
    height: 16px;
  }
}

section.qa-area .qa-block .caution .list-dl dt {
  max-width: 100%;
}

section.qa-area .qa-block .caution .txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution .txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.qa-area .qa-block .caution .txt-img ul {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

section.qa-area .qa-block .caution .txt-img .r-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  margin-left: 24px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution .txt-img .r-img {
    margin-left: 0;
    margin-top: 24px;
  }
}

section.qa-area .qa-block .caution .txt-img .r-img figure {
  margin-top: 0;
}

section.qa-area .qa-block .caution * + .txt-img {
  margin-top: 24px;
}

section.qa-area .qa-block * + .caution {
  margin-top: 24px;
}

section.qa-area .qa-block .caution-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

section.qa-area .qa-block .caution-s dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 42px;
  margin-top: 8px;
  margin-right: 16px;
}

section.qa-area .qa-block .caution-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution-ss {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section.qa-area .qa-block .caution-ss dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 42px;
  margin-top: 8px;
  margin-right: 16px;
}

section.qa-area .qa-block .caution-ss dd {
  font-size: 1.8rem;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution-ss dd {
    width: calc(100% - 58px);
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution-ss dd br {
    display: none;
  }
}

section.qa-area .qa-block .caution-ss dd.caution-img {
  width: 100%;
  text-align: center;
}

section.qa-area .qa-block .caution-ss.disa-q5 {
  position: relative;
}

section.qa-area .qa-block .caution-ss.disa-q5 figure {
  position: absolute;
  right: 0;
  top: -40px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .caution-ss.disa-q5 figure {
    position: static;
  }
}

section.qa-area .qa-block .num-list {
  margin-top: 24px;
  margin-left: 2.4rem;
  list-style-type: decimal;
}

section.qa-area .qa-block .square-list {
  margin-left: 2.4rem;
}

section.qa-area .qa-block .square-list li {
  position: relative;
}

section.qa-area .qa-block .square-list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #4c4948;
  position: absolute;
  left: -24px;
  top: 6px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .square-list li:before {
    width: 16px;
    height: 16px;
  }
}

section.qa-area .qa-block .square-list.mt li + li {
  margin-top: 24px;
}

section.qa-area .qa-block * + .square-list {
  margin-top: 24px;
}

section.qa-area .qa-block .flow-box {
  margin-top: 40px;
}

section.qa-area .qa-block .flow-box li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

section.qa-area .qa-block .flow-box li .txt .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 2px;
  background: #0068b7;
  color: #fff;
  font-weight: 500;
}

section.qa-area .qa-block .flow-box .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.qa-area .qa-block .flow-box .col2 li {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col2 li {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col2 li + li {
    margin-top: 24px;
  }
}

section.qa-area .qa-block .flow-box .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.qa-area .qa-block .flow-box .col3 li {
  width: 33.3333%;
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col3 li {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .col3 li br {
    display: none;
  }
}

section.qa-area .qa-block .flow-box .row li {
  margin-top: 32px;
}

section.qa-area .qa-block .flow-box .row li figure {
  margin-top: 16px;
}

section.qa-area .qa-block .flow-box .img-btm li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.qa-area .qa-block .flow-box .img-btm li .txt {
  width: 100%;
}

section.qa-area .qa-block .flow-box .img-btm li figure {
  width: 100%;
  margin-top: 0;
}

section.qa-area .qa-block .flow-box .big li .txt {
  font-size: 2rem;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .big li .txt {
    font-size: 1.6rem;
  }
}

section.qa-area .qa-block .flow-box .big li .txt .num {
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .flow-box .big li .txt .num {
    margin-top: 2px;
  }
}

section.qa-area .qa-block .flow-box .big li .txt + .txt {
  margin-top: 8px;
}

section.qa-area .qa-block figure.full {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block figure.full {
    margin-top: 24px;
  }
}

section.qa-area .qa-block figure.l {
  text-align: left;
}

section.qa-area .qa-block .btn {
  margin-top: 64px;
}

section.qa-area .qa-block .btn + .btn {
  margin-top: 24px;
}

section.qa-area .qa-block .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  background: #0068b7;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .btn a {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 32px;
    text-align: left;
    font-size: 1.6rem;
    position: relative;
  }
}

section.qa-area .qa-block .btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 16px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media only screen and (max-width: 480px) {
  section.qa-area .qa-block .btn a::after {
    margin: auto;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
  }
}

section.qa-area .qa-block .btn a:hover {
  background: #0085ea;
}

section.qa-area .qa-block .btn a:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

section.qa-area .qa-block .txt + .btn {
  margin-top: 40px;
}

section.qa-area .qa-block.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.qa-area .qa-block.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

section.qa-area .qa-block.open .q {
  border-color: #fff100;
}

section.qa-area .qa-block.open .q::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

section.qa-area .qa-block.open .q:hover {
  opacity: 1;
}

/*# sourceMappingURL=maps/maintenance.css.map */
