@charset "utf-8";

/* ======================================================
 * fs10.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
  ------------------------------------------------------ */
/*吹き出し--------------------------------*/
  .fs10-hero-layout{
    position: relative;
    padding-top: 30px;
  }
  .fs10-hero-layout .hero_balloon {
    position: absolute;
    display: inline-block;
    padding: 1.5% 2% 1.5% 3%;
    min-width: 120px;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    background: #fff;
    border-radius: 15px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    bottom: 10%;
    left: 24%;
  }
  .fs10-hero-layout .hero_balloon :before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 13px solid transparent;
    border-right: 25px solid #fff;
  }

/*吹き出し内テキスト--------------------------------*/
  .fs10-hero-layout .hero_balloon p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-size: 3rem;
     font-weight: 800;
     line-height: 145%;
  }
/*センターテキスト--------------------------------*/
  p.fs10-text{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    text-align:center;
    margin-top: 50px;
  }
/*2カラム画像--------------------------------*/
  .fs10-column-layout{
    margin-top: 30px;
  }
  .fs10-column-layout .col_title p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    margin-top: 15px;
  }
/*3カラム画像--------------------------------*/
  .fs10-column-layout-wrap{
    border: solid;
    margin-top: 50px;
  }
  .fs10-column-layout-wrap .column-layout{
    margin-top: 15px;
  }
  .fs10-column-layout-wrap .column-layout > .column_item{
    margin-top: 0;
    width: 100%;
  }
  .fs10-column-layout-wrap .item-wrap{
    padding: 30px 25px;
  }
  .fs10-column-layout-wrap p.image-title,
  .fs10-column-layout-wrap--v2 p.image-title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    text-align:center;
  }
  .fs10-column-layout-wrap .column-layout{
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
  }
  .fs10-column-layout-wrap .column-layout p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .fs10-column-layout-wrap .column-layout .column_item.item-02 .image-set {
    padding-top: 20px;
  }
  .fs10-column-layout-wrap .column-layout .column_item p.fs10-image-text{
    text-align: center;
    margin-top: -10%;
  }
  .fs10-column-layout-wrap .column-layout .column_item p.fs10-image-text > span{
    display: inline-block;
    text-align: left;
  }
  
  .fs10-column-layout-wrap .column-layout .column_item{
    position: relative;
    text-align: center;
    padding: 0 25px;
}
  .fs10-column-layout-wrap--v2 .column-layout .column_item{
    position: relative;
  }
  
  .fs10-column-layout-wrap .column-layout .column_item + .column_item::before,
  .fs10-column-layout-wrap--v2 .column-layout:not(.no-arrow) .column_item + .column_item::before{
    content: "";
    position: absolute;
    top: 35%;
    left: -28px;
    margin-top: -15px;
    border: 10px solid transparent;
    border-left: 15px solid #000;
}
  .fs10-column-layout-wrap--v2 .column-layout .column_item + .column_item::before{
    left: -30px;
  }

/*タブ体裁箇所-----------------------------------------------------------------------------------------------------*/

  .fs10-tab-layout > .tab_navi > ul {
    display: -webkit-flex;
    display: flex;
    justify-content:space-around;
    border-bottom: 2px solid #418fde;
    font-size: 2.1rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .fs10-tab-layout > .tab_navi >  ul.tab_list > li {
    width: calc((100% - 40px) / 3);
  }
  .fs10-tab-layout > .tab_navi >  ul.tab_list > li > a{
    background-color: #f2f2f2;
    text-align: center;
    color: #333;
    display: block;
    padding: 22px 0;
  }
  .fs10-tab-layout > .tab_navi >  ul.tab_list > li > a:hover,
  .fs10-tab-layout > .tab_navi > ul.tab_list > li.is-current > a{
    background-color: #418fde;
    color: #fff;
  }
/*吹き出し位置調整--------------------------------*/
  .tab_detail#tab-fs10-2 .fs10-hero-layout .hero_balloon,
  .tab_detail#tab-fs10-3 .fs10-hero-layout .hero_balloon{
    bottom: 16%;
    left: 23%;
  }
