@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('color-yellow.css');
@import url('color-blue.css');
@import url('color-black.css');

html {
  font-size: 62.5%;
  overflow-x: auto;
}

html:has(body.large) {
  font-size: 70%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/* default */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  min-width: 1240px;
  /*overflow-x: hidden;*/
}

.roboto {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.6rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #A7B3BE;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #A7B3BE;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #A7B3BE;
  font-size: 1.5rem;
  border-radius: 5px;
}

/* link option */
a {
  cursor: pointer;
}

a:link {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:active {
  color: #333333;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
}

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 120%;
}

.bold {
  font-weight: 700;
}

.sml {
  font-size: 90%;
}

.color-red {
  color: #da1515;
}
.color-blue {
  color: #1073E5;
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {  margin-bottom: 0 !important;}
.mb5 {  margin-bottom: 5px !important;}
.mb10 {  margin-bottom: 10px !important;}
.mb15 {  margin-bottom: 15px !important;}
.mb20 {  margin-bottom: 20px !important;}
.mb25 {  margin-bottom: 25px !important;}
.mb30 {  margin-bottom: 30px !important;}
.mb35 {  margin-bottom: 35px !important;}
.mb40 {  margin-bottom: 40px !important;}
.mb45 {  margin-bottom: 45px !important;}
.mb50 {  margin-bottom: 50px !important;}
.mt0 {  margin-top: 0 !important;}
.mt5 {  margin-top: 5px !important;}
.mt10 {  margin-top: 10px !important;}
.mt15 {  margin-top: 15px !important;}
.mt20 {  margin-top: 20px !important;}
.mt25 {  margin-top: 25px !important;}
.mt30 {  margin-top: 30px !important;}
.mt35 {  margin-top: 35px !important;}
.mt40 {  margin-top: 40px !important;}
.mt45 {  margin-top: 45px !important;}
.mt50 {  margin-top: 50px !important;}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=file],
  select,
  textarea {
    font-size: 100%;
  }
}

/*-----------------------------------
  tabキー フォーカス
-----------------------------------*/
input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #000 !important;
  outline-offset: -2px !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
.accessAcdBtn:focus-visible,
.tabBox .tabList li:focus-visible,
.hdrAcd dt:focus-visible {
  outline: solid 2px #000;
  outline-offset: -2px;
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  height: 120px;
  padding: 0 0 0;
  position: relative;
  background: #fff;
  z-index: 10;
}

#header .wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 0;
  padding: 20px 0 0;
}

.hdrLogoBox {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.headerLogo {
  width: 205px;
  margin: -3px 0 0;
}

.headerLogo img {
  width: 100%;
}

.headerLogo a {
  display: block;
  transition: 0.3s;
}

.headerLogo a:hover {
  opacity: 0.7;
}
.hdrLinkBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 18px;
  gap: 0 4px;
}
.hdrLinkBox li a {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #1073E5;
  border: solid 1px #78ADEB;
  border-radius: 4px;
  padding: 4px 8px;
  display: block;
  transition: 0.3s;
}
.hdrLinkBox li a:hover {
  opacity: 0.7;
}

