.gb-common-2019_footer {
  position: relative;
  background: #4e5052;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer .lineout {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__content {
    display: block !important;
    opacity: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    text-align: right;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__toggle {
    display: none;
  }
}

.gb-common-2019_footer__toggleInner {
  text-align: right;
}

.gb-common-2019_footer__toggleBlock {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  width: 5em;
  height: 5em;

  -webkit-box-align: center;
}

.gb-common-2019_footer__toggleBtn {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 0.4375em 0;
  width: 5em;
  height: 1.75em;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);

  -ms-flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-border-radius: 50px;
}

.-closed .gb-common-2019_footer__toggleBtn {
  margin-bottom: 0.75em;
}

.gb-common-2019_footer__toggleBtnText,
.gb-common-2019_footer__toggleBtnIcn {
  vertical-align: middle;
}

.gb-common-2019_footer__toggleBtnText {
  display: inline-block;
  font-size: 1.4rem;
}

.gb-common-2019_footer__toggleBtnIcn {
  position: relative;
  display: inline-block;
  margin-right: 0.25em;
  width: 0.75em;
  height: 0.75em;
}

.-closed .gb-common-2019_footer__toggleBtnIcn {
  width: 0.6875em;
  height: 0.6875em;
}

.gb-common-2019_footer__toggleBtnIcn:before,
.gb-common-2019_footer__toggleBtnIcn:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  transform-origin: center center;

  moz-transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gb-common-2019_footer__toggleBtnIcn:before {
  transform: rotate(90deg);
}

.-closed .gb-common-2019_footer__toggleBtnIcn:before {
  transform: rotate(135deg);
}

.-closed .gb-common-2019_footer__toggleBtnIcn:after {
  transform: rotate(-135deg);
}

