@charset "UTF-8";

/* 
2025.05 DL
ConcreteCMSのレギュレーションに合わせて一部改修

- リンク → 絶対参照
- タグ名直指定 → クラス名
  - <header> → .common-header-wrp
- z-index → 10以下
*/
.common-header__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  color: #676767;
  height: 66px;
  padding: 15px 0 11px;
}

.common-header__left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.common-header__logo a {
  display: block;
  width: 320px;
  height: 46px;
  background: url(https://business.mobile.rakuten.co.jp/cms-assets/static-assets/images/common/header/logo-rmobile-1line-v2.svg)
    left top/100% no-repeat;
  word-break: keep-all;
  word-wrap: normal;
  white-space: nowrap;
  overflow: visible;
  text-indent: 100%;
}

.common-header__logo-text {
  display: inline-block;
  margin: -1.5px 0 0 10px;
  color: #676767;
  letter-spacing: -2px;
}

.common-header__right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  align-items: center;
}
.common-header__right .c-Btn_Regular-v1,
.common-header__right .c-Btn_Secondly-v1 {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  height: 40px;
  border: 1px solid #ff008c;
  color: #ff008c;
}
.common-header__right .common-header__apply-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.common-header__right .common-header__apply-btn a {
  padding: 12.5px 15.5px 12px;
}
.common-header__right .common-header__quote-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.common-header__right .common-header__quote-btn a {
  height: 38px;
  padding: 11px 14.5px;
}
.common-header__right .common-header__quote-btn-pc .c-Btn_Secondly-v1 {
  color: #ffffff;
  background-color: #ff008c;
}
.common-header__right .common-header__quote-btn-pc .c-Btn_Secondly-v1:hover {
  border: 1px solid #cc0070;
  background-color: #cc0070;
}
.common-header__right .common-header__quote-btn-pc .c-Btn_Secondly-v1:focus {
  border: 1px solid #cc0070;
  background-color: #cc0070;
}
.common-header__right .common-header__quote-btn-pc .c-Btn_Secondly-v1:active {
  border: 1px solid #990054;
  background-color: #990054;
}

.common-header__quote-btn-sp,
.common-header__drawer {
  display: none;
}

@media screen and (max-width: 768px) {
  .common-header__container {
    height: 56px;
    padding: 0px;
  }
  .common-header__logo-text {
    display: flex;
    align-items: flex-end;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 154%;
    letter-spacing: normal;
    margin: 0 0 0 8px;
  }
  .common-header__logo a {
    background: url(https://business.mobile.rakuten.co.jp/cms-assets/static-assets/images/common/header/logo-rmobile-2line-v2.svg)
      left top no-repeat;
    height: 40px;
    width: 164px;
  }
  .common-header__quote {
    top: 8px;
    right: 59px;
  }
  .common-header__right .common-header__apply-btn,
  .common-header__right .common-header__quote-btn-pc {
    display: none;
  }
  .common-header__quote-btn-sp .c-Btn_Secondly-v1 {
    color: #ffffff;
    background-color: #ff008c;
  }
  .common-header__quote-btn-sp .c-Btn_Secondly-v1:hover {
    color: #ffffff;
    border: 1px solid #cc0070;
    background-color: #cc0070;
  }
  .common-header__quote-btn-sp .c-Btn_Secondly-v1:focus {
    color: #ffffff;
    border: 1px solid #cc0070;
    background-color: #cc0070;
  }
  .common-header__quote-btn-sp .c-Btn_Secondly-v1:active {
    color: #ffffff;
    border: 1px solid #990054;
    background-color: #990054;
  }
  .common-header__quote-btn-sp,
  .common-header__drawer {
    display: flex;
  }
  .common-header__drawer {
    margin-left: 18px;
  }
  .c-Icon_Menu {
    font-size: 24px;
    color: #bfbfbf;
  }
}
@media screen and (max-width: 320px) {
  .common-header__logo-text {
    font-size: 12px;
    line-height: 154%;
    margin: 8px 0 0 8px;
    width: 55px;
  }
}
.common-breadcrumb__container .c-Breadcrumbs_Head {
  background: #ffffff;
}
.common-breadcrumb__container .c-Breadcrumbs_Head a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #0072bf;
}
.common-breadcrumb__container .c-Breadcrumbs_Head ul span {
  font-weight: 700;
  color: #0072bf;
}
.common-breadcrumb__container .c-Breadcrumbs_Foot {
  margin-top: 56px;
}
.common-breadcrumb__container .c-Breadcrumbs_Foot ul {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 16px 0px;
  font-size: 0;
}
.common-breadcrumb__container .c-Breadcrumbs_Foot ul li {
  margin-bottom: 24px;
}

.common-comfooter__bottom-btn {
  padding: 0px 12px;
}

.g-Footer_Nav-main li a {
  border-bottom: 0px;
  text-decoration: underline #333333;
  text-underline-offset: 0.5px;
}
.g-Footer_Nav-main li a + span {
  margin-left: 2px;
}

.g-Footer_Rgroup {
  padding: 98px 8px 113px 8px;
}

.g-Footer_Rgroup-link {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 0;
}

.g-Footer_Rgroup-link li {
  margin: unset;
}
.g-Footer_Rgroup-link li a {
  border-bottom: 0px;
  text-decoration: underline #333333;
  text-underline-offset: 0.5px;
}
.g-Footer_Rgroup-link li a + span {
  margin-left: 2px;
}

.g-Footer_Copyright,
.g-Footer_Copyright-simple {
  margin: 26px auto 0;
  line-height: 16px;
}

.g-Footer_Rgroup-bnr {
  margin-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 414px) {
  .g-Footer_Nav-main li {
    margin: 16px 16px 0 0;
    padding-left: 16px;
  }
  .g-Footer_Rgroup-link li:not(:last-child) {
    padding-right: 15px;
  }
  .g-Footer_Rgroup-link li:first-child {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .g-Footer_Rgroup {
    padding-bottom: 212px;
  }
  .g-Footer_Rgroup-link {
    padding: 0px;
  }
  .g-Footer_Rgroup-link li:not(:first-child) {
    padding-right: 0px;
    padding-top: 18px;
    margin-left: 16px;
  }
  .g-Footer_Rgroup-link li:first-child {
    padding-top: 0px;
    padding-right: 0px;
  }
  .g-Footer_Rgroup-link li:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  .g-Footer_Rgroup {
    padding-bottom: 123px;
  }
  .g-Footer_Nav-main li {
    margin-right: 24px;
    padding-left: 0px;
  }
  .g-Footer_Rgroup-link li a + span {
    margin-left: 0;
  }
  .g-Footer_Nav {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Primary-large {
  white-space: nowrap;
  font-size: 16px;
}

.top-Conversion_Secondly-inner .c-Btn_Secondly-large {
  font-size: 16px;
}

.common-comfooter__ground {
  background: rgba(38, 57, 76, 0.7);
  width: 100%;
  z-index: 3;
}

.common-comfooter__container {
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: content-box;
}

.common-comfooter__up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.common-comfooter__up span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  font-size: 12px;
  line-height: 140%;
}
.common-comfooter__up :nth-child(1),
.common-comfooter__up :nth-child(2) {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
  font-size: 18px;
}
.common-comfooter__up :nth-child(3) {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
  padding-left: 12px;
}

.common-comfooter__mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 24px;
}
.common-comfooter__mid span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  color: #676767;
  font-size: 12px;
  line-height: 140%;
}
.common-comfooter__mid span:last-child {
  margin-left: 13px;
}

