@media screen and (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
  .container-indexpage{
    max-width: 1000px;
  }
}

@media screen and (min-width: 1120px) {
  .container-indexpage{
    max-width: 1100px;
  }
}

@media screen and (min-width: 1200px) {
  .x-section-banner .container {
    max-width: 1200px;
  } 
}

@media screen and (max-width: 1200px) {
  .side-menu{
    width: 100%;
  }
  .x-section-banner .container{ 
    max-width: 100%;
   }
   /* .container-indexpage{
    max-width: 100%;
  } */
}

@media screen and (max-width: 1000px) {
  header{
    padding-left: 30px;
    padding-right: 30px;
  }
  header .container{
    max-width: 100%;
  }
  nav .container{
    max-width: 100%;
  }
  .container {
    max-width: 94%;
  }
  .container-indexpage{
    max-width: 94%;
  }
  .x-login{
    width: 70%;
  }

  .x-extrasmallinput{
    width: 100% !important;
  }
  
  .x-smallinput{
    width: 30% !important;
  }
  
  .x-mediuminput{
    width: 75% !important;
    border-radius: 4px 0px 0px 4px !important;
  }
  .x-stat-content{
    overflow-x: scroll;
   }
   .x-stat-content ul{
    width: 500px;
   }
}


@media screen and (max-width: 992px) {
  .header_link p{
    font-size: .8rem;
    margin-right: .5rem;
  }
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .x-pdf-text-over{
    left: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px){
#gmenu ul li {
  border-right: 1px solid #fff;
  width: calc(18.900% - 1px);
  background: linear-gradient(to bottom, #0f2c7b, #0f2c7b 50%, #0b2361);
}
#gmenu .x-menulenghth ul li{
  width: calc(21.900% - 1px) !important;
}
.x-general2 tr th, .x-general2 tr td {
  font-size: 7px !important;
}

}

