@charset "utf-8";
/* ============== 共通 =================== */
#contents {
  background: #fff4cd;
  padding: 0 0 10px;
  color: #4c4c4c;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#contents * {
  box-sizing: border-box;
}
#contents a {
  color: #0099cc;
  font-weight: 700;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
}
.end_txt {
  padding: 15px 0;
  font-weight: bold;
  color: #FF0004;
  font-size: 180%;
  text-align: center;
}
.end_txt + .att {
  margin-top: 0;
}
.display-sp {
  display: none;
}
/* ============== MV =================== */
.mv {
  position: relative;
  background: #ffe87f;
}
.mv_logo {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 13px;
}
.mv_main img, .term img {
  margin: 0 auto;
}
.term {
  background: #f0850f;
  padding: 14px 0;
  text-align: center;
}

/* ============== att =================== */
.att {
  background: #fff;
  border-radius: 15px;
  max-width: 900px;
  margin: 58px auto;
  padding: 2.4% 2.5% 3%;
  text-align: left;
  line-height: 1.7;
}
.att_item + .att_item {
  margin-top: 30px;
}
.att_item_ttl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  border-left: 8px solid #ff7f2e;
  padding-left: 0.4em;
  line-height: 1.2;
}
.att_item_inner p {
  margin-top: 10px;
}
.att_item_inner p + p {
  margin-top: 0;
}
.att_item_img {
  margin: 20px auto;
  text-align: center;
}
.att_list-style {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}
.att_small-unit {
  margin: 5px auto 10px;
}
.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
  margin-left: -0.5em;
}
.att_item_note {
  font-size: 12px;
  color: #909090;
}
.att_item_em {
  color: #ff0505;
}
.att_square-box {
  border: 1px solid #ff0505;
  padding: 10px 15px;
  margin: 5px auto;
  color: #ff0505;
}
.att_square-box dd ol {
  padding-left: 2.1em;
  text-indent: -2.5em;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
  /* ============== 共通 =================== */
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  .end_txt {
    font-size: 150%;
  }
  /* ============== MV =================== */
  .mv_main {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/route-inn2203/img/mv_sp.png) center no-repeat;
    padding-top: 73.03%;
    background-size: contain;
  }
  .term {
    padding: 13px 0;
  }
  .term p {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/route-inn2203/img/term_sp.png) center no-repeat;
    padding-top: 4.08%;
    background-size: contain;
  }

  /* ============== att =================== */
  .att {
    padding: 7% 5%;
    margin: 8.5% auto;
    width: calc(100% - 26px);
  }
  .att_item + .att_item {
    margin-top: 8%;
  }
  .att_item_ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
}