body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

.wrapper {
  background-image: url("./common/img/header_bg_full.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
  background-color: #faf8ed;
}
.btn-dark {
  background-color: #0e3068;
}
.h2-en {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  font-weight: bold;
}
.h3-title {
  border-left: 4px solid #0e3068;
  background-color: #fff;
  display: inline-block;
  padding: 7px 15px;
}
.h4-title {
  color: #fff;
  background-color: #3074BA;
  display: inline-block;
  padding: 7px 15px;
  min-width: 295px;
}

.h5-title {
  color: #0e3068;
}

.navbar {
  background-color: #3074BA;
}
.navbar-nav {
  font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #EDE7E0;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-top: 6px;
}
.navbar-dark .navbar-nav .nav-link:hover {
  background-color: #EDE7E0;
  color: #212529;
}
ul.top-main-nav .caret::before {
  content: '/';
  color: #EDE7E0;
  display: inline-block;
  margin: 9px 3px 8px 3px;
}
.dropdown-item:focus, .dropdown-item:hover {
  font-weight: bold;
  background-color: #2a6ebe;
  color: #EDE7E0;
}

.slick-slide img {
  height: 150px !important;
}
.slick-slide {
  text-align:  center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1800px) {
  #search::before {
    left: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .slogan {
    height: 150px;
  }
  .slideMp4 {
    width: auto;
    height: 280px;
  } 
}
@media screen and (max-width: 1199.98px) {
  .navbar-brand img {
    height: 39px;
  }
  .slogan {
    height: 100px;
  }
  .slideMp4 {
    width: auto;
    height: 230px;
  }
  
}
@media screen and (max-width: 991.98px) {
  .caret {
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link:hover {
    background-color: #3074BA;
    font-weight: bold;
    border-radius: 0;
    color: #FFF;
  }
  .navbar-dark .navbar-nav .nav-item:hover {
    border-bottom: 1px solid #79a6de;
  }
  .wrapper {
    background-size: 120%;
  }
  .slogan {
    height: 100px;
  }
  .slideMp4 {
    width: auto;
    height: 205px;
  }
  #news::before {
    right: 80px !important;
  }
  .new-data::before {
    left: 300px !important;
  }
  
  footer .btn-lg {
    font-size: 15px !important;
  }

}
@media screen and (max-width: 767.98px) {
  .wrapper {
    background-size: 140%;
  }
  .slogan .h1 {
    font-size: 6.5vw !important;
  }
  .slideMp4 {
    width: auto;
    height: 240px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  #news::before {
    top: 65px !important;
    right: 60px !important;
    width: 50px !important;
  }
  #search .btn-lg {
    font-size: 15px;
    padding-right: 2px;
    padding-left: 2px;
  }
  #search::before {
    width: 50px !important;
    left: 180px !important;
  }
  .search_img {
    background-size: 30% !important;
    background-position: right 4% !important;
  }
  footer .btn-lg {
    font-size: 13px !important;
  }

}
@media screen and (max-width: 574.98px) {
  .wrapper {
    background-size: 200%;
  }
  /*.slogan {
    height: 80px;
  }*/
  #detaSet .border .ttl {
    font-size: 12px !important;
  }
  #detaSet .border .num {
    font-size: 1.8rem !important;
  }
  .slogan .h1 {
    font-size: 6.5vw !important;
  }
}
@media screen and (min-width: 768px) {
}
/* menu */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.slogan .h1 {
  /*background-color: #333;*/
  padding: 8px;
  font-size: 48px;
  /*color: #EDE7E0;*/
  /*color: #081936;*/
  color: #000;
  font-weight: bold;
  /*text-shadow: 2px 2px 3px #fff, 4px 4px 0px #CEDEF2;*/
  letter-spacing: 3px;
}

.slick-prev:before, .slick-next:before {
  color: #EDE7E0;
}
.slick-prev::before {
  content: "\f053";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #999;
}
.slick-next::before {
  content: "\f054";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #999;
}

.figure{
  position: relative;
}
.figure-caption {
  background-color: #3074BA;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  width: 100%;
}