.hdrFncBox {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4px;
}
.languageBox {
  display: block;
  position: relative;
}
.languageBox dt {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  padding: 6px 13px 6px 13px;
  cursor: pointer;
  position: relative;
}
.colorBox dt,
.searchBox dt,
.languageBox dt {
  background: #fff;
  outline: solid 1px #DDDDDD;
  outline-offset: 0;
}
.colorBox dt.funcOn,
.searchBox dt.funcOn,
.languageBox dt.funcOn {
  background: #EBF6FF;
  outline: solid 2px #1073E5;
  outline-offset: -1px;
}
.languageBox dt:hover {
  opacity: 0.7;
}
.languageBox dt span {
  padding: 0 0 0 24px;
  display: block;
  background: url(../img/lang_blue_icn.svg) no-repeat left center;
  background-size: 17px auto;
}
.languageBox dd {
  position: absolute;
  left: 0;
  top: 38px;
  width: 150px;
  left: calc((150px - 100%) / -2);
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
  padding: 0 0;
  display: none;
}
.languageBox dd ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.languageBox dd ul li {
  width: 100%;
  display: block;
  position: relative;
}
.languageBox dd ul li {
  width: 100%;
  display: block;
  position: relative;
}
.languageBox dd ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.48;
  padding: 12px 12px 14px;
  border-bottom: solid 1px #DEDEDE;
  display: block;
  transition: 0.3s;
}
.languageBox dd ul li a:hover {
  color: #1073E5;
  font-weight: bold;
}
.languageBox dd ul li:last-child a {
  border-bottom: 0;
}
.colorBox {
  display: block;
  position: relative;
}
.colorBox dt {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  padding: 6px 13px 6px 13px;
  cursor: pointer;
}
.colorBox dt:hover {
  opacity: 0.7;
}
.colorBox dt span {
  padding: 0 0 0 24px;
  display: block;
  background: url(../img/colorchange_blue_icn.svg) no-repeat left center;
  background-size: 17px auto;
}
.colorBox dd {
  position: absolute;
  left: calc((310px - 100%) / -2);
  top: 38px;
  width: 310px;
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.16);
  padding: 24px 0 5px;
  display: none;
}
.colorBox dd div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 24px;
}
.colorBox dd div.textSize {
  border-bottom: solid 1px #DEDEDE;
}
.colorBox dd div.textColor {
  padding-top: 24px;
}
.colorBox dd div strong {
  font-size: 16px;
  width: 100%;
  display: block;
}
.colorBox dd div ul {
  width: 100%;
  display: block;
}
.colorBox dd div ul li {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 14px 0 16px 27px;
  border-bottom: solid 1px #DEDEDE;
}
.colorBox dd div ul li:last-child {
  border-bottom: 0;
}
.colorBox dd div ul li a {
  font-size: 16px;
  width: 100%;
  line-height: 1;
  display: block;
  transition: 0.3s;
}
.colorBox dd div ul li a.select {
  pointer-events: none;
}
.colorBox dd div.textSize ul li a {
  padding: 3px 5px 5px;
  display: block;
  background: #fff;
}
.colorBox dd div ul li a:hover {
  opacity: 0.7;
}
.colorBox dd div.textSize ul li a.largeBtn {
  font-size: 21px;
}
.colorBox dd div.textSize ul li:has(a.select) {
  background: url(../img/check_blue_icn.svg) no-repeat left center;
  background-size: 16px;
}
.colorBox dd div.textColor ul li:has(a.select) {
  background: url(../img/check_blue_icn.svg) no-repeat left center;
  background-size: 16px;
}
.colorBox dd div.textColor ul li a {
  font-size: 16px;
  padding: 5px 10px 7px;
  display: inline-block;
}
.colorBox dd div.textColor ul li a.defaultColorBtn {
  background: #fff;
  color: #333;
}
.colorBox dd div.textColor ul li a.blueColorBtn {
  background: #010689;
  color: #FFFE34;
}
.colorBox dd div.textColor ul li a.yellowColorBtn {
  background: #FFFF00;
  color: #0000FF;
}
.colorBox dd div.textColor ul li a.blackColorBtn {
  background: #000;
  color: #fff;
}

