@charset "UTF-8";
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.qa-wrap .qa-title {
  background-color: #fff7f2;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.qa-wrap .qa-list {
  padding: 5px 30px 0;
  margin-bottom: 2em;
}
.qa-wrap .qa-list li {
  padding: 18px 0;
  line-height: 1.6;
  border-top: 1px dashed #353535;
}
.qa-wrap .qa-list li:first-child {
  border-top: 1px solid white;
}
.qa-wrap .qa-list li a {
  position: relative;
  display: inline-block;
  padding-left: 5px;
}
.qa-wrap .qa-list li a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #2278a3;
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(60px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(60px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(60px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.qa-wrap .list-loader {
  width: 20px;
  height: 20px;
  background-color: #c0c0c0;
  margin: 20px auto;
  animation: sk-rotateplane 3s infinite ease-in-out;
}

.f_main_1col {
  width: 100%;
  position: relative;
}

.tab-contents-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
.tab-contents-wrap .tab-contents {
  display: none;
}
.tab-contents-wrap .tab-contents.active {
  display: block;
}
.tab-contents-wrap .tab-contents .tab-head {
  display: flex;
  justify-content: space-between;
}
.tab-contents-wrap .tab-contents .tab-head .head-item-link {
  display: block;
  text-align: center;
  width: 48%;
  color: black;
  border: 1px solid #ffe8d9;
  border-radius: 12px 12px 0 0;
  border-bottom: none;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
}
.tab-contents-wrap .tab-contents .tab-head .head-item-link.active {
  background-color: #ffe8d9;
}
.tab-contents-wrap .tab-contents .tab-body {
  background-color: #ffe8d9;
  padding: 20px;
}
.tab-contents-wrap .tab-contents .tab-body .category-list {
  display: block;
}
.tab-contents-wrap .tab-contents .tab-body .category-list .m_tabCatItem {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1;
  padding: 12px 16px;
  background-color: white;
  margin-bottom: 16px;
}
.tab-contents-wrap .tab-contents .tab-body .category-list .m_tabCatItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 28px;
  height: 28px;
  background-color: #666666; /* 丸ボタンの背景色 */
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tab-contents-wrap .tab-contents .tab-body .category-list .m_tabCatItem::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 丸ボタンの内側に矢印を中央配置 */
  right: calc(16px + (28px - 8px) / 2);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff; /* 矢印（白） */
  border-bottom: 2px solid #fff; /* 矢印（白） */
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  pointer-events: none;
}

/*# sourceMappingURL=style2511.css.map */
