@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * Commmon
 * @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
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.box-layout-v5.type-caution .box_title,
.nts-hero-layout .hero_text {
  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
  ------------------------------------------------------ */
  /* ----- nts-hero-layout ---- */
  .nts-hero-layout {
    position: relative;
  }
  .nts-hero-layout .hero_sub-text {
    position: absolute;
    top: 22%;
    right: 32%;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .nts-hero-layout .hero_column-text-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    position: absolute;
    top: 33%;
    left: 3.5%;
    width: 8%;
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text {
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: auto;
    background-color: #fff000;
    border-radius: 50%;
    color: #1d2087;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.2;
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text > p {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text:nth-of-type(n+2) {
    margin-top: 14px;
  }
  .nts-hero-layout .hero_lead-text {
    position: absolute;
    top: 75%;
    left: 17%;
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .nts-hero-layout .hero_lead-text .nts-lead-large-text {
    font-size: 4.7rem;
  }
  .nts-hero-layout .hero_lead-text .nts-lead-blue-text {
    font-size: 6.8rem;
    color: #1d2087;
  }
  
  .nts-hero-layout .hero_caption {
    text-align: right;
    margin-top: 16px;
    font-weight: 700;
  }
  
  /* ----- nts-detail-layout ---- */
  .nts-detail-layout {
    margin-top: 17px;
    padding-bottom: 37px;
    background-color: #1e90d0;
  }
  .nts-detail-layout .nts-detail-lead {
    padding: 3.6rem 0 3.1rem;
    background: url("/sp/nts/img/index_bg01.png") no-repeat 0 0 /100% auto;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
  }
  .nts-detail-layout .nts-column-wrap {
    padding: 0 36px;
  }
  .nts-detail-layout .nts-detail-column01 {
    position: relative;
    margin: 0 auto;
    padding: 27px 28px 46px 448px;
    max-width: 1128px;
    background-color: #d8f1ff;
  }
  .nts-detail-layout .nts-detail-column01 .nts-text-normal {
    margin-top: 4px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .nts-detail-layout .nts-detail-column01 .nts-text-description {
    margin-top: 18px;
    font-size: 1.6rem;
    color: #1d2087;
  }
  .nts-detail-layout .nts-detail-column01 .nts-detail_image {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 31vw;
    max-width: 400px;
    transform: translateY(-50%);
  }
  .nts-detail-layout .nts-detail-column01 .list-note {
    margin-top: 3px;
  }
  .nts-detail-layout .nts-detail-column02 {
    display: -webkit-flex;
    display: flex;
    margin: 24px auto 0;
    max-width: 1128px;
    background-color: #d8f1ff;
  }
  .nts-detail-layout .nts-detail-column02 + .nts-detail-column02 {
    margin-top: 20px;
  }
  .nts-detail-layout .nts-detail-column02 .nts-detail_image {
    align-self: center;
    max-width: 210px;
    width: calc(100vw * 200 / 1280);
  }
  .nts-detail-layout .nts-detail-column02 .nts-detail-text-wrap {
    width: calc(100vw * 928 / 1280);
    padding: 26px 34px;
  }
  .nts-detail-layout .nts-detail-column02 .nts-text-normal {
    margin-top: 3px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .nts-detail-layout .nts-detail-column02 .nts-text-description {
    margin-top: 13px;
    font-size: 1.6rem;
    color: #1d2087;
    line-height: 1.6;
  }
  .nts-detail-layout .nts-text-lead {
    font-size: 3.0rem;
    font-weight: bold;
    color: #1d2087;
  }
  .nts-detail-layout .nts-text-sub {
    margin-top: 28px;
    font-size: 1.6rem;
  }
  
  
  /* ----- nts-table-layout ---- */
  .nts-table-layout .table_inner {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .nts-table-layout .cell-style1 {
    background-color: #777;
    color: #fff;
    font-weight: bold;
  }
  .nts-table-layout .cell-style2 {
    background-color: #f1f1f1;
  }
  .nts-table-layout thead th {
    vertical-align: middle;
  }
  .nts-table-layout th, .nts-table-layout td {
    padding: 11px 20px 9px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
  }
  
  /* ----- nts-specification-wrap ---- */
  .nts-specification-wrap .list-bullet {
    font-weight: 700;
  }
  .nts-specification-wrap .list-description-v5 > dt {
    width: 10em;
  }
  .nts-specification-wrap .list-description-v5 .list-note {
    margin-top: 0;
  }
  .nts-specification-wrap .type-caution .list-bullet .f-highlight {
    color: #333333!important;
  }
  .nts-specification-wrap .type-caution .list-bullet .nts-red-text {
    color: #950000!important;
  }
  .nts-specification-wrap .column-media .column_image {
    margin-top: 24px;
  }
  

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  
  .nts-hero-layout .hero_column-text-wrap .nts-column-text {
    font-size: calc(100vw * 26 / 1280);
  }
  .nts-hero-layout .hero_lead-text {
    position: absolute;
    font-size: calc(100vw * 34 / 1280);
  }
  .nts-hero-layout .hero_lead-text .nts-lead-large-text {
    font-size: calc(100vw * 47 / 1280);
  }
  .nts-hero-layout .hero_lead-text .nts-lead-blue-text {
    font-size: calc(100vw * 68 / 1280);
  }
  
  
  .nts-detail-layout .nts-detail-column01 {
    padding-left: 35vw;
  }
}




/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- nts-hero-layout ---- */
  .nts-hero-layout {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .nts-hero-layout .hero_sub-text {
    position: absolute;
    top: 38vw;
    left: 5vw;
    color: #ffffff;
    font-size: 1.1rem;
  }
  .nts-hero-layout .hero_column-text-wrap {
    display: -webkit-flex;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    position: absolute;
    top: 23%;
    left: 4%;
    width: calc(100vw * 378 / 750);
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text {
    position: relative;
    padding-top: 29%;
    width: 100%;
    height: auto;
    background-color: #fff000;
    border-radius: 50%;
    color: #1d2087;
    font-weight: bold;
    font-size: calc(100vw * 28 / 750);
    text-align: center;
    line-height: 1.2;
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text > p {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
  }
  .nts-hero-layout .hero_column-text-wrap .nts-column-text:nth-of-type(n+2) {
    margin-left: 8px;
  }
  .nts-hero-layout .hero_lead-text {
    position: absolute;
    top: 70vw;
    left: 4vw;
    color: #fff;
    font-size: calc(100vw * 30 / 750);
    font-weight: bold;
    line-height: 1.2;
  }
  .nts-hero-layout .hero_lead-text .nts-lead-large-text {
    font-size: calc(100vw * 42 / 750);
  }
  .nts-hero-layout .hero_lead-text .nts-lead-blue-text {
    font-size: calc(100vw * 58 / 750);
    color: #1d2087;
  }
  
  .nts-hero-layout .hero_caption {
    text-align: right;
    margin: 4px 13px 0;
    font-weight: 700;
  }
  
  /* ----- nts-detail-layout ---- */
  .nts-detail-layout {
    margin: 20px -15px 0;
    padding-bottom: 11px;
    background-color: #1e90d0;
  }
  .nts-detail-layout .nts-detail-lead {
    padding: 1.2rem 0;
    background: url("/sp/nts/img/index_bg02.png") no-repeat 0 0 /100% auto;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .nts-detail-layout .nts-detail-column01 {
    margin: 0 auto;
    padding: 18px 0 10px;
    width: calc(100vw * 690 / 750);
    background-color: #d8f1ff;
  }
  .nts-detail-layout .nts-detail-column01 .nts-text-top {
    text-align: center;
  }
  .nts-detail-layout .nts-detail-column01 .list-note {
    margin: 3px 24px 0;
  }
  .nts-detail-layout .nts-detail-column01 .nts-text-top .list-note {
    display: inline-block;
  }
  #main .nts-detail-layout .nts-detail-column01 .nts-text-top .nts-text-normal {
    margin-top: 13px;
  }
  .nts-detail-layout .nts-detail-column01 .nts-detail_image {
    margin-top: 10px;
    width: 100%;
  }
  .nts-detail-layout .nts-detail-column01 .nts-text-description {
    margin: 9px 23px;
    font-size: 1.4rem;
    color: #1d2087;
  }
  .nts-detail-layout .nts-detail-column02 {
    display: -webkit-flex;
    display: flex;
    margin: 13px auto 0;
    padding: 22px 0;
    width: calc(100vw * 690 / 750);
    background-color: #d8f1ff;
  }
  .nts-detail-layout .nts-detail-column02 .nts-detail_image {
    width: calc(100vw * 210 / 750);
  }
  .nts-detail-layout .nts-detail-column02 .nts-detail-text-wrap {
    width: calc(100vw * 480 / 750);
    padding: 0 13px;
  }
  #main .nts-detail-layout .nts-detail-column02 .nts-text-normal {
    margin: 10px 8px 0 0;
  }
  .nts-detail-layout .nts-detail-column02 .nts-text-description {
    font-size: 1.4rem;
    color: #1d2087;
    margin: 10px 5px 0 0;
    line-height: 1.4;
  }
  .nts-detail-layout .nts-text-lead {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1d2087;
    line-height: 1.3;
  }
  .nts-detail-layout .nts-text-normal {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .nts-detail-layout .nts-text-sub {
    margin: 13px 23px 0;
    font-size: 1.4rem;
  }

  
  /* ----- nts-table-layout ---- */
  .nts-table-layout .table_inner {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .nts-table-layout .cell-style1 {
    background-color: #777;
    color: #fff;
    font-weight: bold;
  }
  .nts-table-layout .cell-style2 {
    background-color: #f7f7f7;
  }
  .nts-table-layout thead th {
    vertical-align: middle;
  }
  .nts-table-layout th, .nts-table-layout td {
    padding: 11px 15px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
  }
  
  /* ----- nts-specification-wrap ---- */
  .nts-specification-wrap .list-bullet {
    font-weight: 700;
  }
  .nts-specification-wrap .list-description-v5 .list-note {
    margin-top: 0;
  }
  .nts-specification-wrap .type-caution .list-bullet .f-highlight {
    color: #333333!important;
  }
  .nts-specification-wrap .type-caution .list-bullet .nts-red-text {
    color: #950000!important;
  }
  .nts-specification-wrap .column-media .column_image {
    margin-top: 1px;
  }
  /* for IE11 */
  [data-browser="ie11"] .nts-specification-wrap .image_inner img{
    width: 100%;
  }

  /* ------------------------------------------------------
   * 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: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */
@media only screen and (max-width: 480px) {
}

/* ======================================================
 * Print
====================================================== */
@media print {
}