@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

picture {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

html,
body {
  font-family: "Noto Sans JP";
  font-size: 0.9rem;
  background: rgba(111, 195, 0, 0.1);
}
html a,
body a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
html a:hover,
body a:hover {
  opacity: 0.8;
}

html body > header {
  position: relative;
}
html body > header .mainvi img {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
html body > header .fix-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
html body > header .fix-btn a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
}
html body > header .fix-btn a p {
  color: black;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 0.5rem;
}
html body > header .fix-btn a img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
html body main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
html body .content-wrap .inner {
  padding: 0 2rem;
}
html body .content-wrap.bg-voice {
  background-image: url(../img/voice_bg.png);
  background-size: cover;
  background-repeat: repeat-y;
}
html body .content-wrap .staff-intro {
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
html body .content-wrap .staff-intro p {
  font-weight: bold;
  font-size: 1.2rem;
}
html body .content-wrap .staff-wrap img {
  margin: 1rem auto;
}
html body .content-wrap .plan-intro {
  padding: 1rem;
  margin: 2rem auto;
  border-top: 1px solid #FF8914;
  border-bottom: 1px solid #FF8914;
}
html body .content-wrap .plan-intro p {
  font-weight: bold;
  font-size: 1.2rem;
}
html body .content-wrap .plan-wrap img {
  margin: 1rem auto;
}
html body .content-wrap .benefit-wrap .benefit-ttl {
  margin-top: -15%;
}
html body .content-wrap .benefit-wrap .benefit-ttl img {
  display: block;
}
html body .content-wrap .faq-head {
  background-image: url(../img/faq_header_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
html body .content-wrap .faq-head h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
html body .content-wrap .faq-head h3 span {
  display: block;
  font-size: 0.9rem;
}
html body .content-wrap .faq-list li {
  border-bottom: 1px solid #6FC300;
  padding: 1.5rem 1rem;
}
html body .content-wrap .faq-list li .q {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
}
html body .content-wrap .faq-list li .q span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6FC300;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  padding-bottom: 0.4rem;
  margin-right: 0.5rem;
  line-height: 1;
}
html body .content-wrap .faq-list li .q p {
  width: 90%;
  font-weight: bold;
  font-size: 1rem;
  color: #6FC300;
}
html body .content-wrap .faq-list li .a {
  display: flex;
  align-items: flex-start;
}
html body .content-wrap .faq-list li .a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6FC300;
  font-weight: bold;
  font-size: 2rem;
  width: 50px;
  margin-right: 0.5rem;
  line-height: 1;
}
html body .content-wrap .faq-list li .a p {
  width: 90%;
  font-size: 0.9rem;
}
html body .content-wrap .faq-list li .a p .t_red {
  font-weight: bold;
}
html body .content-wrap .btn-wrap p {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
html body .content-wrap .btn-wrap img {
  display: block;
  padding: 0.5rem 0 1.5rem;
}
html body > footer .inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: white;
  padding: 2rem 0;
}
html body > footer .inner img {
  max-width: 300px;
}
html body > footer .copyright {
  background: #6FC300;
  padding: 1rem;
  color: white;
}