@charset "utf-8";

/* ======================================================
 * kst4000.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) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .pageGuide[data-social="true"] {
    padding-right: 352px;
  }
  
  /* ------------------------------------------------------
   * 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 24px 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;
  }
  /* ----- kst4000_main ----- */
  .kst4000_main-layout {
    width: 100%;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .kst4000_main-layout_inner {
    position: relative;
  }
  .kst4000_main-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2em 4em 1.5em;
  }
  .kst4000_main_inner {
    position: relative;
    height: 100%;
  }
  .kst4000_main_title-area{
    width: 50%;
    margin-top: 2em;
  }
  .kst4000_main_title{
    margin-bottom: 0.16em;
    font-weight: bold;
    color: #333;
    font-size: 4.8rem;
    line-height: 1.2;
  }
  .kst4000_main_title_large {
    font-size: 5.2rem;
  }
  .kst4000_main_caption{
    margin-left: 2px;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .kst4000_main_lead{
    font-size: 2.5rem;
    color: #231815;
    font-weight: bold;
    line-height: 1.3;
  }
  .kst4000_main_detail_box-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 25px 0 30px;
  }
  .kst4000_main_detail_box {
    width: 170px;
    padding: 10px 0 15px;
    border-radius: 20px;
    text-align: center;
  }
  .kst4000_main_detail_box + .kst4000_main_detail_box {
    margin-left: 10px;
  }
  .kst4000_main_detail_box.bk-orange {
    background-color: #fc5a29;
  }
  .kst4000_main_detail_box.bk-blue {
    background-color: #3d50a2;
  }
  .kst4000_main_detail_box-text {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
  }
  .kst4000_main_detail_box-text + .kst4000_main_detail_box-text {
    margin-top: .5em;
  }
  .kst4000_main_detail_box .box-text-underline {
    border-bottom: 4px dotted #ffcc00;
  }
  .kst4000_main_detail_box .box-text-small {
    font-size: 14px;
  }
  .kst4000_main_detail_text {
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_main_detail_text + .kst4000_main_detail_text {
    margin-top: .3em;
  }
  .kst4000_main_detail_text-small {
    font-size: 1.2rem;
  }
  /* ----- kst4000_contents01 kst4000_contents02 ----- */
  .kst4000_contents01 {
    position: relative;
    margin-top: 60px;
    padding: 78px 100px 78px 480px;
    background-color: #040000;
  }
  .kst4000_contents02 {
    position: relative;
    padding: 78px 100px 78px 480px;
    background-color: #f2f8fa;
  }
  .kst4000-contents_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .kst4000-contents_detail {
    position: relative;
  }
  .kst4000-contents_title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_contents01 .kst4000-contents_title {
    color: #fff;
  }
  .kst4000_contents02 .kst4000-contents_title {
    color: #333;
  }
  .kst4000-contents_list-wrap {
    margin-top: 1.6em;
  }
  .kst4000-contents_list {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_contents01 .kst4000-contents_list {
    color: #fff;
  }
  .kst4000_contents02 .kst4000-contents_list {
    color: #333;
  }
  .kst4000-contents_list li {
    position: relative;
    padding-left: 1em;
  }
  .kst4000-contents_list li + li {
    margin-top: .7em;
  }
  .kst4000-contents_list li::before {
    display: inline-block;
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #009e96;
    content: "";
  }
  .kst4000-contents_list li .note {
    position: relative;
    display: block;
    margin-top: .6em;
    padding-left: 1em;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .kst4000-contents_list li .note > .note-mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* -----kst4000_button----- */
  .kst4000_button {
    margin-top: 15px;
  }
  .kst4000_button_type {
    display: inline-block;
    position: relative;
    padding: 18px 12px 12px 60px;
    border: 2px solid #222;
    min-width: 273px;
    max-width: 100%;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .kst4000_button_type::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #418fde;
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 0;
  }
  .kst4000_button_type:hover {
    background-color: #e5f2ff;
  }
  .kst4000_link_label {
    display: inline-block;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .kst4000_link_label::before,
  .kst4000_link_label::after {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
  }
  .kst4000_link_label::before {
    background-image: url(/sp/kst4000/img/kst4000_ic01.png);
    background-size: 42px 43px;
    margin-top: -23px;
    width: 42px;
    height: 43px;
    top: 50%;
    left: 20px;
  }
  .kst4000_link_label::after {
    position: absolute;
    bottom: 8px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
  
  /* ----- kst4000-text-lead ----- */
  .kst4000-text-lead-wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 70px;
    margin-top: 0.3em;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .kst4000-text-lead{
    font-weight: bold;
    color: #231815;
    font-size: 4.5rem;
    border-bottom: 2px solid #231815;
    line-height: 1.4;
    height: 100%;
    margin-right: 16px;
    padding-bottom: .2em;
  }
  .kst4000-text-point{
    position: relative;
  }
  .kst4000-text-point::before{
    content: "";
    position: absolute;
    top: 0;
    left: 42%;
    width: 8px;
    height: 8px;
    background-color: #231815;
    border-radius: 50%;
  }
  .kst4000-text-img{
    width: 16%;
  }
  
  /* ----- kst4000-main-detail ----- */
  .kst4000-main-detail{
    display: -webkit-flex;
    display: flex;
    margin-top: 1.6em;
  }
  .kst4000-main_detail-text{
    width: 38%;
    margin-right: 3%;
  }
  .kst4000-main-detail_image{
    width: 59%
  }
  .kst4000-main-detail.column-media{
    margin-top: 1.8em;
  }
  .kst4000-text-lead-v2{
    position: relative;
    min-height: 28%;
  }
  
  .kst4000-text-lead-v2::after{
    position: absolute;
    left: -3%;
    bottom: 0;
    width: 100%;
    height: 32%;
    border-bottom: 14px solid #82cddb;
    border-right: 20px solid #82cddb;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    content: "";
  }
  /* ----- kst4000-product-column ----- */
  .kst4000-product-column {
    margin-top: 4.2em;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .kst4000-product-wrap {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.2em;
  }
  .kst4000-product{
    color: #f39800;
    font-size: 2.4rem;
  }
  .kst4000-product-wrap{
    margin-top: 1.5em;
  }
  .kst4000-product-text{
    font-size: 2rem;
    line-height: 1.6;
  }
  .kst4000-point-caption{
    font-size: 3.4rem;
  }
  .kst4000-product-column[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 36px;
  }
  .kst4000-product-column[data-row-pc="2"] > .column_item {width: calc((100% - (36px * 1)) / 2);}
  .kst4000-product-column[data-row-pc="3"] > .column_item {width: calc((100% - (36px * 2)) / 3);}
  .kst4000-product-column[data-row-pc="4"] > .column_item {width: calc((100% - (36px * 3)) / 4);}
  .kst4000-product-column[data-row-pc="5"] > .column_item {width: calc((100% - (36px * 4)) / 5);}
  [data-browser="ie11"] .kst4000-product-column[data-row-pc="2"] > .column_item {width: calc(((100% - (36px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .kst4000-product-column[data-row-pc="3"] > .column_item {width: calc(((100% - (36px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .kst4000-product-column[data-row-pc="4"] > .column_item {width: calc(((100% - (36px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .kst4000-product-column[data-row-pc="5"] > .column_item {width: calc(((100% - (36px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .kst4000-product-column[data-row-pc="2"] > .column_item {width: calc(((100% - (36px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .kst4000-product-column[data-row-pc="3"] > .column_item {width: calc(((100% - (36px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .kst4000-product-column[data-row-pc="4"] > .column_item {width: calc(((100% - (36px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .kst4000-product-column[data-row-pc="5"] > .column_item {width: calc(((100% - (36px * 4)) / 5) - 0.1px);}
  .kst4000-product-column[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .kst4000-product-column[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .kst4000-product-column[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .kst4000-product-column[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .kst4000-product-column[data-row-pc="1"] > .column_item + .column_item,
  .kst4000-product-column[data-row-pc="2"] > .column_item:nth-child(n+3),
  .kst4000-product-column[data-row-pc="3"] > .column_item:nth-child(n+4),
  .kst4000-product-column[data-row-pc="4"] > .column_item:nth-child(n+5),
  .kst4000-product-column[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 20px;
  }
  
  /* ----- kst4000_caution ----- */
  .kst4000_caution{
    margin-top: 2em;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    border: 1px solid #333;
  }
  .kst4000_caution-title{
    font-size: 1.8rem;
    padding: 0.8em 1.6em 0.6em 1.6em;
    border-right: 1px solid #333;
  }
  .kst4000_caution-text{
    padding: 1em 1.6em 0.6em 1.8em;
  }
  .kst4000_caution-caption{
    margin-top: 1.2em;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #666;
    text-underline-offset: 0.1em;
  }
  /* v2 */
  .kst4000-text-lead-v2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 1em;
    color: #231815;
    font-weight: bold;
    line-height: 1.6;
    font-size: 2.5rem;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .kst4000-partsName > .kst4000-partsName_layout::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .kst4000_main_title-area{
    width: calc((700/1280)*100vw);
  }
  .kst4000_main_title{
    font-size: calc((48/1280)*100vw);
    margin-bottom: 0;
  }
  .kst4000_main_title_large{
    font-size: calc((52/1280)*100vw);
  }
  .kst4000_main_detail_box-wrap {
    margin-top: calc((20/1280)*100vw);
    margin-bottom: calc((20/1280)*100vw);
  }
  .kst4000_main_detail_box {
    padding-top: calc((10/1280)*100vw);
    padding-bottom: calc((15/1280)*100vw);
  }
  .kst4000_main_detail_box-text {
    font-size: calc((18/1280)*100vw);
  }
  .kst4000_main_detail-area{
    margin-top: 0.2em;
  }
  .kst4000_main_detail_text{
    font-size: calc((16/1280)*100vw);
  }
  .kst4000_main_detail_text-font{
    font-size: calc((12/1280)*100vw);
  }
  .kst4000_main_lead{
    font-size: calc((22/1280)*100vw);
  }
  .kst4000_contents01,
  .kst4000_contents02 {
    padding: calc((70/1280)*100vw) calc((150/1280)*100vw) calc((70/1280)*100vw) calc((480/1280)*100vw);
  }
  .kst4000-contents_title {
    font-size: calc((32/1280)*100vw);
  }
  .kst4000-contents_list-wrap {
    margin-top: calc((16/1280)*100vw);
  }
  .kst4000-contents_list {
    font-size: calc((20/1280)*100vw);
  }
  .kst4000-text-lead-wrap{
    padding: 0 calc((40/1280)*100vw);
  }
  .kst4000-text-lead{
    font-size: calc((45/1280)*100vw);
  }
  .kst4000-main_detail-text{
    margin-right: calc((36/1280)*100vw);
  }
  .kst4000-main-detailkst4000-main-detail_image{
    width: calc((700/1280)*100vw);
  }
  .kst4000-text-lead-v2{
    font-size: calc((20/1280)*100vw);
  }
  .kst4000-text-lead-v2::after{
    bottom: 0;
  }
  .kst4000-product-text{
    font-size: calc((22/1280)*100vw);
    padding: calc((10/1280)*100vw);
  }
  .kst4000_caution-title,.kst4000_caution-text{
    padding: calc((10/1280)*100vw) calc((16/1280)*100vw);
    font-size: calc((18/1280)*100vw);
  }
}
/***
@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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
 /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .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-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 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;
  }
  /* ----- kst4000_main ----- */
  .kst4000_main-layout {
    width: 100vw;
    margin-bottom: 1em;
    margin-left: -15px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .kst4000_main-layout_inner {
    position: relative;
  }
  .kst4000_main-wrap {
    margin-left: 15px;
  }
  .kst4000_main_title-area{
    margin-top: -3em;
  }
  .kst4000_main_title{
    margin-bottom: 0.16em;
    font-weight: bold;
    color: #333;
    font-size: 2.9rem;
    line-height: 1.2;
  }
  .kst4000_main_title_large{
    font-size: 3.1rem;
  }
  .kst4000_main_caption{
    margin-left: 2px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .kst4000_main_lead{
    font-family: "Noto Sans", "Noto Sans CJK JP";
    font-size: 1.5rem;
    color: #231815;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_main_detail_box-wrap {
    position: absolute;
    top: calc((52/375)*100vw);
    left: 15px;
  }
  .kst4000_main_detail_box {
    width: calc((125/375)*100vw);
    padding: 8px 0;
    border-radius: 14px;
    text-align: center;
  }
  .kst4000_main_detail_box + .kst4000_main_detail_box {
    margin-top: .5em;
  }
  .kst4000_main_detail_box.bk-orange {
    background-color: #fc5a29;
  }
  .kst4000_main_detail_box.bk-blue {
    background-color: #3d50a2;
  }
  .kst4000_main_detail_box-text {
    color: #fff;
    font-size: calc((13/375)*100vw);
    font-weight: bold;
    line-height: 1.2;
  }
  .kst4000_main_detail_box-text + .kst4000_main_detail_box-text {
    margin-top: .5em;
  }
  .kst4000_main_detail_box .box-text-underline {
    border-bottom: 2px dotted #ffcc00;
  }
  .kst4000_main_detail_box .box-text-small {
    font-size: calc((10/375)*100vw);
  }
  .kst4000_main_detail_text {
    margin-top: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .kst4000_main_detail_text + .kst4000_main_detail_text {
    margin-top: .3em;
  }
  .kst4000_main_detail_text-small {
    font-size: 1rem;
  }
  /* ----- kst4000_contents01 kst4000_contents02 ----- */
  .kst4000_contents01 {
    position: relative;
    margin-top: 2.4em;
    background-color: #040000;
    overflow: hidden;
  }
  .kst4000_contents02 {
    position: relative;
    background-color: #f2f8fa;
    overflow: hidden;
  }
  .kst4000-contents_image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kst4000-contents_detail {
    position: relative;
    padding: 0 calc((25/375)*100vw) calc((40/375)*100vw);
  }
  .kst4000_contents01 .kst4000-contents_title {
    min-height: calc((200/375)*100vw);
    padding-top: calc((40/375)*100vw);
    padding-left: calc((110/375)*100vw);
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_contents02 .kst4000-contents_title {
    min-height: calc((150/375)*100vw);
    padding-top: calc((40/375)*100vw);
    padding-left: calc((110/375)*100vw);
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_contents01 .kst4000-contents_title {
    color: #fff;
  }
  .kst4000_contents02 .kst4000-contents_title {
    color: #333;
  }
  .kst4000-contents_list-wrap {
    margin-top: .7em;
  }
  .kst4000-contents_list {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .kst4000_contents01 .kst4000-contents_list {
    color: #fff;
  }
  .kst4000_contents02 .kst4000-contents_list {
    color: #333;
  }
  .kst4000-contents_list li {
    position: relative;
    padding-left: 1em;
  }
  .kst4000-contents_list li + li {
    margin-top: .7em;
  }
  .kst4000-contents_list li::before {
    display: inline-block;
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #009e96;
    content: "";
  }
  .kst4000-contents_list li .note {
    position: relative;
    display: block;
    margin-top: .6em;
    padding-left: 1em;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;
  }
  .kst4000-contents_list li .note > .note-mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* -----kst4000_button----- */
  .kst4000_button {
    margin-top: 15px;
  }
  .kst4000_button_type {
    display: inline-block;
    position: relative;
    padding: 15px 34px 10px 40px;
    border: 2px solid #222;
    width: 100%;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .kst4000_button_type::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #418fde;
    width: 26px;
    height: 26px;
    bottom: 0;
    right: 0;
  }
  .kst4000_button_type:hover {
    background-color: #e5f2ff;
  }
  .kst4000_link_label {
    display: inline-block;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .kst4000_link_label::before,
  .kst4000_link_label::after {
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    position: absolute;
  }
  .kst4000_link_label::before {
    background-image: url(/sp/kst4000/img/kst4000_ic01.png);
    background-size: 32px 33px;
    margin-top: -16px;
    width: 32px;
    height: 33px;
    top: 50%;
    left: 13px;
  }
  .kst4000_link_label::after {
    position: absolute;
    bottom: 8px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
  }
  
  /* ----- kst4000-text-lead ----- */
  .kst4000-text-lead-wrap{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 2.2em;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .kst4000-text-lead{
    font-weight: bold;
    color: #231815;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #231815;
    font-size: 2rem;
    line-height: 1.8;
    height: 100%;
    text-align: center;
  }
  .kst4000-text-point{
    position: relative;
  }
  .kst4000-text-point::before{
    content: "";
    position: absolute;
    top: -3px;
    left: 40%;
    width: 4px;
    height: 4px;
    background-color: #231815;
    border-radius: 50%;
  }
  .kst4000-text-img{
    width: 28%;
  }
  
  /* ----- kst4000-main-detail ----- */
  .kst4000-image{
    text-align: center;
  }
  .kst4000-main-detail{
    display: block;
    margin-top: 1.6em;
  }
  .kst4000-main_detail-text{
    width: 82%;
    margin: 0 auto;
    text-align: center;
  }
  .kst4000-main-detail.column-media{
    margin-top: 1.8em;
  }
  .kst4000-text-lead-v2 {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 0.6em;
    color: #231815;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .kst4000-text-lead-v2::before{
    left: calc((-54/767)*100vw);
    top: -19px;
    width: 19px;
    height: 68px;
    border-right: 7px solid #82cddb;
    border-bottom: 8px solid #82cddb;
    -webkit-transform: skewY(48deg);
    transform: skewY(48deg);
    position: absolute;
    content: "";
  }
  .kst4000-main-detail_image{
    margin-top: 1.3em;
    text-align: center;
  }
  /* ----- kst4000-product-column ----- */
  .kst4000-product-column {
    margin-top: 2.6em;
  }
  .kst4000-product-column .column_item + .column_item{
    margin-top: 1.8em;
  }
  .kst4000-product-wrap {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.8em;
  }
  .kst4000-product{
    color: #f39800;
    font-size: 1.6rem;
  }
  .kst4000-product-text{
    margin-top: 1em;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .kst4000-point-caption{
    font-size: 2.6rem;
  }
  .kst4000-product-column[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 36px;
  }
  /* ----- kst4000_caution ----- */
  .kst4000_caution{
    margin-top: 1.2em;
    display: block;
    font-weight: bold;
    border: 2px solid #333;
  }
  .kst4000_caution-title{
    font-size: 1.6rem;
    padding: 0.6em 1.6em 0.6em 0.8em;
    border-bottom: 2px solid #333;
    text-align: center;
  }
  .kst4000_caution-text{
    padding: 0.6em 1.2em 1em 1em;
  }
  .kst4000_caution-caption{
    margin-top: 0.9em;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #666;
    text-underline-offset: 0.2em;
  }
  .image-set > .image_inner{
    width: 38%;
    text-align: center;
  }
  /* ----- heading_title-small ----- */
  .heading_title-small{
    font-size: 1.3rem;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (min-width: 590px) and (max-width: 767px) {
  .kst4000-text-lead-v2::before{
    left: -18%;
    top: -1.4em;
    width: 19px;
    height: 68px;
    border-right: 7px solid #82cddb;
    border-bottom: 8px solid #82cddb;
    -webkit-transform: skewY(48deg);
    transform: skewY(48deg);
    position: absolute;
    content: "";
  }
  .kst4000-text-lead-v2{
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 363px) {
  .kst4000-text-lead{
    font-size: calc((18/363)*100vw);
  }
  .kst4000-text-lead-v2{
    font-size: calc((13/363)*100vw);
  }
}
/* ======================================================
 * SP Media Queries
====================================================== */
/***
@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: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}