@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_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    bottom: 7%;
    left: 5%;
    color: #ed7600;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.25;
  }
  
  /* ----- movie-box ----- */
  .movie-box {
    margin-top: 40px;
  }
  
  /* ----- lead-layout ----- */
  .lead-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 90px 0 60px;
    padding: 25px 0 20px;
    background: -webkit-linear-gradient(top, rgba(210,230,248,1) 0%,rgba(240,246,252,1) 100%);
    background: linear-gradient(to bottom, rgba(210,230,248,1) 0%,rgba(240,246,252,1) 100%);
  }
  .lead-layout > .column_item {
    margin: -110px 10px 0 0;
  }
  .lead-layout > .column_detail p {
    font-size: 2.4rem;
  }
  .lead-layout > .column_detail p span {
    display: inline-block;
    border-bottom: dotted 3px #ed7600;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  
  /* ----- special-point-title----- */
  .special-point-title .point_icon {
    vertical-align: top;
  }
  .special-point-title .point_bg {
    background-color: #ed7600;
  }
  .special-point-title .point_text {
    padding-left: 5px;
  }
  
  
  /* ------------------------------------------------------
   * 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) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- hero_contents ---- */
  .hero_contents {
    position: relative;
  }
  .hero_contents > .hero_visual_data {
    position: absolute;
    display: inline-block;
    bottom: 10.5%;
    right: 0;
    padding: 5px 15px;
    background: #fff;
    color: #ed7600;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  /* ----- movie-box ----- */
  .movie-box {
    margin-top: 20px;
  }
  
  /* ----- lead-layout ----- */
  .lead-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
    padding: 20px 10px;
    background: -webkit-linear-gradient(top, rgba(210,230,248,1) 0%,rgba(240,246,252,1) 100%);
    background: linear-gradient(to bottom, rgba(210,230,248,1) 0%,rgba(240,246,252,1) 100%);
  }
  .lead-layout > .column_item {
    margin: 0 3px 0 0;
  }
  .lead-layout > .column_item .image-set {
    margin-top: 0;
  }
  .lead-layout > .column_item .image-set img {
    max-width: 138px;
  }
  .lead-layout > .column_detail p {
    font-size: 1.5rem;
  }
  .lead-layout > .column_detail p span {
    display: inline-block;
    border-bottom: dotted 3px #ed7600;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  /* ----- special-point-title----- */
  .special-point-title .point_icon {
    vertical-align: top;
  }
  .special-point-title .point_bg {
    background-color: #ed7600;
  }
  .special-point-title .point_text {
    padding-left: 10px;
  }
  
  /* ----- sp-mim----- */
  img.sp-mim01 { width: 170px; }
  
  /* ------------------------------------------------------
   * 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 {
}