.searchBox {
  display: block;
  position: relative;
}
.searchBox dt {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  padding: 6px 13px 6px 13px;
  cursor: pointer;
}
.searchBox dt:hover {
  opacity: 0.7;
}
.searchBox dt span {
  padding: 0 0 0 24px;
  display: block;
  background: url(../img/search_blue_icn.svg) no-repeat left center;
  background-size: 16px auto;
}
.searchBox dd {
  position: fixed;
  left: 0;
  margin: 0 auto;
  top: 120px;
  width: 100%;
  z-index: 10;
  background: #fff;
  padding: 20px 0 20px;
  display: none;
  border-top: solid 1px #DEDEDE;
}
.searchBox dd .searchBoxWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchBox dd .searchBoxWrap .searchFormBox {
  width: 880px;
  text-align: center;
}
.searchBox dd .searchBoxWrap table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.searchBox dd .searchBoxWrap table.gsc-search-box #gsc-i-id1.gsc-input {
  padding-right: 0;
  height: 100% !important;
  font-size: 16px !important;
  background-color: #fff !important;
  border-radius: 0;
}
.searchBox dd .searchBoxWrap form.gsc-search-box {
  margin-bottom: 0;
}
.searchBox dd .searchBoxWrap table.gsc-search-box table.gsc-search-box {
  margin-bottom: 0;
}
.searchBox dd .searchBoxWrap .gsib_a {
  height: 60px;
  padding: 0 0 4px 0;
}
.searchBox dd .searchBoxWrap .gsib_b {
  display: none;
}
.searchBox dd .searchBoxWrap .gsc-input-box {
  border: solid 2px #DDDDDD !important;
  border-right: 0 !important;
  border-radius: 4px 0 0 4px !important;
  background: #fff;
  height: 60px;
  padding: 0 0 0 20px;
}
.searchBox dd .searchBoxWrap .gsc-search-button {
  margin-left: 0 !important;
  cursor: pointer;
  transition: 0.3s;
}
.searchBox dd .searchBoxWrap .gsc-search-button:hover {
  opacity: 0.8;
}
.searchBox dd .searchBoxWrap .gsc-search-button-v2 {
  font-size: 0;
  width: 100px !important;
  padding: 6px 27px;
  width: auto;
  height: 60px;
  border-radius: 0 4px 4px 0 !important;
  vertical-align: middle;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(113deg, rgba(29, 151, 232, 1) 0%, rgba(11, 108, 206, 1) 100%) !important;
  position: relative;
}
.searchBox dd .searchBoxWrap .gsc-search-button-v2::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/search_white_icn.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.searchBox dd .searchBoxWrap .gsc-search-button-v2::after {
  content: '検索';
  width: 2em;
  height: 1em;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.searchBox dd .searchBoxWrap .gsc-search-button-v2 svg {
  display: none;
}
.searchBox dd .searchBoxWrap .hdrAcdClose {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  transition: 0.3s;
}
.searchBox dd .searchBoxWrap .hdrAcdClose:hover {
  opacity: 0.7;
}
.searchBox dd .searchBoxWrap .hdrAcdClose::before,
.searchBox dd .searchBoxWrap .hdrAcdClose::after {
  content: '';
  width: 32px;
  height: 2px;
  border-radius: 4px;
  background: #666666;
  transform: rotate(-45deg);
  position: absolute;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.searchBox dd .searchBoxWrap .hdrAcdClose::after {
  transform: rotate(45deg);
}
.HdrToCompanyBox a {
  border: solid 1px #A5C8D9;
  background: #EBF6FF;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  border-radius: 4px;
  padding: 6px 8px 6px 13px;
  display: block;
  transition: 0.3s;
}
.HdrToCompanyBox a:hover {
  opacity: 0.7;
}
.HdrToCompanyBox a span {
  padding: 0 20px 0 0;
  background: url(../img/icon_blank.png) no-repeat right center;
  background-size: 16px;
  display: block;
}

#header nav {
  width: 100%;
  margin: 2px 0 0;
}

ul.hdrNavList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.hdrNavList li {
  width: 20%;
  text-align: center;
}

ul.hdrNavList li > a {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  transition: 0.3s;
}

ul.hdrNavList li > a:hover,
ul.hdrNavList.cr1 li.flight > a,
ul.hdrNavList.cr2 li.spend > a,
ul.hdrNavList.cr3 li.service > a,
ul.hdrNavList.cr4 li.floormap > a,
ul.hdrNavList.cr5 li.access > a,
ul.hdrNavList li:has(.megaMenuBox:hover) > a {
  color: #1073E5;
}

ul.hdrNavList li > a::before {
  content: '';
  width: 1px;
  height: 28px;
  background: #A5C8D9;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

ul.hdrNavList li:first-child > a::before {
  display: none;
}

ul.hdrNavList li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #1073E5;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.3s;
}

ul.hdrNavList li > a:hover::after,
ul.hdrNavList.cr1 li.flight > a::after,
ul.hdrNavList.cr2 li.spend > a::after,
ul.hdrNavList.cr3 li.service > a::after,
ul.hdrNavList.cr4 li.floormap > a::after,
ul.hdrNavList.cr5 li.access > a::after {
  width: 100%;
}

ul.hdrNavList li > a span {
  padding: 14px 0 14px 45px;
  display: inline-block;
  background-size: 36px auto !important;
  transition: 0.3s;
}

ul.hdrNavList li.flight > a span {
  background: url(../img/flight_black_icn.svg) no-repeat left center;
}

ul.hdrNavList li.spend > a span {
  background: url(../img/spend_black_icn.svg) no-repeat left center;
}

ul.hdrNavList li.service > a span {
  background: url(../img/service_black_icn.svg) no-repeat left center;
}

ul.hdrNavList li.floormap > a span {
  background: url(../img/floormap_black_icn.svg) no-repeat left center;
}

ul.hdrNavList li.access a > span {
  background: url(../img/access_black_icn.svg) no-repeat left center;
}

ul.hdrNavList li.flight > a:hover span,
ul.hdrNavList.cr1 li.flight > a span,
ul.hdrNavList li.flight:has(.megaMenuBox:hover) a span {
  background: url(../img/flight_blue_icn.svg) no-repeat left center;
}

ul.hdrNavList li.spend > a:hover span,
ul.hdrNavList.cr2 li.spend > a span,
ul.hdrNavList li.spend:has(.megaMenuBox:hover) a span {
  background: url(../img/spend_blue_icn.svg) no-repeat left center;
}

ul.hdrNavList li.service > a:hover span,
ul.hdrNavList.cr3 li.service > a span,
ul.hdrNavList li.service:has(.megaMenuBox:hover) a span {
  background: url(../img/service_blue_icn.svg) no-repeat left center;
}

ul.hdrNavList li.floormap > a:hover span,
ul.hdrNavList.cr4 li.floormap > a span,
ul.hdrNavList li.floormap:has(.megaMenuBox:hover) a span {
  background: url(../img/floormap_blue_icn.svg) no-repeat left center;
}

ul.hdrNavList li.access > a:hover span,
ul.hdrNavList.cr5 li.access > a span,
ul.hdrNavList li.access:has(.megaMenuBox:hover) a span {
  background: url(../img/access_blue_icn.svg) no-repeat left center;
}
ul.hdrNavList li div.megaMenuBox {
  position: absolute;
  display: none;
  width: 100%;
  min-height: 315px;
  top: 116px;
  left: 0;
  z-index: 5;
  background: #fff;
  padding: 32px 0 48px;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
body:has(ul.hdrNavList li:hover) .layer,
body:has(ul.hdrNavList li a:focus) .layer,
body:has(.searchBox.hdrAcd dt.funcOn) .layer {
  opacity: 1;
  pointer-events: auto;
}
ul.hdrNavList li div.megaMenuBox dl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 45px;
}
ul.hdrNavList li div.megaMenuBox dl dt {
  width: 100%;
  text-align: left;
}
ul.hdrNavList li div.megaMenuBox dl dt strong,
ul.hdrNavList li div.megaMenuBox dl dt a {
  display: block;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}
ul.hdrNavList li div.megaMenuBox dl dt strong {
  padding: 0 0 10px;
}
ul.hdrNavList li div.megaMenuBox dl dt a {
  width: 370px;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right center;
  background-size: 20px auto;
  padding-right: 25px;
  transition: 0.3s;
}
ul.hdrNavList li div.megaMenuBox dl dt a:hover {
  opacity: 0.7;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList {
  width: 370px;
  text-align: left;
  padding: 0 0 0;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList dd {
  width: 100%;
  border-bottom: solid 1px #dddddd;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList dd:last-child {
  border-bottom: 0;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList dd a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 14px 25px 14px 0;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right center;
  background-size: 20px auto;
  transition: 0.3s;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList dd a:hover {
  opacity: 0.7;
}
ul.hdrNavList li div.megaMenuBox dl div.megaMenuList dd.outLink a {
    background: url(../img/icon_blank.png) no-repeat right center;
    background-size: 20px auto;
}

@media screen and (max-width: 767px) {
  #header {
    height: 60px;
    padding: 0 17px 0 21px;
    width: calc(100% - 60px);
    margin: 0 auto 0 0;
  }

  #header .wrap {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 0 0;
  }

  .hdrLogoBox {
    width: 140px;
  }

  .headerLogo {
    width: 100%;
    margin: 0 0 0;
  }

  .headerLogo a {
    display: block;
    transition: 0.3s;
  }

  .headerLogo a:hover {
    opacity: 1;
  }
  .languageBox {
    display: block;
    position: relative;
  }
  .languageBox dt {
    font-size: 1.1rem;
    line-height: 1;
    color: #333;
    border: 0;
    border-radius: 4px;
    padding: 2px 2px 5px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    background: #fff;
    outline: 0;
    outline-offset: 0;
  }
  .languageBox dt.funcOn {
    background: #fff;
    outline: 0;
    outline-offset: 0;
  }
  .languageBox dt:hover {
    opacity: 1;
  }
  .languageBox dt::after {
    display: none;
  }
  .languageBox dt span {
    padding: 23px 0 0 0;
    display: block;
    background: url(../img/lang_blue_icn.svg) no-repeat center top;
    background-size: 20px auto;
  }
  .languageBox dd {
    top: 50px;
  }
    .hdrLinkBox,
    .colorBox,
    .searchBox,
    .HdrToCompanyBox,
    #header nav {
      display: none;
    }
}
/***************************************************************************

  メニュー ドロワー

***************************************************************************/
@media screen and (min-width: 768px) {
  #menuBtn {
    display: none;
  }

  #navBox {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navBox {
    visibility: hidden;
    display: none;
  }

  #menuBtn {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 28px 0 0;
    transition: 0.5s;
    background: #1073E5;
  }

  #menuBtn i {
    display: block;
    width: 30px;
    border-top: solid 2px #fff;
    border-radius: 2px;
    position: relative;
    transition: 0.5s;
    margin: 0 auto;
  }

  #menuBtn i:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -9px;
    transition: 0.5s;
    border-radius: 2px;
  }

  #menuBtn i:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.5s;
    border-radius: 2px;
  }

  .open #menuBtn {
    background: #fff;
  }

  .open #menuBtn i {
    color: #000;
    border-top: solid 2px transparent;
  }

  .open #menuBtn i:before {
    width: 30px;
    top: 0;
    background: #1073E5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #menuBtn i:after {
    width: 30px;
    top: 0;
    background: #1073E5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .layer {
    display: none;
  }

  #navBox {
    width: 100vw;
    height: 100vh;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: visible;
    display: block;
    background: #fff;
    display: none;
    padding: 60px 0 0;
  }

  #navBox .wrap {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    padding: 15px 0 80px;
  }

  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }

  #navBox {
    visibility: visible;
  }

  .menuSearchBox {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 15px;
  }
  
  .menuSearchBox table.gsc-search-box td.gsc-input {
    padding-right: 0;
    position: relative;
  }
  .menuSearchBox table.gsc-search-box #gs_tti51 .gsc-input {
    padding-right: 55px !important;
    background-color: transparent !important;
    height: 100% !important;
    font-size: 15px !important;
  }
  .menuSearchBox form.gsc-search-box {
    margin-bottom: 0;
  }
  .menuSearchBox table.gsc-search-box table.gsc-search-box {
    margin-bottom: 0;
  }
  .menuSearchBox .gsib_a {
    height: 50px;
    padding: 0 0 4px 0;
  }
  .menuSearchBox .gsib_b {
    display: none;
  }
  .menuSearchBox .gsc-input-box {
    border: solid 1px #D0DDE3 !important;
    border-radius: 50px; !important;
    background: #F2F8FB;
    height: 50px;
    padding: 0 0 0 20px;
    position: relative;
  }
  table.gsc-search-box {
    position: relative !important;
  }
  .menuSearchBox .gsc-search-button {
    margin-left: 0 !important;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    right: 25px;
  }
  .menuSearchBox .gsc-search-button:hover {
    opacity: 0.8;
  }
  .menuSearchBox .gsc-search-button-v2 {
    font-size: 0;
    width: 30px !important;
    padding: 6px 27px;
    width: 50px;
    height: 50px;
    border-radius: 0 !important;
    vertical-align: middle;
    border: 0;
    border-radius: 2px;
    background: transparent !important;
    position: relative;
  }
  .menuSearchBox .gsc-search-button-v2::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/search_blue_icn.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .menuSearchBox .gsc-search-button-v2 svg {
    display: none;
  }
  
  .menuBoxNav {
    width: 100%;
  }
  .menuNavAcdList {
    border-top: solid 1px #DEDEDE;
  }
  .menuNavAcdList dt {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    padding: 0 24px;
    position: relative;
  }
  .menuNavAcdList dt a {
    color: #1073E5;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    padding: 24px 0;
  }
  .menuNavAcdList dt span {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 24px;
    z-index: 1;
  }
  .menuNavAcdList dt span::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow_blue_up.svg);
    background-size: contain;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    transition: 0.3s;
    transform: rotate(180deg);
  }
  .menuNavAcdList dt.menuAcdDt_open span::after {
    transform: rotate(0);
  }
  .menuNavAcdList dd {
    display: none;
  }
  .menuNavAcdList dd ul {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    padding: 0 24px;
  }
  .menuNavAcdList dd ul li {
    border-bottom: solid 1px #DEDEDE;
  }
  .menuNavAcdList dd ul li:last-child {
    border-bottom: 0;
  }
  .menuNavAcdList dd ul li a {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    padding: 24px 0;
    background: url(../img/arrow_blue-circle-right.png) no-repeat right 6px center;
    background-size: 18px auto;
  }
  .menuBoxNav .outLink a {
    background: url(../img/icon_blank.png) no-repeat right 1px center;
    background-size: 24px auto;
  }
  .menuBoxNav .menuNavList {
    width: 100%;
    padding: 32px 24px 50px;
    border-bottom: solid 1px #DEDEDE;
  }
  .menuBoxNav .menuNavList li {
    display: block;
    margin-bottom: 16px;
  }
  .menuBoxNav .menuNavList li:last-child {
    margin-bottom: 0;
  }
  .menuBoxNav .menuNavList li a {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    color: #1073E5;
  }
  .menuBoxNav .menuNavList .outLink a {
    padding-right: 26px;
  }
  .menuBoxNav .menuNavList li.expLink {
    margin-top: 28px;
  }
  .menuBoxNav .menuNavList li.expLink a {
    display: block;
    border: solid 1px #9DD4EF;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 21px 15px;
    background: url(../img/icon_blank.png) no-repeat right 15px center;
    background-size: 24px auto;
  }
  .menuColorBox {
    width: 100%;
  }
  .menuColorBox dt {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    padding: 24px 24px;
    position: relative;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
  }
  .menuColorBox dt span {
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    right: 24px;
    z-index: 1;
  }
  .menuColorBox dt span::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/arrow_blue_up.svg);
    background-size: contain;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    transition: 0.3s;
    transform: rotate(180deg);
  }
  .menuColorBox dt.funcOn span::after {
    transform: rotate(0);
  }
  .menuColorBox dd {
    padding: 24px 0 5px;
    display: none;
    border-bottom: solid 1px #DEDEDE;
  }
  .menuColorBox dd div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 24px;
  }
  .menuColorBox dd div.textSize {
    border-bottom: solid 1px #DEDEDE;
  }
  .menuColorBox dd div.textColor {
    padding-top: 24px;
  }
  .menuColorBox dd div strong {
    font-size: 14px;
    width: 100%;
    display: block;
  }
  .menuColorBox dd div ul {
    width: 100%;
    display: block;
  }
  .menuColorBox dd div ul li {
    width: 100%;
    display: block;
    line-height: 1;
    padding: 14px 0 16px 27px;
    border-bottom: solid 1px #DEDEDE;
  }
  .menuColorBox dd div ul li:last-child {
    border-bottom: 0;
  }
  .menuColorBox dd div ul li a {
    font-size: 16px;
    width: 100%;
    line-height: 1;
    display: block;
  }
  .menuColorBox dd div ul li a.select {
    pointer-events: none;
  }
  .menuColorBox dd div.textSize ul li a {
    padding: 3px 5px 5px;
    display: block;
  }
  .menuColorBox dd div.textSize ul li a.largeBtn {
    font-size: 21px;
  }
  .menuColorBox dd div.textSize ul li:has(a.select) {
    background: url(../img/check_blue_icn.svg) no-repeat left center;
    background-size: 16px;
  }
  .menuColorBox dd div.textColor ul li:has(a.select) {
    background: url(../img/check_blue_icn.svg) no-repeat left center;
    background-size: 16px;
  }
  .menuColorBox dd div.textColor ul li a {
    font-size: 16px;
    padding: 5px 10px 7px;
    display: inline-block;
  }
  .menuColorBox dd div.textColor ul li a.defaultColorBtn {
    background: #fff;
    color: #333;
  }
  .menuColorBox dd div.textColor ul li a.blueColorBtn {
    background: #010689;
    color: #FFFE34;
  }
  .menuColorBox dd div.textColor ul li a.yellowColorBtn {
    background: #FFFF00;
    color: #0000FF;
  }
  .menuColorBox dd div.textColor ul li a.blackColorBtn {
    background: #000;
    color: #fff;
  }
  .menuBoxNav .menuLangageBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 17px;
    padding: 18px 20px 0;
  }
  .menuBoxNav .menuLangageBox dt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .menuBoxNav .menuLangageBox dd {
    position: relative;
  }
  .menuBoxNav .menuLangageBox dd::after {
    content: '';
    width: 1px;
    height: 19px;
    background: #B8B8B8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto 0;
  }
  .menuBoxNav .menuLangageBox dd:last-child::after {
    display: none;
  }
  .menuBoxNav .menuLangageBox a {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.3;
    display: block;
  }
}
/***************************************************************************

  お知らせリスト表示　トップ・お知らせ一覧共通

***************************************************************************/
.newsListBlock ul {
  margin: 50px 0;
}
.newsListBlock ul li {
  border-bottom: 1px solid #DDDDDD;
}
.newsListBlock ul li a {
  display: block;
  padding: 28px 0;
  background: url(../img/arrow_blue-circle-right.png) no-repeat right 12px center;
  background-size: 24px;
}
.newsListBlock ul li a[href*=".pdf"] dt::after {
  font-size: 1.2rem;
  font-family: 'Roboto',serif;
  content: "PDF";
  border-radius: 4px;
  background-color: #686868;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px 2px 8px;
  margin: 0 0 0 10px;
  display: inline-block;
  transition: 0.3s;
}
.newsListBlock ul li a:hover {
  opacity: 0.7;
}
.newsListBlock ul li dl {
  display: flex;
  flex-direction: column-reverse;
}
.newsListBlock ul li dl dt {
  position: relative;
}
.newsListBlock ul li dl dd {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.newsListBlock ul li dl dd .date,
.subtitleBlock .date {
  font-family: 'Roboto', "Noto Sans JP", serif;
  margin: 0 13px 0 0;
}
.newsListBlock ul li dl dd .category span,
.subtitleBlock .category span {
  display: inline-block;
  width: 110px;
  text-align: center;
  padding: 5px 6px 7px;
  font-size: 1.2rem;
  line-height: 1;
  color: #1073E5;
  border-radius: 20px;
  border: 1px solid #1073E5;
}
.newsListBlock ul li dl dd .category span.important,
.subtitleBlock .category span.important {
  color: #D70000;
  border-color: #D70000;
}

@media screen and (max-width: 767px) {
  .newsListBlock ul {
    margin: 20px 15px;
  }
  .newsListBlock ul li a {
    padding: 24px 26px 24px 0;
    background: url(../img/arrow_blue-circle-right.png) no-repeat right center;
    background-size: 18px;
  }
}
/***************************************************************************

  フッター　スライダー

***************************************************************************/
.footerBannerBlock {
  width: 100%;
  background: #CFE8FF;
  padding: 40px 0;
}
.footerBannerBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footerBannerBlock .footerBannerSlidebox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 41px;
}
.footerBannerBlock .swiper-slide {
  width: 272px;
  display: block;
  height: auto;
}
.footerBannerBlock a {
  display: block;
  transition: 0.3s;
}
.footerBannerBlock a:hover {
  opacity: 0.7;
}
.footerBannerBlock figure,
.footerBannerBlock img {
  display: block;
}
.footerBannerBlock .footerBannerPrev,
.footerBannerBlock .footerBannerNext {
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: contain !important;
  top: calc(50% - 8px);
  display: block;
  cursor: pointer;
}
.footerBannerBlock .footerBannerPrev {
  background: url(../img/footer_bnrslide_prev.svg);
  left: 3px;
}
.footerBannerBlock .footerBannerNext {
  background: url(../img/footer_bnrslide_next.svg);
  right: 3px;
}

