@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
body {
  color: #4D5156;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

p {
  line-height: 24px;
  font-size: 16px;
}

a {
  color: #4D5156;
  text-decoration: none;
  text-decoration-color: transparent;
}
a:hover {
  /*		text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: $accent;
  text-underline-offset: 2px; */
}
a:hover .title {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
  display: inline;
}
a[href^=java] {
  pointer-events: none;
}
a.img-link:hover {
  background: none;
  opacity: 0.7;
}

/*----------------------------------------
ヘッダー
----------------------------------------*/
.nav {
  position: relative;
  z-index: 100;
  height: 64px;
  width: 100%;
  z-index: 300;
  top: 0;
  margin-top: 25px;
  background-color: #293C67;
}
.nav .nav__box {
  align-items: center;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  max-width: 1008px;
  height: 64px;
  margin: 0 auto;
}
.nav .nav__box .global-nav {
  /*			ul.depth1 {
  	padding-left: 0;
  	margin-bottom: 0;
  	margin-top: 0;
  } */
}
.nav .nav__box .global-nav ul {
  list-style: none;
}
.nav .nav__box .global-nav ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.nav .nav__box .global-nav ul.depth1 {
  display: flex;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 {
  display: flex;
  position: relative;
  height: 64px;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 a {
  padding: 21px 15px 21px;
  outline: 1px solid #293C67;
  outline-offset: -1px;
  line-height: 22px;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 a:hover {
  color: #293C67;
  transition: 0.2s;
  display: block;
  opacity: 1;
  background-color: #fff;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 a:hover > ul.depth2 {
  visibility: visible;
}
.nav .nav__box .global-nav ul.depth1 li.depth1:hover {
  visibility: visible;
  color: #293C67;
  transition: 0.2s;
  background-color: #fff;
  opacity: 1;
}
.nav .nav__box .global-nav ul.depth1 li.depth1:hover > a {
  color: #293C67;
}
.nav .nav__box .global-nav ul.depth1 li.depth1:hover ul.depth2 {
  visibility: visible;
  transition: 0.2s;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 {
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  top: 100%;
  left: 1px;
  right: 0;
  width: 160px;
  min-width: 100%;
  z-index: 10;
  padding: 0;
  opacity: 0.8;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li {
  /*				background-color: $blue;
  border-bottom: 1px solid $white;
  outline: none; */
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a {
  outline: 0;
  outline-offset: 0;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a {
  padding: 8px 15px;
  display: block;
  color: #fff;
  background-color: #293C67;
  border-bottom: 1px solid #fff;
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a:hover {
  text-decoration-color: #ABDCD6;
  text-underline-offset: -3px;
  color: #293C67;
  opacity: 1;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a:hover {
    border: 1px solid transparent;
    border-top: 1px solid #EBEBEB;
  }
}
.nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li:last-child a {
    border: 1px solid transparent;
    border-top: 1px solid #EBEBEB;
  }
}

.chenge_la {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.chenge_la a {
  color: #fff;
  padding: 21.5px 6px;
  line-height: 16px;
}
.chenge_la a:hover {
  opacity: 0.8;
  transition: 0.2s;
  background: none;
}
.chenge_la a.active_la {
  font-weight: bold;
  pointer-events: none;
}

.global-nav {
  display: flex;
}

#top_logo img {
  width: 160px;
  margin-top: 6px;
}

.header.sub_main .nav {
  position: fixed;
  background-color: #293C67;
  margin-top: 0;
  top: 0;
}
.header.sub_main .nav .nav__box .global-nav ul.depth2 li.depth2 a:hover {
  background-color: #fff;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .header.sub_main .nav .nav__box .global-nav ul.depth2 li.depth2 a:hover {
    background: #fff;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ABDCD6;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
    text-underline-position: under;
  }
}
/*ハンバーガーボタン*/
.menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 72px;
  height: 56px;
  cursor: pointer;
  z-index: 300;
  transition: transform 0.6s;
}
.menu .hamburger__line {
  position: absolute;
  left: 16px;
  height: 3px;
  border-radius: 3px;
  transition: transform 0.6s;
  background-color: #fff;
}
.menu .hamburger__line--1 {
  top: 18px;
  width: 24px;
  margin-left: 8px;
}
.menu .hamburger__line--2 {
  top: 28px;
  width: 32px;
}
.menu .hamburger__line--3 {
  top: 38px;
  width: 17px;
  margin-left: 15px;
}

/*
.black-bg {
position: fixed;
left: 0;
bottom: 0;
width: 100vw;
height: calc(100vh - 667px);
z-index: 100;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
cursor: pointer;
}
*/
/*----------------------------------------
上へ行くボタン
----------------------------------------*/
.page_top {
  position: fixed;
  right: 0;
  bottom: 64px;
  z-index: 300;
}

/*----------------------------------------
フッター
----------------------------------------*/
footer {
  padding-top: 48px;
  border-top: 1px solid #EBEBEB;
  padding-bottom: 56px;
  background-color: white;
}
footer .footer_text {
  max-width: 1008px;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 136px;
}
footer .footer_text__item ul {
  list-style: none;
}
footer .footer_text__item ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}
footer .footer_text__item ul li a {
  margin-left: 4px;
  line-height: 14px;
}
footer .footer_text__item ul li a:hover {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
  display: inline;
}
footer .footer_text__item ul.link_insite li:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #4D5156;
  display: inline-block;
}
footer .footer_text__item ul.link_blank li a {
  /*		&:hover {
  	background: linear-gradient(transparent 80%, #ABDCD6 0%);
  	display: inline;
  } */
}
footer .footer_text__item ul.link_blank li a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-left: 6px;
  margin-bottom: -2px;
}
footer .copy {
  font-size: 12px;
  text-align: center;
  color: #293C67;
}

.btn_square {
  text-align: right;
  padding-bottom: 16px;
}
.btn_square a {
  /*	appearance: button; */
  background-color: #fff;
  background-image: none;
  border: 1px solid #293C67;
  box-shadow: #fff 4px 4px 0 0, #293C67 4px 4px 0 1px;
  box-sizing: border-box;
  color: #293C67;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 5px 14px;
  padding: 9px 23px;
  text-align: center;
  text-transform: none;
  margin-bottom: 24px;
  width: 148px;
  text-decoration-color: transparent;
}
.btn_square a:hover {
  box-shadow: none;
  transition: 0.2s;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ABDCD6;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-underline-position: under;
}

/*---------レスポンシブ---------*/
@media screen and (max-width: 1024px) {
  #top_logo img {
    width: 141px;
    height: 19.13px;
  }

  .header {
    position: relative;
  }

  .menu {
    display: block;
    position: absolute;
  }

  .nav .nav__box .global-nav ul.depth1 {
    display: block;
    margin-top: 56px;
    border-top: 1px solid #EBEBEB;
    padding-left: 0;
    margin-bottom: 0;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    height: auto;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 > a {
    color: #4D5156;
    display: block;
    padding: 18px 58px;
    outline: none;
    outline-offset: 0;
    text-decoration-color: transparent;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 > a:hover {
    background: #fff;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ABDCD6;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
    text-underline-position: under;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 {
    visibility: visible;
    position: relative;
    border: none;
    margin-top: 1px;
    background-color: #fff;
    outline: none;
    opacity: 1;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li {
    background-color: #fff;
    border-bottom: none;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li:first-child {
    margin-top: 0;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li:first-child a {
    border: none;
    border-top: 1px solid #EBEBEB;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a {
    background-color: #fff;
    color: #4D5156;
    margin-left: 58px;
    outline: 0;
    outline-offset: 0;
    border: 1px solid transparent;
    border-top: 1px solid #EBEBEB;
    text-decoration-color: transparent;
  }
  .nav .nav__box .global-nav ul.depth1 li.depth1 ul.depth2 > li a br {
    display: none;
  }

  .global-nav {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    right: -110%;
    width: 100%;
    transition: 0.5s;
    z-index: 10;
  }
  .global-nav ul a {
    color: #4D5156;
  }

  .nav-open {
    overflow-y: hidden;
  }
  .nav-open .global-nav {
    top: 0;
    transition: 0.5s;
    position: fixed;
    overflow: auto;
    height: 100%;
    right: 0;
  }
  .nav-open .global-nav .hamburger__line {
    background-color: #4D5156;
  }
  .nav-open .menu .hamburger__line--1 {
    transform: rotate(45deg);
    top: 28px;
    background-color: #293C67;
    margin-left: 0;
  }
  .nav-open .menu .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .menu .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 28px;
    background-color: #293C67;
    width: 24px;
    margin-left: 0;
  }
  .nav-open .black-bg {
    visibility: visible;
  }
  .nav-open #js-menu-top.menu {
    margin-top: -24px;
  }

  .chenge_la {
    color: #4D5156;
    padding-left: 56px;
    border-bottom: 1px solid #EBEBEB;
  }
  .chenge_la a {
    color: #4D5156;
  }
  .chenge_la a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #ABDCD6;
    text-underline-offset: -2px;
    text-underline-position: under;
  }
}
.sp_logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc_logo {
    display: none;
  }

  .sp_logo {
    display: block;
  }

  #top_logo img.sp_logo {
    width: 45.26px;
    height: 39.96px;
  }

  .header .first_head .nav {
    background-color: #fff;
  }

  .header.sub_main .nav {
    background-color: transparent;
    border-bottom: none;
  }
  .header.sub_main .nav .menu .hamburger__line {
    background-color: #293C67;
  }

  .btn_square {
    padding-bottom: 24px;
  }

  footer .footer_text {
    display: block;
    position: relative;
    margin-bottom: 66px;
  }
  footer .footer_text__item img {
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  footer .footer_text__item ul {
    margin-bottom: 32px;
    padding-left: 0;
  }
  footer .footer_text__item ul li {
    margin-bottom: 16px;
    /*		line-height: 32px;
    }
    	&.link_blank li:before {
    	top: 6px;
    }
    	*/
  }
  footer .footer_text__item ul li a {
    margin-left: 0;
    line-height: 18px;
  }
}
/*----------------------------------------
下層ページ
----------------------------------------*/
#wholewrapper {
  overflow-x: hidden;
}

ul.pankuzu, #main_sub {
  max-width: 960px;
  padding-left: 24px;
  padding-right: 24px;
}

ul.pankuzu {
  margin: 88px auto 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
ul.pankuzu li a {
  color: #293C67;
  font-size: 14px;
}
ul.pankuzu li a.last {
  font-weight: bold;
}
ul.pankuzu li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 6px;
}
ul.pankuzu li:last-child:after {
  content: "";
}
ul.pankuzu li:first-child {
  display: none;
}

#main_sub {
  margin: 56px auto 80px;
}

/* 　コンテンツ  */
.inlink {
  margin-top: -80px;
  padding-top: 80px;
}

.top_read {
  font-size: 32px;
  line-height: 56px;
  max-width: 680px;
  margin: 0 auto 32px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.contents {
  margin-bottom: 80px;
}
.contents h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 64px;
}
.contents h3 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 40px;
  position: relative;
  margin-bottom: 64px;
}
.contents h3:before {
  content: "";
  background-color: #293C67;
  width: 64px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.contents h4 {
  font-size: 16px;
  position: relative;
  color: #293C67;
  padding-left: 80px;
  padding-top: 24px;
  margin: 80px 0 40px;
}
.contents h4 a {
  color: #293C67;
}
.contents h4:before {
  content: "";
  background-color: #293C67;
  width: 128px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.contents .contents_topimg img {
  width: 100%;
  height: auto;
}
.contents ul.link {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 64px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 16px;
}
.contents ul.link li a {
  color: #293C67;
  display: flex;
  margin-right: 32px;
  padding-right: 21px;
  font-weight: bold;
  margin-bottom: 21px;
  position: relative;
}
.contents ul.link li a::after {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 24px;
  font-weight: 900;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 0;
}
.contents ul.link li a.icon_white {
  margin-right: 24px;
}
.contents ul.link li a.icon_white::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  top: 3.5px;
  background: url(../media/images/common/kihu/icon_down-white.svg) no-repeat;
  background-size: contain;
}
.contents ul.link li a:hover {
  /*		text-decoration: none;
  border-bottom: 1px solid $accent; */
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
}
.contents ul.link.publish-link {
  margin-top: 29px;
  margin-bottom: 19px;
}
.contents ul.ul_square {
  list-style: none;
  padding-left: 0;
  margin-left: 32px;
}
.contents ul.ul_square > li {
  margin-bottom: 24px;
  margin-left: 30px;
  position: relative;
}
.contents ul.ul_square > li:before {
  position: absolute;
  left: -30px;
  top: 4px;
  font-weight: 900;
  margin-right: 16px;
  color: #293C67;
  font-family: "Font Awesome 5 Free";
  content: "";
}
.contents .person_list ul.ul_square {
  margin: 0;
}
.contents .person_list ul.ul_square > li:before {
  top: 0;
}
.contents .contents__main {
  max-width: 680px;
  margin: 0 auto 80px;
}
.contents .contents__main p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.contents .contents__main img {
  width: 100%;
  height: auto;
}
.contents .contents__main .sub_img {
  margin: 40px 0;
  text-align: center;
}
.contents .contents__main-wide {
  margin: 0 auto 80px 128px;
}
.contents .contents__main-wide.list-wide {
  margin-left: 80px;
}
.contents .contents__main-wide .message-title {
  display: initial;
}
.contents .contents__main-wide .message-title.icon_browser:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  background: url(../media/images/common/icon_browser.svg) no-repeat;
  margin-left: 6px;
}
.contents .contents__main-wide .message-title.icon_pdf:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  background: url(../media/images/common/icon_pdf.svg) no-repeat;
  margin-left: 6px;
}
.contents .contents__main-wide .message {
  display: flex;
  align-items: inherit;
  justify-content: flex-start;
  margin-bottom: 56px;
  margin-top: 16px;
}
.contents .contents__main-wide .message img {
  width: 100%;
  max-width: 320px;
  margin-right: 24px;
}
.contents .contents__main-wide .message .message__comment {
  margin: 0;
  width: 488px;
}
.contents .contents__main-wide .massage-hover:hover .message-title {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
}
.contents .contents__main-wide .massage-hover:hover .message__comment {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: #ABDCD6;
  text-underline-offset: -2px;
  text-underline-position: under;
  line-height: 24px;
}
.contents .massage_imgbox {
  display: flex;
  flex-wrap: wrap;
}
.contents .massage_imgbox--item {
  width: 31.33%;
  height: auto;
  margin-bottom: 32px;
  margin-right: 24px;
}
.contents .massage_imgbox--item img {
  width: 100%;
  height: auto;
}
.contents .massage_imgbox--item:last-child {
  margin-right: 0;
}
.contents p.img_caption {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}
.contents ul.icon_before li a, .contents ol.icon_before li a, .contents td.icon_before a {
  border-bottom: 1px solid transparent;
  margin-right: 6px;
}
.contents ul.icon_before li a::after, .contents ol.icon_before li a::after, .contents td.icon_before a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: contain;
  vertical-align: middle;
}
.contents ul.icon_before li a[href^=jp]::after, .contents ol.icon_before li a[href^=jp]::after, .contents td.icon_before a[href^=jp]::after {
  background: url(../media/images/common/icon_browser.svg) no-repeat;
  margin-bottom: 3px;
}
.contents ul.icon_before li a[href^=en]::after, .contents ol.icon_before li a[href^=en]::after, .contents td.icon_before a[href^=en]::after {
  background: url(../media/images/common/icon_browser.svg) no-repeat;
  margin-bottom: 3px;
}
.contents ul.icon_before li a[href^=http]::after, .contents ol.icon_before li a[href^=http]::after, .contents td.icon_before a[href^=http]::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-bottom: 6px;
}
.contents ul.icon_before li a[href^=hokusai3]::after, .contents ol.icon_before li a[href^=hokusai3]::after, .contents td.icon_before a[href^=hokusai3]::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-bottom: 6px;
}
.contents ul.icon_before li a:hover, .contents ol.icon_before li a:hover, .contents td.icon_before a:hover {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
  display: inline;
}

