.header_back .header_inner {
  padding: 0;
}

.sexualcrime-fv-bottoms + .sexualcrime-fv-bottoms {
  margin-top: 8px;
}
.sexualcrime-fv-bottoms.fv_bottom_pc + .sexualcrime-fv-bottoms {
  margin-top: 12px;
}
.sexualcrime-fv-bottoms.sexualcrime-fv-bottoms--pc-2 {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/fv_bottom_pc_back_2.png);
  padding-bottom: 20px;
}
.sexualcrime-fv-bottoms.sexualcrime-fv-bottoms--pc-2 img {
  width: 1100px;
  display: block;
  margin: 0 auto;
}

.method_jirei {
  margin: 8px;
}
.method_jirei .verybest-case-list {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-bottom: 8px;
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case-list {
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
  }
}
.method_jirei .verybest-case {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #d8e4f0;
  border-radius: 4px;
  text-align: left;
  font-weight: normal;
}

.method_jirei .verybest-case img {
  width: 100%;
  margin-top: -14px;
}
@media screen and (max-width: 769px) {
  .method_jirei .verybest-case {
  }
}
.method_jirei .verybest-case__overview {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #09345f;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__overview {
    font-size: 1.7rem;
    min-height: 5.4em;
  }
}
.method_jirei .verybest-case__summary {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 0;
}
.method_jirei .verybest-case__arrow {
  width: 40%;
    height: 15px;
    margin: 6px auto 18px;
    background: #c3c3c3;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.method_jirei .verybest-case__avatar {
  flex: 0 0 100px;
  margin: 0;
}

@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__avatar {
  flex: 0 0 80px;
  }
}
.method_jirei .verybest-case__avatar img {
  display: block;
  width: 100px;
  height: auto;
  border-radius: 4px;
}


@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__avatar img {
  width: 80px;
  }
}
.method_jirei .verybest-case__summaryBody {
  flex: 1;
  min-width: 0;
}
.method_jirei .verybest-case__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.method_jirei .verybest-case__tag {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: bold;
}
.method_jirei .verybest-case__tag--category {
  background: #ae0000;
  color: #fff;
}
.method_jirei .verybest-case__tag--offense {
  background: #f0f4f8;
  color: #09345f;
  border: 1px solid #c5d4e4;
  font-style: normal;
}
.method_jirei .verybest-case__date {
  padding: 0;
  font-size: 1.4rem;
  color: #666;
}
.method_jirei .verybest-case__date time {
  font-weight: normal;
}
.method_jirei .verybest-case__facts {
  margin: 0;
  padding: 0;
}
.method_jirei .verybest-case__fact {
  display: flex;
  background: #fffeec;
  padding: 12px;
  margin: 10px 0 40px;
  gap: 12px;
  line-height: 1.5;
  border: 1px solid #ebe4b8;
  border-radius: 4px;
}
.method_jirei .verybest-case__fact dt {
  flex: 0 0 7em;
  margin: 0;
  font-weight: bold;
  color: #09345f;
  font-size: 1.4rem;
}
.method_jirei .verybest-case__fact dd {
  flex: 1;
  margin: 0;
  font-weight: bold;
  color: #333;
  font-size: 1.5rem;
  min-width: 0;
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__facts {
    margin-top: 4px;
  }
  .method_jirei .verybest-case__fact {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    margin: 12px 0 28px;
    text-align: center;
  }
  .method_jirei .verybest-case__fact dt {
    flex: none;
    width: 100%;
    display: inline-block;
    /* font-size: 1.3rem; */
    /* line-height: 1.4; */
    padding: 0px 14px 7px;
    /* background: #fff; */
    border-bottom: 1px solid #c5d4e4;

  }
  .method_jirei .verybest-case__fact dd {
    flex: none;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.55;
    word-break: break-word;
  }
}
.method_jirei .verybest-case__section {
  margin-bottom: 20px;
  padding-top: 0;
}
.method_jirei .verybest-case__highlight {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.65;
  color: #c62727;
  padding: 0 4px;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__highlight {
    font-size: 1.65rem;
    min-height: 5.4em;
  }
}
@media screen and (max-width: 769px) {
  .method_jirei .verybest-case__fact {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 32px;
  }
  .method_jirei .verybest-case__fact dt {
    flex: none;
  }
  .method_jirei .verybest-case__fact dd {
    font-size: 1.5rem;
  }
}
.method_jirei .verybest-case__sectionTitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #09345f;
  text-align: left;
  margin: 0 0 14px;
  padding: 11px 14px 11px 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.45;
  background: linear-gradient(90deg, rgba(229, 242, 255, 0.95) 0%, rgba(229, 242, 255, 0.15) 88%, transparent 100%);
  border-radius: 0 6px 6px 0;
}
.method_jirei .verybest-case__sectionTitle::before {
  content: "";
  flex: 0 0 5px;
  align-self: stretch;
  min-height: 1.2em;
  background: linear-gradient(180deg, #4585c3 0%, #09345f 100%);
  border-radius: 0 3px 3px 0;
  box-shadow: 2px 0 6px rgba(9, 52, 95, 0.15);
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__sectionTitle {
    padding-right: 10px;
  }
}
.method_jirei .verybest-case__text {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: normal;
  padding: 0 4px;
  text-align: left;
}
.method_jirei .verybest-case__text p {
  margin: 0 0 1.2em;
  padding: 0;
  font-weight: normal;
}
.method_jirei .verybest-case__text p:last-child {
  margin-bottom: 0;
}
.method_jirei .verybest-case__point {
  position: relative;
  margin: 8px 0 0;
  padding: 28px 18px 22px;
  border: 2px solid #c62727;
  border-radius: 6px;
  background: #fff8f8;
}
@media screen and (max-width: 769px) {
  .method_jirei .verybest-case__point {
    padding: 26px 14px 18px;
  }
}
.method_jirei .verybest-case__pointTitle {
  position: relative;
  display: table;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 16px);
  margin: -44px auto 18px;
  padding: 10px 26px 10px 26px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.4;
  background: linear-gradient(135deg, rgb(215.1113924051, 52.4886075949, 52.4886075949) 0%, #c62727 55%, rgb(163.9139240506, 32.2860759494, 32.2860759494) 100%);
  border-radius: 999px;
  box-shadow: 0 3px 0 rgb(138.3493670886, 27.2506329114, 27.2506329114), 0 6px 14px rgba(198, 39, 39, 0.28);
  z-index: 1;
}
.method_jirei .verybest-case__pointTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(138.3493670886, 27.2506329114, 27.2506329114);
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__pointTitle {
    padding: 9px 22px 9px 22px;
    margin-bottom: 16px;
  }
  .method_jirei .verybest-case__pointTitle::before {
    left: 10px;
    font-size: 0.85rem;
    padding: 3px 6px;
  }
}
.method_jirei .verybest-case__pointBody {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: normal;
}
@media screen and (min-width: 770px) {
  .method_jirei .verybest-case__pointBody {
    line-height: 1.85;
  }
}
.method_jirei .verybest-case__pointBody p {
  margin: 0 0 1.2em;
  padding: 0;
  font-weight: normal;
}
.method_jirei .verybest-case__pointBody p:last-child {
  margin-bottom: 0;
}
.method_jirei .verybest-case__lead {
  margin: 16px 0 0;
  padding: 16px 8px 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  color: #555;
  font-weight: normal;
  border-top: 1px dashed #c5d4e4;
}
.method_jirei .verybest-case__lead em {
  font-style: normal;
  font-size: 1.3rem;
  color: #777;
}/*# sourceMappingURL=vb_sexualcrime.css.map */