@charset "utf-8";
/* reset __________________________________ */
@media print {
  .spNav {
    display: none;
  }
}
/* common __________________________________ */
header {
  z-index: 9999 !important;
}
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
.toggle-area {
  margin: 30px 0;
}
.toggle_contents {
  border-top: 1px solid #ccc;
}
.toggle_contents:last-of-type {
  border-bottom: 1px solid #ccc;
}
.toggle_title {
  position: relative;
  padding: 1.65rem 0.25rem 1.65rem;
  cursor: pointer;
  font-size: 1.45rem;
  font-weight: bold;
  line-height: normal;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #10228a;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd {
  display: none;
  padding: 10px 20px 28px;
}
@media screen and (min-width:1px) and (max-width:767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .toggle-area {
    margin: 20px 0 10px;
  }
  .toggle_title {
    padding: 1.65rem 2.55rem 1.65rem 0.35rem;
    font-size: 1.2rem;
  }
  .toggle_btn {
    right: 10px;
  }
  .toggle_contents dd {
    padding: 6px 12px 20px;
  }
  .toggle_contents dd.full_width {
    padding: 10px 0 28px;
  }
}
.sc21-LST-normal ul.big-circle-list:not(.sc21-LST-ordered) > li::before {
  display: inline-block;
  margin-right: .5em;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  background-image: none;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-size: 70% 70%;
  vertical-align: 0em;
  content: "●";
}
.sc21-ICN-inline-end {
  margin-left: 1.5rem;
}
.img_shinzoku .sc21-MDA__image{
  max-width: 70%;
}
.icon_check {
  width: 22px;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: sub;
}
.sc21-questions-openButton {
  display: flex;
  align-items: center;
}
/* チェックボックス */
.checkbox__input {
  display: none;
}
.checkbox__text {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 8px;
  width: 8px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #dd1a1a;
  border-right: 4px solid #dd1a1a;
}
/* ボタン */
.button {
  max-width: 400px;
  cursor: pointer;
  transition: 0.5s;
  margin: 0 auto;
}
.button:disabled {
  background: #a6a6a6;
  cursor: not-allowed;
  transition: 0.5s;
}
.button:not([disabled]):hover {
  opacity: 0.7;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .img_shinzoku .sc21-MDA__image{
    max-width: 100%;
  }
  .sc21-questions-openButton {
    align-items: flex-start;
  }
  /*.icon_check {
    padding-top: 1.65rem;
  }*/
}
.sc21-HLN-5{
  background: #eee;
  padding: 6px 14px;
}
.sc21-LST-annotation.indent {
  padding-left: 1.5em;
}

