@charset "Shift_JIS";
/* Updated 2022/03/16.T */

/*--------------------------------------------

COPY SOURCE
/aboutus/cmn/styles/base.min.css(2022.03)

--------------------------------------------*/

/*--------------------------------------------
HTML5 Reset ::style.css
-------------------------
We have learned much from/been inspired by/taken code where offered from:
Eric Meyer:http://ericmeyer.com
HTML5 Doctor:http://html5doctor.com
and the HTML5 Boilerplate:http://html5boilerplate.com
---------------------------------------------*/
/* Let's default this puppy out
--------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  background: transparent; 
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Responsive images and other embedded objects  Note:keeping IMG here will cause problems if you're using foreground images as sprites.  If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent; 
  vertical-align: baseline;
  font-size: 100%;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  vertical-align: top; 
  font-weight: bold;
}

td {
  vertical-align: top; 
  font-weight: normal;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; 
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: top;
}

pre {
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS2 */
  white-space: pre-wrap;
  white-space: pre;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;

  *vertical-align: baseline;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font: 100%; 
  font-size: inherit;
}

a:hover,
a:active {
  outline: none;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  position: relative; 
  line-height: 0;
  font-size: 85%;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button {
  width: auto;
  max-width: 100%; 
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

em,
strong {
  font-weight: normal;
}

legend {
  display: none;
}

table {
  text-align: left;
  font-weight: normal;
}

th,
td {
  text-align: left; 
  font-weight: normal;
}

img {
  max-width: 100%;
}

ol,
li {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------


Base Setting


---------------------------------------------*/
@font-face {
  font-family: "noto-sans";

  src: url("/aboutus/cmn/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf");
}

@font-face {
  font-family: "noto-sans-bold";

  src: url("/aboutus/cmn/fonts/Noto_Sans_JP/NotoSansJP-Bold.otf");
}

@font-face {
  font-family: "roboto";

  src: url("/aboutus/cmn/fonts/Roboto/RobotoCondensed-Regular.ttf");
}

@font-face {
  font-family: "roboto-bold";

  src: url("/aboutus/cmn/fonts/Roboto/RobotoCondensed-Bold.ttf");
}

html {
  font-size: 62.5%;
}
html.-modal {
  overflow: hidden;
}

body,
select,
input,
textarea,
button {
  line-height: 1.5;
  font-family: "noto-sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-size-adjust: none;
  color: #141d1d;

  -webkit-text-size-adjust: 100%;
}

html,
body {
  min-height: 100%;
}

body {
  width: 100%;
  min-width: 1280px; 
  min-height: 100vh;

  overflow-wrap: break-word;
  word-wrap: break-word;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all .25s ease-out;
  background: rgba(0, 0, 0, 0);
  z-index: 8; 

  visibility: hidden;
}
body.-overlay {
  position: fixed;
}

main {
  display: block;
}

button {
          appearance: none;
  background: transparent; 
  border: none;

  -webkit-appearance: none;
     -moz-appearance: none;
}

a {
  text-decoration: underline; 
  color: #004831;
  cursor: pointer;
}
a:visited {
  color: #004831;
}
a:hover,
a:active {
  text-decoration: none; 
  color: #004831;
}
a:focus {
  color: #004831;
}
a[href^="tel"] {
  pointer-events: none;
}
a[href^="tel"]:not([class*="btn-type"]) {
  display: inline-block;
}

em {
  font-style: normal;
}

legend {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  height: auto;
}

figure {
  text-align: center;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
  outline: 3px solid #c4d700;
}

[class*="karte-c"] a,
[class*="karte-c"] button,
[class*="karte-c"] input,
[class*="karte-c"] textarea,
[class*="karte-c"] select,
[class*="karte-c"] [tabindex] {
  outline: none;
}

/*--------------------------------------------

Base

---------------------------------------------*/
#content-area {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}
#content-area > .inner {
  flex: 1 1 auto;
  position: relative; 
  width: 100%;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px; 
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
          clip-path: inset(50%);
  border: 0;

  -webkit-clip-path: inset(50%);
  white-space: nowrap;
}

/*--------------------------------------------


Header Setting


---------------------------------------------*/

#header-area {
  background: #fff;
}
body.page-simple #header-area {
  box-shadow: 0 0 13px rgba(20, 29, 29, .1);
}

#header-content a {
  text-decoration: none;
}

#header-content .header-logo {
  display: flex;
  width: 100%;
  background: #004831;
  border-bottom: 3px solid #c4d700;
}
#header-content .header-logo > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 37px; 
  margin: auto;
  padding: 0 40px;
}

#header-content .header-inner > .inner {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 7px 40px;
}

#header-content .header-siteLogo {
  display: flex;
  flex: 0 0 auto;
  width: 213px;
}
#header-content .header-siteLogo > * {
  display: flex;
  align-items: center;
}

#header-content .header-container {
  flex: 1 1 auto;
}

#header-content .header-info > .inner {
  display: flex;
  justify-content: flex-end;
  min-height: 30px;
}

#header-content .header-infoList {
  display: flex;
}
#header-content .header-infoList > .item:not(:first-child) {
  margin-left: 24px;
}
#header-content .header-infoList > .item a,
#header-content .header-infoList > .item button {
  font-size: 1.2rem;
}
#header-content .header-infoList > .item a:hover,
#header-content .header-infoList > .item button:hover {
  text-decoration: underline;
}

#header-content .header-fontSize {
  position: relative;
  margin-left: 24px;
}
#header-content .header-fontSize > .btn > button {
  font-size: 1.3rem;
}
#header-content .header-fontSize > .popup {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  width: 80px;
  background: #fff;
  z-index: 6;
}
#header-content .header-fontSize > .popup > .inner > .list {
  overflow: hidden; 
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
#header-content .header-fontSize > .popup > .inner > .list > .item {
  display: flex;
  background: #fff;
}
#header-content .header-fontSize > .popup > .inner > .list > .item:not(:first-child) {
  border-top: 1px solid #d5dedb;
}
html.-fsSmall #header-content .header-fontSize > .popup > .inner > .list > .item:nth-child(1),
html.-fsdDfault #header-content .header-fontSize > .popup > .inner > .list > .item:nth-child(2),
html.-fsDfault #header-content .header-fontSize > .popup > .inner > .list > .item:nth-child(2),
html.-fsLarge #header-content .header-fontSize > .popup > .inner > .list > .item:nth-child(3) {
  background: #e2efbc;
}
#header-content .header-fontSize > .popup > .inner > .list > .item > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40px;
}
#header-content .header-fontSize > .popup > .inner > .list > .item > .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-out; 
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
#header-content .header-fontSize > .popup > .inner > .list > .item > .btn > span {
  font-size: 1.4rem;
}

