/***** Google Fonts *****/
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
.smartnavi_body {
  font-family: "Kosugi Maru", sans-serif;
}

.smartnavi_body .pnk {
  color: #f7379e;
}

.contentIn_free {
  width: 1280px;
}

@media screen and (min-width: 900px) {
  .smartnavi_body .sp {
    display: none;
  }
  .smartnavi_body section {
    margin: 0 0 50px;
  }
  .smartnavi_body section .main_img {
    text-align: center;
    font-weight: bold;
  }
  .smartnavi_body section .main_img img {
    width: 1080px;
  }
  .smartnavi_body section .main_img .catch {
    font-size: 30px;
    color: #0265FE;
    margin: 20px 0 0;
  }
  .smartnavi_body section .main_img .catch .pnk {
    color: #f7379e;
  }
  .smartnavi_body section .main_img .onair {
    font-size: 48px;
    color: #f7379e;
    margin: 0.5em 0 0;
  }
  .smartnavi_body section .main_img .onair .smaller {
    font-size: 30px;
  }
  .smartnavi_body section .detail {
    padding: 50px 0 0;
    border-top: 2px dashed #f7379e;
  }
  .smartnavi_body section .detail .guide {
    text-align: center;
    font-size: 21px;
  }
  .smartnavi_body section .detail .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .smartnavi_body section .detail .flex .items {
    width: 480px;
    text-align: center;
    margin: 50px 25px 0;
    border-bottom: 1px dashed;
    padding: 0px 0px 20px;
    border-bottom: solid 3px #e6e734;
    position: relative;
  }
  .smartnavi_body section .detail .flex .items:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ea7eaf;
    bottom: -3px;
    width: 50%;
  }
  .smartnavi_body section .detail .flex .items .video {
    margin: 15px 0 0;
  }
  .smartnavi_body section .detail .flex .items .video a {
    padding: 0px 20px;
    /* background-color: #0265FE; */
    color: #fff;
    border-radius: 100vh;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }
  .video-comment {
    font-size: 150%;
    font-weight: bold;
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 899px) {
  .contentIn_free {
    width: 95%;
  }
  .smartnavi_body .pc {
    display: none;
  }
  .smartnavi_body section {
    margin: 0 0 15px;
  }
  .smartnavi_body section .main_img {
    margin: 10px 0 0;
  }
  .smartnavi_body section .main_img .catch {
    font-size: 4.5vw;
    margin: 15px 5px 0;
    color: #0265FE;
    font-weight: bold;
  }
  .smartnavi_body section .main_img .catch .pnk {
    color: #f7379e;
  }
  .smartnavi_body section .main_img .onair {
    font-size: 5vw;
    color: #f7379e;
    margin: 0.5em 0 0;
    text-align: center;
    font-weight: bold;
  }
  .smartnavi_body section .main_img .onair .smaller {
    font-size: 4vw;
  }
  .smartnavi_body section .detail {
    padding: 15px 5px 0;
    border-top: 2px dashed #f7379e;
  }
  .smartnavi_body section .detail .guide {
    font-size: 4vw;
  }
  .smartnavi_body section .detail .flex .items {
    text-align: center;
    margin: 20px 0 10px;
    padding: 0px 0px 10px;
    border-bottom: solid 3px #e6e734;
    position: relative;
  }
  .smartnavi_body section .detail .flex .items:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ea7eaf;
    bottom: -3px;
    width: 50%;
  }
  .smartnavi_body section .detail .flex .items .link img {
    max-width: 90%;
  }
  .smartnavi_body section .detail .flex .items .video {
    margin: 10px 0 0;
  }
  .smartnavi_body section .detail .flex .items .video a {
    padding: 0px 10px;
    color: #fff;
    display: inline-block;
  }
}/*# sourceMappingURL=2024smartnavi.css.map */