@media screen and (max-width: 767px) {
  .footerBannerBlock {
    width: 100%;
    background: #CFE8FF;
    padding: 24px 15px 16px;
  }
  .footerBannerBlock .footerBannerSlidebox {
    width: 100%;
    padding: 0 25px;
  }
  .footerBannerBlock .footerBannerPrev,
  .footerBannerBlock .footerBannerNext {
    top: calc(7.3vw - 8px);
  }
  .footerBannerBlock .footerBannerPrev {
    background: url(../img/footer_bnrslide_prev.svg);
    left: 3px;
  }
  .footerBannerBlock .footerBannerNext {
    background: url(../img/footer_bnrslide_next.svg);
    right: 3px;
  }
    .footerBannerBlock .controllParts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0;
  }

  .footerBannerPagenation {
    width: initial !important;
    text-align: center;
    padding: 0 0;
    line-height: 12px !important;
  }

  .footerBannerPagenation .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .footerBannerPagenation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 0 !important;
    background: #000;
  }

  .footerBannerPagenation .swiper-pagination-bullet {
    background: transparent !important;
    border: solid 1px #1073E5 !important;
    height: 10px;
    width: 10px;
    opacity: 1 !important;
    z-index: 100 !important;
  }

  .footerBannerPagenation .swiper-pagination-bullet-active {
    background: #1073E5 !important;
    z-index: 10 !important;
  }

  .footerBannerBlock .stopbtn {
    margin: 2px 0 0 10px;
    width: 17px;
    height: 17px;
  }

  .footerBannerBlock .stopbtn img {
    width: 17px;
    height: 17px;
  }
}