/*hero_caption--------------------------------*/
  .fs10-hero-layout > .hero_caption{
    margin-top: 1em;
    font-weight: 800;
    text-align: right;
    font-size: 1.6rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
/*fs10-sub-hero-layout--------------------------------*/
  .fs10-sub-hero-layout{
    margin-top: 30px;
    background-color: #88949f;padding: 50px 150px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fs10-sub-hero-layout .sub_hero_image{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fs10-sub-hero-layout .sub_hero_image + .sub_hero_image{
    margin-top: 7%;
  }
  .fs10-sub-hero-layout .sub_hero_image img{
    margin-left: 40px;
    width: 38%;
  }
  
  .fs10-sub-hero-layout .sub_hero_title{
    font-size: 3.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    width: 62%;
  }
  .fs10-sub-hero-layout .sub_hero_title .sub_hero_title--label{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fs10-sub-hero-layout .sub_hero_title span.sub_hero_title--small{
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .fs10-column-layout-wrap--v2 {
    border: solid;
    margin-top: 50px;
    padding: 4% 5%;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul{
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .fs10-column-layout-wrap--v2 li{
    font-size: 2.0rem;
    font-weight: 600;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout{
    margin-top: 1em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li{
    padding-left: 1.2em;
    position: relative;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    margin-top: 1%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #231815;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li span.list_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set{
    font-size: 1.5rem;
    line-height: 1.2;
    display: inline-block;
    margin-top: 15px;
    font-weight: normal;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li{
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: normal;
    position: relative;
    padding-left: 1.2em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li > span.list_mark{
    position: absolute;
    top:0;
    left:0;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li + li{
    margin-top: 5px;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout.fs10_exception .column_item .image-set{
    align-items: center;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li{
    padding-left: 1.5em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li::before{
    margin-top: 0.5%;
  }
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@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
  ------------------------------------------------------ */
/*吹き出し--------------------------------*/
  .fs10-hero-layout{
    position: relative;
    margin: 0 -15px;
    padding-top: 20px;
    border-top: 2px solid #418fde;
  }
  .fs10-hero-layout .hero_balloon {
    position: absolute;
    display: inline-block;
    padding: 1.5% 2% 1.5% 3%;
    min-width: 60px;
    max-width: 100%;
    color: #000;
    background: #fff;
    border-radius: 7px;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    bottom: 10%;
    left: 33%;
  }
  .fs10-hero-layout .hero_balloon :before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -8px;
    border: 7px solid transparent;
    border-right: 12px solid #fff;
  }

/*吹き出し内テキスト--------------------------------*/
  .fs10-hero-layout .hero_balloon p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
     font-size: 1.5rem;
     font-weight: 800;
     line-height: 1.4;
  }
/*センターテキスト--------------------------------*/
  p.fs10-text{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    text-align:center;
    margin-top: 25px;
  }
/*2カラム画像--------------------------------*/
  .fs10-column-layout{
    margin-top: 15px;
  }
  .fs10-column-layout .column_item + .column_item{
    margin-top: 30px;
  }
  .fs10-column-layout .col_title p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    margin-top: 15px;
  }

/*3カラム画像--------------------------------*/
  .fs10-column-layout-wrap{
    border: solid;
    margin-top: 25px;
  }
  .fs10-column-layout-wrap .column-layout{
    margin-top: 15px;
  }
  .fs10-column-layout-wrap .column-layout > .column_item{
    margin-top: 0;
  }
  .fs10-column-layout-wrap .item-wrap{
    padding: 30px 25px;
  }
  .fs10-column-layout-wrap p.image-title,
  .fs10-column-layout-wrap--v2 p.image-title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
    text-align:center;
  }
  .fs10-column-layout-wrap .column-layout p{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .fs10-column-layout-wrap .column-layout .column_item.item-02{
    padding-top: 15%;
  }
  .fs10-column-layout-wrap .column-layout .column_item.item-03{
    padding-top: 15%;
  }
  .fs10-column-layout-wrap .column-layout .column_item p.fs10-image-text{
    text-align: center;
    margin-top: 10px;
  }
  .fs10-column-layout-wrap .column-layout .column_item p.fs10-image-text > span{
    display: inline-block;
    text-align:center;
  }
  
  .fs10-column-layout-wrap .column-layout .column_item{
    position: relative;
    text-align: center;
    padding: 0 25px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  .fs10-column-layout-wrap--v2 .column-layout .column_item{
    position: relative;
  }
  .fs10-column-layout-wrap .column-layout .column_item + .column_item::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    margin-top: -8px;
    border: 5px solid transparent;
    border-top: 9px solid #000;
}

  .fs10-column-layout-wrap--v2 .column-layout:not(.no-arrow) .column_item + .column_item::before{

    content: "";
    position: absolute;
    top: 60%;
    left: -12px;
    margin-top: -15px;
    border: 5px solid transparent;
    border-left: 9px solid #000;
  }
  .fs10-column-layout-wrap--v2 .column-layout[data-row-sp="3"] .column_item + .column_item::before{
    top: 16%;
  }

/*タブ体裁箇所-----------------------------------------------------------------------------------------------------*/

  .fs10-tab-layout > .tab_navi > ul {
    display: -webkit-flex;
    display: flex;
    justify-content:space-around;
    font-size: 1.6rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .fs10-tab-layout > .tab_navi >  ul.tab_list > li {
    width: calc((100% - 10px) / 3);
    display: table;
  }
  .fs10-tab-layout > .tab_navi >  ul.tab_list > li > a{
    background-color: #f2f2f2;
    text-align: center;
    color: #333;
    padding: 12px 10px;
    display: block;
    display: table-cell;
    vertical-align: middle;
  }
  .fs10-tab-layout > .tab_navi >  ul.tab_list > li > a:hover,
  .fs10-tab-layout > .tab_navi > ul.tab_list > li.is-current > a{
    background-color: #418fde;
    color: #fff;
    font-weight: 600;
  }
/*吹き出し位置調整--------------------------------*/
  .tab_detail#tab-fs10-2 .fs10-hero-layout .hero_balloon,
  .tab_detail#tab-fs10-3 .fs10-hero-layout .hero_balloon{
    bottom: 18%;
    left: 33%;
  }
/*hero_caption--------------------------------*/
  .fs10-hero-layout > .hero_caption{
    margin-top: 0.5em;
    font-weight: 800;
    text-align: right;
    font-size: 1.6rem;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-right: 15px;
  }
/*fs10-sub-hero-layout--------------------------------*/
  .fs10-sub-hero-layout{
    background-color: #88949f;
    padding: 25px 7.5%;
    margin: 20px -15px 0;
  }
  .fs10-sub-hero-layout .sub_hero_image{
    text-align: center;
  }
  .fs10-sub-hero-layout .sub_hero_image img{
    max-width: 150px;
    width: 40%;
    margin-top: 15px;
  }
  .tab_detail#tab-fs10-3 .fs10-sub-hero-layout .sub_hero_image img{
    max-width: 240px;
    width: 55%;
  }
  .tab_detail#tab-fs10-3 .fs10-sub-hero-layout .sub_hero_image + .sub_hero_image img{
    max-width: 450px;
    width: 60%;
  }
  .fs10-sub-hero-layout .sub_hero_image + .sub_hero_image{
    margin-top: 7%;
  }

  .fs10-sub-hero-layout .sub_hero_title{
    font-size: 2.3rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }
  .fs10-sub-hero-layout .sub_hero_title .sub_hero_title--label{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fs10-sub-hero-layout .sub_hero_title span.sub_hero_title--small{
    display: block;
    font-weight: normal;
    font-size: 1.6rem;
  }
  .fs10-column-layout-wrap--v2 {
    border: solid;
    margin-top: 25px;
    padding: 4%;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li span.list_title{
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fs10-column-layout-wrap--v2 ul li{
    font-size: 1.3rem;
    font-weight: 600;
  }
  .fs10-column-layout-wrap--v2 ul li + li{
    margin-top: 15px;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout{
    margin-top: 0.5em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li{
    padding-left: 1.1em;
    position: relative;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap > ul > li::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    margin-top: 1.2%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #231815;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .image_inner img{
    width: 80%;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item{
    margin-top: 1em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set{
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.2;
    display: inline-block;
    font-weight: normal;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li{
    font-size: 1.0rem;
    font-weight: normal;
    position: relative;
    padding-left: 1.2em;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li::before{
    position: absolute;
    top:0;
    left:0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li > span.list_mark{
    position: absolute;
    top:0;
    left:0;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout .column_item > .text-set .fs10-list-note li + li{
    margin-top: 3px;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout.fs10_exception .column_item .image-set{
    align-items: center;
  }
  .fs10-column-layout-wrap--v2 > .item-wrap .column-layout.fs10_exception .column_item .image-set img{
    width: 100%;
  }

}

/* ======================================================
 * SP Media Queries
====================================================== */
@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: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}