#header-content .header-lang {
  margin-left: 24px;
}
#header-content .header-lang > .popup {
  top: calc(100% + 8px);
  right: 0;
}

#header-content .header-tool {
  display: flex;
  width: 100%;
}
#header-content .header-tool > .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 100%;
}
#header-content .header-tool > .inner > *:not(:last-child) {
  margin-left: 24px;
}

#header-content .header-toolCategory > .list {
  display: flex;
}
#header-content .header-toolCategory > .list > .item:not(:last-child) {
  margin-right: 8px;
}

#header-content .header-toolCategory .link {
  display: block;
  position: relative;
  width: 60px;
  padding: 7px 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold; 
  color: #788883;
}
#header-content .header-toolCategory .link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: background-color .3s ease-out; 
  background: rgba(0, 72, 49, 0);
}
#header-content .header-toolCategory .link:hover,
#header-content .header-toolCategory .link[aria-current="true"] {
  color: #004831;
}
#header-content .header-toolCategory .link:hover::before,
#header-content .header-toolCategory .link[aria-current="true"]::before {
  background: #004831;
}

#header-content .header-toolBtn > .btn-list01 > .item:not(:first-child) {
  margin-left: 16px;
}

#header-content .header-toolBtn > .btn-list01 > .item > .btn-type01 {
  width: 124px;
  min-width: 0;
  border: none; 
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
#header-content .header-toolBtn > .btn-list01 > .item > .btn-type01 > .inner {
  min-height: 34px;
  padding: 0;
  font-size: 1.4rem;
}
#header-content .header-toolBtn > .btn-list01 > .item > .btn-type01.-green01 {
  box-shadow: 0 3px 8px rgba(0, 72, 49, .35);
}

#header-content .header-toolBtnLogin > .popup {
  display: none;
  position: absolute;
  top: 72px;
  right: 0;
  width: 1200px;
  z-index: 6;
}
#header-content .header-toolBtnLogin > .popup::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 115px;
  bottom: auto;
  left: calc(50% - (10px / 2));
  left: auto;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #c6de78 transparent;
  z-index: 1;
}
#header-content .header-toolBtnLogin > .popup > .inner {
  padding: 30px 20px 0; 
  background: #c6de78;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside {
  margin: 0 -20px;
  padding: 28px 20px; 
  overflow: hidden;
  background: #e2efbc;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner {
  display: flex;
  justify-content: center;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link:hover {
  transition: opacity .3s ease-out;
  text-decoration: underline;

  opacity: 1;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link:hover:hover {
  opacity: .7;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link > .bnr {
  flex: 0 0 auto;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link > .bnr picture,
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link > .bnr img {
  border-radius: 4px;
}
#header-content .header-toolBtnLogin > .popup > .inner > .aside > .inner > .link > .text {
  flex: 1 1 auto;
  width: 100%;
  margin-left: 24px;
  text-align: left; 
  font-weight: bold;
}

#header-content .header-toolLoginApply {
  display: flex;
}
#header-content .header-toolLoginApply > .img {
  flex: 0 0 auto;
}
#header-content .header-toolLoginApply > .box {
  width: 100%;
}
#header-content .header-toolLoginApply > .box:not(:first-child) {
  margin-left: 24px;
}
#header-content .header-toolLoginApply > .box > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
}
#header-content .header-toolLoginApply > .box > .inner > .text:not(:first-child) {
  margin-left: 24px;
}

#header-content .header-search > .btn > button {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
}
#header-content .header-search > .btn > button > img {
  width: 22px;
}

#header-content .header-search > .popup {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 422px;
  background: #fff;
  z-index: 6;
}
#header-content .header-search > .popup::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 12px;
  bottom: auto;
  left: calc(50% - (10px / 2));
  left: auto;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #c6de78 transparent;
  z-index: 1;
}