.common-comfooter__bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.common-comfooter__bottom .common-comfooter__bottom-btn {
  display: flex;
  width: 48%;
  height: 57px;
  max-width: 500px;
}
.common-comfooter__bottom .common-comfooter__bottom-btn .c-Btn_Secondly,
.common-comfooter__bottom .common-comfooter__bottom-btn .c-Btn_Primary {
  padding: 16px 24px;
}
.common-comfooter__bottom .common-comfooter__bottom-btn .c-Btn_Secondly-large {
  font-size: 16px;
}
.common-comfooter__bottom .common-comfooter__bottom-btn-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .common-comfooter__up {
    padding-top: 8px;
    flex-direction: column;
  }
  .common-comfooter__up span:nth-child(3) {
    padding-top: 8px;
  }
  .common-comfooter__mid {
    margin-bottom: 32;
    flex-direction: column;
  }
  .common-comfooter__mid span:last-child {
    margin-left: unset;
  }
  .common-comfooter__bottom {
    justify-content: space-between;
  }
  .common-comfooter__bottom .common-comfooter__bottom-btn {
    width: 100%;
    display: none;
  }
  .common-comfooter__bottom .common-comfooter__bottom-btn-sp {
    width: 48%;
    display: inline-grid;
  }
  .common-comfooter__bottom .common-comfooter__bottom-btn-sp .c-Btn_Primary-auto {
    padding: 14px 0 14px;
    min-width: unset;
    font-size: 16px;
  }
  .common-comfooter__bottom .common-comfooter__bottom-btn-sp .c-Btn_Secondly-auto {
    padding: 14px 0 14px;
    min-width: unset;
    font-size: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .common-comfooter__bottom .common-comfooter__bottom-btn-sp .c-Btn_Primary-auto {
    padding: 14px 0 14px;
    min-width: unset;
    font-size: 16px;
  }
  .common-comfooter__bottom .c-Btn_Secondly-auto {
    padding: 14px 0 14px;
    min-width: unset;
    font-size: 16px;
  }
}
.no-scroll {
  overflow: hidden;
  position: fixed;
}

.common-header-wrp {
  padding-top: 46px;
}

.common-menu__left-wrapper {
  border-bottom: 1px solid #c0c0c0;
}

.common-menu__left li a,
.common-menu__right li a {
  text-decoration: unset;
}