.gb-common-2019_footer__inner {
  position: relative;
  z-index: 1;
}

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

  .gb-common-2019_footer__menu .gb-common-2019_footer__inner,
  .gb-common-2019_footer__func .gb-common-2019_footer__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menu .gb-common-2019_footer__inner {
    display: flex;
  }

  .gb-common-2019_footer__menu .gb-common-2019_footer__inner .gb-common-2019_footer__map {
    width: 66.875em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__func .gb-common-2019_footer__inner {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

    -ms-flex-wrap: wrap;
    -webkit-box-pack: end;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__logo {
    width: 8.125em;
  }
}

@media screen and (max-width: 1023px) {
  .gb-common-2019_footer__logo {
    width: 7.5em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__logo {
    position: relative;
    z-index: 20;
    padding: 0;
    width: 7.85714em;
    font-size: 1.4rem;
  }
}

.gb-common-2019_footer__logo a {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__logo a {
    display: flex !important;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 7.85714em;
    height: 5.35714em;

    -webkit-box-align: center;
    -webkit-box-pack: center;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__logo img {
    padding-top: 0.1875em;
    width: 4.125em;
    height: 1.111em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__logo img {
    width: 5.35714em;
    /* height: auto; */
    height: 1.210em;
  }
}

.gb-common-2019_footer__menu a,
.gb-common-2019_footer__func a {
  color: #fff;
}

.gb-common-2019_footer__menu {
  background: #676a6c;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menu {
    padding: 3.75em 0;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menu {
    transition: opacity 0.2s ease-out;
  }

  .-f-menu-open .gb-common-2019_footer__menu {
    opacity: 0.45;
  }
}

.gb-common-2019_footer__menu a {
  display: block;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menuPanel {
    display: table;
    padding-top: 0.14286em;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .gb-common-2019_footer__menuPanel {
    width: calc(100% - 7.5em);
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuPanel {
    padding: 0.71429em 0.71429em 4.28571em;
    width: 100%;
    background: #5c5f61;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menuEl {
    display: table-cell;
    padding-left: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuEl {
    width: 100%;
  }
}

.gb-common-2019_footer__menuEl:first-child {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuCat {
    margin-top: 2.14286em;
  }
}

.gb-common-2019_footer__menuCatText {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menuCatText {
    margin-bottom: 2em;
    padding-bottom: 0.8125em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuCatText {
    padding-bottom: 0.5em;
    font-size: 1.6rem;
  }

  .gb-common-2019_footer__menuCatText:only-child {
    margin: 0;
  }
}

@media screen and (max-width: 320px) {
  .gb-common-2019_footer__menuCatText {
    padding-bottom: 0.57143em;
    font-size: 1.4rem;
  }
}

.gb-common-2019_footer__menuCatLink {
  display: block;
  line-height: 1.2;
}

.gb-common-2019_footer__menuCatLink span {
  display: inline-block;
  overflow: hidden;
  padding-bottom: 3px;
  font-size: 1.4rem;
}

.gb-common-2019_footer__menuChild {
  width: 50%;
}

.gb-common-2019_footer__menuChild:only-of-type {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .gb-common-2019_footer__menuChild {
    width: 100%;
  }

  .gb-common-2019_footer__menuChild:nth-of-type(2n) {
    margin-top: 1.75em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuChild {
    padding-top: 1.42857em;
    width: calc((100% - 1.07143em) / 2);
  }

  .gb-common-2019_footer__menuChild:nth-of-type(2n) {
    margin-top: 0;
  }
}

.gb-common-2019_footer__menuChildPanel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;

}

.gb-common-2019_footer__menuName:nth-child(2) {
  margin-top: 1.5em;
}

.gb-common-2019_footer__menuNameText {
  display: block;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menuNameText {
    margin-bottom: 1.42857em;
    font-weight: 600;
    font-size: 1.4rem;
  }

  .gb-common-2019_footer__menuNameText .lineout {
    padding-bottom: 2px;
  }

  .gb-common-2019_footer__menuChildPanel.mb {
    margin-bottom: 6.28em;
  }
}

@media screen and (min-width: 1500px) {
  .gb-common-2019_footer__menuChildPanel.mb {
    margin-bottom: 6.2em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuNameText {
    padding-bottom: 1.07692em;
    font-size: 1.3rem;
  }
}

.gb-common-2019_footer__menuNameText:last-child {
  margin-bottom: 0;
}

.gb-common-2019_footer__menuItems {
  position: relative;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuItems {
    padding-left: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__menuText {
    margin-bottom: 0.4375em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuText {
    margin-bottom: 0.125em;
  }
}

.gb-common-2019_footer__menuText:last-child {
  margin-bottom: 0;
}

.gb-common-2019_footer__menuText span {
  padding-bottom: 1px;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__menuText {
    margin-bottom: 0.42857em;
  }

  .gb-common-2019_footer__menuText .lineout {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__func {
    padding: 2.625em 0 3.5em;
    background: #5c5f61;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__func {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0.71429em;
    width: 100vw;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcSec {
    position: relative;
  }

  .gb-common-2019_footer__funcSec:after {
    position: absolute;
    top: 50%;
    left: 12.5em;
    margin-top: 0.0625em;
    width: 1px;
    height: calc(100% - 1.5em);
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transform: translateY(-50%);
  }

  .gb-common-2019_footer__funcSec:last-child {
    margin-top: 3.75em;
  }

  .gb-common-2019_footer__funcSec:last-child:before {
    position: absolute;
    top: -1.875em;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcSec {
    width: 6.21429em;
  }
}

.gb-common-2019_footer__funcTitle,
.gb-common-2019_footer__funcName {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcTitle {
    padding: 0.625em 0;
    width: 12.5em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcTitle {
    position: relative;
    display: flex !important;
    justify-content: center;
    padding: 1.5em 0;
    width: 6.21429em;
    height: 5.35714em;
    background: rgba(103, 106, 108, 0);
    cursor: pointer;
    transition: background 0.2s ease-out;

    -webkit-box-pack: center;
  }

  .-global .gb-common-2019_footer__funcTitle:before,
  .-global .gb-common-2019_footer__funcTitle:after,
  .-lang .gb-common-2019_footer__funcTitle:before,
  .-lang .gb-common-2019_footer__funcTitle:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 1px;
    height: 2.18182em;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    opacity: 0;
    transition: opacity 0.2s ease-out;
    transform: translateY(-50%);
  }

  .-global .gb-common-2019_footer__funcTitle:before,
  .-global .gb-common-2019_footer__funcTitle:after {
    opacity: 1;
  }

  .-global .gb-common-2019_footer__funcTitle:before {
    left: 0;
  }

  .-global .gb-common-2019_footer__funcTitle:after {
    right: 0;
  }

  .-lang .gb-common-2019_footer__funcTitle:after {
    right: 0;
    opacity: 1;
  }

  .-f-menu-open .gb-common-2019_footer__funcTitle:before,
  .-f-menu-open .gb-common-2019_footer__funcTitle:after {
    opacity: 0;
  }

  .-opened .gb-common-2019_footer__funcTitle {
    background: #676a6c;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcTitleStr {
    position: relative;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
  }

  .-global .gb-common-2019_footer__funcTitleStr:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin-top: 3px;
    width: 100%;
    height: 1.18182em;
    background-image: url("../svg/ico-global-w.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }

  .gb-common-2019_footer__funcTitleStr .active {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0.2em 0.7em;
    border-radius: 20px;
    background: #fff;
    color: #676a6c;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    transform: translateX(-50%);

    -ms-border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcContent {
    position: absolute;
    top: 5.35714em;
    left: 0;
    z-index: 10;
    visibility: hidden;
    padding: 0.71429em 0.71429em 2.85714em;
    width: 100vw;
    background: #676a6c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  }

  .-opened .gb-common-2019_footer__funcContent {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcPanel {
    display: flex;
    flex-wrap: wrap;

    -ms-flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcPanel {
    margin-top: 1.85714em;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcName {
    padding: 0.85714em 0;
    width: 14.28571em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcName {
    margin-bottom: 0.42857em;
    padding: 0 0 0.57143em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media screen and (max-width: 320px) {
  .gb-common-2019_footer__funcName {
    margin-bottom: 0.42857em;
    padding: 0 0 0.57143em;
  }
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcDetail {
    padding: 0.3125em 0;
    padding-left: 1.875em;
    width: calc(100% - 1.875em - 12.5em - 1px);
  }
}

.gb-common-2019_footer__funcList {
  display: flex;
  flex-wrap: wrap;

  -ms-flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcItem {
    margin: 0.375em 0;
    padding-right: 0.625em;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcItem {
    margin: 0.5em 0;
    padding-right: 0.33333em;
    font-size: 1.2rem;
  }
}

.gb-common-2019_footer__funcItem:last-child {
  margin-right: 0;
}

.gb-common-2019_footer__funcItem a {
  display: inline-block;
  border-radius: 50px;
  line-height: 1;
  transition: background 0.2s ease-out;

  -ms-border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcItem a {
    padding: 0.21429em 0.71429em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcItem a {
    padding: 0.25em 0.83333em;
  }
}

.gb-common-2019_footer__funcItem a.-current {
  background: #4a4c4e;
}

.gb-common-2019_footer__funcItem a:hover,
.gb-common-2019_footer__funcItem a:focus {
  background: rgba(74, 76, 78, 0.6);
}

.gb-common-2019_footer__info {
  color: #fff;
  text-align: center;
}

.gb-common-2019_footer__info a,
.gb-common-2019_footer__info span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 1.4rem;
}

.gb-common-2019_footer__info img {
  width: 1.3125em;
  vertical-align: middle;
}

.gb-common-2019_footer__infoInner {
  display: flex;
  align-items: center;

  -webkit-box-align: center;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__infoInner {
    justify-content: space-between;
    height: 5em;

    -webkit-box-pack: justify;
  }
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__infoInner {
    justify-content: center;
    height: 5.71429em;

    -webkit-box-pack: center;
  }
}

.gb-common-2019_footer__infoNav {
  display: flex;
}

.gb-common-2019_footer__infoNavItem {
  margin-right: 1.42857em;
}

.gb-common-2019_footer__infoNav span {
  display: inline-block;
  margin-right: 2px;
}

.gb-common-2019_footer__infoCopyright {
  padding-right: 7.5em;
  transition: all 0.2s ease-out;
  transition-property: padding;
}

.-closed .gb-common-2019_footer__infoCopyright {
  padding-right: 0;
}





/* [START] add 2019.11.29 */
.gb-common-2019_footer__funcItem .nolink {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {

  .gb-common-2019_footer__funcItem .nolink,
  .gb-common-2019_footer__innerContent dt {
    padding: 0.21429em 0.71429em;
    font-size: 1.4rem;
  }
}

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

  .gb-common-2019_footer__funcItem .nolink,
  .gb-common-2019_footer__innerContent dt {
    padding: 0.25em 0.83333em;
  }
}


.gb-common-2019_footer__funcList.is-verticalBox,
.gb-common-2019_footer__funcList.is-columnBox {
  display: block;
  overflow: hidden;
}

.gb-common-2019_footer__funcList.is-columnBox .gb-common-2019_footer__funcItem {
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcList.is-columnBox .gb-common-2019_footer__funcItem {
    float: left;
  }
}

.gb-common-2019_footer__funcList.is-columnBox .is-column-full {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gb-common-2019_footer__funcList.is-columnBox .is-column-narrow {
    width: 50%;
  }

  .gb-common-2019_footer__funcList.is-columnBox .is-column {
    width: 50%;
  }

  .gb-common-2019_footer__funcList.is-columnBox .is-column-wide {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .gb-common-2019_footer__funcList.is-columnBox .is-column-narrow {
    width: 31.5%;
  }

  .gb-common-2019_footer__funcList.is-columnBox .is-column {
    width: 37%;
  }

  .gb-common-2019_footer__funcList.is-columnBox .is-column-wide {
    width: 68.5%;
  }
}

.gb-common-2019_footer__innerContent dd {
  /*margin-left: 0.375em;*/
  margin-left: 0.5em;
}

.gb-common-2019_footer__explain {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .gb-common-2019_footer__funcSec .gb-common-2019_footer__funcTitle {
    height: 5.6em;
  }

  .-global .gb-common-2019_footer__funcList {
    display: block;
  }

  .gb-common-2019_footer__funcList.is-columnBox .is-column-narrow,
  .gb-common-2019_footer__funcList.is-columnBox .is-column,
  .gb-common-2019_footer__funcList.is-columnBox .is-column-wide {
    width: auto;
  }

  .-global .gb-common-2019_footer__funcItem {
    margin: 0;
  }

  .-global .gb-common-2019_footer__funcItem a,
  .-global .gb-common-2019_footer__funcItem .nolink {
    display: block;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }

  .gb-common-2019_footer__innerContent {}

  .gb-common-2019_footer__innerContent dd {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 1.0em;
  }

  .gb-common-2019_footer__innerContent .gb-common-2019_footer__funcItem a {
    padding: 0.5em 0.4em
  }
}

/*add ga 20240214*/
@media screen and (min-width: 768px) {
  .gb-common-2019_footer__map .map_readtxt {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(1) {
    width: 35%
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(3) {
    width: 61.6%
  }

  table.maplink {
    border-collapse: collapse;
    width: 100%;
  }

  table.maplink td {
    border: 1px solid rgb(255, 255, 255, .3);
    font-size: 1.3rem;
  }

  table.maplink td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.6em 2em 0.6em 1em;
    box-sizing: border-box;
    position: relative;
  }

  table.maplink td a:hover,
  table.maplink td a:focus {
    color: #5c5f61;
    background: #c7c8c8;
  }

  table.maplink td a:hover:after,
  table.maplink td a:focus:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../png/arw_blank.png);
    background-size: cover;
    position: absolute;
    top: calc(50% - 8px);
    right: 28px;
  }

  .gb-common-2019_footer__map>.gb-common-2019_footer__menuPanel:first-child {
    margin-bottom: 5em;
  }

  .gb-common-2019_footer__funcSec:last-child:before {
    content: none;
  }

  .gb-common-2019_footer__funcSec:last-child {
    margin-top: 0;
  }

  .gb-common-2019_footer__func {
    padding: 2.625em 0;
    background: #5c5f61;
  }

  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(3) {
    width: 61.2%;
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(3) .mapimg img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

   /*listbox*/
   .cp_ipselect {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    color: #5c5f61;

  }

  .cp_ipselect>i.toggle {
    position: absolute;
    z-index: 4;
    top: 1em;
    right: 1em;
    color: #5c5f61;
  }

  .cp_ipselect .cp_sl07_arrowup:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    padding: 0;
    content: '';
    display: inline-block;
    pointer-events: none;
    background: url(../png/icn_arw-circle-up.png);
    background-size: cover;
  }

  .cp_ipselect .cp_sl07_arrowdown:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    padding: 0;
    content: '';
    display: inline-block;
    pointer-events: none;
    background: url(../png/icn_arw-circle.png);
    background-size: cover;
  }

  .cp_ipselect .cp_sl07_title,
  .cp_ipselect .cp_sl07_selectlabel {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 1em;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: #f1f1f1;
    font-size: 1.3rem;
  }

  .cp_ipselect>input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  }

  .cp_ipselect>input:checked~i.toggle.cp_sl07_arrowdown {
    display: none;
  }

  .cp_ipselect>input:checked~i.toggle.cp_sl07_arrowup {
    display: block;
  }

  .cp_ipselect>input:checked div.options label.option .cp_sl07_title {
    display: none !important;
  }

  .cp_ipselect>input:not(:checked) {
    z-index: 4;
  }

  .cp_ipselect>input:not(:checked)~label.option>span.cp_sl07_title {
    display: none;
  }

  .cp_ipselect>input:not(:checked)~i.toggle.cp_sl07_arrowup {
    display: none;
  }

  .cp_ipselect>input:not(:checked)~i.toggle.cp_sl07_arrowdown {
    display: block;
  }

  .cp_ipselect>span.cp_sl07_selectlabel {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    color: #5c5f61;
    border-top: 0;
  }

  .cp_ipselect label.option {
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 100%;
    transition: all 1s ease-out;
  }

  .cp_ipselect label.option span.cp_sl07_title {
    position: relative;
    z-index: 2;
    transition: 0.3s ease-out;
  }

  .cp_ipselect label.option span.cp_sl07_title:hover {
    color: #5c5f61;
    background: #f1f1f1;
  }

  .cp_ipselect label.option input {
    display: none;
  }

  .cp_ipselect label.option input:checked~span.cp_sl07_title {
    position: absolute;
    z-index: 3;
    top: 0;
    display: block;
    width: 100%;
    color: inherit;
    border-top: 0;
    background: #f1f1f1;
    box-shadow: none;
  }

  .cp_ipselect label.option_def {
    position: absolute;
    z-index: 0;
  }

  /*listbox*/

  .gb-common-2019_footer__map .map_readtxt {
    font-size: 1.4rem;
    margin: 2em 0 0em;
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel {
    display: block;
    position: relative;
    padding-top: 5em;
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(1) {
    width: 100%
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .gb-common-2019_footer__map .gb-common-2019_footer__menuList .gb-common-2019_footer__menuChildOuter .mapPanel .gb-common-2019_footer__menuChild:nth-child(3) {
    width: 100%
  }

  .gb-common-2019_footer__menuPanel:first-child {
    padding: 0.71429em 0.71429em 0em;
  }

  .gb-common-2019_footer__menuPanel:last-child {
    padding: 2.14286em 0.71429em 4.28571em;
  }

  .gb-common-2019_footer__menuCat.m0 {
    margin-top: 0;
  }

  .-lang .gb-common-2019_footer__funcTitle:before {
    left: 0;
    opacity: 1;
  }

  .linkbtn {
    position: relative;
  }

  .linkbtn a {
    width: 85%;
    height: 13.33vw;
    margin: 6.2vw auto 0;
    border: 2px solid #fff;
    background: #000;
    padding: 0 5.86vw;
    display: flex;
    align-items: center;
    position: relative;
    display: none;
    font-size: 1.3rem;
  }

  .linkbtn a:after {
    content: "";
    display: inline-block;
    width: 3.33vw;
    height: 3.33vw;
    background: url(../png/arw_blank_white.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 1.66vw);
    right: 3vw;
  }
}

.mapimg a{
    cursor:auto;
}

/* [END] add 2019.11.29 */