@charset "UTF-8";
.c-btn {
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(35, 41, 51, 0.16);
  border-radius: 40px;
}
.c-btn:not(.c-btn-sub) {
  padding: 20px 40px 20px 2em;
}

.c-link-list_item a {
  border-color: #C5CEDB;
  line-height: 1.5;
}

.c-list_itemDot {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}
.c-list_itemDot:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.c-list_itemNote {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
.c-list_itemNote:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-card_side.c-card_side--reverse {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .c-card_side.c-card_side--reverse .c-card_side-l .c-card_img {
    border-radius: 0 10px 10px 0;
    box-shadow: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-card_side-r_inner.c-card_side-r_inner--blank::after {
    background-image: url(/assets/img/icons/prime/ic_link_blank.svg);
  }
}


.c-card_img.c-card_img--posiLeft img {
  object-position: 0;
}


.c-card_linkList {
  margin-top: 10px;
}
.c-card_linkList > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 14px;
}
.c-card_linkList > li::before {
  content: "∟";
  position: absolute;
  top: 0;
  left: 0;
}
.c-card_linkList > li.c-card_linkList--noContent {
  padding-left: 0;
}
.c-card_linkList > li.c-card_linkList--noContent::before {
  content: none;
}


@media only screen and (min-width: 768px) {
  .c-card_adjust-lg {
    min-height: 27.4%;
  }
  .c-card_adjust-lg::before {
    display: none;
  }
  .c-card_adjust-lg_inner {
    position: relative;
  }
  .c-card_side-r_inner {
    padding-top: 32px;
    padding-bottom: 44px;
  }
}

.l-btnArea {
	padding: 80px 0;
}
@media screen and (max-width: 767px) {
	.l-btnArea {
		padding: 50px 0;
	}
}


.p-news_list {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.p-news_list:first-child {
  margin-top: 0;
}

.p-news_list_item {
  font-size: 15px;
  line-height: 2;
  border-top: 1px solid #d6d6d6;
}
.p-news_list_item .c-tag {
  font-size: 12px;
  line-height: 2;
  box-sizing: border-box;
}
.p-news_list_item .c-tag--business {
  background-color: #2B73BA;
}
.p-news_list_item .c-tag--irtopics {
  background-color: #951E4B;
}
.p-news_list_item .c-tag--indication {
  background-color: #A77E0F;
}
.p-news_list_item .c-tag--information {
  background-color: #405B98;
}

.p-news_list_itemLink {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
  color: inherit;
}
.p-news_list_itemLink:hover {
  background-color: #edf0f5;
}

.p-news_list_itemDate {
  display: inline-flex;
  align-items: flex-start;
}
.p-news_list_itemDate .c-tag {
  display: block;
  margin: 0;
  padding: 0;
  width: 88px;
  text-align: center;
}
.p-news_list_itemDate .c-tag:lang(en) {
  width: 110px;
  text-align: center;
}
.p-news_list_itemDate .c-tag:lang(zh-cmn-Hans) {
  width: 110px;
  text-align: center;
}
.p-news_list_itemDate time {
  display: inline-block;
  width: 100px;
  line-height: 1.5;
  white-space: nowrap;
  color: #656b76;
}
.p-news_list_itemDate time:lang(en) {
  width: 104px;
}
.p-news_list_itemDate time:lang(zh-cmn-Hans) {
  width: 104px;
}

.p-news_list_itemContent {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  margin-left: 24px;
  padding-right: 44px;
  flex: 1;
  line-height: 1.5;
}
.p-news_list_itemContent .c-tag-new {
  display: block;
  flex: 0 0 40px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 40px;
  border: 1px solid;
  color: #2B73BA;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.p-news_list_itemIcon {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.p-news_list_itemIcon img {
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .p-news_list_item {
    font-size: 14px;
  }
  .p-news_list_itemLink {
    flex-direction: column;
    padding: 20px 0;
    color: inherit;
  }
  .p-news_list_itemDate {
    margin-bottom: 12px;
  }
  .p-news_list_itemDate time {
    width: 89px;
    line-height: 24px;
  }
  .p-news_list_itemContent {
    margin-left: 0;
    padding-right: 36px;
    line-height: 1.428571429;
  }
  .p-news_list_itemContent .c-tag-new {
    margin-right: 8px;
  }
}
.p-anchor-target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

@media only screen and (max-width: 1250px) {
  .p-anchor-target::before {
    height: 65px;
    margin-top: -65px;
  }
}
@keyframes header-fixed {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes header-hidden {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}
@keyframes overlay {
  50% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
body {
  font-size: 100%;
  line-height: 2;
  color: #232933;
}

.g-siteHeader2023 {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.g-siteHeader2023_inner {
  padding-top: 16px;
  width: 100%;
  background-color: #fff;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.tiny .g-siteHeader2023_inner {
  box-shadow: 0px 2px 4px rgba(35, 41, 51, 0.1);
}
.hidden .g-siteHeader2023_inner {
  opacity: 0;
  pointer-events: none;
}
.nohidden .g-siteHeader2023_inner {
  opacity: 1;
}

.g-siteHeader2023_root {
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
}

.g-siteHeader2023_fog {
  display: none;
}

.g-headerLogo2023 img {
  display: block;
  width: auto;
  height: 100%;
}

.g-headerMenu2023_root {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.g-headerNav2023_card a,
.g-headerNav2023_textlink a {
  color: inherit;
}

.g-headerNav2023_listItemLink {
  cursor: pointer;
  color: inherit;
}
.g-headerNav2023_listItem_sub2list .g-headerNav2023_listItemLink {
  padding-left:1em;
  text-indent:-1em;
}

.g-headerNav2023_sublist .u-icon {
  display: inline-block;
  line-height: 0;
}
.g-headerNav2023_sublist .u-icon:before {
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
}

@media only screen and (min-width: 1251px) {
  .g-siteHeader2023 {
    height: 120px;
  }
  .g-siteHeader2023_inner {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0 80px 0 32px;
    width: 100%;
    height: 100%;
  }
  .tiny .g-siteHeader2023_inner {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    animation-name: header-fixed;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-direction: alternate;
  }
  .tiny .g-siteHeader2023_inner .g-headerLogo2023_img.tiny {
    display: block;
  }
  .tiny .g-siteHeader2023_inner .g-headerLogo2023_img.notiny {
    display: none;
  }
  .notiny .g-siteHeader2023_inner {
    animation-direction: alternate-reverse;
  }
  .notiny .g-siteHeader2023_inner .g-headerLogo2023_img.tiny {
    display: none;
  }
  .notiny .g-siteHeader2023_inner .g-headerLogo2023_img.notiny {
    display: block;
  }
  .g-siteHeader2023_root {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .tiny .g-siteHeader2023_root {
    align-items: center;
  }
  .g-headerTitle2023 {
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 20%;
    min-width: 144px;
  }
  .g-headerLogo2023 {
    height: auto;
  }
  .g-headerLogo2023_link {
    display: block;
  }
  .g-headerLogo2023_img.notiny {
    margin-bottom: 12px;
    height: 90px;
  }
  .g-headerLogo2023_img.tiny {
    margin-left: 20px;
    height: 70px;
  }
  .g-headerSwitch2023 {
    display: none;
  }
  .g-headerMenu2023 {
    padding-top: 16px;
    width: 80%;
  }
  .tiny .g-headerMenu2023 {
    padding-top: 0;
  }
  .g-headerSubNav2023 {
    order: 1;
  }
  .tiny .g-headerSubNav2023 {
    display: none;
  }
  .g-headerSubNav2023_list {
    display: flex;
  }
  .g-headerSubNav2023_listItem {
    padding: 0 24px;
    border-right: 1px solid #EDF0F5;
    font-size: 13px;
    line-height: 1;
  }
  .g-headerSubNav2023_listItem:first-child {
    margin-left: 0;
  }
  .g-headerSubNav2023_listItemLink {
    color: #232933;
  }
  .g-headerSubNav2023_listItemLink:hover {
    color: #2B73BA;
  }
  .g-headerSubNav2023_listItemLink[aria-current=page] {
    font-weight: 700;
  }
  .g-headerLang2023 {
    order: 2;
  }
  .tiny .g-headerLang2023 {
    display: none;
  }
  .g-headerLang2023_list {
    display: flex;
  }
  .g-headerLang2023_listItem {
    font-weight: bold;
    line-height: 1;
    margin-left: 24px;
    font-size: 14px;
  }
  .g-headerLang2023_listItemLink {
    color: #C5CEDB;
  }
  .g-headerLang2023_listItemLink:hover {
    color: #2B73BA;
  }
  .g-headerLang2023_listItemLink.is-active {
    color: #232933;
    text-decoration: underline;
    pointer-events: none;
  }
  .g-headerSearch2023 {
    order: 3;
    margin-left: 32px;
  }
  .g-headerSearch2023-sp {
    display: none !important;
  }
  .tiny .g-headerSearch2023 {
    display: none;
  }
  .g-headerSearch2023 .c-searchBox {
    position: relative;
    margin: 20px 0;
  }
  .g-headerSearch2023 .c-searchBox_input {
    padding: 16px 100px 16px 48px;
    height: 80px;
    background-color: #EDF0F5;
    border: none;
    border-radius: 0;
    font-size: 16px;
  }
  .g-headerSearch2023 .c-searchBox_input::-moz-placeholder {
    color: #656B76;
  }
  .g-headerSearch2023 .c-searchBox_input::placeholder {
    color: #656B76;
  }
  .g-headerSearch2023 .c-searchBox_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 80px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .g-headerSearch2023 .c-searchBox_submit img {
    width: 32px;
    height: auto;
  }
  .g-headerSearch2023_dropdownTrigger {
    display: block;
    width: 32px;
    padding: 0;
  }
  .g-headerSearch2023_dropdownTrigger img {
    display: block;
    width: 100%;
    height: auto;
  }
  .g-headerSearch2023_dropdownTrigger:hover {
    opacity: 0.65;
  }
  .g-headerSearch2023_content {
    padding: 52px 0;
  }
  .g-headerNav2023 {
    order: 4;
    margin-top: 20px;
    width: 100%;
  }
  .tiny .g-headerNav2023 {
    margin-top: 0;
  }
  .tiny .g-headerNav2023 .g-headerNavDropdown2023 > .g-headerNav2023_listItemLink {
    padding: 24px 0;
  }
  .g-headerNav2023_list {
    display: flex;
    justify-content: flex-end;
  }
  .g-headerNav2023_listItem {
    padding-left: 56px;
  }
  .g-headerNav2023_listItem.g-headerNav2023_listItem-current .g-headerNav2023_listItemLink::after {
    right: 0;
  }
  .g-headerNav2023_listItemLink {
    position: relative;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger .g-headerNavDropdown2023_triggerIcon {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    overflow: hidden;
    pointer-events: none;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger .g-headerNavDropdown2023_triggerIcon img {
    position: relative;
    width: 100%;
    height: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
    transform: rotate(0);
    transition: transform 0.25s ease;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger:hover .g-headerNavDropdown2023_triggerIcon img {
    transform: rotate(180deg);
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger.is-active::after {
    right: 0;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger.is-active .g-headerNavDropdown2023_triggerIcon img {
    transform: rotate(180deg);
  }
  .g-headerNavDropdown2023 > .g-headerNav2023_listItemLink::after {
    position: absolute;
    right: calc(100% + 3px);
    bottom: -3px;
    left: -3px;
    z-index: 10;
    display: block;
    content: "";
    height: 6px;
    background: linear-gradient(to left, #01a1eb 0%, #0066bd 100%);
    border-radius: 3px;
    transition: right 0.3s ease-in-out;
  }
  .g-headerNavDropdown2023 > .g-headerNav2023_listItemLink:hover::after {
    right: 0;
  }
  .g-headerNavDropdown2023_close {
    position: absolute;
    top: 40px;
    right: 80px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .g-headerNavDropdown2023_close:hover {
    opacity: 0.7;
  }
  .g-headerNavDropdown2023_close img {
    display: block;
    width: 100%;
    height: auto;
  }
  .g-headerNavDropdown2023_content {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin-right: auto;
    margin-left: auto;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(35, 41, 51, 0.1), 0 1px 0 #EDF0F5 inset;
    max-height: calc(-120px + 100vh);
  }
  .g-headerNavDropdown2023_contentInner {
    max-width: 1296px;
    margin: 0 auto;
    padding: 48px;
  }
  .g-headerNavDropdown2023_titleLink {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    color: inherit;
  }
  .g-headerNavDropdown2023_titleLink .u-icon:after {
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  .g-headerNav2023_cardThumb {
    display: block;
    overflow: hidden;
  }
  .g-headerNav2023_cardThumb--border {
    border: 1px solid #E1E6ED;
  }
  .g-headerNav2023_cardThumb img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
  }
  a:hover .g-headerNav2023_cardThumb img {
    transform: scale(1.04);
  }
  .g-headerNav2023_cardTitle {
    margin: 16px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .l-tile-5col .l-tile_item.l-tile_item_textlink {
    width: 40%;
  }
  .g-headerNav2023_textlinkTitle {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .g-headerNav2023_textlink + .g-headerNav2023_textlink {
    margin-top: 10px;
  }

  .g-headerNav2023_cardTitle .u-icon-slide_item,
  .g-headerNav2023_textlinkTitle .u-icon-slide_item {
    display: inline-block;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    line-height: 0;
    vertical-align: -2px;
  }
  .g-headerNav2023_cardTitle .u-icon-slide_item img,
  .g-headerNav2023_textlinkTitle .u-icon-slide_item img {
    display: block;
    width: 100%;
  }

  .g-headerNav2023_sublist {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714285714;
  }
  .g-headerNav2023_sublistItemLink {
    position: relative;
    display: block;
    padding: 15px 8px;
    border-bottom: 1px solid #C5CEDB;
    color: inherit;
  }
  .g-headerNav2023_sublistItemLink:hover {
    background-color: #E1E6ED;
  }
  .g-headerNav2023_sublistItemLink .u-icon,
  .g-headerNav2023_sublistItemLink .u-icon-slide_item {
    display: inline-block;
    margin-left: 8px;
    width: 14px !important;
    height: 14px !important;
  }
  .g-headerNav2023_sublistItemLink .u-icon img,
  .g-headerNav2023_sublistItemLink .u-icon-slide_item img {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .g-headerNav2023_sublistItemLinkbox {
    display: block;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #C5CEDB;
    color: inherit;
  }
  .g-headerNav2023_sublistItemLinkbox:hover {
    background-color: #E1E6ED;
  }
  .g-headerNav2023_sublistItemLinkbox .u-icon-slide_item {
    display: inline-block;
    margin-left: 8px;
    width: 14px !important;
    height: 14px !important;
  }
  .g-headerNav2023_sublistItemLinkbox .u-icon-slide_item img {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .g-headerNav2023_listItem_sub2top .g-headerNav2023_sublistItemLink {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .g-headerNav2023_listItem_sub2list {
    padding-bottom: 11px;
    border-bottom: 1px solid #C5CEDB;
  }
  .g-headerNav2023_listItem_sub2list .g-headerNav2023_listItem {
    padding-left: 1em;
  }
  .g-headerNav2023_listItem_sub2list .g-headerNav2023_listItemLink {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: inherit;
    font-weight: inherit;
  }
  .g-headerNav2023_listItem_sub2list .g-headerNav2023_listItemLink:hover {
    color: #2B73BA;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1480px) {
  .g-headerNav2023_listItem {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1330px) {
  .g-siteHeader2023 {
    height: 120px;
  }
  .g-headerLogo2023_img.notiny {
    height: 90px;
  }
  .g-headerLogo2023_img.tiny {
    height: 70px;
  }
  .g-siteHeader2023_inner {
    padding-right: 48px;
    padding-left: 28px;
  }
  .g-headerNav2023_listItem {
    padding-left: 24px;
  }
  .g-headerNav2023_listItemLink {
    font-size: 15px;
  }
  .g-headerNavDropdown2023_close {
    right: 48px;
  }
  .g-headerNav2023 {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1250px) {
  .g-siteHeader2023_fog {
    display: none;
  }
  [data-js-fixed-html] .g-siteHeader2023 {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
  }
  .g-siteHeader2023 {
    position: sticky;
    top: 0;
    left: 0;
  }
  .g-siteHeader2023.hidden {
    pointer-events: none;
  }
  .g-siteHeader2023_inner {
    position: relative;
    z-index: 1;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(35, 41, 51, 0.1);
  }
  .tiny .g-siteHeader2023_inner {
    box-shadow: none;
  }
  .g-siteHeader2023_root {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 0 #EDF0F5;
  }
  .g-headerTitle2023 {
    display: flex;
    width: 100%;
    height: 65px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid transparent;
  }
  [data-js-fixed-html] .g-headerTitle2023 {
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 1px #EDF0F5;
    border-bottom: 1px solid #EDF0F5;
  }
  .g-headerLogo2023 {
    margin: 4px 0 0 8px;
  }
  .g-headerLogo2023_img {
    height: 48px;
  }
  .g-headerLogo2023_img.tiny {
    display: none;
  }
  .g-headerSwitch2023 {
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .g-headerSwitch2023_iconLink {
    display: block;
  }
  .g-headerSwitch2023_iconLink[data-js-hamburger-trigger=lang] {
    font-size: 13px;
    margin-right: 4px;
    text-decoration: none;
    color: #232933;
  }
  .g-headerSwitch2023_iconLink[data-js-hamburger-trigger=menu] {
    display: flex;
    width: 56px;
    height: 64px;
    align-items: center;
    justify-content: center;
  }
  .g-headerSwitch2023_iconLink[data-js-hamburger-trigger=menu][aria-expanded=false] .g-headerSwitch2023_iconLink-close {
    display: none;
  }
  .g-headerSwitch2023_iconLink[data-js-hamburger-trigger=menu][aria-expanded=true] .g-headerSwitch2023_iconLink-open {
    display: none;
  }
  .g-headerMenu2023_inner {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0);
  }
  .g-headerMenu2023_inner[aria-hidden=true] {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    animation: overlay 0.5s reverse 1;
  }
  .g-headerMenu2023_inner[aria-hidden=false] {
    background-color: rgba(0, 0, 0, 0.7);
    animation: overlay 0.5s forwards 1;
  }
  [data-js-hamburger-category] {
    display: none;
  }
  [data-js-hamburger-content=lang] [data-js-hamburger-category=lang] {
    display: block;
  }
  [data-js-hamburger-content=menu] [data-js-hamburger-category=menu] {
    display: block;
  }
  .g-headerMenu2023_root {
    position: relative;
    z-index: 1;
    border-top: 1px solid #e1e6ed;
    background-color: #fff;
    overflow: hidden;
  }
  .g-headerMenu2023_inner:not([style="display: none;"]) .g-headerMenu2023_root::before {
    display: block;
    opacity: 1;
  }
  .g-headerMenu2023_rootInner {
    width: 100%;
  }
  .g-headerSearch2023 {
    order: 1;
    margin-top: 24px;
    padding: 0 16px;
    width: 100%;
  }
  .g-headerSearch2023-pc {
    display: none !important;
  }
  .g-headerSearch2023 .c-searchBox {
    position: relative;
    height: 50px;
  }
  .g-headerSearch2023 .c-searchBox_form {
    width: 100%;
    background-color: #EDF0F5;
  }
  .g-headerSearch2023 .c-searchBox_label {
    height: 50px;
  }
  .g-headerSearch2023 .c-searchBox_label .c-searchBox_input {
    padding: 16px 56px 16px 16px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 14px;
  }
  .g-headerSearch2023 .c-searchBox_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    border: none;
    background-color: transparent;
  }
  .g-headerSearch2023 .c-searchBox_submit img {
    width: 24px;
    height: 24px;
  }
  .g-headerNav2023 {
    order: 2;
    margin-top: 24px;
    width: 100%;
  }
  .g-headerNav2023_list {
    border-top: 1px solid #EDF0F5;
  }
  .g-headerNav2023_listItem {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  .g-headerNav2023_listItem.g-headerNav2023_listItem-current > .g-headerNav2023_listItemLink {
    font-weight: 700;
    color: #2B73BA;
  }
  .g-headerNav2023_listItemLink {
    display: block;
    transition: border-bottom 0.2s ease;
    margin: 0 16px;
    padding: 16px 8px 17px;
    border-bottom: 1px solid #EDF0F5;
    color: inherit;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger {
    position: relative;
    padding-right: 36px;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger .g-headerNavDropdown2023_triggerIcon {
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(0);
    transition: transform 0.2s ease;
    transform-origin: center;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger .g-headerNavDropdown2023_triggerIcon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger.is-active {
    border-bottom: 1px solid transparent;
  }
  .g-headerNav2023_listItemLink.g-headerNavDropdown2023_trigger.is-active .g-headerNavDropdown2023_triggerIcon {
    transform: rotate(180deg);
  }
  .g-headerNavDropdown2023_close {
    display: none;
  }
  .g-headerNavDropdown2023_content {
    position: static;
    padding: 32px;
    background-color: #F7F9FC;
  }
  .g-headerNavDropdown2023_content .l-tile {
    margin-top: 0;
  }
  .g-headerNavDropdown2023_content .l-tile .l-tile_item {
    width: 100%;
  }
  .g-headerNavDropdown2023_content .l-tile .l-tile_item + .l-tile_item {
    margin-top: 40px;
  }
  .g-headerNavDropdown2023_content .l-tile .l-tile_item + .l-tile_item.l-separator-x0-sm {
    margin-top: 0;
  }
  .g-headerNavDropdown2023_titleLink {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 700;
    color: inherit;
  }
  .g-headerNavDropdown2023_titleLink[aria-current=page] {
    color: #2B73BA;
  }
  .g-headerNavDropdown2023_titleLink .u-icon:after {
    margin-left: 0.888888889em;
    width: 1em;
    height: 1em;
    background-size: cover;
  }
  .g-headerNav2023_card {
    border-bottom: 1px solid;
  }
  .g-headerNav2023_cardThumb {
    display: none;
  }
  .g-headerNav2023_cardTitle,
  .g-headerNav2023_textlink {
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.714285714;
  }
  .g-headerNav2023_textlink {
    margin-bottom: 16px;
    padding-right: 1.5%;
    border-bottom: 1px solid;
  }
  .g-headerNav2023_cardTitle .u-icon-slide_item,
  .g-headerNav2023_textlink .u-icon-slide_item {
    display: inline-block;
    margin-left: 4px;
    width: 18px;
    height: 18px;
    line-height: 0;
    vertical-align: -3px;
  }
  .g-headerNav2023_cardTitle .u-icon-slide_item img,
  .g-headerNav2023_textlink .u-icon-slide_item img {
    display: block;
    width: 100%;
  }
  .g-headerNav2023_sublist {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714285714;
  }
  .g-headerNav2023_sublistItemLink {
    position: relative;
    display: block;
    padding: 16px 8px;
    border-bottom: 1px solid #C5CEDB;
    color: inherit;
  }
  .g-headerNav2023_sublistItemLink[aria-current=page] {
    color: #2B73BA;
    font-weight: 700;
  }
  .g-headerNav2023_sublistItemLink .u-icon,
  .g-headerNav2023_sublistItemLink .u-icon-slide_item {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
  }
  .g-headerNav2023_sublistItemLinkbox {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 14px 16px 14px 24px;
    border: 1px solid #C5CEDB;
    color: inherit;
  }
  .g-headerNav2023_sublistItemLinkbox .u-icon,
  .g-headerNav2023_sublistItemLinkbox .u-icon-slide_item {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
  }
  .g-headerSubNav2023 {
    width: 100%;
    order: 3;
  }
  .g-headerSubNav2023_listItem {
    font-size: 14px;
    line-height: 1.5;
  }
  .g-headerSubNav2023_listItemLink {
    display: block;
    margin: 0 16px;
    padding: 16px 8px 17px;
    border-bottom: 1px solid #EDF0F5;
    color: inherit;
  }
  .g-headerSubNav2023_listItemLink[aria-current=page] {
    color: #2B73BA;
    font-weight: 700;
  }
  .g-headerLang2023 {
    order: 4;
    margin: 40px 16px 80px;
    padding: 0 8px;
    width: calc(100% - 32px);
  }
  .g-headerLang2023_list {
    display: flex;
  }
  .g-headerLang2023_listItem {
    font-weight: bold;
    line-height: 1;
  }
  .g-headerLang2023_listItem + .g-headerLang2023_listItem {
    margin-left: 40px;
  }
  .g-headerLang2023_listItemLink {
    color: #C5CEDB;
  }
  .g-headerLang2023_listItemLink.is-active {
    color: #232933;
    text-decoration: underline;
    pointer-events: none;
  }
  .g-headerNav2023_listItem_sub2top .g-headerNav2023_sublistItemLink {
    border-bottom: none;
  }
  .g-headerNav2023_listItem_sub2list {
    padding-bottom: 12px;
    border-bottom: 1px solid #C5CEDB;
  }
  .g-headerNav2023_listItem_sub2list .g-headerNav2023_listItemLink {
    margin: 0;
    padding: 4px 8px 4px 14px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: none;
  }
}
.g-pageTop2023[data-js-pagetop-scroll] {
  line-height: 1;
  position: fixed;
  z-index: 1;
  right: 0;
  left: 0;
  display: none;
  height: 0;
  margin-top: 0;
  text-align: right;
}
.g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_icon {
  position: absolute;
  right: 0;
  background-color: rgba(225, 230, 237, 0.9);
  border-radius: 50%;
  transform: translateY(0);
  transition: transform 0.2s ease;
}
.g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_icon img {
  width: 100%;
}
.g-pageTop2023[data-js-pagetop-scroll].sticky {
  position: sticky;
}
.g-pageTop2023[data-js-pagetop-scroll].nosticky {
  position: sticky;
  bottom: 0;
}

.g-footerNav2023_inner {
  margin: 0 auto;
  max-width: 1296px;
  padding-right: 48px;
  padding-left: 48px;
}

.g-footerAbove2023 {
  background-color: #EDF0F5;
}
.g-footerAbove2023 a {
  color: inherit;
}

.g-footerNav2023_subcate {
  font-size: 14px;
  line-height: 1.714285714;
}

.g-footerNav2023_subcatetop {
  font-weight: 700;
}

.g-footerNav2023_listItemLink .u-icon,
.g-footerNav2023_listItemLink .u-icon-slide_item {
  display: inline-block;
  margin-left: 8px;
  width: 14px !important;
  height: 14px !important;
}
.g-footerNav2023_listItemLink .u-icon img,
.g-footerNav2023_listItemLink .u-icon-slide_item img {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 0;
}

.g-footerBelow2023 {
  background-color: #1A6FC8;
  color: #fff;
}
.g-footerBelow2023 a {
  color: inherit;
}

.g-footerLogo2023 img {
  display: block;
  width: 100%;
}

.g-footerSocial2023_title {
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.g-footerSocial2023_list {
  display: flex;
  justify-content: center;
}

.g-footerSocial2023_listItem:not(:last-of-type) {
  margin-right: 40px;
}
.g-footerSocial2023_listItem a {
  display: block;
}

.g-footerCaption2023 {
  margin-left: 19px;
  font-size: 12px;
  line-height: 1.75;
  text-indent: -19px;
}
.g-footerCaption2023:before {
  display: inline-block;
  content: "※";
  text-indent: 0;
  width: 12px;
}

.g-footerBtmNav2023_list {
  font-weight: bold;
}

.g-footerCopyright2023 {
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /*! Large only */
  .g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_inner {
    position: relative;
    margin: 0 auto;
    max-width: 1448px;
  }
  .g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_icon {
    top: -104px;
    padding: 20px;
    width: 64px;
    height: 64px;
  }
  .g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_icon:hover {
    transform: translateY(-5px);
  }
  .g-pageTop2023[data-js-pagetop-scroll].sticky {
    position: sticky;
  }
  .g-pageTop2023[data-js-pagetop-scroll].nosticky {
    position: sticky;
  }
  .g-footer2023 a:hover {
    color: #2B73BA;
    text-decoration: underline;
  }
  .g-footerAbove2023 {
    padding: 120px 0;
  }
  .g-footerAbove2023 a:hover {
    text-decoration: none;
  }
  .g-footerNav2023_categorys {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 64px;
  }
  .g-footerNav2023_category {
    max-width: 224px;
  }
  .g-footerNav2023_parent {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
  }
  .g-footerNav2023_parent .u-icon:after {
    margin-left: 0.666666667em;
    width: 1.33em;
    height: 1.33em;
    background-size: cover;
  }
  .g-footerNav2023_parent--sp {
    display: none;
  }
  .g-footerNav2023_content {
    display: block !important;
  }
  .g-footerNav2023_catetop {
    display: none;
  }
  .g-footerNav2023_subcate + .g-footerNav2023_subcate {
    margin-top: 32px;
  }
  .g-footerNav2023_subcatetop {
    margin-bottom: 4px;
  }
  .g-footerNav2023_subcatetop:before {
    display: inline-block;
    content: "";
    margin-right: 8px;
    width: 12px;
    height: 2px;
    background-color: #2B73BA;
    line-height: 1.2;
    vertical-align: 0.35em;
  }
  .g-footerNav2023_listItem + .g-footerNav2023_listItem {
    margin-top: 4px;
  }
  .g-footerNav2023_listItemLink .u-icon,
  .g-footerNav2023_listItemLink .u-icon-slide_item {
    display: inline-block;
    margin-left: 8px;
    width: 14px !important;
    height: 14px !important;
    line-height: 0;
    vertical-align: -1px;
  }
  .g-footerNav2023_listItem_sublist .g-footerNav2023_listItemLink {
    padding-left: 1.5em;
    text-indent: -1em;
  }
  .g-footerAsideNav2023_list {
    display: inline-grid;
    grid-template-columns: repeat(4, auto);
    margin-top: 80px;
    grid-gap: 40px 80px;
  }
  .g-footerAsideNav2023_link {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
  }
  .g-footerAsideNav2023_link .u-icon:after {
    margin-left: 0.666666667em;
    width: 1.33em;
    height: 1.33em;
    background-size: cover;
  }
  .g-footerAsideNav2023_link .u-icon-slide_item {
    display: inline-block;
    margin-left: 0.666666667em;
    width: 1.33em;
    height: 1.33em;
    line-height: 1;
    vertical-align: text-top;
  }
  .g-footerBelow2023 {
    padding: 100px 0 58px;
  }
  .g-footerBelow2023 a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .g-footerBelow2023_upper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .g-footerLogo2023 {
    flex: 0 0 260px;
    margin-left: 0;
    width: 260px;
    height: 92px;
  }
  .g-footerLogo2023 img {
    width: auto;
    height: 100%;
  }
  .g-footerSocial2023 {
    margin-right: 0;
    padding: 0 16px;
  }
  .g-footerSocial2023_title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .g-footerSocial2023_listItem .c-img {
    width: 47px;
  }
  .g-footerSocial2023_listItem a:hover {
    opacity: 0.85;
  }
  .g-footerBelow2023_lower {
    margin-top: 72px;
  }
  .g-footerBtmNav2023_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, auto);
    margin-top: 42px;
  }
  .g-footerBtmNav2023_list:before {
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #fff;
  }
  .g-footerBtmNav2023_listItem {
    position: relative;
    text-align: center;
  }
  .g-footerBtmNav2023_listItem:before {
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #fff;
  }
  .g-footerCopyright2023 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1448px) {
  .g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_inner {
    position: relative;
    margin: 0 48px;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1296px) {
  .g-footerNav2023_categorys {
    grid-gap: 48px;
  }
  .g-footerAsideNav2023_list {
    grid-gap: 32px 60px;
  }
  .g-footerBtmNav2023_list {
    font-size: 14px;
  }
  .g-footerBtmNav2023_list:before {
    top: calc(50% - 14px);
    height: 28px;
  }
  .g-footerBtmNav2023_listItem:before {
    top: calc(50% - 14px);
    height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .g-footerNav2023_categorys {
    grid-gap: 48px;
    grid-template-rows: minmax(100px, auto);
    grid-template-columns: repeat(4, auto);
  }
  .g-footerNav2023_category:nth-of-type(1) {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .g-footerNav2023_category:nth-of-type(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .g-footerNav2023_category:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .g-footerNav2023_category:nth-of-type(4) {
    grid-row: 1/3;
    grid-column: 3/4;
  }
  .g-footerNav2023_category:nth-of-type(5) {
    grid-row: 1/3;
    grid-column: 4/5;
  }
  .g-footerBtmNav2023_list {
    font-size: 13px;
  }
  .g-footerBtmNav2023_list:before {
    top: calc(50% - 13px);
    height: 26px;
  }
  .g-footerBtmNav2023_listItem:before {
    top: calc(50% - 13px);
    height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .g-footerNav2023_parent {
    margin-bottom: 32px;
    font-size: 16px;
  }
  .g-footerAsideNav2023_list {
    grid-gap: 24px 28px;
  }
  .g-footerAsideNav2023_link {
    font-size: 16px;
  }
  .g-footerBtmNav2023_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .g-footerBtmNav2023_list:before {
    display: none;
  }
  .g-footerBtmNav2023_listItem {
    margin-top: 24px;
    padding: 0 36px;
  }
  .g-footerBtmNav2023_listItem:after {
    position: absolute;
    left: -1px;
    top: calc(50% - 13px);
    display: block;
    content: "";
    width: 1px;
    height: 26px;
    background-color: #fff;
  }
}
@media all and (-ms-high-contrast: none) {
  p[data-js-pagetop-scroll] ::-ms-backdrop,
  p[data-js-pagetop-scroll].nosticky,
  p[data-js-pagetop-scroll].sticky {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /*! Small only */
  .g-pageTop2023[data-js-pagetop-scroll] .g-pageTop2023_icon {
    top: -80px;
    right: 16px;
    padding: 14px;
    width: 48px;
    height: 48px;
  }
  .g-pageTop2023[data-js-pagetop-scroll].sticky {
    position: sticky;
  }
  .g-pageTop2023[data-js-pagetop-scroll].nosticky {
    position: sticky;
  }
  .g-footerNav2023_inner {
    padding-right: 0;
    padding-left: 0;
  }
  .g-footerAbove2023 {
    padding: 48px 0;
  }
  .g-footerNav2023_categorys {
    margin-right: 0;
    margin-left: 0;
  }
  .g-footerNav2023_category {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .g-footerNav2023_category.g-footerNav2023_category--current .g-footerNav2023_parentLink {
    color: #2B73BA;
  }
  .g-footerNav2023_parent {
    position: relative;
    margin: 0 16px;
    border-bottom: 1px solid #C5CEDB;
    transition: border-bottom 0.2s ease;
    font-weight: 700;
    line-height: 1;
  }
  .g-footerNav2023_parent.c-accordion-open {
    border-bottom: 1px solid transparent;
  }
  .g-footerNav2023_parent.c-accordion-open .g-footerNav2023_parent_close {
    display: none;
  }
  .g-footerNav2023_parent.c-accordion-open .g-footerNav2023_parentLink .u-icon:after {
    transform: rotate(180deg);
  }
  .g-footerNav2023_parent.c-accordion-close .g-footerNav2023_parent_open {
    display: none;
  }
  .g-footerNav2023_parent.c-accordion-close .g-footerNav2023_parentLink .u-icon:after {
    transform: rotate(0);
  }
  .g-footerNav2023_parentLink {
    display: block;
    padding: 24px 32px 24px 8px;
  }
  .g-footerNav2023_parentLink .u-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
  }
  .g-footerNav2023_parentLink .u-icon:after {
    transition: transform 0.2s ease;
    background-image: url(/assets2023/img/icons/prime/ic_chevron_bottom.svg) !important;
  }
  .g-footerNav2023_content {
    background-color: #F7F9FC;
  }
  .g-footerNav2023_contentInner {
    padding: 32px;
  }
  .g-footerNav2023_catetop {
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 700;
  }
  .g-footerNav2023_catetop .u-icon:after {
    margin-left: 0.888888889em;
    width: 1em;
    height: 1em;
    background-size: cover;
  }
  .g-footerNav2023_catetopLink[aria-current=page] p {
    color: #2B73BA;
  }
  .g-footerNav2023_subcate + .g-footerNav2023_subcate {
    margin-top: 40px;
  }
  .g-footerNav2023_subcatetop {
    padding-bottom: 9px;
  }
  .g-footerNav2023_list {
    border-top: 1px solid;
  }
  .g-footerNav2023_listItemLink {
    position: relative;
    display: block;
    padding: 16px 8px;
    border-bottom: 1px solid #C5CEDB;
  }
  .g-footerNav2023_listItemLink[aria-current=page] {
    color: #2B73BA;
    font-weight: 700;
  }
  .g-footerNav2023_listItemLink .u-icon,
  .g-footerNav2023_listItemLink .u-icon-slide_item {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px !important;
    height: 16px !important;
  }
  .g-footerNav2023_listItemLink .u-icon img,
  .g-footerNav2023_listItemLink .u-icon-slide_item img {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  .g-footerNav2023_listItemLinkbox {
    display: block;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #C5CEDB;
  }
  .g-footerNav2023_listItem_subtop .g-footerNav2023_listItemLink {
    border-bottom: none;
  }
  .g-footerNav2023_listItem_sublist {
    padding-bottom: 12px;
    border-bottom: 1px solid #C5CEDB;
  }
  .g-footerNav2023_listItem_sublist .g-footerNav2023_listItemLink {
    padding: 4px 8px 4px 14px;
    border-bottom: none;
    padding-left: calc(14px + 1em);
    text-indent: -1em;
  }
  .g-footerAsideNav2023_list {
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    margin: 40px 16px 0;
    grid-gap: 8px 24px;
    width: calc(100% - 32px);
  }
  .g-footerAsideNav2023_link {
    white-space: nowrap;
    padding: 8px;
    font-size: 14px;
  }
  .g-footerAsideNav2023_link .u-icon:after {
    display: none;
  }
  .g-footerAsideNav2023_link .u-icon-slide_item {
    display: inline-block;
    margin-left: 0.5em;
    width: 1.2em;
    height: 1.2em;
    vertical-align: text-top;
  }
  .g-footerBelow2023 {
    padding: 48px 0 40px;
  }
  .g-footerBelow2023_upper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .g-footerLogo2023 {
    order: 2;
    margin: 48px auto 0;
    max-width: 300px;
  }
  .g-footerSocial2023 {
    order: 1;
    padding: 0 16px;
  }
  .g-footerSocial2023_title {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .g-footerSocial2023_listItem .c-img {
    width: 40px;
  }
  .g-footerBelow2023_lower {
    margin-top: 32px;
  }
  .g-footerBtmNav2023 {
    margin-top: 32px;
  }
  .g-footerBtmNav2023_list {
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
  }
  .g-footerBtmNav2023_listItem + .g-footerBtmNav2023_listItem {
    margin-top: 16px;
  }
  .g-footerCopyright2023 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 340px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(2, auto);
    grid-gap: 2px 20px;
  }
  .g-footerAsideNav2023_link {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(1, auto);
    grid-gap: 2px 20px;
  }
  .g-footerAsideNav2023_link {
    font-size: 12px;
  }
}
.g-footerSubNav {
  margin-top: 16px;
}

.g-footerSubNav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.g-footerSubNav_listItem {
  font-size: 12px;
  line-height: 1.2;
  margin-right: 24px;
}

.g-footerSubNav_listItemLink,
.g-footerSubNav_listItemLink:visited {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .g-footerNav2023_parent {
    padding-bottom: 0;
  }
  .g-footerNav2023_parent--pc {
    display: none;
  }
  .g-footerNav2023_parent + .g-footerNav2023_parent {
    border-top: 0;
  }
  .g-footerNav2023_parent ~ .g-footerNav2023_parent {
    margin-top: 0;
  }
  .g-footerSubNav {
    margin-top: 48px;
  }
  .g-footerSubNav_list {
    flex-direction: column;
    align-items: flex-start;
  }
  .g-footerSubNav_listItem {
    margin-bottom: 16px;
  }
}