.contents_11__contents {
  max-width: 1200px;
  margin-inline: auto;
  width: 92%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contents_11__contents {
    padding: 10px;
  }
}
.contents_11__contents .sv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .contents_11__contents .sv {
    display: block;
  }
}
.contents_11__contents .sv .head {
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.8;
  background: #e95e7b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  box-shadow: 4px 4px 5px #e95e7b;
}
@media only screen and (max-width: 767px) {
  .contents_11__contents .sv .head {
    height: 25px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px #e95e7b;
    margin-bottom: 10px;
  }
}
.contents_11__contents .dr span {
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.8;
  display: block;
}
.contents_11__contents .dr span strong {
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .contents_11__contents .dr span + span {
    margin-top: 3px;
  }
  .contents_11__contents .dr span strong {
    line-height: 1 !important;
  }
}
.contents_11__contents p {
  margin: 30px 0;
  font-size: clamp(0.875rem, 0.818rem + 0.24vw, 1rem);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .contents_11__contents p {
    margin: 10px 0;
  }
}
.contents_11 .head_title {
  display: flex;
  background: url("/med/jb_square/dic/contents/11/img/main_bg.png") center center;
  background-size: cover;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contents_11 .head_title {
    height: 50vw;
  }
}
.contents_11 .head_title h1 {
  font-size: clamp(1.125rem, 0.557rem + 2.42vw, 2.375rem);
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  text-shadow: 2px 2px 2px #e95e7b, -2px 2px 2px #e95e7b, -2px -2px 2px #e95e7b, 2px -2px 2px #e95e7b;
}
@media only screen and (max-width: 767px) {
  .contents_11 .head_title h1 {
    letter-spacing: 0.3vw;
  }
}
.contents_11 .head_title .no {
  font-size: 0.75rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  line-height: 1.8;
  color: #333;
}
.contents_11 .link_form {
  padding: 0 3%;
}
.contents_11 .link_form .inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1070px;
  width: 100%;
  margin: 10px auto;
}
.contents_11 .link_form .inner .titlelink {
  display: flex;
  background: #bf0e0d;
  color: #fff;
  width: 300px;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 60px;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  transition: 0.3s;
  border-radius: 3px;
  text-decoration: none !important;
  line-height: 1.3;
}
.contents_11 .link_form .inner .titlelink img {
  width: 40px;
  height: 32px;
  margin-right: 10px;
}
.contents_11 .link_form .inner .titlelink:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .contents_11 .link_form {
    display: flex;
    justify-content: flex-end;
  }
  .contents_11 .link_form .inner {
    margin: 5px auto;
  }
  .contents_11 .link_form .inner .titlelink {
    width: 100%;
    height: 50px;
    font-size: 0.875rem;
    justify-content: center;
    margin: 0 auto;
  }
  .contents_11 .link_form .inner .titlelink img {
    width: 35px;
    height: 28px;
    margin-right: 10px;
  }
  .contents_11 .link_form .inner .titlelink br {
    display: none;
  }
}
.contents_11 .link {
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.contents_11 .link li {
  list-style-type: disc;
  position: relative;
  margin: 3px 0;
  margin-left: 30px;
}
.contents_11 .link li a {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .contents_11 .link li {
    margin-top: 0;
  }
  .contents_11 .link li a {
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .contents_11 .link li a span {
    font-size: 0.9rem;
  }
}

.contents_wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .satori_frame {
    padding: 10px;
  }
  .satori_frame h3 {
    font-size: 1rem;
    padding: 0 0 5px;
  }
  .satori_frame p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}