<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ãƒ‘ãƒ¼ãƒ„ */
.mt-10 {
    margin-top: 10px;
  }
  .mr-10 {
    margin-right: 10px;
  }
  .mr-24 {
    margin-right: 24px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-24 {
    margin-bottom: 24px;
  }
  .ml-10 {
    margin-left: 10px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .l-10 {
    padding-left: 10px;
  }
  .btn {
    background: transparent;
  }
  .header_logo {
    width: 107px;
    max-width: 107px;
    margin-right: 20px;
  }
  /* å…¨ä½“ã‚’å›²ã‚€ãƒ¡ã‚¤ãƒ³ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
  .rihelp_content_wrapper {
    max-width: 1440px;
    margin: 0 auto;
    font-family: "Meiryo","Hiragino Kaku Gothic ProN";
  }
  .rihelp_anshin_anzen_section {
    padding-bottom: 40px;
  }
  /* headeré–¢é€£ */
  .header {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .header_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sb-heading-title {
    font-weight: 600;
  }
  .riheader_list {
    display: flex;
    gap: 8px;
  }
  .riheader_list_item {
    font-size: 12px;
    text-align: center;
  }
  .riheader_list_item a{
    color: #333;
    display: block;
  }
  .riheader_list_item a:hover{
    background-color: rgba(0, 0, 0, 0.04);
  }
  .riheader_list_item_img {
    display: block;
    height: 24px;
    margin: 0 auto;
  }
  .riheader_list_item_text {
    margin: 3px 0 0;
  }
  .breadcrumb,.breadcrumb_error {
    color: #717171;
    font-size: 12px;
    display: flex;
    /* flex-wrap: wrap; */
    list-style: none;
    background: #F7F7F7;
    padding: 12px 16px;
  }
  .breadcrumb li,.breadcrumb_error li{
    position: relative;
    margin-right: 20px;
  }
  /*ã€€ç”»é¢ã‚µã‚¤ã‚ºãŒ768pxã¾ã§ã¯ã“ã“ã‚’èª­ã¿è¾¼ã‚€ã€€*/
  @media screen and ( max-width:375px) {
    .breadcrumb_item,.breadcrumb_current{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  .breadcrumb li:not(:last-of-type)::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 30%;
    /*right: -22%;*/
    /*ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆæ–‡å­—æ•°ãŒé•·ã„ã¨å´©ã‚Œã‚‹ãŸã‚ã€ä¸‹è¨˜ã®ã‚ˆã†ã«ä¿®æ­£*/
    right: -15px;
    width: 7px;
    height: 7px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8F8F8F;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .breadcrumb_error li::after{
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 24%;
    right: -22%;
    width: 7px;
    height: 7px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #717171;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .breadcrumb a,.breadcrumb_error li a {
    color: #717171;
    text-decoration: underline;
  }
  .breadcrumb .breadcrumb_current {
  color: #333;
  }
  h1 {
    font-size: 24px;
    font-weight: bold;
  }
  h2 {
    font-size: 20px;
  }
  .title_box {
    display: flex;
    align-items: center;
    margin:24px 0 24px;
  }
  .title_box img {
    margin-right: 8px;
  }
  
  /*
  .rihelp_section {
    margin-top: 40px;
  }*/
  /*CITDå´è¿½åŠ&nbsp;*/
  .rihelp_section {
    margin-top: 40px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .rihelp_section_mt_24 {
    margin-top: 24px;
  }
  .rihelp_section_title {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold;
  }
  .section_title {
    font-size: 20px;
    font-weight: bold;
  }
  .category_section_subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  /* h3 title */
  .rihelp_section_subtitle {
    font-size: 16px;
    font-weight: 600;
  }
  .title_category_content {
    display: flex;
    align-items: center;
    margin: 24px 0 32px;
    gap: 12px;
  }
  /* mainé–¢é€£ */
  main {
    max-width: 1024px;
    margin: 0 auto;
  }
  .main_bottom {
    padding-top: 40px;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .main_contents {
    display: flex;
    justify-content: space-between;
  }
  .main_contents_item {
    max-width: 752px;
    width:75%
  }
  .main_contents_sidebar {
    max-width: 248px;
  }
span:has(&gt; .main_contents_sidebar) {
  max-width:248px;
  width: 25%;
}
  .news_content_itemlist {
    background: #FFF9C8;
    height: 32px;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .news_content_itemlist .news_content_item {
    color: #333;
    background: #FFF9C8;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    list-style-type: none!important;
    font-weight: bold; /*å¥½ã¿ã§å¤ªå­—ã«*/
  }
  .news_content_itemlist .news_content_item:before {
    content: "i";
    position: absolute;
    left : 0.5em; /*å·¦ç«¯ã‹ã‚‰ã®ã‚¢ã‚¤ã‚³ãƒ³ã¾ã§ã®è·é›¢*/
    padding: 3px;
    background: #ffb238;
    color: #fff; /*ã‚¢ã‚¤ã‚³ãƒ³è‰²*/
  }
  /* ã©ã‚“ãªã“ã¨ã§ãŠå›°ã‚Šã§ã™ã‹ï¼Ÿ */
  .rihelp_search_section {
    background: #F3FAFF;
        margin-bottom: 24px;
  }
  .rihelp_search_section h2 {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
  }
  .not_articlepage .articlepage_item img{
    max-width: 64px;
  }
  .rihelp_search_contents{
    padding: 24px 0;
  }
  .searchmenu_contents_top {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  /* TOPãƒšãƒ¼ã‚¸ã®æ¤œç´¢box */
  .section_title_search {
    margin-bottom: 12px;
  }
  .search_box_top {
    max-width: 762px;
    margin: 0 auto;
    position: relative;
  }
  .search_box_raise {
    width: 566px;
    position: relative;
  }
  .search_box {
    width: 737px;
  }
  .header_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 24px 40px;
  }
  .header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px;
  }
  .search-box_form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;
  }
  .search-box_form.keyword_margin {
    margin-bottom: 12px;
  }
  .search-box_submit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 42px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .search_box_suggest {
    -webkit-box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 10;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .search_box_suggest.is-active {
    display: block;
  }
  .search_box_suggest__item {
    display: flex;
  }
  .search_box_suggest__list {
    padding: 12px 0;
  }
  .search_box_suggest__item {
    padding:0 16px;
  }
  .search_box_suggest__list li::before {
    content:url(../img/search.svg);
    background-size:  auto 20px;
    display:inline-block;
    vertical-align: middle;
    background-position: left;
    background-repeat: no-repeat;
    line-height:20px;
    font-size: 18px;
    /* width:20px; */
    height:auto;
    position:relative;
    top:2px;
  }
  .search_box_suggest__item:last-child {
    border-bottom: none;
  }
  .search_box_suggest__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    /* width: 100%; */
    height: 18px;
    padding: 4px 24px 4px 8px;
    font-size: 14px;
    line-height: 20px;
    flex-grow: 1;
  }
  .search_box_suggest__link:link, .search_box_suggest__link:visited {
    color: #333333;
    text-decoration: none;
  }
  .search_box_suggest__link:hover, .search_box_suggest__link:active {
    background-color: #f2f2f2;
  }
  .search_box_suggest__list li:active {
    filter: saturate(50%);
  }
  .search_box_suggest__link span {
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  



  .search_box_suggestright {
    -webkit-box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 10;
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 1.25px 6px 0px rgba(0, 0, 0, 0.25);
  }
  .search_box_suggestright.is-active {
    display: block;
  }
  .search_box_suggestright__item {
    display: flex;
  }
  .search_box_suggestright__list {
    padding: 12px 0;
  }
  .search_box_suggestright__item {
    padding:0 16px;
  }
  .search_box_suggestright__list li::before {
    content:url(../img/search.svg);
    background-size:  auto 20px;
    display:inline-block;
    vertical-align: middle;
    background-position: left;
    background-repeat: no-repeat;
    line-height:20px;
    font-size: 18px;
    /* width:20px; */
    height:auto;
    position:relative;
    top:2px;
  }
  .search_box_suggestright__item:last-child {
    border-bottom: none;
  }
  .search_box_suggestright__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    /* width: 100%; */
    height: 18px;
    padding: 4px 24px 4px 8px;
    font-size: 14px;
    line-height: 20px;
    flex-grow: 1;
  }
  .search_box_suggestright__link:link, .search_box_suggestright__link:visited {
    color: #333333;
    text-decoration: none;
  }
  .search_box_suggestright__link:hover, .search_box_suggestright__link:active {
    background-color: #f2f2f2;
  }
  .search_box_suggestright__list li:active {
    filter: saturate(50%);
  }
  .search_box_suggestright__link span {
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .search-box_submit img {
    max-width: 20px;
  }
  .search_box input,.search_box_top input,.search_box_lower input,.search_box_raise input {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    border: 1px solid #8F8F8F;
    border-radius: 4px;
    width: 100%;
    padding: 12px;
    position: relative;
  }
  .input_error {
    border: 1px solid #DF0101;
  }
  .input_error input[type="search"]:focus {
    border: 2px solid #DF0101;
  }
  .search_box_top input[type="text"]:hover,.search_box_lower input[type="text"]:hover,.search_box_raise input[type="text"]:hover,.search_box_raise input[type="search"]:hover,.search_box_top input[type="search"]:hover,.search_box_lower input[type="search"]:hover,.search_box_raise input[type="search"]:hover,.search_box input[type="search"]:hover{
    outline: none !important;
    border: 1px solid #0097E2;
  }
  .search_box_top input[type="text"]:focus,.search_box_lower input[type="text"]:focus,.search_box_raise input[type="text"]:focus,.search_box_raise input[type="search"]:focus,.search_box_top input[type="search"]:focus,.search_box_lower input[type="search"]:focus,.search_box_raise input[type="search"]:focus,.search_box input[type="search"]:focus{
    outline: none !important;
    border: 2px solid #0097E2;
  }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; 
    cursor:pointer;
    background-image: url(../img/cancelbtn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    position: absolute;
  }
  button[type="reset"] {
    color: #fff;
    border: none;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    width: 16px;
    height: 16px;
    display: none;
    justify-content: center;
    padding: 0;
    align-items: center;
  }
  .search_box_keyword_contents_top {
    text-align: center;
  }
  .search_keyword_item {
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--black-20, rgba(0, 0, 0, 0.20));
    border-radius: 32px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  .search_keyword_item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF;
  }
  .search_keyword_item:focus {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .search_keywordMain_item {
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--black-20, rgba(0, 0, 0, 0.20));
    border-radius: 32px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  .search_keywordMain_item:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF;
  }
  .search_keywordMain_item:focus {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .search-container {
    position: relative;
  }
  /* top: 50%; */
  .cancel-button {
    display: none;
    position: absolute;
    background-image: url(../img/cancelbtn.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    width: 16px;
    height: 16px;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
  }
  /* ä¸‹å±¤ã®æ¤œç´¢box */
  .search-box__form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    padding: 0;
  }
  .rihelp_article_list_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  vertical-align: middle;
  }
  .rihelp_article_list_link:hover {
    background: var(--black-4, rgba(0, 0, 0, 0.04));
  }
  .news_bg {
    padding: 16px;
  }
  .rihelp_article_list_link.news_bg:hover {
    background: var(--black-4-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF);
  }
  .rihelp_article_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  /*
  .category_contents {
    display: flex;
  }
  */
  /* CITDå´è¿½åŠ&nbsp; */
  .category_contents {
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  
  /* CITDå´è¿½åŠ&nbsp; */
  /*
  .category_contents_items {
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  */
  .left-column, .right-column {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  /* CITDå´è¿½åŠ&nbsp; */
  .category_contents_items {
    border: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0px;        
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    column-gap: 24px;
  }
  .category_contents_items:nth-of-type(1){
    border: unset;
  }
  .category_list {
    flex-wrap: wrap;
    margin-bottom: unset;
    margin-left: -10px;
  }
  /*
  .category_list {
    margin-bottom: 10px;
  }
  */
  .category_item {
    padding: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .category_item a:hover {
    text-decoration: underline;
  }
  .category_item a:focus {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0.08);
  }
  /*
  .category_list_item {
    font-size: 12px;
    border-right:1px solid rgba(0, 0, 0, 0.08);;
    padding: 0 10px;
  }
  */
  .category_list_item {
    font-size: 12px;
    border-right:1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    padding: 0px 10px !important;
  }
  /* èª­ã¿è¾¼ã¿ã®é&nbsp;†ç•ªã¯ã€last-childã‹ã‚‰ */
  .category_list_item:last-child {
    padding: 0 0 0 10px;
  }
  .category_list_item:first-child {
    padding: 0 10px 0 0;
  }
  .category_list_item:last-child {
    border-right: none;
  }
  .category_item:last-child {
      border-bottom:none;
  }
  .category_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
  }
  .category_menu_icon img {
    width: 20px;
    margin-right: 12px;
    vertical-align: top;
  }
  .category_list {
    display: flex;
  }
  /* ãƒšãƒ¼ã‚¸ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚ */
  .articlepage_main {
    padding: 40px 24px 0;
  }
  .articlepage_item {
    text-align: center;
    margin-bottom: 24px;
  }
  .articlepage_item p {
  text-align: center;
  margin-bottom: 16px;
  }
  .articlepage_item_img {
    text-align: center;
    margin-bottom: 24px;
  }
  .articlepage_item_message {
    font-size: 14px;
  }
  .articlepage_item .qa_title_bold  {
    font-weight: bold;
  }
  .articlepage_solution {
    padding-top: 24px;
  }
  .articlepage_solution_item p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 24px;
  }
  .solution_btn_contents {
    display: flex;
  }
  .faq_contents_answer {
    margin: 0 auto;
    width: 343px;
  }
  .faq_answer_yes {
    color: #000;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
  }
  /* .more button::after {
    -webkit-transform: translateX(-25%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: 20px;
    transform: translateX(-25%) rotate(135deg);
    border: 2px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    content: '';
  } */
  .contact_content {
    display: flex;
  }
  .contact_content_item {
    width: 500px;
    flex: 1;
  }
  .contact_content_item:first-child {
    margin-right: 24px;
  }
  .contact_content_item.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact_support {
    border-radius: 8px;
    font-size: 14px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.03);
  }
  .contact_sub_all_box {
    margin: 12px 0;
    color: rgba(0, 0, 0, 0.70);
  }
  .contact_sub_box {
    margin: 16px 0;
    color: rgba(0, 0, 0, 0.70);
  }
  .contact_sub_box_mb24 {
    margin: 12px 0 24px;
    color: rgba(0, 0, 0, 0.70);
  }
  .contact_sub_box.right a {
    color: #0078B5;
    }
  .contact_sub_box.right a:hover{
    text-decoration: underline;
    text-decoration-color: #0078B5;
  }
  .contact_sub_box.right a:active{
    background: rgba(0, 0, 0, 0.08);
  }
  .shop_help_img {
    vertical-align: middle;
    max-width: 14px;
    padding: 0px 0 2px 0;
  }
  .contact_sub_box.right,.contact_sub_box_mb24.right-gray {
    text-align: right;
    font-size: 12px;
  }
  .contact_sub_box_mb24.right-gray a{
    color: var(--black-70, rgba(0, 0, 0, 0.70));
  }
  .contact_sub_box_mb24.right-gray a:hover{
    text-decoration: underline;
    text-decoration-color: #717171;
  }
  .contact_sub_box_mb24.right-gray a:active{
    background: var(--black-8, rgba(0, 0, 0, 0.08));
  }
  /* .contact_sub_box.right a::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #0078B5;
    line-height: 1;
    vertical-align: middle;
    content: '';
  } */
  /* .contact_sub_box_mb24.right-gray div a::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 0;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #717171;
    line-height: 1;
    vertical-align: middle;
    content: '';
  } */
  .contact_sub_text {
    margin-left: 24px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
  }
  .qa_label p {
    font-size: 14px;
    border-bottom: 2px solid #CCC;
    border-left: 5px solid #CCC;
    padding: 0 0 0 5px;
    color: #000;
    font-weight: bold;
  }
  .qa_btn_contents {
    max-width: 452px;
    margin: 0 auto;
  }
  .qa_btn_contents .qa_btn{
    margin: 0 auto 15px;
  }
  .qa_btn {
    color: #000;
    cursor: pointer;
    width: 100%;
    padding: 8px 0;
    margin: 0 auto;
    border-radius: 4px;
    background-color:  rgba(0, 0, 0, 0.03);
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .qa_btn.bg_black {
    color: #fff;
    background-color:  #868585;
  }
  .qa_btn:hover {
  background-color: #BF0000;
  }
  .solution_btn {
    color: #000;
    cursor: pointer;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    background-color:  #F7F7F7;
    display: block;
    text-align: center;
  }
  .solution_btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #F7F7F7;
  }
  .solution_btn:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #F7F7F7;
  }
  .solution_btn:first-child {
    margin-right: 12px;
  }
  .contact_btn {
    color: #BF0000;
    width: 100%;
    height: 40px;
    padding: 0 14px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid #BF0000;
    background: #fff ;
    font-size: 14px;
    display: block;
    text-align: center;
    cursor: pointer;
  }
  .contact_btn a {
    color: #BF0000;
  }
  .contact_btn:hover {
    background: linear-gradient(0deg, rgba(191, 0, 0, 0.04) 0%, rgba(191, 0, 0, 0.04) 100%), #FFF;
  }
  .contact_btn:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .contact_section_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
  }
  .contact_section_title img{
    max-width: 28px;
    margin-right: 12px;
  }
  .contact_shop{
    border-radius: 8px;
    padding: 24px 24px 8px;
    background: rgba(0, 0, 0, 0.03);
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  .contact_shop_list li{
    margin-bottom: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
  }
  .contact_rakuten_g{
    border-radius: 8px;
    padding: 24px 24px 8px;
    background: rgba(0, 0, 0, 0.03);
    font-size: 14px;
  }
  .contact_text {
    margin-bottom: 16px;
  }
  .contact_text p {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.70);
  }
  .contact_sub {
    display: flex;
  }
  .contact_sub_title {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .contact_sub img {
    margin-right: 8px;
    width: 17px;
  }
  .support_preparation li {
    margin-bottom: 8px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
  }
  .opinion_list{
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.03);
  }
  .opinion_list_item {
    text-align: right;
  }
  .opinion_list_item:first-child {
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .news-article-list {
    margin-bottom: 16px;
  }
  .news_list_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    align-items: center;
    padding: 7.5px 40px 7.5px 12px;
    background-color: #FFF9C8;
    font-feature-settings: "palt";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    vertical-align: middle;
  }
  .news_list_link.coler-b{
    background-color: #EBF7FE;
  }
  .news_list_link.coler-g{
    background-color: #F7F7F7;
  }
  .news_list_link.coler-r{
    background-color: #FFF0F0;
  }
  .news_list_link.coler-gr{
    background-color: #EBF7EC;
  }
  .news_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .news_list_link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
  .news_list_item {
    margin-bottom: 8px;
    border-radius: 8px;
  }
  .news_list_item_title { 
    margin: 0 20px 4px 0; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
  }
  .news_list_item_day {
    color: #717171;
  }
  .news_text_content {
    width: calc(100% - 40px);
  }
  .news_text_content p {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }
  .faq_article_list_items,.more_list {
    border:1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .faq_article_list_item,.more_list_li {
    text-align: right;
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
  }
  .faq_article_list_item:last-child,.more_list_li:last-child {
    text-align: right;
    border-bottom: none;
  }
  .news_article_list_item {
    text-align: right;
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
  }
  .news_article_list_item:first-child {
    border-top:1px solid rgba(0, 0, 0, 0.08);
  }
  #moreItems .news_article_list_item:first-child {
    border-top: unset;
  }
  .rihelp_more_list li.is-hidden {
    display: none;
    height: 0;
    margin: 0;
  }
  .faq_li_title, .faq_li_text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin: 0 20px 0 0;
  }
  .faq_li_title,.article_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .opinion_list_item .article_list_link_opinion .article_text_content .article_title {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
  }
  .faq_li_text,.article_text {
    color: #717171;
    font-size: 12px;
  }
  .main_contents_item .faq_li_text, .main_contents_item .article_text {
    color: #717171;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .opinion_list_item .article_list_link_opinion .article_text_content .article_text {
    color: var(--black-70, rgba(0, 0, 0, 0.70));
    font-weight: 300;
    font-size: 12px;
  }
  /* ã€Œã‚ãªãŸãŒæœ€è¿‘è¦‹ãŸè³ªå•ã€ãƒ»ã€Œä»–ã«ã‚‚ã“ã‚“ãªè³ªå•ãŒè¦‹ã‚‰ã‚Œã¦ã„ã¾ã™ã€ã®ï¼’ã¤ã®ãƒªã‚¹ãƒˆã«ä½¿ç”¨ */
  .article_list_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    position: relative;
    align-items: center;
    padding: 16px;
    /* background-color: #fff; */
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    vertical-align: middle;
  }
  .article_list_link:hover {
    background: var(--black-4, rgba(0, 0, 0, 0.04));
  }
  .article_list_link_opinion {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    position: relative;
    align-items: center;
    min-height: 56px;
    padding: 7.5px 40px 7.5px 22px;
    /* border: 1px solid rgba(0, 0, 0, 0.08); */
    /* border-radius: 4px; */
    /* background-color: #fff; */
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    vertical-align: middle;
  }
  .article_list_link_opinion::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
  .article_list_link_opinion i {
    margin-right: 10px;
  }
  .article_list_link.gray {
    background-color: #fff;
  }
  .article_list_link::after {
    -webkit-transform: translateX(-25%) rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 9px;
    height: 9px;
    margin-top: -4.5px;
    transform: translateX(-25%) rotate(45deg);
    border: 1px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    color: #8a8f99;
    line-height: 1;
    vertical-align: middle;
    content: '';
  }
    .article_list_link_opinion:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .question-title:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .qa_answer_link:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
  .other_questions_list {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .other_questions_list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .other_questions_list li:last-child{
    border-bottom: none;
  }
  /* .opinion_list_item:last-child {
    border-bottom: 1px solid #adadad;
  } */
  .search_answer_count {
    font-size: 12px;
    color: #717171;
    margin-bottom: 12px;
  }
  .serch_answer_item:last-child {
    border-bottom: 1px solid #adadad;
  }
  .article_text_content {
    display: flex;
    flex-direction: column;
  }
  .article_list_link img {
    margin-right: 17px;
  }
  /* Q&amp;Aã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ */
  .qa-container {
    background: rgba(0, 0, 0, 0.03);
    /* margin: 0 auto;
    width: 100%; */
    border-radius: 8px;
  }
  .qa-list {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .qa-list:last-child {
    border-bottom: none;
  }
  .qa-list::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 1px;
    content: "";
  }
  .question-title {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 40px 16px 16px;
  }
  .question-title:before {
    position: absolute;
    display: block;
    content: '';
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .question-title:after {
    position: absolute;
    display: block;
    content: '';
    top: 35%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #9C9C9C;
    border-right: 1px solid #9C9C9C;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
  }
  .question-title.open:after {
    transform: rotate(-45deg);
    top: 45%;
  }
  .qa_answer_link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 16px 0;
    color: #333 !important;
    /* border-bottom: 1px solid #f7f7f7; */
    position: relative;
  }
  /* sidebarã®å›žç­”æ¬„ */
  .answer-text {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    position: relative;
    transition: max-height 0.2s ease;
  }
  
  .answer-text.open {
    max-height: 150px;
  }
  
  .answer-text:before {
    position: absolute;
    display: block;
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .qa-list-link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 21px 16px 21px 76px;
    color: #333 !important;
    /* border-bottom: 1px solid #f7f7f7; */
    position: relative;
  }
  .qa-list-link::after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.08);
  }
  /* Q&amp;Aã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ */
  .sidebar-container {
    margin: 24px auto 0;
    border-radius: 8px;
  }
  .sidebar-list {
    position: relative;
  }
  .sidebar-list .sidebar-list-contener-link:hover {
    background-color: rgba(0, 0, 0, 0.04);
  }
  .sidebar-list-contener-link.is_active {
    background-color: rgba(0, 0, 0, 0.08);
    font-weight: bold;
  }
  /* .sidebar-list:not(:fir st-child) {
    margin-top: 10px;
  } */
  .sidebar-container {
    padding: 8px 13px;
    background: #F7F7F7;
  }
  .sidebar-heading {
    display: flex;
    height: 50px;
    align-items: center;
    align-self: stretch;
    background: #F7F7F7;
  }
  .sb-heading-content {
    padding: 8px;
  }
  .sidebar-title {
    background: #F7F7F7;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 8px 0;
  }
  .sb-t-content {
    gap: 8px;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 2px;
  }
  .sidebar-title:hover {
    background: var(--black-4, rgba(0, 0, 0, 0.04));
  }
  .sidebar-title-text {
    max-height: 23px;
  }
  .sidebar-title-text:active {
    font-weight: bold;
  }
  .sidebar-title-img {
    max-width: 16px;
    max-height: 16px;
  }
  .sidebar_answer-text {
    background-color: #f7f7f7;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.2s ease;
  }
  .sidebar_answer-text.open{
      max-height: 500px;
  }
  .sidebar_bg_gray {
    background-color:rgba(0, 0, 0, 0.08);
  }
  .sidebar_answer-text:before {
    position: absolute;
    display: block;
    top: 18px;
    left: 12px;
    color: #4459b6;
    font-size: 18px;
  }
  .sidebar-list-link {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    padding: 8px;
    color: #333 !important;
    position: relative;
  }
  .sidebar-list-contener-link {
    padding-bottom: 4px;
    border-radius: 2px;
  }
  .sidebar-list-contener-link:last-child {
    margin-bottom: 8px;
  }
  .active-link {
    background-color: rgba(0, 0, 0, 0.04);
  }
  /* ã‚µã‚¤ãƒ‰ãƒãƒ¼ã®ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ã“ã“ã¾ã§ */
  /* ã‚‚ã£ã¨ã¿ã‚‹ãƒœã‚¿ãƒ³é–¢é€£ ã“ã“ã‹ã‚‰ */
  /* rihelp_more_listã®ã¿JSå°‚ç”¨ã‚¯ãƒ©ã‚¹ */
  .rihelp_more_list li.is-hidden {
    display: none;
    height: 0;
    margin: 0;
  }
  .more_list {
    border-radius: 8px;
  }
  .more_list li {
    opacity: 1;
    list-style: none;
    line-height: 32px;
    font-size: 13px;
    transition: all 0.4s ease 0s;
  }
  .more {
    margin: 12px 0 0;
  }
  .more.is-btn-hidden {
    display: none;
  }
  .more_btn_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    margin: 0 auto;
  }
  .more_btn_content:active {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .rihelp_more_button {
    font-size: 12px;
    position: relative;
    color: #0078b5;
    border: none;
    cursor: pointer;
    background-color: none;
    padding: 0 4px 0 0;
    z-index: 99;
    white-space: nowrap;
  }
  .rihelp_more_button:hover {
    text-decoration: underline;
  }
  .more_img {
    max-width: 14px;
    max-height: 14px;
  }
  /* ã‚‚ã£ã¨ã¿ã‚‹ãƒœã‚¿ãƒ³é–¢é€£ã€€ã“ã“ã¾ã§ */
  /* ãƒãƒ£ãƒƒãƒˆé–‹å§‹ãƒœã‚¿ãƒ³ */
  #chat-icon {
    right: 24px;
    bottom: 100px;
    border: 1px solid #BF0000;
    border-radius: 60px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.20);
    padding: 4px 14px;
    position: fixed;
    transition: width 0.3s ease-out;
    height: 56px;
    gap: 12px;
    cursor: pointer;
    z-index: 100;
  }
  .rihelp_chat_button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
  }
  .rihelp_chat_button:hover {
    background: var(--black-4-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%), #FFF);
  }
  .rihelp_chat_button:active {
    background: var(--black-8-on-white, linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FFF);
  }
  .rihelp_chat_button p {
    color: #BF0000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  
  /* ãƒ¢ãƒã‚¤ãƒ«ãƒãƒŠãƒ¼ */
  .pc_banner {display:block !important;}
  .sp_banner {display:none !important;}
  
  .mobile-banner-link {
      display: block;
      width: 100%;
  }
  .pc_banner .mobile-banner-link p {
      width: 100%;
      height: 50px;
      text-align: center;
      background-color: #ff008c;
  }
  .pc_banner .mobile-banner-link p img {
      height: 50px;
      min-width: 1440px;
  }
  .sp_banner .mobile-banner-link p {
      margin: 0;
      text-align: center;
      background-color: #ff008c;
  }
  .sp_banner .mobile-banner-link p img {
      width: 100%;
      display: block;
  }
      
  /* spãƒšãƒ¼ã‚¸èª˜å°Ž */
  .sp_banner_link {
    display: none;
  }
  
  @media screen and (max-width: 47.9375em) {
      .pc_banner {display:none !important;}
      .sp_banner {display:block !important;}
      
    #chat-icon {
      bottom: 40px;
    }
    .sp_banner_link {
      display: block;
    }
    .rihelp_chat_button {
      display: flex!important;
      align-items: center;
      justify-content: space-around;
    }
    /* SPãƒšãƒ¼ã‚¸é·ç§»ãƒœã‚¿ãƒ³ */
    .sp_transition_btn {
      display: flex!important;
      align-items: center;
      bottom: 96px;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      border: 1px solid #BF0000;
      border-radius: 48px;
      background-color: #BF0000;
      color: #fff;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.20);
      padding: 0 18px 0;
      position: fixed;
      transition: width 0.3s ease-out;
      height: 48px;
      width: 225px;
      cursor: pointer;
      z-index: 100;
      gap: 8px;
    }
    .sp_btn_text {
      color: #fff;
    }    
  }
  @media screen and ( max-width:768px) {
    /*ã€€ç”»é¢ã‚µã‚¤ã‚ºãŒ768pxã¾ã§ã¯ã“ã“ã‚’èª­ã¿è¾¼ã‚€ã€€*/
    /*
    #chat-icon {
      bottom: 40px;
    }
    .sp_banner_link {
      display: block;
    }
    .rihelp_chat_button {
      display: flex!important;
      align-items: center;
      justify-content: space-around;
    }
    */
    /* SPãƒšãƒ¼ã‚¸é·ç§»ãƒœã‚¿ãƒ³ */
    /*
    .sp_transition_btn {
      display: flex!important;
      align-items: center;
      bottom: 96px;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      border: 1px solid #BF0000;
      border-radius: 48px;
      background-color: #BF0000;
      color: #fff;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.20);
      padding: 0 18px 0;
      position: fixed;
      transition: width 0.3s ease-out;
      height: 48px;
      width: 225px;
      cursor: pointer;
      z-index: 100;
      gap: 8px;
    }
    .sp_btn_text {
      color: #fff;
    }    
    */
  }
  /* footeré–¢é€£ */
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.03);
  }
  .footer p {
    text-align: center;
    color: #717171;
    font-size: 11px;
  }
  .footer_contents_item {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-content: center;
    text-align: center;
    margin: 0 auto 24px;
  }
  .footer_contents_item p{
    text-align: center;
  }
  .footer_contents_item p a{
    display: block;
    text-decoration: underline;
    font-size: 12px;
    color: #717171;
  }
  .footer_contents_item p a:active{
    background: rgba(0, 0, 0, 0.08);
  }
  .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {

    border: none;
  
  }</pre></body></html>