@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,
.assuitx-hero-layout .hero_text_title,
.assuitx-heading .heading_label,
.assuitx-card-layout .card_title,
.assuitx-step-layout .step_count,
.assuitx-point-layout .point_title {
  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
  ------------------------------------------------------ */
  /* ----- assuitx-specification-wrap ---- */
  .assuitx-specification-wrap .column-media[data-media-size="1/3"] > .column_image {
    margin-left: 30px;
  }
  .assuitx-specification-wrap .assuitx-specification_list-note {
    margin-top: 15px;
  }
  .assuitx-specification-wrap .assuitx-specification_image .list-note {
    margin-top: 15px;
  }
  .assuitx-specification-wrap .assuitx-specification_cell-style1 {
    background-color: #005ead;
    padding: 10px 15px;
  }
  .assuitx-specification-wrap .assuitx-specification_cell-style2 {
    background-color: #cc343a;
    padding: 10px 15px;
  }
  .box-layout-v5.type-caution .list-bullet .f-highlight {
    color: #333333 !important;
  }
  .assuitx-caution_image {
    width: 390px;
    margin-top: 15px;
    margin-left: 20px;
  }
  /* ----- assuitx_related-compo ----- */
  .assuitx_related-compo {
    margin-top: 6.5rem;
  }
  .assuitx_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .assuitx_related-compo .related-item .item-img {
    width: 30%;
  }
  .assuitx_related-compo .related-item .item-link {
    width: 67.586%;
  }
  .assuitx_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  /* ----- assuitx-caution-list ----- */
  .assuitx-caution-list {
    display: -webkit-flex;
    display: flex;
  }
  .assuitx-caution-list .list_title {
    flex-shrink: 0;
  }
  .assuitx-caution-list .list_inner {
    padding-left: 2em;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- assuitx-hero-layout ----- */
  .assuitx-hero-layout {
    position: relative;
  }
  .assuitx-hero-layout + * {
    margin-top: 65px!important;
  }
  .assuitx-hero-layout .hero_text {
    position: absolute;
    bottom: 8.3%;
    left: 50px;
  }
  .assuitx-hero-layout .hero_text_title {
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .assuitx-hero-layout .hero_text_sub {
    margin-top: .8em;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .assuitx-hero-layout .hero_release {
    position: absolute;
    top: 103%;
    right: 0;
    font-weight: bold;
  }
  
  /* ----- assuitx-heading ----- */
  .assuitx-heading {
    margin-top: 60px;
  }
  .assuitx-heading + * {
    margin-top: 40px!important;
  }
  .assuitx-heading .heading_label {
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
  }
  
  /* ----- assuitx-card-layout ----- */
  .assuitx-card-layout,
  [data-row-pc] .assuitx-card-layout {
    margin-top: 30px;
  }
  .assuitx-card-layout {
    background: #000;
  }
  .assuitx-card-layout .card_image {
    width: 100%;
  }
  .assuitx-card-layout .card_detail {
    padding: 30px;
  }
  .assuitx-card-layout .card_title {
    color: #e8340c;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .assuitx-card-layout .card_text {
    margin-top: .5em;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  
  /* ----- assuitx-step-layout ----- */
  .assuitx-step-layout,
  [data-row-pc] .assuitx-step-layout {
    margin-top: 35px;
  }
  .assuitx-step-layout {
    position: relative;
  }
  .assuitx-step-layout .step_count {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    min-width: 100px;
    padding: 6px;
    background: #e8340c;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .assuitx-step-layout .step_count em {
    font-size: 2.8rem;
    font-style: normal;
  }
  .assuitx-step-layout .step_image {
    width: 100%;
    border: 5px solid #000;
  }
  .assuitx-step-layout .step_detail {
    margin-top: 12px;
  }
  .assuitx-step-layout .step_detail > :first-child {
    margin-top: 0!important;
  }
  .assuitx-step-layout .step_title {
    margin-top: .6em;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .assuitx-step-layout .step_sub {
    margin-top: .3em;
  }
  
  /* ----- assuitx-point-layout ----- */
  .assuitx-point-layout,
  [data-row-pc] .assuitx-point-layout {
    margin-top: 35px;
  }
  .assuitx-point-layout {
    padding: 24px 30px 28px;
    background: #f6f6f6;
  }
  .assuitx-point-layout .point_title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .assuitx-point-layout .point_title .point_icon {
    flex-shrink: 0;
    margin-right: .54em;
    color: #e8340c;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .assuitx-point-layout .point_title .point_title_label {
    font-size: 2rem;
    font-weight: bold;
  }
  .assuitx-point-layout .point_image {
    margin-top: 20px;
  }
  .assuitx-point-layout .point_detail {
    margin-top: 1em;
    line-height: 1.75;
  }
  
  /* ----- assuitx-box-layout ----- */
  .assuitx-box-layout {
    margin-top: 36px;
    padding: 30px 30px 40px;
    background: #f6f6f6;
  }
  .assuitx-box-layout .box_later_text {
    color: #666;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * 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) {
  /* ----- assuitx-hero-layout ----- */
  .assuitx-hero-layout .hero_text {
    left: 3.9vw;
  }
  .assuitx-hero-layout .hero_text_title {
    font-size: 2.1875vw;
  }
  .assuitx-hero-layout .hero_text_sub {
    color: #fff;
    font-size: 1.40625vw;
  }
  /* ----- assuitx-card-layout ----- */
  .assuitx-card-layout .card_detail {
    padding: 2.34375vw;
  }
  .assuitx-card-layout .card_title {
    font-size: 1.875rem;
  }
  .assuitx-card-layout .card_text {
    font-size: 1.25vw;
  }
  /* ----- assuitx-step-layout ----- */
  .assuitx-step-layout .step_count {
    top: 0.39vw;
    left: 0.39vw;
    min-width: 7.8125vw;
    padding: 0.46875vw;
    font-size: 1.71875vw;
  }
  .assuitx-step-layout .step_count em {
    font-size: 2.1875vw;
  }
  .assuitx-step-layout .step_title {
    font-size: 1.40625vw;
  }
  /* ----- assuitx-point-layout ----- */
  .assuitx-point-layout {
    padding: 1.875vw 2.34375vw 2.1875vw;
  }
  .assuitx-point-layout .point_title .point_icon {
    font-size: 1.71875vw;
  }
  .assuitx-point-layout .point_title .point_title_label {
    font-size: 1.5625vw;
  }
  .assuitx-point-layout .point_image {
    margin-top: 1.5625vw;
  }
  .assuitx-point-layout .point_image {
    margin-top: 1.5625vw;
  }
  .assuitx-point-layout .point_detail {
    font-weight: 1.25vw;
  }
  /* ----- assuitx-box-layout ----- */
  .assuitx-box-layout {
    padding: 2.34375vw 2.34375vw 3.125vw;
  }
  .assuitx-box-layout .box_later_text {
    font-size: 1.40625vw;
  }
  
}
@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) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ----- assuit-specification-wrap ---- */
  .assuitx-specification-wrap .assuitx-specification_image img {
    margin: 0 auto;
  }
  .assuitx-specification-wrap .assuitx-specification_image .list-note {
    margin-top: 5px;
  }
  .assuitx-specification-wrap .table-layout[data-layout-sp="scroll"] .table_inner {
    width: 700px !important;
  }
  .assuitx-specification-wrap .assuitx-specification_cell-style1 {
    background-color: #005ead;
    padding: 10px 15px;
  }
  .assuitx-specification-wrap .assuitx-specification_cell-style2 {
    background-color: #cc343a;
    padding: 10px 15px;
  }
  .box-layout-v5.type-caution .list-bullet .f-highlight {
    color: #333333 !important;
  }
  .assuitx-caution_image {
    width: 100%;
    margin-top: 15px;
  }
  /* ----- assuitx_related-compo ----- */
  .assuitx_related-compo .related-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }
  .assuitx_related-compo .related-item .item-img {
    width: 25%;
  }
  .assuitx_related-compo .related-item .item-link {
    width: 72.46%;
  }
  .assuitx_related-compo .related-item .item-link .link-button-v2 {
    margin-top: 0;
  }
  .assuitx_related-compo .related-item .item-link .link-button-v2 a {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
  }
  /* ----- assuitx-caution-list ----- */
  .assuitx-caution-list {
    display: -webkit-flex;
    display: flex;
  }
  .assuitx-caution-list .list_title {
    flex-shrink: 0;
  }
  .assuitx-caution-list .list_inner {
    padding-left: 2em;
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- assuitx-hero-layout ----- */
  .assuitx-hero-layout {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .assuitx-hero-layout + * {
    margin-top: 65px!important;
  }
  .assuitx-hero-layout .hero_text {
    position: absolute;
    top: 52.5%;
    left: 4vw;
    padding-right: 30vw;
  }
  .assuitx-hero-layout .hero_text_title {
    color: #fff;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .assuitx-hero-layout .hero_text_sub {
    margin-top: .8em;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .assuitx-hero-layout .hero_release {
    position: absolute;
    top: 103%;
    right: 15px;
    font-weight: bold;
  }
  
  /* ----- assuitx-heading ----- */
  .assuitx-heading {
    margin-top: 40px;
  }
  .assuitx-heading + * {
    margin-top: 30px!important;
  }
  .assuitx-heading .heading_label {
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
  }
  
  /* ----- assuitx-card-layout ----- */
  .assuitx-card-layout {
    margin-top: 20px;
    background: #000;
  }
  .assuitx-card-layout .card_image {
    width: 100%;
  }
  .assuitx-card-layout .card_detail {
    padding: 5.3vw;
  }
  .assuitx-card-layout .card_title {
    color: #e8340c;
    font-size: 5.3vw;
    font-weight: bold;
    line-height: 1.3;
  }
  .assuitx-card-layout .card_text {
    margin-top: .5em;
    color: #fff;
    font-size: 3.7vw;
    line-height: 1.75;
  }
  
  /* ----- assuitx-step-layout ----- */
  .assuitx-step-layout {
    margin-top: 20px;
  }
  .assuitx-step-layout {
    position: relative;
    display: -webkit-flex;
    display: flex;
  }
  .assuitx-step-layout .step_count {
    display: inline-block;
    position: absolute;
    top: 0.8vw;
    left: 0.8vw;
    min-width: 11.7vw;
    padding: 0.8vw;
    background: #e8340c;
    color: #fff;
    font-size: 2.66vw;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .assuitx-step-layout .step_count em {
    font-size: 3.2vw;
    font-style: normal;
  }
  .assuitx-step-layout .step_image {
    width: calc((100% - 15px)/2);
    border: 0.8vw solid #000;
  }
  .assuitx-step-layout .step_detail {
    width: calc((100% - 15px)/2);
    margin-left: 4vw;
  }
  .assuitx-step-layout .step_detail > :first-child {
    margin-top: 0!important;
  }
  .assuitx-step-layout .step_title {
    margin-top: .6em;
    font-size: 3.7vw;
    font-weight: bold;
  }
  .assuitx-step-layout .step_sub {
    margin-top: .3em;
    font-size: 3.2vw;
  }
  
  /* ----- assuitx-point-layout ----- */
  .assuitx-point-layout {
    padding: 5.3vw;
    background: #f6f6f6;
  }
  .assuitx-point-layout .point_title {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
  }
  .assuitx-point-layout .point_title .point_icon {
    flex-shrink: 0;
    margin-right: .625em;
    color: #e8340c;
    font-size: 4.26vw;
    font-weight: bold;
  }
  .assuitx-point-layout .point_title .point_title_label {
    font-size: 4.26vw;
    font-weight: bold;
  }
  .assuitx-point-layout .point_inner {
    display: -webkit-flex;
    display: flex;
    margin-top: 4vw;
  }
  .assuitx-point-layout .point_image {
    width: calc((100% - 4vw)/2);
  }
  .assuitx-point-layout .point_detail {
    width: calc((100% - 4vw)/2);
    margin-left: 4vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  
  /* ----- assuitx-box-layout ----- */
  .assuitx-box-layout {
    margin-top: 30px;
    padding: 15px;
    background: #f6f6f6;
  }
  .assuitx-box-layout .box_later_text {
    padding: 23px 0;
    color: #666;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
  }
  
  /* ------------------------------------------------------
   * 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 {
}