@charset "utf-8";

/* ======================================================
 * flatote.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.routeboard-release-lead,
.routeboard-release-text,
.routeboard-heading_title,
.routeboard-heading_title-v2,
.routeboard-organize_text,
.routeboard-installation_title,
.routeboard-product-heading_title,
.routeboard-product-text,
.routeboard-other-lead {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- 購入ボタン ----- */
  /* ----- 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 {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .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;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .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;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  
  /* ----- routeboard-hero-layout ----- */
  .routeboard-hero-layout {
    position: relative;
    width: 100%;
    margin-bottom: 68px;
  }
  .routeboard-release-lead {
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 56.7%;
    left: 5.9%;
  }
  .routeboard-release-text {
    position: absolute;
    bottom: 16.5%;
    left: 6%;
  }
  .routeboard-release-kin,
  .routeboard-release-date {
    font-size: 1.6rem;
    font-weight: 700;
  }
  /* ----- routeboard-heading ----- */
  .routeboard-heading_inner {
    margin: 40px 0;
    text-align: center;
  }
  .routeboard-heading_title {
    font-size: 3.2rem;
    font-weight: 1000;
    display: inline-block;
    border-bottom: 3px solid #333;
  }
  .routeboard-heading_inner-v2 {
    margin: 80px 0 28px;
    text-align: center;
  }
  .routeboard-heading_title-v2 {
    font-size: 3.2rem;
    font-weight: 1000;
    display: inline-block;
    border-bottom: 3px solid #333;
  }
  /* ----- routeboard-organize ----- */
  .routeboard-organize {
    margin: 0 20px 87px;
  }
  
  .routeboard-organize_colmn {
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin: 0 50px;
  }
  
  .routeboard-organize_colmn::after {
    position: absolute;
    bottom: 50.6%;
    left: 48.7%;
    border-width: 25px 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #333;
    content: "";
  }
  .routeboard-organize_item {
    width: calc((100% - 100px) / 2);
  }
  .routeboard-organize_item:nth-child(n+2) {
    margin-left: 100px;
  }
  .routeboard-organize_area {
    background-color: #f7f5f2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 12px 0 12px;
  }
  .routeboard-organize_text {
    font-size: 2rem;
    font-weight: 700;
  }
  .routeboard-organize_note {
    font-size: 1.6rem;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- routeboard-layout_img ----- */
  .routeboard-layout_img {
    text-align: center;
    margin-bottom: 85px;
  }
  /* ----- routeboard-product ----- */
  .routeboard-heading_lead {
    margin-top: 15px;
  }
  
  .routeboard-installation_item_image {
    display: none;
  }
  .routeboard-installation_wrap {
    display: flex;
    flex-flow: wrap;
  }
  .routeboard-installation_item {
    width: 31.2%;
    text-align: center;
    margin-top: 14px;
  }
  .routeboard-installation_item:nth-child(n+2) {
    margin-left: 3.2%;
  }
  .routeboard-installation_title {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
  }
  .routeboard-installation_body {
    margin-top: 12px;
  }
  
    /* ----- routeboard-product ----- */
  .routeboard-product-area{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 8px;
  }
  .routeboard-product_inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .routeboard-product-heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    color: #333333;
    font-weight: bold;
    padding-bottom: 0.4em;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 1.4em;
  }
  .routeboard-product-column-media{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
  }
  .routeboard-product-column_image{
    flex-shrink: 0;
    margin-left: 110px;
    width: calc((100% - (110px * 1)) / 3);
  }
  .routeboard-product-column_detail{
    width: 100%;
  }
  .table-layout{
    margin-bottom: 2em;
  }
  .table-layout .table_inner{
    width: 100%;
    border-top:none;
    border-right:none;
  }
  .table-layout .cell-style1{
    background-color: transparent;
  }
  .table-layout .cell-style1{
    color: #333333;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .table-layout th, .table-layout td{
    border-left:none;
    background-color: transparent;
  }
  .table-layout th{
    padding: 13.3px 20px 10px 18px;
  }
  .table-layout td{
    letter-spacing: -1px;
    padding: 9px 15px 10px 18px;
  }
  .routeboard-product-comment {
    text-align: center;
    max-width: 1280px;
    margin: 49px auto 30px;
    padding: 0 40px;
  }
  .routeboard-product-note {
    background-color: #f7f5f2;
    padding: 3px 20px 7px;
  }
  .routeboard-product-text {
    font-size: 2rem;
    font-weight: bold;
  }

    /* ----- routeboard-other-wrap ----- */
  .routeboard-other-column {
    display: flex;
    flex-wrap: wrap;
  }
  .routeboard-other-item {
    width: calc((100% - 105px) / 4);
    margin: 0;
  }
  .routeboard-other-item:nth-child(n+2) {
    margin-left: 35px;
  }
  .routeboard-other-lead {
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 2px solid #c7c7c7;
  }
  .routeboard-other-lead-small {
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 8px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .routeboard-other-img {
    padding: 12px 0 0 20px;
  }
    /* ----- routeboard-button ----- */
  .routeboard-button {
    display: flex;
    justify-content: space-around;
    max-width: 650px;
    background: #e6f1fa;
    padding: 19px 20px 8px 24px;
    margin: 54px auto 0;
  }
  .routeboard-button-img {
    margin-top: -5px;
  }
  .routeboard-button .link-button {
    min-width: 425px;
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .routeboard-other-lead {
    font-size: 2.1vw;
  }
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@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: 1024px) {
}
***/


/* ======================================================
 * 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: 0;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .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-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 0 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;
  }
  
  /* ----- routeboard-hero-layout ----- */
  .routeboard-hero-layout {
    position: relative;
    margin: 0 -15px;
  }
  .routeboard-release-lead {
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .routeboard-release-text {
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .routeboard-release-kin,
  .routeboard-release-date {
    font-size: 1.4rem;
    font-weight: 700;
  }
    /* ----- routeboard-heading ----- */
  .routeboard-heading_inner {
    margin: 46px 0 31px;
    text-align: center;
  }
  .routeboard-heading_title {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 1000;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 3px solid #333;
  }
  .routeboard-heading_inner-v2 {
    margin: 44px 0 25px;
    text-align: center;
  }
  .routeboard-heading_title-v2 {
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 1000;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 3px solid #333;
  }
  /* ----- routeboard-organize ----- */
  .routeboard-organize_colmn {
    position: relative;
  }
  
  .routeboard-organize_colmn::after {
    position: absolute;
    bottom: 48%;
    left: 44vw;
    border-width: 20px 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    content: "";
  }
  .routeboard-organize_item:nth-child(n+2) {
    margin-top: 57px;
  }
  .routeboard-organize_area {
    background-color: #f7f5f2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 12px 0 12px;
    max-width: 690px;
  }
  .routeboard-organize_text {
    font-size: 1.7rem;
    font-weight: 700;
  }
  .routeboard-organize_note {
    font-size: 1.4rem;
    font-weight: normal;
  }
  /* ----- routeboard-installation_image ----- */
  .routeboard-installation_image {
    display: none;
  }
  /* ----- routeboard-product ----- */
  .routeboard-heading_lead {
    margin-top: 14px;
  }
  .routeboard-installation {
    margin-bottom: 51px;
  }
  .routeboard-installation_item {
    text-align: center;
    margin-top: 14px;
  }
  .routeboard-installation_item:nth-child(n+2) {
    margin-top: 42px;
  }
  .routeboard-installation_head {
    margin-top: 10px;
  }
  .routeboard-installation_title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
  }
  .routeboard-installation_body {
    margin-top: 9px;
  }
  /* ----- routeboard-product ----- */
  .routeboard-product-area{
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .routeboard-product_inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .routeboard-product-heading_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 1.4em;
  }
  .routeboard-product-column-media{
    display: block;
  }
  .routeboard-product-column_image{
    width: 77%;
    margin: 0 auto 14px;
  }
  .routeboard-product-column_detail{
    width: 100%;
  }
  .table-layout{
    margin-bottom: 2em;
  }
  .table-layout .table_inner{
    width: 100%;
    border-top:none;
    border-right:none;
  }
  .table-layout .cell-style1{
    background-color: transparent;
  }
  .table-layout .cell-style1{
    color: #333333;
    font-weight: normal;
  }
  .table-layout th, .table-layout td{
    border-left:none;
    line-height: 1.7;
    background-color: transparent;
    font-size: 1.3rem;
  }
  .table-layout th{
    padding: 9px 20px 5px 10px;
  }
  .table-layout td{
    padding: 9px 11px 6px 2px;
  }
  .routeboard-product-space{
    margin-top: 39px;
  }
  .routeboard-product-note {
    max-width: 345px;
    margin: 49px auto 26px;
    text-align: center;
    background-color: #f7f5f2;
    line-height: 1.4;
    padding: 3px 0 7px 0px;
  }
  .routeboard-product-text {
    font-size: 1.6rem;
    font-weight: bold;
  }
  
  /* ----- routeboard-other-wrap ----- */
  .routeboard-other-wrap {
    margin-top: 33px;
  }
  .routeboard-other-column {
    display: flex;
    flex-wrap: wrap;
  }
  .routeboard-other-item {
    width: 49%;
  }
  .routeboard-other-item:nth-child(2n){
    margin-left: 6px;
  }
  .routeboard-other-item:nth-child(2n) .routeboard-other-lead{
    margin-left: 4px;
  }
  .routeboard-other-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .routeboard-other-img {
    padding: 0 9px;
  }
  .routeboard-other-lead {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 2px solid #c7c7c7;
  }
  .routeboard-other-lead-small {
    font-size: 1.3rem;
    font-weight: normal;
  }
  /* ----- routeboard-other-wrap ----- */
  .routeboard-button {
    background: #e6f1fa;
    padding: 22px 15px 20px;
    margin: 35px -15px 0px;
  }
  .routeboard-button-img {
    text-align: center;
  }
  .routeboard-button-img .routeboard-button-img-item {
    max-width: 95px;
  }
  .routeboard-button .link-button {
    margin-top: 10px;
  }
  
  /* ------------------------------------------------------
   * 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) {
  .routeboard-organize_colmn::after {
    bottom: 118vw;
    left: 43vw
  }
}
@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 375px) {
  .routeboard-organize_colmn::after {
    bottom: 125vw;
    left: 41vw;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 374px) {
}/***
***/
@media only screen and (max-width: 370px) {
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}