@charset "utf-8";

/* ======================================================
 * SCH10.css
 * ------------------------------------------------------
 * Common
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  /* Noto Sans */
  .sch10_point_lead,
  .sch10_point_detail_text {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .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_link {
    display: inline-block;
    padding: 5px 26px 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;
  }
  /* ------ * sch10_hero-layout------- */
  .sch10_hero-layout {
    position: relative;
  }
  .sch10_hero_title-area {
    position: absolute;
    top: 55%;
    left: 2%;
    width: 42%;
  }
  .sch10_hero_title {
    width: 100%;
  }
  .sch10_hero_text {
    margin-top: 28px;
    padding-left: 5%;
    font-weight: bold;
    line-height: 1.7;
  }
  /* ------ * sch10_point-layout------- */
  .sch10_point_head {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  .sch10_point_head:first-of-type {
    margin-top: 47px;
  }
  .sch10_point_lead {
    color: #006f68;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
  }
  .sch10_point_lead_label {
    position: relative;
    display:inline-block;
  }
  .sch10_point_lead_label::after {
    content:"";
    width:100%;
    height:1px;
    background-color:#006f68;
    position:absolute;
    bottom:-3px;
    left: 0;
  }
  .sch10_point_body {
    display: block;
    margin-top: 18px;
  }
  .sch10_point_detail-wrap {
    display: flex;
  }
  .sch10_point_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 108px;
    padding: 6px 10px;
    background: #f0f6f6;
    text-align: center;
  }
  .sch10_point_detail_text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .sch10_point_image_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sch10_point_image + .sch10_point_image_column {
    margin-top: 2px;
  }
  .sch10_point_image_column[sch10-image-col="2"] > * {
    width: calc((100% - 2px) / 2);
  }
  .sch10_point_image_column[sch10-image-col="3"] > * {
    width: calc((100% - 2px) / 3);
  }
  .sch10_point_image_column[sch10-image-col="4"] > * {
    width: calc((100% - 2px) / 4);
  }
  .sch10_list_larger {
    font-size: 1.8rem;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@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: 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) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .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_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-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link{
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    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;
  }
  /* ------ * sch10_hero-layout------- */
  .sch10_hero-layout {
    margin: 0 -15px;
  }
  .sch10_hero_title-area {
    background: #f0f6f6;
    padding: 15px;
  }
  .sch10_hero_title {
    max-width: 260px;
  }
  .sch10_hero_text {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.7;
  }
  /* ------ * sch10_point-layout------- */
  .sch10_point_head {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  .sch10_point_lead {
    color: #006f68;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .sch10_point_lead_label {
    position: relative;
    display:inline-block;
  }
  .sch10_point_lead_label::after {
    content:"";
    width:100%;
    height:1px;
    background-color:#006f68;
    position:absolute;
    bottom:-5px;
    left: 0;
  }
  .sch10_point_body {
    margin-top: 20px;
  }
  .sch10_point_detail-wrap {
    display: flex;
  }
  .sch10_point_detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-height: 88px;
    padding: 6px 10px;
    background: #f0f6f6;
    text-align: center;
  }
  .sch10_point_detail_text {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.4;
  }
  section:nth-of-type(n+2) .sch10_point-layout .sch10_point_image_column_item + .sch10_point_image_column_item {
    margin-top: 1px;
  }
  .sch10_list_larger {
    font-size: 1.6rem;
    font-weight: bold;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */

@media only screen and (min-width: 640px) and (max-width: 767px) {
  section:nth-of-type(n+2) .sch10_point-layout {
    width: 88%;
    margin: 0 auto;
  }
}
/* **
@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 {
}