@charset "Shift_JIS";
@font-face {
  font-family: "noto-sans";

  src: url("/kojin/cmn/fonts/Noto_Sans_JP/NotoSansJP-Regular.otf");
}

@font-face {
  font-family: "roboto";

  src: url("/kojin/cmn/fonts/Roboto/RobotoCondensed-Regular.ttf");
}

body {
  width: 100%; 
  min-width: 1354px;
}

#header-area,
#footer-area {
  line-height: 1.5;
  font-family: "noto-sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 62.5%;
  font-size: 1.6rem;
  font-size-adjust: none;
  color: #141d1d;

  -webkit-text-size-adjust: 100%;
}
#header-area a,
#footer-area a {
  text-decoration: underline; 
  color: #004831;
  cursor: pointer;
}
#header-area a:visited,
#footer-area a:visited {
  color: #004831;
}
#header-area a:hover,
#header-area a:active,
#footer-area a:hover,
#footer-area a:active {
  text-decoration: none; 
  color: #004831;
}
#header-area a:focus,
#footer-area a:focus {
  color: #004831;
}
#header-area a[href^="tel"],
#footer-area a[href^="tel"] {
  pointer-events: none;
}
#header-area a[href^="tel"]:not([class*="btn-type"]),
#footer-area a[href^="tel"]:not([class*="btn-type"]) {
  display: inline-block;
}
#header-area img,
#footer-area img {
  height: auto;
}
#header-area figure,
#footer-area figure {
  text-align: center;
}