.lang-block {
  position: relative;
}
.lang-block > .btn > button {
  position: relative;
  padding-left: 23px;
  font-size: 1.3rem;
}
.lang-block > .btn > button::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/aboutus/cmn/imgs/bg_country_01.svg") 0 0/cover no-repeat;
}
.lang-block > .popup {
  display: none;
  position: absolute;
  z-index: 6;
}
.lang-block > .popup > .inner > .list {
  width: 150px;
  overflow: hidden; 
  border-radius: 4px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
.lang-block > .popup > .inner > .list > .item {
  display: flex;
  background: #fff;
}
.lang-block > .popup > .inner > .list > .item.-current {
  background: #e2efbc;
}
.lang-block > .popup > .inner > .list > .item:not(:first-child) {
  border-top: 1px solid #d5dedb;
}
.lang-block > .popup > .inner > .list > .item > .btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 40px;
  padding-left: 8px;
}
.lang-block > .popup > .inner > .list > .item > .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-out; 
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name {
  position: relative;
  padding-left: 24px;
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background: 0 0/cover no-repeat;
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-jp::before {
  background-image: url("/aboutus/cmn/imgs/bg_country_01.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-en::before {
  background-image: url("/aboutus/cmn/imgs/bg_country_02.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-zh::before {
  background-image: url("/aboutus/cmn/imgs/bg_country_03.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-ko::before {
  background-image: url("/aboutus/cmn/imgs/bg_country_04.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-vi::before {
  background-image: url("/aboutus/cmn/imgs/bg_country_05.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .code {
  min-width: 2em;
  text-align: left;
}
.lang-block > .popup > .inner > .list > .item > .btn.-list {
  padding-left: 32px;
  color: #141d1d;
}

/*--------------------------------------------

Global Nav

---------------------------------------------*/
#global-nav {
  position: relative;
}
#global-nav > .inner {
  position: relative;
  box-shadow: 0 6px 13px -9px rgba(81, 127, 111, .18) inset, 0 13px 13px -13px rgba(20, 29, 29, .1);
  z-index: 5;
}
#global-nav > .inner > .list {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
#global-nav > .inner > .list > .item {
  display: flex;
  position: relative;
  width: 100%;
}
#global-nav > .inner > .list > .item::before,
#global-nav > .inner > .list > .item:last-child::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 1px;
  height: 30px;
  background: #d5dedb;
}
#global-nav > .inner > .list > .item:last-child::after {
  right: 0; 
  left: auto;
}
#global-nav > .inner > .list > .item a,
#global-nav > .inner > .list > .item button {
  display: flex;
  justify-content: center;
  position: relative; 
  width: 100%;
  min-height: 57px;
  padding: 5px 0 6px;
  text-decoration: none;
}
#global-nav > .inner > .list > .item a::before,
#global-nav > .inner > .list > .item button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-out; 
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
#global-nav > .inner > .list > .item a:focus,
#global-nav > .inner > .list > .item button:focus {
  background: #e1eb80; 

  outline: none;
}
#global-nav > .inner > .list > .item a:focus::before,
#global-nav > .inner > .list > .item button:focus::before {
  display: none;
}
#global-nav > .inner > .list > .item a > .inner,
#global-nav > .inner > .list > .item button > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004831;
}
#global-nav > .inner > .list > .item a > .inner br,
#global-nav > .inner > .list > .item button > .inner br {
  display: none;
}
#global-nav > .inner > .list > .item a[class*="glyph-"] > .inner,
#global-nav > .inner > .list > .item button[class*="glyph-"] > .inner {
  padding-left: 26px;
}
#global-nav > .inner > .list > .item a[class*="glyph-"] > .inner::before,
#global-nav > .inner > .list > .item button[class*="glyph-"] > .inner::before {
  top: calc(50% - 10px); 
  width: 21px;
  height: 21px;
}
#global-nav > .inner > .list > .item a.glyph-square01 > .inner,
#global-nav > .inner > .list > .item button.glyph-square01 > .inner {
  padding-left: 29px;
}
#global-nav > .inner > .list > .item a.glyph-square01 > .inner::before,
#global-nav > .inner > .list > .item button.glyph-square01 > .inner::before {
  top: calc(50% - 8px); 
  left: 3px;
  width: 16px;
  height: 16px;
}
#global-nav > .inner > .list > .item a.glyph-coin01 > .inner,
#global-nav > .inner > .list > .item button.glyph-coin01 > .inner {
  padding-left: 34px;
}
#global-nav > .inner > .list > .item a.glyph-coin01 > .inner::before,
#global-nav > .inner > .list > .item button.glyph-coin01 > .inner::before {
  top: calc(50% - 12px); 
  width: 24px;
  height: 24px;
}
#global-nav > .inner > .list > .item a.glyph-coin02 > .inner,
#global-nav > .inner > .list > .item button.glyph-coin02 > .inner {
  padding-left: 27px;
}
#global-nav > .inner > .list > .item a.glyph-memo01 > .inner,
#global-nav > .inner > .list > .item button.glyph-memo01 > .inner {
  padding-left: 28px;
}
#global-nav > .inner > .list > .item a.glyph-faq01 > .inner,
#global-nav > .inner > .list > .item button.glyph-faq01 > .inner {
  padding-left: 36px;
}
#global-nav > .inner > .list > .item a.glyph-faq01 > .inner::before,
#global-nav > .inner > .list > .item button.glyph-faq01 > .inner::before {
  top: calc(50% - 15px); 
  width: 29px;
  height: 29px;
}
#global-nav > .inner > .list > .item a.glyph-map01 > .inner,
#global-nav > .inner > .list > .item button.glyph-map01 > .inner {
  padding-left: 30px;
}
#global-nav > .inner > .list > .item a.glyph-map01 > .inner::before,
#global-nav > .inner > .list > .item button.glyph-map01 > .inner::before {
  top: calc(50% - 12px); 
  width: 23px;
  height: 23px;
}
#global-nav > .inner > .list > .item a.icon-link02 > .inner,
#global-nav > .inner > .list > .item button.icon-link02 > .inner {
  padding-right: 15px;
}

.global-drop {
  position: absolute;
  top: 57px;
  width: 100%;
  z-index: 4;
}
.global-drop > .panel[aria-hidden="false"] > .inner {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

.global-dropList {
  background: #fff;
}

.global-dropPanelContent {
  width: 100%;
}
.global-dropPanelContent > .list:not(:first-child) {
  margin-top: 10px;
}
.global-dropPanelContent > .list > .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.global-dropPanelContent > .list > .detail {
  font-size: 1.4rem;
}
.global-dropPanelContent > .list > .detail:not(:first-child) {
  margin-top: 16px;
}
.global-dropPanelContent > .list > .detail .list-normal01 {
  font-weight: bold;
}

.global-dropClose > .btn > .inner {
  padding-left: 30px;
  line-height: 1;
}
.global-dropClose > .btn > .inner::before {
  top: calc(50% - 4px);
  left: 10px; 
  width: 10px;
  height: 10px;
}

.header-searchInput {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 13px;
  background: #c6de78;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
}
.header-searchInput > form {
  width: 100%;
}
.header-searchInput > .btn {
  flex: 0 0 auto;
  width: 40px;
  margin-left: 13px;
}
.header-searchInput > .btn > .inner {
  font-size: 1.2rem;
  color: #004831;
}

.search-form {
  display: block;
  position: relative;
  width: 100%;
  padding: 13px 45px 13px 20px;
  background: #fff;
  border: 1px solid #d5dedb;
  border-radius: 120px;
}
#SS_searchForm3 .search-form.-suggestOn {
  border: 1px solid #788883;
  border-radius: 20px 20px 0 0;
}
.search-form > .text {
  display: block;
  width: 100%;
  padding: 0; 
  border: none;

  outline: none;
}
.search-form > .text::placeholder {
  color: #788883;
}
.search-form > .text::-webkit-input-placeholder {
  color: #788883;
}
.search-form > .text::-moz-placeholder {
  color: #788883;
}
.search-form > .text:-ms-input-placeholder {
  color: #788883;
}
.search-form > .text::-ms-input-placeholder {
  color: #788883;
}
.search-form > .btn {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url("/aboutus/cmn/imgs/btn_search_01.svg") 0 0/cover no-repeat; 
  border: none;

  outline: none;
  text-indent: -1000px;
}