a.icon_blank {
  position: relative;
  margin-right: 8px;
}
a.icon_blank:hover {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
}
a.icon_blank::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-left: 6px;
  background-size: contain;
  vertical-align: middle;
}
a.icon_blank[href^=http]::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-bottom: 6px;
}
a.icon_blank[href^=hokusai3]::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-bottom: 6px;
}
a.icon_blank[href^=jp]::after {
  background: url(../media/images/common/icon_browser.svg) no-repeat;
  margin-bottom: 6px;
}
a.icon_blank[href^=en]::after {
  background: url(../media/images/common/icon_browser.svg) no-repeat;
  margin-bottom: 6px;
}
a.icon_blank[href$=".pdf"]::after {
  background: url(../media/images/common/icon_pdf.svg) no-repeat;
  margin-bottom: 2px;
}
a.icon_blank[href$=".zip"]::after {
  background: url(../media/images/common/icon_zip.svg) no-repeat;
  margin-bottom: 2px;
}
a.icon_blank[href$=".xlsx"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
  margin-bottom: 2px;
}
a.icon_blank[href$=".xls"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
  margin-bottom: 2px;
}

a.icon_listlink {
  /*	&[href^="hokusai3"] h4::after {
  	background: url(../media/images/common/icon_link.svg) no-repeat;
  	bottom: 1px;
  }
  	&[href^="jp"] h4::after {
  	background: url(../media/images/common/icon_browser.svg) no-repeat;
  }
  	&[href^="en"] h4::after {
  	background: url(../media/images/common/icon_browser.svg) no-repeat;
  } */
  /*	&:hover h4 {
  	color: $blue;
  	text-decoration: none;
  	border-bottom: 1px solid $accent;
  	margin-bottom: -2px;
  }*/
}
a.icon_listlink:hover {
  text-decoration: none;
}
a.icon_listlink .title {
  display: initial;
}
a.icon_listlink .title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 2px;
}
a.icon_listlink[href^=jp] .title, a.icon_listlink[href^=en] .title {
  padding-right: 0;
}
a.icon_listlink[href^=jp] .title::after, a.icon_listlink[href^=en] .title::after {
  content: none;
}
a.icon_listlink[href^=http] .title::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  margin-bottom: 6px;
}
a.icon_listlink[href$=".pdf"] .title::after {
  background: url(../media/images/common/icon_pdf.svg) no-repeat;
}
a.icon_listlink[href$=".zip"] .title::after {
  background: url(../media/images/common/icon_zip.svg) no-repeat;
}
a.icon_listlink[href$=".xlsx"] .title::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}
a.icon_listlink[href$=".xls"] .title::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}

