@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : faq.css
 style info : faq
=================================================================== */
.intro .container, .contact .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .intro .container, .contact .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container, .contact .container {
    width: 100% !important;
  }
}

.intro {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .intro {
    margin-top: 90px;
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .intro {
    padding-top: 100px;
  }
}
.intro .nav-category {
  border: 1px solid #666666;
  padding: 20px;
}
@media only screen and (min-width: 769px) {
  .intro .nav-category {
    padding: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .intro .nav-category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6%;
  }
}
.intro .nav-category ul li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .intro .nav-category ul li {
    width: 27.333333%;
    margin-left: 6%;
    margin-bottom: 20px;
  }
}
.intro .nav-category ul li:last-child {
  margin-bottom: 0;
}
.intro .nav-category ul li a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  line-height: 1.6;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .intro .nav-category ul li a {
    font-size: 1.5rem;
    padding-right: 20px;
  }
}
.intro .nav-category ul li a:after {
  content: "\e905";
  font-family: 'sixpad';
  color: #b58727;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.intro .nav-category ul li a:hover {
  color: #b58727;
}
.intro .nav-category ul li a:hover:after {
  top: calc(50% + 5px);
}

/* -----------------------------------------------------------
	.category
----------------------------------------------------------- */

.category:last-child {
  margin-bottom: 0;
}
.category .container {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .category .container {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
}
.category h2 {
  width: 80%;
  margin: 0 auto 15px;
}
@media only screen and (min-width: 769px) {
  .category h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.category dl {
  margin-bottom: 1px;
}
.category dl dt {
  font-size: 1.3rem;
  position: relative;
  padding: 15px 35px 15px 70px;
  background: #1b1b1b;
  line-height: 1.6;
  cursor: pointer;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .category dl dt {
    font-size: 1.6rem;
    padding: 20px 65px 20px 75px;
  }
}
.category dl dt:before {
  content: "Q";
  font-family: "Martel Sans", sans-serif;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 15px;
  color: #000000;
  text-align: center;
  text-align: center;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .category dl dt:before {
    color: #333333;
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 17px;
    left: 20px;
  }
}
.category dl dt:after {
  content: "\e905";
  font-family: 'sixpad';
  color: #fff;
  right: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 10px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  font-weight: normal;
}
@media only screen and (min-width: 769px) {
  .category dl dt:after {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .category dl dt:hover {
    color: #b58727;
  }
  .category dl dt:hover:before {
    background: #b58727;
    color: #000;
  }
}
.category dl.is-active {
  margin-bottom: 0;
}
.category dl.is-active dt {
  color: #b58727;
}
.category dl.is-active dt:before {
  background: #b58727;
  color: #000;
}
.category dl.is-active dt:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 17px;
}
.category dl dd {
  display: none;
}
.category dl dd > div {
  line-height: 1.6;
  padding: 27px 15px 30px 70px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .category dl dd > div {
    padding: 20px 35px 60px 75px;
    line-height: 2.2;
  }
}
.category dl dd > div:before {
  content: "A";
  font-family: "Martel Sans", sans-serif;
  font-size: 16px;
  width: 38px;
  line-height: 40px;
  height: 38px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 15px;
  color: #b58727;
  text-align: center;
  border: 1px solid #b58727;
  text-indent: .2ex;
}
@media only screen and (min-width: 769px) {
  .category dl dd > div:before {
    width: 33px;
    line-height: 33px;
    height: 33px;
    font-size: 17px;
    left: 20px;
    top: 20px;
  }
}
.category dl dd > div .text {
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .category dl dd > div .text {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.category dl dd > div .text a {
  color: #b58727;
  text-decoration: underline;
}
.category dl dd > div .text a:hover {
  text-decoration: none;
}
.category dl dd > div .text:last-child {
  margin-bottom: 0;
}
.category dl dd > div .list li {
  position: relative;
  padding-left: 1.3em;
}
.category dl dd > div .list li:before {
  content: "・";
  position: absolute;
  top: 0.25em;
  left: 0;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .category dl dd > div .list li:before {
    top: 0.6em;
  }
}
.category dl dd > div .btn.detail {
  padding: 0;
  text-align: left;
  max-width: none;
}
@media only screen and (min-width: 769px) {
  .category dl dd > div .btn.detail a {
    min-width: 400px;
  }
}
.category .btn-top {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .category .btn-top {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.category .btn-top a {
  color: #b58727;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .category .btn-top a {
    font-size: 1.4rem;
  }
}
.category .btn-top a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------
	.contact
----------------------------------------------------------- */
.contact {
  margin-top: 70px;
}
@media only screen and (min-width: 769px) {
  .contact {
    margin-top: 160px;
  }
}
.contact h2 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  .contact h2 {
    margin-bottom: 30px;
  }
}
.contact .l-box {
  margin-top: 1px;
  padding: 15px 20px 20px 20px;
  background: #1b1b1b;
}
.contact .l-box dl {
  text-align: center;
}
.contact .l-box dl .ic {
  margin-right: 5px;
  vertical-align: baseline;
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl .ic {
    margin-right: 7px;
  }
}
.contact .l-box dl dt {
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl dt {
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl dt .ic {
    width: 20px;
    vertical-align: middle;
    margin-top: -4px;
  }
}
.contact .l-box dl dd .btn a {
  border: 1px solid #999999;
  font-size: 1.2rem;
  padding: 1em;
  overflow: hidden;
  vertical-align: bottom;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl dd .btn a {
    font-size: 1.4rem;
    max-width: 360px;
    line-height: 1;
    letter-spacing: .3ex;
  }
}
.contact .l-box dl dd .btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #b58727;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  top: 0;
  left: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.contact .l-box dl dd .btn a:hover {
  color: #fff;
  border-color: transparent;
}
.contact .l-box dl dd .btn a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contact .l-box dl dd .text-attention {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0.1ex;
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl dd .text-attention {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact .l-box dl dd .text-attention {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .contact .l-box dl.tel dd .btn a {
    font-size: 2.8rem;
    border: none;
    padding: 0;
  }
  .contact .l-box dl.tel dd .btn a .ic {
    margin-bottom: -2px;
    opacity: 1 !important;
  }
  .contact .l-box dl.tel dd .btn a:before {
    display: none;
  }
}