/*--------------------------------------------

Suggest

---------------------------------------------*/

/*--------------------------------------------


Footer Setting


---------------------------------------------*/
#footer-content {
  margin-top: 96px;
  background: #f5f5f5;
}
#footer-content a {
  text-decoration: none;
  font-size: 1.2rem;
}
#footer-content a:hover,
#footer-content a:focus {
  text-decoration: underline;
}
#footer-content .footer-pageTop {
  display: flex;
  background: #f3f8f6;
  border-bottom: 2px solid #fff;
}
#footer-content .footer-pageTop > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 47px;
  margin: auto;
  padding: 0 40px;
}
#footer-content .footer-pageTop > .inner > a > .inner {
  line-height: 1; 
  font-weight: bold;
}
#footer-content .footer-pageTop > .inner > a > .inner::before {
  top: calc(50% - (1.375em / 2));
}
.page-simple #footer-content .footer-pageTop {
  background: #e5edea;
}
#footer-content .footer-search {
  display: flex;
  justify-content: center;
  padding-top: 36px;
}
#footer-content > .footer-full {
  background: #f3f8f6;
}
#footer-content > .footer-full > .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
#footer-content > .footer-full > .inner > *:last-child {
  padding-bottom: 32px;
}
#footer-content > .footer-common {
  padding-bottom: 40px; 
  background: #e5edea;
}
#footer-content > .footer-common > .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
#footer-content .footer-search .search-form {
  width: 358px;
}
#footer-content .footer-nav {
  margin-top: 42px;
}
#footer-content .footer-nav .detail-listLine01 > .title {
  font-size: 1.4rem;
}
#footer-content .footer-nav .detail-listLine01 > .title a {
  font-size: 1.4rem;
}
#footer-content .footer-nav .detail-listLine01 > .title a:hover,
#footer-content .footer-nav .detail-listLine01 > .title a:focus {
  text-decoration: none;
}
#footer-content .footer-special {
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid #d5dedb;
}
#footer-content .footer-menu {
  padding: 27px 0;
  border-bottom: 1px solid #fff;
}
#footer-content .footer-menu > .list {
  display: flex;
  justify-content: space-between;
}
#footer-content .footer-info {
  padding-top: 42px;
}
#footer-content .footer-lang {
  margin-top: 16px;
}
#footer-content .footer-lang > .popup {
  bottom: 100%;
  left: 0;
}
#footer-content .footer-lang a:hover {
  text-decoration: none;
}
#footer-content .footer-data {
  margin-top: 16px;
  text-align: center;
  font-size: 1.2rem;
}
#footer-content .footer-data .detail-side01 {
  justify-content: center;
  margin-top: 8px;
}
#footer-content .footer-data .detail-side01 > .detail {
  width: auto;
}
#footer-content .footer-logo {
  background: #004831;
}
#footer-content .footer-logo > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 15px 40px;
}
#footer-content .footer-logo .logo {
  display: block;
  flex: 0 0 auto;
}
#footer-content .footer-logo .copy {
  font-size: 1.0rem;
  color: #fff;
}
#footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
  padding-bottom: 120px;
  transition: all .3s ease-out;
}
#footer-area.footer-fixed.-close #footer-content .footer-logo {
  padding-bottom: 34px;
}

/*--------------------------------------------

Fixed

---------------------------------------------*/
#fixed-area {
  display: none;
}

#footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#footer-fixed > .btn {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
#footer-fixed > .btn button {
  display: flex;
  justify-content: center;
  position: relative; 
  width: 95px;
  padding: 6px 3px;
  background: #e5edea;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004831;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#footer-fixed > .btn button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-out; 
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
#footer-fixed .panel {
  display: block; 
  background: #fff;
  box-shadow: 0 0 13px 3px rgba(20, 29, 29, .1);
}
#footer-fixed .panel > .inner {
  position: relative; 
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 13px 40px;
}
#footer-fixed .btn-list01 {
  align-items: flex-end;
}
#footer-fixed .btn-list01 > .item .btn-type01 {
  margin-top: 8px;
}

/*--------------------------------------------


SP Menu Setting


---------------------------------------------*/
#drawr-area {
  position: fixed;
  top: calc(36px + 3px);
  left: 0;
  width: 100%;
  height: calc(100% - 36px - 3px);
  background: #c6de78;
  z-index: 9; 

  overflow-y: auto;
}
#drawr-area a {
  text-decoration: none;
}
#drawr-area .drawr-wrap {
  padding-right: 4px; 
  padding-left: 4.8vw;
}
#drawr-area .drawr-wrap > .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: calc(44px - 19px);
}
#drawr-area .drawr-wrap > .inner > .btn button {
  display: flex;
  justify-content: center;
  position: relative;
  width: 46px;
}
#drawr-area .drawr-wrap > .inner > .btn button > .inner {
  display: flex;
  align-items: flex-end;
  height: 44px;
  padding: 0 0 0 0; 
  font-size: 1.0rem;
}
#drawr-area .drawr-wrap > .inner > .btn button > .inner::before {
  top: calc(50% - 7px); 
  left: calc(50% - 7px);
  width: 15px;
  height: 15px;
}
#drawr-area .drawr-campaign {
  padding: 18px 4.8vw;
  background: #e2efbc;
  text-align: center;
}
#drawr-area .drawr-campaign > .inner picture,
#drawr-area .drawr-campaign > .inner img {
  border-radius: 4px;
}
#drawr-area .drawr-induction {
  padding: 8px 4.8vw 24px;
}
#drawr-area .drawr-induction > .inner > *:not(:first-child) {
  margin-top: 18px;
}
#drawr-area .drawr-induction .btn-list01 > .item {
  width: 161px;
  max-width: 100%;
}
#drawr-area .drawr-induction .btn-list01 > .item:not(:first-child) {
  margin-left: 17px;
}
#drawr-area .drawr-induction .btn-list01 > .item .btn-type01 {
  width: 100%;
}
#drawr-area .drawr-induction .btn-list01 > .item .btn-type01 > .inner {
  font-size: 1.5rem;
}
#drawr-area .drawr-inquiry {
  padding: 13px 4.8vw 24px;
  background: #e2efbc;
}
#drawr-area .drawr-inquiry .detail-list02 > .title {
  font-weight: normal;
}
#drawr-area .drawr-inquiry [class*="glyph-"] > .inner {
  padding-left: 50px;
}
#drawr-area .drawr-inquiry [class*="glyph-"] > .inner::before {
  top: -.1em; 
  width: 38px;
  height: 38px;
}
#drawr-area .drawr-info {
  background: #fff;
}
#drawr-area .drawr-info .list-link01 > .item a::after {
  z-index: inherit;
}
#drawr-area .drawr-close {
  background: #f5f5f5;
}
#drawr-area .drawr-close > .glyph-close01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
#drawr-area .drawr-close > .glyph-close01 > .inner {
  display: flex;
  align-items: center;
  min-height: 49px;
  padding-left: 14px;
  font-size: 1.3rem;
}
#drawr-area .drawr-close > .glyph-close01 > .inner::before {
  top: calc(50% - 5px); 
  width: 10px;
  height: 10px;
}