.person_list {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 24px 0;
  text-align: left;
  line-height: 28px;
  border-top: 1px solid #EBEBEB;
}
.person_list tr {
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
}
.person_list tr td {
  padding-bottom: 2px;
  font-weight: bold;
  padding: 11px 0;
  font-weight: normal;
  vertical-align: top;
}
.person_list tr td.subject {
  width: 88px;
  font-size: 14px;
  padding-right: 24px;
}
.person_list tr td ul.research {
  list-style: none;
  padding-left: 24px;
  margin: 0;
}
.person_list tr td ul.research li {
  position: relative;
  margin-bottom: 24px;
}
.person_list tr td ul.research li::before {
  content: "○";
  position: absolute;
  left: -24px;
}
.person_list tr td ul.research li:last-child {
  margin-bottom: 0;
}
.person_list tr td ul.info {
  list-style: none;
  padding-left: 0;
}

ol {
  padding-left: 0;
  margin-left: 32px;
  margin-top: 0;
  margin-bottom: -8px;
}
ol li {
  margin-bottom: 24px;
}
ol li::marker {
  font-weight: bold;
  color: #293C67;
}
ol li a .title {
  font-weight: normal;
}
ol li a .title:hover {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
}
ol li a .release_date {
  display: none;
}

.old_site {
  position: relative;
  padding-right: 24px;
}
.old_site::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1px;
  background-size: contain;
  bottom: 0;
}

