/* CSS Document */

/**/
dl.question_box{
  margin: 1rem 1rem 0 1rem;
  background-color: #f2f2f6;
  position: relative;
  z-index: 2;
  border: solid 1px #dbdbdb;
  overflow: hidden;
}
body[wc-view-type="sp"] div.faq,
body[wc-view-type="tb"] div.faq,
body[wc-view-type="tb-l"] div.faq{
  padding-bottom: 1rem;
}
body[wc-view-type="pc"] dl.question_box{
  margin: 1rem auto;
  max-width: 760px;
}
dl.question_box > dt{
  padding: 1rem 1rem 1rem 3.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: var(--defaultcolor);
}
dl.question_box > dt::before{
  content: 'Q';
  display: block;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  font-family: 'Oswald';
  font-size: 2rem;
  color: #fff;
  text-align: center;
  top: 0;
  left: -0.75rem;
  position: absolute;
  z-index: 1;
  background-color: rgba(51,153,255,0.5);
  font-weight: 400;
}
dl.question_box > dd{
  padding: 1rem 1rem 1rem 3.5rem;
  margin: 0.25em 0 0 0;
  border-top: dotted 1px #dbdbdb;
  position: relative;
  font-size: 0.9rem;
  z-index: 1;
  line-height: 1.8rem;
  color: var(--defaultcolor);
}
dl.question_box > dd::before{
  content: 'A';
  display: block;
  width: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  font-family: 'Oswald';
  font-size: 2rem;
  color: #fff;
  text-align: center;
  top: 0;
  left: -0.75rem;
  position: absolute;
  z-index: 1;
  background-color: #ff716b;
}
dl.question_box > dd p{
}
dl.question_box > dd p a{
  text-decoration: none;
  padding-left: 1.5rem;
  position: relative;
  z-index: 1;
  color: var(--accentcolor);
  display:inline-block;
  padding-right: 0.5rem;
}
dl.question_box > dd p a::before{
  width: 1.5rem;
  height:1.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--accentcolor);
  -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;
}
body[wc-view-type="pc"] dl.question_box > dd p a,
body[wc-view-type="tb"] dl.question_box > dd p a,
body[wc-view-type="tb-l"] dl.question_box > dd p a{
  pointer-events: none;
}
dl.question_box > dd > ul{
  padding: 0 1rem 0 1rem;
  list-style-position: outside;
}
dl.question_box > dd > ul > li{
  font-size: 0.9rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
  color: var(--defaultcolor);
}
dl.question_box > dd span.a_m_title{
  display: table;  
  font-weight: 700;
  color: var(--defaultcolor);
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--defaultcolor);
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}
dl.question_box > dd span.a_m_title::before{
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid var(--defaultcolor);
  border-bottom: 2px solid var(--defaultcolor);
  background-color: #f2f2f6;
  position: absolute;
  left: 0.5rem;
  bottom:-7.5px;
  transform: rotate(45deg);
}
body[wc-view-type="pc"] dl.question_box > dd span.a_m_title::before{
  bottom: -5.5px;
}
/*ボタン*/
div.btn{
  display: table;
  margin-top: 0.5rem;
}
div.btn.faq{
  display: table;
  margin-right: auto;
  margin-top: 0;
}
div.btn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 var(--headerBtnSize) 0 1rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: var(--headerBtnSize);
}
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -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;
}
/*ボタンブロック*/
.btn_block{
  display: flex;
  flex-direction: column;
  gap:0.5rem;
  width: fit-content;
  margin-top: 0.5rem;
}
.btn_block .btn{
  width: 100%;
  margin-top: 0;
}
/*担当の電話番号ｄｌ*/
.c_dl{
  margin-top: 0.5rem;
}
.c_dl > dt{
  display: flex;
}
.c_dl > dt .yaku{
  flex: none;
  margin-right: 0.75rem;
}
.c_dl > dd{
  padding-left: 0.75rem;
  box-sizing: border-box;
  margin-top: -0.5rem;
}
.c_dl > dd > ul{
  list-style: none;
  list-style-position: outside;
}
.c_dl > dd > ul li{
  display: flex;
}
.c_dl > dd > ul li .cd_num{
  margin-right: 0.25rem;
  flex: none;
}
.c_dl > dd > ul li a{
  text-decoration: none;
  color: var(--defaultcolor);
}
body:not([wc-view-type="sp"]) .c_dl > dd > ul li a{
  pointer-events: none;
}