@charset "UTF-8";
/* font-face */
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
/* style　settings */
/* query-input */
/* header */
/* a1.footer-main */
/* primary - テンプレのcontactボタンの色 */
/* primary - テンプレのsearchTopボタンの色 */
/* footer-nav */
/* footer-bottom */
/* kinds_button_param */
:root {
  --query-input-border: 1px solid #ff008c;
  --header-link-color: #777;
}

/* mixin */
/* helpfeel base ---------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body {
    background: var(--body-background);
  }
}
@media screen and (max-width: 767px) {
  body .faq-list,
body .keywords,
body .page-content,
body .related-pages {
    padding: 15px;
    border-radius: var(--card-border-radius);
    border: var(--card-border-width) solid var(--card-border-color);
  }
}

.header {
  padding: 0;
}
.header .concierge-container {
  display: none;
}

.query-input {
  margin-bottom: 16px;
  max-width: 584px;
  border-radius: 4px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-bottom: 8px;
  }
}
.query-input:focus-within {
  outline: 2px solid #ff008c;
}
.inframe .query-input:focus-within {
  outline: none;
}
.query-input .speech-button {
  height: 45px;
}

.faq-list ul > li > a {
  padding-right: 8px;
  font-size: 16px;
}

/* search - conetnts */
#app-container {
  /* min-height: 100vh; */
  min-height: auto;
}
html.inframe #app-container {
  margin-top: 67px;
}

.content {
  margin: 32px 0 16px;
}
html.inframe .content {
  margin-top: 16px;
}

.keywords {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .keywords {
    margin: 16px 0;
  }
}
.keywords .keywords-title {
  margin-bottom: 7px;
  padding: 5px 0 2px;
}
.keywords .keywords-body .list {
  justify-content: left;
  margin: 6px 10px;
  gap: 8px 10px;
}
.keywords .keywords-body .list > a {
  border: 1px solid transparent;
}
.keywords .keywords-body .headword {
  line-height: 24px;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .keywords .keywords-body .headword {
    margin: 0;
    text-align: left;
  }
}

/* article - contents */
.page-content .line {
  font-size: 16px;
}
.page-content .line.title {
  font-size: 24px;
}
.page-content .line.title:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  margin: 15px -2px 0;
  height: 1px;
  background-color: var(--card-border-color);
  border-radius: 2px;
}
.page-content .line.image-only-line > a {
  display: inline-block;
}
.page-content .indent-mark .dot {
  top: 13px;
}

/* article - related */
@media screen and (max-width: 767px) {
  .related-pages {
    margin-top: 0;
  }
}
.related-pages .related-pages-body ul > li > a {
  font-size: 16px;
  align-items: center;
}
.related-pages .related-pages-body ul > li > a .icon {
  background-size: contain;
  height: 20px;
  margin-right: 8px;
}

