@media screen and (min-width: 1000px) {
}
@media screen and (min-width: 1200px) {
}

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

@media (min-width:830px) and (max-width: 950px) {
  .x-home-center{
    padding-top: 15%;    
  }
}

@media (min-width:950px) and (max-width: 1025px) {
  .x-home-center{
    padding-top: 25%;    
  }
}

@media screen and (max-width: 1025px) {
  .x-container-image-box {
    max-width: 500px;
  }
  .x-container-image-box .x-small{
    width: 60px;
    height: 60px;
}


}


@media (max-width:800px) and (min-width:768px) {
  .x-container-image-box {
    max-width: 400px;
}
  .x-container-image-box .x-small{
      width: 60px;
      height: 60px;
  }
}


@media screen and (min-width: 768px) {
  #x-root-header {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  
  .x-section-img .x-small {
    width: 75px;
    height: 75px;
  }
  #x-section-right-content-1,
  #x-section-right-content-2,
  #x-section-right-content-3 {
    height: auto !important;
  }
  .x-header {
    height: auto;
  }
  .x-section-banner,
  .x-section-one,
  .x-section-two,
  .x-section-three {
    background-image: none;
    height: auto !important;
    overflow: visible;
  }
  .x-section-right {
    overflow: unset;
  }
  .x-section-right-content {
    min-height: auto;
  }
  .x-section-one .x-section-left {
    background-image: url(../images/bg2.jpg);
  }
  .x-section-two .x-section-left {
    background-image: url(../images/bg3.jpg);
  }
  .x-section-three .x-section-left {
    background-image: url(../images/bg4.jpg);
  }
  .x-header::before {
    background-image: none;
  }
  .scroll-indicator-controller {
    display: none;
  }
  .logo_img_1 {
    width: 100%;
  }
  .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;
  }
  #header.collapse {
    background-color: #0f2c7b;
    transition: all 0.4s;
  }
  #gmenu {
    left: 0;
    top: 56px;
    width: 100%;
    z-index: 99;
    max-height: calc(100% - 55px);
    height: 100%;
    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%;
    text-align: left;
    background: #fff;
    margin-bottom: 10px;
    white-space: normal;
  }
  #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;
  }
  #header.collapse .menu-trigger span {
    background-color: #fff;
  }
  .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%;
  }
  .x-blue-bg {
    height: 195px;
  }
}
@media screen and (max-width: 639px) {
  .x-container-image-box{
    max-width: 320px !important;
  }
}

@media screen and (max-width: 351px) {
.logo_txt{
  font-size: 9px;
}
}