@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-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 26px 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;
  }
  /* ------ * hero------- */
  .rm-hero-layout {
    position: relative;
  }
  .rm-release-date {
    position: absolute;
    font-size: 1.8rem;
    font-weight: bold;
    right: 1.4%;
    bottom: 2%;
  }

  /* ------ * content------- */
  .rm-content_inner {
    padding: 61px 0 0 0;
  }
  .rm-content_left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .rm-content_right {
    display: flex;
   align-items: center;
  }
  .rm-content_text_main {
    font-size: 2.8rem;
    font-weight: bold;
    color: #3666a4;
  }
  .rm-content_text_border {
    border-bottom: double 3px #3666a4;
  }
  .rm-content_left .rm-content_text {
    max-width: 560px;
    margin: 0 8px 0 0;
  }
  .rm-content_left .rm-content_text .rm-content_text_main {
    line-height: 1.6;
  }
  .rm-content_text_note {
    padding-top: 20px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .rm-content-top:nth-child(n+2){
    margin-top: 32px;
  }
  .rm-content_right .rm-content_text {
    margin-right: 40px;
    max-width: 560px;
  }
  .rm-content_text_note02 {
    position: relative;
    margin-top: 7px;
    padding-left: 15px;
    font-size: 1.4rem;
  }
  .rm-content_text_note_list {
    position: absolute;
    top: 0%;
    left: 0%;
  }
  
  /* ------ * cut------- */
  .rm-content_cut {
    position: relative;
    padding: 15px 0 0 30px;

  }
  .rm-content_cut::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0%;;
    width: 20px;
    height: 32px;
    background-image: url("/sp/rm/img/index_ic01.png");
    background-repeat: no-repeat;
  }
  .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;
  }
  /* ------------------------------------------------------
   * 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) {
  .rm-release-date {
    font-size: 1.4vw;
  }
  .rm-content_left .rm-content_text {
    padding-left: 3.5vw;
  }
  .rm-content_text_note02 {
    font-size: 1.25vw;
  }
  
  
  
  
  
}
@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-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;
  }
 /* ------ * hero------- */
  .rm-hero-layout {
    margin: 0 -15px;
  }
  .rm-release-date {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
    padding: 8px 20px 0 0;
  }
  .rm-content_text {
    text-align: center;
    margin-top: 30px;
  }
  .rm-content_text_main {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: bold;
    color: #3666a4;
  }
  .rm-content_text_border {
    border-bottom: double 3px #3666a4;
  }
  .rm-content_text_note {
    font-size: 1.5rem;
    margin-top: 12px;
    line-height: 1.6;
  }
  .rm-content_img {
    text-align: center;
    margin-top: 11px;
  }
  .rm-content_text_note02 {
    position: relative;
    font-size: 11px;
    padding-left: 5px;
    color: #555;
    margin-top: 6px;
  }
  .rm-content_img-02 {
    margin-top: 16px;
  }
    /* ------ * cut------- */
  .rm-content_cut {
    position: relative;
    padding: 14px 0 0 21px;
  }
  .rm-content_cut::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0%;;
    width: 20px;
    height: 32px;
    background-image: url("/sp/rm/img/index_ic01.png");
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 15px;
    font-size: 1.4rem;
  }
  /* ------------------------------------------------------
   * 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 {
}