@charset "utf-8";

/* ======================================================
 * rm.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------ * ec-button------- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ------ * font------- */
  .jt-heading2__title,.jt-media-unorder-list > li,.jt-column__text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ------ * jt-hero_layout------- */
  .jt-hero_layout {
    position: relative;
  }
  .jt-release-note {
    font-size: 1.2rem;
    padding-left: 12px;
    position: absolute;
    right: 305px;
    bottom: 13px;
  }
  .jt-release-note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .jt-release-date {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    right: 19px;
    bottom: 9px;
  }
  
  /* ------ * jt-heading2------- */
  .jt-heading2 {
    margin-top: 56px;
    text-align: center;
  }
  .jt-heading2__title {
    font-size: 3.8rem;
    color: #e94638;
    font-weight: bold;
  }
  
  /* ------ * jt-media------- */
  .jt-media {
    margin-top: 14px;
  }
  .jt-media__inner {
    display: flex;
    background: #303238;
  }
  .jt-media-unorder-list {
    line-height: 1.5;
  }
  .jt-media__left {
    padding: 64px 20px 13px 46px;
  }
  .jt-media-unorder-list > li {
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 2.4rem;
  }
  .jt-media-unorder-list > li:nth-child(n + 2) {
    margin-top: 26px;
  }
  .jt-media-unorder-list > li::before {
    top: 0.45em;
    width: 14px;
    height: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    content: "";
  }
  
    /* ------ * jt-column------- */
  .jt-column {
    display: flex;
    margin-top: 13px;
  }
  .jt-column__item {
    text-align: center;
  }
  .jt-column__item:nth-child(n + 2) {
    padding-left: 36px;
  }
  .jt-column__text {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 9px;
    padding-left: 7px;
  }
  .jt-column__image-col3-content {
    max-width: 376px;
  }
    /* ------ * jt-column------- */
  .jt-list-note {
    margin: 14px -12px 0px 0px;
    text-align: right;
  }
  .jt-list-note > li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.6rem;
    color: #555;
    display: inline-block;
  }
  .jt-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .jt-list-note-small > li {
    position: relative;
    padding-left: 1.2em;
    font-size: 1.5rem;
    color: #555;
  }
  .jt-list_mark-small {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .jt-release-note {
    font-size: 1vw;
    right: 24vw;
  }
  .jt-release-date {
    font-size: 1.3vw;
  }
  .jt-media__left {
    padding: 3vw 2vw 2vw 2vw;
  }
  .jt-heading2__title {
    font-size: 3vw;
  }
  .jt-media-unorder-list > li {
    font-size: 2vw;
  }
  .jt-column__image-col3{
    width: 27.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------ * ec-button------- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link{
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
    /* ------ * font------- */
  .jt-heading2__title,.jt-media-unorder-list > li,.jt-column__text {
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ------ * jt-hero_layout------- */
  .jt-hero_layout {
    margin: 0 -15px;
  }
  .jt-release-note {
    font-size: 1.2rem;
    padding-left: 12px;
    position: relative;
    line-height: 1.33;
    margin: 21px 0 0 15px;
  }
  .jt-release-note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .jt-release-date {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    margin: 14px 16px -6px 0;
  }
   /* ------ * jt-heading2------- */
  .jt-heading2 {
    text-align: center;
    margin-top: 30px;
  }
  .jt-heading2__title {
    font-size: 1.9rem;
    color: #e94638;
    font-weight: bold;
  }
   /* ------ * jt-media------- */
  .jt-media {
    margin-top: 10px;
  }
  .jt-media__inner {
    background: #303238;
  }
  .jt-media-unorder-list {
    line-height: 1.7;
  }
  .jt-media__left {
    padding: 18px 10px 16px 10px;
  }
  .jt-media-unorder-list > li {
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .jt-media-unorder-list > li:nth-child(n + 2) {
    margin-top: 1px;
  }
  .jt-media-unorder-list > li::before {
    top: 8px;
    width: 9px;
    height: 9px;
    display: inline-block;
    position: absolute;
    left: 6px;
    background-color: #fff;
    content: "";
  }
  /* ------ * jt-column------- */
  .jt-column {
    margin-top: 10px;
    padding-bottom: 17px;
  }
  .jt-column__item {
    text-align: center;
  }
  .jt-column__item:nth-child(n + 2) {
    margin-top: 21px;
  }
  .jt-column__text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5px;
    padding-left: 7px;
  }
  /* ------ * jt-column------- */
  .jt-list-note {
    margin: 5px -8px 0 0;
    text-align: right;
  }
  .jt-list-note > li {
    position: relative;
    padding-left: 1.5em;
    display: inline-block;
    font-size: 1.4rem;
    color: #555;
  }
  .jt-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .jt-list-note-small > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.4rem;
    color: #555;
  }
  .jt-list_mark-small {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}