@charset "utf-8";

/* ======================================================
 * desk_pocket.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
  ------------------------------------------------------ */
  .hero-layout-v5{
    background-color: #e2eef5;
    padding: 28px 48px 30px 31px;
  }

  
  /* ----- km_column_layout----- */
  .km_column_layout{
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .km_column_item{
    color: #333333;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
  }
  .km_column_item .hero_visual{
    margin-top: 18px;
    padding-left: 20px;
  }
  .km_column_item .km_top_text{
    padding: 22px 0 18px 9px
  }
  .km_column_item .km_bottom_text{
    padding: 0 0 27px 23px
  }
  .km_column_item li{
    position: relative;
    padding: 0 0 7px 39px;
    line-height: 1.5;
  }
  .km_column_item li:before{
    position: absolute;
    content: "";
    top: 16px;
    left: 23px;
    width: 8px;
    height: 8px;
    background-color: #e8314a;
    
  }
  .km_column_item li span{
    font-size: 2.2rem;
    font-weight: bold;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .km_column_layout {
    -webkit-align-items: center;
    align-items: center;
  }
}
@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
  ------------------------------------------------------ */

  .hero-layout-v5{
    background-color: #e2eef5;
    padding: 16px 16px 14px 15px;
  }

  
  /* ----- km_column_layout----- */
  .km_column_layout.km_sp_flex{
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .km_column_item{
    color: #333333;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
  }
  .km_left_man{
    width: 115%;
  }
  .km_column_item .hero_visual{
    margin: 20px auto 0;
    max-width: 435px;
  }
  .km_column_item .km_top_text{
    padding: 11px 36px 4px 24px;
  }
  .km_column_item .km_bottom_text{
    padding: 0 0 10px 31px;
  }
  .km_column_item li{
    position: relative;
    padding: 0 0 7px 39px;
    line-height: 1.4;
  }
  .km_column_item li:before{
    position: absolute;
    content: "";
    top: 11px;
    left: 24px;
    width: 8px;
    height: 8px;
    background-color: #e8314a;
  }
  .km_column_item li span{
    font-size: 1.9rem;
    font-weight: bold;
  }
  /* ------------------------------------------------------
   * 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 {
}