@charset "UTF-8";
/* .cpankuz- {
  position: absolute;
  font-size: 14px;
top: -35px;
left: 140px;
}
@media screen and (max-width: 1024px) {
  .c-pankuz {
    font-size: 10px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-pankuz {c
  }
} */





.select-box {
  width: 295px;
  height: 53px;
  position: relative;
}

.default_select {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: mainer;
  -webkit-appearance: menulist-button;
}

.custom_select {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.custom_select {
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* 
カテゴリーエリア */
.menuArea {
  z-index: 3;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .menuArea {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 25px;
  }
}

.menuBox {
  position: relative;
  display: block;
  width: 220px;
  background-color: #f8f8f8;
  position: relative;
  line-height: 1.7;
  padding: 12px 16px;
  margin-left: 20px;
  color: #00244B;
  border: 1px solid #00244B;
  border-radius: 5px;
}

.menuBox + .menuBox {
  margin-left: 15px;
}

.menuBoxTtl {
  color: #00244B;
  font-weight: bold;
}

.menuBox::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 16px;
  top: calc(50% - 7.5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 8px;
  height: 8px;
  border-right: 1px solid #00244B;
  border-bottom: 1px solid #00244B;
  transform: rotate(45deg);
}

.menuTagBox {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .menuTagBox {
    top: 30px;
  }
}

.menuBox:hover .menuTagBox {
  display: block;
}

.menuTagList {
  display: none;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #00244B;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0);
  width: 235px;
  padding: 0px 10px;
  z-index: 2;
}

.menuBox:hover .menuTagBox .menuTagList {
  display: block;
}

.menuTagList li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}



.menuTagList li a {
  color: #333;
  line-height: 1.5;
}

.menuTagList li:hover a {
  color: #006ba9;
}

@media screen and (max-width: 767px) {
  .menuArea .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menuBox {
    position: relative;
    display: block;
    width: 150px;
    position: relative;
    line-height: 1.7;
    padding: 10px 10px;
  }
  .menuTagList {
    display: none;
    margin-top: 20px;
    width: 150px;
    padding: 0px 10px;
    z-index: 2;
  }

  .menuTagList li {
    padding: 13px 0;
  }
}

.newsContentBox {
  position: relative;
}




.newsItem {
  display: block;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(0, 36, 75, 0.20);
}

@media screen and (max-width: 1024px) {
  .newsItem {
  }
}


.newsItem + .newsItem {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .newsItem + .newsItem {
    margin-top: 10px;
  }
}

.newsItem:hover .newsTtl {
  color: #1796b5;
}

.newsItem a {
  display: block;
  position: relative;
  padding: 20px 0 32px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .newsItem a {
    padding: 15px 5px 20px;
  }
}


.postInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .postInfo {
    gap: 10px;
  }
}

.postInfo .time {
  display: inline-block;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.07em;
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
}


.postInfo .category_box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 1024px) {
  .postInfo .category_box {
    gap: 10px;
  }
}



.postInfo .category {
  position: relative;
  color: #00244B;
  border: 1px solid #00244B;
  border-radius: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-left: 16px; */
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  padding: 4px 20px;
}

@media screen and (max-width: 767px) {
  .postInfo .category {
    line-height: 25px;
    padding: 0px 10px;
    font-size: 12px;
  }
}



.postInfo .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .postInfo .tag_box {
    gap: 10px;
  }
}

.postInfo .tag {
  position: relative;
  color: #006FAB;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .postInfo .tag {
    font-size: 13px;
  }
}


