@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Layout
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * Common setting
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lsp-column ----- */
  .lsp-column-layout {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.4em;
    
  }
  .lsp-column_item {
    width: calc((100% - 120px) / 5);
    
  }
  .lsp-column_item:nth-of-type(n+2) {
    margin-left: 30px;
  }
  .lsp-column_item:nth-of-type(5n+1) {
    margin-left: 0;
  }
  .lsp-column_item:nth-of-type(n+6) {
    margin-top: 2.0em;
  }

  /* ----- lsp-link ----- */
  .lsp-link-button {
    margin-top: 1.5em;
  }
  .lsp-link-button a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 11px 18px 9px 33px;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 1.25;
  }
  .lsp-link-button a::before {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: 0px -320px;
    top: 50%;
    left: 8px;
    margin: -8px 0 0 0;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .lsp-link-button a:hover {
    background-color: #e3f2fe;
    color: #418fde;
    transition: all .2s ease-out 0s;
  }
  .lsp-link_label {
    font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
  
}
/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@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) {
  .lsp-link_label {
    font-size: min(calc((20/1280)*100vw), 1.2rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 784px) {
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Layout
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lsp-column ----- */
  .lsp-column-layout {
    margin-top: 1.1em;
    
  }
  .lsp-column_item {
    width: 100%;
    
  }
  .lsp-column_item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  /* ----- lsp-image ----- */
  .lsp-image-set {
    text-align: center;
  }
  /* ----- lsp-link ----- */
  .lsp-link-button {
    margin-top: 1.5em;
  }
  .lsp-link-button a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 16px 15px 19px 35px;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #333;
    text-align: center;
    line-height: 1.25;
  }
  .lsp-link-button a::before {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-position: 0px -320px;
    top: 50%;
    left: 8px;
    margin: -8px 0 0 0;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .lsp-link_label {
    font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 0.7;
  }
}

@media only screen and (max-width: 370px) {
  
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media screen and (min-width: 400px) and (max-width: 767.9px) {
}
@media only screen and (max-width: 330px) {
}
/* ======================================================
 * Print
====================================================== */
@media print {
}