@media screen and (max-width:1380px) {
  ._noscript{
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fe0;
    top: 60px;
  }
  header{
    height: 60px;
    position: fixed;
    background-color: #fff;
    top:0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  }
  header .option,
  header .option_login,
  header .option_logout,
  header .logo_mobile{
    display: inline-block;
  }

  .goCenter,
  a.AU,
  a.AC,
  #topcontrol,
  header .header_column,
  header .menu_column{
    display: none;
  }
  .AZ{
    display: none !important;
  }

  .column_copyright .column .fb{
    float:none;
    width:90%;
    max-width:400px;
    margin:30px auto 20px auto;
    overflow:hidden;
  }
  .column_copyright .column .link{
    width: 100%;
    margin: 0;
  }
  .column_copyright .column .info .host,
  .column_copyright .column .info .address,
  .column_copyright .column .info .service_msg{
    display:block;
  }

  .sitemap_list{
    text-align: left;
  }
  .sitemap_list .box_menu{
    width: 30%;
    margin: 0 1% 20px 1%;
  }
}
@media screen and (max-width:720px) {
  .sitemap_list .sitemap_box{
    width: calc(33% - 40px);
  }
}
@media screen and (max-width:640px) {
  .sitemap_list .box_menu{
    width: 46%;
    margin: 0 1% 20px 1%;
  }
}
@media screen and (max-width:560px) {
  header .logo_mobile{
    height: 50px;
    vertical-align: top;
    margin-top: 5px;
    padding: 0;
  }
  header .logo_mobile a img{
    height: 50px;
    padding: 3px 0;
  }
}
@media screen and (max-width:460px) {
  .sitemap_list .sitemap_box{
    width: calc(50% - 40px);
  }
}
@media screen and (max-width:440px) {
  header .logo_mobile{
    height: 40px;
    vertical-align: top;
    margin-top: 10px;
  }
  header .logo_mobile a img{
    height: 40px;
    padding: 3px 0;
  }
}
@media screen and (max-width:360px) {
  header .logo_mobile{
    height: 36px;
    vertical-align: top;
    margin-top: 12px;
  }
  header .logo_mobile a img{
    height: 36px;
    padding: 3px 0;
  }
}
/*********************************/
@media screen and (max-width:900px){
  .box_active{
    width:47.5%;
    padding:1%;
    margin:0 1% 5% 1%;
  }
}
@media screen and (max-width:600px){
  .box_active{
    width:96%;
    margin:0 2% 3% 2%;
  }
}
@media screen and (max-width:600px){
  body{
    font-size: 1em;
  }
}

/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/