@charset "utf-8";

/*==================================================================
  PC用スタイル ↓
===================================================================*/

@media (min-width: 769px) {


  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 130px;
    padding-top: 50px;
    background-color: #898989;
    /*background: url(../images/pages/shoes/ttl_bg.jpg) center center #000 no-repeat;*/
  }
    .page__ttl span{
      display: block;
      width: 1090px;
      height: 0;
      margin: 0 auto;
      padding-top: 32px;
      overflow: hidden;
      background: url(../images/pages/information/information_ttl.png) left center no-repeat;
    }


  /*====================================================================
    information
  =====================================================================*/

  .information{
    margin: 0 auto 130px auto;
  }

  .information h2{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 40px;
  }

  .information h2 span{
    width: 310px;
    height: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/information/information_subttl.png) no-repeat;
  }


  .information__list li{
    width: 520px;
    min-height: 220px;
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    background-color: #eaf1f9;
  }

  .information__list li img{
    vertical-align: bottom;
  }

  .information__list li:nth-child(2n){
    margin-right: 0;
  }


  .information__list li h3{
    color: #2660ad;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .information__list li h3 span{
    font-size: 1.6rem;
    font-weight: normal;
  }

  .information__list .information__list--img{
    float: left;
    display: block;
    margin-right: 15px;
  }

  .information__list .left__wrap{
    float: left
  }

  .information__list p{
    width: 270px;
    padding-bottom: 5px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }

  .information__list .list__horizon{
    width: 1090px;
    min-height: 220px;
    margin-right: 0;
    margin-bottom: 50px;
    float: left;
    background-color: #ffffff;
  }

  .information__list .list__horizon .left__wrap{
    background-color: #eaf1f9;
    padding-left: 15px;
  }

  .information__list .list__horizon p{
    width: 840px;
    padding-bottom: 15px;
  }

  .information__list .list__horizon p span{
    color: #2660ad;
    font-weight: bolder;
    padding-top: 15px;
    display: block;
  }
}


/*==================================================================
  スマートフォン用スタイル ↓
===================================================================*/

@media (max-width: 768px) {
  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 60px;
    padding-top: 21px;
    background-color: #898989;
  }
    .page__ttl span{
      display: block;
      width: 100%;
      height: 0;
      margin: 0 auto;
      padding-top: 18px;
      overflow: hidden;
      background: url(../images/pages/information/information_ttl.png) left 15px center no-repeat;
      background-size: 78px 18px;
    }

  /*====================================================================
    information
  =====================================================================*/

  .information{
    margin: 0 auto;
  }

  .information h2{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 20px;
  }

  .information h2 span{
    width: 227px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/information/information_subttl.png) no-repeat;
    background-size: contain;
  }

  .information__list{
    
  }
  

  .information__list li{
    width: 100%;
    margin-bottom: 15px;
    /* background-color: #eaf1f9; */
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .information__list li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }


  .information__list li img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0 auto;
    display: block;
  }


  .information__list li h3{
    color: #2660ad;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .information__list li h3 span{
    font-size: 1.4rem;
    font-weight: normal;
  }

  .information__list .information__list--img{
    width: 36%;
    float: left;
    display: block;
    margin-right: 3%;
  }


  .information__list .left__wrap{
    width: 61%;
    float: left;
    background-color: #eaf1f9;
    padding-left: 15px;
  }

  .information__list p{
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: -1px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .information__list .list__horizon{
    width: 100%;
    margin-right: 0;
    float: left;
    background-color: #ffffff;
  }

  .information__list .list__horizon .information__list--img{
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }
  
  
  .information__list .list__horizon .left__wrap{
    width: 100%;
    background-color: #eaf1f9;
    padding-left: 15px;
  }

  .information__list .list__horizon p{
    width: 100%;
    padding-bottom: 15px;
  }

  .information__list .list__horizon p span{
    color: #2660ad;
    font-weight: bolder;
    padding-top: 15px;
    display: block;
  }


}