@media screen and (max-width: 800px) {
  footer .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .x-document-pre{
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .x-document-pre pre{
    width: 800px;
  }
}




@media screen and (max-width: 767px) {

  .x-mediuminputbox {
    width: 100% !important;
}

.x-mediuminputdate{
  width: 60% !important;
}

  .sm-menu{
    display: block !important;
  }

  .pc-menu{
    display: none !important;
  }

  body {
    -webkit-text-size-adjust: 100%;
    min-width: inherit;
    font-size: 14px;
    line-height: 1.7;
  }
  
  .document{
    padding-top: 20px;
    padding-bottom: 20px;
   }
   .x-main-container{
    margin-bottom: 30px;
    padding-bottom: 20px;
   }
   .x-sub-container{
    margin-bottom: 20px;
   }
  img {
    height: auto;
    margin: 0 auto;
  }
  .pc {
    display: none !important;
  }
  #header {
    max-width: inherit;
    margin: 0;
    display: block;
    padding: 15px 10px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 60;
    background-color: #fff;
  }
  #gmenu {
    background: rgba(15, 44, 123, 0.8) url("../images/common/gmenu_sp_bg.png")
      repeat-x 0 0;
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 2;
    max-height: calc(100% - 59px);
    overflow: auto;
    display: none;
  }
  #gmenu ul {
    max-width: 80%;
    margin: 0 auto;
    border-left: none;
    display: block;
    padding: 30px 0 0 0;
  }
  #gmenu ul li {
    font-size: 16px;
    font-weight: bold;
    border-right: none;
    width: 100% !important;
    text-align: left;
    background: #fff;
    margin-bottom: 10px;
    white-space: normal;
  }
  #gmenu .x-menulenghth ul li{
    width: 100% !important;
  }
  #gmenu ul li:hover {
    background: #fff;
  }
  #gmenu ul li a {
    color: #0f2c7b;
    display: block;
    text-decoration: none;
    line-height: 48px;
    background: url("../images/common/gmenu_sp.svg") no-repeat right 20px center;
    background-size: 11px auto;
    padding: 0 25px;
    border: 1px solid #fff;
  }
  #gmenu ul li.active a {
    background: #0f2c7b;
    color: #fff;
    position: relative;
  }
  #gmenu ul li.active a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    background-color: #fff;
  }
  #gmenu ul li.active a::before {
    content: "";
    display: block;
    background-color: #0f2c7b;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -1px 0 0 0;
    z-index: 1;
  }
  .submenu {
    position: static;
    background-color: #b3d1e8;
    left: 0;
    top: 60px;
    z-index: 1;
    display: none;
    width: auto;
    padding: 20px 10px 10px 25px;
  }
  .submenu_link {
    max-width: inherit;
    font-weight: normal;
    margin-bottom: 10px;
  }
  #gmenu ul li .submenu_link a {
    background: none;
    display: block;
    color: #0f2c7b;
    border: none;
    padding: 0 0 0 20px;
    text-decoration: none;
    position: relative;
    line-height: 1.5;
  }
  #gmenu ul li .submenu_link a:hover {
    background: none;
  }
  #gmenu ul li .submenu_link a::after {
    display: none;
  }
  #gmenu ul li .submenu_link a::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0 !important;
    height: 0 !important;
    border-left: 9px solid #0f2c7b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    background: none;
  }
  #gmenu ul li ul {
    max-width: inherit;
    margin: 0 auto;
    background: none;
    border-left: none;
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
  #gmenu ul li ul li {
    font-size: 16px;
    font-weight: normal;
    border-right: none;
    width: auto;
    text-align: left;
    background: none;
    position: relative;
    padding: 0 0 0 15px;
    margin-right: 0;
  }
  #gmenu ul li ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid #0f2c7b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  #gmenu ul li ul li a::before,
  #gmenu ul li ul li a::after {
    display: none !important;
  }
  #gmenu ul li ul li:hover {
    background: none;
  }
  #gmenu ul li ul li a {
    color: #0f2c7b !important;
    display: block;
    text-decoration: none;
    line-height: 1.5;
    padding: 0 0 0 5px;
    background: none !important;
    border: none !important;
  }
  #gmenu ul li ul li a:hover {
    color: #999;
  }
  p.sp_menu {
    right: 19px;
    top: 17px;
    z-index: 62;
    text-align: center;
    height: 24px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 33px;
    height: 24px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0f2c7b;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .top-menu {
    max-width: 100%;
  }
  .x-section-banner .container {
    max-width: 100%;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
    background-color: #0f2c7b;
  }
  .pagetop::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
    margin: -5px 0 0 -5px;
  }
  .container{
    max-width: 100%;
  } 
  .container-indexpage{
    max-width: 100%;
  }

  footer .x-footer-two {
    color:  #0f2c7b;
    background-color: #fff;
}
.x-footer-one{
  display: none;
}
.x-poster img{
  max-height: 400px;
}
.x-footer-two p{
  font-size: 1rem;
}
footer .container {
  padding-left: 10px;
  padding-right: 10px;
}
.logo_img {
  width: 138px;
}
.x-section-banner .x-banner-text-div {
  top: 90%;
}
.x-banner-text{
  left: 7%;
}
.logo_txt {
  margin: -2px 0 0 2px;
}
.x-stat-menu{
  width: 100%;
}
.x-inner-page-title h1{
  font-size: 17px;
  margin-right: 0;
}
.list-header h2{
  font-size: 17px;
  padding-right: 10px;
  text-align: center;
}
.x-top-news{
  width: 100%;
}
.x-top-news-banner{
  width: 100%;
}

.x-login{
  width: 100%;
}
h3{
  text-align: center;
}
.x-inner-page-title{
  justify-content: center;
}
.x-childmenu{
  margin-left: 4% !important;
}
.x-boxbgone{
  padding: 10px 10px 10px 10px;
}
.x-logout button{
  line-height: 30px;
  margin-left: 5px;
  padding: 0 5px;
  font-size: 12px;
 }
 .x-button-intitle-line{
  top: 80px;
  right: 15px;
  font-size: 12px;
 }
 .x-button1-intitle-line{
  top: 80px;
  right: 215px;
  font-size: 12px;
 }

 .x-extrasmallinput{
  width: 100% !important;
  padding: 0px !important;
}

.x-smallinput{
  width: 55% !important;
}

.x-mediuminput{
  width: 75% !important;
  border-radius: 4px 0px 0px 4px !important;
}
.x-category-controls-section .x-right{
  margin-top:15px 
}
.x-category-controls-section{
  margin-top: 105px;
 }
 .btn{
  font-size: .875rem;
  line-height: 1.25rem;
 } 

 .x-pdf-text-over{
   position: relative;
 }
 .x-pdf-date, .x-pdf-number{
   margin-top: 0;
   left: 0;
   text-align: right;
 }
 .x-top-news-banner li a img{
  max-width: 390px;
 }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  #gmenu ul li ul li {
  width: 25%;
  }
  .header_link p{
    font-size: .7rem;
  }
  .logo_txt{
    font-size: .75rem;
  }
  #gmenu ul li {
    width: calc(20% - 1px);
  }
}

