@charset "UTF-8";

:root {
  font-size: 62.5%;
}

html.scroll-lock {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  color: #333;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

[lang=en] body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

[lang=zh-cn] body {
  font-family: Microsoft YaHei, "微软雅黑", "SimSun", sans-serif;
}

[lang=zh-tw] body {
  font-family: Microsoft JhengHei, "微軟正黑體", "PMingLiU", sans-serif;
}

[lang=ko] body {
  font-family: "돋움", dotum, arial, san-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.str-header-01 a, .str-header-02 a, .topic-path-list a, .str-footer a {
  text-decoration: underline;
  transition: opacity .3s;
}

.str-header-01 a:hover, .str-header-01 a:focus, .str-header-02 a:hover, .str-header-02 a:focus, .topic-path-list a:hover, .topic-path-list a:focus, .str-footer a:hover, .str-footer a:focus {
  opacity: .8;
}

.str-header-01 .ci-city a:hover > img {
  opacity: 1 !important;
}

.topic-path-list a:hover, .topic-path-list a:focus {
  text-decoration: underline;
}

b, em, strong {
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  color: #333;
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  text-decoration: none;
  cursor: pointer;

  -moz-appearance: none;
  appearance: none;
}

[lang=en] button {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

[lang=zh-cn] button {
  font-family: Microsoft YaHei, "微软雅黑", "SimSun", sans-serif;
}

[lang=zh-tw] button {
  font-family: Microsoft JhengHei, "微軟正黑體", "PMingLiU", sans-serif;
}

[lang=ko] button {
  font-family: "돋움", dotum, arial, san-serif;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

small {
  font-size: 100%;
}

::-webkit-input-placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #333;
}

::placeholder {
  opacity: 1;
  color: #333;
}

.str-header-01 {
  padding: 0 10px;
  background-color: #164182;
  letter-spacing: 0;
}

.str-header-01 .str-header-01-inner {
  margin: 0 auto;
  padding: 4px 0 7px;
  position: relative;
  max-width: 1180px;
  width: 100%;
  color: #fff;
}

[data-script-enabled="true"] .str-header-01 .str-header-01-inner {
  display: flex;
}

.str-header-01 a:link, .str-header-01 a:visited, .str-header-01 a:active {
  color: #fff;
  text-decoration: none;
}

[lang=en] .str-header-01 a[href], [lang=en] .str-header-01 button {
  word-break: normal;
}

.str-header-01 .ci-city {
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.str-header-01 .ci-city img {
  display: block;
  width: 100px;
}

.str-header-01 .ci-city a:hover {
  opacity: 1;
}

.str-header-01 .menu-city {
  display: flex;
}

.str-header-01 .menu-city .btn-city {
  display: none;
  padding: 10px 10px 10px 40px;
  background-color: #123469;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 9px;
  text-align: left;
  line-height: 1.1;
}

.str-header-01 .menu-city .btn-city::before {
  display: inline-block;
  margin: auto;
  background-image: url(../png/sprite-2.png);
  background-position: -17px -110px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 14px;
  height: 15px;
  content: "";
}

.str-header-01 .menu-city .btn-city br {
  display: none;
}

[data-script-enabled="true"] .str-header-01 .menu-city .btn-city br {
  display: inline-block;
}

.str-header-01 .menu-city .link-city {
  display: flex;
  align-items: center;
}

.str-header-01 .menu-city .link-city li {
  padding: 4px 0 0 30px;
  font-size: 12px;
}

.str-header-01 .menu-city .link-city a::after {
  background-image: url(../png/sprite-2.png);
  background-position: -96px -66px;
  width: 11px;
  height: 12px;
}

.str-header-02 {
  padding: 0 10px;
  position: relative;
  letter-spacing: 0;
}

.str-header-02::after {
  display: block;
  background-color: #dadada;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

[lang=en] .str-header-02 a[href], [lang=en] .str-header-02 button {
  word-break: normal;
}

.str-header-02 .str-header-02-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 17px;
  position: relative;
  max-width: 1180px;
  width: 100%;
  min-height: 100px;
  color: #fff;
}

.str-header-02 .ci {
  padding-top: 4px;
  width: 230px;
}

.str-header-02 .ci .img-pc {
  display: inline-block;
}

.str-header-02 .ci .img-sp {
  display: none;
}

.str-header-02 .ci img {
  display: block;
}

.str-header-02 .ci a:hover {
  opacity: 1;
}

.str-header-02 .header-nav {
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
}

.str-header-02 .header-nav .utility {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  flex-shrink: 0;
}

.str-header-02 .header-nav .utility > li {
  margin-left: 35px;
  font-size: 14px;
}

.str-header-02 .header-nav .utility > li._other-lang {
  margin-left: 0;
  font-size: 12px;
}

.str-header-02 .header-nav .utility > li a {
  display: inline-block;
  color: #096dbb;
  text-decoration: none;
}

.str-header-02 .header-nav .utility .link-infomation {
  margin-left: 0;
  position: relative;
  font-size: 1.2rem;

  flex-shrink: 0;
}

.str-header-02 .header-nav .utility .link-infomation::after {
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: .25em;
  right: -20px;
  width: 1px;
  height: 1em;
  content: "";
}

.str-header-02 .header-nav .utility .link-infomation-wrap {
  display: flex;
  flex-wrap: nowrap;

  gap: 10px;
}

.str-header-02 .header-nav .utility .link-faq {
  position: relative;
}

.str-header-02 .header-nav .utility .link-faq::after {
  display: none;
}

.str-header-02 .header-nav .utility .link-access {
  display: none;
}

.str-header-02 .header-nav .utility .link-access a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 5px 0;
  width: 100%;
  color: #0075c1;
  font-size: 9px;
  line-height: 1.1;
}

.str-header-02 .header-nav .utility .link-access a span {
  position: relative;
  text-align: center;
}

.str-header-02 .header-nav .utility .link-access a span::before {
  display: inline-block;
  margin: auto;
  background-image: url(../png/sprite-2.png);
  background-position: -109px -48px;
  position: absolute;
  top: -27px;
  right: 0;
  left: 0;
  width: 19px;
  height: 23px;
  content: "";
}

.str-header-02 .header-nav .utility .link-lang {
  margin: 0 0 0 35px;
  position: relative;
}

.str-header-02 .header-nav .utility .link-lang._other-lang {
  margin: 0 18px 0 38px;
  position: static;
}

.str-header-02 .header-nav .utility .link-lang .btn-lang {
  display: block;
  padding-left: 22px;
  overflow: hidden;
  position: relative;
  color: #096dbb;
  line-height: 1.4;
}

.str-header-02 .header-nav .utility .link-lang .btn-lang:hover {
  opacity: .6;
}

.str-header-02 .header-nav .utility .link-lang .btn-lang::before {
  display: inline-block;
  margin: auto;
  background-image: url(../png/sprite-2.png);
  background-position: -38px -91px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
}

.str-header-02 .header-nav .utility .link-lang .btn-lang span {
  position: relative;
  text-align: center;
}

.str-header-02 .header-nav .utility .link-lang .btn-lang span::before {
  display: inline-block;
  margin: auto;
  background-image: url(../png/sprite-2.png);
  background-position: 0 -66px;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  width: 22px;
  height: 23px;
  content: "";
}

.str-header-02 .header-nav .utility .link-lang._other-lang .btn-lang {
  display: none;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner {
  display: flex;
  flex-direction: row;
  border: solid 1px #ccc;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner {
  display: none;
  position: absolute;
  z-index: 500;
  top: calc(100% + 10px);
  left: 0;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner::before {
  display: inline-block;
  margin: auto;
  border-width: 0 5.5px 7px 5.5px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner::after {
  display: inline-block;
  margin: auto;
  border-width: 0 5.5px 7px 5.5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .btn-google-lang {
  display: flex;
  align-items: center;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .btn-google-lang a {
  color: #333;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select {
  display: block;
  width: 100%;

  flex-shrink: 0;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li {
  display: block;
  margin-right: 0;
  font-size: 12px;
  text-align: center;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li + li::before {
  display: block;
  background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 3px 1px;
  width: 100%;
  height: 1px;
  content: "";
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li:first-child a {
  border-radius: 10px 10px 0 0;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li:last-child a {
  border-radius: 0 0 10px 10px;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li::before {
  display: none;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li:first-child::before {
  display: none;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a {
  display: block;
  padding: 8px 2px;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a:hover {
  background-color: #d9edf1;
}

.str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a::after {
  background-image: url(../png/sprite-2.png);
  background-position: -33px -110px;
  width: 11px;
  height: 12px;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner {
  flex-direction: row-reverse;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner {
  position: static;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner::before {
  display: none;
}

[data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner::after {
  display: none;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select {
  display: flex;
  align-items: center;
  width: auto;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select li {
  display: inline-block;
  margin-right: 10px;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select li + li::before {
  display: none;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select li:first-child::before {
  display: block;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select a {
  display: inline-block;
  padding: 0 2px;
  line-height: 1.2;
}

.str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select a:hover {
  background-color: transparent;
}

.str-header-02 .header-nav .utility > li:last-child {
  position: relative;
}

.str-header-02 .header-nav .utility input.text-search {
  margin: 0;
  padding: 7px 6px 7px 40px;
  border: none;
  border-radius: 30px;
  position: relative;
  width: 200px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .4);
  -webkit-appearance: none;
  color: #333;
  font-size: 15px;

  -moz-appearance: none;
  appearance: none;
}

.str-header-02 .header-nav .utility input[type="submit"] {
  margin: auto;
  padding: 0 0 0 14px;
  border: none;
  background: #fff url(../png/icon_search_01.png) center center no-repeat;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 14px;
  height: 14px;
  white-space: nowrap;
  cursor: pointer;
}

.str-header-02 .header-nav .global-nav {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  width: calc(100% - 230px);
  line-height: 1;
}

[data-script-enabled="true"] .str-header-02 .header-nav .global-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.str-header-02 .header-nav .global-nav .btn-menu {
  display: none;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu {
  display: inline-block;
  padding-top: 21px;
  position: relative;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu::before, .str-header-02 .header-nav .global-nav .btn-menu .icon-menu::after, .str-header-02 .header-nav .global-nav .btn-menu .icon-menu span::before {
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 15px;
  height: 2px;
  content: " ";
  transition: .3s;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu::after {
  top: 6px;
}

.str-header-02 .header-nav .global-nav .btn-menu .icon-menu span::before {
  top: 12px;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::after {
  background: transparent;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::before, .str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu span::before {
  top: 6px;
  width: 16px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu::before {
  -webkit-transform: rotate3d(0, 0, 2, 45deg);
  transform: rotate3d(0, 0, 2, 45deg);
}

.str-header-02 .header-nav .global-nav .btn-menu.icon-menu-transform .icon-menu span::before {
  -webkit-transform: rotate3d(0, 0, 2, -45deg);
  transform: rotate3d(0, 0, 2, -45deg);
}

.str-header-02 .header-nav .global-nav .link {
  display: flex;
  justify-content: flex-end;
}

.str-header-02 .header-nav .global-nav .link li {
  margin-left: 45px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.str-header-02 .header-nav .global-nav .link li:first-child {
  margin-left: 0;
}

[lang=en] .str-header-02 .header-nav .global-nav .link li {
  margin-left: 20px;
}

[lang=en] .str-header-02 .header-nav .global-nav .link li:first-child {
  margin-left: 0;
}

.str-header-02 .header-nav .global-nav .link li a {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  color: #333;
  text-decoration: none;
}

.str-header-02 .header-nav .global-nav .link li a::after {
  background-image: url(../png/sprite-2.png);
  background-position: -33px -110px;
  width: 11px;
  height: 12px;
}

.str-header-02 .header-nav .global-nav .link li a:hover::before, .str-header-02 .header-nav .global-nav .link li a.active::before {
  display: block;
  background-color: #096dbb;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

.str-header-02 .header-nav .global-nav .link li a:hover::after, .str-header-02 .header-nav .global-nav .link li a.active::after {
  background-image: url(../png/sprite-2.png);
  background-position: -33px -110px;
  width: 11px;
  height: 12px;
}

.str-header-02 .header-nav .global-nav .box-menu .box-form {
  display: none;
  padding: 30px;
  text-align: center;
}

.str-header-02 .header-nav .global-nav .box-menu .box-form .form-input {
  display: table;
  padding: 0 10px 0 20px;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.str-header-02 .header-nav .global-nav .box-menu .box-form .text-search {
  display: table-cell;
  width: calc(100% - 36px);
}

.str-header-02 .header-nav .global-nav .box-menu .box-form .text-search input {
  padding: 10px 0;
  border: none;
  width: 100%;
}

.str-header-02 .header-nav .global-nav .box-menu .box-form .btn-search {
  display: table-cell;
  width: 36px;
}

.str-header-02 .header-nav .global-nav .box-menu .box-form .btn-search input {
  padding: 0 0 0 36px;
  border: none;
  background-color: transparent;
  background-image: url(../png/sprite-2.png);
  background-position: 0 0;
  overflow: hidden;
  width: 36px;
  height: 36px;
  white-space: nowrap;
  cursor: pointer;
}

.str-header-02 .header-nav .global-nav .box-menu .btn-toggle {
  display: none;
}

.str-header-02 .header-nav .global-nav .box-menu .local-nav {
  display: none;
}

.str-header-02 .header-nav .global-nav .box-menu .banner {
  display: none;
  padding-bottom: 20px;
}

.str-header-02 .header-nav .global-nav .box-menu .banner li {
  padding: 0 20px;
  text-align: center;
}

.str-header-02 .header-nav .global-nav .box-menu .banner li + li {
  margin-top: 10px;
}

.str-header-02 .header-nav .global-nav .box-menu .btn-close {
  display: none;
  padding: 12px;
  background-color: #b4daf5;
  width: 100%;
  color: #0074c2;
  font-size: 14px;
  text-align: center;
}

.str-header-02 .header-nav .global-nav .box-menu .btn-close span {
  padding-left: 24px;
  position: relative;
}

.str-header-02 .header-nav .global-nav .box-menu .btn-close span::before, .str-header-02 .header-nav .global-nav .box-menu .btn-close span::after {
  display: inline-block;
  margin: auto;
  border-top: 2px solid #0074c2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 0;
  content: "";
}

.str-header-02 .header-nav .global-nav .box-menu .btn-close span::before {
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.str-header-02 .header-nav .global-nav .box-menu .btn-close span::after {
  -webkit-transform: skewY(45deg);
  transform: skewY(45deg);
}

.lay-top-visual .str-header-02 {
  margin: auto;
  position: absolute;
  z-index: 110;
  top: 0;
  right: 0;
  left: 0;
  min-height: auto;
}

.lay-top-visual .str-header-02::after {
  display: none;
}

.lay-top-visual .str-header-02 .ci {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.lay-top-visual .str-header-02 .str-header-02-inner {
  justify-content: flex-end;
}

.lay-top-visual .str-header-02 .header-nav .utility > li a {
  color: #fff;
}

.lay-top-visual .str-header-02 .header-nav .utility .link-faq::after {
  background-color: #fff;
}

.lay-top-visual .str-header-02 .header-nav .utility .link-lang .btn-lang {
  color: #fff;
}

.lay-top-visual .str-header-02 .header-nav .utility .link-lang .btn-lang::before {
  background-image: url(../png/sprite-2.png);
  background-position: -19px -91px;
  width: 17px;
  height: 17px;
}

.lay-top-visual .str-header-02 .header-nav .utility .link-lang .link-lang-select > li a {
  color: #096dbb;
}

.lay-top-visual .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-select > li a {
  color: #fff;
}

.lay-top-visual .str-header-02 .global-nav .link li {
  margin-left: 48px;
  position: relative;
  font-size: 15px;
}

[lang=ja] .lay-top-visual .str-header-02 .global-nav .link li {
  margin-left: 36px;
  font-size: 14px;
}

.lay-top-visual .str-header-02 .global-nav .link li:first-child {
  margin-left: 0;
}

.lay-top-visual .str-header-02 .global-nav .link li:first-child::before {
  display: none;
}

.lay-top-visual .str-header-02 .global-nav .link li::before {
  display: inline-block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -25px;
  width: 2px;
  height: 1em;
  content: "";
}

[lang=ja] .lay-top-visual .str-header-02 .global-nav .link li::before {
  left: -17px;
}

[lang=en] .lay-top-visual .str-header-02 .global-nav .link li::before {
  left: -10px;
}

.lay-top-visual .str-header-02 .global-nav .link li a {
  color: #fff;
}

.lay-top-visual .str-header-02 .global-nav .link li a:hover::before {
  display: none;
}

.str-header-01 button, .str-header-01 input, .str-header-01 optgroup, .str-header-01 select, .str-header-01 textarea, .str-header-02 button, .str-header-02 input, .str-header-02 optgroup, .str-header-02 select, .str-header-02 textarea {
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif !important;
}

[lang=en] .str-header-01 button, [lang=en] .str-header-01 input, [lang=en] .str-header-01 optgroup, [lang=en] .str-header-01 select, [lang=en] .str-header-01 textarea, [lang=en] .str-header-02 button, [lang=en] .str-header-02 input, [lang=en] .str-header-02 optgroup, [lang=en] .str-header-02 select, [lang=en] .str-header-02 textarea {
  font-family: Helvetica, Arial, Verdana, sans-serif !important;
}

[lang=zh-cn] .str-header-01 button, [lang=zh-cn] .str-header-01 input, [lang=zh-cn] .str-header-01 optgroup, [lang=zh-cn] .str-header-01 select, [lang=zh-cn] .str-header-01 textarea, [lang=zh-cn] .str-header-02 button, [lang=zh-cn] .str-header-02 input, [lang=zh-cn] .str-header-02 optgroup, [lang=zh-cn] .str-header-02 select, [lang=zh-cn] .str-header-02 textarea {
  font-family: Microsoft YaHei, "微软雅黑", "SimSun", sans-serif !important;
}

[lang=zh-tw] .str-header-01 button, [lang=zh-tw] .str-header-01 input, [lang=zh-tw] .str-header-01 optgroup, [lang=zh-tw] .str-header-01 select, [lang=zh-tw] .str-header-01 textarea, [lang=zh-tw] .str-header-02 button, [lang=zh-tw] .str-header-02 input, [lang=zh-tw] .str-header-02 optgroup, [lang=zh-tw] .str-header-02 select, [lang=zh-tw] .str-header-02 textarea {
  font-family: Microsoft JhengHei, "微軟正黑體", "PMingLiU", sans-serif !important;
}

[lang=ko] .str-header-01 button, [lang=ko] .str-header-01 input, [lang=ko] .str-header-01 optgroup, [lang=ko] .str-header-01 select, [lang=ko] .str-header-01 textarea, [lang=ko] .str-header-02 button, [lang=ko] .str-header-02 input, [lang=ko] .str-header-02 optgroup, [lang=ko] .str-header-02 select, [lang=ko] .str-header-02 textarea {
  font-family: "돋움", dotum, arial, san-serif !important;
}

#menu-overlay {
  background: #000;
  position: absolute;
  z-index: 499;
  top: 0;
  left: 0;
  width: 100%;
  opacity: .4;
}

.topic-path {
  background-image: linear-gradient(to right, #d8ecfa, #d0e0ee);
  position: relative;
  letter-spacing: 0;
}

.topic-path .topic-path-list {
  margin: 0 auto;
  padding: 7px 10px;
  max-width: 1200px;
  width: 100%;
}

.topic-path .topic-path-list li {
  display: inline;
  color: #6e6e6e;
  font-size: 11px;
  line-height: 1.1;
}

.topic-path .topic-path-list li::before {
  padding: 0 10px;
  content: ">";
}

.topic-path .topic-path-list li:first-child::before {
  display: none;
}

.topic-path .topic-path-list li a {
  color: #6e6e6e;
}

.topic-path .topic-path-list li:last-child {
  color: #096dbb;
}

.topic-path .topic-path-list li:last-child::before {
  color: #6e6e6e;
}

.topic-path .topic-path-list li:last-child b {
  font-weight: normal;
}

.link-pagetop {
  position: static;
}

.link-pagetop.fixed {
  margin: 0 auto;
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  max-width: 1180px;
  width: 100%;
}

.link-pagetop p {
  margin: 0 auto;
  position: relative;
  max-width: 1180px;
  width: 100%;
}

[data-script-enabled="true"] .link-pagetop p {
  display: none;
}

.link-pagetop p a {
  position: absolute;
  top: -82px;
  right: 0;
}

.link-pagetop p img.pc-show {
  display: inline-block !important;
}

.link-pagetop p img.sp-show {
  display: none !important;
}

.str-footer {
  background-color: #1f60b3;
  position: relative;
  letter-spacing: 0;
}

.str-footer .str-footer-inner {
  margin: 0 auto;
  padding: 45px 0 25px;
  max-width: 1180px;
  width: 100%;
  color: #fff;
}

.str-footer a:link, .str-footer a:visited, .str-footer a:active {
  color: #fff;
  text-decoration: none;
}

.str-footer .footer-link-01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 0 10px;
}

.str-footer .footer-link-01 li {
  padding: 0 20px 14px;
  font-size: 13px;
}

.str-footer .footer-link-01 li a {
  display: inline-block;
}

.str-footer .footer-ci {
  margin-bottom: 18px;
  padding: 0 10px;
  text-align: center;
}

.str-footer .footer-ci img {
  width: 172px;
}

.str-footer .copyright {
  padding: 0 10px;
  font-size: 12px;
  text-align: center;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .str-header-01 .menu-city .btn-city::before {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-01 .menu-city .link-city a::after {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .utility .link-access a span::before {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .utility .link-lang .btn-lang span::before {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a::after {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .global-nav .link li a::after {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .global-nav .link li a:hover::after, .str-header-02 .header-nav .global-nav .link li a.active::after {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }

  .str-header-02 .header-nav .global-nav .box-menu .box-form .btn-search input {
    background-image: url(../png/sprite_sp.png);
    background-size: 131px 125px;
  }
}

@media only screen and (min-width: 813px) and (max-width: 1150px) {
  [lang=en] .str-header-02 .header-nav .global-nav .link li {
    margin-left: 18px;
    width: 20%;
    text-align: center;
  }

  [lang=en] .str-header-02 .header-nav .global-nav .link li:nth-child(3) {
    width: 27%;
  }

  [lang=en] .str-header-02 .header-nav .global-nav .link li:nth-child(4) {
    width: 13%;
  }

  [lang=en] .str-header-02 .header-nav .global-nav .link li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: 2em;
  }
}

@media only screen and (min-width: 813px) {
  .str-header-02 .header-nav .global-nav .link li .local-nav {
    display: none !important;
  }
}

@media only screen and (min-width: 1350px) {
  .link-pagetop p a {
    right: -75px;
  }
}

@media only screen and (max-width: 1200px) {
  [lang=ja] .str-header-02 .header-nav .global-nav .link li {
    margin-left: 25px;
    font-size: 13px;
  }

  [lang=ja] .lay-top-visual .str-header-02 .global-nav .link li {
    margin-left: 14px;
    font-size: 13px;
  }

  [lang=ja] .lay-top-visual .str-header-02 .global-nav .link li::before {
    left: -10px;
  }
}

@media only screen and (max-width: 1180px) {
  .str-header-02 .str-header-02-inner {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 1150px) {
  [lang=en] .lay-top-visual .str-header-02 .global-nav .link li::before {
    height: 2em;
  }
}

@media only screen and (max-width: 1100px) {
  .str-header-02 .header-nav .utility .link-infomation::after {
    top: .5em;
    right: -20px;
    height: 2em;
  }

  .str-header-02 .header-nav .utility .link-infomation-wrap {
    flex-direction: column;

    gap: 0;
  }
}

@media only screen and (max-width: 1020px) {
  .str-header-02 .header-nav .utility {
    margin-top: -5px;
  }

  .str-header-02 .header-nav .utility .link-infomation::after {
    top: .5em;
    right: -10px;
  }

  .str-header-02 .header-nav .utility .link-lang {
    margin: 0 0 0 35px;
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang {
    margin: 0 10px 0 18px;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select {
    display: block;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select::after {
    display: block;
    clear: both;
    content: "";
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select {
    display: grid;

    grid-template-columns: 1fr 1fr 1fr;
  }

  [lang=ja] .str-header-02 .header-nav .global-nav .link li {
    margin-left: 15px;
    font-size: 12px;
  }

  .lay-top-visual .str-header-02 .global-nav .link li {
    margin-left: 28px;
  }

  [lang=ja] .lay-top-visual .str-header-02 .global-nav .link li {
    font-size: 12px;
  }

  .lay-top-visual .str-header-02 .global-nav .link li::before {
    left: -15px;
  }
}

@media only screen and (max-width: 950px) {
  .str-header-01 .menu-city .link-city li {
    padding: 4px 0 0 20px;
  }

  .str-header-02 .str-header-02-inner {
    min-height: 92px;
  }

  .str-header-02 .ci {
    width: 180px;
  }

  .str-header-02 .ci .img-pc {
    width: 82%;
  }

  .str-header-02 .header-nav .utility > li {
    margin-left: 20px;
    font-size: 13px;
  }

  .str-header-02 .header-nav .utility > li._other-lang {
    margin-left: 0;
    font-size: 12px;
  }

  .str-header-02 .header-nav .utility .link-lang {
    margin-left: 20px;
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang {
    margin: 0 10px 0 18px;
  }

  .str-header-02 .header-nav .utility input.text-search {
    width: 160px;
  }

  .str-header-02 .header-nav .global-nav {
    width: calc(100% - 190px);
  }

  .str-header-02 .header-nav .global-nav .link li {
    margin-left: 20px;
  }

  [lang=ja] .str-header-02 .header-nav .global-nav .link li {
    margin-left: 7px;
    font-size: 12px;
  }

  .str-header-02 .header-nav .global-nav .link li a {
    margin-bottom: 16px;
  }

  .lay-top-visual .str-header-02 .header-nav {
    width: calc(100% - 150px);
  }

  .lay-top-visual .str-header-02 .global-nav .link li {
    font-size: 14px;
  }

  [lang=ja] .lay-top-visual .str-header-02 .global-nav .link li {
    margin-left: 8px;
    font-size: 12px;
  }

  [lang=ja] .lay-top-visual .str-header-02 .global-nav .link li::before {
    display: none;
  }

  .lay-top-visual .str-header-02 .global-nav .link li::before {
    left: -11px;
  }
}

@media only screen and (max-width: 812px) {
  body {
    line-height: 1.4;
  }

  .str-header-01 a:hover, .str-header-01 a:focus, .str-header-02 a:hover, .str-header-02 a:focus, .topic-path-list a:hover, .topic-path-list a:focus, .str-footer a:hover, .str-footer a:focus {
    opacity: 1;
  }

  .str-header-01 {
    padding: 0;
  }

  .str-header-01 a:hover {
    text-decoration: none;
  }

  .str-header-01 .str-header-01-inner {
    padding: 0;
  }

  .str-header-01 .ci-city {
    padding: 5px 0 5px 20px;
  }

  [data-script-enabled="true"] .str-header-01 .ci-city {
    width: calc(100% - 40%);
  }

  .str-header-01 .ci-city img {
    max-width: 100px;
    width: 100%;
    transition: none;
  }

  .str-header-01 .menu-city {
    flex-direction: column;
  }

  [data-script-enabled="true"] .str-header-01 .menu-city {
    width: 40%;
  }

  .str-header-01 .menu-city .btn-city {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 35px;
    height: 100%;
  }

  .str-header-01 .menu-city .btn-city::before {
    left: 15px;
  }

  .str-header-01 .menu-city .link-city {
    display: block;
    background-color: #0079c3;
    z-index: 500;
    width: 100%;
    opacity: .9;
  }

  [data-script-enabled="true"] .str-header-01 .menu-city .link-city {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .str-header-01 .menu-city .link-city li {
    padding: 0 20px;
  }

  .str-header-01 .menu-city .link-city li + li::before {
    display: block;
    background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 3px 1px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .str-header-01 .menu-city .link-city a {
    display: block;
    padding: 14px 0;
    position: relative;
    font-weight: 600;
  }

  .str-header-01 .menu-city .link-city a::after {
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
  }

  .str-header-02 {
    padding: 0;
  }

  .str-header-02::after {
    display: none;
  }

  .str-header-02 .str-header-02-inner {
    display: block;
    padding-top: 0;
    background-color: #fff;
    min-height: auto;
  }

  [data-script-enabled="true"] .str-header-02 .str-header-02-inner {
    display: flex;
  }

  .str-header-02 .ci {
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 45%;
    min-height: 60px;
  }

  [lang=ko] .str-header-02 .ci {
    width: 42%;
  }

  .str-header-02 .ci .img-pc {
    display: none;
  }

  .str-header-02 .ci .img-sp {
    display: block;
  }

  .str-header-02 .ci img {
    max-width: 120px;
    width: 100%;
  }

  .str-header-02 .header-nav {
    width: calc(100% - 150px);
  }

  .str-header-02 .header-nav {
    display: block;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav {
    display: flex;
    flex-direction: row;
    width: 55%;
  }

  [lang=ko][data-script-enabled="true"] .str-header-02 .header-nav {
    width: 58%;
  }

  .str-header-02 .header-nav .utility {
    display: block;
    margin-top: 0;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility {
    display: flex;
    align-items: stretch;
    width: 70%;
    height: 100%;
  }

  .str-header-02 .header-nav .utility > li {
    margin-left: 0;
    font-size: 14px;
  }

  .str-header-02 .header-nav .utility .link-infomation {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-terms {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-corp {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-faq {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-access {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-access {
    display: flex;
    width: 50%;
  }

  .str-header-02 .header-nav .utility .link-lang {
    margin: 0;
    background-color: #fff;
    position: static;
    box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang {
    margin: 0;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang {
    display: flex;
    width: 50%;

    flex-flow: column;
  }

  .str-header-02 .header-nav .utility .link-lang .btn-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 5px 0;
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0075c1;
    font-size: 9px;
    line-height: 1.3;
  }

  .str-header-02 .header-nav .utility .link-lang .btn-lang:hover {
    opacity: 1;
  }

  .str-header-02 .header-nav .utility .link-lang .btn-lang::before {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .btn-lang {
    display: flex;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner {
    display: block;
    padding: 0 20px;
    border-top: solid 1px #ccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    width: 100%;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner {
    top: 100%;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner::before {
    display: none;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang .link-lang-inner::after {
    display: none;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .btn-google-lang {
    display: block;
    padding: 13px 0;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li {
    display: block;
    margin-right: 0;
    float: none;
    text-align: left;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select li::before {
    display: block;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 3px 1px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a:hover {
    background-color: transparent;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a {
    display: block;
    padding: 10px 0;
    position: relative;
  }

  .str-header-02 .header-nav .utility .link-lang .link-lang-inner .link-lang-select a::after {
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner {
    border-top: solid 1px #ccc;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background-color: #fff;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner {
    position: absolute;
    z-index: 500;
    top: 100%;
    left: 0;
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select li {
    display: block;
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select li + li::before {
    display: block;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 3px 1px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-inner .link-lang-select a {
    display: block;
    padding: 10px 0;
    line-height: 1.4;
  }

  .str-header-02 .header-nav .utility input.text-search {
    display: none;
  }

  .str-header-02 .header-nav .utility input[type="submit"] {
    display: none;
  }

  .str-header-02 .header-nav .global-nav {
    display: block;
    z-index: auto;
    width: 100%;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav {
    display: flex;
    justify-content: center;
    position: static;
    width: 30%;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    background: linear-gradient(to right, #1680d1, #0d4ba8);
    position: relative;
    width: 100%;
    box-shadow: 0 0 9px 1px rgba(57, 57, 57, .2);
    color: #fff;
    font-size: 9px;
    text-align: center;
    line-height: 1.2;
  }

  .str-header-02 .header-nav .global-nav .link {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .str-header-02 .header-nav .global-nav .link li {
    margin-left: 0;
  }

  [lang=en] .str-header-02 .header-nav .global-nav .link li {
    margin-left: 0;
  }

  [lang=en] .str-header-02 .header-nav .global-nav .link li {
    width: 100%;
    text-align: left;
  }

  .str-header-02 .header-nav .global-nav .link li::after {
    display: block;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 3px 1px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .str-header-02 .header-nav .global-nav .link li a {
    display: block;
    margin-bottom: 0;
    padding: 14px 20px;
    color: #333;
  }

  .str-header-02 .header-nav .global-nav .link li a::after {
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    content: "";
  }

  .str-header-02 .header-nav .global-nav .link li a:hover::before, .str-header-02 .header-nav .global-nav .link li a.active::before {
    display: none;
  }

  .str-header-02 .header-nav .global-nav .link li a:hover::after, .str-header-02 .header-nav .global-nav .link li a.active::after {
    display: inline-block;
    margin: auto;
    background-color: transparent;
    top: 0;
    right: 20px;
    bottom: 0;
    left: auto;
    content: "";
  }

  .str-header-02 .header-nav .global-nav .link li a.pc-link {
    display: none;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle {
    display: block;
    padding: 14px 20px;
    background: url(../png/bg_menu_sp_01.png) right top repeat-y;
    position: relative;
    width: 100%;
    color: #333;
    font-weight: 600;
    text-align: left;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle::before, .str-header-02 .header-nav .global-nav .link .btn-toggle::after {
    display: block;
    margin: auto;
    border-style: solid;
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 0;
    height: 0;
    content: "";
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle::before {
    border-width: 6px 7px 0 7px;
    border-color: #8c8c8c transparent transparent transparent;
    top: 6px;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle::after {
    border-width: 6px 7px 0 7px;
    border-color: #f5f5f5 transparent transparent transparent;
    top: 0;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .link .btn-toggle + ul.local-nav {
    display: none;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open::before {
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #8c8c8c transparent;
    top: 0;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open::after {
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #f5f5f5 transparent;
    top: 6px;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .link .btn-toggle.is-open + ul.local-nav {
    display: block;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle span {
    position: relative;
  }

  .str-header-02 .header-nav .global-nav .link .btn-toggle .toggle-state {
    display: none;
  }

  .str-header-02 .header-nav .global-nav .link .local-nav::before {
    display: block;
    background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 3px 1px;
    width: 100%;
    height: 1px;
    content: "";
  }

  .str-header-02 .header-nav .global-nav .link .local-nav li {
    font-size: 12px;
    font-weight: normal;
  }

  .str-header-02 .header-nav .global-nav .link .local-nav li:last-child::after {
    display: none;
  }

  .str-header-02 .header-nav .global-nav .link .local-nav li a {
    padding: 14px 20px 14px 30px;
    color: #666;
  }

  .str-header-02 .header-nav .global-nav .box-menu {
    background-color: #cae6fc;
    z-index: 500;
    width: 100%;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .box-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .str-header-02 .header-nav .global-nav .box-menu .box-form {
    display: block;
  }

  .str-header-02 .header-nav .global-nav .box-menu .btn-toggle {
    display: block;
  }

  .str-header-02 .header-nav .global-nav .box-menu .local-nav {
    display: block;
  }

  .str-header-02 .header-nav .global-nav .box-menu .banner {
    display: block;
  }

  [data-script-enabled="true"] .str-header-02 .header-nav .global-nav .box-menu .btn-close {
    display: block;
  }

  .lay-top-visual .str-header-02 {
    margin: 0 auto;
    position: static;
    z-index: auto;
  }

  .lay-top-visual .str-header-02 .ci {
    position: static;
  }

  .lay-top-visual .str-header-02 .header-nav .utility {
    width: 100;
  }

  .lay-top-visual .str-header-02 .header-nav .utility > li a {
    color: #096dbb;
  }

  .lay-top-visual .str-header-02 .header-nav .utility .link-lang .btn-lang {
    color: #096dbb;
  }

  .lay-top-visual .str-header-02 .header-nav .utility .link-lang._other-lang .link-lang-select > li a {
    color: #096dbb;
  }

  .lay-top-visual .str-header-02 .global-nav .link li::before {
    display: none;
  }

  .topic-path .topic-path-list {
    padding: 5px 20px;
  }

  .link-pagetop.fixed {
    max-width: none;
  }

  .link-pagetop p {
    max-width: none;
  }

  .link-pagetop p a {
    top: -64px;
    right: 10px;
  }

  .link-pagetop p img {
    width: 44px;
  }

  .link-pagetop p img.pc-show {
    display: none !important;
  }

  .link-pagetop p img.sp-show {
    display: inline-block !important;
  }

  .str-footer .str-footer-inner {
    padding: 40px 0 25px;
  }

  .str-footer .footer-link-01 {
    justify-content: flex-start;
    margin-bottom: 26px;
    padding: 0 20px;
  }

  .str-footer .footer-link-01 li {
    padding: 0 0 10px;
    width: 53%;
    font-size: 12px;
  }

  .str-footer .footer-link-01 li:nth-child(2n) {
    width: 47%;
  }

  .str-footer .footer-ci {
    padding: 0 20px;
  }

  .str-footer .footer-ci img {
    width: 170px;
  }

  .str-footer .copyright {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 359px) {
  [data-script-enabled="true"] .str-header-01 .ci-city {
    width: calc(100% - 45%);
  }

  [data-script-enabled="true"] .str-header-01 .menu-city {
    width: 45%;
  }

  .topic-path .topic-path-list li {
    font-size: 10px;
  }

  .topic-path .topic-path-list li::before {
    padding: 0 5px;
  }

  .str-footer .footer-link-01 li {
    width: 62%;
  }

  .str-footer .footer-link-01 li:nth-child(2n) {
    width: 38%;
  }
}