/*--------------------------------------------


SP Nav Setting


---------------------------------------------*/

#spnav-area + #main-area {
  padding-top: 0;
}

#category-nav {
  position: relative;
}
#category-nav > .switch > .btn {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 30px 0 4.8vw;
  transition: all .3s ease-out; 
  background: #f5f5f5;
  box-shadow: 0 1px 15px rgba(81, 127, 111, .18);

  outline: none;
}
#category-nav > .switch > .btn > .inner {
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 1.4rem;
  font-weight: bold; 
  color: #004831;
}
#category-nav > .switch > .btn > .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (22px / 2));
  right: 14px;
  width: 22px;
  height: 22px;
  background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;

  transform: rotate(90deg);
}
#category-nav > .switch > .btn[aria-expanded="true"] {
  background: #004831;
}
#category-nav > .switch > .btn[aria-expanded="true"] > .inner {
  color: #fff;
}
#category-nav > .switch > .btn[aria-expanded="true"] > .inner::after {
  background-image: url("/aboutus/cmn/imgs/ico_arrow_right_02.svg");

  transform: rotate(-90deg);
}
#category-nav > .panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 3;
}
#category-nav > .panel[aria-hidden="false"] {
  position: fixed;
  height: calc(100% - (158px + 48px));

  overflow-y: auto;
}
#category-nav > .panel > .btn {
  background: #f5f5f5;
}
#category-nav > .panel > .btn > .glyph-close01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
#category-nav > .panel > .btn > .glyph-close01 > .inner {
  display: flex;
  align-items: center;
  min-height: 49px;
  padding-left: 14px;
  font-size: 1.3rem;
}
#category-nav > .panel > .btn > .glyph-close01 > .inner::before {
  top: calc(50% - 5px); 
  width: 10px;
  height: 10px;
}

.category-navLink > .item > .title {
  display: flex;
  padding: 14px 4.8vw; 
  background: #e2efbc;
}
.category-navLink > .item > .title > .inner {
  font-size: 1.4rem;
  font-weight: bold;
}

.category-navLinkToggle > .item > .btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 30px 14px 4.8vw;
  background: #fff;
  text-align: left;
}
.category-navLinkToggle > .item > .btn > .inner {
  font-size: 1.4rem;
  font-weight: bold;
  color: #004831;
}
.category-navLinkToggle > .item > .btn > .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (22px / 2));
  right: 14px;
  width: 22px;
  height: 22px;
  background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;

  transform: rotate(90deg);
}

.category-navLinkToggle > .item:not(:first-child) {
  border-top: 1px solid #d5dedb;
}

.category-navLinkToggle > .item[aria-expanded="true"] > .btn > .inner::after {
  transform: rotate(-90deg);
}

.category-navLinkList > .item > a {
  display: flex;
  position: relative;
  width: 100%;
  padding: 14px 40px 14px 4.8vw;
  background: #fff;
  text-decoration: none;
}
.category-navLinkList > .item > a > .inner {
  font-size: 1.4rem;
  font-weight: bold;
}
.category-navLinkList > .item > a:not(.icon-blank01) > .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (22px / 2));
  right: 10px;
  width: 22px;
  height: 22px;
  background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;
}
.category-navLinkList > .item > a.icon-blank01 > .inner .item {
  position: absolute;
  right: 4.8vw;
}
.category-navLinkToggle .category-navLinkList > .item > a {
  padding-left: 8.5vw;
}

.category-navLinkList > .item:not(:first-child) {
  border-top: 1px solid #d5dedb;
}

.category-navLinkList.panel > .item {
  border-top: 1px solid #d5dedb;
}

/*--------------------------------------------


Main Setting


---------------------------------------------*/
/*--------------------------------------------

Main

---------------------------------------------*/
#main-area {
  min-height: 100%;
}
#main-area > .section-main > [class*="content-block"]:first-child > .inner > .title-heading02 {
  margin-top: 80px;
}

.content-block01 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.content-block01:not(:first-child) {
  margin-top: 68px;
}
.content-block01 + .content-block02 {
  margin-top: 64px;
}

.content-block02 {
  position: relative;
  padding: 56px 0;
  background: #fff;
}
.content-block02 > .inner > section:first-child > [class*="title-"]:first-child,
.content-block02 > .inner > aside:first-child > [class*="title-"]:first-child {
  margin-top: 0;
}
.content-block02:not(:first-child) {
  margin-top: 64px;
}
.content-block02:not(.-contentsFull01) > .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
.content-block02.-contentsFull01 {
  margin-top: 46px;
  padding-top: 0;
}
.content-block02.-green01 {
  background: #e2efbc;
}
.content-block02.-green01.-arrow01::after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #e2efbc 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e2efbc 50.5%) no-repeat top right/50% 100%;
}
.content-block02.-green02 {
  background: #f3f8f6;
}
.content-block02.-green02.-arrow01::after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #f3f8f6 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f3f8f6 50.5%) no-repeat top right/50% 100%;
}
.content-block02.-blue01 {
  background: #f2fbfb;
}
.content-block02.-blue01.-arrow01::after {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #f2fbfb 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #f2fbfb 50.5%) no-repeat top right/50% 100%;
}
.content-block02.-icon01 > .icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.content-block02.-arrow01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6.1vw;
  width: 100%;
  height: 6.1vw;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
  z-index: 1;
}
.content-block02.-arrow01 + * {
  margin-top: 0;
  padding-top: calc(56px + 6.1vw);
}
.content-block02.-title01 {
  padding-top: 0;
}
.content-block02.-title01 > [class*="title-"]:first-child {
  margin-top: 0;
}
.content-block02.-connected01 {
  padding-bottom: 104px;
}
.content-block02.-connected02 {
  margin-top: 0;
}
.content-block02 + .content-block02 {
  margin-top: 0;
}

