@charset "UTF-8";
/* CSS Document */

body{
    background-image: url(../img/background-under.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 21%;
}
.top-wrapper{
    max-width:1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.flex-wrap{
  background-image: url(../img/main.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    padding:12px 10px 20px 10px ;
    margin: 0 14px 20px 14px;
}
.top img{
  max-width: 530px;
 width: 100%;
}
.date{
  text-align: left;
  max-width: 600px;
  padding-top: 48px;
}
.date img{
  max-width:600px;
  padding-top: 155px;
  width: 100%;
}
.section-top__logo{
  max-width: 870px;
}
.top{
  text-align: left;
  padding-top: 10px;
}
#nav-drawer{
  display: none;
}
.side-menu ul{
    list-style: none;
    text-align: left;
    display: none;
}
.side-menu ul li{
    position: relative;
    border-bottom: 1px solid #909090;

}
.side-menu ul li a{
    color:#fff;
    text-decoration:none ;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    height: 28px;
    line-height: 1.0rem;
    width: 100%;
    height: 100%;
}
.side-menu1 ul li a::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate( 
45deg);
  transform: rotate( 
45deg);
  position: absolute;
  top: 50%;
  right: 11px;
  border-radius: 1px;
}

.side-menu1{
    width: 230px;
    position: relative;
}
.side-menu1 ul{
  margin-top: 14px;
    list-style: none;
    text-align: left;
}
.side-menu1 ul li{
    position: relative;

}

.side-menu1 ul li{
    background-color: #313640;
    border-bottom: 0.5px solid rgb(172, 172, 172);
}
.side-menu1 ul li:first-child{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; 
}
.side-menu1 ul li:last-child{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  border-bottom: none;
}
.side-menu1 ul li:hover{
  background-color: #00009A;
  color: #fff;
}

.side-menu1 ul li a{
  color: #fff;
    text-decoration:none ;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    height: 28px;
    line-height: 1.1rem;
    width: 100%;
    height: 100%;
    padding: 15px 8px
}
.wrap{
  margin-top: 20px;
  padding-left: 14px;
}
.sp-date img{
    display: none;
    margin: 0 auto;
}
.languege {
  margin: 12px 0 29px 0;
  text-align: center;
}
.languege a{
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
}

.ja{
  background-color: #00009A;
  padding: 15px 21px;
}
.ja:hover{
  background-color: #209EFF;
  opacity: 1;
}
.en{
  background-color: #00009A;
  padding: 12px 67px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 88%);
}
.en:hover{
  opacity: 1;
}
.pc-none{
  display: none;
}
.openbtn{
    display: none;
}
.sp-date{
  display: none;
}
.section-news-wrap{
  margin-top: 26px;
}
.en-plus{
  max-width: 564px!important;
  width: 100%;
}

