@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  ご利用者様の声

---------------------------------*/
section .wrapper {
  margin: 50px auto 80px;
  max-width: 1024px;
  width: 90%;
}
section.about .wrapper h1 {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
}
section .wrapper > h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0;
  text-align: center;
}
section .wrapper > figure {
  max-width: 150px;
  margin: 10px auto;
  width: 80%;
}
section .wrapper .txt {
  line-height: 1.8;
  text-align: center;
}
section h2.ttl {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 3px solid #006d4b;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
section .btn {
  max-width: 500px;
  margin: 40px auto 80px;
  width: 90%;
}
section .btn a {
  background: #006d4b;
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  section .wrapper {
    margin: 30px auto 30px;
  }
  section .wrapper h1 {
    margin: 10px 0;
    font-size: 16px;
  }
  section .wrapper h1 br {
    display: none;
  }
  section .wrapper > figure {
    max-width: 120px;
  }
  .btn {
    margin: 30px auto 50px;
  }
}
/*---------------------------------

  Item-Block

---------------------------------*/
.Item-Block {
  margin: 80px auto 100px;
}
/*  
  一覧
---------------------------------*/
.Item-Block ul.voice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none
}
.Item-Block ul.voice_list li {
  width: 30%;
  max-width: 220px;
  margin: 3% 0;
}
.Item-Block ul.voice_list li a {
  display: block;
  color: #5F5046;
}
.Item-Block ul.voice_list li a:hover {
  color: #006d4b;
}
.Item-Block ul.voice_list li figure {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.Item-Block ul.voice_list li .txtbox p.ttl {
  margin-bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 896px) {
  .Voise-Block {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 580px) {
  .Item-Block ul.voice_list li {
    width: 48%;
    margin: 4% 0;
  }
  .Item-Block ul.voice_list li .txtbox p.ttl {
    height: auto;
    font-size: 13px;
    font-size: 0.813em;
  }
}
/*---------------------------------

  ご購入はこちら

---------------------------------*/
.faqList-wrap {
  margin: 50px auto;
  max-width: 750px;
}
.faqList-wrap .qa {
  margin-bottom: 25px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.faqList-wrap .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.faqList-wrap .qa summary::before, .faqList-wrap .qa p::before {
  display: block;
  position: absolute;
  left: -0.5em;
  top: -1em;
  width: 40px;
  height: 40px;
}
.faqList-wrap .qa summary::before {
  background: url("../images/icon_q.png") no-repeat center/contain;
  content: '';
}
.faqList-wrap .qa summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.faqList-wrap .qa[open] summary::after {
  transform: rotate(225deg);
}
.faqList-wrap .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  line-height: 1.8;
  margin: 0;
  margin-top: 1em;
  padding: .3em 3em 1.5em;
  text-align: justify;
  transition: transform .5s, opacity .5s;
}
.faqList-wrap .qa p a {
  color: #006d4b;
  text-decoration: underline;
}
.faqList-wrap .qa[open] p {
  transform: none;
  opacity: 1;
}
.faqList-wrap .qa p::before {
  background: url("../images/icon_a.png") no-repeat center/contain;
  content: '';
}
@media screen and (max-width: 580px) {
  .faqList-wrap {
    margin: 25px auto;
  }
  .faqList-wrap .qa summary::before, .faqList-wrap .qa p::before {
    top: -0.5em;
    width: 30px;
    height: 30px;
  }
  .faqList-wrap .qa summary {
    padding-left: 2em;
  }
  .faqList-wrap .qa p {
    font-size: 90%;
    margin-top: 0.5em;
    padding-left: 2em;
    padding-right: 1.5em;
  }
}