#detaSet .border,
#search .border,
#descoverData .border {
  border: 4px solid #0e3068 !important;
  border-radius: 20px;
  background-color: #fff;
}
#detaSet .border .ttl {
  color: #0e3068;
  font-size: 20px;
  font-weight: 700;
}
#detaSet .border .num {
  color: #0e3068;
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.bg-ivory {
  background-color: #FAF8ED;
  border-radius: 20px;
}
.bg-gray {
  background-color: #1F2937 !important;
}
.bg-gray-100 {
  background-color: #F9FAFB !important;
}

.bg-gray-200 {
  background-color: #F3F4F6 !important;
}

.bg-gray-300 {
  background-color: #E5E7EB !important;
}

.bg-gray-400 {
  background-color: #D1D5DB !important;
}

.bg-gray-500 {
  background-color: #9CA3AF !important;
}

.bg-gray-600 {
  background-color: #6B7280 !important;
}

.bg-gray-700 {
  background-color: #4B5563 !important;
}

.bg-gray-800 {
  background-color: #374151 !important;
}

#news,
#descoverData,
#provideData,
#page {
  background-color: #FAF8ED;
  padding-top: 50px;
}
#search {
  background-color: #FAF8ED;
  padding-top: 50px;
}
#news a, #descoverData a {
  text-decoration: none;
}
.top-section-newslist {
  display: grid;
  grid-area: article;
  grid-template: auto auto/1fr 1fr;
  grid-auto-flow: column;
  -moz-column-gap: 3%;
  column-gap: 3%;
}
.news-list {
  border-top: 1px solid #d9dce3;
}
.news-list:last-child {
  border-bottom: 1px solid #d9dce3;
}
.news-category {
  width: 100px;
}
.categ-newsletter {
  background-color: #169367;
}
.categ-news {
  background-color: #1d50a2;
}
.categ-event {
  background-color: #fd7e14;
}
.categ-data {
  background-color: #8baed9;
}
.showcase-list a {
  text-decoration: none;
  padding: 1rem;
  display: block;
}
#search .card {
  border: 3px solid #0e3068;
  background-color: #fff;
}
#search .bg-gray-200 {
  border-radius: 20px;
}

.nav-link {
  color: #212529;
}

a {
  color: #212529;
}

.search_img {
  background-image: url("./img/glass-solid.svg");
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: top right;
}

#news::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 190px;
  display: block;
  width: 70px;
  height: 100%;
  background-image: url(./common/img/icon1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
/*#search::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 420px;
  display: block;
  width: 60px;
  height: 100%;
  background-image: url(./common/img/icon4.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}*/

.new-data::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 420px;
  display: block;
  width: 70px;
  height: 100%;
  background-image: url(./common/img/icon5.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.wpcf7-list-item {
  display: block !important;
  margin-bottom: 6px;
}

footer {
  background: url(./img/footer_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 80%;
  position: relative;
}
footer img {
  width:100px;
}
footer ul {
  padding-left: 15px;
}
footer ul li {
  list-style: none;
  padding-bottom: 6px;
}
footer ul li a {
  text-decoration: none;
}
.copyright {
  background: #275995;
  color: #fff;
  font-size: 10px;
}

.share a {
  display: inline-block;
  padding: .5em 1em;
  color: #fff !important;
  font-size: small;
  margin: 0 .1em .1em 0;
  /*opacity: 0.8;*/
  text-decoration: none;
}
.share_facebook {
  background: #39599F;
}
.share_twitter {
  background: #45B0E3;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 6px 12px !important;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1 !important;
  visibility: visible !important;
}
.absolute{
  position: absolute !important;
  top: -70px !important;
  bottom: auto !important;
}
#page-top a {	
display: block;
padding: 10px;
width: 70px;
height: 70px;
line-height: 60px;
text-align: center;
font-size: 100%;
border-radius: 70px;
background: #44c1f9;
color: #FFF;
}

#page-top a:hover{
text-decoration: none;
/*background: #fdc600;*/
background: #275995;
color: #FFF;
}

#page-top a i {
  font-size: 32px;
}

.iframe-wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tooltip-font-size {
  font-size: 16px;
}
