@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.p-question__corona {
  max-width: 457px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  border: 1px solid #e5004a;
}
.p-question__lead {
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.p-question__lead h2 {
  margin: 0 0 30px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
.p-question__leadTxt {
  margin: 0 0 20px;
}
.p-question__leadIcon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.p-question__leadIcon2 {
  width: 22px;
  height: 22px;
  vertical-align: text-top;
}
.p-question__tabList {
  display: flex;
  justify-content: center;
}
.p-question__tabList li {
  flex-grow: 1;
  padding: 5px;
  font-size: 1.8rem;
  text-align: center;
  border: solid 1px #e5004a;
  border-right: none;
  cursor: pointer;
}
.p-question__tabList li:last-child {
  border-right: solid 1px #e5004a;
}
.p-question__tabAnker {
  padding: 15px;
  margin: 0 auto 80px;
  border: solid 1px #e5004a;
  border-top: none;
  background: #fff;
}
.p-question__tabItem {
  display: none;
}
.p-question__tabItem li:not(:first-child) {
  padding-left: 10px;
}
.p-question__tabItem a {
  color: #e5004a;
  font-size: 1.8rem;
}
.p-question__tabItem a span {
  width: 20px;
  height: 10px;
  background: url(../../../img/common/icons/arrow_menu.svg) no-repeat 0 center;
  display: inline-block;
  padding-left: 8px;
}
.p-question__tabItem.Js-Tab-Show {
  display: block;
}
.p-question .Js-Tab.Js-Tab-Active {
  background: #e5004a;
  color: #FFF;
  transition: all 0.2s ease-out;
}
.p-question .question-tab__anker--item.Js-Tab-Show {
  display: block;
}
.p-question__faq {
  margin-top: 80px;
}
.p-question__faq .l-pagetitle {
  margin-bottom: -20px;
  padding-bottom: 0;
}
.p-question__faqItem {
  text-align: center;
  margin: 40px 0 0;
  font-size: 2rem;
  font-weight: normal;
}
.p-question__faqList {
  font-size: 1.4rem;
}
.p-question__faqList dt {
  display: flex;
  align-items: baseline;
  margin: 20px 0 0;
  padding: 20px 45px 20px 20px;
  position: relative;
  z-index: 0;
  font-weight: bold;
  border: 1px solid #727171;
  cursor: pointer;
}
.p-question__faqList dt span {
  margin-right: 0.2em;
  font-size: 1.8rem;
}
.p-question__faqList dd {
  display: none;
  padding: 20px;
  flex-wrap: nowrap;
  text-align: justify;
  background: #f3f9ff;
}
.p-question__faqList dd span {
  display: block;
  font-size: 1.8rem;
}
.p-question__faqList dd a {
  color: #e5004a;
}
.p-question__faqList dd table {
  margin: 0 auto;
  border-collapse: collapse;
}
.p-question__faqList dd table th, .p-question__faqList dd table td {
  width: 22em;
  padding: 0.3em 0.5em;
  text-align: center;
  background: #fff;
  border: 1px solid #aaa;
}
.p-question__faqList dd table th.space, .p-question__faqList dd table td.space {
  height: 1.4rem;
  background: none;
  border: none;
}
.p-question__faqList dd table th {
  background: #eee;
}
.p-question__faqList dd table caption {
  caption-side: bottom;
  margin-top: 0.5em;
  font-size: 90%;
  text-align: right;
}
.p-question__faqList dd table.wdhauto th, .p-question__faqList dd table td {
  width: auto;
  padding: 0.3em 1.5em;
}
.p-question__faqList dd .notes {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  color: #ff0000;
}
.p-question__faqList dd .bot_img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.p-question__uline {
  font-weight: normal;
  text-decoration: underline;
}
.p-question__faqSoap li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-question__faqSoap li img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
.p-question__faqSoap li strong {
  display: block;
  color: #e5004a;
}
.p-question__faqSoapcracks {
  width: 40%;
  margin: 15px 0;
}
.p-question__faqEyeliner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.p-question__faqEyeliner li {
  width: 33%;
  text-align: center;
}
.p-question__faqEyeliner li img {
  width: 85%;
  margin-bottom: 5px;
}
.p-question__link {
  padding: 40px 0 10px;
  font-size: 1.8rem;
  text-align: center;
}
.p-question__link a {
  color: #e5004a;
}
.p-question__contact {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: -70px auto 0;
  padding-top: 100px;
  font-size: 1.6rem;
  text-align: center;
}
.p-question__contact li {
  width: 48%;
  padding: 40px 10px;
  background: #f6fafc;
}
.p-question__contactTel {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-question__contactTime {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px){
  .p-question__lead {
    font-size: 4.2666666667vw;
  }
  .p-question__lead h2 {
    font-size: 6.1333333333vw;
  }
  .p-question__tabList {
    display: block;
  }
  .p-question__tabList li {
    padding: 5px;
    font-size: 4.8vw;
    border-right: solid 1px #e5004a;
    border-bottom: none;
  }
  .p-question__tabAnker {
    padding: 15px;
    border-top: solid 1px #e5004a;
  }
  .p-question__tabItem a {
    font-size: 4.8vw;
  }
  .p-question__faqItem {
    font-size: 4.5333333333vw;
  }
  .p-question__faqList {
    font-size: 3.7333333333vw;
  }
  .p-question__faqList dt {
    padding: 10px 40px 10px 10px;
  }
  .p-question__faqList dt span {
    font-size: 4.8vw;
  }
  .p-question__faqList dd {
    padding: 10px;
  }
  .p-question__faqList dd span {
    font-size: 4.8vw;
  }
  .p-question__faqSoap li {
    display: block;
    text-align: center;
  }
  .p-question__faqSoapcracks {
    width: 80%;
    margin: 20px auto;
  }
  .p-question__faqEyeliner {
    display: block;
    text-align: center;
  }
  .p-question__faqEyeliner li {
    width: 320px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .p-question__contact {
    display: block;
  }
  .p-question__contact li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px){
  .p-question__contact {
    width: 100%;
  }
}