@charset "UTF-8";
.ans-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ans-container .ans-item {
  flex: 0 0 calc(50% - 5px);
  padding: 10px 0px;
  box-sizing: border-box;
}
.ans-container .ans-item .ans-title {
  font-weight: 700;
  background: #fce8ea;
  text-align: center;
  padding: 6px 6px 4px;
  margin-bottom: 4px;
}
.link-type01 .icon-02 {
  position: relative;
  padding-right: 28px;
  text-decoration: none;
}
.link-type01 .icon-02::after {
  content: "";
  position: absolute;
  right: 0;
  top: 43%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  -webkit-mask: url("/assets/images/common/ico_pdf.svg");
  mask: url("/assets/images/common/ico_pdf.svg");
  background-color: currentColor;
}
.js-accordion .link-type02 {
  border-bottom: 1px solid #fce8ea;
  margin-bottom: 10px;
}
.ans-link-off {
  pointer-events: none;
  cursor: not-allowed;
}
.ans-link-off button {
  position: relative;
  color: #666;
  padding-right: 6.5rem;
}
.ans-link-off button::after {
  content: "準備中";
  position: absolute;
  right: 0;
  top: 45%;
  width: 56px;
  height: 22px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #d6e5f2;
  text-align: center;
  line-height: 2.0;
}
.ans-list {
  margin-top: 16px;
}
.ans-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ans-list ul li {
  flex: 1 1 calc(50% - 10px);
}
.ans-list .link-list-type01 .link-item {
  padding: 0px;
  border-bottom: 0px;
}