@charset "utf-8";

/* ======================================================
 * koukinf.css
 * ------------------------------------------------------
 * @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
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .table-ec-button{
    margin-left: 20px;
  }
/*  --------------------------
        HC10-mainVisual
  --------------------------*/
  .HC10-mainVisual .HC10-mainVisual__column-media{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .HC10-mainVisual .column_image{
    margin-left: 18px;
  }
  .HC10-mainVisual .column_detail{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 10px 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 4.8rem;
  }
  .HC10-mainVisual .HC10-main-lead-text{
    line-height: 1.4;
  }
  .HC10-mainVisual .HC10-main-lead-text .HC10-main-emphasis-text{
    position: relative;
    font-size: 9.6rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-first-text{
    display: inline-block;
    margin-bottom: 15px;
  }
  .HC10-mainVisual .HC10-main-emphasis-text::before,
  .HC10-mainVisual .HC10-main-emphasis-text::after{
    position: absolute;
    top: 7px;
    width: 8%;
    height: 10%;
    border-radius: 50%;
    background-color: #333;
    content: "";
  }
  .HC10-mainVisual .HC10-main-emphasis-text::before{
    left: 20%;
  }
  .HC10-mainVisual .HC10-main-emphasis-text::after{
    right: 20%;
  }
  .HC10-mainVisual .HC10-main-title{
    display: inline-block;
    margin-top: 11px;
    background-color: #333;
    padding: 0 15px;
  }
  .HC10-mainVisual .HC10-main-title.title-color-lapisblue{
    background-color: #172a88;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text{
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text-v2{
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__sub{
    margin-left: 23px;
    font-size: 2rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-info{
    margin-top: 26px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-info .HC10-main-info__list-description{
    display: flex;
    margin-top: 2px;
  }
  .HC10-mainVisual .HC10-main-info .HC10-main-info__list-description dd{
    margin-left: 20px;
  }
/*  --------------------------
        contentsWrapper
  --------------------------*/
  .contentsWrapper{
    margin-top: 70px;
  }
  .contentsWrapper--v2{
    margin-top: 54px;
  }
  .HC10-youtube_caption{
    margin-top: 10px;
  }
/*  --------------------------
        HC10-contents
  --------------------------*/
  .HC10-contents-lead-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    color: #2ea7e0;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  .HC10-contents-lead-text::before,
  .HC10-contents-lead-text::after{
    display: block;
    width: 12%;
    height: 10px;
    top: 50%;
    content: "";
    background-image: url("/sp/HC10/img/HC10_ic01.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .HC10-contents-lead-text::before{
    left: 0;
  }
  .HC10-contents-lead-text::after{
    right: 0;
    transform: scale(-1, 1);
  }
  .HC10-contents-text{
    margin-top: 15px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    color: #172a88;
    text-align: center;
  }
  .HC10-contents-text .HC10-contents-text__icon{
    margin-right: 12px;
    padding: 2px 16px 3px;
    border-radius: 40px;
    background-color: #172a88;
    color: #fff;
  }
/*  --------------------------
        HC10-column-layout
  --------------------------*/
  .HC10-column-layout{
    margin-top: 30px; 
  }
  .HC10-column-layout .HC10-text-set div[class^="HC10-text-set__title"]{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title{
    margin-top: 7px;
    line-height: 1.5;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title--v2{
    margin-top: 14px;
    text-align: center;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title + .list-note{
    margin-top: 7px;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title + .list-note li + li{
    margin-top: 0;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__description{
    margin-top: 6px;
    font-size: 1.6rem;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__add{
    display: block;
    font-size: 1.4rem;
    color: #555;
  }
/*  --------------------------
        HC10-heading
  --------------------------*/
  .HC10-heading{
    padding: 9px 7px 5px;
    text-align: center;
    border: 3px solid #172a88;
  }
  .HC10-heading .HC10-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.8rem;
    font-weight: bold;
    color: #172a88;
    letter-spacing: 0.1em;
  }
  .HC10-contents-area{
    margin-top: 30px;
  }
  .HC10-contents-area >*:first-child{
    margin-top: 0;
  }
  .HC10-contents-area .column-media .column_image .image-set{
    margin-top: 0;
  }
  .HC10-contents-area .table-layout + .list-note-v2,
  .HC10-contents-area .table-layout + .list-note{
    margin-top: 5px;
  }
  .HC10-contents-area .heading-lv3{
    margin-top: 0;
  }
  .HC10-contents-area section + section{
    margin-top: 34px;
  }
  .HC10-contents-area .box-layout-v5.type-caution{
    margin-top: 60px;
  }
/*  --------------------------
        HC10-box-area
  --------------------------*/
  .HC10-box-area{
    margin-top: 52px;
    padding: 20px 30px 30px;
    background-color: #c5e7fa;
  }
  .HC10-box-area .HC10-box-area__head{
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .HC10-box-area .HC10-box-area__title{
    margin-top: 0;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #172a88;
    letter-spacing: 0.1em;
  }
  .HC10-box-area .HC10-box-area__title .HC10-box-area__title__inner{
    margin-left: -14px;
    padding-left: 14px;
    background: linear-gradient(transparent 60%, #fff100 0%);
  }
  .HC10-box-area .HC10-box-area__text{
    margin-top: 5px;
    text-align: center;
  }
  .HC10-box-area__body{
    margin-top: 20px;
  }
/*  --------------------------
        HC10-contents__column-media
  --------------------------*/
  .HC10-contents__column-media{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .HC10-contents__column-media .column_detail{
    width: 35%;
    display: flex;
    flex-shrink: 1;
    vertical-align: middle;
    justify-content: center;
    padding: 24px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .HC10-contents__column-media .HC10-contents-title{
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }
  .HC10-contents__column-media .HC10-contents__text{
    margin-top: 5px;
    font-size: 2.4rem;
  }
  .HC10-sub-text{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
  }
  .HC10-sub-text__add{
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
  }
  /*  --------------------------------------
          HC10-process-layout
    --------------------------------------*/
  .HC10-process-layout{
    margin-top: 20px;
  }
  .HC10-process-layout[data-row-pc="4"] > *{
    width: calc((100% - (40px * 3)) / 4);
    margin-left: 40px;
  }
  .HC10-process-layout .HC10-process-text-set{
    margin-top: 17px;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__process-title{
    position: relative;
    padding-left: 25px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__process-title .HC10-process-text-set__process-title_no{
    position: absolute;
    top: 0;
    left: 0;
    
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note{
    margin-top: 3px;
    font-size: 1.4rem;
    color: #555;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note > li{
    position: relative;
    padding-left: 15px;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note  > li >.list_mark{
    position: absolute;
    top: 0;
    left: 0;
  }
}

  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .HC10-contents-lead-text{
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {

}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .HC10-mainVisual .column_detail{
    font-size: 4rem;
  }
  .HC10-main-emphasis-text{
    font-size: 6.5rem;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text{
    font-size: 3rem;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text-v2{
    font-size: 2.2rem;
  }
  .HC10-mainVisual .HC10-main-info{
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__sub{
    font-size: 1rem;
    margin-left: 15px;
  }
  .HC10-contents-lead-text{
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 812px) {
  .HC10-mainVisual .column_detail{
    font-size: 3.2rem;
  }
  .HC10-main-emphasis-text{
    font-size: 6.2rem;
  }

}
@media screen and (min-width: 1200px) {
}

/* **
@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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
   /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
/*  --------------------------
        HC10-mainVisual
  --------------------------*/
  .HC10-mainVisual .HC10-mainVisual__column-media{
  }
  .HC10-mainVisual .column_image{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .HC10-mainVisual .column_detail{
    padding: 15px 0;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.5rem;
  }
  .HC10-mainVisual .HC10-main-lead-text{
    line-height: 1.4;
  }
  .HC10-mainVisual .HC10-main-lead-text .HC10-main-emphasis-text{
    position: relative;
    font-size: 5rem;
    font-weight: bold;
    white-space: nowrap;
  }
  .HC10-mainVisual .HC10-main-first-text{
    display: inline-block;
    margin-bottom: 5px;
  }
  .HC10-mainVisual .HC10-main-emphasis-text::before,
  .HC10-mainVisual .HC10-main-emphasis-text::after{
    position: absolute;
    top: 0;
    width: 8%;
    height: 10%;
    border-radius: 50%;
    background-color: #333;
    content: "";
  }
  .HC10-mainVisual .HC10-main-emphasis-text::before{
    left: 20%;
  }
  .HC10-mainVisual .HC10-main-emphasis-text::after{
    right: 20%;
  }
  .HC10-mainVisual .HC10-main-title{
    display: flex;
    margin-top: 11px;
    background-color: #333;
    padding: 2px 15px;
    justify-content: center;
  }
  .HC10-mainVisual .HC10-main-title.title-color-lapisblue{
    background-color: #172a88;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text{
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__text-v2{
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-title .HC10-main-title__sub{
    margin-left: 15px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-info{
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .HC10-mainVisual .HC10-main-info .HC10-main-info__list-description{
    display: flex;
    margin-top: 0;
  }
  .HC10-mainVisual .HC10-main-info .HC10-main-info__list-description dd{
    margin-left: 20px;
  }
/*  --------------------------
        contentsWrapper
  --------------------------*/
  .contentsWrapper{
    margin-top: 32px;
  }
  .contentsWrapper--v2{
    margin-top: 11px;
  }
  .HC10-youtube_caption{
    margin-top: 7px;
  }
/*  --------------------------
        HC10-contents
  --------------------------*/
  .HC10-contents-lead-text{
    position: relative;
    padding: 0 20px 20px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    color: #2ea7e0;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .HC10-contents-lead-text::before,
  .HC10-contents-lead-text::after{
    position: absolute;
    width: 76px;
    height: 10px;
    bottom: 0;
    content: "";
    background-image: url("/sp/HC10/img/HC10_ic01.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .HC10-contents-lead-text::before{
    left: calc(50% + 3px);
    transform: scale(-1, 1);
  }
  .HC10-contents-lead-text::after{
    right: calc(50% + 3px);
  }
  .HC10-contents-text{
    margin-top: 22px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.7rem;
    font-weight: bold;
    color: #172a88;
    text-align: center;
    line-height: 1.8;
  }
  .HC10-contents-text .HC10-contents-text__icon{
    margin-right: 5px;
    padding: 2px 10px 3px;
    border-radius: 40px;
    background-color: #172a88;
    color: #fff;
  }
/*  --------------------------
        HC10-column-layout
  --------------------------*/
  .HC10-column-layout{
    margin-top: 22px; 
  }
  .HC10-column-layout .HC10-text-set div[class^="HC10-text-set__title"]{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title{
    margin-top: 5px;
    line-height: 1.5;
  }
  .HC10-column-layout .HC10-text-set div.HC10-text-set__title--v2{
    font-size: 1.6rem;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title + .list-note{
    margin-top: 7px;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__title + .list-note li + li{
    margin-top: 0;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__description{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .HC10-column-layout .HC10-text-set .HC10-text-set__add{
    display: block;
    font-size: 1.1rem;
    color: #555;
  }
/*  --------------------------
        HC10-column-layout　sp-column
  --------------------------*/
  .HC10-column-layout .column_item.sp-column{
    display: flex;
  }
  .HC10-column-layout .column_item.sp-column >*{
     width: 50%;
  }
  .HC10-column-layout .column_item.sp-column > .HC10-image-set{
     margin-right: 7px;
  }
  .HC10-column-layout .column_item.sp-column > .HC10-text-set{
     margin-left: 7px;
  }
/*  --------------------------
        HC10-heading
  --------------------------*/
  .HC10-heading{
    padding: 5px 7px;
    text-align: center;
    border: 2px solid #172a88;
  }
  .HC10-heading .HC10-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.9rem;
    font-weight: bold;
    color: #172a88;
    letter-spacing: 0.1em;
  }
  .HC10-contents-area{
    margin-top: 20px;
  }
  .HC10-contents-area >*:first-child{
    margin-top: 0;
  }
  .HC10-contents-area .column-media .column_image .image-set{
    margin-top: 0;
  }
  .HC10-contents-area .table-layout + .list-note-v2,
  .HC10-contents-area .table-layout + .list-note{
    margin-top: 10px;
  }
  .HC10-contents-area .heading-lv3{
    margin-top: 0;
  }
  .HC10-contents-area section + section{
    margin-top: 25px;
  }
  .HC10-contents-area .box-layout-v5.type-caution{
    margin-top: 30px;
  }
/*  --------------------------
        HC10-box-area
  --------------------------*/
  .HC10-box-area{
    margin-top: 17px;
    padding: 15px 15px 20px;
    background-color: #c5e7fa;
  }
  .HC10-box-area .HC10-box-area__head{
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .HC10-box-area .HC10-box-area__title{
    margin-top: 0;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.9rem;
    font-weight: bold;
    color: #172a88;
    letter-spacing: 0.1em;
  }
  .HC10-box-area .HC10-box-area__title .HC10-box-area__title__inner{
    margin-left: -14px;
    padding-left: 14px;
    background: linear-gradient(transparent 60%, #fff100 0%);
  }
  .HC10-box-area .HC10-box-area__text{
    margin-top: 13px;
    text-align: center;
  }
  .HC10-box-area__body{
    margin-top: 15px;
  }
/*  --------------------------
        HC10-contents__column-media
  --------------------------*/
  .HC10-contents__column-media .column_detail{
    display: flex;
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    padding: 0 10px 5px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .HC10-contents__column-media .HC10-contents-title{
    font-size: 1.9rem;
    font-weight: bold;
  }
  .HC10-contents__column-media .HC10-contents__text{
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .HC10-sub-text{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .HC10-sub-text__add{
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 100;
  }
  /*  --------------------------------------
          HC10-process-layout
    --------------------------------------*/
  .HC10-process-layout{
    margin-top: 15px;
  }
  .HC10-process-layout[data-row-sp="2"] > *{
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
  }
  .HC10-process-layout .HC10-process-text-set{
    margin-top: 10px;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__process-title{
    position: relative;
    padding-left: 20px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__process-title .HC10-process-text-set__process-title_no{
    position: absolute;
    top: 0;
    left: 0;
    
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note{
    margin-top: 3px;
    font-size: 1.1rem;
    color: #555;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note > li{
    position: relative;
    padding-left: 11px;
  }
  .HC10-process-layout .HC10-process-text-set .HC10-process-text-set__list-note  > li >.list_mark{
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .mainVisual::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 351px) {
}
/* **
@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 {
}