<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body{
    background-image: url(../img/background1.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 0px 14px;
}
.top img{
  max-width:363px;
}
.date{
  text-align: left;
  max-width: 520px;
  padding-top: 48px;
}
.date img{
  max-width:516px;
  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: 16px;
  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: 16px 21px;
}
.ja:hover{
  background-color: #209EFF;
  opacity: 1;
}
.en{
  background-color: #00009A;
  padding: 12px 82px;
  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;
}
.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: 2px 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;
}
.bbtn{
  border: 3px solid #00009A;
  padding: 15px 10px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #4444ff, #00009a);
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.8rem;
  margin-bottom: 15px;
  font-weight: 600;
  justify-content: center;
  font-size: 1.25rem;
  display: block;
  transition: 0.3s;
}
.bbtn:hover{
  opacity: 1;
  color: #00009a;
  background: linear-gradient(to bottom, #fafaff, #e2efff);
}
.online img{
  width: 100px;
}
.online-btn:hover{
  opacity: 1;
  border: 2px 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 ;
}
.toi{
  font-weight: 600;
}
.message{
  background-color: rgba(255, 255, 255,  0.879);
  padding: 20px 15px;
  line-height: 1.6rem;
  font-size: 1.0rem;
  margin: 0 0  20px 0;
  border: 2px solid #00009a;
}
.message span{
  display: block;
  text-align: right;
  padding-top: 20px;
}
@media(max-width:999px){
  .pc-none{
    display: block;
  }
  .online a{
    display: block;
    margin: 0 10px;
    padding: 15px 0;
  }
  .w ul li a{
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .online a{
    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: 9px;
        width: 100%;
      }
      .section-news h2{
          text-align: center!important;
      }
      .top img{
          max-width: 330px;
      }
      .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:599px){
  .online{
    margin-bottom: 20px;
  }
}
    @media(max-width:499px){
      .online{
        margin-bottom: 15px;
        padding-top: 15px;
      }
      .online p{
        font-size: 1.0rem;
      }
      .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;
      }
      .top{
        padding-top: 0;
      }
      .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{
      max-width: 287px;
      width: 100%;
    }
    .sp-date{
      display: block;
    }
    .date{
      display: none;
    }
    .sp-date img{
     max-width: 440px;
     width: 100%;
      padding-top: 144px;
    }
  

}

.section-news-wrap h2{
    max-width: 100%;
    padding:12px 13px;
    text-align: left;
    margin: 0 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;
}
.news_list{
  background-color: #fff;
  padding: 20px 0;
  line-height:1.15rem;
  overflow-y: scroll;
  height: 300px;
}
.list-wrap ol li{
    display: flex;
    padding: 20px 0;
}
/* NEWS部分高さ調節 */
.section-news{
    max-width: 870px;
   margin: 0 auto 0 0;
}


  .news_list_item {
    padding: 3px 10px 5px 19px;
    text-align: left;
    list-style: none;
    display: flex;
    background-color: #fff;
    font-size: 0.9rem;
  }
.news_list_item time{
    text-align: left;
    list-style: none;
    display: flex;
    color: #00009a;
    font-weight: 600;
    margin-right: 6px;
    font-size:1.0rem;
    padding-bottom: 5px;

 }
 .news_list_item p{
    color:#000;
    line-height: 1.2rem;
 }
  .news_list_item a {
  text-decoration: none;
  color: #00009A;
  }
  .news_list_date {
    font-size: 18px;
    display: flex;
    margin-right: 5px;
    align-items: flex-start;
  }
  .arrow{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    
  }
  .arrow::after{
    content: '';
    width: 9px;
    height: 9px;
    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: 50%;
    left: 0;
    margin-top: 4px;
  }
  .twitter{
    display: none;
  }
@media(max-width:768px){
    .section-news-wrap{
        margin:  0 auto;
        padding-top: 50px;
        max-width: 620px;
        width: 100%;
    }
    .news_list{
        width: 100%;
        margin: 0 auto;
    }
    .arrow::after{
        margin-top: 3px;
        top: 0;
    }
    .news_list_item p {
      line-height: 1.3rem;
      font-size: 0.9rem;
  }
  .twitter{
    display: block;
    margin-bottom: 10px;
  }


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

        .news_list_date{
            align-items: center;
            font-size: 18px;
        }
        .news_list_item {
            display: block;
        }
        .section-news-wrap h2{
          font-size: 1.1rem;
        }
        .section-news-wrap{
          padding-top: 0px;
        }
        .arrow::after{
          margin-top: -8px;
          top: 0;
      }
      .app{
        padding: 15px;
        margin-bottom: 15px;
      }
}</pre></body></html>