/* Scss Document */
body {
  color: #5E5E5E;
}

a {
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0 100px;
}

.center {
  text-align: center;
}

.text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.top_title {
  margin-bottom: 80px;
}
.top_title span {
  display: block;
}
.top_title .en {
  font-family: "Times New Roman", serif;
  color: #000;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
}
.top_title .en .small {
  display: inline-block;
  font-size: 40px;
}
.top_title .ja {
  color: #BCBCBC;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-size: 14px;
  margin-top: 0.7em;
}

.question .anchor_link_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.question .anchor_link_wrap .anchor_link_btn a {
  text-align: center;
  position: relative;
  display: block;
  border-radius: 5px;
  background: #002638;
  color: #fff;
  font-size: 14px;
  padding: 1em 0 1.9em;
  line-height: 2;
}
.question .anchor_link_wrap .anchor_link_btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../../Contents/ImagesPkg/arrow_white.svg) no-repeat center center/contain;
  bottom: 19%;
  left: 50%;
  transform: translateX(-50%);
}
.question .anchor_link_wrap + div {
  margin-top: 80px;
}
.question .content_warp {
  width: 800px;
  margin: 0 auto;
}
.question .content_warp .content h2 {
  letter-spacing: 0.05em;
  color: #004C71;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 0 1.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.question .content_warp .content h2::before {
  position: absolute;
  content: "";
  background: #004C71;
  height: 1px;
  width: 1em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.question .content_warp .content dl div dt {
  cursor: pointer;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 50px 10px 0;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}
.question .content_warp .content dl div dt {
  cursor: pointer;
  padding: 10px 50px 10px 0;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}
.question .content_warp .content dl div dt::after {
  position: absolute;
  content: "";
  background: url(../../Contents/ImagesPkg/top_new/arrow_circle_right.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.question .content_warp .content dl div dt.open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.question .content_warp .content dl div dt h3 {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.question .content_warp .content dl div dd {
  padding-top: 10px;
}
.question .content_warp .content dl div dd p a {
  color: #004C71;
  text-decoration: underline;
}
.question .content_warp .content dl div + div {
  margin-top: 10px;
}
.question .content_warp .content + div {
  margin-top: 80px;
}
/*# sourceMappingURL=question.css.map */