.icon_extension li a::after, .icon_extension td a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: contain;
  vertical-align: middle;
}
.icon_extension li a[href$=".pdf"]::after, .icon_extension td a[href$=".pdf"]::after {
  background: url(../media/images/common/icon_pdf.svg) no-repeat;
}
.icon_extension li a[href$=".zip"]::after, .icon_extension td a[href$=".zip"]::after {
  background: url(../media/images/common/icon_zip.svg) no-repeat;
}
.icon_extension li a[href$=".xlsx"]::after, .icon_extension td a[href$=".xlsx"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}
.icon_extension li a[href$=".xls"]::after, .icon_extension td a[href$=".xls"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}
.icon_extension li a:hover, .icon_extension td a:hover {
  background: linear-gradient(transparent 80%, #ABDCD6 0%);
  display: inline;
}

.text_img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.img_box {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.img_box .text_img {
  margin-bottom: 16px;
}

.sp_br {
  display: none;
}

.news_detail__date {
  text-align: right;
  margin-top: -48px;
  font-size: 14px;
  margin-bottom: 48px;
}

/* 詳細ページ用  */
.article_detail a {
  /*	&:hover {
  	color: $blue;
  	text-decoration: none;
  	border-bottom: 1px solid $accent;
  	margin-bottom: -2px;
  }*/
}
.article_detail a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  background-size: contain;
  vertical-align: middle;
}
.article_detail a[href^=http]::after {
  background: url(../media/images/common/icon_link.svg) no-repeat;
  bottom: 1px;
}
.article_detail a[href$=".pdf"]::after {
  background: url(../media/images/common/icon_pdf.svg) no-repeat;
}
.article_detail a[href$=".zip"]::after {
  background: url(../media/images/common/icon_zip.svg) no-repeat;
}
.article_detail a[href$=".xlsx"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}
.article_detail a[href$=".xls"]::after {
  background: url(../media/images/common/icon_xls.svg) no-repeat;
}

.contents ul.link.blank-listlink {
  margin: 24px 0;
}
.contents ul.link.blank-listlink li a {
  margin-bottom: 16px;
  margin-right: 16px;
  position: relative;
}
.contents ul.link.blank-listlink li a:after {
  transform: rotate(270deg);
  right: 0;
  top: 0;
  position: absolute;
}

.contents ul.link.blank-listlink.depth1 li a {
  padding-right: 8px;
}
.contents ul.link.blank-listlink.depth1 li a br {
  display: none;
}

.contents ul.link.link-mgn {
  margin: 24px 0 40px;
}
.contents ul.link.link-mgn li a:hover {
  display: flex;
}

.id-link {
  margin-top: -20px;
  padding-top: 20px;
}

.local_navi .tag_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: -48px 0 56px;
  list-style: none;
}
.local_navi .tag_list li a {
  padding: 5px 12px 5px 35px;
  margin-right: 24px;
  position: relative;
  border: 1px solid;
  border-radius: 24px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #293C67;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .local_navi .tag_list li a {
    margin-right: 16px;
  }
}
.local_navi .tag_list li a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../media/images/common/icon_sharp.svg) no-repeat;
  left: 3px;
  top: 3px;
}
.local_navi .tag_list li a:hover {
  background: #293C67;
  color: #fff;
  transition: 0.2s;
}
.local_navi .tag_list li.active a {
  background-color: #293C67;
  color: white;
}
.local_navi .tag_list li.active a:hover {
  background: #fff;
  color: #293C67;
  transition: 0.2s;
}

.ulnews_list_sub .topics_item a {
  display: block;
}

.footer_text__item ul {
  margin: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .top_read {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }

  .contents h4 {
    padding-left: 0;
  }
  .contents ul.ul_square {
    margin-left: 0;
  }
  .contents .contents__main-wide .message {
    display: block;
  }
  .contents .contents__main-wide .message img {
    width: 100%;
    max-width: none;
    height: auto;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contents .massage_imgbox {
    justify-content: space-between;
  }
  .contents .massage_imgbox--item {
    width: 48%;
    margin-right: 0;
  }
  .contents .massage_imgbox--item:last-child {
    margin-right: 0;
  }

  .person_list tr {
    display: block;
    width: 100%;
  }
  .person_list tr td.subject {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -11px;
  }

  .sp_br {
    display: block;
  }

  .contents .contents__main-wide {
    margin-left: auto;
  }
  .contents .contents__main-wide.list-wide {
    margin-left: auto;
  }
  .contents .contents__main-wide .message .message__comment {
    width: 100%;
  }

  .contents ul.link li a {
    font-size: 14px;
  }
}

/*# sourceMappingURL=common.css.map */
