@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 900px) {
  body {
    min-width: 0;
    font-size: 0.9em;
  }
  header {
    min-height: 400px;
    background-position: 50% 100%;
  }
  main {
    margin: 10px;
  }
  .bg_rgba {
    padding: 10px;
  }
  div.read {
    top: 150px;
  }
  .table01 {
    width: 100%;
  }
  .scroll {
    overflow-x: auto;
  }
}
/* # 
---------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  header {
    min-height: 530px;
    background-position: 50% 100%;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.5em;
	line-height: 1.2em;
  }
  div.read {
    top: 200px;
  }
  .point3 dt {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
  }
  .point3 dt img {
    text-align: center;
    margin: 5px auto;
  }
  .point3 dd {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-top: 1em;
  }
  .point p img {
    width: 100%;
  }
  .fLeft p img {
    width: auto;
  }
  .width70per {
    width: 100%;
  }
  div.product .fLeft {
    float: none;
    width: 100%;
  }
  div.product .fRight {
    float: none;
    width: 100%;
  }
  a.btn_01, a.btn_03 {
    width: 90%;
    padding: 1em;
  }
}
/* # 
---------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  header {
    min-height: 600px;
    background-position: 50% 250%;
  }
  div.read {
    top: 180px;
  }
  .point .fRight {
    float: none;
  }
  .point .fRight img {
    text-align: center;
    margin: 5px auto;
  }
  a.btn_01 {
    width: 95%;
    padding: 0.5em 1em;
  }
  a.btn_03 {
    font-size: 1.2em;
  }
}