@charset "UTF-8";
/* ==================================================
  特集ページ　レスポンシブ専用CSS
  コンテンツ幅 992px

  デスクトップ 1025px以上
  タブレット 768~1024px
  スマホ 767px以下

  ※font-family: 'Noto Sans JP'; 使えます
  ※画像遅延読み込み <img class="lazyload" data-src="" alt=""> で使えます
================================================== */

/* ------------------------------
  共通
------------------------------ */
* img {
  width: auto;
  max-width: 100%;
}
/* フル画像トリミング（レスポンシブ用） */
.simpleMv--full .simpleMv__img {
  object-fit: cover;
}
#tabs .heading--title{
    padding:4% 0;
}
#tabs .heading--title span{
    border-bottom: 3px solid #0057b8;
    padding: 1%;
}
.heading--md {
    font-size: 40px;    
    margin: 2%;
}
.tabarea{
    max-width: 992px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.tabarea li{
    width: 46%;
    text-align: center;
    margin: 0 1%;
}
.tabarea li a{
    display: block;
    padding: 2%;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 900;
    background: #9c9c9c;
    border-radius: 20px 20px 0px 0px;
}
.tabarea li#tab1 a.active{
    background: #0057b8;
}
.tabarea li#tab2 a.active{   
    background: #13ab26; 
}
.tabarea li#tab3 a.active{
    background: #309ede;    
}
.tabarea li#tab4 a.active{
    background: #ff792b;    
}
.bgGray {
    margin:0 0 24px;
}
.btnarea{
    max-width: 992px;
    margin: 1% auto;
}
.btnarea a{
    width: 24%;
    max-width: none;
}
.btnarea a.button--color-light {
    border-color: #FFF;
    background-color: #FFF;
}
#panel1 .bgGray{
    border-top: #0057b8 5px solid;
    border-bottom: #0057b8 5px solid;
}
#panel2 .bgGray{
    border-top: #13ab26 5px solid;
    border-bottom: #13ab26 5px solid;
}
#panel3 .bgGray{
    border-top: #309ede 5px solid;
    border-bottom: #309ede 5px solid;
}
#panel4 .bgGray{
    border-top: #ff792b 5px solid;
    border-bottom: #ff792b 5px solid;
}
.grid_Panel{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    align-items: stretch;
    /*justify-content: center;*/
    text-align: center;
    text-decoration: none;
    color: #333;
    line-height: 1.2;
    border: 2px solid transparent;
    flex-direction: column;
    transition: all .25s ease-out;
}
.grid_Panel:hover {
    border-color: #888;
}
.themeimg{
    vertical-align: top;
}
.themetxt{
    text-align: left;
    line-height: 1.5;
    padding: 3%;
    font-size: 12px;
}
.themetxt p{
    color: #0057b8;
    font-size: 17px;
    font-weight: 900;
}
.grid-col4   {
        /*width: 23%;*/
        width: 25%;
    }

/* ------------------------------
  タブレットのみ
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ここに記入 */
}



/* ------------------------------
  タブレット以下
------------------------------ */
@media screen and (max-width: 1024px) {
  .breadcrumb {
    width: 100%;
  }
  .section__container {
    width: 100%;
  }
  .goTop__img--pc {
    display: none;
  }
  .goTop__img--sp {
    display: block;
  }
  .tabarea li {
    margin: 0 2%;
}
  .tabarea li a{
    font-size: 20px;
    padding: 3%;
  }
    .grid-col5 {
        width: 25%;
    }
    .btnarea a {
        width: 32.5%;
    }
}

/* ------------------------------
  スマホ以下
------------------------------ */
@media screen and (max-width: 599px) {
    .btnarea a {
        width: 49%;
        margin: 1% auto;
    }
    .section__container {
        padding: 24px 5px;
    }
    .grid-col4,.grid-col5   {
        width: 48%;
    }
    .themetxt p {
        font-size: 16px;
    }
}

/* ------------------------------
  デスクトップ以上
------------------------------ */
@media screen and (min-width: 1025px) {
  .goTop__img--pc {
    display: block;
  }
  .goTop__img--sp {
    display: none;
  }
}
