@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');
html {
  font-size: 62.5%;
  overflow-x: auto;
}

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;
  /*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:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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%;
  }
}


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

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto 0;
  padding: 0 0 0;
}

#header .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  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: 1.3rem;
  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: 1.3rem;
  line-height: 1.6;
  color: #333;
  border: solid 1px #DDDDDD;
  border-radius: 4px;
  padding: 7px 39px 7px 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.languageBox dt:hover {
  opacity: 0.7;
}
.languageBox dt::after {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../img/arrow_blue-down.svg);
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
}
.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;
}
.colorBox {
  display: block;
  position: relative;
}
.colorBox dt {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  border: solid 1px #DDDDDD;
  border-radius: 4px;
  padding: 7px 13px 7px 13px;
  cursor: pointer;
  transition: 0.3s;
}
.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;
}
.searchBox {
  margin: 0 0 0 8px;
}

#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: 1.7rem;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  background: url(../img/access_blue_icn.svg) no-repeat left center;
}


@media screen and (max-width: 980px) {

}

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

  メニュー ドロワー

***************************************************************************/
@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: 45px;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 10px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 14px 0 0;
    transition: 0.5s;
  }

  #menuBtn span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    line-height: 2;
    color: #222;
    transition: 0.5s;
  }

  span.menuOpen {
    opacity: 1;
  }

  span.menuClose {
    opacity: 0;
  }

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

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

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

  .open #hdrSearchBtn {
    z-index: 0;
  }

  .open #menuBtn {
    border-right: 0;
  }

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

  .open #menuBtn i:before {
    width: 23px;
    top: -2px;
    background: #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #menuBtn i:after {
    width: 23px;
    top: -2px;
    background: #222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open .menuOpen {
    opacity: 0;
  }

  .open .menuClose {
    opacity: 1;
  }

  .layer {
    display: none;
  }

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

  #navBox {}

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

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

  #navBox {
    visibility: visible;
  }

  #navBox a {
    color: #222;
  }

  #navBox .navBox1st {
    padding: 0 0 40px;
  }

  #navBox .navBox1st ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #navBox .navBox1st ul li {
    width: 32%;
    margin: 0 0 20px;
    text-align: center;
  }

  #navBox .navBox1st ul li:nth-child(1),
  #navBox .navBox1st ul li:nth-child(2) {
    width: 49%;
  }

  #navBox .navBox1st ul li a {
    display: block;
    letter-spacing: 0.05em;
    padding: 90px 20px 20px;
    font-weight: 700;
    font-size: 120%;
    border-radius: 15px;
    border-width: 2px;
    border-bottom-width: 8px;
    border-style: solid;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 60px auto;
  }

  #navBox .navBox1st ul li a:hover {
    border-bottom-width: 6px;
    padding: 91px 20px 20px;
    background-position: center 21px;
  }

  #navBox .navBox1st ul li:nth-child(1) a {
    border-color: #9edade;
    background-image: url(../images/ouentai_icn.png);
  }

  #navBox .navBox1st ul li:nth-child(2) a {
    border-color: #afd7af;
    background-image: url(../images/odekake_icn.png);
  }

  #navBox .navBox1st ul li:nth-child(3) a {
    border-color: #ffd605;
    background-image: url(../images/information_icn.png);
  }

  #navBox .navBox1st ul li:nth-child(4) a {
    border-color: #fbb03b;
    background-image: url(../images/consultation_case_icn.png);
  }

  #navBox .navBox1st ul li:nth-child(5) a {
    border-color: #fbc2ac;
    background-image: url(../images/event_icn.png);
  }

  #navBox .navBox2nd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1% 2%;
  }

  #navBox .navBox2nd ul li {
    width: 23.5%;
  }

  #navBox .navBox2nd ul li a {
    display: block;
    padding: 10px;
    background: url(../images/awr_orange_kosodate.png) no-repeat right center;
    background-size: 8px auto;
  }
}
/***************************************************************************

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

***************************************************************************/
.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;
}
.newsListBlock ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.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', 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;
}
/***************************************************************************

  フッター　スライダー

***************************************************************************/
.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;
}

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

  フッター

***************************************************************************/
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: 48px;
  border-radius: 4px;
  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 .ftrNavLinkBox dt {
    position: relative;
  }
  footer .ftrNavLinkBox dt span {
    display: block !important;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
  }
  footer .ftrNavLinkBox dt span::before,
  footer .ftrNavLinkBox dt span::after {
    content: '';
    display: block !important;
    height: 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;
  }
}