@charset "utf-8";

/* ======================================================
 * slp10.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;
  }
  /* ----- slp10_main ----- */
  .slp10_main-layout {
    width: 100%;
  }
  .slp10_main-layout_inner {
    position: relative;
  }
  .slp10_main-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slp10_main_inner {
    position: relative;
    height: 100%;
  }
  .slp10_main_detail-area {
    position: absolute;
    left: 20%;
    bottom: 14%;
    background: rgba(255,255,255,0.7);
    padding: 0.5em 1.0em 0.4em;
  }
  .slp10_main_detail_text {
    font-size: 1.2rem;
  }
  .slp10_main_detail_date {
    font-weight: bold;
    padding: 0.6em 0;
    position: absolute;
    right: 1.5%;
    bottom: 4%;
  }
  
  /* ----- slp10-product-detail-column ----- */
  .slp10-product-detail-column {
    margin-top: 44px;
  }
  .slp10-product-detail-column > .column_item {
    width: calc((100% - 36px) / 2);
    margin-left: 36px;
    margin-top: 2.6em;
  }
  .slp10-product-detail_head_title {
    font-size: 2.4rem;
    color: #009eb0;
    font-weight: bold;
    padding-bottom: 0.1em;
    border-bottom: 2px solid #009eb0;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .slp10-product-detail_text-large {
    font-size: 3.2rem;
  }
  .slp10-product-detail-body {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
  }
  .slp10-product-detail_image {
    width: 50%;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .slp10-product-detail-body.no-text .slp10-product-detail_image {
    width: 100%;
    margin-right: 0;
  }
  
  /* ----- slp10-scene-example ----- */
  .slp10-scene-example {
    margin-top: 60px;
  }
  .slp10-scene-example_title {
    background-color: #009eb0;
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    padding: 0.2em 0 0.3em;
  }
  .slp10-scene-example_column {
    margin-top: 40px;
  }
  .slp10-scene-example_column > .column_item {
    border-bottom: 1px solid #009eb0;
    width: calc((100% - 108px) / 4);
    margin-left: 36px;
  }
  .slp10-scene-example_text {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    padding: 1em 0 0.8em;
  }
  .slp10-scene-example_text-large {
    font-size: 2.4rem;
  }
  .slp10-scene-example_foot {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .slp10-scene-example_foot_img {
    width: 37%;
  }
  
  /* ----- slp10-spec ----- */
  .slp10-spec .column-layout {
    align-items: center;
    padding-left: 25px;
  }
  .slp10-spec .column-layout > .column_item {
    width: calc((100% - 80px) / 4);
  }
  .slp10-spec .column-layout > .column_item:nth-child(2) {
    margin-left: 3px;
  }
  .slp10-spec .column-layout > .column_item:nth-child(3) {
    margin-left: 25px;
  }
  .slp10-spec .column-layout > .column_item:nth-child(4) {
    margin-left: 52px;
  }
  
  /* ----- slp10_caution ----- */
  .slp10_caution{
    margin-top: 2em;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    border: 1px solid #333;
  }
  .slp10_caution-title{
    font-size: 1.8rem;
    padding: 0.8em 1.6em 0.6em 1.6em;
    border-right: 1px solid #333;
  }
  .slp10_caution-text{
    padding: 1em 1.6em 0.6em 1.8em;
  }
  .slp10_caution-caption{
    margin-top: 2.0em;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #666;
    text-underline-offset: 0.1em;
  }
  /* v2 */
  .slp10-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,
  .slp10-partsName > .slp10-partsName_layout::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .slp10_main_detail-area{
    margin-top: 0.2em;
  }
  .slp10_main_detail_text{
    font-size: calc((12/1280)*100vw);
  }
  .slp10_main_detail_date{
    font-size: calc((16/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;
  }
  /* ----- slp10_main ----- */
  .slp10_main-layout {
    width: 100vw;
    margin-left: -15px;
  }
  .slp10_main-wrap {
    width: 100%;
    height: 100%;
    padding: 1em 1.2em 0.8em;
    background-color: #009eb0;
  }
  .slp10_main_caption{
    margin-left: 5px;
    font-size: calc((10/375)*100vw);
    font-weight: normal;
  }
  .slp10_main_detail-area {
    color: #fff;
  }
  .slp10_main_detail_title {
    font-weight: bold;
    font-size: 3.3rem;
    font-family: "Noto Sans CJK JP", "Noto Sans";
    position: relative;
  }
  .slp10_main_detail_title::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    width: 78px;
    height: 78px;
    background: url("/sp/slp10/img/slp10_ic01.png") no-repeat right center/78px 78px;
  }
  .slp10_main_detail_text {
    font-size: 1.3rem;
    border-bottom: 1px solid #fff;
    padding: 1em 0 0.8em;
  }
  .slp10_main_detail_date {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1em 0 0;
    color: #fff;
  }
  
  /* ----- slp10_lead-layout ----- */
  .slp10_lead-layout {
    width: 100vw;
    margin-bottom: 1em;
    margin-left: -15px;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
    
  /* ----- slp10-product-detail-column ----- */
  .slp10-product-detail-column {
    margin-top: 40px;
  }
  .slp10-product-detail-column > .column_item {
    margin-top: 1.5em;
  }
  .slp10-product-detail_head_title {
    font-size: 1.6rem;
    color: #009eb0;
    font-weight: bold;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #009eb0;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  .slp10-product-detail_text-large {
    font-size: 2.0rem;
  }
  .slp10-product-detail-body {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
  }
  .slp10-product-detail_image {
    width: 42%;
    flex-shrink: 0;
    margin-right: 11px;
  }
  .slp10-product-detail-body.no-text .slp10-product-detail_image {
    width: 100%;
    margin-right: 0;
  }
  .slp10-product-detail-text {
    font-size: 1.3rem;
  }
  
  /* ----- slp10-scene-example ----- */
  .slp10-scene-example {
    margin-top: 39px;
  }
  .slp10-scene-example_title {
    background-color: #009eb0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    padding: 6px 0 8px;
  }
  .slp10-scene-example_column {
    margin-top: 35px;
  }
  .slp10-scene-example_column > .column_item {
    border-bottom: 1px solid #009eb0;
    margin-top: 2.0em;
  }
  .slp10-scene-example_text {
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 0.8em 0 0.6em;
  }
  .slp10-scene-example_text-large {
    font-size: 1.8rem;
  }
  .slp10-scene-example_foot {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .slp10-scene-example_foot_img {
    width: 95%;
  }
  
  /* ----- slp10-spec ----- */
  .slp10-spec .image_inner {
    width: 76%;
  }
  .slp10-spec .column-layout {
    padding-top: 1.2rem;
  }
  .slp10-spec .column-layout > .column_item {
    margin-top: 2.4em;
  }
  .slp10_caution-caption {
    margin-top: 1em;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #666;
    text-underline-offset: 0.2em;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * 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 {
}