.section-block01:first-child > *:first-child {
  margin-top: 0;
}

/*--------------------------------------------

Topic path

---------------------------------------------*/
#topic-path {
  width: 100%;
  max-width: 1280px;
  margin: 16px auto;
  padding: 0 40px;
}
#topic-path a {
  text-decoration: none;
}
#topic-path a:hover {
  text-decoration: underline;
}
#topic-path > .list {
  font-size: 1.2rem;
}
#topic-path > .list > .item {
  display: inline;
  position: relative;
}
#topic-path > .list > .item:not(:first-child) {
  padding-left: 2em;
}
#topic-path > .list > .item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(((1.5 * 1em) - 1.375em) / 2);
  left: 0;
  width: 1.375em;
  height: 1.375em;
  background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;
}

/*--------------------------------------------

Local Nav

---------------------------------------------*/
#local-nav {
  margin-top: 96px;
}
#local-nav > .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}

/*--------------------------------------------


Webview Setting


---------------------------------------------*/
body.ua-webview #spmenu-area,
body.ua-webview #header-wrap,
body.ua-webview #footer-area,
body.ua-webview #global-nav {
  display: none !important;
}

body.ua-webview #main-area {
  padding-top: 0 !important;
}

body.ua-webview #main-area:last-child,
body.ua-webview #local-area {
  padding-bottom: 100px;
}

body.ua-webview ._no-webview {
  display: none !important;
}

body:not(.ua-webview) ._webview-content {
  display: none !important;
}