.l-System_Container .c-Data_Sort {
  position: unset;
}
.l-System_Container .c-Data_Sort-list-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9;
  overflow: hidden;
  max-height: 100vh;
  padding-bottom: 24px;
}
.l-System_Container .c-Data_Sort-list-container .c-Data_Sort-list-content {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.l-System_Container .c-Data_Sort-list-container .c-Data_Sort-list-content .c-Data_Sort-list-heading {
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
  position: relative;
}
.l-System_Container
  .c-Data_Sort-list-container
  .c-Data_Sort-list-content
  .c-Data_Sort-list-heading
  .c-Data_Sort-list-content-Close {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -10px;
  cursor: pointer;
  background-image: url('https://business.mobile.rakuten.co.jp/cms-assets/static-assets/images/common/fab-close.svg');
  background-position: 100% 48%;
  background-color: transparent;
}

.common-menu__container {
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.common-menu__left,
.common-menu__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.common-menu__right-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  width: 100%;
}

.common-menu__left .c-Data_Sort-btn {
  padding: 12px 0 12px;
}
.common-menu__left .c-Data_Sort-btn :hover {
  color: #ff008c;
}
.common-menu__left > .common-menu__item > a :hover,
.common-menu__left > .common-menu__item > span :hover {
  color: #ff008c;
}
.common-menu__left .c-Data_Sort-btn[aria-expanded='true'] > span {
  color: #ff008c;
}
.common-menu__left .common-menu__item:first-child span.c-Icon_Chevron-down {
  margin-left: 1px;
}
.common-menu__left .common-menu__item:not(:last-child) {
  margin-right: 32px;
}

.common-menu__right {
  width: 233px;
  height: 38px;
  margin-left: auto;
  padding-bottom: 3px;
}
.common-menu__right .common-menu__item {
  line-height: 0.4px;
}

.common-menu__divider {
  width: 1px;
  height: 20px;
  background: #c4c4c4;
}

.dropdown-menu-divider {
  width: 1px;
  height: 200px;
  background-color: #e0e0e0;
}

.common-menu__item {
  text-align: center;
  width: max-content;
  float: left;
}
.common-menu__item :last-child {
  margin-right: 0px;
}
.common-menu__item a,
.common-menu__item .c-Data_Sort-btn span:last-child {
  color: #ff008c;
  text-decoration: unset;
}
.common-menu__item span {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
}
.common-menu__item .icon-Chevron-Down {
  color: #ff008c;
}
.common-menu__item .c-Data_Sort-list:has(li.c-Data_Sort-list-has-children[aria-expanded='true']) {
  border-right: 1px solid #e0e0e0;
}
.common-menu__item .c-Data_Sort-list {
  position: relative;
  width: 280px !important;
  z-index: 8;
  line-height: 1.56;
  border: 0;
  background-color: #ffffff;
  text-align: left;
  padding: 0 24px 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.common-menu__item .c-Data_Sort-list li {
  padding: 8px 0 0;
}
.common-menu__item .c-Data_Sort-list li[aria-selected='true'] {
  color: unset !important;
  background-color: unset !important;
}
.common-menu__item .c-Data_Sort-list li span.c-Icon_New-window-l {
  padding-left: 10px;
}
.common-menu__item .c-Data_Sort-list li:hover {
  background-color: unset !important;
  color: unset;
}
.common-menu__item .c-Data_Sort-list li a {
  color: #333333;
}
.common-menu__item .c-Data_Sort-list .c-Data_Sort-list_item {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.common-menu__item .c-Data_Sort-list .c-Data_Sort-list_item-children {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-15px);
  width: 280px;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.common-menu__item
  .c-Data_Sort-list
  .c-Data_Sort-list-has-children[aria-expanded='true']
  > .c-Data_Sort-list_item-children {
  display: block;
  transition: all 0.5s ease-out;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.common-menu__item .c-Data_Sort-list .slideLeft {
  transition: all 0.5s ease-out;
  visibility: hidden;
  opacity: 0;
}
.common-menu__item .c-Data_Sort-list .c-Data_Sort-list-has-children > div:after {
  padding-left: 5px;
  font-family: 'rex-icon';
  content: '\e91c';
}
.common-menu__item .c-Data_Sort-list > .c-Data_Sort-list_item > div,
.common-menu__item .c-Data_Sort-list > .c-Data_Sort-list_item > a {
  display: inline-block;
  width: 100%;
}
.common-menu__item .c-Data_Sort-list > .c-Data_Sort-list_item > div:hover,
.common-menu__item .c-Data_Sort-list > .c-Data_Sort-list_item > a:hover {
  color: #ff008c;
  background-color: #ffe6f4;
}
.common-menu__item .c-Data_Sort-list > .c-Data_Sort-list_item[aria-expanded='true'] > div {
  color: #ff008c;
}
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > div,
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > a {
  display: inline-block;
  width: 100%;
}
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > div:hover,
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > a:hover {
  color: #ff008c;
  background-color: #ffe6f4;
}
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children[aria-expanded='true']
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list-has-children[aria-expanded='true']
  > div {
  color: #ff008c;
}
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > div,
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > a {
  display: inline-block;
  width: 100%;
}
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > div:hover,
.common-menu__item
  .c-Data_Sort-list
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list-has-children
  > .c-Data_Sort-list_item-children
  > .c-Data_Sort-list_item
  > a:hover {
  color: #ff008c;
  background-color: #ffe6f4;
}
.common-menu__item .c-Data_Sort-list li.common-menu__item-header {
  padding-bottom: 24px;
  pointer-events: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  color: #ff008c;
}
.common-menu__item .c-Data_Sort-list li.common-menu__headline {
  color: #676767;
  pointer-events: none;
}
.common-menu__item .c-Data_Sort-list li.common-menu__indent {
  text-indent: 1em;
}

.has_new-window-icon:after {
  padding-left: 5px;
  font-family: 'rex-icon';
  content: '\e975';
}

.g-Header_Drawer {
  padding: 0 0 0 56px;
  width: 100%;
  max-width: 375px;
}
.g-Header_Drawer .common-menu__dropdown {
  padding: 0 16px;
}
.g-Header_Drawer[aria-expanded='true'] {
  opacity: 1;
}

.common-menu__drawer {
  font-size: 18px;
  background-color: unset;
  z-index: 10;
}
.common-menu__drawer .common-menu__upper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  padding: 0 16px;
}
.common-menu__drawer .g-Header_Drawer-close {
  left: 0;
  right: unset;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 40px;
  padding: 0;
}
.common-menu__drawer .g-Header_Drawer-close > span {
  right: unset;
  left: auto;
}
.common-menu__drawer .g-Header_Drawer-close .c-Icon_X::after {
  content: '閉じる';
  font-size: 14px;
  display: block;
  font-weight: 700;
}
.common-menu__drawer .g-Header_Drawer-container {
  position: fixed;
  height: 100vh;
  padding: 16px 0 120px;
  overflow-y: auto;
  background-color: #fff;
}
.common-menu__drawer .common-menu__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common-menu__drawer .common-menu__top-btn {
  width: 100%;
  font-size: 18px;
  display: flex;
  flex-direction: row;
}
.common-menu__drawer .common-menu__top-btn .c-Btn_Regular,
.common-menu__drawer .common-menu__top-btn .c-Btn_Secondly,
.common-menu__drawer .common-menu__top-btn .c-Btn_Primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 49px;
  line-height: 32px;
  font-size: 16px;
}
.common-menu__drawer .common-menu__top-btn .c-Btn_Primary {
  height: 48px;
}
.common-menu__drawer .common-menu__top-btn .c-Btn_Regular {
  padding: 7.5px 24px;
}
.common-menu__drawer .common-menu__bottom {
  padding: 24px 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.common-menu__drawer .common-menu__bottom .c-Icon_New-window-l {
  color: #ff008c;
}
.common-menu__drawer .sidemenu__container {
  min-height: 60px;
  margin-right: 16px;
  border-top: 1px solid #c0c0c0;
}
.common-menu__drawer .sidemenu__container a {
  text-decoration: unset;
}
.common-menu__drawer .sidemenu__container:last-child {
  border-bottom: 1px solid #c0c0c0;
}
.common-menu__drawer .sidemenu__container .sidemenu__linklist {
  height: 100%;
}
.common-menu__drawer .sidemenu__container .sidemenu__linklist li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.common-menu__drawer .sidemenu__container .sidemenu__linklist a {
  color: #333333;
  line-height: 64px;
}
.common-menu__drawer .sidemenu__container .c-Accordion {
  border: 0;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger {
  padding: 16px 0;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger[aria-expanded='true'] {
  padding-bottom: 8px;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger span {
  font-size: 18px;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger[aria-expanded='true'] > span {
  font-weight: 700;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger:hover {
  background-color: unset;
}
.common-menu__drawer .sidemenu__container .c-Accordion .c-Accordion_Trigger:hover span {
  font-size: 18px;
}
.common-menu__drawer .sidemenu__container .c-Accordion span.c-Accordion_Arrow {
  position: relative;
  top: 11px;
  background-color: #ffffff;
  font-weight: bold;
}
.common-menu__drawer .sidemenu__container .c-Accordion span.c-Accordion_Arrow::before {
  color: #ff008c;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger,
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger:hover {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  pointer-events: auto;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  color: #333333;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger :first-child,
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger:hover :first-child {
  display: inline;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger :first-child,
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger:hover :first-child {
  width: 22px;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger :last-child,
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger:hover :last-child {
  width: calc(100% - 22px);
}
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger :last-child,
.common-menu__drawer .sidemenu__container .c-Accordion_Trigger:hover :last-child {
  font-size: 16px;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel {
  padding: 0px 16px 16px;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel div.common-menu__headline {
  color: #676767;
  padding-left: 16px;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__headline-link > a,
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__headline-link > a:hover {
  padding-left: 16px;
  color: #0072bf;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel div:not(:first-child) {
  padding-top: 9px;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .c-Icon_New-window-l {
  padding-left: 10px;
  color: #4d4d4d;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__indent-children {
  display: none;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__indent > a {
  color: #333333;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu_has-children > div:after {
  margin-left: 8px;
  font-family: 'rex-icon';
  content: '\e91c';
  display: inline-block;
  transform: rotate(90deg);
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu_has-children[aria-expanded='true'] > div {
  color: #ff008c;
}
.common-menu__drawer
  .sidemenu__container
  .c-Accordion_Panel
  .common-menu_has-children[aria-expanded='true']
  > div:after {
  transform: rotate(270deg);
}
.common-menu__drawer
  .sidemenu__container
  .c-Accordion_Panel
  .common-menu_has-children[aria-expanded='false']
  > .common-menu__indent-children {
  display: none;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__indent-children {
  margin: 8px 0 0 16px;
}
.common-menu__drawer
  .sidemenu__container
  .c-Accordion_Panel
  .common-menu_has-children[aria-expanded='true']
  > .common-menu__indent-children
  > .common-menu_has-children[aria-expanded='true']
  > div {
  color: #ff008c;
}
.common-menu__drawer
  .sidemenu__container
  .c-Accordion_Panel
  .common-menu_has-children[aria-expanded='true']
  > .common-menu__indent-children
  > .common-menu_has-children[aria-expanded='true']
  > div:after {
  transform: rotate(270deg);
}
.common-menu__drawer
  .sidemenu__container
  .c-Accordion_Panel
  .common-menu_has-children
  > .common-menu__indent-children
  > .common-menu_has-children
  > div:after {
  margin-left: 8px;
  font-family: 'rex-icon';
  content: '\e91c';
  display: inline-block;
  transform: rotate(90deg);
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__indent {
  margin: 8px 0;
}
.common-menu__drawer .sidemenu__container .c-Accordion_Panel .common-menu__indent-children > .common-menu__indent {
  margin: 0;
  padding-bottom: 8px;
}
.common-menu__drawer .c-Btn_Primary,
.common-menu__drawer .c-Btn_Secondly {
  font-size: 18px;
  padding: 11.5px 24px;
}

.common-menu__right .common-menu__item span {
  font-size: 14px;
}

.g-Header_Overlay {
  background-color: #4d4d4d;
  z-index: 10 !important;
}

.common-menu__left-wrapper {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .common-menu__container {
    display: none;
  }
  .common-header-wrp {
    padding-top: unset;
  }
  .common-menu__right-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 912px) {
  .common-menu__container {
    height: auto;
  }
  .l-System_Container .c-Data_Sort-list-container {
    top: 101%;
  }
  .common-menu__left {
    flex-wrap: wrap;
    justify-content: unset;
  }
  .common-menu__left .common-menu__item:not(:last-child) {
    margin-right: 24px !important;
  }
  .common-menu__left .c-Data_Sort-btn {
    padding: 6px 0 6px;
  }
}
.common-system-panel__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
}

.common-system-panel__ground {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0px 16px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 16px 0px;
}

.top-Important_Notices {
  border: none;
  max-width: 1032px;
  width: 100%;
  background-color: transparent;
}

.top-Important_Notices_title {
  display: block;
  margin-top: 24px;
  margin-bottom: 16px;
  align-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.top-Important_Notices-panel {
  padding: 0;
  position: relative;
}

.s-Readmore_Trigger {
  margin-top: 16px;
  padding-bottom: 8px;
  text-align: right;
}

.s-Readmore_Trigger a {
  text-decoration: none;
}

.s-Readmore_Trigger a {
  position: relative;
  text-align: left;
  background-color: inherit;
  z-index: 1;
  color: #0072bf;
}

.s-Readmore_Trigger a span:first-of-type {
  text-decoration: underline;
}

.s-Readmore_Trigger .c-Icon_Chevron-right {
  padding-left: 8px;
  color: #ff008c;
}

.c-Accordion_Trigger[aria-expanded='true'] .c-Accordion_Arrow:before {
  width: 21px;
  height: 21px;
}

.c-Attention_Alert,
.c-Attention_Danger,
.c-Attention_Info {
  padding: 0px 16px;
  margin-bottom: 8px;
  border-radius: 8px;
}

.c-Attention_Info {
  background-color: #ebf7fe;
  border: 1px solid transparent;
}

.c-Attention_Info:hover {
  border: 1px solid #006497;
}

.c-Attention_Alert {
  background-color: #fef0dd;
  border: 1px solid transparent;
}
.c-Attention_Alert .c-Attention_Icon,
.c-Attention_Alert a {
  color: #a35e04;
}

.c-Attention_Alert:hover {
  border: 1px solid #a35e04;
}

.c-Attention_Danger:hover {
  border: 1px solid #df0101;
}

.c-Attention_Danger {
  background-color: #fff0f0;
  border: 1px solid transparent;
}
.c-Attention_Danger .c-Attention_Icon,
.c-Attention_Danger a {
  color: #df0101;
}

.c-Attention_Container {
  min-height: 40px;
}
.c-Attention_Container .c-Attention_Icon {
  padding-top: 9.5px;
  font-size: 22px;
  margin-right: 16px;
}
.c-Attention_Container .c-Attention_Body {
  text-underline-offset: 0.15em;
  padding: 9.5px 0;
  position: relative;
  width: 100%;
}
.c-Attention_Container .c-Attention_Body a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-right: 20px;
}
.c-Attention_Container .c-Attention_Body .c-Icon_Chevron-right {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .top-Important_Notices {
    border-radius: 4px;
  }
}
@media (max-width: 414px) {
  .c-Attention_Body a span:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .c-Attention_Container .c-Attention_Icon {
    margin-right: 4px;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.faq-contact__ground {
  background-color: #f7f7f7;
}

.faq-contact__container {
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-contact__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  color: #333333;
}

.faq-contact__sub-title {
  font-weight: bold;
  line-height: 25px;
  margin: 8px 0 40px;
}

.faq-contact__ptext {
  font-size: 16px;
  line-height: 150%;
}

.faq-contact__ptext__margin-b {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.faq-contact__btn {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.faq-contact__btn .c-Btn_Regular {
  max-width: 343px;
}

.faq-contact__content-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}
.faq-contact__content-title span {
  margin-right: 8px;
  font-size: 30px;
}

.faq-contact__phone-number {
  margin-bottom: 12px;
  margin-top: 16px;
}
.faq-contact__phone-number a {
  font-weight: bold;
  line-height: 1.4;
  font-size: 40px;
  color: #333333;
  text-decoration: none;
}

.faq-contact__caution {
  font-size: 12px;
  line-height: 140%;
  margin-top: 8px;
}

.faq-contact__content-container p {
  color: #676767;
}

.faq-contact__box-container {
  flex-direction: row;
  justify-content: space-between;
}
.faq-contact__box-container--middle {
  margin: 40px 0;
}

@media only screen and (max-width: 1064px) {
  .faq-contact__container {
    padding: 40px 0;
  }
  .faq-contact__sub-title {
    margin-bottom: 32px;
  }
  .faq-contact__box-container--middle {
    margin: 32px 0;
  }
  .faq-contact__btn {
    justify-content: center;
  }
}
@media only screen and (min-width: 1064px) {
  .faq-contact__btn .c-Btn_Regular {
    width: auto;
  }
}
.faq-pickup__ground {
  background: #f7f7f7;
}
.faq-pickup__ground .l-System {
  overflow-x: visible;
}

.faq-pickup__container {
  padding-top: 56px;
  padding-bottom: 56px;
}
.faq-pickup__container .c-Readmore_Content li:first-child {
  border-top: none;
}

.faq-pickup__description {
  padding-top: 32px;
  padding-bottom: 40px;
}

.faq-pickup__linklist .js-Readmore_Trigger {
  margin-top: 40px;
  text-decoration: none;
  padding: 0 0 0 20px;
}
.faq-pickup__linklist span.c-Icon_Chevron-right {
  vertical-align: baseline;
}

@media only screen and (max-width: 1064px) {
  .faq-pickup__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .faq-pickup__description {
    padding: 24px 0;
  }
  .faq-pickup__linklist .js-Readmore_Trigger {
    margin-top: 24px;
  }
}
.from-keyword__title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  color: #333333;
}

.from-keyword__container {
  padding-top: 56px;
  padding-bottom: 56px;
}

.from-keyword__title {
  margin-bottom: 24px;
}

.from-keyword__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 128px;
  border: 1px solid #bfbfbf;
  padding: 40px;
}
.from-keyword__box > div {
  width: 50%;
}
.from-keyword__box > :last-child {
  padding-left: 48px;
}
.from-keyword__box .c-Search_Btn {
  top: 26%;
}

.from-keyword__keyword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.from-keyword__keyword-title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  font-weight: bold;
  line-height: 180%;
}

.from-keyword__keyword-list {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  line-height: 180%;
}

@media only screen and (max-width: 414px) {
  .from-keyword__container {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .from-keyword__box {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: unset;
    padding-right: 16px;
    padding-left: 16px;
  }
  .from-keyword__box > div {
    width: 100%;
  }
  .from-keyword__box > :last-child {
    padding-top: 16px;
    padding-left: 0px;
    align-items: center;
  }
}
.cardbox__container {
  height: auto;
  width: 100%;
  padding: 16px;
}
.cardbox__container .c-Accordion {
  border: 0;
  background: #ffffff;
}
.cardbox__container .c-Accordion span.c-Accordion_Arrow {
  position: relative;
  top: 11px;
  background-color: #ffffff;
}
.cardbox__container .c-Accordion span.c-Accordion_Arrow::before {
  color: #ff008c;
}
.cardbox__container .c-Accordion_Trigger:hover {
  background: #ffffff;
}
.cardbox__container .c-Accordion_Trigger,
.cardbox__container .c-Accordion_Trigger:hover {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  color: #333333;
  font-size: 24px;
  padding: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  pointer-events: none;
}
.cardbox__container .c-Accordion_Trigger :first-child,
.cardbox__container .c-Accordion_Trigger:hover :first-child {
  display: none;
}
.cardbox__container .c-Accordion_Trigger :last-child,
.cardbox__container .c-Accordion_Trigger:hover :last-child {
  width: 100%;
}
.cardbox__container .c-Accordion_Panel {
  padding: 0;
}

.cardbox__divide {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 1px;
  border-bottom: 1px solid #bfbfbf;
}

.cardbox__linklist p {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.cardbox__linklist p .c-Link_Txt-inline {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  color: #0072bf;
  width: 100%;
}
.cardbox__linklist p .c-Link_Txt-inline span {
  text-align: justify;
  text-align-last: justify;
}
.cardbox__linklist p .c-Link_Txt-inline:hover {
  color: #00568f;
}
.cardbox__linklist p .c-Link_Txt-inline:active {
  color: #00375c;
}

@media only screen and (max-width: 768px) {
  .cardbox__container {
    min-height: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .cardbox__container .c-Accordion_Trigger,
  .cardbox__container .c-Accordion_Trigger:hover {
    flex-direction: row-reverse;
    justify-content: space-between;
    pointer-events: auto;
  }
  .cardbox__container .c-Accordion_Trigger :first-child,
  .cardbox__container .c-Accordion_Trigger:hover :first-child {
    display: inline;
  }
  .cardbox__container .c-Accordion_Trigger :first-child,
  .cardbox__container .c-Accordion_Trigger:hover :first-child {
    width: 22px;
  }
  .cardbox__container .c-Accordion_Trigger :last-child,
  .cardbox__container .c-Accordion_Trigger:hover :last-child {
    width: calc(100% - 22px);
  }
  .cardbox__container .c-Accordion_Trigger :last-child,
  .cardbox__container .c-Accordion_Trigger:hover :last-child {
    font-size: 20px;
  }
  .cardbox__linklist p {
    padding-top: 20px;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.support-detail__internal {
  padding-top: 40px;
  padding-bottom: 56px;
}

.support-detail__tail {
  padding-top: 40px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
}
.support-detail__tail .c-Btn_Regular {
  width: 100%;
  max-width: 500px;
}

.support-detail__title {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
}

.support-detail__content p {
  word-break: break-word;
}

@media only screen and (max-width: 1064px) {
  .support-detail__tail {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 414px) {
  .support-detail__tail .c-Btn_Regular {
    width: 100%;
    max-width: 343px;
  }
}
.support-detail-manual__description {
  margin-top: 36px;
  margin-bottom: 56px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
}

.support-detail-manual__tab-caption {
  margin-top: 16px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  color: #333333;
}

.manual-tab__container {
  margin-bottom: 80px;
}
.manual-tab__container p.manual-tab__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 16px;
}
.manual-tab__container .c-Flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manual-tab__container .c-Flow > li {
  width: 100%;
}
.manual-tab__container .c-Flow > li::before {
  height: 28px;
  font: 28px rex-icon;
}
.manual-tab__container .c-Flow > li + li {
  margin-top: 48px;
}
.manual-tab__container .c-Flow-Step {
  position: relative;
  top: 28px;
  z-index: 2;
}
.manual-tab__container .c-Flow-Step_Number {
  height: 34px;
  left: 16px;
  right: 16px;
  top: 16px;
}

@media screen and (max-width: 768px) {
  .manual-tab__container p.manual-tab__title {
    text-align: left;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Link_List span.c-Icon_Chevron-right {
  vertical-align: baseline;
}
.c-Link_List span.c-Icon_New-window-l {
  vertical-align: baseline;
}

.support-category__detail_container {
  padding-top: 56px;
  padding-bottom: 56px;
}
.support-category__detail_container .c-Readmore_Content li:first-child {
  border-top: none;
}

.support-category__description {
  margin-top: 32px;
  margin-bottom: 40px;
}

.support-category__linklist span.c-Icon_Chevron-right {
  vertical-align: baseline;
}

.support-category__other {
  padding-top: 56px;
}
.support-category__other a {
  text-decoration: none;
}

.support-category__other_linklist {
  margin-top: 33px;
}

.support-category__other_linklist span.c-Icon_Chevron-right {
  vertical-align: baseline;
}

.support-category__tail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 4px;
}
.support-category__tail .c-Btn_Regular {
  width: 100%;
  max-width: 500px;
  padding: 16px 24px;
}

@media only screen and (max-width: 1064px) {
  .support-category__description {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .support-category__detail_container {
    padding-bottom: 48px;
  }
  .support-category__other {
    padding-top: 40px;
  }
  .support-category__other_box {
    margin-top: 24px;
    padding: 24px 24px;
    grid-template-columns: repeat(1, 100%);
    grid-row-gap: 16px;
  }
  .faq-pickup__linklist .js-Readmore_Trigger {
    margin-top: 24px;
  }
  .support-category__tail {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 414px) {
  .support-category__tail .c-Btn_Regular {
    width: 100%;
    max-width: 343px;
  }
}
.support-top__header-ground {
  background-color: #053766;
  color: #ffffff;
}

.support-top__header-container {
  padding: 32px 0;
  text-align: center;
}
.support-top__header-container .c-Heading_Lv1 {
  margin: 0 36px;
}
.support-top__header-container .support-top__header-description {
  margin: 8px 16px 0 16px;
}

.support-top__category-ground {
  height: 100%;
  padding-top: 32px;
  padding-bottom: 56px;
  background-color: #f7f7f7;
}

.support-top__category-box {
  display: grid;
  grid-template-columns: 31.7% 31.7% 31.7%;
  gap: 24px;
}
.support-top__category-box .cardbox__container {
  background-color: #ffffff;
}
.support-top__category-box .cardbox__container .cardbox__linklist .c-Link_Txt-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: unset;
}

.support-top__category-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 140%;
  color: #333333;
  padding-bottom: 32px;
}

.support-Information_Box {
  padding: 8px;
  background-color: #ebf7fe;
  font-size: 14px;
  color: #006497;
  border-radius: 8px;
}
.support-Information_Box .support-Information_Box-icon {
  padding: 0 16px 0 0;
}
.support-Information_Box .support-Information_Box-icon > span {
  color: #006497;
  font-size: 24px;
  margin-left: 5px;
}
.support-Information_Box .c-Link_Txt-inline-icon > span {
  font-size: 14px;
  margin: 0;
}
.support-Information_Box p {
  font-size: 12px;
}

.c-Tab_Item {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  .support-top__category-box {
    grid-template-columns: 48% 48%;
  }
  .support-top__header-container p:nth-last-child(2) {
    width: 184px;
  }
  .support-top__header-container {
    padding-top: 32px;
  }
  .support-top__header-container .support-top__header-description {
    display: inline-block;
    align-items: center;
  }
  .support-top__header-container .c-Heading_Lv1 {
    padding-bottom: 16px;
  }
  .support-top__category-ground {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .support-top__category-title {
    padding-bottom: 0px;
  }
  .support-top__category-box {
    grid-template-columns: 100%;
    grid-row-gap: 16px;
    padding-top: 24px;
  }
  .support-Information_Box .support-Information_Box-icon {
    padding: 2px 4px 0 0;
  }
  .support-Information_Box .support-Information_Box-icon > span {
    font-size: 16px;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.information-detail__container {
  margin-top: 32px;
  margin-bottom: 48px;
}

.information-detail__internal h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}
.information-detail__internal h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.information-detail__internal h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.information-detail__internal h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.information-detail__internal strong {
  font-weight: 700;
}
.information-detail__internal a:hover {
  color: #00568f;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.information-detail__internal p {
  margin-bottom: 8px;
}
.information-detail__internal p:last-child {
  margin-bottom: 0px;
}
.information-detail__internal li:first-child {
  margin-top: 0;
}
.information-detail__internal ul > li {
  padding-left: 16px;
  text-indent: -16px;
  margin-top: 1em;
}
.information-detail__internal ul > li::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #8f8f8f;
}
.information-detail__internal ol {
  counter-reset: number;
}
.information-detail__internal ol > li:first-child {
  margin-top: 0;
}
.information-detail__internal ol > li {
  position: relative;
  margin-top: 1em;
  padding-left: calc(0.8125em + 8px);
}
.information-detail__internal ol > li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.3;
  font-family: 'Rakuten Global', sans-serif;
  font-size: 125%;
  font-weight: 700;
  content: counter(number);
  counter-increment: number;
}
.information-detail__internal table {
  width: 100%;
  border-collapse: collapse;
}
.information-detail__internal table th,
.information-detail__internal table td {
  vertical-align: top;
  padding: 16px;
  border: 1px solid #e0e0e0;
  color: #333333;
  text-align: left;
}
.information-detail__internal table th {
  background-color: #f5f5fa;
}
.information-detail__internal table td {
  background-color: #ffffff;
}

.information-detail__category {
  margin-top: 32px;
}

.information-detail__title {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
}

.information-category__title {
  margin-top: 32px;
}
.information-category__title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
}

.information-category__select {
  width: 343px;
  margin-top: 40px;
}

.information-category__pager {
  margin-top: 48px;
  margin-bottom: 24px;
}

.information-category__pager--mobile {
  margin-top: 48px;
  margin-bottom: 24px;
  display: none;
}

.information-category__pager-tail {
  margin-top: 32px;
  margin-bottom: 48px;
}

.information-category__pager-tail--mobile {
  margin-top: 32px;
  margin-bottom: 48px;
  display: none;
}

.information-category__linklist_container > li {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #bfbfbf;
  padding: 1rem 0;
}
.information-category__linklist_container li:last-child {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cacadb;
}

.information-category__linklist_item {
  display: grid;
  grid-template-columns: 35% 65%;
  justify-items: start;
  align-items: center;
  padding-left: 16px;
}
.information-category__linklist_item span.information-category__linklist_date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #676767;
}

.information-category__tail {
  margin-bottom: 8px;
  text-align: center;
}
.information-category__tail .c-Btn_Secondly {
  max-width: 344px;
  color: #4d4d4d;
  border-color: #666666;
}
.information-category__tail .c-Btn_Secondly:hover {
  background-color: #ededed;
}

@media only screen and (max-width: 768px) {
  .information-category__pager--mobile {
    margin-bottom: 1rem;
    display: block;
  }
  .information-category__pager-tail--mobile {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    display: block;
  }
  .information-category__pager {
    display: none;
  }
  .information-category__pager-tail {
    display: none;
  }
  .information-category__linklist_container > li {
    height: inherit;
  }
  .information-category__linklist_item {
    display: block;
    padding: 1rem 0rem;
  }
  .information-category__linklist_item p {
    margin-top: 1rem;
  }
  .information-category__linklist_item a {
    text-decoration: none;
  }
}
@media only screen and (max-width: 414px) {
  .information-category__select {
    width: 100%;
  }
}
@media only screen and (min-width: 1064px) {
  .information-category__tail .c-Btn_Secondly {
    max-width: 500px;
  }
}
.information-top__header-container {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.information-top__header-description {
  margin-top: 24px;
}

.information-top__info-list li:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #bfbfbf;
}

.information-top__info-list-item {
  width: 100%;
  padding: 16px;
  display: grid;
  grid-template-columns: 15% 78%;
  justify-items: start;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #bfbfbf;
  font-size: 16px;
  column-gap: 7%;
}
.information-top__info-list-item span.information-top__info-list-date {
  font-style: normal;
  font-weight: normal;
  line-height: 154%;
  color: #676767;
}
.information-top__info-list-item a.information-top__info-list-link {
  width: 100%;
  display: grid;
  grid-template-columns: 88% 4%;
  column-gap: 9%;
  align-items: center;
}
.information-top__info-list-item .c-Icon_Chevron-right {
  color: #ff008c;
}

.information-top__info-list-readmore li:first-child {
  border-top-style: none;
}

.c-Readmore_Trigger {
  padding-left: 16px;
  text-align: center;
}

.information-top__info-list-title {
  margin-top: 64px;
}

.information-top__button-area-container {
  margin-top: 32px;
  position: relative;
  padding-left: 20px;
}
.information-top__button-area-container::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #ff008c;
}

.information-top__button-area {
  margin-top: 8px;
  display: inline-flex;
  align-items: baseline;
}

.no-underline {
  text-decoration: unset;
}

.information-top__button-area-btn {
  margin-left: 16px;
}

.product-cardgroup__ground {
  margin-top: 104px !important;
}

@media only screen and (max-width: 768px) {
  .information-top__info-list-item {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    column-gap: unset;
  }
  .information-top__info-list-item p {
    width: 90%;
  }
  .information-top__info-list-item a {
    text-decoration: none;
  }
  .information-top__button-area {
    display: block;
    min-height: 70px;
  }
  .information-top__button-area .information-top__button-area-btn {
    margin-top: 8px;
    float: inline-end;
  }
  .product-cardgroup__ground {
    margin-top: 64px !important;
  }
  .product-cardgroup__container {
    row-gap: 16px !important;
  }
}
.footer-link-detail__title {
  margin-top: 40px;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
}

.product-cardgroup__ground {
  margin-top: 80px;
}
.product-cardgroup__container {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  justify-content: space-between;
  padding-top: 24px;
}
.product-cardgroup__container .c-Card_Normal {
  margin-bottom: 4px;
}
.product-cardgroup__container .c-Card_Normal > :last-child {
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
}
.product-cardgroup__item-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.product-cardgroup__item-label .product-cardgroup__item-icon {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .product-cardgroup__container {
    grid-template-columns: 98%;
    row-gap: 24px;
    padding-top: 24px;
  }
}

.carousel__container .carousel__sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .carousel__container .carousel__pc {
    display: none;
  }
  .carousel__container .carousel__sp {
    display: inline;
  }
  .carousel__container .carousel__sp .c-Carousel_Nav {
    margin-bottom: 16px;
  }
  .carousel__container .carousel__sp .c-Carousel_Nav .c-Carousel_Nav-prev {
    margin-left: 16px;
  }
  .carousel__container .carousel__sp .c-Carousel_Nav .c-Carousel_Nav-next {
    margin-right: 16px;
  }
}
.top-carousel__container .carousel__sp {
  display: none;
}
.top-carousel__container .c-Carousel_Main-wrap .slick-slide {
  background-color: #fff;
}
.top-carousel__container .c-Carousel_Main-wrap .slick-slide [tabindex='0'] img {
  opacity: 1;
}
.top-carousel__container .c-Carousel_Main-wrap .slick-slide img {
  max-width: 1032px;
  max-height: 300px;
  width: 100vw;
  height: auto;
  opacity: 0.5;
}
.top-carousel__container .c-Carousel_Main-nav {
  padding: 16px;
}
.top-carousel__container .c-Carousel_Main-nav .c-Carousel_Nav-next:before,
.top-carousel__container .c-Carousel_Main-nav .c-Carousel_Nav-prev:before {
  color: #8f8f8f;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  top: 9px;
  left: 8px;
}
.top-carousel__container .c-Carousel_Main-nav .c-Carousel_Nav-next:before {
  left: 10px;
}
.top-carousel__container .c-Carousel_Main-nav .c-Carousel_Nav-next:after,
.top-carousel__container .c-Carousel_Main-nav .c-Carousel_Nav-prev:after {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.top-carousel__container .c-Carousel_Nav-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% - 100px + 10px);
  z-index: 1;
}
.top-carousel__container .c-Carousel_Nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
}
.top-carousel__container .c-Carousel_Dots li button {
  width: 10px;
  height: 10px;
  top: 11px;
  border-radius: 50%;
}
.top-carousel__container .c-Carousel_Dots li button:before {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.top-carousel__container .c-Carousel_Dots li button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.top-carousel__container .c-Carousel_Dots li button:active:before,
.top-carousel__container .c-Carousel_Dots li.slick-active button:before {
  background-color: rgba(0, 0, 0, 0.56);
  border-color: rgba(0, 0, 0, 0.56);
}

@media only screen and (max-width: 768px) {
  .top-carousel__container .carousel__pc {
    display: none;
  }
  .top-carousel__container .carousel__sp {
    display: inline;
  }
  .top-carousel__container .carousel__sp .c-Carousel_Nav {
    margin-bottom: 16px;
    padding: 0 40px 0 50px;
  }
  .top-carousel__container .carousel__sp .c-Carousel_Nav .c-Carousel_Dots li {
    margin: 0px;
  }
  .top-carousel__container .c-Carousel_Nav-prev {
    left: 16px;
  }
  .top-carousel__container .c-Carousel_Nav-next {
    right: 16px;
  }
  .top-carousel__container .c-Carousel_Main-wrap .slick-slide img {
    width: 100vw;
    height: auto;
    max-height: none;
  }
}
.product-top__head {
  padding-bottom: 24px;
  margin-top: 32px;
}
.product-top__head .c-Txt_Cap {
  margin-bottom: 8px;
}

.product-top__ground .l-System_Container .u-Adjust_Mt-24 {
  margin-top: 0px !important;
}

.product-top__ground .carousel__container .c-Carousel_Main .c-Carousel_Dots li button {
  width: 10px;
  height: 10px;
  top: 11px;
  border-radius: 50%;
}
.product-top__ground .carousel__container .c-Carousel_Main .c-Carousel_Dots li button:before {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.product-top__ground .carousel__container .c-Carousel_Main .c-Carousel_Dots li button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-top__ground .carousel__container .c-Carousel_Main .c-Carousel_Dots li button:active:before,
.product-top__ground .carousel__container .c-Carousel_Main .c-Carousel_Dots li.slick-active button:before {
  background-color: rgba(0, 0, 0, 0.56);
  border-color: rgba(0, 0, 0, 0.56);
}

@media only screen and (min-width: 768px) {
  .product-top__ground
    .carousel__container
    .carousel__pc
    .c-Carousel_Main
    .c-Carousel_Main-wrap.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Main-nav {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-next {
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-next:before {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    top: 9px;
    left: 10px;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-next:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-prev {
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 100px + 10px);
    z-index: 1;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-prev:before {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    top: 9px;
    left: 8px;
  }
  .product-top__ground .carousel__container .carousel__pc .c-Carousel_Main .c-Carousel_Nav-prev:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .product-top__ground .carousel__container .carousel__sp .c-Carousel_Main .c-Carousel_Main-wrap .slick-slide img {
    aspect-ratio: 375/192;
  }
  .product-top__ground .carousel__container .carousel__sp .c-Carousel_Main .c-Carousel_Nav {
    margin-bottom: 8px;
  }
}
.c-Btn_Secondly-v1 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1.5em;
  border-radius: 4px;
  line-height: 1.2;
}

.c-Btn_Secondly-v1 span {
  display: inline-block;
}

.c-Btn_Secondly-v1 {
  background-color: #ffffff;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.c-Btn_Secondly-v1:focus,
.c-Btn_Secondly-v1:hover {
  background-color: #ffcce8;
  color: #ff008c;
  border: 1px solid #ff008c;
}

.c-Btn_Secondly-v1:active {
  background-color: #ff99d1;
  outline: 0;
  border: 1px solid #ff008c;
  color: #ff008c;
}

.search-results__title {
  margin-top: 32px;
}
.search-results__title h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 130%;
  color: #333333;
}

.search-results-keyword__box {
  padding-top: 32px;
}

.search-results__total {
  padding-top: 40px;
}
.search-results__total .c-Heading_Lv2 {
  color: #333333;
  font-family: 'Noto Sans JP';
}
.search-results__total .c-Heading_Lv2 span {
  padding-left: 32px;
}

.search-results__list {
  padding-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.search-results__list .search-results__label {
  font-size: 12px;
  background: #f7f7f7;
  padding: 8px;
}
.search-results__list p {
  padding-left: 8px;
}
.search-results__list p a {
  font-weight: bold;
  text-decoration: unset;
}
.search-results__list .search-results__description {
  padding-top: 8px;
  grid-row: 2;
  grid-column: 1/3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-results__pager-tail {
  margin-top: 24px;
  margin-bottom: 0px;
}

.search-results__pager-tail--mobile {
  margin-top: 32px;
  margin-bottom: 48px;
  display: none;
}

.search__hint {
  padding-top: 24px;
  font-weight: bold;
  color: #000000;
}

.search-word__ground {
  background-color: #f7f7f7;
}

.search-word__container {
  padding-bottom: 64px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1064px;
  margin: 0 auto;
}
.search-word__container .search-word__title {
  padding-top: 56px;
}
.search-word__container .search-word__title h2 {
  padding-bottom: 24px;
  color: #000000;
}
.search-word__container .search-word__list {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-row-gap: 16px;
}
.search-word__container .search-word__list p,
.search-word__container .search-word__list li {
  display: inline-block;
}
.search-word__container .search-word__list p + span {
  color: #ff008c;
}

.customer_support_top {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: 0px 16px;
}

@media only screen and (max-width: 768px) {
  .search-results__pager-tail--mobile {
    margin-top: 24px;
    margin-bottom: 0px;
    display: block;
  }
  .search-results__pager-tail {
    display: none;
  }
  .customer_support_top {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 0px;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .search-word__container .search-word__list {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%);
    grid-row-gap: 16px;
  }
}
@media only screen and (max-width: 414px) {
  .search-results-keyword__box {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .search-results__list {
    padding-top: 24px;
    display: block;
  }
  .search-results__list .search-results__label {
    display: inline-block;
    font-size: 12px;
    background: #e6e6f0;
    padding: 8px;
  }
  .search-results__list p {
    display: inline;
    padding-left: 8px;
  }
  .search-results__list p a {
    font-weight: bold;
    text-decoration: unset;
  }
  .search-results__list .search-results__description {
    padding-top: 8px;
    grid-row: 2;
    grid-column: 1/3;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .search-word__container {
    padding-bottom: 56px;
  }
  .search-word__container .search-word__list {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-row-gap: 16px;
  }
}
.search-tab__container {
  display: grid;
  grid-template-columns: calc(100% - 100px) 100px;
  column-gap: 0%;
  margin-top: 8px;
}
.search-tab__container .search-tab__link-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.search-tab__container .search-tab__link-item a,
.search-tab__container .search-tab__link-item span {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
  white-space: nowrap;
}
.search-tab__container .search-tab__link-item .c-Icon_Chevron-down {
  color: #ff008c;
}
.search-tab__container .search-tab__link-item[aria-selected='true'] {
  background: #ffffff;
  border-color: #ffffff;
  border-bottom: 2px solid #ff008c;
}
.search-tab__container .search-tab__link-item[aria-selected='true'] a,
.search-tab__container .search-tab__link-item[aria-selected='true'] span {
  color: #ff008c;
  font-weight: bold;
}

.search-tab__left {
  display: flex;
  flex-direction: row;
  align-content: center;
}
.search-tab__left .search-tab__link-item:first-child {
  width: 80px;
  min-width: 80px;
}
.search-tab__left .c-Data_Filte {
  padding-left: 16px;
  padding-right: 16px;
}

.search-tab__right {
  text-align: right;
  width: 100px;
  min-width: 100px;
  position: relative;
}
.search-tab__right .search-tab__link-item[aria-expanded='true'] span {
  color: #ff008c;
}
.search-tab__right .c-Data_Sort {
  height: 100%;
}
.search-tab__right .c-Data_Sort button {
  padding-right: 16px;
  height: 100%;
}
.search-tab__right .c-Data_Sort .c-Data_Sort-list li:hover {
  font-weight: bold;
  color: #ff008c;
  background-color: unset;
}
.search-tab__right .c-Data_Sort ul {
  text-align: left;
  margin-top: 0;
}
.search-tab__right .c-Data_Sort ul li {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 154%;
  color: #333333;
}
.search-tab__right .c-Data_Sort ul li[aria-selected='true'] {
  color: #ff008c;
  font-weight: bold;
}

.search-tab__ground {
  border-bottom: 1px solid #bfbfbf;
}

.top-card-box__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  justify-content: space-between;
}
.top-card-box__container .top-card-box__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-card-box__container .top-card-box__description {
  position: relative;
  top: 16px;
}
.top-card-box__container .top-card-box__description p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}
.top-card-box__container .top-card-box__title {
  position: relative;
  top: 24px;
  z-index: 2;
}
.top-card-box__container .top-card-box__title .top-card-box__title-text {
  width: 234px;
  text-align: center;
  padding: 9px 23px;
  border-radius: 50px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  background-color: #ff008c;
  border: 1px solid #ff008c;
}
.top-card-box__container .top-card-box__body {
  width: 100%;
  height: 100%;
  padding: 44px 16px 16px;
  border: 1px solid #ededed;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .top-card-box__container {
    display: block;
  }
}
.top-product-carousel__container .c-Card_Normal {
  box-shadow: none;
  border: none;
}
.top-product-carousel__container .c-Carousel_Nav {
  margin-left: auto;
  margin-right: auto;
  min-height: 32px;
}
.top-product-carousel__container .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-product-carousel__container .slick-list,
.top-product-carousel__container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-product-carousel__container .slick-initialized .slick-slide > div {
  width: 100%;
}
.top-product-carousel__container .top-product-carousel__card-container {
  height: 100%;
}
.top-product-carousel__container .c-Card_Normal {
  height: inherit;
}

@media only screen and (min-width: 768px) {
  .top-product-carousel__container .c-Carousel_Nav {
    max-width: 480px;
  }
}
.entry__contents-group-container {
  margin-bottom: 40px;
}
.entry__contents-group-container .entry__contents-card-box {
  margin-top: 12px;
  margin-bottom: 48px;
}
.entry__contents-group-container .entry__contents-product-carousel {
  margin: 24px 0;
}

@media screen and (min-width: 768px) {
  .error-Layout {
    margin: 80px auto;
  }
}
@media screen and (max-width: 768px) {
  .error-Layout {
    margin: 40px auto;
  }
}
.global__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.global__body {
  height: 100%;
}
.global__body .l-System {
  overflow: clip;
}
.global__body .l-System .support-top__header-ground .l-System_Container {
  padding: 0px;
}
.global__body .l-System .top-carousel__container .c-Carousel_Nav.c-Carousel_Main-nav {
  max-width: 568px;
  width: fit-content;
  padding-right: 96px;
}

@media only screen and (max-width: 1064px) {
  .global__wrapper .global__body .l-System .support-top__header-ground .l-System_Container {
    padding: 0;
  }
}

/*# sourceMappingURL=marketing.min.css.map */

