.mod-information li a {
    text-decoration: none;
    color: inherit;
    color: #314da5;
    font-weight: bold;
}
.mod-information li a:hover {
    text-decoration: underline;
}
.mod-information li a {
    text-decoration: none;
    color: inherit;
    color: #314da5;
    font-weight: bold;
}
.mod-information li a:hover {
    text-decoration: underline;
}
.js-element {
    margin-top: 120px;
}
[id^="mt-simple1"] > .panel > .mod-btn {
    margin-top: -24px!important;
}
.str-outer-partition.bg-01 {
    background: #f7f7f2;
}
.str-outer-partition.bg-01 > .str-inner > [id^="anc-ans"] > *:first-child {
    margin-top: 0!important;
}
:not(.str-scrollTop) :not(.mod-link-list):not(.mod-link-anchor) *> :not(li)> a[href^="#anc-"]::before {
    background-image: url(/shared/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -23px -135px;
    background-size: 201px 196px;
    display: inline-block;
    width: 13px;
    height: 7px;
    margin: 0 3px 0 3px;
    content: none;
}
.panel .mod-btn .btn.var-02 a:not([target="_blank"])::after, .mod-btn .btn.var-02 button[type]::after {
    background-image: url(/shared/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -89px -128px;
    background-size: 225px 225px;
    width: 25px;
    height: 14px;
    position: absolute;
    top: 0%;
    right: 5px;
}
.nav-local-02 {
    background: #f0f0ed;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
}
.mod-pnl {
    margin: 60px 0 24px;
}
.mod-pnl.col-set> .inner> .col {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: 80px;
}
.mod-pnl>.inner {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 0;
}
.mod-pnl>.inner>.col:nth-child(odd) {
    padding: 24px 0 0 0;
}
.nav-local-02.of-full[data-col="1"] {
    width: 25% !important;
}
div[class*="mod-box"]> .inner:first-child> *:first-child:not(.hdg) {
    display: block;
}
.mod-list-notice>.list>li>* {
    padding: 0 0 1px;
    width: 97%;
}
.mod-txt {
    margin: 0;
}
.mod-list-notice>.list {
    font-size: 1.5rem;
    padding: 0;
}
.gHd2017_btn-burgerMenu.fixed {
    position: absolute !important;
}

.btnGray a {
  color: #1d1c1d;
  text-align: left;
  font-weight: bold;
  width: 100%;
  border-radius: 16px;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: -o-linear-gradient(340deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  background: linear-gradient(70deg, rgba(255, 255, 255, 1) 0%, rgba(240, 242, 244, 1) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  display: inline-block;
}
.contactAddress__box-inner {
    background: #fff;
    border-radius: 0 0 28px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px 30px;
}
.contactAddress__box .btnGray a {
  max-width: 400px;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin: 0 auto 16px;
  font-size: 1.6rem;
}
.contactAddress__box .btnGray {
  position: relative;
}
.contactAddress__box .btnGray a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    left: 8%;
    width: 30px;
    height: 30px;
}
.chat .btnGray a::before {
    background: no-repeat center / contain url(/support/common/img/icon_17.svg);
}
.contactAddress__box .btnGray p{
    margin-block-start: 0;
    margin-block-end: 0;
}
/* ========== All ========== */

/* for PC */
@media screen and (min-width: 768px) {
.nav-local-02.of-full .inner>.link>.list>li {
    flex-basis: auto;
    justify-content: center;
    min-height: 60px;
    min-width: 25% !important;
    padding-left: 40px;
    text-align: center;
}
.nav-local-02.of-full[data-col="1"] .inner>.link>.list>li {
    flex-basis: auto;
    justify-content: center;
    min-height: 60px;
    min-width: 25% !important;
    padding-left: 100px;
    text-align: center;
}
}

/* for PC */

/* for SP */
@media screen and (max-width: 768px) {
.nav-local-02.of-full[data-col="5"] .inner> .link> .list> li {
    min-width: calc(100% / 4);
    flex-basis: calc(100% / 4);
    border-right: 1px solid #c7c7c7;
    padding: 3px 5px;
}
.nav-local-02.of-full[data-col="1"] .inner> .link> .list> li {
    min-width: calc(100% / 1);
    flex-basis: calc(100% / 1);
    border-right: none;
    padding: 3px 5px;
}
.nav-local-02.of-full[data-col="1"] .inner> .link> .list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.6153846154;
    width: 100%;
}
.nav-local-02.of-full[data-col="5"] {
    margin-top: 0;
    padding: 10px 5px;
}
.nav-local-02.of-full[data-col="1"] {
    background: #f0f0ed;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
    width: 100%;
}
.nav-local-02.of-full[data-col="1"] {
    margin-top: 0;
    padding: 10px 5px;
}
.contactAddress__box-inner {
    padding: 10px;
}
.contactAddress__box .btnGray a{
    padding: 16px 20px 16px 60px;
}
}