.article-page-empty .content {
  margin-bottom: 0;
  order: 1;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .feedback-section {
  order: 3;
}
.article-page-empty .related-pages-section {
  order: 2;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.inframe .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
.article-page-empty #detailed-feedback-section {
  order: 4;
}
.article-page-empty .footer {
  order: 5;
}

/* Heading ---------------------------------------------------------------*/
strong.level.level-3 {
  font-size: 125%;
  line-height: 140%;
  display: block;
  margin: 1.25em 0 0;
  font-feature-settings: "palt";
}

strong.level.level-4 {
  font-size: 150%;
  line-height: 140%;
  display: block;
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}

/* helpfeel header ---------------------------------------------------------------*/
.navbar {
  min-height: 70px;
  padding: 10px 16px;
  margin: 0;
  border-bottom: 1px solid #c0c0c0;
  gap: 10px;
}
.navbar h1.brand a img {
  display: none;
}
.navbar h1.brand a {
  display: block;
  width: 320px;
  height: 46px;
  background: url(https://assets-bss-b2b-cms.mobile.rakuten.co.jp/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%;
}
@media screen and (max-width: 767px) {
  .navbar h1.brand a {
    background: url(https://assets-bss-b2b-cms.mobile.rakuten.co.jp/static-assets/images/common/header/logo-rmobile-2line-v2.svg) left top no-repeat;
    height: 40px;
    width: 164px;
  }
}
.navbar ul.header-menu {
  gap: 0 10px;
}
.navbar ul.header-menu > li {
  display: flex;
}
.navbar ul.header-menu > li:not(:first-child) {
  margin-left: 0;
}
.navbar ul.header-menu > li a {
  padding: 6px;
}
.navbar ul.header-menu .btn_mitsumori, .navbar ul.header-menu .btn_mboffice, .navbar ul.header-menu .btn_mboffice_sp {
  border: 1px solid #ff008c;
  border-radius: 40px;
}
.navbar ul.header-menu .btn_mitsumori > a, .navbar ul.header-menu .btn_mboffice > a, .navbar ul.header-menu .btn_mboffice_sp > a {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
}
.navbar ul.header-menu .btn_mitsumori {
  border: 0px solid #ff008c;
  background-color: #ff008c;
}
.navbar ul.header-menu .btn_mitsumori > a {
  color: #fff;
}
.navbar ul.header-menu .btn_mitsumori > a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .navbar ul.header-menu .btn_mitsumori, .navbar ul.header-menu .btn_mboffice {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .navbar ul.header-menu .btn_mboffice_sp {
    display: none;
  }
}
.navbar ul.header-menu .btn_mboffice, .navbar ul.header-menu .btn_mboffice_sp {
  background-color: #fff;
}
.navbar ul.header-menu .btn_mboffice > a, .navbar ul.header-menu .btn_mboffice_sp > a {
  color: #ff008c;
}
.navbar ul.header-menu .btn_mboffice > a:hover, .navbar ul.header-menu .btn_mboffice_sp > a:hover {
  background-color: #ff008c;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .navbar ul.header-menu .btn_mboffice_sp > a {
    line-height: normal;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-wrap: nowrap;
    text-align: center;
  }
}
/* helpfeel footer ---------------------------------------------------------------*/
.btn {
  display: block;
  padding: 12px 16px;
  border-radius: 4px;
}
.btn:hover {
  opacity: 0.6;
}

/* footer */
.powered-by-helpfeel {
  display: none;
}

footer {
  /* footer - ナビゲーション */
  /* footer - コピーライト */
}
footer.footer {
  margin-top: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
.article-page footer.footer {
  padding-top: 30px;
}
footer .footer-main {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto 60px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer-main {
    flex-wrap: wrap;
    margin: 0 16px 60px 16px;
  }
}
footer .footer-main_search-top {
  width: 240px;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  color: #fff;
  border-radius: 40px;
  font-weight: bold;
}
footer .footer-main_search-top:hover {
  background-color: #fff;
  color: #ff008c;
  opacity: 1;
}
body.search-page footer .footer-main_search-top {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-main_search-top {
    width: 100%;
  }
}
footer .footer-main_contact {
  width: 240px;
  background-color: #fff;
  border: 1px solid #ff008c;
  color: #ff008c;
  border-radius: 40px;
  font-weight: bold;
}
footer .footer-main_contact:hover {
  background-color: #ff008c;
  color: #fff;
  opacity: 1;
}
body.search-page footer .footer-main_contact {
  width: 500px;
}
@media screen and (max-width: 767px) {
  body.search-page footer .footer-main_contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main_contact {
    width: 100%;
  }
}
footer .footer-nav {
  background-color: #f7f7f7;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  footer .footer-nav {
    background-color: #f7f7f7;
    padding: 0;
  }
}
footer .footer-nav_list {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  list-style: none;
  padding: 8px 0;
  display: flex;
  gap: 4px 16px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: left;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list {
    display: block;
    gap: 0;
    max-width: 100%;
    padding: 0;
  }
}
footer .footer-nav_list_item {
  display: inline-block;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item {
    /* width: calc(100% / 2); */
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item:nth-child(2n+1):last-child {
    width: 100%;
  }
}
footer .footer-nav_list_item_link {
  display: block;
  color: #000;
  padding: 0 4px;
  border-radius: 4px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list_item_link {
    padding: 10px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
}
footer .footer-nav_list_item_link:hover {
  text-decoration: underline;
}
footer .footer-nav_list-text .footer-nav_list_item {
  position: relative;
  /* &:before {
    content: "";
    border-right: 1px solid $footer-nav-text-color;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    @include sp {
      content: none;
    }
  } */
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item {
    position: initial;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item:nth-of-type(2n) {
    /* border-left: 1px solid $footer-nav-border-color; */
  }
}
@media screen and (max-width: 767px) {
  footer .footer-nav_list-text .footer-nav_list_item:nth-of-type(2n + 1):after {
    content: "";
    width: 100%;
    /* border-bottom: 1px solid $footer-nav-border-color; */
    position: absolute;
    left: 0;
  }
}
footer .footer-nav_list-text .footer-nav_list_item:last-child:before {
  content: none;
}
footer .footer-bottom {
  padding: 10px 0;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    text-align: left;
  }
}
footer .footer-bottom_wrap {
  width: 760px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom_wrap {
    display: block;
  }
}
footer .footer-bottom_copyright {
  font-size: 10px;
  color: #000;
  position: relative;
  padding: 0 4px;
  text-align: left;
  /* &:after {
    content: "";
    border-right: 1px solid $footer-bottom-text-color;
    height: 18px;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
  } */
}
footer .footer-bottom_powered-by-helpfeel a {
  font-size: 10px;
  color: #000;
  display: block;
  padding: 0 4px;
}
footer .footer-bottom_powered-by-helpfeel a:hover {
  opacity: 0.6;
}

/* 文字装飾 ---------------------------------------------------------------*/
.line .deco-\% {
  font-size: 85%;
  color: #676767;
}

.line .deco-\+ {
  color: #ff008c;
}

/* helpfeel kinds ---------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .kinds-selector {
    margin-top: 16px;
  }
}
.kinds-selector .selector {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
  }
}
html.inframe .kinds-selector .selector {
  margin-bottom: 0;
}
.kinds-selector .selector .kind-items {
  width: calc((100% - (10px * (4 - 1))) / 4);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .kinds-selector .selector .kind-items {
    width: 100%;
  }
}
.kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
.kinds-selector .selector .kind-items > label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #666666;
  background-color: #fff;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
}
.kinds-selector .selector .kind-items > label:hover {
  background-color: #EDEDED;
  color: #4D4D4D;
}
.kinds-selector .selector .kind-items > input:checked + label {
  font-weight: 700;
  color: #4D4D4D;
  border: 1px solid #666666;
  background-color: #E0E0E0;
}

@media (max-width: 767px) {
  .header .subtitle {
    display: block;
    margin-top: 24px;
    padding: 0;
  }
}