@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }

  .header_p {
    position: absolute;
    top: -288px;
    left: 0;
    width: 100%;
    color: #fff;
    right: 0;
    margin: 0 auto;
    text-align: justify;
    font-size: 1.6rem;
  }

  .header_bg img {
    max-width: 941px;
    width: 100%;
    padding: 0;
  }

  .catch_copy {
    width: 10%;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .logo {
    width: 250px;
    margin: 30px auto 0;
  }
  .flex_item_clounm_2 {
    width: 80%;
    margin: 0 auto 3rem; }

    .footer span{ display: block;}

    .only_tab{
      display: block !important;
    }

    .span_min {
      min-width: 170px;
      display: block;
    }

}


@media screen and (min-width: 1280px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }

  /* float */
  .float_L {
    float: left !important;
  }
  .float_R {
    float: right !important;
  }


  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }

  #nav {
    position: relative;
    height: 55px;
  }
  #nav ul {
    width: 1105px;
    height: 75px;
    margin: 0 auto;
  }
  #nav ul li {
    display: block;
    text-align: center;
    padding: 0 0 0;
    float: left;
    z-index: 1;
    background: #fff;
    line-height: 1.6;
    margin-right: 0px;
  }
  #nav ul li:last-of-type {
    margin-right: 0px;
  }
  #nav ul li a {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0;
    position: relative;
    color: #444;
    text-decoration: none;
    display: block;
  }

  #nav ul li#nav01 {
    width: 220px;
  }
  #nav ul li#nav02 {
    width: 220px;
  }
  #nav ul li#nav03 {
    width: 150px;
  }
  #nav ul li#nav04 {
    width: 150px;
  }
  #nav ul li#nav05 {
    width: 150px;
  }
  #nav ul li#nav06 {
    width: 200px;
  }

  #nav ul li a:hover {
    color: #285273;
    background: #bdd5e8;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w1100 {
    width: 1100px !important;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }
  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .flex_item_clounm_1 {
    width: calc(100%);
  }

  
  .flex_item_clounm_3 {
    width: calc(100% /3 - 30px);
  }
  .flex_item_clounm_4 {
    width: calc(100% /4 - 30px);
  }

.col-5{
  width: calc(100% /5);
}
.col-2{
  width: calc(100% /2);
}
.col-4{
  width: calc(100% /4);
}
.col-8{
  width: calc(100% /8);
}

.h100{ height: 100%;}
  
  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */

  /* ロゴ */
  #logo {
    width: 298px;
    height: 113px;
    margin: 0px auto 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
  }

  /* ヘッダー */
  .header_inner {
    padding: 20px;
  }




  .main_img {
    text-align: center;
    position: relative;
  }

  
  /*---------------------------------------------
  **  フッター
  ---------------------------------------------*/
  /* フッター */
  .footer_inner {
    width: 1200px;
    _zoom: 1;
    overflow: hidden;
  }
  
  /* ページTOPへ */
  #pageTop a {
    width: 55.5px;
    height: 67px;
  }

/*=================================================================================================================================*/
/**  TOPコンテンツ	*/
/*=================================================================================================================================*/
.order_1{
  order: 1;
}
.order_2{
  order: 2;
}

.w_full_90{
  width: 85%;
}
.tar {
  text-align: right;
}

.footer span{ margin-right: 3rem;}


}
/*=================================================================================================================================*/
/**  ノートPC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .clounm_wrapper {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .pict_caption_position_R {
    right: -12.5%;
  }
}


/*=================================================================================================================================*/
/**  1920px以上	*/
/*=================================================================================================================================*/
@media screen and (min-width: 1750px) {
}
