@charset "UTF-8";
/*共通*/
@media screen and (max-width: 1200px) {
  body {
    zoom: 0.8;
  }
}
@-moz-document url-prefix() {
  @media screen and (max-width: 1200px) {
    body {
      transform: scale(0.7);
      transform-origin: 0 0;
      height: calc(100vh / 0.7);
      width: calc(100% / 0.7);
      padding: 0;
    }
    html {
      min-height: 0;
      display: block;
      overflow: hidden;
    }
  }
}
html {
  width: 100%;
}
u {
  text-decoration: none;
  border-bottom: solid 2px #B3CD05;
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  overflow-x: hidden;
  color: #4d4d4d;
  font-size: 14px;
}
.sp-only {
  display: none;
}
.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.map {
  width: 100%;
  margin: 30px auto;
}
/* ------------------------------------------------------------

	フッター

------------------------------------------------------------ */
#footer {
  width: 100%;
  background: #0b3065;
  color: #fff;
  clear: both;
  position: relative;
  z-index: 1;
  top: 0px;
}
#footer-second {
  width: 100%;
  background: #0b3065;
  color: #fff;
  padding: 50px 0;
  clear: both;
  position: relative;
  z-index: 1;
  top: 30px;
}
.footer-inner {
  width: 1130px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-contents {
  float: left;
  background-image: url(../img/bg-title-02.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 40px 0 0 0px;
  padding: 20px 0 0 0;
}
.footer-inner .logo {
  width: 150px;
}
.footer-inner .logo img {
  width: 100%;
  height: auto;
}
.footer-contents .title-jp-01 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-contents .title-jp-01 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-en-01 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 0.8rem;
  text-align: left;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.footer-contents .title-en-01 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-jp-02 {
  padding: 20px 0 0 20px;
  color: #FFF;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-contents .title-jp-02 a {
  color: #FFF;
  text-decoration: none;
}
.footer-contents .title-en-02 {
  padding: 0 0 0 20px;
  color: #FFF;
  font-size: 0.8rem;
  text-align: left;
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
}
.footer-contents .title-en-02 a {
  color: #FFF;
  text-decoration: none;
}
.access-detail {
  font-size: 1rem;
}
.footer-contents .access {
  font-size: 0.8rem;
  margin-bottom: 18px;
}
.footer-contents .access span {
  display: inline-block;
  padding-top: 14px;
}
.footer-contents .access::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-access.svg);
  background-size: contain;
  margin-right: -10px;
  vertical-align: top;
  background-position: left top;
}
.footer-contents .tel {
  font-size: 0.9rem;
  margin: -25px 0 0 0;
}
.footer-contents .tel::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url(../img/icon-tel.svg) no-repeat;
  background-size: contain;
  margin-right: -10px;
  vertical-align: middle;
}
.footer-contents .attention {
  font-size: 1rem;
  padding: 0px 0 0 20px;
}
.footer-contents .attention a {
  color: #FFF;
}
.footer-navi {
  width: 300px;
  float: right;
  background-image: url(../img/bg-title-02.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 40px 0 0 40px;
  padding: 20px 0 0 0;
}
.footer-navi ul {
  padding: 15px 0 0 0;
}
.footer-navi ul li {
  color: #FFF;
  font-size: 0.9rem;
  list-style: none;
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-navi ul li a {
  color: #FFF;
  text-decoration: none;
}
.footer-navi ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer-navi ul li ul {
  width: 90%;
  margin: 0 auto;
}
.copyright {
  text-align: center;
  font-size: 0.8rem;
  padding: 40px 0;
  letter-spacing: 0.05rem;
  background-color: #0066ae;
  font-family: 'Oswald', sans-serif;
}
/*-----------------------------
トップへ戻るボタン
------------------------------*/
#page-top {
  position: fixed;
  right: 5px;
  bottom: 70px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #D6F0D6;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  z-index: 99991;
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
.submit-inner {
  text-align: center;
}
.submit-inner p {
  display: inline-block;
  margin: 0 20px;
}
.bnr {
  width: 100%;
  background-color: #e5f0f9;
}
.bnr-inner {
  width: 1130px;
  margin: 0 auto;
}
.bnr-inner ul {
  display: flex;
  padding: 40px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr-inner ul li {
  width: 270px;
  list-style: none;
  margin-bottom: 10px;
}
.bnr-inner ul li img {
  width: 100%;
  height: auto;
}
.contents-wrap:before {
  content: "";
  display: block;
  clear: both;
}
.contents-wrap {
  width: 100%;
  padding-bottom: 60px;
}
.contents-inner {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.contents-inner a {
  color: #000;
}
.contents-inner a:hover {
  color: #b3cd05;
}
.contents-inner p {
  width: 95%;
  margin: 0 auto;
  font-size: 1rem;
}
@-moz-document url-prefix() {
  .title-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    left: 5vw;
  }
  .main-visual:before {
    content: "";
    display: block;
    clear: both;
  }
  .header-pc-only {
    width: 100%;
    display: block;
  }
  .main-visual {
    position: relative;
    top: 100px;
    margin-bottom: 150px;
    background-image: url(../img/main-visual-sec.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 300px;
    text-align: center;
  }
  @media screen and (max-width: 1200px) {
    .main-visual {
      position: relative;
      top: 0px;
      margin-bottom: 50px;
      background-image: url(../img/main-visual-sec.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
      width: 100%;
      height: 300px;
      text-align: center;
    }
    .title-center {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      position: relative;
      left: 0vw;
    }
  }
  .main-visual h2 {
    position: relative;
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    display: inline-block;
    /*padding: 90px 0 25px 0;*/
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: auto;
    margin-right: auto;
  }
  .main-visual .page-comment {
    padding: 0 0 40px 0;
    display: block;
    position: relative;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    background-image: repeating-linear-gradient(#0b3065 0 0px);
    background-repeat: no-repeat;
    background-size: 30px 3px;
    background-position: center bottom;
    color: #7C7C7C;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
  }
  .contents-inner {
    position: relative;
  }
}
.main-visual {
  background-image: url(../img/main-visual-sec.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 0 0 60px 0;
}
.main-visual h2 {
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  padding: 90px 0 25px 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.main-visual .page-comment {
  padding: 0 0 40px 0;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(#0b3065 0 0px);
  background-repeat: no-repeat;
  background-size: 30px 3px;
  background-position: center bottom;
  color: #7C7C7C;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.contents-inner p {
  padding: 10px 0 0 0;
  line-height: 1.8rem;
}
.contents-inner h3 {
  background-color: #0b3065;
  padding: 20px 25px;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 40px 0 0 0;
}
.contents-inner h3 .en {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.contents-inner h4 {
  background-color: #dceffd;
  padding: 15px 25px;
  color: #0b3065;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin: 40px 0 0 0;
}
.contents-inner h5 {
  padding: 2px 25px;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin: 40px 0 0 0;
  border-left: 5px solid #0b3065;
}
.contents-inner h6 {
  padding: 0px 0px 10px 0;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin: 40px 0 0 0;
  border-bottom: 2px solid #0b3065;
}
.photo-about {
  float: right;
  margin: 20px 0 20px 20px;
  font-size: 0.8rem;
  text-align: center;
}
/*リンク*/
.link-list {
  margin: 30px 0;
}
.link-list ul {
  width: 90%;
  margin: 0 auto;
}
.link-list ul li {
  list-style: none;
  margin: 0 0 15px 0;
  padding-left: 25px;
  line-height: 1.6em;
  background-repeat: no-repeat;
  background-position: left 12px;
  background-image: url(../img/icon-line-list.png);
  background-size: 15px auto;
}
.papers ol {
  padding: 30px 0;
}
.papers ol li {
  list-style-type: decimal;
  margin-bottom: 15px;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
}
.address {
  margin: 20px 0 0 0;
}
.icon-line_02 {
  list-style: none;
  margin: 5px 0 0 0px;
  padding-left: 25px;
  line-height: 1.6em;
  background-repeat: no-repeat;
  background-position: left 12px;
  background-image: url(../img/icon-line-list.png);
  background-size: 15px auto;
}
.tbl-r01 {
  width: 100%;
  margin: 20px auto;
}
.tbl-r01 th {
  background: #dceffd;
  color: #000;
  padding: 10px;
  border: 1px solid #DCDCDC;
  width: 20%;
  vertical-align: top;
}
.tbl-r01 td {
  color: #000;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #DCDCDC;
  width: 80%;
}
.tbl-r02 tr {
  background: #FFF;
}
.tbl-r02 tr:nth-child(odd) {
  background: #dceffd;
}
.tbl-r02 th {
  color: #000;
  padding: 10px;
  border-top: 1px solid #DCDCDC;
  width: 20%;
  vertical-align: top;
}
.tbl-r02 td {
  color: #000;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #DCDCDC;
  width: 80%;
}
.tbl-r02 tr:last-child {
  border-bottom: solid 1px #DCDCDC;
  width: 100%;
}
.tbl-r03 th {
  background: #dceffd;
}
.tbl-r03 th, .tbl-r03 td {
  text-align: center;
  vertical-align: middle;
  width: 20%;
  padding: 10px;
  border-top: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}
.table-scroll-text {
  display: none;
}
@media only screen and (max-width: 768px) {
  .tbl-r03 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.tbl-r04 {
  margin: 30px 20px;
  text-align: left;
}
.tbl-r04 th {
  background: #dceffd;
  color: #000;
  padding: 20px;
  /*border-top: 1px solid #DCDCDC;*/
  border-bottom: 1px solid #DCDCDC;
  vertical-align: top;
}
.tbl-r04 td {
  color: #000;
  padding: 20px;
  vertical-align: top;
  /* border-top: 1px solid #DCDCDC;*/
  border-bottom: 1px solid #DCDCDC;
  word-break: break-word;
}
.tbl-r04 .link {
  width: 35%;
}
.tbl-r04 .link img {
  width: 100%;
  height: auto;
}
#formWrap {
  width: 70%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
table.formTable span {
  color: #FF0004;
}
#formWrap textarea {
  width: 99%;
}
.fig-group-02_001 {
  width: 500px;
  margin: 10px auto;
}
.fig-group-02_001 img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.fig-group-02_002 {
  width: 990px;
  margin: 10px auto;
}
.fig-group-02_002 ul {
  display: flex;
}
.fig-group-02_002 ul li {
  list-style: none;
}
.fig-group-02_002 .fig-01 {
  width: 500px;
  margin: 10px 0 0 0;
}
.fig-group-02_002 .fig-01 img {
  width: 100%;
  height: auto;
}
.fig-group-02_002 .fig-02 {
  width: 480px;
  margin: 10px 0 0 10px;
}
.fig-group-02_002 .fig-02 img {
  width: 100%;
  height: auto;
}
.fig-group-02_003 {
  width: 500px;
  margin: 10px auto;
}
.fig-group-02_003 img {
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.news-list ul li:after, .news-list ul:after, .contents-inner:after, .contents-inner:before, .footer-contents:after, .footer-inner:after, .contents-wrap:after, .contents-wrap:before, .bnr:before, .achievements_list_box_detail ul:after {
  content: "";
  display: block;
  clear: both;
}
.youtube {
  width: 720px;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*お知らせ*/
.news-list {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #EDEDED;
}
.news-list ul {
  margin: 0;
  padding: 0px 0;
}
.news-list ul li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #EDEDED;
}
.news-list ul li .box {
  width: 15%;
  float: left;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.news-list ul li .box .time {
  color: #0b3065;
  font-size: 0.8rem;
  font-family: 'Oswald', sans-serif;
}
.news-list ul li .box .day {
  color: #0b3065;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.news-list ul li .title {
  width: 85%;
  float: left;
  padding-left: 20px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  border-left: 1px solid #EDEDED;
  position: relative;
  padding: 2%;
  min-height: 50px;
  font-family: 'Noto Sans JP', sans-serif;
}
.news-list ul li .title a {
  color: #222222;
  text-decoration: underline;
}
.news-list ul li .title a:hover {
  color: #222222;
  text-decoration: none;
}
.news-list-link {
  float: right;
}
.news-list-link ul {}
.news-list-link ul li {}
.news-list-link ul {}
.news-list-link ul {
  font-size: 1rem;
  margin: 0 0 20px 0;
  display: flex;
}
.news-list-link ul li a {
  color: #222222;
  text-decoration: none;
}
.news-list-link ul li a:hover {
  color: #222222;
  text-decoration: underline;
}
.news-list-link ul li {
  list-style: none;
  padding-left: 15px;
  margin-left: 20px;
}
.news-list-link ul li::after {
  top: 10px;
  left: 10px;
  position: relative;
  content: url(../img/icon-arrow-02.svg);
}
.news-list-photo {
  margin: 15px 0;
}
.news-list-photo ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: left;
}
.news-list-photo ul li {
  width: 48%;
  list-style: none;
  margin: 1%;
}
.news-list-photo ul li img {
  width: 100%;
  height: auto;
}
.news-navi {
  width: 100%;
}
.news-navi ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
.news-navi ul li {
  display: inline-block;
  list-style: none;
}
.news-navi ul li .btn {
  padding: 5px 0;
}
.news-navi ul li .btn, .news-navi ul li a.btn, .news-navi ul li button.btn {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 10px;
  padding: 10px;
}
.news-navi ul li a.btn--red.btn--cubic {
  border: 2px solid #B3CD05;
}
.news-navi ul li a.btn--red.btn--cubic:hover {
  border-bottom: 2px solid #B3CD05;
  background-color: #F7FAE6;
}
.contents-list ol {
  width: 93%;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 1rem;
}
.contents-list ol li {
  margin-bottom: 15px;
}
.contents-list ul {
  width: 93%;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 1rem;
}
.contents-list ul li {
  margin-bottom: 15px;
  list-style: none;
  background-image: url(../img/link-icon.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 20px;
  background-size: 18px;
}
.contents-list-bnr ul {
  width: 93%;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.contents-list-bnr {
  text-align: center;
}
.contents-list-bnr ul li {
  width: 31.1%;
  margin: 0 10px 15px 10px;
  list-style: none;
}
.contents-list-bnr ul li a {
  text-decoration: none;
  display: block;
  padding: 20px;
  border-radius: 8px;
  background-color: #0b3065;
}
.contents-list-bnr ul li .jp {
  color: #FFF;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}
.contents-list-bnr ul li .en {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
.research-block .fig {
  width: 800px;
  margin: 0 auto;
  padding: 15px 0;
}
.research-block .fig img {
  width: 100%;
  height: auto;
}
.research-block .fig-list {
  width: 100%;
}
.research-block .fig-list ul {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.research-block .fig-list ul li {
  width: 49%;
  list-style: none;
  margin-top: 15px;
}
.research-block .fig-list ul li img {
  width: 100%;
  height: auto;
}
.voice-block {
  width: 100%;
}
.voice-l_detail {}
.voice-l_detail .detail {
  padding: 30px 0;
  float: left;
  width: 85%;
  font-size: 1rem;
  line-height: 1.8rem;
}
.voice-l_detail .photo {
  margin: 30px 0;
  float: right;
  width: 120px;
}
.voice-l_detail .photo img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.voice-r_detail {}
.voice-r_detail .detail {
  padding: 30px 0;
  float: right;
  width: 85%;
  font-size: 1rem;
  line-height: 1.8rem;
}
.voice-r_detail .photo {
  margin: 30px 0;
  float: left;
  width: 120px;
}
.voice-l_detail .photo img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.voice-block:after, .voice-l_detail:after, .voice-r_detail:after {
  content: "";
  display: block;
  clear: both;
}
.voice-list_menu {
  margin-top: 30px;
}
.voice-list_menu .title {
  background-image: linear-gradient(135deg, #48559b, #0b3065);
  border-radius: 10px;
  padding: 5px 25px 7px 25px;
  display: inline-block;
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.voice-list_menu ul {
  width: 90%;
  margin: 30px auto;
}
.voice-list_menu ul li {
  font-size: 1rem;
  background-image: url(../img/icon-arrow-03.png);
  background-repeat: no-repeat;
  list-style: none;
  background-size: 16px auto;
  padding: 0 0 0 24px;
  background-position: left 6px;
  margin-bottom: 20px;
}
.voice-menu_img {
  width: 510px;
  margin: 30px auto 0 auto;
}
.voice-menu_img img {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
.right-fixed-banner {
  position: fixed;
  bottom: 0;
  right: 0px;
  width: 50px;
  margin-right: 0;
  background-color: #FFF;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}
.banner-box {
  width: 40px;
  padding: 10px 0 0 10px;
  margin-bottom: 0px;
}
.banner-box img {
  width: 100%;
}
.banner-box a:hover {
  opacity: 0.6;
}
.point {
  border: 1px solid #0B3065;
  border-radius: 10px;
  background-color: #E6F0FF;
  text-align: center;
  font-size: 1rem;
  padding: 30px;
  letter-spacing: 0.05rem;
  display: block;
  width: 100%;
  margin: 0px auto 0 auto;
}
.access-map {
  width: 600px;
  margin: 30px auto;
}
.access-map img {
  width: 100%;
  height: auto;
}
.access-map_big {
  width: 740px;
  margin: 30px auto;
}
.access-map_big img {
  width: 100%;
  height: auto;
}




.breadcrumb__wrap {text-align: left;
	width: 1200px;margin: 0 auto;
  background-color: #FFFFFF;
  padding: 30px 0 0 0;
}
.breadcrumb {
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}
.breadcrumb a {
  color: #0b3065;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #3F7FDD;
  text-decoration: none;
}


.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d473e;
}
.wp-pagenavi a {
  color: #0d473e;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: .3s;
}
.wp-pagenavi span.current {
  border: none;
  background: #0b3065;
  color: #fff;
}
.wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover {
	background-color: #3F7FDD;
	color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.attention {
  color: red;
}
.news-wrap:before,.contents-inner:before,.breadcrumb__wrap:before {content: "";
  clear: both;
  display: block;}
