﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);
/* ===========================
* PC and Mobile
* =========================== */
#mv {
  background-image: url(../img/faq/mv.png); }

.mv_txt {
  padding: 80px 0 40px; }
.mv_txt h3 {
  background-color: transparent; }
.mv_txt h3::after {
  content: none; }

.category {
  margin-top: 30px;
  margin-bottom: 0px;
  }
.category a {
  background-color: #ABCD04;
  border-radius: 5px;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  margin: 2px;
}

#sec01 .inner h3 {
  background-color: #fff;
  border: solid #ABCD04 2px;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 60px auto 48px; }
#sec01 .inner h3 span {
  color: #ABCD04;
  font-size: 2.6rem;
  padding: 30px 0;
  display: inline-block; }
#sec01 .inner h3::after {
  content: "";
  width: 18px;
  height: 21px;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/faq/arrow.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: top center; }
#sec01 .inner dl {
  border-bottom: 1px #dddddd solid;
  padding: 30px 0; }
#sec01 .inner dl dt {
  position: relative;
  margin: 0 auto;
  cursor: pointer; }
#sec01 .inner dl dt span {
  display: inline-block;
  position: relative;
  padding: 10px 120px 10px 80px;
  font-size: 2.3rem;
  font-weight: 700;
  color: #3A9A36; }
#sec01 .inner dl dt span::before {
  content: "Q";
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background-color: #3A9A36;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 20px;
  top: 4px; }
#sec01 .inner dl dt::after {
  content: "詳しく見る";
  position: absolute;
  right: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  display: inline-block; }
#sec01 .inner dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  transition: transform ease .4s;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(../img/faq/arrow_g.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center; }
#sec01 .inner dl dt.open::after {
  content: "閉じる"; }
#sec01 .inner dl dt.open::before {
  transform: translateY(-50%) rotate(0deg); }
#sec01 .inner dl dd {
  margin: 20px auto 0;
  display: none;
  background-color: #fce5e8;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 25px 20px 20px 75px;
  position: relative; }
#sec01 .inner dl dd::before {
  content: "A";
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  background-color: #ee869a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px; }

@media screen and (max-width: 1367px) {
  /* ===========================
  * Note PC
  * =========================== */ }
@media screen and (max-width: 567px) {
  /* ===========================
  * Mobile
  * =========================== */
  .category {
    margin: 0 auto; }
  .category a {
    flex-basis: calc((100% / 2) - 16px);
    font-size: 1.4rem;
    padding: 10px 0;
    background-image: none; }

  #sec01 .inner {
    padding: 0 0 60px 0; }

  #sec01 .inner h3 {
    margin: 60px auto 20px; }

  #sec01 .inner h3 span {
    font-size: 1.8rem;
    padding: 10px 0; }

  #sec01 .inner dl dt::after {
    right: 30px;
    top: inherit;
    bottom: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 1.2rem; }

  #sec01 .inner dl dt::before {
    right: 10px;
    top: initial;
    bottom: 6px;
    transform: rotate(-180deg);
    width: 14px;
    height: 14px;
    background-size: contain; }

  #sec01 .inner dl dt span {
    padding: 10px 0 30px 50px;
    font-size: 1.7rem; }

  #sec01 .inner dl {
    padding: 10px 0; }

  #sec01 .inner dl dt.open::before {
    transform: rotate(0deg); }

  #sec01 .inner dl dt span::before {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 10px;
    top: 4px; }

  #sec01 .inner dl dd::before {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 20px;
    left: 10px; }

  #sec01 .inner dl dd {
    padding: 25px 20px 20px 50px; } }
