<style>
/*
*** icon
1. H2＋Moreリンク*/

/* heading-typeNotice style */

.heading-typeNotice {
	letter-spacing: -0.4em;
}
.heading-typeNotice .heading-ttl {
	margin: 0;
	/* font-size: 22px; */
	font-weight: normal;
	line-height: 30px;
}
.heading-typeNotice .heading-ttl, .heading-typeNotice ul, .heading-typeNotice ul li {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	letter-spacing: normal;
}
.heading-typeNotice ul {
	padding-left: 10px;
}
.heading-typeNotice ul li a {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	font-size: 16px;
	line-height: 28px;
}
@media screen and (min-width: 768px) {
	.heading-typeNotice ul li a:hover {
	}
}
@media screen and (max-width: 767px) {
	.heading-typeNotice h2 {
		margin-bottom: 5px;
	}
	.heading-typeNotice ul {
		display: block;
		text-align: right;
	}
	.heading-typeNotice.single-row .heading-ttl {
		margin-bottom: 0;
	}
	.heading-typeNotice.single-row ul {
		display: inline-block;
	}
}


/*
*** subpage-nav
footerナビ*/

/*
.subpage-nav {
  border-bottom: 2px solid #d1d1d1;
}
 */
.subpage-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.subpage-nav-list--icon .link-text-inner {
  padding-left: 0;
}

.subpage-nav-list--icon .iconElem {
  padding-right: 5px;
}
li.subpage-nav-item {
    box-shadow: 0 1px 0 #e5e5e5;
    border: 1px solid #e5e5e5 !important;
    margin-right: -1px;
}
.subpage-nav ul.subpage-nav-list li.subpage-nav-item a {
    background-color: #fff;
    height: 100%;
  }


@media screen and (min-width: 768px) {
  .txtSize-small-custom {
    font-size: 14px;
  }

  .subpage-nav-item .link-text:after {
    background-position-y: -12.5px;
    margin-right: 10px;
  }

  .subpage-nav-item .link-text:hover:after {
    background-position-y: -25px;
  }

  .subpage-nav-item a {
    padding: 15px 20px;
  }

  .subpage-nav-list--pc4col .subpage-nav-item {
    width: 25%;
  }

  .subpage-nav-list--pc4col .subpage-nav-item:first-child {
    border: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc4col .subpage-nav-item:not(:first-child) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc4col .subpage-nav-item:nth-child(-n+4) {
    border-top: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc4col .subpage-nav-item:nth-child(4n+1) {
    border-left: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc4col.subpage-nav-list--wide .subpage-nav-item:nth-child(4n+1) {
    border-left: none;
  }

  .subpage-nav-list--pc4col.subpage-nav-list--wide .subpage-nav-item:nth-child(4n) {
    border-right: none;
  }

  .subpage-nav-list--pc3col .subpage-nav-item {
    width: 33.33333%;
  }

  .subpage-nav-list--pc3col .subpage-nav-item:first-child {
    border: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc3col .subpage-nav-item:not(:first-child) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc3col .subpage-nav-item:nth-child(-n+3) {
    border-top: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc3col .subpage-nav-item:nth-child(3n+1) {
    border-left: 1px solid #e5e5e5;
  }

  .subpage-nav-list--pc3col.subpage-nav-list--wide .subpage-nav-item:nth-child(3n+1) {
    border-left: none;
  }

  .subpage-nav-list--pc3col.subpage-nav-list--wide .subpage-nav-item:nth-child(3n) {
    border-right: none;
  }

  .subpage-nav-list--icon .iconElem img {
    max-width: 40px;
    max-height: 40px;
  }

  .subpage-nav-list--icon .link-text {
    padding: 5px 20px 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .txtSize-small-custom {
    font-size: 12px;
  }

  .subpage-nav-item {
    width: 50%;
  }

  .subpage-nav-item a {
    padding: 15px 20px 15px 10px;
  }

  .subpage-nav-item .link-text:after {
    background-position: -93px 0;
    margin-right: 10px;
  }

  .subpage-nav-item .link-text:hover:after {
    background-position: -81px -37px;
  }

  .subpage-nav-item:first-child {
    border: 1px solid #e5e5e5;
  }

  .subpage-nav-item:not(:first-child) {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .subpage-nav-item:nth-child(-n+2) {
    border-top: 1px solid #e5e5e5;
  }

  .subpage-nav-item:nth-child(2n+1) {
    border-left: 1px solid #e5e5e5;
  }

  .subpage-nav--spWide {
    margin-left: -1%;
    margin-right: -1%;
  }

  .subpage-nav--spWide .subpage-nav-item:nth-child(odd) {
    border-left: none;
  }

  .subpage-nav--spWide .subpage-nav-item:nth-child(even) {
    border-right: none;
  }

  .subpage-nav-list--icon .link-text-inner {
    display: table;
    vertical-align: middle;
  }

  .subpage-nav-list--icon .link-text {
    padding: 5px 20px 5px 5px;
  }

  .subpage-nav-list--icon .iconElem {
    display: table-cell;
  }

  .subpage-nav-list--icon .iconElem img {
    max-width: 30px;
    max-height: 30px;
  }

  .subpage-nav-list--icon .iconTxt {
    display: table-cell;
  }
}
.link-text-blue.--left {
  padding-right: 0;
  padding-left: 13px;
}
.link-text-blue.--left:after {
  left: 0;
  background-position-y: -56px;
}
@media screen and (min-width: 768px) {
  .link-text-blue.--left:after {
    background-position-y: -75px;
  }
}

</style>