/*--------------------------------------------


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("/kojin/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("/kojin/cmn/imgs/bg_country_01.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-en::before {
  background-image: url("/kojin/cmn/imgs/bg_country_02.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-zh::before {
  background-image: url("/kojin/cmn/imgs/bg_country_03.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-ko::before {
  background-image: url("/kojin/cmn/imgs/bg_country_04.svg");
}
.lang-block > .popup > .inner > .list > .item > .btn > .inner > .name.-vi::before {
  background-image: url("/kojin/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 > .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("/kojin/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;
}

#footer-area [class*="column-layoutB"] {
  display: flex;
  flex-wrap: wrap;
}
#footer-area [class*="column-layoutB"]:not(:first-child) {
  margin-top: 28px;
}
#footer-area [class*="column-layoutB"] > * {
  margin: 28px 0 0 2%;
}
#footer-area [class*="column-layoutB"] > * > [class*="card-"]:only-child:not(.-auto) {
  height: 100%;
}
#footer-area [class*="column-layoutB"] > *.full {
  width: 100%;
  margin-left: 0;
}
#footer-area [class*="column-layoutB"].-narrow01 > * {
  margin-top: 8px;
}
#footer-area [class*="column-layoutB"].-narrow02 > * {
  margin-top: 18px;
}
#footer-area [class*="column-layoutB"].-wide01 > * {
  margin-top: 40px;
}
#footer-area [class*="column-layoutB"].-wide02 > * {
  margin-top: 96px;
}

#footer-area .column-layoutB2 > * {
  width: 49%;
}

#footer-area .column-layoutB2.-columnWide01 > * {
  width: 48%;
  margin-left: 4%;
}

#footer-area .column-layoutB2.-columnNarrow01 > * {
  width: 49.5%;
  margin-left: 1%;
}

#footer-area .column-layoutB3 > * {
  width: 32%;
}

#footer-area .column-layoutB3.-columnWide01 > * {
  width: 31.6%;
  margin-left: 2.6%;
}

#footer-area .column-layoutB3.-columnNarrow01 > * {
  width: 33%;
  margin-left: .5%;
}

#footer-area .column-layoutB4 > * {
  width: 23.5%;
}

#footer-area .column-layoutB4.-columnWide01 > * {
  width: 22%;
  margin-left: 4%;
}

#footer-area .column-layoutB4.-columnNarrow01 > * {
  width: 24.1%;
  margin-left: 1.2%;
}

#footer-area .column-layoutB5 > * {
  width: 18.4%;
}

#footer-area .column-layoutB5.-columnWide01 > * {
  width: 18%;
  margin-left: 2.5%;
}

#footer-area .column-layoutB5.-columnNarrow01 > * {
  width: 19.2%;
  margin-left: 1%;
}

#footer-area .column-layoutB6 > * {
  width: 15%;
}

#footer-area .column-layoutB6.-columnWide01 > * {
  width: 14.5%;
  margin-left: 2.6%;
}

#footer-area .column-layoutB6.-columnNarrow01 > * {
  width: 15.5%;
  margin-left: 1.4%;
}

#footer-area .column-layoutB7 > * {
  width: 12.5%;
}

#footer-area .column-layoutB7.-columnWide01 > * {
  width: 12.1%;
  margin-left: 2.5%;
}

#footer-area .column-layoutB7.-columnNarrow01 > * {
  width: 13%;
  margin-left: 1.5%;
}

#footer-area .column-layoutB8 > * {
  width: 10.75%;
}

#footer-area .column-layoutB8.-columnWide01 > * {
  width: 10.05%;
  margin-left: 2.8%;
}

#footer-area .column-layoutB8.-columnNarrow01 > * {
  width: 11.1%;
  margin-left: 1.6%;
}

#footer-area .column-layoutB2 > *:nth-child(2n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB3 > *:nth-child(3n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB4 > *:nth-child(4n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB5 > *:nth-child(5n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB6 > *:nth-child(6n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB7 > *:nth-child(7n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB8 > *:nth-child(8n + 1) {
  margin-left: 0;
}

#footer-area .column-layoutB2 > *:nth-child(-n+2) {
  margin-top: 0;
}

#footer-area .column-layoutB3 > *:nth-child(-n+3) {
  margin-top: 0;
}

#footer-area .column-layoutB4 > *:nth-child(-n+4) {
  margin-top: 0;
}

#footer-area .column-layoutB5 > *:nth-child(-n+5) {
  margin-top: 0;
}

#footer-area .column-layoutB6 > *:nth-child(-n+6) {
  margin-top: 0;
}

#footer-area .column-layoutB7 > *:nth-child(-n+7) {
  margin-top: 0;
}

#footer-area .column-layoutB8 > *:nth-child(-n+8) {
  margin-top: 0;
}

#footer-area .detail-side01 {
  display: flex;
}
#footer-area .detail-side01:not(:first-child) {
  margin-top: 16px;
}
#footer-area .detail-side01 > .title {
  flex: 0 0 auto;
}
#footer-area .detail-side01 > .detail {
  width: 100%;
}
#footer-area .detail-side01 > .detail:not(:first-child) {
  margin-left: 8px;
}
#footer-area .detail-side01.-colon > .title::after {
  content: "：";
}

[class*="glyph-"] {
  position: relative;
}
[class*="glyph-"] > .inner {
  position: relative;
  padding-left: 2.25em;
}
[class*="glyph-"] > .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: 0;
  width: 1.375em;
  height: 1.375em;
}
[class*="glyph-"]:not([class*="btn-type"]):not(.card-tile01) > .inner {
  display: inline-block;
}

.glyph-arrow01 > .inner::before {
  background: url("/kojin/cmn/imgs/ico_arrow_top_01.svg") 0 0/100% auto no-repeat;
}

.glyph-arrow01 > .inner::before {
  transform: rotate(90deg);
}

.glyph-arrow01.-bottom > .inner::before {
  transform: rotate(180deg);
}

.glyph-arrow01.-left > .inner::before {
  transform: rotate(270deg);
}

.glyph-arrow01.-top > .inner::before {
  transform: rotate(0deg);
}

header[role="banner"],
footer[role="contentinfo"] {
  box-sizing: border-box;
}
header[role="banner"] *,
footer[role="contentinfo"] * {
  box-sizing: border-box;
}

header[role="banner"] {
  min-width: 0;
  border-bottom: none !important;
}

footer[role="contentinfo"] {
  min-width: 0;
  padding-bottom: 0; 
  background-color: transparent;
}

#header-area {
  box-shadow: 0 0 13px rgba(20, 29, 29, .1);
}

#footer-content {
  margin-top: 0;
}
#footer-content .footer-pageTop {
  background: #e5edea;
}
#footer-content .footer-pageTop [class*="glyph-"] > .inner {
  text-decoration: none;
}
#footer-content .inner {
  width: auto;
}
@media screen and (max-width: 767px) {
  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% - (1.375em / 2));
  }
  .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("/kojin/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;
    text-align: center;
  }
  .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("/kojin/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-area [class*="column-layoutB"][class*="-spColumn"] > * {
    margin-top: 28px;
  }
  #footer-area [class*="column-layoutB"][class*="-spColumn"].-low01 > * {
    margin-top: 10px;
  }
  #footer-area [class*="column-layoutB"].-spColumn1 > * {
    width: 100%;
    margin: 28px 0 0 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn1 > * > [class*="card-"] {
    height: auto;
  }
  #footer-area [class*="column-layoutB"].-spColumn2 > * {
    width: 48%;
    margin-left: 4%;
  }
  #footer-area [class*="column-layoutB"].-spColumn2.-columnNarrow01 > * {
    width: 49%;
    margin-left: 2%;
  }
  #footer-area [class*="column-layoutB"].-spColumn3 > * {
    width: 32%;
    margin-left: 2%;
  }
  #footer-area [class*="column-layoutB"].-spColumn4 > * {
    width: 23.5%;
    margin-left: 2%;
  }
  #footer-area [class*="column-layoutB"].-narrow01 > * {
    margin-top: 8px;
  }
  #footer-area [class*="column-layoutB"].-narrow02 > * {
    margin-top: 18px;
  }
  #footer-area [class*="column-layoutB"].-wide01 > * {
    margin-top: 40px;
  }
  #footer-area [class*="column-layoutB"].-wide02 > * {
    margin-top: 96px;
  }
  #footer-area [class*="column-layoutB"] > *.spfull {
    width: 100%;
    margin-left: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn1 > *:nth-child(1n + 1) {
    margin-left: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn1 > *:nth-child(-n+1) {
    margin-top: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn2 > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn3 > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn3 > *:nth-child(-n+3) {
    margin-top: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn4 > *:nth-child(4n + 1) {
    margin-left: 0;
  }
  #footer-area [class*="column-layoutB"].-spColumn4 > *:nth-child(-n+4) {
    margin-top: 0;
  }
  #footer-area .detail-side01.-spBlock {
    display: block;
  }
  #footer-area .detail-side01.-spBlock > .title {
    text-align: center;
  }
  #footer-area .detail-side01.-spBlock > .detail:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
  }
  #header-content .header-inner.-column > .inner {
    padding-right: 4.8vw;
  }
  #header-content .header-categoryLogo {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-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;
  }
}
@media screen and (min-width: 768px) {
  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);
  }
  #header-content .header-inner > .inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@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;
  }
}