@media screen and (max-width: 800px) {
/* .x-mobile-header{
  width: 70%;
} */

.x-order-btn span{
  padding: 13px 35px;
}
.browser-padding{
  padding-right: 1%;
}

}

@media screen and (min-width: 375px) and (max-width: 640px) {
  .height-87{
    height: 87px !important;
  }

  .height-64{
    height: 64px !important;
  }
  .height-57{
    height: 57px !important;
  }

  .height-53{
    height: 53px !important;
  }
  .height-71{
    height: 71px !important;
  }
  
  .height-68{
    height: 68px !important;
  }

  .height-77{
    height: 77px !important;
  }

  }


  @media screen and (min-width: 375px) and (max-width: 640px) {
    /* .height-87{
      height: 87px !important;
    }
  
    .height-83{
      height: 83px !important;
    }
    .height-57{
      height: 57px !important;
    }
    .height-53{
      height: 53px !important;
    }

    .height-71{
      height: 71px !important;
    }
    
    .height-68{
      height: 68px !important;
    }

    .height-60{
      height: 60px !important;
    }
    .height-95{
      height: 95px !important;
    }
    .height-65{
      height: 65px !important;
    }
    .height-45{
      height: 45px !important;
    }
    .height-85{
      height: 85px !important;
    }
    .height-45{
      height: 45px !important;
    }
    .height-82{
      height: 82px !important;
    }
    .height-123{
      height: 123px !important;
    } */


    .height-60{
      height: 60px !important;
    }
  
    .height-61{
      height: 61px !important;
    }
    .height-38{
      height: 38px !important;
    }
    .height-36{
      height: 36px !important;
    }

    .height-48{
      height: 48px !important;
    }
    
    .height-47{
      height: 47px !important;
    }

    .height-60{
      height: 60px !important;
    }
    .height-68{
      height: 68px !important;
    }
    .height-42{
      height: 42px !important;
    }
    .height-32{
      height: 32px !important;
    }
    .height-50{
      height: 50px !important;
    }
    .height-28{
      height: 28px !important;
    }
    .height-57{
      height: 57px !important;
    }
    .height-61{
      height: 61px !important;
    }

  
    }




@media screen and (min-width: 1540px) and (max-width: 1590px) {
  .browser-padding{
    padding-right: 12%;
  }

  }
  @media screen and (min-width: 1591px) and (max-width: 1680px) {
    .browser-padding{
      padding-right: 14%;
    }
  
    }

    @media screen and (min-width: 1681px) and (max-width: 1770px) {
      .browser-padding{
        padding-right: 16%;
      }
    
      }

    @media screen and (min-width: 1770px) and (max-width: 1845px) {
      .browser-padding{
        padding-right: 17%;
      }
    
      }

    @media screen and (min-width: 1846px) and (max-width: 1899px) {
      .browser-padding{
        padding-right: 18%;
      }
    
      }

    @media screen and (min-width: 1899px) and (max-width: 2000px) {
      .browser-padding{
        padding-right: 19%;
      }
    
      }





@media screen and (max-width: 1220px) {
  .browser-padding{
    padding-right: 1%;
  }

  }
  


@media screen and (max-width: 480px) {
  .logo_txt {
    font-size: 12px;
  }
  .x-table-arrow {
    background-position: 0;
    padding: 1rem !important;
    background-size: 100%;
  }
  .boxborder a {
    font-size: 8px;
    padding: 2px 5px;  
  }
  .boxborder a i{
    font-size: 10px;
    padding-left: 3px;
    color: #b48df1;
    position: relative;
    top: 0px;
  }
  

}


@media screen and (max-width: 390px) {
  .x-top-news-banner li a img{
    max-width: 100%;
   }
   .x-order-bluebtn{
    padding: 13px 28px;
  }
  
}
@media screen and (max-width: 335px) {
.x-childsubmenu {
  margin-left: 3%;
}
}

@media screen and (min-width: 560px) and (max-width: 775px) {
.x-line-blue-1{
  width: 30%;
}
}

@media screen and (min-width: 390px) and (max-width: 559px) {
  .x-line-blue-1{
    width: 45%;
  }
  }


@media screen and (min-width: 768px) and (max-width: 1000px) {
  .side-menu{
    width: 183px !important;
  }
  .x-order-bluebtn{
    padding: 5px 24px;
  }
}

@media screen and (min-width: 576px){
.modal-dialog {
    max-width: 600px;
  
}
}