.online{
  padding: 13px;
  background-color: rgba(255, 255, 255, 0.879);
  border: 2px solid #00009A;
}
.online-btn{
  background-image: url(../img/online.png);
  background-size: 45px;
    background-repeat: no-repeat;
    background-position: 18px 12px;
  content: "";
  display: flex;
  border: 3px solid #00009A;
  padding: 25px 10px;
  border-radius: 10px;
  background-color: #e2efff;
  align-items: center;
  text-decoration: none;
  color: #00009A;
  font-weight: 600;
  justify-content: center;
  font-size: 1.2rem;
}
.online img{
  width: 100px;
}
.online-btn:hover{
  opacity: 1;
  border: 3px solid #209EFF;
  transition: 0.4s;
  color:#209EFF;
}
.w{
  color: #000;
  padding: 8px 12px 0 15px;
  text-align: left!important;
  line-height: 1.6rem;
  text-indent: -1em;
}
.w ul{
  list-style: none;
}
.w ul li a{
  color: #00009A;
}
.app {
  padding:13px;
  margin: 15px 0px 0px 0px;
  border: 2px solid #00009A;
  background-color: #ffffffda;
  line-height: 1.5rem;
}
.f_110 {
  font-size: 1.1rem;
}
.mb10{
  padding-top: 10px;
}
.txtbluebold {
  color: #00009A;
  font-weight: bold;
}
.app-icon{
margin-top: 10px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.app-icon img {
  height: 50px;
  margin-right: 20px;
}
.app-icon a:hover{
  opacity:1 ;
}
@media(max-width:999px){
  .pc-none{
    display: block;
  }
  .online-btn{
    display: block;
    margin: 0 10px;
    padding: 15px 0;
  }
  .online-btn{
    background-image: none;
  }
  .online img{
    margin: 0 auto;
    max-width: 50px;
    width: 100%;
  }
  .online p{
    text-align: center;
    font-size: 1.0rem;
    padding-top: 5px;
  }
}
@media(max-width:768px){
  .openbtn{
    display: block;
}
  .side-menu ul{
    display: block;
  }
  #nav-drawer{
    display: block;
  }
  .wrap{
    display: none;
  }
    .section-top{
        height:100%;
        background-size:40% cover;
    }
    .flex-wrap{
        margin: 0 auto;
        padding: 11px;
        width: 100%;
      }
      .section-news h2{
          text-align: center!important;
      }
      .top img{
          max-width: 515px;
          width: 100%;
      }
      .sp-date img{
        display: block;
        padding: 30px 0;
        max-width:71%;
    }
    .left{
      display: block;
      padding:30px 14px ;
   
    }
    .left p{
      border-left: none;
      margin: 0;
      padding: 10px 0 0 0;
    }
 
    .languege{
      position: relative;
      text-align: center;
    }
    .news-logo{
      padding-top: 70px;
    }
}
    @media(max-width:499px){
      .pc-none{
        display: block;
      }
      body{
        background-image: url(../img/sp-main.webp),url(../img/back.png)!important;
        background-size:contain!important;
        background-position:17% -81px!important;
        background-repeat: no-repeat,repeat!important;
      }
      .flex-wrap{
        background-image: none;
      }

        .section-top{
        background-size: 271px,cover;
        background-position: 44vw bottom,center center;
    }
    .header-content-wrapper img{
        max-width: 300px;
        padding: 2px 0 0 0;
    } 
    .side-menu-sp img{
        padding: 0;
    }
    .date img{
      padding-top: 260px;
    }
    .top img{
      width: 100%;
    }
    .sp-date{
      display: block;
    }
    .date{
      display: none;
    }
    .sp-date img{
      max-width: 440px;
      width: 100%;
      padding: 144px 0 11px 0;
    }
    .banner ul{
      justify-content: center;
    }
}

.section-news-wrap h2{
    max-width: 100%;
    padding:12px 13px;
    text-align: left;
    margin: 29px auto 0 auto;
    background: linear-gradient(90deg, rgb(0, 20, 80), rgb(0, 53, 213),rgb(255, 255, 255));
    color: #fff;
  font-size: 1.3rem;
    font-family: ten-mincho, serif;
}
.list-wrap ol li{
    display: flex;
    padding: 20px 0;
}
/* NEWS部分高さ調節 */
.section-news{
    max-width: 870px;
   margin: 0 auto 0 0;
   
}
.news_list{
  background-color: #fff;
  padding:15px 0 20px 0;
  overflow-y: scroll;
}
  .news_list_item {
    padding: 5px 10px 5px 19px;
    text-align: left;
    list-style: none;
    display: flex;

    align-items: flex-start;
    font-size: 0.9rem;
  }
.news_list_item time{
    text-align: left;
    list-style: none;
    display: flex;
    color: #00009A;
    font-weight: 600;
    margin-right: 12px;
    font-size: 1.0rem;
    width: 109px;
}
  .news_list_item p{
    color:#000;
    line-height: 1.4rem;
}
  .news_list_item a {
    position: relative;
    text-decoration: none;
  }
  .news_list_date {
    font-size: 18px;
    display: flex;
    margin-right: 5px;
    align-items: center;
    margin-top: 3px;
  }
  .arrow{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    
  }
  .arrow::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #00009A;
    border-right: solid 2px #00009A;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 62%;
    left: -7px;
    margin-top: -5px;
  }
  .twitter{
    display: none;
  }
  a{
    color: #00009A;
  }
@media(max-width:768px){
  .section-news-wrap{
      margin:  0 auto;
  }
  .news_list{
      width: 100%;
      margin: 0 auto;
  }
  .arrow::after{
      margin-top: -4px;
      top: 0;
  }

  .twitter{
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 10px auto 10px auto;

  }
}
    @media(max-width:599px){

        .news_list_date{
            align-items: center;
            font-size: 16px;
        }
        body{
          background-image: url(../img/sp-main.webp),url(../img/back.png)!important;
          background-size:contain!important;
          background-position:17% -81px!important;
          background-repeat: no-repeat,repeat!important;
        }
        .news_list_item {
            display: block;
        }
        .section-news-wrap h2{
          font-size: 1.1rem;
          margin-top: 0px;
        }
        .section-news-wrap{
          padding-top: 15px;
        }
        .news_list_item p {
          padding-top: 5px;
      }
      .news_list_item time{
        width: auto;
      }
      .news_list{
       height: 400px;
      }
      .app{
        padding: 15px;
        margin-bottom: 15px;
      }
      .w{
        text-align: left!important;
      }
}
