@charset "utf-8";

/* ======================================================
 * clpt.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
  ------------------------------------------------------ */
  /* ----- clpt_main-compo ----- */
  .clpt_main-compo {
    position: relative;
    width: 100%;
  }
  .clpt_main-compo .main-lead-wrap {
    position: absolute;
    top: 46%;
    right: 3%;
    padding: 1.7rem 2rem;
    background-color: #fff;
  }
  .clpt_main-compo .main-lead-wrap .main-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.8rem;
    font-weight: bold;
    color: #066a82;
    line-height: 1;
  }
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub {
    font-size: 2.4rem;
    font-weight: bold;
    color: #066a82;
  }
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub > .lead_sub_strong {
    font-size: 3rem;
    font-weight: bold;
    color: #54acc0;
  }
  .clpt_main-compo .release-date {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 1em 0 -3rem;
    font-weight: bold;
    text-align: right;
  }
  
  /* ----- clpt_intro-compo ----- */
  .clpt_intro-compo {
    margin-top: 5rem;
  }
  .clpt_intro-compo .intro-colmun {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .clpt_intro-compo .intro-colmun::after {
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 7.5rem;
    height: 7.5rem;
    background-color: #e5f4f8;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .clpt_intro-compo .intro-colmun .intro-img {
    width: 48%;
  }
  .clpt_intro-compo .intro-colmun[data-image="left"] .intro-img {
    order: 1;
  }
  .clpt_intro-compo .intro-colmun[data-image="right"] .intro-img {
    order: 2;
  }
  .clpt_intro-compo .intro-colmun .intro-img > .intro-img-wrap > .intro-img {
    width: 100%;
  }
  .clpt_intro-compo .intro-colmun .intro-detail {
    position: relative;
    z-index: 2;
    width: calc(100% - 48%);
  }
  .clpt_intro-compo .intro-colmun[data-image="left"] .intro-detail {
    order: 2;
  }
  .clpt_intro-compo .intro-colmun[data-image="right"] .intro-detail {
    order: 1;
  }
  .clpt_intro-compo .intro-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-flow: row wrap;
    padding: 4rem 3.6rem 3.6rem;
    text-align: center;
    background-color: #e5f4f8;
  }
  .clpt_intro-compo .intro-detail .detail-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 3;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 3.4rem;
    font-weight: bold;
    color: #4d5050;
    line-height: 1.2;
  }
  .clpt_intro-compo .intro-detail .detail-lead::after {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #8cd3e3;
  }
  .clpt_intro-compo .intro-detail .detail-list {
    text-align: left;
  }
  .clpt_intro-compo .intro-detail .detail-list > li {
    position: relative;
    padding-left: 21px;
  }
  .clpt_intro-compo .intro-detail .detail-list > li + li {
    margin-top: .8em;
  }
  .clpt_intro-compo .intro-detail .detail-list > li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #777;
    content: "";
  }
  /* ------------------------------------------------------
   * 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
  ------------------------------------------------------ */
  /* ----- clpt_main-compo ----- */
  .clpt_main-compo {
    margin: 0 -15px;
  }
  .clpt_main-compo .main-lead-wrap {
    margin-bottom: 2.5rem;
    padding: 0 15px;
  }
  .clpt_main-compo .main-lead-wrap .main-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 0.5em;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    color: #066a82;
    line-height: 1.2;
  }
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub {
    font-size: 1.9rem;
    font-weight: bold;
    color: #066a82;
  }
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub > .lead_sub_strong {
    font-size: 1.9rem;
    font-weight: bold;
    color: #54acc0;
  }
  .clpt_main-compo .release-date {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 2.5rem 0;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- clpt_intro-compo ----- */
  .clpt_intro-compo {
    margin: 0 -15px;
  }
  .clpt_intro-compo .intro-colmun {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 2rem;
    padding: 0 15px 2.5rem;
    background-color: #e5f4f8;
  }
  .clpt_intro-compo .intro-colmun .intro-img {
    width: 100%;
    order: 2;
  }
  .clpt_intro-compo .intro-colmun .intro-detail {
    width: 100%;
    order: 1;
  }
  .clpt_intro-compo .intro-detail {
    padding: 2rem 10px 1.8rem;
    text-align: center;
    background-color: #e5f4f8;
  }
  .clpt_intro-compo .intro-detail .detail-lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 3;
    position: relative;
    display: inline-block;
    margin-bottom: .8rem;
    font-size: 2.1rem;
    font-weight: bold;
    color: #4d5050;
    line-height: 1.2;
  }
  .clpt_intro-compo .intro-detail .detail-lead::after {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #8cd3e3;
  }
  .clpt_intro-compo .intro-detail .detail-list {
    text-align: left;
    margin: 0 12px;
  }
  .clpt_intro-compo .intro-detail .detail-list > li {
    position: relative;
    padding-left: 15px;
  }
  .clpt_intro-compo .intro-detail .detail-list > li + li {
    margin-top: .75em;
  }
  .clpt_intro-compo .intro-detail .detail-list > li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #777;
    content: "";
  }
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 374px) {
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub {
    font-size: 1.7rem;
  }
  .clpt_main-compo .main-lead-wrap .main-lead > .lead_sub > .lead_sub_strong {
    font-size: 1.7rem;
  }
  .clpt_intro-compo .intro-detail {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 350px) {
  .clpt_intro-compo .intro-detail .detail-text,
  .clpt_intro-compo .intro-detail .detail-list {
    font-size: 1.2rem;
  }
}
/* **
@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 {
}