/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  background: #fff;
}
footer .ftrNavBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 0 0;
}
footer .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .ftrLogoBox {
  width: 230px;
}
footer .ftrLogoBox a {
  width: 100%;
  display: block;
  transition: 0.3s;
}
footer .ftrLogoBox a:hover {
  opacity: 0.7;
}
footer .ftrLogoBox img {
  width: 100%;
}
footer .ftrSnsBox {
  padding: 5px 0 0;
  display: block;
}
footer .ftrSnsList {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 22px;
}
footer .ftrSnsList li {
  width: 40px;
}
footer .ftrSnsList li a {
  display: block;
  transition: 0.3s;
}
footer .ftrSnsList li a:hover {
  opacity: 0.7;
}
footer .ftrLinkWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px 0 66px;
  gap: 0 60px;
}
footer .ftrAcdBox {
  width: 920px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 40px;
}
footer .ftrNavLinkBox {
  width: 200px;
}
footer .ftrNavLinkBox a {
  transition: 0.3s;
}
footer .ftrNavLinkBox a:hover {
  opacity: 0.7;
}
footer .ftrNavLinkBox dt span {
  display: none;
}
footer .ftrNavLinkBox dd + dt {
  margin-top: 38px;
}
footer .ftrNavLinkBox dt a {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1073E5;
  padding: 0 0 13px;
  border-bottom: solid 1px #DDDDDD;
  display: block;
}
footer .ftrNavLinkBox dd {
  padding: 20px 0 0;
}
footer .ftrNavLinkBox dd ul li {
  padding: 0 0 0 16px;
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.46;
  position: relative;
}
footer .ftrNavLinkBox dd ul li::before {
  content: '';
  width: 8px;
  height: 1px;
  background: #1073E5;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}
footer .ftrNavLinkBox dd ul li a {
  color: #333;
  display: block;
}
footer .ftrLinkBox {
  flex: 1;
}
footer .ftrLinkBox li {
  margin: 0 0 16px;
}
footer .ftrLinkBox ul li a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #1073E5;
  transition: 0.3s;
}
footer .ftrLinkBox ul li a:hover {
  opacity: 0.7;
}
footer li.outLink a span {
  padding: 0 22px 0 0;
  background: url(../img/icon_blank.png) no-repeat right calc(50% - 0.1em);
  background-size: 18px auto;
  display: inline-block;
}
footer .ftrLinkBox ul li.expLink {
  margin-top: 40px;
  border-radius: 4px;
  background: #EBF6FF;
  border: solid 1px #fff;
  transition: 0.3s;
}
footer .ftrLinkBox ul li.expLink:hover {
  border: solid 1px #1073E5;
}
footer .ftrLinkBox ul li.expLink a {
  font-size: 1.4rem;
  line-height: 1.42;
  font-weight: bold;
  color: #1073E5;
  background: url(../img/icon_blank.png) no-repeat right 8px center;
  background-size: 18px auto;
  border: solid 1px #A5C8D9;
  border-radius: 4px;
  display: block;
  padding: 16px 14px 17px;
  transition: 0.3s;
}
footer .ftrLinkBox ul li.expLink a:hover {
  opacity: 1;
  border: solid 1px #1073E5;
}
footer .ftrEndWrap {
  width: 100%;
  border-top: solid 1px #DDDDDD;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0 32px;;
}
footer .ftrBasisBox {
  width: 40%;
}
footer .ftrBasisBox ul {
  display: flex;
  justify-content: flex-start;
  gap: 0 33px;
}
footer .ftrBasisBox ul li {
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}
footer .ftrBasisBox ul li:first-child::after {
  content: '';
  height: 14px;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .ftrBasisBox ul li a {
  color: #888888;
  transition: 0.3s;
}
footer .ftrBasisBox ul li a:hover {
  color: #333;
  text-decoration: underline;
}
footer .ftrCopyrightBox {
  width: 40%;
  font-size: 1.1rem;
  text-align: right;
  color: #888888;
}

@media screen and (max-width: 767px) {
  footer .ftrNavBox {
    padding: 40px 15px 0;
  }
  footer .wrap {
    width: 100%;
  }
  footer .ftrLogoBox {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
    order: 1;
  }
  footer .ftrLogoBox a {
    width: 183px;
    display: inline-block;
  }
  footer .ftrSnsBox {
    order: 3;
    width: 100%;
    padding: 0 0 15px;
    display: block;
  }
  footer .ftrSnsList {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 13px;
  }
  footer .ftrSnsList li {
    width: 49px;
  }
  footer .ftrSnsList li a:hover {
    opacity: 1;
  }
  footer .ftrLinkWrap {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 0;
    order: 2;
  }
  footer .ftrAcdBox {
    width: 100%;
    border-bottom: solid 1px #DEDEDE;
    margin: 0 0 24px;
  }
  footer .ftrNavLinkBox {
    width: 100%;
  }
  footer .ftrNavLinkBox dt {
    position: relative;
  }
  footer .ftrNavLinkBox dt span {
    display: block !important;
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  footer .ftrNavLinkBox dd + dt {
    margin-top: 0;
  }
  footer .ftrNavLinkBox dt a {
    font-size: 1.5rem;
    padding: 24px 0;
    border-bottom: 0;
    border-top: solid 1px #DDDDDD;
  }
  footer .ftrNavLinkBox dt span::before,
  footer .ftrNavLinkBox dt span::after {
    content: '';
    display: block !important;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    background: #0091D7;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  footer .ftrNavLinkBox dt span::after {
    transform: rotate(-90deg);
    opacity: 1;
  }
  footer .ftrNavLinkBox dt.ftrNavLinkBoxDt_open span::after {
    transform: rotate(0);
    opacity: 0;
  }
  footer .ftrNavLinkBox dd {
    display: none;
  }
  
  footer .ftrNavLinkBox dd {
    padding: 0 0 4px;
  }
  footer .ftrNavLinkBox dd ul li {
    padding: 0 0 0 15px;
    margin: 0 0 16px;
  }
  footer .ftrNavLinkBox dd ul li::before {
    display: none;
  }
  footer .ftrLinkBox li {
    margin: 0 0 16px;
  }
  footer .ftrLinkBox ul li a {
    font-size: 1.5rem;
  }
  footer li.outLink a span {
    padding: 0 22px 0 0;
    background: url(../img/icon_blank.png) no-repeat right calc(50% - 0.1em);
    background-size: 18px auto;
  }
  footer .ftrLinkBox ul li.expLink {
    margin: 24px 0 32px;
  }
  footer .ftrLinkBox ul li.expLink a {
    font-size: 1.4rem;
  }
  footer .ftrLinkBox ul li.expLink a:hover {
    opacity: 1;
    border: solid 1px #1073E5;
  }
  footer .ftrEndWrap {
    width: 100%;
    flex-wrap: wrap;
    border-top: solid 1px #DDDDDD;
    padding: 0;
    order: 4;
  }
  footer .ftrBasisBox {
    width: 100%;
    padding: 20px 0 65px;
  }
  footer .ftrBasisBox ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 2px;
  }
  footer .ftrBasisBox ul li {
    width: calc((100% - 2px) / 2);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .ftrBasisBox ul li:first-child::after {
    right: 0;
  }
  footer .ftrBasisBox ul li a {
    color: #666;
  }
  footer .ftrBasisBox ul li a:hover {
    color: #666;
  }
  footer .ftrCopyrightBox {
    width: 100%;
    text-align: center;
    padding: 0 0 65px;
  }
}