@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png);
}
#title-bar h1 {
  font-size: 17px;
  letter-spacing: -1px;
  color: #333333;
}

#block-about > .bg:before {
  background: url(../img/about_bg1_sp.png) no-repeat;
  background-size: 100%;
}
#block-about > .bg:after {
  top: auto;
  bottom: 0;
  background: url(../img/about_bg2_sp.png) bottom no-repeat;
  background-size: 100%;
}
#block-about > .inner {
  padding: 50px 0 60px;
}
#block-about .lead {
  margin: 0 0 20px;
}
#block-about .photo {
  margin: 0 0 25px;
}
#block-about h3 {
  margin: 0 0 20px;
  line-height: 26px;
  font-size: 17px;
  color: #d2c82a;
}
#block-about .table {
  margin: 0 0 30px;
  line-height: 18px;
  font-size: 12px;
}
#block-about .table th, #block-about .table td {
  width: 50%;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #cecece;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#block-about .table thead {
  text-align: center;
  color: #fff;
}
#block-about .table thead th {
  background: #8c8c8c;
}
#block-about .table thead td {
  background: #fff100;
  color: #333;
}
#block-about .table tbody th {
  text-align: left;
  background: #f0f0f0;
}
#block-about .table tbody td {
  background: #fdfae7;
}
#block-about .table tbody li {
  margin-left: 1em;
  text-indent: -1em;
}
#block-about .outro {
  letter-spacing: -1px;
  line-height: 26px;
  font-size: 17px;
  color: #d2c82a;
  text-align: center;
}

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/
}
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/
}
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png);
  }
  #title-bar h2 {
    font-size: 40px;
  }

  #block-about > .bg:before {
    background-image: url(../img/about_bg1_pc.png);
  }
  #block-about > .bg:after {
    background-image: url(../img/about_bg2_pc.png);
  }
  #block-about > .inner {
    padding: 40px 0 120px;
  }
  #block-about .lead {
    margin: 0 0 35px;
    text-align: center;
  }
  #block-about .photo {
    width: 75.71428571428571%;
    max-width: 1060px;
    margin: 0 auto 40px;
  }
  #block-about h3 {
    margin: 0 0 40px;
    line-height: 46px;
    font-size: 26px;
  }
  #block-about .table {
    width: 950px;
    margin: 0 auto 45px;
    line-height: 30px;
    font-size: 16px;
  }
  #block-about .table th, #block-about .table td {
    padding: 26px 20px;
  }
  #block-about .table thead {
    font-size: 20px;
  }
  #block-about .outro {
    line-height: 46px;
    font-size: 26px;
  }
}
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
}
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/
}
