@charset "UTF-8";
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

#header .headerIn nav {
  align-items: center;
}

.misignal .inner {
  max-width: 1000px;
  padding: 0;
}
.misignal .inner h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .misignal .inner h2 {
    font-size: 27px;
  }
}
.misignal .inner .flex {
  display: flex;
}
.misignal .mainv {
  background: url("../images/misignal/mainv.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1000px;
  width: 100%;
  height: 230px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .misignal .mainv {
    height: 175px;
    border-radius: 0;
  }
}
.misignal .mainv h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .misignal .mainv h1 {
    font-size: 29px;
    line-height: 1.2;
  }
}
.misignal .mainv h1 span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .misignal .mainv h1 span {
    font-size: 10px;
  }
}
.misignal .sec1 {
  padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 {
    padding: 60px 0 40px;
  }
}
.misignal .sec1 .flex {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .flex {
    flex-direction: column;
    gap: 35px 0;
  }
}
.misignal .sec1 .flex .text {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .flex .text {
    width: 100%;
  }
}
.misignal .sec1 .flex .text h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .flex .text h2 {
    font-size: 27px;
  }
}
.misignal .sec1 .flex .text .read p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.misignal .sec1 .flex .text .read p span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: bold;
  color: #816799;
}
.misignal .sec1 .flex .img {
  width: 340px;
  height: 192px;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .flex .img {
    width: 100%;
    height: auto;
    aspect-ratio: 71/38;
  }
}
.misignal .sec1 .flex .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.misignal .sec1 .flex.last {
  margin-bottom: 95px;
}
.misignal .sec1 .flex.last .text {
  width: 100%;
}
.misignal .sec1 .flex.last .text p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: bold;
}
.misignal .sec1 .movie {
  border: 24px solid #b9dbdd;
  border-top: none;
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .movie {
    border: 10px solid #b9dbdd;
    border-top: none;
    padding: 10px 0 60px;
  }
}
.misignal .sec1 .movie iframe {
  display: block;
  width: 800px;
  height: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .misignal .sec1 .movie iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 3/2;
  }
}
.misignal .sec2 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec2 {
    padding: 40px 0;
  }
}
.misignal .sec2 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.misignal .sec2 h2:before {
  display: block;
  position: absolute;
  content: "";
  background: #816799;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.misignal .sec2 h3 {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  color: #816799;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .misignal .sec2 h3 {
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
}
.misignal .sec2 .flex {
  gap: 45px 72px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .misignal .sec2 .flex {
    gap: 30px 20px;
    justify-content: left;
  }
}
.misignal .sec2 .flex dl {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .misignal .sec2 .flex dl {
    width: calc((100% - 60px) / 4);
  }
}
.misignal .sec2 .flex dl dt {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 14px;
}
.misignal .sec2 .flex dl dt img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.misignal .sec2 .flex dl dd {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .misignal .sec2 .flex dl dd {
    font-size: 14px;
  }
}
.misignal .sec3 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec3 {
    padding: 40px 0;
  }
}
.misignal .sec3 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .misignal .sec3 h2 {
    margin-bottom: 20px;
  }
}
.misignal .sec3 h2:before {
  display: block;
  position: absolute;
  content: "";
  background: #816799;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.misignal .sec3 h3 {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  color: #816799;
  margin-bottom: 35px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .misignal .sec3 h3 {
    text-align: left;
  }
}
.misignal .sec3 .full-img {
  text-align: center;
}
.misignal .sec4 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec4 {
    padding: 40px 0;
  }
}
.misignal .sec4 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.misignal .sec4 h2:before {
  display: block;
  position: absolute;
  content: "";
  background: #816799;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.misignal .sec4 .scroll {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .misignal .sec4 .scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .misignal .sec4 .scroll .img {
    width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .misignal .sec4 .scroll .scroll-hint-icon {
    top: calc(50% - 42px);
  }
}
.misignal .sec4 .caution p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal .sec4 .caution p {
    font-size: 13px;
  }
}
.misignal .sec4 .caution p span {
  position: relative;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.misignal .sec4 .caution p span:before {
  position: absolute;
  content: "";
  background: #ffcbe2;
  width: 100%;
  height: 10px;
  z-index: -1;
  left: -4px;
  bottom: -4px;
}
.misignal .sec5 {
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .misignal .sec5 {
    padding: 40px 0 20px;
  }
}
.misignal .sec5 .inner {
  max-width: 800px;
}
.misignal .sec5 h2 {
  margin-bottom: 30px;
}
.misignal .sec5 h2 span {
  display: block;
  margin-top: 10px;
}
.misignal .sec5 dl {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #acabab;
}
.misignal .sec5 dl dt {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.666;
  padding-left: 43px;
  letter-spacing: 0.1em;
}
.misignal .sec5 dl dt:before {
  position: absolute;
  content: "";
  background: url("../images/misignal/q-icon.png") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  top: -3px;
  left: 0;
}
.misignal .sec5 dl dd {
  position: relative;
  line-height: 1.71;
  padding-left: 43px;
  letter-spacing: 0.1em;
  padding-top: 7px;
}
.misignal .sec5 dl dd:before {
  position: absolute;
  content: "";
  background: url("../images/misignal/a-icon.png") no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
}
.misignal .sec5 dl .full-img {
  margin-top: 35px;
}
.misignal .sec6 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 {
    padding: 40px 0 0;
  }
}
.misignal .sec6 .inner {
  max-width: 800px;
}
.misignal .sec6 .border {
  border: 2px solid #e28687;
  padding: 4px 2px;
}
.misignal .sec6 .border .in {
  border: 2px solid #e28687;
  padding: 40px 0 35px;
}
.misignal .sec6 .border .in h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in h2 {
    font-size: 20px;
  }
}
.misignal .sec6 .border .in .tel-box {
  width: 450px;
  margin: 0 auto;
  background: #e28687;
  color: #fff;
  padding: 20px 0 18px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in .tel-box {
    width: 310px;
  }
}
.misignal .sec6 .border .in .tel-box .num {
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in .tel-box .num {
    margin-bottom: 10px;
  }
}
.misignal .sec6 .border .in .tel-box .num span {
  font-size: 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in .tel-box .num span {
    font-size: 20px;
  }
}
.misignal .sec6 .border .in .tel-box .num a {
  font-size: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in .tel-box .num a {
    font-size: 30px;
  }
}
.misignal .sec6 .border .in .tel-box .date p {
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal .sec6 .border .in .tel-box .date p {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.misignal.fones .sec1 .flex {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec1 .flex .text h2 {
    font-size: 26px;
  }
}
.misignal.fones .sec2 {
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 {
    padding: 40px 0;
  }
}
.misignal.fones .sec2 .flex {
  justify-content: space-between;
  gap: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex {
    gap: 45px 0;
  }
}
.misignal.fones .sec2 .flex .cnt {
  width: 230px;
  border: 1px solid #c5b2d6;
  border-radius: 5px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt {
    width: 48%;
    padding: 15px 0 20px;
  }
}
.misignal.fones .sec2 .flex .cnt .top {
  margin-bottom: 10px;
}
.misignal.fones .sec2 .flex .cnt .top p {
  text-align: center;
  line-height: 1.5;
}
.misignal.fones .sec2 .flex .cnt .ttl {
  margin-bottom: 20px;
}
.misignal.fones .sec2 .flex .cnt .ttl p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt .ttl p {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.misignal.fones .sec2 .flex .cnt .icon {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt .icon {
    width: 80px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt .icon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.misignal.fones .sec2 .flex .cnt .detail p {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt .detail p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.misignal.fones .sec2 .flex .cnt.first {
  position: relative;
}
.misignal.fones .sec2 .flex .cnt.first .detail {
  position: relative;
}
.misignal.fones .sec2 .flex .cnt.first .detail:before {
  position: absolute;
  content: "※";
  font-size: 10px;
  left: 66px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt.first .detail:before {
    left: 74px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt.first .detail p {
    line-height: 1.5;
  }
}
.misignal.fones .sec2 .flex .cnt.first .caution {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt.first .caution {
    bottom: -25px;
  }
}
.misignal.fones .sec2 .flex .cnt.first .caution p {
  word-break: keep-all;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec2 .flex .cnt.first .caution p {
    letter-spacing: 0;
  }
}
.misignal.fones .sec3 .inner {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner h2 {
    margin-bottom: 40px;
  }
}
.misignal.fones .sec3 .inner .bg {
  background: #f6f0fc;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg {
    padding: 40px 4%;
  }
}
.misignal.fones .sec3 .inner .bg .flex {
  max-width: 1000px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex {
    gap: 30px 0;
  }
}
.misignal.fones .sec3 .inner .bg .flex dl {
  width: 320px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl {
    width: 50%;
    flex-direction: column;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dt img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.misignal.fones .sec3 .inner .bg .flex dl dd .sub {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dd .sub {
    margin-bottom: 15px;
  }
}
.misignal.fones .sec3 .inner .bg .flex dl dd .sub p {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dd .sub p {
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dd .sub.min {
    min-height: 42px;
    display: flex;
    align-items: center;
  }
}
.misignal.fones .sec3 .inner .bg .flex dl dd .main p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec3 .inner .bg .flex dl dd .main p {
    text-align: center;
  }
}
.misignal.fones .sec4 .read {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec4 .read {
    margin-bottom: 30px;
  }
}
.misignal.fones .sec4 .read p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.misignal.fones .sec4 .border {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding: 30px 0 30px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec4 .border {
    padding: 20px 15px;
  }
}
.misignal.fones .sec4 .border ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 35px;
}
.misignal.fones .sec4 .border ul li {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec4 .border ul li {
    line-height: 2;
  }
}
.misignal.fones .sec4 .border ul li:before {
  position: absolute;
  content: "";
  background: #e28687;
  width: 10px;
  height: 10px;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec4 .border ul li:before {
    top: 9px;
  }
}
.misignal.fones .sec4 .bg {
  background: #f6f0fc;
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec4 .bg {
    padding: 20px 15px;
  }
}
.misignal.fones .sec4 .bg p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.misignal.fones .sec5-1 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-1 {
    padding: 40px 0;
  }
}
.misignal.fones .sec5-1 .inner {
  max-width: 800px;
}
.misignal.fones .sec5-1 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.misignal.fones .sec5-1 h2:before {
  display: block;
  position: absolute;
  content: "";
  background: #816799;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.misignal.fones .sec5-1 .cnt {
  border: 1px solid #898989;
  background: #f7f7f7;
  padding: 45px 50px 35px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-1 .cnt {
    padding: 25px 0;
  }
}
.misignal.fones .sec5-1 .cnt dl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 2px solid #c5b2d6;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-1 .cnt dl {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    border-bottom: none;
    gap: 16px 0;
  }
}
.misignal.fones .sec5-1 .cnt dl dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-size: 18px;
}
.misignal.fones .sec5-1 .cnt dl dd {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-1 .cnt dl dd {
    padding-bottom: 8px;
    border-bottom: 2px solid #816799;
  }
}
.misignal.fones .sec5-1 .caution p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-1 .caution p {
    font-size: 13px;
  }
}
.misignal.fones .sec5-1 .caution p span {
  position: relative;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
.misignal.fones .sec5-1 .caution p span:before {
  position: absolute;
  content: "";
  background: #ffcbe2;
  width: 100%;
  height: 10px;
  z-index: -1;
  left: -4px;
  bottom: -4px;
}
.misignal.fones .sec5-2 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-2 {
    padding: 40px 0;
  }
}
.misignal.fones .sec5-2 h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.misignal.fones .sec5-2 h2:before {
  display: block;
  position: absolute;
  content: "";
  background: #816799;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.misignal.fones .sec5-2 .border {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  padding: 30px 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-2 .border {
    padding: 20px 15px;
  }
}
.misignal.fones .sec5-2 .border ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.misignal.fones .sec5-2 .border ul li {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-2 .border ul li {
    line-height: 2;
  }
}
.misignal.fones .sec5-2 .border ul li:before {
  position: absolute;
  content: "";
  background: #e28687;
  width: 10px;
  height: 10px;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .misignal.fones .sec5-2 .border ul li:before {
    top: 9px;
  }
}