@charset "UTF-8";

.breadcrumb {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 30px;
    white-space: nowrap;
  }
}
.breadcrumb_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_inner {
    width: 100%;
    padding: 0 18px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: scroll;
    font-size: 12px;
  }
}
.breadcrumb_inner a {
  display: block;
  color: #1C1C1C;
  margin-right: 16px;
  position: relative;
}
.breadcrumb_inner a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1C1C1C;
  border-right: 1px solid #1C1C1C;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.breadcrumb_inner p {
  display: block;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox]:checked + .form_checkbox::after {
  opacity: 1;
}

.form_check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .form_check label {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
  }
}
.form_checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 14px;
  margin-left: 24px;
}
.form_checkbox::before {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  left: -30px;
  top: 6px;
  margin-top: -8px;
  position: absolute;
}
.form_checkbox::after {
  border-right: 3px solid #F45581;
  border-bottom: 3px solid #F45581;
  content: "";
  display: block;
  height: 9px;
  left: -24px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
@media screen and (max-width: 768px) {
  .form_checkbox::after {
    top: 7px;
  }
}

.pagenation {
  margin-top: 70px;
}
.pagenation_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation_items_number {
  width: 42px;
  height: 42px;
  margin: 0 8px;
  border: 1px solid #d3d3d3;
  border-radius: 42px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagenation_items_number.active {
  border: 1px solid #f45581;
  background-color: #f45581;
}
.pagenation_items_number.active p {
  color: #fff;
}
.pagenation_items_number:not(.active):hover {
  border: 1px solid #f45581;
  background-color: #f45581;
}
.pagenation_items_number:not(.active):hover a p {
  color: #fff;
}
.pagenation_items_number a {
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation_items_number p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  color: #373737;
  font-weight: 600;
  line-height: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagenation_items_prev, .pagenation_items_next {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #f45581;
}
.pagenation_items_prev a, .pagenation_items_next a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation_items_prev a p img, .pagenation_items_next a p img {
  display: none;
}
.pagenation_items_prev {
  margin-right: 18px;
}
.pagenation_items_prev a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 55%;
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation_items_next {
  margin-left: 18px;
}
.pagenation_items_next a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 55%;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

dl.basic > div dd {
  gap: 4px 24px;
}
dl.basic > div dd p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  dl.basic > div dd p {
    width: 100%;
  }
}
dl.basic > div dd p.answer {
  width: 24px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  dl.basic > div dd p.answer {
    width: 100%;
    font-size: 16px;
  }
}
dl.basic > div dd p.description {
  width: calc(100% - 48px);
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  dl.basic > div dd p.description {
    width: 100%;
  }
}