/* CSS Document */
{
  
}
a.ico-arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  content: '';
  background-image: url(/common/img/servicenavi/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
a.ico-arrow {
  display: inline-block;
  position: relative;
  color: var(--comBlue);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding-right: 1.5em;
  margin-bottom: 8px;
}

.contentWrap .contentInner .mb0 {
  margin-bottom: 0;
}
.contentWrap .contentInner .mt0 {
  margin-top: 0;
}
.c-breadcrumb-wrap, #page-trail_wrap {
  position: static;
}
.c-breadcrumb, #page-trail {
  color: #777;
  padding: 0;
}
#page-trail a:visited, #page-trail a{
  color: #002896;/*旧デザインではコンポーネントを読み込んでいないため直指定*/
}
.c-breadcrumb a:visited,.c-breadcrumb a{
  color: var(--comBlue);
}
.contentWrap h2 {
  color: #000;
  font-size: 24px;
  text-align: left;
  width: 100%;
  margin: 48px 0 72px;
}
.contentWrap h3 {
  font-size: 28px;
  line-height: 1.46;
  text-align: left;
  color: #000;
}
.contentWrap h3:has(+h4){
  margin-bottom: 8px;
}
.contentWrap h3 span {
  display: block;
  font-size: 22px;
  line-height: 1.6;
}
.contentWrap .contentInner h4 {
  font-size: 16px;
  text-align: left;
  color: #000;
}
.contentWrap .contentInner h4 + p{
  margin-top: 17px;
}
.contentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1206px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.contentWrap .contentInner {
  max-width: 808px;
  margin: 0 40px 0 0;
  padding-left: 0;
  padding-right: 0;
  word-break: break-all;
  flex: 1;
}
.contentWrap .contentInner #news-release a,
.main.contentWrap .contentInner a {
  color: var(--comBlue);
}
.main.contentWrap .contentInner a:hover {
  text-decoration: underline;
}
.contentWrap h3 span.ib,
.contentWrap h4 span.ib,
.contentWrap p span.ib {
  display: inline-block;
  text-decoration: inherit;
  line-height: inherit;
  font-size: inherit;
  text-indent: initial;
}
/*一覧*/
.contentWrap .contentInner #news-release {
  display: flex;
  flex-wrap: wrap;
}
.contentWrap .contentInner #news-release dd{
  width: calc(100% - 130px);
}

