@charset "utf-8";
@media screen and (max-width: 768px){
  /* mv */
  #mv{
    width: 100%;
    position: relative;
  }
  #mv .panelMain{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
  }
  #mv .amv{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  #mv .panel{
    max-width: 100%;
    position: absolute;
    opacity: 0;
    top: 50px;
  }
  #mv .panel07{
    max-width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
  }
  
  .colorTlt{
    background: #13AE67;
    text-align: center;
    line-height: 0;
  }
  .readImg{
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
  }
  .readImg:last-child{
    margin-right: 0;
  }
  
  #outline{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .fleft{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .fright{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .outlineImg{
    margin-bottom: 10px;
  }
  .outlineHs{
  }
  .outlineHs th{
    background: #DEDEDE;
  }
  .outlineHs tr{
    margin-bottom:5px;
  }
  .outlineHs th,.outlineHs td{
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding:5px;
    display: block;
    border-bottom: 1px solid #DEDEDE;
  }
  .outlineHs td img{
    margin-top: 10px;
  }
  .spBnr{
    margin-top: 15px;
  }
  
  /* access */
  .footerMap iframe{
    width: 100%;
    height: 400px;
  }
  .slider {
    max-width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px){
  
  /* mv */
  #mv{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  #mv .panelMain{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
  }
  #mv .amv{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
  }
  #mv .panel{
    max-width: 100%;
    position: absolute;
    opacity: 0;
    top: 50px;
  }
  #mv .panel07{
    max-width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
  }
  
  #intro{}
  .colorTlt{
    background: #13AE67;
    text-align: center;
    line-height: 0;
  }
  .readImg{
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
  }
  .readImg:last-child{
    margin-right: 0;
  }
  
  #outline{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .fleft{
    float: left;
    width: 32%;
  }
  .fright{
    float: right;
    width: 66%;
  }
  .outlineImg{
    margin-bottom: 10px;
  }
  .outlineHs{
  }
  .outlineHs th{
    width: 45%;
    text-align: right;
    vertical-align: top;
    padding:2px 20px 2px 0;
    font-size: 16px;
  }
  .outlineHs td{
    padding: 2px 0;
    font-size: 14px;
  }
  .outlineHs td img{
    margin-top: 10px;
  }
  
  /* access */
  .footerMap iframe{
    width: 100%;
    height: 1000px;
  }
}