/* CSS Document */
/*ページタイトル*/
section.page_title > h1::before{
  content: "Q\026 A";
}
/*その他*/
main{
  margin-top: calc(var(--headerHeight) * -1);
}
/*コンテンツ*/
div.faq_wrap{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) / 2) 0;
  background-color: #fff;
}
[swipemenu][menu-type="tab"]{
  padding-bottom: 1px !important;
  padding-right: 0.5rem;
  box-sizing: border-box;
}
[swipemenu][menu-type="tab"]::after{
  height: 1px !important;
}
[swipemenu][menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive::before,
[swipemenu][menu-type="tab"][change-add="prev"] .swipemenuinner [swipemenu-target].wcprev, 
[swipemenu][menu-type="tab"][change-add="prev"] .swipemenuinner [swipemenu-target].wcprev::before,
[swipemenu][menu-type="tab"][change-add="next"] .swipemenuinner [swipemenu-target].wcnext,
[swipemenu][menu-type="tab"][change-add="next"] .swipemenuinner [swipemenu-target].wcnext::before,
[swipemenu][menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive{
  background-color: #fff !important;
  color: var(--accentColor) !important;
  border-top: 1px solid var(--accentColor);
  border-right: 1px solid var(--accentColor);
  border-left: 1px solid var(--accentColor);
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]{
  font-weight: 300 !important;
  font-size: 1.2rem !important;
  box-shadow: none !important;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 !important;
  padding: 0.5rem 1rem 0.5rem 1rem !important;
}
[menu-type="tab"][change-add="false"] .swipemenuinner [swipemenu-target].wcactive::before{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target] + [swipemenu-target]{
  margin-left: 0.5rem !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner [swipemenu-target]::before{
  display: none !important;
}
div.faq_block{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) 6.5vw 0 6.5vw;
}
body[wc-view-type="tb"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) 10vw 0 10vw;
}
body[wc-view-type="tb-l"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) 5vw 0 5vw;
}
body[wc-view-type="pc"] div.faq_block{
  padding: calc(var(--headerHeight) / 2) calc((100vw - 750px) / 2) 0 calc((100vw - 750px) / 2);
}
div.faq_block{
}
div.faq_block > dl{
  border-top: solid 1px #ccc;
  padding: 0.75rem 0.5rem;
  box-sizing: border-box;
  width: 100%;
}
div.faq_block > dl:last-of-type{
  border-bottom: solid 1px #ccc;
}
div.faq_block > dl dt{
  padding-left: 2.5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.8rem;
}
div.faq_block > dl dt::after{
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  top: 50%;
  right: 0.5rem;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  transition: all ease 400ms;
}
div.faq_block > dl dt.wcactive::after{
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
}
div.faq_block > dl dt > span{
  display: flex;
  align-items: center;
  border: solid 1px var(--accentColor);
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  color: var(--accentColor);
  justify-content: center;
  line-height: 1em;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
div.faq_block > dl dd{
}
div.faq_block > dl dd div.q_text{
  border-top: 1px dashed #ccc;
  width: calc(100% - 0rem);
  margin: 0.75rem auto 0px auto;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  box-sizing: border-box;
  padding-bottom: 0.5rem;
}
div.faq_block > dl dd div.q_text > p{
  line-height: 1.8rem;
}
div.faq_block > dl dd div.q_text > span{
  display: flex;
  align-items: center;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  background-color: var(--accentColor);
  color: #fff;
  justify-content: center;
  line-height: 1em;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 2;
}
div.contact_box{
  margin-top: 0.5rem;
}
div.contact_box div.tel{
  margin-bottom: 0.5rem;
}
div.contact_box div.tel > a{
  display: block;
  position: relative;
  z-index: 1;
  color: #444;
  padding-left: 1.8rem;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) div.contact_box div.tel > a{
  pointer-events: none;
}
div.contact_box div.tel > a::before{
  content: "";
  position: absolute;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #444;
}
div.contact_box div.mail{
}
div.contact_box div.mail > a{
  display: table;
  position: relative;
  z-index: 1;
  border: solid 1px #444;
  box-sizing: border-box;
  padding: 0.25rem 1.8rem 0.25rem 0.5rem;
  color: #444;
  text-decoration: none;
}
div.contact_box div.mail > a::after{
 content: "";
  position: absolute;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #444;
  z-index: 2;
}
div.contact_box div.mail.m_top{
  margin-top: 0.75rem;
}