@media screen and (min-width: 768px) {
  html.-fsSmall {
    font-size: 8px;
  }
  html.-fsLarge {
    font-size: 12px;
  }
  body.page-simple #header-content .header-inner > .inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #header-content .header-siteLogo {
    margin-right: 28px;
  }
  #header-content .header-siteLogo > * {
    min-height: 58px;
  }
  #header-content .header-fontSize > .popup > .inner > .list > .item > .btn:hover::before,
  #header-content .header-fontSize > .popup > .inner > .list > .item > .btn:focus::before {
    background: rgba(255, 255, 255, .3);
  }
  #header-content .header-tool > .inner {
    min-height: 60px;
    padding-right: 7px;
  }
  #header-content .header-toolCategory {
    min-height: 43px;
  }
  #header-content .header-toolCategory .link {
    min-height: 37px;
  }
  #header-content .header-drawrBtn {
    display: none;
  }
  .lang-block > .popup > .inner > .list > .item > .btn:hover::before,
  .lang-block > .popup > .inner > .list > .item > .btn:focus::before {
    background: rgba(255, 255, 255, .3);
  }
  #global-nav > .inner > .list > .item a:hover::before,
  #global-nav > .inner > .list > .item a:focus::before,
  #global-nav > .inner > .list > .item button:hover::before,
  #global-nav > .inner > .list > .item button:focus::before {
    background: rgba(255, 255, 255, .3);
  }
  .global-drop {
    background: linear-gradient(to right, #fff 0%, #fff 50%, #f5f5f5 51%, #f5f5f5 100%);
    box-shadow: 0 9px 8px -8px rgba(0, 0, 0, .2);
  }
  .global-dropList {
    flex: 0 0 auto; 
    width: 276px;
  }
  .global-dropList > .list > .item {
    position: relative;
  }
  .global-dropList > .list > .item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 6px);
    height: 1px;
    background: #d5dedb;
  }
  .global-dropList > .list > .item > .btn {
    display: flex;
    position: relative; 
    width: 100%;
    padding: 10px 5px 10px 18px;

    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    outline: none;
  }
  .global-dropList > .list > .item > .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease-out; 
    background: rgba(255, 255, 255, 0);
    z-index: 1;
  }
  .global-dropList > .list > .item > .btn > .inner {
    display: flex;
    align-items: center;
    min-height: 52px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .global-dropList > .list > .item > .btn[aria-selected="true"],
  .global-dropList > .list > .item > .btn:focus {
    background: #c4d700;
  }
  .global-dropList > .list > .item > .btn[aria-selected="true"]::before,
  .global-dropList > .list > .item > .btn:focus::before {
    display: none;
  }
  .global-dropList > .list > .item > .btn[aria-selected="true"]::after,
  .global-dropList > .list > .item > .btn:focus::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #c4d700;
  }
  .global-dropWrap {
    width: 100%; 
    background: #f5f5f5;
  }
  .global-dropWrap > .panel[aria-hidden="false"] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 30px 0 0 20px;
  }
  .global-dropWrap > .panel[aria-hidden="false"] > .inner {
    display: flex;
  }
  .global-dropPanelContent > .btn {
    display: none;
  }
  .global-dropPanelContent > .img picture,
  .global-dropPanelContent img {
    border-radius: 10px;
  }
  .global-dropPanelList {
    flex: 0 0 auto;
  }
  .global-dropPanelList:not(:first-child) {
    margin-left: 24px;
  }
  .global-dropPanelList > .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
  }
  .global-dropPanelList > .list > .item {
    margin: 10px 0 0 24px;
  }
  .global-dropPanelList > .list > .item:nth-child(odd) {
    margin-left: 0;
  }
  .global-dropClose {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .header-searchInput {
    border-radius: 4px;
  }
  #SS_Frame1 {
    border-radius: 0 0 4px 4px; 
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .25);
  }
  #footer-fixed > .btn button:hover::before,
  #footer-fixed > .btn button:focus::before {
    background: rgba(255, 255, 255, .3);
  }
  #spnav-area {
    display: none;
  }
  #topic-path + #main-area > .section-main > [class*="content-block"]:first-child > .inner > .title-heading02 {
    margin-top: 30px;
  }
  body.ua-webview ._pc-no-webview {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body.-openMenu {
    position: fixed;
  }
  body.-openMenu::before {
    background: rgba(0, 0, 0, .7);

    visibility: visible;
  }
  body {
    min-width: 0;
  }
  #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease-out; 
    z-index: 4;
  }
  #header-wrap.-release {
    position: absolute;
  }
  #header-content .header-logo > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  #header-content .header-logo > .inner {
    min-height: 36px;
  }
  #header-content .header-logo > .inner img {
    width: 56px;
  }
  #header-content .header-inner > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  #header-content .header-inner > .inner {
    padding-right: 0;
  }
  #header-content .header-siteLogo {
    width: 100px;
  }
  #header-content .header-siteLogo > * {
    min-height: 44px;
  }
  #header-content .header-info > .inner {
    display: none;
  }
  #header-content .header-tool > .inner > *:not(:last-child) {
    margin-left: 14px;
  }
  body:not(.page-siteTop) #header-content .header-toolCategory {
    display: none;
  }
  #header-content .header-toolCategory > .list > .item:not(:last-child) {
    margin-right: 0;
  }
  #header-content .header-toolCategory .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51px;
    min-height: 44px; 
    font-size: 1.2rem;
  }
  body.page-siteTop #header-content .header-toolBtn {
    display: none;
  }
  #header-content .header-toolBtn > .btn-list01 > .item > .btn-type01 {
    width: 80px;
    padding-right: 3px; 
    padding-left: 3px;
  }
  #header-content .header-toolBtn > .btn-list01 > .item > .btn-type01 > .inner {
    min-height: 26px; 
    font-size: 1.2rem;
  }
  #header-content .header-toolBtnLogin {
    display: none;
  }
  #header-content .header-search > .btn > button {
    justify-content: center;
    width: 52px;
    height: 44px;
  }
  #header-content .header-search > .btn > button > img {
    width: 15px;
  }
  #header-content .header-search > .popup {
    position: fixed;
    top: 0; 
    width: 100%;
    height: 100vh;
  }
  #header-content .header-drawrBtn {
    flex: 0 0 auto; 
    width: 52px;
    height: 100%;
  }
  #header-content .header-drawrBtn .btn {
    display: block;
    position: relative; 
    width: 100%;
    height: 100%;
  }
  #header-content .header-drawrBtn .btn > .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
  }
  #header-content .header-drawrBtn .btn > .inner img {
    width: 17px;
  }
  #global-nav > .inner > .list {
    width: 100%;
    padding: 0 4.8vw;
  }
  #global-nav > .inner > .list {
    padding: 0;
  }
  #global-nav > .inner > .list > .item::before,
  #global-nav > .inner > .list > .item::after {
    display: none;
  }
  #global-nav > .inner > .list > .item a,
  #global-nav > .inner > .list > .item button {
    min-height: 75px;
  }
  #global-nav > .inner > .list > .item a > .inner,
  #global-nav > .inner > .list > .item button > .inner {
    min-height: 27px;
    font-size: 1.0rem;

    white-space: nowrap;
  }
  #global-nav > .inner > .list > .item a[class*="glyph"],
  #global-nav > .inner > .list > .item button[class*="glyph"] {
    position: relative; 
    padding: 35px 4px 13px;
  }
  #global-nav > .inner > .list > .item a[class*="glyph"] > .inner,
  #global-nav > .inner > .list > .item button[class*="glyph"] > .inner {
    position: static;
    padding: 0;
    text-align: center;
  }
  #global-nav > .inner > .list > .item a[class*="glyph"] > .inner::before,
  #global-nav > .inner > .list > .item button[class*="glyph"] > .inner::before {
    top: 17px;
    left: calc(50% - 12px); 
    width: 24px;
    height: 24px;
  }
  #global-nav > .inner > .list > .item a.glyph-square01 > .inner::before,
  #global-nav > .inner > .list > .item button.glyph-square01 > .inner::before {
    left: calc(50% - 10px); 
    width: 20px;
    height: 20px;
  }
  #global-nav > .inner > .list > .item a.glyph-coin01 > .inner::before,
  #global-nav > .inner > .list > .item button.glyph-coin01 > .inner::before {
    top: 10px;
    left: calc(50% - 15px); 
    width: 30px;
    height: 30px;
  }
  #global-nav > .inner > .list > .item a.glyph-coin02 > .inner::before,
  #global-nav > .inner > .list > .item button.glyph-coin02 > .inner::before {
    top: 13px;
  }
  #global-nav > .inner > .list > .item a.glyph-memo01 > .inner::before,
  #global-nav > .inner > .list > .item button.glyph-memo01 > .inner::before {
    top: 13px;
    width: 23px;
    height: 23px;
  }
  #global-nav > .inner > .list > .item a.glyph-map01 > .inner::before,
  #global-nav > .inner > .list > .item button.glyph-map01 > .inner::before {
    top: 11px;
    left: calc(50% - 15px); 
    width: 29px;
    height: 29px;
  }
  #global-nav > .inner > .list > .item a.icon-link02 > .inner,
  #global-nav > .inner > .list > .item button.icon-link02 > .inner {
    padding-right: 0;
  }
  #global-nav > .inner > .list > .item a.icon-link02 > .inner::after,
  #global-nav > .inner > .list > .item button.icon-link02 > .inner::after {
    top: auto;
    bottom: 6px;
    left: calc(50% - 3px);
  }
  .global-drop > .panel[aria-hidden="false"] > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  .global-drop {
    top: 73px; 
    background: #fff;
  }
  .global-drop > .panel[aria-hidden="false"] > .inner {
    display: block;
    padding: 0;
  }
  .global-drop > .panel[aria-hidden="false"] > .inner .global-dropList {
    height: calc(100% - (158px - 2px));

    overflow-y: auto;
  }
  .global-dropList {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .global-dropList > .list > .item:not(:first-child) {
    border-top: 1px solid #d5dedb;
  }
  .global-dropList > .list > .item > .btn {
    display: flex;
    position: relative;
    width: 100%;
    padding: 19px 30px 19px 4.8vw;
  }
  .global-dropList > .list > .item > .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - (1.375em / 2));
    right: 10px;
    width: 1.375em;
    height: 1.375em;
    background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;
  }
  .global-dropList > .list > .item > .btn > .inner {
    font-weight: bold; 
    color: #004831;
  }
  .global-dropWrap {
    position: relative;
  }
  .global-dropWrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    box-shadow: 0 6px 13px -9px rgba(81, 127, 111, .18) inset; 

    pointer-events: none;
  }
  .global-dropWrap > .panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden; 
    background: #fff;
  }
  .global-dropWrap > .panel[aria-hidden="false"] {
    height: calc(100% - (158px - 2px));

    overflow-y: auto;
  }
  .global-dropPanelContent {
    position: relative;
  }
  .global-dropPanelContent > .img {
    text-align: center;
  }
  .global-dropPanelContent > .img img {
    width: 100%;
  }
  .global-dropPanelContent > .list {
    padding: 0 4.8vw;
  }
  .global-dropPanelContent > .btn {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 68px;
  }
  .global-dropPanelContent > .btn > .btn-type01.-small01 {
    padding-left: 1.5em;
  }
  .global-dropPanelContent > .btn > .btn-type01.-small01 > .inner {
    min-height: 32px;
  }
  .global-dropPanelList {
    margin-top: 35px;
  }
  .global-dropPanelList > .list > .item {
    border-top: 1px solid #d5dedb;
  }
  .global-dropPanelList > .list > .item .btn-type03 {
    padding-right: 30px; 
    box-shadow: none;
  }
  .global-dropPanelList > .list > .item .btn-type03::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - (1.375em / 2));
    right: 10px;
    width: 1.375em;
    height: 1.375em;
    background: url("/aboutus/cmn/imgs/ico_arrow_right_01.svg") 0 0/cover no-repeat;
  }
  .global-dropClose {
    background: #f5f5f5;
  }
  .global-dropClose > .btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .global-dropClose > .btn > .inner {
    display: flex !important;
    align-items: center;
    min-height: 49px;
    padding-left: 14px;
    font-size: 1.3rem;
  }
  .global-dropClose > .btn > .inner::before {
    top: calc(50% - 5px);
    left: 0;
  }
  #footer-content .footer-pageTop > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  #footer-content .footer-pageTop {
    background: #e5edea;
  }
  #footer-content .footer-search {
    display: none;
  }
  #footer-content > .footer-full > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  #footer-content > .footer-full {
    display: none;
  }
  #footer-content > .footer-common > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  #footer-content .footer-nav {
    display: none;
  }
  #footer-content .footer-menu {
    display: none;
  }
  #footer-content .footer-logo > .inner {
    width: 100%;
    padding: 15px 4.8vw;
  }
  #footer-content .footer-logo > .inner {
    flex-direction: column;
  }
  #footer-content .footer-logo .logo {
    width: 86px;
  }
  #footer-content .footer-logo .copy {
    margin-top: 10px;
    text-align: center;
  }
  #footer-area.footer-fixed:not(.-close) #footer-content .footer-logo {
    padding-bottom: 67px;
  }
  #footer-fixed > .btn {
    width: 100%;
    padding: 0 4.8vw;
  }
  #footer-fixed .panel > .inner {
    width: 100%;
    padding: 8px 4.8vw;
  }
  #footer-fixed .panel > .inner {
    padding-bottom: 18px;
  }
  #footer-fixed .btn-list01 > .item .btn-type01 {
    margin-top: 0;
  }
  #main-area {
    padding-top: 158px;
  }
  #content-area.spnav-fixed #main-area {
    padding-top: 206px;
  }
  .page-simple:not(.-logoOnly) #main-area {
    padding-top: 83px;
  }
  .page-simple.-logoOnly #main-area {
    padding-top: 39px;
  }
  #main-area > .section-main > [class*="content-block"]:first-child > .inner > .title-heading02 {
    margin-top: 40px;
  }
  #spnav-area + #topic-path + #main-area {
    padding-top: 0;
  }
  .content-block01 {
    width: 100%;
    padding: 0 4.8vw;
  }
  .content-block01:not(:first-child) {
    margin-top: 48px;
  }
  .content-block02:not(.-contentsFull01) > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  .content-block02.-contentsFull01 {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .content-block02.-title01 {
    padding-top: 0;
  }
  .content-block02.-title01 > [class*="title-"]:first-child.title-balloon02 {
    margin-right: 0; 
    margin-left: 0;
  }
  #topic-path {
    width: 100%;
    padding: 0 4.8vw;
  }
  #topic-path {
    display: none;
  }
  #local-nav > .inner {
    width: 100%;
    padding: 0 4.8vw;
  }
  body.ua-webview ._sp-no-webview {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
  #header-content .header-logo > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  #header-content .header-inner > .inner {
    max-width: 1024px;
    padding: 7px 8px;
  }
  #header-content .header-toolBtnLogin > .popup {
    width: 1024px;
  }
  #global-nav > .inner > .list {
    max-width: 1024px;
    padding: 0 8px;
  }
  .global-drop > .panel[aria-hidden="false"] > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  .global-dropPanelList {
    width: calc(24px + (232px * 2));
  }
  .global-dropPanelList > .list > .item {
    width: 232px;
  }
  #footer-content .footer-pageTop > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  #footer-content > .footer-full > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  #footer-content > .footer-common > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  #footer-content .footer-logo > .inner {
    max-width: 1024px;
    padding: 15px 8px;
  }
  #footer-fixed > .btn {
    max-width: 1024px;
    padding: 0 8px;
  }
  #footer-fixed .panel > .inner {
    max-width: 1024px;
    padding: 13px 8px;
  }
  .content-block01 {
    max-width: 1024px;
    padding: 0 8px;
  }
  .content-block02:not(.-contentsFull01) > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
  #topic-path {
    max-width: 1024px;
    padding: 0 8px;
  }
  #local-nav > .inner {
    max-width: 1024px;
    padding: 0 8px;
  }
}

@media screen and (max-width: 374px) {
  #header-content .header-tool > .inner > *:not(:last-child) {
    margin-left: 2vw;
  }
  #header-content .header-drawrBtn {
    width: 44px;
  }
  #global-nav > .inner > .list > .item > a > .inner br,
  #global-nav > .inner > .list > .item button > .inner br {
    display: inline;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  #header-content .header-search > .btn > button {
    width: 44px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .global-dropList > .list > .item > .btn:hover::before,
  .global-dropList > .list > .item > .btn:focus::before {
    background: rgba(255, 255, 255, .3);
  }
}

@media screen and (min-width: 1025px) {
  .global-dropPanelList {
    width: calc(24px + (282px * 2));
  }
  .global-dropPanelList > .list > .item {
    width: 282px;
  }
}