@charset "utf-8";
/* ======================================================
 * ets.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 */
.ets-lead,.ets-heading-order-icon,.ets-box-column_title,.ets-box-column_text,.ets-heading2__title,.ets-heading2-v2__title,.ets-heading3,.ets-media_text,.ets-text,.ets-col-list_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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /*---ets-heading---*/
  .ets-heading {
    position: relative;
    padding-right: 100px;
  }
  .ets-heading-order {
    position: absolute;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f15b56;
    padding: 1px 12px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ets-heading-order-icon {
    font-style: normal;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
  }
  /*---ets-lead---*/
  .ets-lead {
    margin: 0;
    margin-top: 25px;
    padding-left: 10px;
    font-size: 3rem;
    font-weight: bold;
    color: #1d8395;
    text-align: center;
    line-height: 1.4;
  }
  /*---ets-colmn---*/
  .ets-colmn {
    margin-top: 25px;
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  .ets-column_item:nth-child(n + 2) {
    margin-left: 36px;
  }
  /*---ets-box-colmn---*/
  .ets-box-colmn {
    display: flex;
    margin-top: 48px;
    max-width: 100%;
  }
  .ets-box-column_item {
    max-width: 100%;
    text-align: center;
  }
  [data-col-pc="3"] > .ets-box-column_item {
    width: calc((100% - 6%) / 3);
    margin-left: 3%;
  }
  [data-col-pc="3"] > .ets-box-column_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .ets-box-column_title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 4px solid #108395;
  }
  .ets-box-column_text {
    font-size: 1.8rem;
    line-height: 1.55;
    margin: 17px 0 0;
  }
  .ets-box-column_body {
    margin-top: 20px;
  }
  /*---ets-heading2---*/
  .ets-heading2 {
    margin-top: 59px;
  }
  .ets-heading2-v2 {
    margin-top: 52px;
  }
  .ets-heading2__title,
  .ets-heading2-v2__title {
    font-size: 3.4rem;
    line-height: 1.41;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 6px solid #108395;
  }
  /*---ets-heading3---*/
  .ets-heading3 {
    margin-top: 39px;
  }
  .ets-heading3__title {
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom: 2px solid #333;
  }
  /*---ets-media---*/
  .ets-media {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 24px;
  }
  .ets-media_head {
    max-width: 584px;
  }
  .ets-media_body {
    display: flex;
    flex-wrap: nowrap;
    margin: 7px 0 0 36px;
  }
  .ets-media_text {
    font-size: 1.8rem;
    line-height: 1.56;
  }
  .ets-media_image + .ets-media_image {
    margin-left: 36px;
  }
  .ets-text {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.56;
  }
  /*---ets-heading4---*/
  .ets-heading4 {
    margin-top: 56px;
    padding: 6px 0 2px;
    background-color: #cce5e9;
    text-align: center;
  }
  .ets-heading4__title {
    font-size: 2.6rem;
    color: #007e93;
    font-weight: bold;
    line-height: 1.38;
  }
  /*---ets-colmn-example---*/
  .ets-colmn-example {
    display: flex;
    margin-top: 21px;
    max-width: 100%;
  }
  .ets-column-example_item {
    max-width: 100%;
    text-align: center;
  }
  [data-col-pc="4"] > .ets-column-example_item {
    width: calc((100% - 9%) / 4);
    margin-left: 3%;
  }
  [data-col-pc="4"] > .ets-column-example_item:nth-of-type(4n+1) {
    margin-left: 0;
  }
  /*---ets-img-layout---*/
  .ets-img-layout {
    margin-top: 68px;
  }
  .ets-list-wrap {
    margin-top: 2px;
    text-align: right;
  }
  .ets-img_inner:hover {
    opacity: 0.7;
  }
  .ets-list-note {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ets-list-note > li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #555;
  }
  .ets-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*---ets-box-v2_column---*/
  .ets-box-v2_column {
    display: flex;
    margin-top: 38px;
    max-width: 100%;
  }
  .ets-box-v2_column_item {
    max-width: 100%;
    text-align: center;
  }
  [data-col-pc="2"] > .ets-box-v2_column_item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  [data-col-pc="2"] > .ets-box-v2_column_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  /*---ets-table---*/
  .ets-table {
    margin-top: 40px;
  }
  .ets-table_matrix {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  .ets-table_cell--lv2 {
    background-color: #f1f1f1;
    padding: 11px 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  .ets-table_cell {
    background-color: #fff;
    padding: 11px 17px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
  }
  .ets-table_cell_mark {
    margin-left: 3px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .ets-table-pc_w--16per {
    width: 16%;
  }
  .ets-table-pc_w--28per {
    width: 28%;
  }
  /*---ets-box-v2---*/
  .ets-box-v2 {
    margin-top: 49px;
    background-color: #fce4df;
    padding: 22px 26px 18px;
  }
  .ets-list-note-v2 {
    margin: 0;
  }
  .ets-col-list-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .ets-col-list_item {
    width: calc((100% - 30px) / 2);
  }
  .ets-col-list_item:nth-child(2n) {
    margin-left: 30px;
  }
  .ets-col-list_item:nth-child(n + 3) {
    margin-top: 11px;
  }
  .ets-col-list_text {
    font-size: 1.6rem;
    line-height: 1.625;
    position: relative;
  }
  .ets-col-list_text--bold {
    font-size: 2rem;
  }
  .ets-box-v2_lead {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 36px;
    padding-left: 32px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {

}
/***
@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) {
  /*---ets-heading---*/
  .ets-heading {
    position: relative;
    padding-right: 95px;
  }
  .ets-heading-order {
    position: absolute;
    width: 70px;
    right: 0;
    top: 50%;
    margin: -15px 0 0;
    transform: translateY(-50%);
    background-color: #f15b56;
    padding: 4px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ets-heading-order-icon {
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  /*---ets-hero-layout---*/
  .ets-hero-layout {
    margin: 0 -15px;
  }
  /*---invehicle-lead---*/
  .ets-lead {
    margin: 19px 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1d8395;
    text-align: center;
    line-height: 1.75;
  }
  /*---ets-box-colmn---*/
  .ets-box-colmn[data-col-sp="1"] {
    margin-top: 33px;
  }
  .ets-box-column_item:nth-child(n + 2) {
    margin-top: 36px;
  }
  .ets-box-column_item {
    text-align: center;
  }
  .ets-box-column_title {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 4px solid #108395;
  }
  .ets-box-column_text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 0;
  }
  .ets-box-column_body {
    margin-top: 10px;
  }
  /*---ets-colmn---*/
  .ets-colmn {
    margin-top: 19px;
    max-width: 100%;
  }
  .ets-column_item:nth-child(n + 2) {
    margin-top: 20px;
  }
  /*---ets-heading2---*/
  .ets-heading2 {
    margin-top: 39px;
  }
  .ets-heading2-v2 {
    margin-top: 33px;
  }
  .ets-heading2__title,
  .ets-heading2-v2__title {
    font-size: 2.4rem;
    line-height: 1.39;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 6px solid #108395;
  }
  /*---ets-heading3---*/
  .ets-heading3 {
    margin-top: 22px;
  }
  .ets-heading3__title {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #333;
  }
  /*---ets-media---*/
  .ets-media {
    margin-top: 18px;
  }
  .ets-media_head {
  }
  .ets-media_body {
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 0 0 0;
  }
  .ets-media_text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .ets-media_image + .ets-media_image {
    margin-left: 15px;
  }
  .ets-text {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
   /*---ets-heading4---*/
  .ets-heading4 {
    margin-top: 29px;
    padding: 5px 0 3px;
    background-color: #cce5e9;
    text-align: center;
  }
  .ets-heading4__title {
    font-size: 1.7rem;
    color: #007e93;
    font-weight: bold;
    line-height: 1.41;
  }
  /*---ets-colmn-example---*/
  .ets-colmn-example {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  [data-col-sp="2"] > .ets-column-example_item {
    width: calc((100% - 3%) / 2);
    margin-left: 3%;
  }
  [data-col-sp="2"] > .ets-column-example_item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .ets-column-example_item:nth-child(n + 3) {
    margin-top: 12px;
  }
  .ets-column-example_item {
    text-align: center;
  }
  /*---ets-img-layout---*/
  .ets-img-layout {
    margin-top: 38px;
  }
  .ets-list-wrap {
    margin-top: 2px;
  }
  .ets-list-note {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .ets-list-note > li {
    position: relative;
    padding-left: 15px;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #555;
  }
  .ets-list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /*---ets-box-colmn---*/
  .ets-box-v2_column[data-col-sp="1"] {
    margin-top: 18px;
  }
  .ets-box-v2_column_item:nth-child(n + 2) {
    margin-top: 15px;
  }
  .ets-box-v2_column_item {
    text-align: center;
  }
  /*---ets-table---*/
  .ets-table {
    margin-top: 29px;
  }
  .ets-table_matrix {
    width: 600px!important;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  .ets-table_cell--lv2 {
    background-color: #f1f1f1;
    padding: 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  .ets-table_cell {
    background-color: #fff;
    padding: 12px 14px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
  }
  .ets-table_cell_mark {
    margin-left: 3px;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .ets-table[data-table-sp="scroll"] .ets-table_body {
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .ets-table[data-table-sp="scroll"] .ets-table_body::-webkit-scrollbar {
    height: 8px;
  }
   .ets-table[data-table-sp="scroll"] .ets-table_body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f1f1f1;
  }
  .ets-table[data-table-sp="scroll"] .ets-table_body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #418fde;
  }

  .ets-table-sp_w--16per {
    width: 16%;
  }
  .ets-table-sp_w--28per {
    width: 28%;
  }
   /*---ets-box-v2---*/
  .ets-box-v2 {
    margin-top: 30px;
    background-color: #fce4df;
    padding: 15px 12px 18px;
  }
  .ets-list-note-v2 {
    margin: 0;
  }
  .ets-col-list_item:nth-child(n + 2) {
    margin-top: 5px;
  }
  .ets-col-list_text {
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
  .ets-col-list_text--bold {
    font-size: 2rem;
    line-height: 1;
  }
  .ets-box-v2_lead {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 21px;
  }
  /* ------------------------------------------------------
   * 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: 375px) {
}
***/
@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) {}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {}