/***** 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;
}

.smartnavi_body .red {
  color: #ff0000;
}

@media screen and (min-width: 900px) {
  .page_title h2 {
    display: none;
  }
  .smartnavi_body .sp {
    display: none;
  }
  .smartnavi_body section {
    margin: 0 0 30px;
  }
  .smartnavi_body section .main_img {
    padding: 0 0 30px;
    border-bottom: solid 3px #e6e734;
    position: relative;
  }
  .smartnavi_body section .main_img:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ea7eaf;
    bottom: -3px;
    width: 50%;
  }
  .smartnavi_body section .main_img .catch {
    font-size: 24px;
    color: #0265FE;
    margin: 20px 0 0;
    text-align: center;
    font-weight: bold;
  }
  .smartnavi_body section .box {
    padding: 0 0 30px;
    border-bottom: solid 3px #ea7eaf;
    position: relative;
  }
  .smartnavi_body section .box:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #e6e734;
    bottom: -3px;
    width: 50%;
  }
  .smartnavi_body section .box .guide {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: center;
  }
  .smartnavi_body section .box .link {
    text-align: center;
  }
  .smartnavi_body section .box .inner {
    width: 650px;
    margin: 30px auto 0;
  }
  .smartnavi_body section .box .inner .tag {
    background-color: #0265FE;
    display: inline-block;
    padding: 5px 15px 0;
    color: #ffffff;
    font-size: 18px;
  }
  .smartnavi_body section .box .inner .player {
    width: 640px;
    margin: 0 auto;
    border: 5px solid #0265FE;
  }
  .smartnavi_body section .box .text {
    text-align: center;
    margin: 15px 0 0;
  }
  .smartnavi_body section .box .text .line1 {
    font-size: 24px;
    /* font-weight: bold; */
  }
  .smartnavi_body section .box .text .line2,
  .smartnavi_body section .box .text .line3 {
    font-size: 16px;
  }
  .smartnavi_body section .box .text .note {
    margin: 10px auto 0;
    text-align: left;
    width: 760px;
  }
  .smartnavi_body section .btn_return {
    padding: 10px 20px;
    background-color: #0265FE;
    border-radius: 100vh;
    margin: 30px auto 0;
    text-align: center;
    font-size: 18px;
    width: 300px;
  }
  .smartnavi_body section .btn_return a {
    color: #ffffff !important;
    display: block;
  }
  .player iframe {
    width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 899px) {
  .smartnavi_body .pc {
    display: none;
  }
  .smartnavi_body section {
    margin: 0 0 15px;
  }
  .smartnavi_body section .main_img {
    padding: 10px 0 15px;
    border-bottom: solid 3px #e6e734;
    position: relative;
  }
  .smartnavi_body section .main_img:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ea7eaf;
    bottom: -3px;
    width: 50%;
  }
  .smartnavi_body section .main_img .catch {
    font-size: 4.5vw;
    color: #0265FE;
    margin: 15px 5px 0;
    font-weight: bold;
  }
  .smartnavi_body section .box {
    padding: 0 5px 15px;
    border-bottom: solid 3px #ea7eaf;
    position: relative;
  }
  .smartnavi_body section .box:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #e6e734;
    bottom: -3px;
    width: 50%;
    left: 0px;
  }
  .smartnavi_body section .box .guide {
    font-size: 4vw;
    margin: 0 0 15px;
  }
  .smartnavi_body section .box .link {
    text-align: center;
  }
  .smartnavi_body section .box .inner {
    margin: 15px auto 0;
  }
  .smartnavi_body section .box .inner .tag {
    background-color: #0265FE;
    display: inline-block;
    padding: 2px 15px 0;
    color: #ffffff;
    font-size: 4.5vw;
  }
  .smartnavi_body section .box .inner .sp_bg {
    background-color: #0265FE;
  }
  .smartnavi_body section .box .inner .player {
    width: 98%;
    margin: 0 auto;
    padding: 3px 0;
  }
  .smartnavi_body section .box .text {
    margin: 15px 0 0;
  }
  .smartnavi_body section .box .text .line1 {
    font-size: 4.8vw;
  }
  .smartnavi_body section .box .text .line2,
  .smartnavi_body section .box .text .line3 {
    font-size: 3.5vw;
  }
  .smartnavi_body section .box .text .note {
    margin: 5px auto 0;
    font-size: 2.5vw;
  }
  .smartnavi_body section .btn_return {
    padding: 10px 20px;
    background-color: #0265FE;
    border-radius: 100vh;
    margin: 30px auto 0;
    text-align: center;
    font-size: 4.2vw;
    width: 50%;
  }
  .smartnavi_body section .btn_return a {
    color: #ffffff !important;
    display: block;
  }
  .player iframe {
    width: 100%;
    height: 202px;
  }
}/*# sourceMappingURL=2024smanavi-kasou.css.map */