@charset "utf-8";

/* ======================================================
 * FAS10.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
  ------------------------------------------------------ */
  /* ----- fas10-hero-layout ----- */
  .fas10-hero-layout {
    position: relative;
    width: 100%;
  }
  .hero_title_area {
    position: absolute;
    top: 6.2%;
    right: 3.33%;
    height: 14.3%;
    width: 46.6%;
  }
  .hero_title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
    font-size: 3.2rem;
    font-weight: 700;
    color: #3fb8ec;
  }
  .hero_txt_area {
    position: absolute;
    top: 50%;
    right: 3.33%;
    width: 30.8%;
    text-align: center;
  }
  .hero_txt {
    margin-top: 15px;
    font-size: 3.2rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
  }

  .fas10-release-date {
    margin-top: 14px;
    text-align: right;
    font-weight: 700;
  }
  
  /* ----- fas10-heading_lv2_title ----- */
  .fas10-heading_lv2_title{
    font-size: 4.0rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.15;
  }
  
  
  /* ----- fas10-box-layout-v1 ----- */
  .fas10-box-layout-v1 {
  }
  .fas10-box-layout-v1 > .box_title {
    position: relative;
    padding: 30px;
    background-color: #3fb8ec;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.7;
    text-align: center;
  }
  .box_title_list{
    display: inline-block;
  }
  .box_title_list > li {
    position: relative;
    padding-left: 32px;
    font-size: 3.2rem;
  }
  .box_title_list > li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .fas10-box-layout-v1 > .box_detail {
    min-height: 590px;
    padding: 56px 40px 0 40px;
    background: url("/sp/FAS10/img/FAS10_bg01.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  
  .fas10-text-lead-v1{
    font-size: 2.4rem;
    font-weight: 700;
    color: #3fb8ec;
    line-height: 1.5;
  }
  .fas10-text-lead-v2{
    font-size: 1.8rem;
    padding: 6px 9px;
    font-weight: 700;
    background-color: #3fb8ec;
    color: #fff;
    line-height: 2.3;
  }
  [data-browser="safari"] .fas10-text-lead-v2{
    font-size: 1.7rem;
  }
  .column-layout.fas10-v1 > .column_item{
    margin-top: 64px;
    
  }
  .column-media > .column_image.fas10-v1[data-image="left"]{
    margin-right: 30px;
  }
  
  .column-layout.fas10-v1 .list-note{
    margin-top: 5px;
  }
  .column-layout.fas10-v1 .list-note > li{
    font-size: 1.6rem;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .hero_title {
    font-size: 2.5rem;
  }
  .hero_txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .column-media[data-layout-sp="row"] > .column_image.fas10-v1{
    max-width: 105px;
  }
}
@media screen and (min-width: 768px) and (max-width: 865px) {
  .hero_title {
    font-size: 2.2rem;
  }
  .hero_txt {
    font-size: 2.2rem;
  }
}

/* **
@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
  ------------------------------------------------------ */
  /* ----- fas10-hero-layout ----- */
  .fas10-hero-layout {
    position: relative;
    margin: 0 -15px;
  }
  .hero_title_area {
    position: absolute;
    top: 2.4%;
    right: 4%;
    height: 10.6%;
    width: 45%;
  }
  .hero_title {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    font-size: 1.6rem;
    font-weight: 700;
    color: #3fb8ec;
  }
  .hero_txt_area {
    position: absolute;
    bottom: 0;
    right: 9.86%;
    left: 9.86%;
    padding-bottom: 3.43%;
    text-align: center;
  }
  .hero_txt {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
  }

  .fas10-release-date {
    margin-top: 11px;
    text-align: right;
    font-weight: 700;
  }
  
  /* ----- fas10-heading_lv2_title ----- */
  .fas10-heading_lv2_title{
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }
  
  
  /* ----- fas10-box-layout-v1 ----- */
  .fas10-box-layout-v1 {
    margin: 20px -15px;
  }
  .fas10-box-layout-v1 > .box_title {
    position: relative;
    padding: 15px;
    background-color: #3fb8ec;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.7;
    text-align: left;
  }
  .box_title_list > li {
    position: relative;
    padding-left: 28px;
    font-size: 1.9rem;
  }
  .box_title_list > li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .fas10-box-layout-v1 > .box_detail {
    padding: 30px 15px 0 15px;
    background: url("/sp/FAS10/img/FAS10_bg01-r2x.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  
  .fas10-text-lead-v1{
    font-size: 1.8rem;
    font-weight: 700;
    color: #3fb8ec;
  }
  .fas10-text-lead-v2{
    font-size: 1.4rem;
    padding: 6px 6px;
    font-weight: 700;
    background-color: #3fb8ec;
    color: #fff;
    line-height: 2.5;
  }  
  .column-media[data-layout-sp="row"] > .column_image.fas10-v1{
    max-width: 105px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 360px) {
  .fas10-text-lead-v2{
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 351px) {
}
/* **
@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: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}