/*個別*/
.contentWrap .contentInner .scroll-wrap {
  overflow: auto;
}
.contentWrap .contentInner p {
  font-size: 16px;
  line-height: 1.7;
  margin: 32px 0;
}
.contentWrap .contentInner ul {
  padding-left: 1em;
  text-indent: -1em;
}
.contentWrap .contentInner ul li {
  font-size: 16px;
  line-height: 1.7;
  list-style: none;
}
.contentWrap .contentInner ul + h4 {
  margin-top: 32px;
}
.contentWrap .flex-center {
  display: flex;
  justify-content: center;
}
.contentWrap .flex-between {
  display: flex;
  justify-content: space-between;
}
.contentWrap .aboutInfo {
  margin-top: 32px;
}
.contentWrap .aboutInfo h4 {
  margin-bottom: 0;
}
.contentWrap .aboutInfo h4 + p {
  margin-top: 8px;
}
.contentWrap .aboutInfo p {
  font-size: 14px;
}
.contentWrap .aboutInfo ul li {
  font-size: 14px;
}
.contentWrap .aboutInfo .info {
  padding: 16px;
  border: 1px solid #c8c8c8;
}
.contentWrap .aboutInfo .info p:last-of-type {
  margin-bottom: 0;
}
.contentWrap p.attention {
  font-size: 14px;
  border-top: 1px solid #c8c8c8;
  padding-top: 32px;
  margin-top: 32px;
}
.table-simple{
  font-size: 16px;
}
/*サイドナビ*/
#sideNavi {
  max-width: 278px;
}
#sideNavi ul {
  padding: 28px 28px 28px 17px;
  padding-right: calc(28px + 1em);
}
#sideNavi ul li {
  list-style: none;
  position: relative;
}
#sideNavi ul li:first-of-type {
  margin-bottom: 32px;
}
#sideNavi ul li::before {
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  content: '';
  background-image: url(/common/img/servicenavi/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#sideNavi ul li a {
  color: var(--comBlue);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
/*ニュースリリース・お知らせレスポンシブ化に伴うサイドナビ修正
旧デザインもサイドナビは変更したものの、htmlの構成が微妙に違うので、別指定
レスポンシブ対応はしないので、PCのみ
*/
#sidemenu{
  background-color: #eff4f7;
}
#sideNavi {
  max-width: 278px;
}
#sideMenu {
  padding: 28px 28px 28px 17px;
  padding-right: calc(28px + 1em);
}
#sideMenu li {
  list-style: none;
  position: relative;
}
#sideMenu li:first-of-type {
  margin-bottom: 32px;
}
#sideMenu li::before {
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  height: 13px;
  width: 13px;
  content: '';
  background-image: url(/common/img/servicenavi/ico_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#sideMenu li a {
  color: #002896;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.contentWrap .contentInner .date {
  margin-bottom: 16px;
}
/* 20230915追加 */
/* シンプルリスト */
ul li.nonStyle {
  list-style: none!important;
}
ul li.nonStyle::before {
  content: '';
  width: 0!important;
  height: 0!important;
}
/*sp*/
@media screen and (max-width: 768px) {
  .contentWrap h2 {
    margin: 32px 24px 16px;
  }
  .contentWrap h3 {
    font-size: 24px;
    line-height: 1.38;
  }
  .contentWrap h3 span {
    font-size: 20px;
    line-height: 1.3;
  }
  .contentWrap .contentInner p {
    margin: 25px 0;
    line-height: 1.54;
  }
  .contentWrap {
    flex-direction: column;
    padding: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
  .contentWrap .contentInner {
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }
  /*一覧*/
  .contentWrap .contentInner #news-release {
    flex-direction: column;
  }
  .contentWrap .contentInner #news-release dt{
    width: 100%;
  }
  .contentWrap .contentInner #news-release dd{
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
  .contentWrap .contentInner #news-release dd:last-of-type{
    border-bottom: 1px solid #cfcfcf;
  }
  /*個別*/
  /*横スクロール表示*/
  .contentWrap .contentInner .scroll-wrap p {
    min-width: 700px;
  }
  .contentWrap .flex-center, .contentWrap .flex-between {
    flex-direction: column;
    align-items: center;
  }
  .contentWrap .flex-center img, .contentWrap .flex-between img {
    height: auto !important;
    width: 100%;
  }
  .contentWrap .aboutInfo {
    margin-top: 25px;
  }
  .contentWrap .aboutInfo h4 {
    font-size: 13px;
  }
  .contentWrap .aboutInfo p {
    font-size: 13px;
  }
  .contentWrap .aboutInfo ul li {
    font-size: 13px;
  }
  /*サイドナビ*/
  #sideNavi {
    width: 100%;
    max-width: none;
    margin-top: 32px;
/*    padding: 0 24px;*/
  }
/*  #sideNavi .palegray_bg {
    background: #fff;
  }
  #sideNavi ul li {
    border-top: 1px solid #c8c8c8;
  }*/
}
/* モバイル表示時のtable-scroll設定 */
@media screen and (max-width:768px){
  .table-scroll table {
    min-width: 768px;
  }
}
/* 2025.4.1対応 */
.contentWrap .contentTitle {
  width: 100%;
  margin: 48px 0 72px;
}
.contentWrap .contentTitle h2 {
  margin:0;
}
.contentWrap .contentTitle span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contentWrap .contentTitle {
    margin: 32px 0 16px;
    padding: 0 24px;
  }
}