@charset "UTF-8";

/*古いcssの読み込み*/
@import "/hc/theming_assets/01KBKW878D479EANBDADE3C96K";
@import "/hc/theming_assets/01KBKW874Z7RXKQYDRG9NNT0KR";
@import "/hc/theming_assets/01KBKW8782T6JR3JP3KJN85WG2";

/********************
new theme class
************************/
.profile-articles>.profile-contribution::before,
.profile-activity-list>li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts>.profile-contribution::before,
.profile-activity-list>li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments>.profile-contribution::before,
.profile-activity-list>li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

.pagination .pagination-last a,
.pagination .pagination-next a {
  font-size: 2em;
  vertical-align: middle;
  padding: 0;
  line-height: 0.9em;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #536369;
  text-decoration: none;
}

.pagination a,
.pagination span {
  font-size: 15px;
  color: #84979e;
  padding: 10px 12px;
}

@media (min-width: 768px) {

  .pagination a,
  .pagination span {
    font-size: 13px;
    padding: 5px 2px;
  }
}

.pagination-current {
  background-color: #20aee5;
}

.pagination-current a,
.pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}




.pagination .pagination-first a,
.pagination .pagination-prev a {
  font-size: 2em;
  vertical-align: middle;
  padding: 0;
}

.pagination .pagination-first a,
.pagination .pagination-prev a,
.pagination .pagination-last a,
.pagination .pagination-next a {
  font-size: 2em;
  vertical-align: top;
  padding: 0;
  line-height: 23px;
}

@media screen and (max-width: 768px) and (min-width: 0px) {

  .pagination ul li.pagination-last a,
  .pagination ul li.pagination-next a {
    line-height: 35px;
  }

  .pagination ul li.pagination-first a,
  .pagination ul li.pagination-prev a {
    line-height: 36px;
  }
}

@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .pagination .pagination-first a,
  *::-ms-backdrop,
  .pagination .pagination-prev a,
  *::-ms-backdrop,
  .pagination .pagination-last a,
  *::-ms-backdrop,
  .pagination .pagination-next a,
  {
  line-height: 30px;
}

/* IE11 */
}

@media all and (-ms-high-contrast:none) {

  .pagination .pagination-first a,
  .pagination .pagination-prev a,
  .pagination .pagination-last a,
  .pagination .pagination-next a {
    line-height: 30px;
  }

  /* IE10 */
}

.container .article-content .article-body img {
  display: inline-block;
  vertical-align: middle;
}

span.wysiwyg-color-orange {
  margin: 20px 0;
  display: block;
}

.rc_AAQButtonTest160913 input[type="submit"],
input[type="button"],
button {
  width: inherit;
  max-width: inherit;
  padding: 10px 40px;
}

.arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p.alert {
  font-size: 1em;
  padding: 12px 14px;
}

.article-body code {
  border: none;
}

.arg_article_content_box table.table2 td:first-child {
  width: 20%;
  background-color: #e7e7e7;
  font-weight: 900;
}

/****
SP検索文字数
***/
@media screen and (max-width:768px) and (min-width:0) {
  div.search-result-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

/******************
new arg class
*******************/
/******************
reset
*******************/

body,
html {
  height: 100%;
  /* overflow-x: hidden; */
  -webkit-overflow-scrolling: touch;
  position: relative;

}

main {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;

}

@media all and (-ms-high-contrast:none) {
  /*    main{
display:inline-table;
}*/
  /* IE11 */
}

.search-results {
  display: block;
  margin-bottom: 100px;
}

.arg_footer {
  position: relative;
  width: 100%;
  bottom: 0;
}

.arg_container .article {
  background-color: #fff;
  padding: 0 0 0 1%;
}

.arg_container {
  min-width: 320px;
}

.arg_container a {
  color: #0892c7;
}

.arg_article_content_box big {
  font-weight: 900;
  font-size: 1em;
}

.arg_container a:hover,
.arg_container a:visited,
.arg_container a:active {
  color: #0892c7;
  opacity: 0.6;
  text-decoration: none !important;
}

.arg_container.container .article-content .article-body .arg_img_btn a[target="_blank"] {
  background-image: none;
  display: block;
}

.arg_container.container .article-content .article-body .arg_down_btn a[target="_blank"] {
  background-image: none;
  display: block;
  width: 20%;
}

.arg_container.container .article-content .article-body .arg_down_btn a[target="_blank"] img {
  width: 100%;
}

.arg_container.container .article-body a[target="_blank"].arg_btn {
  margin-right: auto;
  padding-right: 2.5em;
  background-image: none;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.arg_container.container .article-content .article-body ul li {
  list-style-type: none;
  padding-left: 0;
  text-indent: inherit;
}

.arg_container.container .article-content .article-body .link a {
  font-size: 1em;
  padding-left: 20px;
  padding-right: 0px;
  margin-left: 20px;
}

.arg_container.container .article-content .article-body p {
  margin-bottom: 0;
}

/*******************
new header
********************/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  min-width: 320px;
}

.logo {
  width: 189px;
  display: inline-block;
  vertical-align: middle;
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  color: #000;
}

.logo a:hover,
.logo a:visited,
.logo a:link {
  color: #000;
  text-decoration: none;
}

.logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}

.logo_txt {
  font-size: 1.8em;
  line-height: 1em;
  margin-left: 10px;
}

.appdl {
  display: inline-block;
  width: 140px;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (max-width: 1024px) {
  .appdl {
    top: 10px;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .appdl {
    width: 105px;
    right: 10px;
    top: 15px;
  }

  .appdl img {
    width: 105px;
  }
}

/****************
search 検索
*****************/
.arg_search_box {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
}

@media screen and (max-width : 1366px) {
  .arg_search_box {}
}

@media screen and (orientation : landscape) {
  .arg_search_box {
    max-width: 500px;
  }
}

.hero-inner,
.search_word {
  display: inline-block;
  vertical-align: top;
}

.search_word {
  width: 46%;
}

.arg_search .hero-inner {
  margin: inherit;
  width: 100%;
  top: 0%;
  transform: inherit;
}

.arg_search .search::before {
  right: 21px;
  color: #505050;
  left: initial;
  background: none;
}

.arg_search .search-full input[type="search"] {
  border: 3px solid #dddddd;
  border-radius: 0;
  height: 40px;
  padding-left: 15px;
}

.arg_search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: transparent;
  min-width: 20px;
  height: 39px;
  width: 20px;
}

.search_word,
.arg-list,
.search_words {
  display: inline-block;
  vertical-align: top;
}

.search_word {
  width: 53%;
  position: relative;
  top: 0%;
  transform: inherit;
  padding-left: 2em;
  text-align: right;
}

.search_words {
  text-align: center;
}

.arg_search .arg-list {
  padding: 10px 0;
}

.arg_container .arg-list-item a {
  color: #20aee5;
  font-weight: 900;
  font-size: 1.1em;
  border: 1px solid #20aee5;
  border-radius: 2em;
  padding: 10px 24px;
  font-size: 0.9em;
}

.arg-list-item {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.arg_alert_tag {
  width: 64px;
}

@media screen and (max-width: 1024px) and (min-width:0px) {
  .arg_search_box {
    max-width: 500px;
  }
}

@media screen and (max-width: 900px) and (min-width:0px) {
  .arg_search_box {
    width: 100%;
    padding: 0 1.6%;
    margin-top: 15px;
    margin-bottom: 1%;
    max-width: inherit;
  }
}

@media screen and (max-width: 320px) and (min-width:0px) {
  .arg_search input[type="submit"] {
    width: 20px;
  }

  .search::before {
    top: 50%;
  }
}

.arg_bg {
  padding-top: 0.8%;
  padding-bottom: 0.8%;
}

.arg_new_bg {
  padding-top: 1%;
  padding-bottom: 1%;
}

.arg_content {
  padding: 0 10px;
}

.arg_content .blocks-item a {
  font-weight: 900;
}

.arg_container .arg_content .blocks-item a:hover,
.search_word .blocks-item a:hover,
.search_word .blocks-item a:link,
.search_word .blocks-item a:visited {
  text-decoration: none;
  color: #20aee5;
}

.arg_container .arg_content .blocks-item a:hover,
.search_word .blocks-item:hover,
.search_word .blocks-item:focus,
.search_word .blocks-item:active {
  background-color: inherit;
}

/********************
お問い合わせbtn
**********************/
.agr_contact_btn {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

/********************
初めての方btn
**********************/

.arg_content .arg_category,
.arg_category a {
  border: none;
}

.arg_first-item-description {
  background-color: #ffffff;
  display: block;
  border-radius: 8px;
  border: 1px solid #dddddd;
  color: #343434;
  padding: 13px 0;
}

.arg_container .arg_first-item-description:hover,
.arg_container .arg_category_link:hover {
  background-color: #ededed;
}

.arg_first_text {
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 5px;
}

.arg_first_subtext {
  color: #b3b3b3;
  line-height: 1.3em;
  font-size: 0.9em;
  width: 94%;
  margin: 8px auto;
  min-width: 231px;
}

.arg_container p.arg_first_btn {
  padding: 10px;
  color: #ffffff;
  text-align: center;
  width: 80%;
  background-color: #20aee5;
  border: 1px solid #6da7be;
  border-radius: 3px;
  margin: 12px auto;
  max-width: 240px;
}

.arg_container p.arg_first_btn:hover {
  background-color: #62c3e9;
}


.arg_first_icon img {
  width: 100%;
}

.arg_first_icon {
  margin-right: auto;
  margin-left: auto;
  display: table;
  width: 140px;
}

.arg_keigen_icon {
  width: 113px;
}

.blocks-item-description:not(:empty) {
  margin: 0;
}


.arg_first-item,
.arg_category .arg_category_item {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  padding: 0 4px;
}

.arg_first {
  padding-top: 8px;
}

@media screen and (max-width : 1024px) and(min-width : 0px) {
  .arg_content .arg_first {
    padding-top: 0;
  }
}

/*******
ipad 横
*****/
@media screen and (max-width : 1024px) and(min-width : 769px) {
  .arg_container p.arg_first_btn.arg_sp_hidden {
    display: none !important;
  }

  .arg_first_text_box {
    width: 83%;
  }

  .arg_first_subtext {
    font-size: 0.9em;
  }

  .arg_first div.arg_first-item-description {
    padding: 13px 0px;
    min-height: 110px;
  }

  .arg_first_text_box {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .arg_first_subtext {
    width: 95%;
  }

}

/*******
ipad 縦
*****/
/* add mozilla用 */
.arg_first-list,
.arg_category_list,
.arg_f_banner .blocks-list {
  letter-spacing: -0.4em;
}

.arg_first-list>li,
.arg_category_list>li,
.arg_f_banner .blocks-list>li {
  letter-spacing: normal;
}

@media screen and (max-width : 768px) and(min-width : 569px) {
  .arg_first-list .arg_first_icon.arg_keigen_icon {
    width: 115px;
  }

  .arg_container p.arg_first_btn.arg_sp_hidden {
    display: none !important;
  }

  .arg_first-item p.arg_first_subtext {
    font-size: 0.8em;
    width: 100%;
    min-width: inherit;
  }

  .arg_first-item div.arg_first-item-description {
    padding: 13px 0px;
  }

  .arg_first-item p.arg_first_text_box {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-width: inherit;
    display: inline-block;
  }
}

/*****
iphone5横
*****/
@media screen and (max-width: 568px) and (max-width: 320px) {

  /******
初めての方btn
*****/
  .arg_content .arg_first_icon,
  .arg_content .arg_first_text_box {
    display: inline-block;
    vertical-align: middle;
  }

  @media screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
    .arg_first_icon:not(:target) {
      width: 60%\9;
      /* IE10（\9なしでIE11にも適用） */
    }
  }
}

/*****
iphone6横
*****/
@media screen and (max-width: 667px) and (max-width: 375px)and(orientation:landscape) {
  .arg_first_text_box .arg_first_subtext {
    font-size: 0.7em;
    min-width: inherit;
  }

  .arg_first_icon,
  .arg_first_text_box {
    display: inline-block;
    vertical-align: middle;
  }
}

/*****
iphone5横 iphone5s
*****/
@media screen and (max-width: 568px) and(orientation:landscape) {
  .arg_first-item.arg_row_4.arg_row_xs_12 {
    width: 33.3333%;
  }

  .arg_first_text_box p.arg_first_subtext {
    font-size: 0.65em;
  }

  .arg_first_text_box p.arg_first_text {
    font-size: 1.1em;
  }

  .arg_content .arg_keigen_icon {
    width: 115px;
  }

  .search::before {
    top: 12px;
  }

  .arg_content .arg_first_text {
    font-size: 1.1em;
  }

  .arg_content div.arg_first_text_box {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    min-width: inherit;
    vertical-align: middle;
    width: 98%;
  }

  .arg_content .arg_first_subtext {
    font-size: 0.6em;
    width: 100%;
    margin: 4px auto;
    min-width: inherit;
  }

}

@media screen and (max-width:768px)and (min-width:0px) {
  .arg_category-content div.section-tree {
    display: block;
  }
}

@media screen and (max-width:768px)and (min-width:0px) {

  .arg_first-item,
  .arg_category .arg_category_item {
    padding: 0 4px;
    margin-top: 0.5em;
  }

  .arg_category_link .arg_category_icon {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .arg_category_link .arg_category_icon :not(:target) {
    width: 23%\9;
    /* IE9,10 */
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  @media all and (-ms-high-contrast: none) {
    .arg_category_link .arg_category_icon:not(:target) {
      width: 23%;
      /* IE10以上 */
      margin-right: auto;
      margin-left: auto;
      display: block;
    }
  }

  .arg_category_link .arg_category_text_box {
    width: 100%;
  }

  .arg_category_item a.arg_category_link {
    padding: 7px;
  }

  .arg_category_text_box .arg_category_text {
    font-size: 0.85em;
    text-align: center;
  }

  .arg_category_text_box .arg_category_subtext {
    font-size: 0.7em;
    text-align: center;
  }

  .arg_first-list .arg_first-item:last-child {
    margin-bottom: 0;
  }

  .arg_more {
    font-size: 0.9em;
  }
}

/*********
ff
********/
.arg_content .arg_row_4,
x:-moz-any-link,
x:default {
  width: 32.95%;
}

@media screen and(max-width:850px) and(min-width:0px) {

  .arg_content .arg_row_4,
  x:-moz-any-link,
  x:default {
    width: 32.8%;
  }
}

/********カテゴリー*********/
.arg_category .arg_category_item {
  text-align: left;
  margin-top: 7px;
}

.arg_category_icon,
.arg_category_text_box {
  display: inline-block;
  vertical-align: middle;
}

.arg_category_icon {
  width: 30%;
}

.arg_category_icon img {
  width: 100%;
  max-height: 93px;
}

.arg_category_text_box {
  width: 67%;
}

.arg_category_text {
  color: #626262;
  font-weight: 900;
  font-size: 1em;
}

.arg_category_subtext {
  color: #b3b3b3;
  line-height: 1.3em;
  font-size: 0.95em;
}

.arg_category .arg_category_link {
  background-color: #fff;
  display: block;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 14px;

}

/*********
エラーページ
**********/
.arg_error_content {
  margin-top: 70px;
  width: 700px;
  text-align: center;
}

.arg_error_content h1 {
  min-height: inherit;
  line-height: 1.2em;
  font-weight: 900;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.arg_error_content p {
  font-size: 1.2em;
}

.arg_container .arg_error_container a,
.arg_container .arg_error_container a:link,
.arg_container .arg_error_container a:hover,
.arg_container .arg_error_container a:visited {
  margin-top: 20px;
  font-size: 1.2em;
  color: #0090B1;
  /*text-decoration: underline;*/
  cursor: pointer;
  display: block;
}

@media screen and (max-width:900px) and (min-width:0) {
  .arg_error_content {
    width: 100%;
  }
}

/*******footer****/
.arg_footer {
  margin-top: 0;
  padding: 30px 0 0 0;
}

.arg_footer .arg_f_banner {
  min-width: 762px;
  margin-bottom: 1.5%;
}

.footer-inner .arg_f_banner li {
  padding: 0 10px;
}

.arg_footer ul li {
  border: none;
  padding: 0 10px;
  margin: 0;
}

.arg_footer .arg_f_banner ul .blocks-item {
  line-height: 1.3em;
}

.footer_nav.arg_sp_hidden .footer_nav {
  margin-top: 4%;
}

.arg_footer .footer_nav ul li {
  margin-left: 0;
  text-align: right;
  line-height: 4em;
}

.arg_footer .footer_nav ul li a {
  font-size: 0.9em;
}

.arg_f_banner img {
  width: 100%;
}

.footer_nav {
  background-color: #727b7f;
  padding: 1.5% 0;
}

.footer_nav a {
  color: #fff;
}

.arg_footer li:hover {
  background-color: none;
}

.arg_footer .blocks-list {
  width: 100%;
}

.arg_footer .arg_f_banner .blocks-list {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:1024px) and (min-width:0px) {
  .arg_footer .arg_f_banner .blocks-list {
    width: 100%;
  }
}

.arg_footer li.blocks-item:hover,
.arg_footer li.blocks-item:focus,
.arg_footer li.blocks-item:active,
.arg_footer li.blocks-item:visited {
  background-color: transparent;
}

.footer_nav.arg_sp_hidden .arg_row_9 {
  position: relative;
}

.arg_footer_link li {
  width: 110px;
  display: table-cell;
}

.arg_footer_link {
  position: absolute;
  right: 0;
}

.arg_footer_link li:nth-child(2) {
  width: 162px;
}

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  width: 100%;
}

.recru_link {
  margin-top: 6px;
  font-size: 10px;
  text-decoration: underline;
}

.copyright,
.copyright a {
  display: block;
}

.footer .pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 1;
}

.footer .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #20AEE5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  line-height: 50px;
}

/*****ipad****/
@media screen and(min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .arg_footer {
    padding-top: 0;
  }

  .footer-inner {
    padding: 0;
  }

  .arg_footer .arg_f_banner {
    padding: 2% 3% 1%;
    min-width: inherit;
  }

  .arg_f_banner .blocks-item {
    width: 33.33333333%;
    text-align: left;
    padding: 8px 0 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:776px) and (min-width:734px) {
  .arg_footer .arg_f_banner {
    width: 95%;
  }

  .arg_footer .footer-inner .arg_f_banner {
    width: 33.33333333%;
  }
}

@media screen and (max-width:1024px) and (min-width:376px) {
  .arg_footer .footer-inner .arg_f_banner {
    width: 33.33333333%;
  }
}

@media screen and (max-width:1024px) and (min-width:0px) {

  /*****
FOOTER
****/
  .arg_footer .footer_nav.arg_sp_visible ul li {
    margin-left: 0;
    line-height: 1.3em;
    padding: 14px;
    border-bottom: 1px solid #ababab;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
  }

  .arg_footer {
    padding-top: 0;
    margin-top: 2em;
  }

  .arg_sp_visible .footer-inner {
    display: block;
    padding: 0;
    margin: 0;
  }

  .arg_footer .arg_f_banner {
    width: 100%;
    padding: 2% 3%;
    min-width: inherit;
    margin-bottom: 0;
  }

  .arg_f_banner .blocks-item {
    text-align: left;
    padding: 8px;
    margin-bottom: 0;
  }

  .arg_sp_visible .blocks-item {
    border-bottom: 1px solid #ababab;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px;
    display: inline-block;
    text-align: left;
    line-height: 1em;
  }

  .copyright {
    padding: 8px 18px;
  }
}

/**********よくある質問***************/
.arg_container ul.arg_faq {
  margin-top: 2%;
}

@media screen and (max-width:1024px) and (min-width:0px) {
  .arg_container ul.arg_faq {
    margin-top: 1%;
    margin-bottom: 1%;
  }
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox {
  margin-top: 40px;
  margin-left: 0;
  padding-left: 0;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li {
  margin: 33px auto 20px auto;
  padding-left: 35px;
  position: relative;
  line-height: 1.6;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li.arg_faq_q {
  font-size: 1.2rem;
  font-weight: 900;
  padding-right: 1.2em;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li.arg_faq_a+li.arg_faq_q,
.arg_container.container .article-content .article-body ul.arg_faq_listbox+ul.arg_faq_listbox {
  border-top: 1px dashed #dddddd;
  margin-top: 20px;
  padding-top: 40px;
  margin-bottom: 38px;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox+ul.arg_faq_listbox {
  margin-top: 0;
  padding-top: 0;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li p,
.arg_container.container .article-content .article-body ul.arg_faq_listbox li div {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.arg_faq_q::before,
.arg_faq_a:before {
  content: "";
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
}

.arg_faq_q::before {
  content: "Q.";
  color: #20AEE5;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li.arg_faq_a+li.arg_faq_q::before {
  top: 40px;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li.arg_faq_a+li.arg_faq_q::after {
  top: 44px;
}

.arg_container.container .article-content .article-body ul.arg_faq_listbox li.arg_faq_a+li.arg_faq_q.up::after {
  top: 51px;
}

.arg_faq_a::before {
  content: "A.";
  color: #FB6E3B;
}

.arg_faq_tit h2 {
  vertical-align: middle;
  font-weight: 600;
  color: #555555;
}

.arg_faq_tit {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 7px;
  margin-bottom: 4px;
}

.arg_faq li a {
  display: inline-block;
  vertical-align: middle;
  color: #0070c0;
}

.arg_container .arg_faq li a:link,
.arg_container .arg_faq li a:visited,
.arg_container .arg_faq li a:active {
  color: #0070c0;
}

.arg_faq li a:hover {
  /*text-decoration: underline;*/
  color: #0070c0;
}

.arg_faq li {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 49%;
  padding: 12px 0;
}

@media screen and (max-width:768px) and (min-width:0px) {
  .arg_container.container .article-content .article-body ul.arg_faq_listbox {
    padding-left: 0;
    margin-left: 12px;
  }

  ul.arg_faq_listbox li.arg_faq_a div,
  ul.arg_faq_listbox li.arg_faq_q div {
    width: 84%;
    font-size: 1.15em;
  }
}

/*****
ipad
****/
@media screen and (max-device-width : 1024px) and(min-device-width : 768px) {

  ul.arg_faq_listbox li.arg_faq_a div,
  ul.arg_faq_listbox li.arg_faq_q div {
    width: 94%;
  }
}

.arg_faq_content {
  padding: 0 15px 30px;
}

.arg_more {
  width: 25%;
  text-align: right;
  line-height: 2em;
  font-size: 0.9em;
}

/* 
.arg_arrow_blue:before{
  content: "";
  background-image: url("//theme.zdassets.com/theme_assets/532076/7b99967a057268dffc433a634a9f7047f2bc4bd7.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 9px;
  background-size: 9px;
}
.arg_big_arrow_blue_down:before{
  content: "";
  background-image: url(/hc/theming_assets/01J03A5TMEQ9TNXGRM0GAA8DY0);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 16px;
  background-size: 30px;
}
.arg_big_arrow_blue_left:before{
  content: "";
  background-image: url(/hc/theming_assets/01J03A7JBWYC1B7JJVF7TAA15D);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 16px;
  background-size: 30px;
}
.arg_big_arrow_blue_right:before{
  content: "";
  background-image: url(/hc/theming_assets/01J03A8ZVPH0ESTF7B2B45WB80);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 16px;
  background-size: 30px;
} */


/************
パンくず
*************/
.arg_brandcrums {
  margin-bottom: 10px;
  padding: 18px 0;
  min-height: inherit;
}

.arg_container .breadcrumbs li a,
.arg_container .breadcrumbs li a:hover,
.arg_container .breadcrumbs li a:visited,
.arg_container .breadcrumbs li a:active {
  color: #8b8b8b;
  text-decoration: none;
}

.arg_container .breadcrumbs li:last-child a,
.arg_container .breadcrumbs li:last-child {
  color: #21aee5;
  font-size: 1em;
  font-weight: 600;
}

.arg_container .breadcrumbs li+li:before {
  color: #8b8b8b;
  font-weight: 100;
}

.arg_container .breadcrumbs li {
  vertical-align: middle;
}

@media (max-width: 900px) and (min-width: 0px) {
  .arg_brandcrums {
    margin-bottom: -2px;
    padding-top: 9px;

  }
}

/*******
記事
******/
.arg_container_article .article-container .arg_article_content_box.article {
  flex: 1 0 50%;
  width: 50%;
  margin: 0 auto;
  margin-right: 20px;
}

.arg_container.container .article-content .article-body .arg_article_box p {
  margin-bottom: 0;
}

.article.arg_article_content_box a {
  /*text-decoration: underline;*/
}

.article.arg_article_content_box a:hover {
  -webkit-transition: .3s;
}

.arg_container .article-header h1.article-title {
  background-size: 30px;
  background-position: 0 1%;
  min-height: inherit;
  line-height: 1.2em;
  padding-left: 44px;
  font-weight: 900;
  width: 100%;
  padding-bottom: 12px;

}

.article-title h1 {
  border-bottom: 1px solid #dddddd;
}

/* 
.arg_title_icon:before{
  content: "";
  background-image: url(/hc/theming_assets/01KBKW822J0EX385MVY4PX1H3D);
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: 0;
  display: inline-block;
  height: 25px;
  width: 27px;
  vertical-align: middle;
}
*/

@media (min-width: 768px) {

  _:-ms-fullscreen,
  :root h1.article-title {
    flex-basis: 94%;
  }
}

@media screen and (min-width :768px\0) {
  h1.article-title {
    flex-basis: 94%\0;
  }
}

@media (max-width: 1024px) and (min-width: 0px) {

  .arg_container .article-container.arg_related_article .recent-articles,
  .arg_container .article-container.arg_related_article .related-articles {
    width: 100%;
    display: block;
  }
}

@media (max-width: 864px) and (min-width: 0px) {
  .arg_container_article .article-container .arg_article_content_box.article {
    flex: 1 0 100%;
    width: 100%;
    display: block;
    max-width: inherit;
  }
}

/*************************
記事catgory スライドメニュー
************************/

.article-sidebar.arg_article {
  border-left: 1px solid #ddd;
  padding: 0 0 0 2%;
  flex: 2;
}

.arg_container h3.collapsible-sidebar-title {
  margin-bottom: 5px;
  font-size: 1.4em;
}

.side {
  float: right;
  position: relative;
}

.category .ui-state-active a,
.category .ui-state-active a:link,
.category .ui-state-active a:visited {
  color: #536369;
}

.category .ui-accordion .ui-accordion-content {
  padding: 0em 2.2em;
}

@media (max-width: 900px) and (min-width: 0px) {
  .arg_container .article {
    flex: 1 0 100%;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .arg_container .arg_related_article .article {
    display: block;
  }
}

@media only screen and (min-width:894px) and (max-width:1024px) {
  .article-sidebar.arg_article {
    display: none !important;
  }
}

/*******
ie 11
*****/
@media screen and (min-width : 1300px) {

  _:-ms-fullscreen,
  :root .article-sidebar.arg_article {
    padding-right: 3%;
  }

  _:-ms-fullscreen,
  :root .arg_container .article {
    /*padding: 0 0.3% 0 0;*/
    max-width: 63%;
  }

  _:-ms-fullscreen,
  :root .arg_container .arg_section-container .article {
    padding: 0 0.3% 0 0;
    max-width: 100%;
  }

  _:-ms-fullscreen,
  :root .arg_container .arg_category-content .article {
    padding: 0 0.3% 0 0;
    max-width: 100%;
  }

  _:-ms-fullscreen,
  :root .arg_container .recent-articles {
    width: 100%;
  }
}

@media screen and (max-width : 1300px) and (min-width : 860px) {

  _:-ms-fullscreen,
  :root .arg_container .article {
    padding: 0 0.3% 0 0;
  }

  _:-ms-fullscreen,
  :root .arg_container .arg_related_article .article {
    max-width: inherit;
  }

  _:-ms-fullscreen,
  :root .arg_container.arg_container_article .arg_article_content_box .arg_title.article-header {
    width: 100%;
  }
}

@media screen and (max-width : 1300px\0) and (min-width :860px\0) {
  .article-sidebar.arg_article {
    padding-right: 3%\0;
  }

  .arg_container .article {
    padding: 0 0.3% 0 0\0;
    max-width: 63%\0;
  }

  .arg_container .arg_related_article .article {
    max-width: inherit;
  }

  .arg_container.arg_container_article .arg_article_content_box .arg_title.article-header {
    width: 100%\0;
  }

  .arg_container .category-container .article {
    padding: 0 0.3% 0 0\0;
    max-width: 100%\0;
  }

  .arg_container .section-container .article {
    padding: 0 0.3% 0 0\0;
    max-width: 100%\0;
  }
}

@media screen and (min-width : 1300px\0) {
  .article-sidebar.arg_article {
    padding-right: 3%\0;
  }

  .arg_container .article {
    /*padding: 0 0.3% 0 0\0;*/
    max-width: 63%\0;
  }

  .arg_container .category-container .article {
    padding: 0 0.3% 0 0\0;
    max-width: 100%\0;
  }

  .arg_container .section-container .article {
    padding: 0 0.3% 0 0\0;
    max-width: 100%\0;
  }

  .arg_container .recent-articles {
    width: 100%\0;
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  .article-sidebar.arg_article {
    display: none !important;
  }
}

.arg_container .article-container {
  position: relative;
  background-color: #fff;
  flex-direction: row;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row;
  /*--- safari（PC）用 ---*/
  flex-direction: row;
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row;
  /*--- safari（PC）用 ---*/
  flex-direction: row;
}

.arg_category-tree h2 a {
  font-weight: 900;
}

.arg_category-tree .category section:last-child {
  margin-bottom: 6px;
}

.arg_category-tree a {
  font-weight: 300;
  display: block;
  padding: 8px 10px;
  font-size: 0.8em;
  white-space: pre-wrap;
  overflow: hidden;
  width: 100%;
}

.arg_container .nav_on a:hover,
.arg_container .nav_on a:link,
.arg_container .nav_on a:visited,
.arg_container .nav_on a:active,
.arg_container .nav_on a {
  font-weight: 900;
  color: #fff;
  background-color: #21aee5;
}

.toggle {
  display: none;
}

.arg_article {
  flex: 0 0 29%;
  position: relative;
}

.arg_container .sidenav-item {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 1.1em;
  padding: 13px 0;
}

.arg_container .sidenav-item:before {
  //  content: "・";
  padding-right: 8px;
  text-decoration: none;
}

.arg_container .sidenav-item:hover {
  color: #536369;
  font-weight: 900;
  background-color: inherit;
}

.arg_container .sidenav-item.current-article {
  background-color: inherit;
  color: #20aee5 !important;
  text-decoration: none;
}

.section-menu h3 a {
  font-size: 0.87em;
  padding: 10px 12px;
  display: block;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-weight: 100;
  max-width: 210px;
}

.section-menu {
  display: block;
}

.arg_category-tree h2:hover,
.arg_category-tree h3:hover {
  color: #536369;
  font-weight: 900;
  background-color: inherit;
}

.arg_category-tree a:hover {
  color: #536369;
  background-color: inherit;
}

/******
記事タイトル
*******/
.arg_title {
  width: 97%;
}

.arg_title h1,
.arg_article_conteiner .arg_title h1 {
  font-weight: 900;
  color: #536369;
  min-height: 28px;
  line-height: 1.6em;
  font-size: 1.4em;
  background: none;
  padding-left: 0;
}

.arg_article_conteiner .arg_title h1 {
  margin-bottom: 0px;
}

.arg_article_conteiner .arg_title {
  margin-left: -40px;
}

.arg_article_content {
  color: #536369;
}

.arg_article_content h2,
.arg_article_content h3,
.arg_article_content h4,
.arg_article_content h5,
{
margin: auto;
padding: 0;
border: none;
line-height: 1.3em;
background-image: none;
}

.arg_article_content h3.arg_icon_square:before,
.arg_article_content h4.arg_icon_square:before {
  content: "■";
  font-size: 1.2em;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

/*******
目次
*******/

.arg_container.container .article-content .article-body .arg_index ul li {
  text-decoration: none;
}

.arg_container.container .article-content .article-body .arg_index ul li:before {
  content: "・";
  color: #0090B1;
}

.arg_container.container .article-content .article-body .arg_index ul {
  margin-left: 0;
  margin-top: 9px;
  margin-bottom: 0;
}

.arg_container.container .article-content .article-body .arg_index li {
  padding: 5px 0 5px 20px;
  margin-top: 0;
  text-indent: -15px;
}

.arg_container .arg_index ul li a,
.arg_container .arg_index ul li a:hover,
.arg_container .arg_index ul li a:active,
.arg_container .arg_index ul li a:visited,
.arg_container .arg_index ul li a:link {
  font-weight: 900;
}

.arg_container.container .article-content .article-body .arg_index h3,
.arg_container.container .article-content .article-body .arg_step_index h3 {
  margin: 0;
  line-height: 1.3em;
  border: none;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.arg_index,
.arg_step_index {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 25px 16px;
  width: 100%;
}

.arg_step_index {
  border-top: none;
}

.arg_step_index a {
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 0 10px;
  font-size: 0.9em;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 36px;
}

.arg_step_index p {
  color: transparent;
  text-indent: -9999999px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
  height: 0;
  width: 0;
}

.arg_step_index_five .arg_row .arg_row_3 {
  width: 20%;
}

.arg_step_index_six .arg_row .arg_row_3 {
  width: 16.6%;
}

.arg_step_index_four .arg_row,
.arg_step_index_three .arg_row,
.arg_step_index_two .arg_row,
.arg_step_index_one .arg_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.arg_step_index_border_r {
  position: absolute;
  width: 50%;
  top: 21px;
  bottom: 0;
  z-index: 66;
  right: 0;
}

.arg_step_index_border_l {
  position: absolute;
  width: 50%;
  top: 21px;
  bottom: 0;
  z-index: 66;
  left: 0;
}

.arg_step_index_border {
  position: absolute;
  width: 100%;
  top: 21px;
  bottom: 0;
  z-index: 66;
}

.arg_step_index li {
  position: relative;
}

.article-body .arg_step_index li,
.article-body .arg_step_index ul {
  padding-left: 0;
  margin-top: 0px;
}

.arg_question:before {
  content: "Q.";
  font-size: 1.6em;
  color: #20AEE5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.arg_container.container .arg_article_content_box .arg_kome,
.arg_container.container .arg_article_content_box p.arg_kome,
.arg_container.container .arg_article_content_box div.arg_kome {
  font-size: 1em;
}

.arg_kome:before {
  content: "※";
  font-size: 1em;
  margin-right: 4px;
}

.arg_step_index_num {
  text-align: center;
  width: 100%;
  position: relative;
}

.arg_step_link {
  line-height: .9em;
  margin-top: 4px;
}

.arg_step_index_txt,
p.arg_step_index_txt {
  font-weight: bold;
  line-height: 1.3em;
  max-width: 150px;
  margin: 15px auto 0;
  padding: 0;
  text-align: center;
  display: block;
}

.arg_step_index_border:before,
.arg_step_index_border_r:before,
.arg_step_index_border_l:before {
  content: "";
  border-top: 3px solid #20AEE5;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0;
}

/**********
カテゴリーページ,セッションページ
**********/
.arg_container.arg_container_category .article-list-item a:link,
.arg_container.arg_container_category .article-list-item a:active,
.arg_container.arg_container_category .article-list-item a:visited,
.arg_container .arg_section-container .article-list-item a:link,
.arg_container .arg_section-container .article-list-item a:active,
.arg_container .arg_section-container .article-list-item a:visited {
  color: #0892c7;
}

.arg_container.arg_container_category .article-list-item a:hover,
.arg_container .arg_section-container .article-list-item a:hover {
  color: #0892c7;
  /*text-decoration: underline;*/
}

.arg_container .arg_category-content,
.arg_container .arg_section-container {
  flex: 0 0 100%;
  /*padding: 0;*/
  min-height: 400px;
}

h1.section-tree-title,
h3.section-tree-title {
  font-weight: normal;
  color: #555;
  min-height: 28px;
  background-size: 28px 26px;
  line-height: 1.6em;
  font-size: 1.6em;
  background-position: 0 50%;
}

@media screen and(min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

  .arg_container .arg_category-content .article,
  .arg_container .arg_section-container .article {
    min-height: 600px;
  }

  .arg_container .arg_article_content_box .arg_title h1.article-title {
    background-position: 0 8%;
  }
}

.arg_category-content .section-tree-title,
.arg_container_section h1.section-tree-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.arg_category-content .section-tree-title a {
  display: inline-block;
  /*width: 88%;*/
  vertical-align: middle;
  color: #383838;
  text-decoration: none;
}

.arg_category-content .section-tree-title a:hover {
  /*text-decoration: underline;*/
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .arg_category-content .section-tree-title a:not(:target) {
    width: 88%\9;
  }
}

.arg_category-content .section-tree-title {
  min-height: 28px;
  background-size: 28px 26px;
  line-height: 1.3em;
  font-size: 1.6em;
  background-position: 0 50%;
  margin-bottom: 10px;
  text-align: left;
}

.arg_category-content .article-list-item {
  border: none;
  padding: 0;
}

.arg_section-container .article-list-item {
  border: none;
}

.section-tree .see-all-articles {
  font-size: 0.8em;
}

.section-tree .see-all-articles:hover {
  text-decoration: underline;
}

/*****
ipad
****/
@media screen and (max-device-width : 1024px) and(min-device-width : 768px) {

  .arg_container .arg_category-content,
  .arg_container .arg_section-container {
    min-height: inherit;
  }
}

@media screen and (max-width: 900px) and (min-width:0px) {

  .arg_container.arg_container_category .arg_container_category article,
  .arg_container.arg_container_category .arg_container_section article {
    max-width: 70%;
  }

  .arg_container.arg_container_category .category-container {
    display: block;
  }

  .arg_container.arg_container_category .arg_category-content {
    display: block;
  }

  .arg_container.arg_container_section .section-container.arg_section-container {
    display: block;
  }

  .arg_container.arg_container_category .article-sidebar.arg_article {
    display: block;
    flex: 0;
  }

  .arg_container.arg_container_section .article-sidebar.arg_article {
    display: block;
    flex: 0;
  }

  .arg_container.arg_container_category .category-container .article {
    min-height: 300px;
    max-width: 100%;
  }

  .arg_container.arg_container_section .article {
    min-height: 300px;
    max-width: 100%;
  }

  .arg_container.arg_container_category .category-container {
    display: block;
  }

  .arg_container.arg_container_category .section-tree .section {
    flex: 1 0 100%;
    padding-right: 0;
  }

  .arg_container.arg_container_category .section-tree .section a {
    width: 89%;
    font-size: 0.95em;
    line-height: 1.3em;
  }

  .arg_container.arg_container_category .section-tree-title:before {
    background-size: 21px 20px;
    height: 24px;
    width: 26px;
  }

  .arg_container.arg_container_section .section-tree-title:before {
    background-size: 25px 23px;
    height: 24px;
    width: 30px;
  }
}

@media screen and (max-width: 768px)and(min-width: 0px) {
  .arg_category-content .section-tree {
    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arg_container.arg_container_category .article,
  .arg_container.arg_container_section .article {
    min-width: inherit;
    max-width: 100%;
    flex: 1 0 100%;
  }

  .arg_container.arg_container_category .section-tree .section {
    flex: 1 0 100%;
  }

  .arg_container.arg_container_category .section-tree .section a {
    width: 86%;
  }

}

/*********
記事
***********/
.arg_article_content p {
  margin-bottom: initial;
  font-size: inherit;
}

.arg_article_conteiner {
  margin: 0;
  padding: 0;
  min-height: 500px;
}

.arg_article_content_box {
  padding: 0 24px;
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}

.arg_article_content_box .article-info {
  width: 100%;
  margin-top: 1%;
  margin-bottom: 40px;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content img {
  max-width: inherit;
  width: 100%;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_maru_num div img {
  margin-top: 15px;
  width: 85%
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text {
  display: inline-block;
  width: 93%;
  vertical-align: top;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text h5 {
  font-size: 1.3em;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content h4 {
  font-size: 1.4em;
  margin: 0 0 10px;
  line-height: 1.7em;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text ul {
  margin-top: 15px;
  padding-left: 0;
  margin-left: 0;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text ul p {
  font-size: 1em;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_img_content {
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.container .arg_article_conteiner .article-body .arg_article_content .arg_list_content {
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.container .arg_article_conteiner .article-body .arg_article_content .arg_list_content h4 {
  margin-top: 0px;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_img_box {
  border: 2px solid #dddddd;
  margin-top: 5%;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_img_content .arg_img_box {
  margin-top: 0;
}

@media screen and (max-width:1240px) and (min-width:764px) {
  .arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text {
    width: 90%;
  }
}

@media screen and (max-width:763px) and (min-width:449px) {
  .arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text {
    width: 90%;
  }
}

@media screen and (max-width:448px) and (min-width:0px) {
  .arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content .arg_text {
    width: 90%;
  }
}

@media screen and (max-width:762px) and (min-width:0) {
  .container .arg_article_conteiner .article-body .arg_article_content .arg_txt_content {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_img_content {
    margin: 20px auto 0;
  }

  .arg_container.container .arg_article_conteiner .article-body .arg_article_content .arg_img_content .arg_img_box {
    margin-top: 4px;
  }

  .container .arg_article_conteiner .article-body .arg_article_content .arg_list_content {
    padding: 0px;
  }

  .container .arg_article_conteiner .article-body .arg_article_content .arg_img_content {
    padding-bottom: 35px;
    margin-top: 25px;
  }
}

.arg_article_conteiner ul li {
  color: #536369;
  text-indent: 0;
}

.container .arg_article_conteiner .article-body ol ul {
  text-indent: 0;
}

.arg_title {
  padding: 0;
  margin-bottom: 15px;
}

.arg_article_content_box h3,
.article-body .arg_article_content h3 {
  margin: auto;
  border-bottom: none;
  padding: 0;
}

ul.arg_app_step li {
  display: inline-block;
  padding: 0;
  margin-top: 0;
}

.arg_app_step li:after {
  content: "";
  background-image: url(/hc/theming_assets/01KBKW83FD0S7095EKX2SXNMAA);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 9px;
  background-size: 11px;
  margin-left: 12px;

}

.arg_app_step li:last-child:after,
.arg_app_step li:first-child:after {
  content: none;
}

.arg_app_step {
  border-left: 0;
  padding: 0 9px
}

.arg_container.container .article-container .arg_article_conteiner .arg_point {
  padding: 10px;
}

.arg_container.container .article-container .arg_article_conteiner .article-body .point-box6 p {
  margin-bottom: 0;
  line-height: 1.6em;
}

.arg_container.container .article-container .arg_article_conteiner .arg_point h4 {
  background-image: none;
  padding-left: 0;
}

.arg_container.container .article-container .arg_article_conteiner .arg_customer_content {
  margin: 35px auto 0;
  padding: 0 20px;
}

.arg_container.container .article-container .arg_article_conteiner .arg_customer_content h3 {
  border-bottom: 1px #ddd solid;
  margin-bottom: 13px;
}

.arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p,
.arg_container.container .article-container .arg_article_conteiner .arg_customer_content p {
  margin-bottom: 0;
  line-height: 1.6em;
  font-size: 1.1em;
}

/******
記事footer
*********/

.arg_container footer {
  padding: 0 17px;
}

/***** good bad start ******/
.arg_container .article-votes {
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  margin: 5em 0 0;
  /*display: none;*/
}

.article-votes-controls {
  position: relative;
}

.arg_container .article-votes-controls a.article-vote {
  text-decoration: none;
  width: 100px;
}

/* 投票ボタンのフィードバック表示 */
.feedback-thanks {
  display: none;
}

a.article-vote[aria-selected="true"]~.feedback-thanks {
  display: block;
}

a.article-vote[aria-selected="true"] {
  display: none;
}

.arg_container a.button[aria-selected="false"]::before {
  color: #20aee5;
}

.article.arg_article_content_box a.button.article-vote:hover::before {
  color: #FFF;
}

.article.arg_article_content_box a.button.article-vote.article-vote-up,
.article.arg_article_content_box a.button.article-vote.article-vote-down {
  text-decoration: none;
}

.arg_container .article-votes-controls .button:hover,
.arg_container .article-votes-controls .button:active,
.arg_container .article-votes-controls .button:focus,
.arg_container .article-votes-controls .button[aria-selected="true"],
.arg_container .article-votes-controls [role="button"]:hover,
.arg_container .article-votes-controls [role="button"]:active,
.arg_container .article-votes-controls [role="button"]:focus,
.arg_container .article-votes-controls [role="button"][aria-selected="true"] {
  background-color: #20aee5;
  border: 1px solid #20aee5;
}

/***** good bad end ******/

.arg_container .article-relatives {
  border: none;
  padding: 0 28px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.arg_container .recent-articles,
.arg_container .related-articles {
  word-wrap: break-word;
}

.arg_container .recent-articles a:hover {
  text-decoration: underline;
}

.arg_container .recent-articles h3,
.arg_container .related-articles h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #555555;
  padding-top: 20px;
}


.arg_container .recent-articles h3 {
  padding-top: 0px;
}

.arg_container .recent-articles ul li,
.arg_container .related-articles ul li {
  margin: 0;
  padding: 10px 0;
  max-width: 83%;
}

.arg_container .recent-articles ul li,
.arg_container .related-articles ul li @media screen and (min-width : 1300px) {

  _:-ms-fullscreen,
  :root .arg_container_article .arg_container .recent-articles {
    width: inherit;
  }

  _:-ms-fullscreen,
  :root .arg_container_article .arg_container .related-articles {
    width: inherit;
  }
}

/******************
検査ページ
******************/
.arg_search_results a {
  font-size: 1.2em;
  font-weight: 900;
}

/****************
お問い合わせページ
*****************/
/* .arg_new_reauest_tit{
  border-bottom: 1px solid #ededed;
  padding-bottom: 0px;
  min-height: 28px;
  line-height: 1.3em;
  font-size: 1.2em;
  margin-bottom: 25px;
}
.arg_form{
  margin-bottom: 30px;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.arg_container .arg_form label a:link {
  color: #0090B1;
  text-decoration: underline;
}

.arg_container .arg_form label a:hover{
  text-decoration: none;
}

.arg_form footer{
  text-align: center;
}
.arg_form_attention div{
  margin: 20px auto;
}
.arg_form_attention .arg_alert{
  padding: 20px 10px;
}6
.arg_form_attention .arg_alert strong{
  color: #ff5151;
}

.arg_container .arg_form_attention a:link{
  color: #0090B1;
  text-decoration: underline;
}

.arg_container .arg_form_attention a:hover{
  text-decoration: none;
}

.arg_request_attention ul{
  margin-top: 20px;
}


.arg_container .arg_request_attention ul li{
  padding: 10px 10px 0 0;
  line-height: 1.4em;
}
.arg_container .arg_request_attention ul li:before{
  content: '・';
  display: inline-block;
}
.arg_container .arg_request_attention ul li p{
  display: inline-block;
  width: 97%;
  vertical-align: top;
}
.arg_container .arg_request_attention ul li p:nth-child(2){
  padding-left: 13px;
  width: 99%;
}

@media (max-width: 864px) and (min-width: 0px) {
  .arg_container .arg_request_attention ul li p{
    width: 94.7%;
  }
}
*/

/******
arrow
******/
.arg_arrow_down:after {
  content: "";
  background-image: url(/hc/theming_assets/01KBKW7Z1WXGWHHR7K8FCZTXYV);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 18px;
  background-size: 31px;
  width: 100%;
  display: block;
  height: 30px;
  margin: 10px 0;
}

.arg_arrow_down_l:after {
  content: "";
  background-image: url(/hc/theming_assets/01KBKW81PRSFXFJTABA124ZX49);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 18px;
  background-size: 31px;
  width: 100%;
  display: block;
  height: 30px;
  margin: 10px 0;
}

/*************
radius
*************/
.arg_radius_blue,
p.arg_radius_blue,
.arg_article_content .arg_radius_blue p {
  background-color: #20AEE5;
  padding: 9px;
  font-weight: 900;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}

/****************
step box,flow box
*****************/
.arg_step_box ul,
.arg_flow_box>ul {
  margin: 12px 0;
  padding: 0 14px;
  display: table;
}

.arg_step_box ul li {
  display: table-cell;
  padding-left: 0;
  margin-top: 0;
  vertical-align: top;
}

.arg_step_box ul li.arg_step_img {
  width: 60%;
}

.arg_step_box ul li.arg_step_txt {
  width: 37%;
  padding-left: 14px;
}

.arg_step_box p {
  margin-bottom: 0px;
  font-size: 0.93em;
}

.arg_step_box,
.arg_flow_box {
  padding: 0 17px;
  margin: 35px 0 0;
  overflow: hidden;
}

.arg_step_txt span {
  display: block;
}

/**************
flow box
***************/
.arg_flow_txt {
  padding: 0 22px;
  margin: 20px 0;
}

/**************
arg_table
**************/
.arg_container .article-body .arg_table {
  width: 100%;
  border: 1px solid #dfdfdf;
}

.arg_container .article-body .arg_table td {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.arg_container .article-body .arg_table th {
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}

.arg_container .article-body .arg_table td.arg_table_border_none,
.arg_container .article-body .arg_table tr.arg_table_border_none,
.arg_container .article-body .arg_table td.arg_table_border_none {
  border: none;
}

/***********************
table border all
**********************/
.arg_container .article-body .arg_table_border_all {
  border: 1px solid #dfdfdf;
}

/***********************
btn
**********************/
/* 
.arg_txt_btn_box{
  margin: 30px auto 10px;
}
.arg_txt_btn_box ul{
  padding-left: 0;
  margin-left: 0;
}
.arg_container.container .article-content .article-body .arg_txt_btn_box ul li{
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.arg_container.container .article-content .article-body .arg_txt_btn_box ul li:last-child{
  margin-top:20px;
}
.arg_txt_btn a,.arg_txt_btn_box .arg_txt_btn a{
  font-weight: 900;
}
.arg_txt_btn a:after,.arg_txt_btn_box .arg_txt_btn a:after{
  content: "";
  background-image: url(https://faq.airregi.jp/hc/theme_assets/532076/200061944/arrow_r.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 9px;
  background-size: 16px;
  margin-left: 4px;
}
.arg_container a.arg_txt_btn,
.arg_container a.arg_txt_btn:hover,
.arg_container a.arg_txt_btn:link,
.arg_container a.arg_txt_btn:visited{
  color:#20AEE5;
} */

/*****************
base btn
*****************/
.arg_btn {
  width: 100%;
  color: #fff !important;
  padding: 15px 2.5em;
  font-weight: 900;
  position: relative;
  text-align: center;
}

.arg_container a.arg_btn,
.arg_container a.arg_btn:hover,
.arg_container a.arg_btn:link,
.arg_container a.arg_btn:visited {
  color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: none !important;
}

.arg_btn::after {
  content: "";
  background-image: url(/hc/theming_assets/01J00QG0CH0848NW7T4X9RT87B);
  background-position: center;
  background-repeat: no-repeat;
  padding: 1px 9px;
  background-size: 11px;
  margin-left: 12px;
  position: absolute;
  right: .8em;
  top: 0;
  bottom: 0;
}

.arg_default_btn {
  /* blue */
  background-color: #20AEE5;
}

.arg_primary_btn {
  /* red */
  background-color: #f75d5d;
}

.container .article-content .article-body .arg_btn+ul {
  margin: 0;
  padding: 0;
}

.arg_btn_m {
  max-width: 320px;
}

.arg_btn_l,
.arg_btn_one {
  max-width: 380px;
}

@media only screen and (max-width:768px) {

  .arg_btn_l,
  .arg_btn_m.arg_btn_one {
    max-width: 100%;
  }
}

/************************
goog bad btn用
**************************/
.article-vote:after {
  content: none;
}

.arg_container .article-votes-controls a.article-vote:hover {
  color: white;
}

.arg_container .article-votes-controls a.article-vote {
  color: #20aee5;
}

/************************
article内 AppStoreボタン
**************************/
.arg_article_conteiner .btn_app {
  width: 20%;
  padding: 20px auto;
}

/********
アコーディオン
*********/

.arg_acordion {
  margin: 1em 0;
  padding: 0;
  width: 100%;
}

.arg_acordion dt,
.arg_acordion dd {
  width: 100%;
  display: block;
  padding: 1em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: -1px 0 0 0;
}

.arg_acordion dt {
  cursor: pointer;
  background: #f0f0f0;
  font-weight: bold;
  color: #333;
  position: relative;
}

.arg_acordion dt.arg_ac_open {
  font-weight: bold;
  background: none;
  background-color: #e2e2e2;
}

.arg_acordion dt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #555555;
  border-right: solid 3px #555555;
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  top: 16px;
  position: absolute;
  right: 18px;
}

.arg_acordion dt.arg_ac_open::after {
  -ms-transform: rotate(-46deg);
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  top: 21px;
}

.arg_acordion dd {
  display: none;
}

/***  アコーディオン内リスト  ***/
.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 {
  display: block;
  margin: 1em;
  padding: 0;
  list-style: none;
}

.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 li {
  padding: .7em;
  margin: 0;
}

.container .article-content .article-body .arg_acordion ul.arg_ac_list_01 li+li {
  border-top: 1px dashed #ddd;
}

/***  faqアコーディオン  ***/
.arg_faq_ac .arg_faq_a {
  display: none;
}

.arg_faq_ac .arg_faq_q {
  cursor: pointer;
  position: relative;
  padding-right: 2em;
}

.arg_faq_ac .arg_faq_q::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  top: .2em;
  position: absolute;
  right: .5em;
}

.arg_faq_ac .arg_faq_q.up::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/************

STEP 自動ナンバリングver.

*************/

.arg_step_box_counter .arg_row {
  counter-increment: step;
}

.arg_step_box_counter .arg_maru_num::before {
  background-color: #20AEE5;
  font-weight: 900;
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 19px;
  width: 24px;
  height: 24px;
  padding: 3px;
  display: inline-block;
  color: #fff;
  text-align: center;
  content: counter(step);
}

/************

STEP アンカーリンク

*************/

.article-content .article-body .arg_step_link_list {
  margin: 0 !important;
  letter-spacing: -0.4em;
}

.article-content .article-body .arg_step_link_list>li {
  counter-increment: step;
  letter-spacing: normal;
}

.article-content .article-body .arg_step_link_list li a {
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 1.5vw;
}

.article-content .article-body .arg_step_link_list li a big {
  background-color: #20AEE5;
  vertical-align: middle;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  line-height: 40px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  margin: 0 auto 10px;
  font-size: 1.5em;
}

.article-content .article-body .arg_step_link_list li a big::before {
  content: counter(step);
  display: inline-block;
  color: white;
  font-weight: 900;
  font-size: 1.2em;
}

.article-content .article-body .arg_step_link_list li a::after {
  position: absolute;
  content: "";
  color: #20AEE5;
  right: 0;
  top: 20px;
  width: 50%;
  display: block;
  height: 3px;
  background: #20AEE5;
  z-index: 0;
}

.article-content .article-body .arg_step_link_list li a::before {
  position: absolute;
  content: "";
  color: #20AEE5;
  left: 0;
  top: 20px;
  width: 50%;
  display: block;
  height: 3px;
  background: #20AEE5;
  z-index: 0;
}

.article-content .article-body .arg_step_link_list li:first-child a::before {
  display: none;
}

.article-content .article-body .arg_step_link_list li:last-child a::after {
  display: none;
}

@media only screen and (min-width: 800px) {
  .article-content .article-body .arg_step_link_list li a {
    font-size: 14px;
  }

  .article-content .article-body .arg_step_link_list li a big {
    font-size: 18px;
  }
}

@media only screen and (max-width: 414px) {
  .article-content .article-body .arg_step_link_list li a {
    font-size: 12px;
  }
}


/**********************
txt nember
*********************/
.arg_txt_num:before {
  font-weight: 900;
  font-size: 2em;
  margin-right: 10px;
  vertical-align: bottom;
  display: inline-block;
  color: #20AEE5;
  text-align: center;
  line-height: 0.8em;
}

/********************
text align
*********************/
.arg_t_right {
  text-align: right;
}

.arg_t_center {
  text-align: center;
}

.arg_t_left {
  text-align: left;
}

@media screen and (max-width:1164px) and (min-width:860px) {

  .arg_faq_content {
    padding: 0 17px;
  }

  .arg_news_content {
    width: 76.5%;
  }
}

@media screen and (max-width:861px)and (min-width:640px) {
  .arg-list {
    width: 70%;
  }
}

/******************
sp 縦
*******************/
@media screen and (max-width:768px)and (min-width:0px) {
  .arg-list-item a {
    font-size: 0.85em;
  }

  .arg_news_category {
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 8px 5px;
  }

  .arg_title h1,
  .arg_article_conteiner .arg_title h1 {
    font-size: 1.2em;
    line-height: 1.1em;
  }

  .arg_step_index_five .arg_row .arg_row_3 {
    display: inline-block;
  }

  .arg_row_6 .arg_btn,
  .container .article-content .article-body .arg_row_6 .arg_btn+ul {
    min-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }

  .arg_container .article-container {
    margin-bottom: 0 !important;
  }

  .arg_content.arg_faq_content ul:last-child li:last-child {
    border-bottom: none;
  }
}

@media only screen and (orientation: landscape) and (max-width: 768px) and (min-width: 415px) {

  .arg_row_6 .arg_btn,
  .arg_row_6 .arg_btn+ul {
    max-width: 60%;
  }
}

@media screen and (max-width:414px) {

  .arg_row_6 .arg_btn,
  .arg_row_6 .arg_btn+ul {
    max-width: 100%;
  }
}

/********************
sp 縦
********************/
@media screen and (max-width:414px)and (min-width:0px) {

  .arg_width_1,
  .arg_width_2,
  .arg_width_3,
  .arg_width_4,
  .arg_width_5,
  .arg_width_6,
  .arg_width_7,
  .arg_width_8,
  .arg_width_9,
  .arg_width_10 {
    width: 100%;
  }

  /******************
スライドメニュー
*****************/
  .arg_article {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }

  .arg_category-tree {
    padding: 15px;
  }

  .section-menu {
    width: 310px;
    padding-left: 13px;
  }
}

/***************
iphone5
**************/
@media screen and (max-width:321px)and (min-width:0px) {
  .arg_content {
    padding: 0 2px;
  }
}


@media screen and (max-width:776px) and (min-width:734px) {
  .arg_faq_content {
    padding: 0 17px;
  }

}

@media screen and (max-width:622px) and (min-width:606px) {

  .arg_faq_content {
    padding: 0 17px;
  }

}

@media screen and (max-width:900px) {
  .arg_faq_content {
    padding: 0 17px;
  }

  .arg-list {
    width: 100%;
  }

  .arg_first_btn p {
    font-size: 1.3em;
  }

  .arg_first_btn p span,
  .arg_menular_btn {
    height: 112px;
  }

}

/***************
ipad
**************/

@media screen and(min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .arg_news_content span {
    display: inline-block;
  }

  .arg_container .article-container.arg_related_article .recent-articles,
  .arg_container .article-container.arg_related_article .related-articles {
    width: 100%;
    display: block;
  }

  /***************
FOOTER
**************/
  .copyright {
    padding: 8px 18px;
  }

  .arg_sp_visible .footer-inner {
    display: block;
    padding: 0;
  }


  .arg_sp_visible .blocks-item {
    border-bottom: 1px solid #ababab;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px;
    flex: 1 0 100%;
    text-align: left;
    line-height: 1em;
  }

  .arg_sp_visible .blocks-item a {
    font-size: 0.9em;
  }

  /*************
faq
*************/
  .arg_faq li {
    width: 100%;
    border-bottom: 1px dashed #ddd;
  }

  .arg_faq li:last-child {
    border: none;
  }

  .arg_container .article-relatives {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}

/***************
sp smart phone
**************/
/*************
header
**************/
@media screen and (max-width:1024px) and (min-width:0px) {
  .arg_content {
    padding: 0 5px;
  }

  .arg_container .article-relatives {
    margin-top: 0;
    padding: 0 2%;
  }

  .arg_category .blocks-item-link {
    padding: 20px 10px;
  }

  .arg_title {
    margin-top: 0;
  }

  .arg_article_conteiner .arg_title {
    margin-left: 0px;
  }

  .arg_article_content_box {
    margin: 16px auto 3%;
    padding: 0;
  }

  .arg_article_conteiner {
    padding: 0 3px;
  }

  .arg_article_content {
    margin: 0 auto;
  }

  /***
faq
***/
  .arg_faq li {
    width: 100%;
    border-bottom: 1px dashed #ddd;
  }

  .arg_faq li:last-child {
    border: none;
  }

  .arg_faq_content {
    padding: 0 19px;
  }

  /******
よくある質問
*****/
  .arg_faq_q:before {
    vertical-align: top;
  }

  .arg_faq li a {
    vertical-align: top;
    width: 100%;
  }

  .arg_arrow_blue:before {
    background-size: 9px;
  }

  .arg_flow_txt {
    padding: 0 7px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .arg_arlet_txt {
    width: 94%;
  }
}

@media screen and (max-width:900px)and (min-width:0px) {

  /**********************
最近表示した記事、関連記事
**********************/
  .arg_sp_recent,
  .arg_sp_related {
    padding-top: 24px;
    margin-top: 13px;
    /*margin-left: -18px;
margin-right: -18px;*/
    padding: 0;
    width: 100%;
  }

  .arg_sp_related {
    border-top: 1px solid #ededed;
  }

  .arg_container .recent-articles {
    width: 100%;
  }

  .arg_related_article .article-relatives,
  .arg_related_article .article-relatives>* {
    display: block;
  }

  .arg_container.container .article-container .arg_article_conteiner .arg_customer_content {
    padding: 0;
  }

  /******************
step index
********************/
  .arg_index,
  .arg_step_index {
    padding: 20px 10px 30px;
  }

  .arg_index ul {
    padding: 0;
  }

  .arg_container.container .article-container .arg_article_content_box .arg_index ul li ul {
    margin-left: 1.2em;
  }

  .arg_container.container .article-container .arg_article_content_box .arg_index h3,
  .arg_container.container .article-container .arg_article_content_box .arg_step_index h3 {
    margin: 13px 0 10px;
  }

  .arg_step_maru_num:before {
    line-height: 1.1em;
    width: 18px;
    height: 18px;
    font-size: 1.1em;
  }

  .arg_step_link {
    padding: 0 5px;
  }

  .arg_step_index_border_r,
  .arg_step_index_border,
  .arg_step_index_border_l {
    top: 14px;
  }

  .arg_step_index a {
    padding: 0;
    font-size: 0.8em;
  }

  .arg_step_box,
  .arg_flow_box {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  /******************
article内 AppStoreボタン
********************/
  .arg_article_conteiner .btn_app {
    width: 100%;
    padding: 20px auto;
  }

}

@media screen and (max-width:900px)and (min-width:0px) {
  .arg_article {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px;

  }

  .article-sidebar.arg_article {
    border: 0;
    padding: 0;
  }

  .arg_sp_container {
    padding: 0 4%;
  }

  .arg_container h1 {
    font-size: 1.55em;
    background-size: 29px;
    padding-left: 0px;
    background-size: 30px;
  }

  .arg_article_content_box h1,
  .article-body .arg_article_content h1,
  .arg_category-content .section-tree-title,
  .arg_container_section h1.section-tree-title {
    font-size: 1.55em;
    background-size: 29px;
    background-size: 30px;
  }
}

@media screen and (max-width:1024px)and (min-width:900px) {

  /*********
section,categori page
**********/
  .arg_container.arg_container_category .article,
  .arg_container.arg_container_section .article {
    min-width: inherit;
    max-width: 100%;
  }

  /**********************
スライドメニュー  1024-900size対応  ipad,pc
********************/
  .article-sidebar {
    flex: 0 0 17%;
    border: 0;
  }

  .arg_container .article {
    min-width: 532px;
    max-width: 100%;
  }

  /************************
最近表示した記事、関連記事
**********************/
  .arg_container .article-container {
    margin-bottom: 1.625rem !important;
  }

  .arg_sp_container {
    padding: 0 30px;
  }

}

/************
arg_sp_hidden
**********/

.arg_sp_visible {
  display: none;
}

@media only screen and (max-width:900px) and (min-width:0px) {

  /************
arg_sp_hidden
**********/
  .arg_sp_hidden {
    display: none !important;
  }

  .arg_sp_visible {
    display: block !important;
  }

  /**********
sp display table-row
*********/
  .arg_sp_table_row {
    display: table-row;
  }
}

/******
軽減税率記事 sp
******/
@media screen and (max-width:624px) and (min-width:0px) {
  .arg_sp_keigen_date .arg_border_right {
    border: none;
  }

  ul.arg_sp_keigen_date_l,
  ul.arg_sp_keigen_date_r {
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

/******
軽減税率記事 pc
******/
.article-body .arg_keigen h3 {
  margin-bottom: 20px;
  display: block;
}

.article-body .arg_keigen h4 {
  margin-bottom: 12px;

}

/*******
12061212 追加
*****/
.btn_box {
  text-align: center;
}

.btn_link:first-child {
  margin-right: 67px;
}

.btn_link {
  display: inline-block;
  width: 250px;
  text-align: center;
  vertical-align: middle;
  margin: 0px 0 20px;
}

@media screen and(max-width:414px) {
  .btn_link {
    display: block;
    width: 100%;
    margin: 0;
  }

  .container .article-content .article-body .btn_link a[target="_blank"] {
    font-size: 0.9em;
  }

  .btn_link:first-child {
    margin-right: 0px;
  }
}

.container .article-content .article-body .btn_link a[target="_blank"] {
  background-image: none;
  display: block;
  padding: 10px 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  background-color: #20aee5;
  border-radius: 9999px;
  text-decoration: none;
}

.radius_num:before,
h4 .radius_num:before,
h3 .radius_num:before {
  content: "";
  background-color: #20AEE5;
  font-weight: 900;
  font-size: 1.1em;
  margin-right: 10px;
  vertical-align: bottom;
  border-radius: 19px;
  width: 24px;
  height: 24px;
  padding: 3px;
  display: inline-block;
  COLOR: #fff;
  text-align: center;
  line-height: 1.2em;
  font-weight: 100;
  font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
}

.num_one:before {
  content: "1";
}

.num_two:before {
  content: "2";
  ;
}

.num_three:before {
  content: "3";
}

.num_four:before {
  content: "4";
}

.article-con {
  padding: 0 33px;
  margin: 40px 0;
}

@media screen and(max-width:1024px) and(min-width:0) {
  .arg_article_conteiner .article-body .article-con {
    padding: 0 8px;
  }
}

.work_step ul li {
  list-style: none;
}

.work_img_l {
  width: 61px;
  height: 100%;
  position: relative;
}

.work_imgbox {
  text-align: center;
  margin: 30px auto;
  background-color: #ecfaff;
}

.work_imgbox ul {
  margin-top: 0;
}

.arg_container.container .article-content .article-body .work_imgbox ul li {
  list-style-type: none;
}

.work_imgbox ul:after {
  content: "";
  background-image: url(/hc/theming_assets/01KBKW822GPKWPJJNTTAE66MHP);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 574px 51px;
  padding: 27px;
  display: block;
}

.work_imgbox ul:last-child:after {
  content: none;
}

.work_imgbox ul li:last-child {
  padding-bottom: 13px;
}

.work_imgbox li {
  list-style-type: none;
  padding-left: 0;
  text-indent: inherit;
}

.btn_link a[target="_blank"] {
  background-image: none;
  text-decoration: none;
  margin-right: 0;
}

.arg_container.container .article-content .article-body .work_imgbox ul li img,
.arg_container.container .article-content .article-body .work_imgbox img {
  display: inline;
  text-align: center;
}

.arg_container.container .article-content .article-body .work_imgbox ul li a[target="_blank"] {
  background-image: none;
  text-decoration: none;
  padding: 0;
  margin-right: 0;
}

/**********/
.article-body a[target="_blank"].regi_img {
  background: none;
  padding-left: 0;
}

.regi_img img {
  width: 100%;
  max-width: inherit;
}

.regi_benner {
  margin-top: 15px;
}

/******青丸数字****/
.numeral {
  content: counter(listcounter);
  counter-increment: listcounter;
  display: inline-block;
  margin-right: .5em;
  background: #20aee5;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-indent: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  padding: 1px 6px 0px 6px;
  margin-bottom: 6px;
}

/************
イメージ center
*********/
.arg_img_center {
  width: 65%;
  margin: 25px auto;
}

@media screen and (max-width:768px) and (min-width:0) {
  .arg_img_center {
    width: 100%;
    margin: 25px auto;
  }
}

/*********
arg_icon
************/
.arg_icon {
  display: inline-block;
}

.arg_icon_sort:before {
  content: '';
  background: url(/hc/theming_assets/01KBKW83F77FNMKWA4G0AFE1NX) no-repeat center;
  padding: 7px 12px;
  background-size: 91%;
  margin: auto 2px;
}

.arg_icon_ios7:before {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/532076/95a5f9227bbbd64dd2e588aa514e87dc25571bb9.png") no-repeat center;
  padding: 7px 14px;
  background-size: 100%;
  margin: auto 2px;
}

.arg_icon_ios_info:before {
  content: '';
  background: url(//p5.zdassets.com/hc/theme_assets/532076/200061944/arg_icon_ios_info.svg) no-repeat center;
  padding: 7px 14px;
  background-size: 90%;
  margin: auto 2px;
}

.arg_icon_pc:before {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/532076/e7d5de1d8a45682aae46b4b26f950261e6f78ce5.svg") no-repeat center;
  padding: 7px 14px;
  background-size: 100%;
  margin: auto 2px;
}

.arg_icon_app:before {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/532076/af9cce690c30b75bffcd489615136fb2fd77fcbb.svg") no-repeat center;
  padding: 7px 14px;
  background-size: 100%;
  margin: auto 2px;
}

.arg_icon_arrow:after {
  content: '≫';
  padding: 7px 4px;
  color: #999;
  font-size: 1.4em;
}

.arg_icon_airregi_app:before {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/532076/cccc8bcaf8ec81886a8c799740d31b2afccd5e76.png") no-repeat center;
  padding: 7px 14px;
  background-size: 100%;
  margin: auto 2px;
}

/*チェックボックスicon付きリスト*/
.article-body ul.arg_checkbox_list {
  padding-left: 0;
}

.article-body .arg_checkbox_list li:before,
.article-body .arg_checkbox_list .arg_checkbox_ico:before {
  content: '';
  background: url("//theme.zdassets.com/theme_assets/532076/4c12aeb41f7862378aff69957458ec035a511ac1.svg") no-repeat center;
  padding: 7px 14px;
  background-size: 100%;
  margin: auto 2px;
}

.article-body .arg_checkbox_list li {
  display: table;
}

.article-body .arg_checkbox_list .arg_checkbox_ico {
  display: table;
  padding-right: 8%;
}

.article-body .arg_checkbox_list .arg_checkbox_ico p,
.article-body .arg_checkbox_list li p {
  display: table-cell;
}

@media screen and (max-width:768px) and (min-width:0) {
  .article-body ul.arg_checkbox_list {
    margin-left: 0;
  }

  .container .article-content .article-body ul.arg_checkbox_list li+li {
    margin-top: 20px;
  }

  .article-body .arg_checkbox_list .arg_checkbox_ico {
    padding-right: 0;
  }
}

/***************
tab
****************/
.article-content.arg_article_conteiner .article-body ul.tabs-menu {
  border-bottom: 1px solid #ddd;
  display: table;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.arg_container.container .article-content .article-body ul.tabs-menu li {
  padding: 7px 15px;
  display: table-cell;
  background-color: #FFF;
  border-top: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
  margin-top: 0;
}

.arg_container.container .article-content .article-body ul.tabs-menu li:last-child {
  border-right: 1px solid #d4d4d1;
}

.arg_container.container .article-content .article-body ul.tabs-menu li.current {
  position: relative;
  background-color: #20AEE5;
  border: 0;
  z-index: 5;
  border-bottom: 1px solid #20AEE5;
}

.arg_container.container .article-content .article-body ul.tabs-menu li.current a {
  color: #fff;
}

.arg_container.container .article-content .article-body ul.tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}

.arg_container.container .article-content .article-body ul.tabs-menu .current a {
  color: #2e7da3;
}

.arg_container.container .article-content .article-body .tab {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #d4d4d1;
  margin-top: -1px;
}

.arg_container.container .article-content .article-body div.tab-content {
  width: 100%;
  padding: 20px;
  display: none;
}

.arg_container.container .article-content .article-body .tab div:first-child {
  display: inline-block;
}

/*２カラムレイアウト*/

.arg_container.container .article-content .article-body .arg_col2 {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.arg_container.container .article-content .article-body .arg_col {
  display: table-cell;
  width: 50%;
}

@media screen and (max-width:768px) and (min-width:0) {
  .arg_container.container .article-content .article-body .arg_col {
    display: table;
    width: 100%;
  }
}

/**********
記事用  CSS
************/

/************
商品情報の一括登録・編集 arg_2203126030
*********/
.arg_203126030 .container .article-content .article-body li ul li {
  list-style: none;
}

.container .article-content .article-body .arg_203126030 img {
  margin: 20px 0;
}

.arg_container.container .article-content .article-body .arg_203126030 ul.tabs-menu {
  width: 100%;
  text-align: center;
  border-bottom: none;
}

.arg_container.container .article-content .article-body .arg_203126030 ul.tabs-menu li {
  border-radius: 10px 10px 0 0;
  background: #d4d4d1;
  font-size: 1.2rem;
}

.arg_container.container .article-content .article-body .arg_203126030 ul.tabs-menu li a {
  color: #FFF;
}

.arg_container.container .article-content .article-body .arg_203126030 ul.tabs-menu li.current {
  position: relative;
  background-color: #FFF;
  border: 1px solid #d4d4d1;
  border-bottom: none;
}

.arg_container.container .article-content .article-body .arg_203126030 ul.tabs-menu li.current a {
  color: #0090B1;
}

.arg_container.container .article-content .article-body .arg_203126030 .tab {
  border-top: none;
}

/************
推奨プリンター一覧 202827760
*********/
.arg_202827760 .arg_print_txt_box {
  padding: 10px;
  margin-bottom: 15px;
}

.arg_container.container .article-content .article-body .arg_print_txt_box img {
  margin: 0 auto;
}

.arg_202827760 .arg_print_txt_box_first div:first-child {
  border-right: 1px solid #dddddd;
}

@media screen and (max-width:768px) and (min-width:0) {
  .arg_202827760 .arg_print_txt_box {
    padding: 0px;
  }

  .arg_202827760 .arg_print_txt_box_first div:first-child {
    border-right: none;
  }
}

/************
カスタマーディスプレイ 115003931567
*********/
.arg_container.container .arg_article_conteiner .article-body .arg_article_content.arg_115003931567 .arg_img_content .arg_img_box {
  margin-top: 0;
  border: none;
}

.arg_container.container .arg_article_conteiner .article-body .arg_img_text,
.arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p.arg_img_text {
  font-size: 1.4em;
  color: #20aee5;
  text-align: center;
  font-weight: 900;
}

.arg_point_img {
  margin-top: 20px;
  padding: 34px;
  background: white;
}

.arg_container.container .arg_article_conteiner .article-body .arg_article_content.arg_115003931567 .arg_point_img img {
  width: 80%;
  margin: auto;
  display: block;
}

@media screen and (max-width:768px) and (min-width:0) {
  .arg_point_img {
    padding: 12px;
  }

  .arg_container.container .arg_article_conteiner .article-body .arg_article_content.arg_115003931567 .arg_point_img img {
    width: 100%;
  }

  .arg_container.container .arg_article_conteiner .article-body .arg_img_text,
  .arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p.arg_img_text {
    font-size: 1em;
  }
}

@media screen and (max-width: 1240px) and (min-width: 764px) {

  .arg_container.container .arg_article_conteiner .article-body .arg_img_text,
  .arg_container.container .article-container .arg_article_conteiner .arg_customer_content div p.arg_img_text {
    font-size: 1.2em;
  }
}

/************
パソコンからのご利用方法 arg_202288734
*********/
.container .article-content .article-body .arg_202288734 h5 {
  margin-top: 20px;
}

/************
iPad/iPhoneから商品を登録する方法 arg_202788570
*********/
.container .article-content .article-body .arg_202788570 h5 {
  margin-top: 20px;
}

/************
MSC ポイントサービスのご利用方法 msc_224069667 2017/04/20
*********/
.arg_container .arg_224069667 .col2 {
  width: 100%;
  display: block;
}

.arg_container .arg_224069667 .col2 .col {
  display: inline-block;
  width: 48%;
}

.arg_container .arg_224069667 .arg_edition {
  padding-left: 1.5em;
  font-size: 1em !important;
  margin-top: 20px;
  margin-bottom: 8px;
}

.arg_container .arg_224069667 .arg_img_border_2 {
  display: inline-block;
}

.arg_container .arg_224069667 .arg_img_border_2 img,
.arg_container .arg_224069667 .arg_col_border img {
  margin-left: 1.6em;
}

.arg_container .arg_224069667 .arg_col_border {
  border: 2px solid #dddddd;
  overflow: hidden;
}

.article-body .arg_224069667 ul,
.article-body ol {
  padding-left: 0;
}

/************
軽減税率 arg_218621887 2017/05/12
*********/

@media only screen and (max-width: 900px) {
  .arg_218621887 .arg_row_6 {
    display: inline-block;
    vertical-align: top;
  }

  .arg_218621887 .arg_row_6+.arg_row_6 {}
}

.arg_flow_box .arg_article_content {
  counter-increment: step;
}

.arg_flow_content {
  margin: 0 0 5em;
}

.container .article-content .article-body .arg_article_content h3.arg_step_num {
  position: relative;
  border: none;
  margin: 1em 0 .5em;
  line-height: 1.6;
  padding-left: 1.8em;
}

.arg_step_num::before {
  color: #20AEE5;
  content: counter(step);
  font-weight: normal;
  font-size: 2.2rem;
  margin-right: 10px;
  margin-left: -.8em;
  vertical-align: bottom;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.article-body .arg_flow_box .arg_article_content h4 {
  margin: 2em 0 1em;
}

.arg_bg_lite_gray {
  background-color: #eee;
}

/* 補助率 */
.article-body .arg_218621887 .arg_hojoritsu h4 {
  margin-bottom: 0;
}

.article-body .arg_218621887 .arg_hojoritsu dl {
  display: block;
  letter-spacing: -0.4em;
  width: 80%;
  margin: 1em auto;
  box-sizing: border-box;
}

.article-body .arg_218621887 .arg_hojoritsu dt,
.article-body .arg_218621887 .arg_hojoritsu dd {
  display: inline-block;
  letter-spacing: normal;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  width: 30%;
  padding-bottom: 2em;
}

.article-body .arg_218621887 .arg_hojoritsu dt {
  overflow: hidden;
  min-width: 70%;
  font-size: 1rem;
  font-weight: bold;
}

.article-body .arg_218621887 .arg_hojoritsu dd {
  padding-left: .5em;
  text-align: center;
  position: relative;
}

.article-body .arg_218621887 .arg_hojoritsu dd::before {
  content: "補助率";
  color: #20aee5;
  font-weight: normal;
  font-size: 1.1rem;
  position: relative;
  top: 1em;
  display: inline-block;
  padding: .5em;
  margin-right: .5em;
}

.article-body .arg_218621887 .arg_hojoritsu dd p {
  display: block;
  width: 70px;
  height: 80px;
  overflow: hidden;
  text-indent: -300px;
  position: relative;
  float: right;
}

.article-body .arg_218621887 .arg_hojoritsu dd p strong {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  text-indent: 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: normal;
  color: #20AEE5;
}

.article-body .arg_218621887 .arg_hojoritsu dd p strong:first-child {
  bottom: auto;
  top: 0;
  left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 720px) {
  .article-body .arg_218621887 .arg_hojoritsu dl {
    width: 100%;
  }

  .article-body .arg_218621887 .arg_hojoritsu dt {
    font-size: 1rem;
  }

  .article-body .arg_218621887 .arg_hojoritsu dd::before {
    background: none;
    color: #20aee5;
    top: 0;
    padding: 0;
    margin-right: 0;
  }
}

/*  補助金算出例  */
.article-body .arg_218621887 .arg_imgex_box h5 {
  padding-bottom: 1em;
}

.article-body .arg_218621887 .arg_imgex_box strong {
  display: inline-block;
}

.arg_container.container .arg_article_conteiner .article-body .arg_218621887 .arg_imgex_box img {
  display: block;
  border: 5px solid #eee;
  margin: 1em auto;
  box-sizing: border-box;
  padding: 1em;
  width: 90%;
}

.arg_218621887 .arg_border_dashed_bottom {
  border-color: #ccc !important;
}

/* 必要書類 */
.container .article-content .article-body .arg_218621887 li .arg_kome_list {
  margin: 0;
}

.article-body .arg_218621887 .arg_document_list {
  margin-left: 20px;
}

.article-body .arg_218621887 .arg_need_document_box h4 {
  border-bottom: 1px dotted #ccc;
  padding: .5em 0;
  font-weight: normal;
}

.article-body .arg_218621887 .arg_need_document_box h4::before {
  /*content: "";*/
  border-radius: 20px;
  padding: 3px;
  width: 4px;
  height: 4px;
  margin-left: -1em;
  display: inline-block;
  vertical-align: middle;
  background-color: #d3d3d3;
  margin-right: .5em;
}

.article-body .arg_218621887 .arg_need_document_box ul {}

.article-body .arg_218621887 .arg_need_document_box ul ul {
  padding: .5em 1em;
  margin: 0;
}

.article-body .arg_218621887 .arg_article_content .arg_document_list h5 {
  font-size: 100%;
}

.article-body .arg_218621887 .arg_document_list>li {
  list-style-type: disc !important;
  list-style-position: outside;
  padding-bottom: 1em;
}

.arg_margin_top_0_imp {
  margin-top: 0 !important;
}

.arg_margin_bottom_0_imp {
  margin-bottom: 0 !important;
}

/************
推奨プリンター一覧 arg_202827760
*********/
.article-body .arg_202827760 .arg_ac_list_01 {
  display: block;
  margin: 1em;
  padding: 0;
}

.article-body .arg_202827760 .arg_acordion dd {
  padding: 0;
}

.article-body .arg_202827760 .arg_acordion dd table {
  width: 90%;
  margin: 44px auto 0;
  background: #fff;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
}

.article-body .arg_202827760 .arg_acordion dd table tbody {
  display: table;
  width: 100%;
}

.article-body .arg_202827760 .arg_acordion dd table tr td {
  border-right: none;
}

.article-body .arg_202827760 .arg_acordion dd table tr td+td {
  border-left: 1px solid #dfdfdf;
}

.article-body .arg_202827760 .arg_acordion dd table td ul {
  padding-left: 0;
  margin: 0;
}

.article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list {
  margin: 0;
  padding: 20px 30px;
}

.article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list li:last-child {
  border-bottom: none;
}

.article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list p {
  font-size: 16px;
}

.article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list p.link {
  margin: 0;
}

@media screen and (max-width: 768px) and (min-width: 0) {
  .article-body .arg_202827760 .arg_row_xs_12+.arg_row_xs_12 {
    border-top: 1px solid #dddddd;
  }

  .article-body .arg_202827760 .arg_acordion dd table {
    width: 100%;
    margin: 0;
    padding-top: 20px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }

  .article-body .arg_202827760 .arg_acordion dd table tr {
    border-bottom: 1px dashed #ddd;
  }

  .article-body .arg_202827760 .arg_acordion dd table tr:last-child {
    border-bottom: none;
  }

  .article-body .arg_202827760 .arg_acordion dd table tbody {
    width: 92%;
    margin: 0 auto;
  }

  .article-body .arg_202827760 .arg_acordion dd table td {
    display: block;
    border-right: none;
    border-bottom: none;
  }

  .article-body .arg_202827760 .arg_acordion dd table tr td+td {
    border-left: none;
  }

  .article-body .arg_202827760 .arg_acordion dd table tr td:first-child {
    font-weight: bold;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 26px;
  }

  .article-body .arg_202827760 .arg_acordion dd table tr td:last-child {
    padding-bottom: 34px;
  }

  .article-body .arg_202827760 .arg_acordion dd ul.arg_inner_list {
    padding: 10px;
  }
}

/************
プリンターがつながらないとき arg_115007535387
*********/
.article-body .arg_115007535387 .arg_col03 {
  display: table;
  width: 100%;
}

.article-body .arg_115007535387 .arg_col03 .col {
  display: table-cell;
  width: 33%;
  box-sizing: border-box;
  padding: 0 3%;
}

.article-body .arg_115007535387 .arg_col03 .col a {
  display: block;
  width: 100%;
}

.article-body .arg_115007535387 .arg_col03 .col a img {
  border: solid 1px #dddddd;
  margin-bottom: 14px;
}

@media screen and (max-width:768px) and (min-width:0) {
  .article-body .arg_115007535387 .arg_col03 .col {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .article-body .arg_115007535387 .arg_col03+.arg_col03 {
    border-top: 1px dashed #dddddd;
  }

  .article-body .arg_115007535387 .arg_col03 .col+.col {
    border-top: 1px dashed #dddddd;
    padding: 20px 6%;
  }
}

/************
AirペイでiD、QUICPayでの会計をおこなう方法 arg_115007381588
Airペイでの電子マネー決済時のトラブルシューティング arg_115000795568
*********/
.article-body .arg_115007381588 .col2,
.article-body .arg_115000795568 .col2 {
  width: 100%;
  display: table;
  margin-top: 20px;
}

.article-body .arg_115007381588 .col2 .col,
.article-body .arg_115000795568 .col2 .col {
  display: table-cell;
  width: 48%;
  padding: 0 3%;
}

.article-body .arg_115000795568 .col2 .col_left,
.article-body .arg_115000795568 .col2 .col_right {
  display: table-cell;
  padding: 0 1%;
}

.article-body .arg_115000795568 .col2 .col_left {
  width: 36%;
}

.article-body .arg_115000795568 .col2 .col_right {
  width: 64%;
}

.article-body .arg_115007381588 .arg_edition,
.article-body .arg_115000795568 .arg_edition {
  padding-left: 1.5em;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width:768px) and (min-width:0) {

  .article-body .arg_115007381588 .col2 .col,
  .article-body .arg_115000795568 .col2 .col,
  .article-body .arg_115000795568 .col2 .col_left,
  .article-body .arg_115000795568 .col2 .col_right {
    display: table;
    width: 100%;
    padding: 0 6%;
  }

  .article-body .arg_115007381588 .col2 .col+.col,
  .article-body .arg_115000795568 .col2 .col_right {
    margin-top: 20px;
  }
}

/************
Airペイとの連携方法 arg_212148458
*********/
.article-body .arg_212148458 .arg_txt_content ul {
  padding-left: 0;
  margin-left: 0;
  font-size: 1.1em;
}

/************
AirペイでiD、QUICPayでの会計をおこなう方法 arg_115007381588
Airペイで電子マネー(交通系)での会計をおこなう方法 arg_234716248
*********/
@media screen and (max-width:768px) and (min-width:0) {
  .article-body .arg_115007381588 .arg_point_box_b {
    margin-bottom: 30px;
  }

  .article-body .arg_115007381588 .content_box_list,
  .article-body .arg_234716248 .content_box_list {
    margin-bottom: 40px;
  }

  .article-body .arg_115007381588 .content_box_list .imgbox,
  .article-body .arg_234716248 .content_box_list .imgbox {
    text-align: center;
    margin-top: 0;
  }

  .arg_container.container .arg_article_conteiner .article-body .arg_115007381588 .content_box_list .imgbox img,
  .arg_container.container .arg_article_conteiner .article-body .arg_234716248 .content_box_list .imgbox img {
    width: 50%;
  }
}

/*********Airレジ導入に必要な周辺機器と費用 arg_115007822447*********/
.arg_115007822447 .arg_bg_gradation {
  position: relative;
  display: flex;
}

.arg_115007822447 .arg_bg_gradation:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(32, 174, 229, 1)), to(rgba(32, 174, 229, 0)));
  background: -webkit-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
  background: -moz-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
  background: -o-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
  background: -ms-linear-gradient(top, rgba(32, 174, 229, 0.2), rgba(32, 174, 229, 1));
  background: linear-gradient(90deg, rgba(32, 174, 229, 0), rgba(32, 174, 229, 1), rgba(32, 174, 229, 1));
  z-index: 10;
  top: 0;
  left: 0;
}

.container .article-content .article-body .arg_115007822447 .arg_bg_gradation img {
  width: 50%;
  display: flex;
}

.container .article-content .article-body .arg_115007822447 .arg_bg_gradation .price_text {
  width: 100%;
  z-index: 11;
  text-align: right;
  font-size: 1em;
  padding: 10px 3%;
  height: 100%;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}

.arg_container.container .article-content .article-body .arg_115007822447 .arg_bg_gradation .price_text p {
  color: #FFF;
  width: 100%;
}


.arg_115007822447 .arg_bg_gradation .price_text .arg_value {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
}


@media screen and (min-width:449px) {
  .arg_115007822447 .arg_sp_only {
    display: none !important;
  }
}

@media screen and (max-width:448px) and (min-width:0) {
  .arg_115007822447 .arg_pc_only {
    display: none;
  }

  .arg_115007822447 .arg_sp_only .arg_inner_box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .arg_115007822447 .arg_sp_only .arg_inner_box .arg_image {
    margin-bottom: 20px;
  }

  .arg_115007822447 .arg_sp_only .arg_inner_box .arg_image img.sp_thum {
    padding: 30px 8%;
  }

  .arg_115007822447 .arg_sp_only .arg_inner_box .arg_inner_text {
    font-size: 0.9em;
  }

  .arg_115007822447 .arg_combination .arg_sp_only {
    padding-left: 5%;
    padding-bottom: 26px;
  }

  .arg_115007822447 .arg_combination .arg_sp_only+.arg_sp_only {
    border-top: 1px solid #dddddd;
  }

  .arg_115007822447 .arg_combination .arg_sp_only .sp_text {
    background: none;
    text-align: left;
    margin-top: 20px;
    width: 100%;
  }

  .arg_115007822447 .arg_combination .arg_sp_only .sp_text .arg_value {
    text-align: right;
    margin-top: 20px;
    font-weight: bold;
  }

}

/******支払い方法に「交通系電子マネー（Airペイ）」が表示されない不具合について arg_115008907448*********/
.arg_container.container .article-content .article-body .arg_115008907448 .arg_spec_con_inner {
  padding-left: 20px;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col {
  padding-right: 6%;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a {
  background-image: none;
  display: block;
}

.arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a img {
  width: 80%;
}

@media screen and (max-width:448px) and (min-width:0) {
  .arg_container.container .article-content .article-body .arg_115008907448 .arg_spec_con_inner {
    padding: 0;
  }

  .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col {
    padding: 0;
  }

  .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col+.arg_col {
    margin-top: 30px;
  }

  .arg_container.container .article-content .article-body .arg_115008907448 .arg_col2 .arg_col a {
    padding: 0 10%;
  }
}

/*********Airレジ導入までのながれ arg_115009461008*****/

.container .article-content .article-body .arg_115009461008 a[target="_blank"] {
  margin: auto
}

.container .article-content .article-body .arg_115009461008 img {
  display: block;
  margin: auto;
}

.arg_container.container .arg_article_conteiner .article-body .arg_115009461008 .arg_article_content img {
  width: 70%;
}

.container .article-content .article-body .arg_115009461008 a[target="_blank"].appstore {
  background: none;
}

.container .article-content .article-body .arg_115009461008 a[target="_blank"].appstore img {
  width: 30%;
}

.arg_115009461008 .arg_step_index {
  border-bottom: none;
}

/************Thanks & s_code add css **********/

/* お問い合わせページ  */
.arg_form {
  margin-right: auto;
  margin-left: auto;
}

.arg_form h1.arg_new_request_tit {
  line-height: 1.6;
  border-bottom: 1px #ddd solid;
  font-size: 1.6em;
  padding-bottom: 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

.arg_form .arg_form_attention {
  margin: 1em 0;
  padding: 1em 1.2em;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

.arg_form a.link-external {
  display: inline !important;
}

#new_article.arg_form_attention ul.arg_form_example {
  padding: 0;
  margin: 0.3em 0 0 0 !important;
  list-style: none !important;
}

#new_article.arg_form_attention ul.arg_form_example li {
  list-style: none !important;
  padding-left: 2em;
}

#new_article.arg_form_attention ul.arg_form_example li:before {
  content: "";
  display: inline-block;
  background: none;
  width: 2em;
  position: static;
  -webkit-border-radius: initial;
  border-radius: initial;
  margin: 0 0 0 -2em;
  padding: 0;
}

#new_article.arg_form_attention ul.arg_form_example li:first-child:before {
  content: "例）";
}

#new_article.arg_form_attention ul.arg_form_example li p+p {
  margin-top: 0 !important;
}

#new_article.arg_form_attention ul.arg_form_example li p:first-child {
  margin-top: 0.3em;
  display: inline;
}

#new_article.arg_form_attention ul.arg_form_example li p:nth-of-type(2) {
  margin-left: 2em;
}

@media only screen and (max-width: 550px) {
  #new_article.arg_form_attention ul.arg_form_example li p:nth-of-type(2) {
    margin-left: 0em;
  }
}

.arg_form_forgetlist {
  padding: 0;
  list-style: none;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.arg_form_forgetlist>li {
  display: table-cell;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.arg_form .arg_form_forgetlist h3 {
  font-size: 1rem;
  font-weight: 600;
  border: none;
  padding: 0 0 .5em;
  margin: 0;
}

.arg_container .arg_form a:not(.nesty-input) {
  color: #0090B1;
  text-decoration: underline;
}

.arg_form_fl_img {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  text-align: center;
}

.arg_form_fl_img img {
  max-width: 50%;
  vertical-align: top;
  height: 100%;
  max-height: 50px;
}

.arg_form_fl_txt {
  display: inline-block;
  width: 65%;
}

.arg_article_content .arg_form_caution_txt {
  font-size: .8rem;
  display: block;
  position: relative;
  padding-left: 50px;
}

.arg_form_caution_txt::before {
  content: "ご注意";
  position: absolute;
  left: 0;
  top: 0;
  color: red;
  display: inline-block;
}

.arg_form_small {
  margin-top: 3em;
  font-size: .8rem;
}

.arg_ten_list {
  margin: 2em 0 1em;
  padding: 0;
}

.arg_formlist_n {
  margin: 2em 0 1em 1.5em;
  padding: 0;
}

.arg_formlist_n ul {
  margin: .5em 0 .5em 2em;
}

.arg_formlist_n li {
  list-style: disc;
}

.arg_formlist_n li em {
  color: #20aee5;
  font-style: normal;
  font-weight: bold;
}

.arg_container .arg_request_attention .arg_ten_list>li,
.arg_ten_list>li {
  margin: 0;
  padding: 0 0 .5em 1.2em;
  position: relative;
  list-style: none;
  line-height: 1.6;
  display: block;
}

.arg_container .arg_request_attention .arg_ten_list>li::before,
.arg_ten_list>li::before {
  display: inline-block;
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.arg_ten_list_intopspace {
  padding-top: 2em;
}

.arg_small_desc {
  color: #888;
  padding: 0;
  margin: 0 !important;
}

.arg_small_desc .arg_ten_list {
  font-size: 12px;
}

.arg_small_desc .arg_ten_list>li {
  line-height: 1.8;
}

.form_request {
  margin-top: 3em;
}

.nesty-input:after {
  /* content:"▾"; */
  content: "\025be";
}

.form_request footer {
  margin-bottom: 0;
}

.form_request .form-field.boolean {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_request .form-field.boolean label {
  order: 2;
  margin-bottom: 0;
  font-size: 15px;
  flex-shrink: 1;
  width: calc(100% - 2em);
}

.form_request .form-field.boolean input[type="checkbox"] {
  order: 1;
  margin-top: 3px;
  margin-right: 5px;
  width: 1.2em;
}

.form_request .form-field.boolean div.notification {
  order: 3;
  width: 100%;
}

.form_request .form-field.required>label:after {
  content: '必須';
  margin-left: 6px;
  top: -1px;
  background: #fff;
  border: 1px solid #f53816;
  border-radius: 2px;
  color: #f53816;
  font-weight: normal;
  font-size: 11px;
  padding: 1px 3px;
  white-space: nowrap;
  position: relative;
}

/* form footer 修正 2017.10.6
form footer {
  border: none;
}
 */


/*  thanks  */

body.arg_thanks_body {
  height: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

body.arg_thanks_body main {
  display: none;
}

.arg_thanks_body .zopim {
  display: none;
}

.arg_thanks_body .notification-notice {
  background: white;
  border: none;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.arg_thanks_body .notification a {
  color: white;
}

.arg_thanks_body .arg_container,
.arg_thanks_body .arg_header,
.arg_thanks_body .arg_footer {
  display: none;
}

.arg_thanks {
  text-align: center;
  max-width: 770px;
  margin: 3% auto;
  font-size: 1rem;
}

.arg_thanks h1 {
  line-height: 1.6;
  border-bottom: 1px #ddd solid;
  font-size: 2rem;
  padding: 0.5em 0 1em;
  font-weight: normal;
  border: none;
  color: #21aee5;
}

.arg_thanks h1 br {
  display: none;
}

.arg_thanks>p {
  padding: 0 0 1em;
}

.arg_back_btn {
  padding-top: 3em;
  text-align: center;
}

.arg_thanks_inlist {
  padding: 1.5em;
  text-align: left;
  margin: 0;
}

.arg_thanks_inlist li {
  list-style: disc;
  margin-left: 1em;
}

@media only screen and (min-width: 1000px) {
  .notification-notice {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .arg_thanks {
    margin: 0 auto;
    font-size: 1.15rem;
  }

  .arg_thanks h1 {
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }

  .arg_thanks_inlist {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 550px) {
  .arg_form .arg_form_forgetlist h3 {
    font-size: 3vw;
  }

  .arg_form_fl_img {
    display: none;
  }

  .arg_form_fl_txt {
    width: 95%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .arg_thanks {
    text-align: left;
  }

  .arg_thanks h1 {
    font-size: 7vw;
  }

  .arg_thanks>p {
    padding: 0 0 1.5em;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }

  .arg_thanks h1 br {
    display: inline-block;
  }
}

@media only screen and (max-width: 320px) {

  .arg_thanks,
  .arg_thanks h1 {
    line-height: 1.2;
  }

  .arg_back_btn {
    padding-top: 1em;
  }

}

/************form parts overwrite add css 20170626*************/
/*** セレクトボックスの高さ ***/
.nesty-panel {
  height: 300px;
  height: 30vmin;
}

/*** セレクトボックス内のliの高さ ***/
.nesty-panel li {
  padding: 1em !important;
}

/*************補助金対象アイコン 20170629*******************/
h4.arg_reduced_taxrate {
  position: relative;
  padding-right: 80px !important;
  word-break: break-all;
}

h4.arg_reduced_taxrate::before {
  background-color: #6D8C98;
  color: #fff;
  padding: .1em .5em;
  border-radius: 3px;
  font-size: .8rem;
  content: "補助金対象";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.5rem;
}

/* キャンペーンラベル */
h4.arg_reduced_taxrate a {
  background-color: #ff9700;
  color: #fff;
  padding: .1em .5em;
  border-radius: 3px;
  font-size: .8rem;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 85px;
}

/********iframe のレスポンシブ対応用追加CSS 2017.7.7*****************/

.arg_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.arg_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*バナーを一覧に入れる場合（横長）*/
.manual_banner_list {
  text-align: center;
  margin: 0 0 2em;
}

.manual_banner_list img {
  max-width: 728px;
  width: 100%;
  display: inline-block;
  margin: 0;
  text-align: center;
}


/*******footer リンク導入**********/
footer {
  padding: 3em 0 0;
  margin: 4em 0 0 0;
  text-align: center;
  border: none;
  padding: 30px 0 0;
  height: auto;
}

footer .pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 1;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #20AEE5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  line-height: 50px;
}

footer .footer-inner {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
}

ul.footer-banner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.footer-banner>li {
  width: 32%;
  box-sizing: border-box;
  padding: 0 0 1.5%;
}

.footer-banner>li img {
  width: 100%;
  height: auto;
}

footer nav {
  background-color: #656D70;
  padding: 1.5% 0;
  text-align: left;
  color: white;
  font-size: .9rem;
}

footer nav .inner {
  padding: 0 1em;
  max-width: 1160px;
  margin: 1em auto;
}

footer nav p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-nav {
  margin: 0 auto 2em;
  display: block;
  list-style: none;
}

footer .footer-nav li {
  display: inline-block;
  padding: 0 .6em 0 1em;
  margin: 0;
  border-left: 1px solid;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
}

footer .footer-nav li:first-child {
  border: none;
  padding-left: 0;
}

.footer-nav li a {
  display: inline-block;
  padding: 0;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
}

.footer-nav li a:hover {
  text-decoration: underline;
}

footer nav a,
footer .copyright a {
  color: white;
}

footer .copyright {
  padding: 0;
  margin: 0 0 10 0px;
}

footer .copyright a {
  margin-top: 40px;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  font-size: 10px;
  /*   text-decoration: underline; */
}

/*20210315追加*/
footer .copyright img {
  vertical-align: bottom;
}

footer .copyright span {
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {

  .footer-banner>li {
    width: 95%;
  }

  footer .footer-nav li,
  footer .footer-nav li:first-child {
    /*display: block; */
    border: none;
    padding: 0;
    border-right: 1px solid;
  }

  footer .footer-nav li:last-child {
    border: none;
  }

  footer .footer-nav li a {
    /*padding: .8em 1em;
display: block;
border-bottom: 1px solid #ababab;*/
    padding: 0em .5em 0 0;
  }

  footer nav {
    padding: 1em 0;
  }
}

/* footer 変更に伴うbody下 */
body {}

/*****footer trademark*****/
footer .copyright a.recru_link {
  display: inline-block;
}

footer .block_trademark {
  margin-top: .5em;
}

.copyright .trademark {
  font-size: 10px;
  margin-left: .5rem;
  display: block;
}

/******design 見直し new_id add************/

#new_article {}

#new_article * {
  font-size: 1rem;
  font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
  line-height: 1.6;
  color: #555;
  font-weight: normal;
}

#new_article img {
  margin: 0;
}

#new_article section+section {
  margin-top: 3em;
}

#new_article strong {
  font-weight: 600;
  color: #555555;
  line-height: 100%;
}

/* ソース用 */
#new_article pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

#new_article code {
  padding: 0 5px;
  margin: 0 2px;
  border: none;
}

/* 検索結果キーワード */
.search-results em {
  font-weight: bold;
  font-style: normal;
}

.search-results a.search-result-link,
.search-results a.search-result-link:link {
  color: #0070c0;
  /*text-decoration: underline;*/
  font-weight: normal;
}

.search-results a.search-result-link:hover,
.search-results a.search-result-link:active {
  text-decoration: none;
}

/*****************search new design************************/
/* main */
main {
  width: auto;
}

@media only screen and (min-width: 768px) {
  main {
    border-top: 1px solid #ddd;
    position: static;
    display: block;
  }
}

/* パンくず */
.sub-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: block-axis;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  margin: 1.2em 0 0 .8em;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

.header .search {
  display: none;
}

/* 検索結果 */
.search-results-list {
  /* overwrite */
  margin-top: 1em;
  min-height: 350px;
}

/* header */
.header {
  height: auto;
  padding: 0 10px; /* 0px */
  line-height: inherit;
  /* width: 90%; */
}

.logo {
  z-index: 100;
  position: relative;
  height: 70px;
  padding: 0;
}

.logo a {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.search_box {
  background-color: #E1F0F8;
  padding: 1em 0;
  margin: 0 0 1.5em;
}

.search_box .search input[type='search'] {
  border: 1px solid #bdc3c4;
  padding: .5em 70px .5em 50px;
  border-radius: 4px;
  height: 45px;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.search::before {
  content: "";
  display: block;
  speak: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(/hc/theming_assets/01J00QWKPXP8B99TYXP9D33J0X) center center no-repeat transparent;
  background-size: 25px;
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 768px) {
  .search_box.notop {
    position: absolute;
    right: -100%; /* 0% */
    left: -100%; /* 35% */
    top: 0;
    background: none;
    padding: 1em .5em 1em 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px; /* 540px */
    z-index: 1;
  }

    /* 新規追加 20260526 */
  .search_box.notop .search {
        float: right;
        margin-right: 120px;
        max-width: 520px;
  }

  .search_box .search input[type='search'] {
    height: 40px;
    line-height: 1;
  }

  .notop .search {
    float: right;
  }

  .search::before {
    background-size: 23px;
  }
}

.search {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1130px;
}

.search_box input:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-box-shadow: none;
  outline-offset: unset;
  outline: none;
}

.search_box input[type='submit'] {
  display: block;
  width: 80px;
  min-width: 60px;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #20AEE5;
  color: white;
  font-size: .9rem;
  border: none;
  border-radius: 0 6px 6px 0;
}

/* 新規追加 20260526 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search_box.notop .search {
        max-width: 340px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .search {
    /* max-width: 360px;*/
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .search_box {
    padding: 1em 0;
    margin: 0;
  }
}


/* プレースホルダー*/
:placeholder-shown {
  color: #bdc3c4;
  line-height: 40px !important;
}

::-webkit-input-placeholder {
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  color: #bdc3c4;
}

:-moz-placeholder {
  /* Firefox */
  color: #bdc3c4;
  opacity: 1;
}

::-moz-placeholder {
  color: #bdc3c4;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdc3c4;
}


/* zendeskクラス打ち消し */
/* underline */
#new_article .wysiwyg-underline {
  text-decoration: none;
}

/* fontsize */
#new_article .wysiwyg-font-size-small,
#new_article .wysiwyg-font-size-medium,
#new_article .wysiwyg-font-size-large,
#new_article .wysiwyg-font-size-x-large {
  font-size: inherit;
}

/* small,big打ち消し */
#new_article small,
#new_article big {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/* フォント上げ下げ */
#new_article .note-text {
  font-size: .9em !important;
}

#new_article .important-text {
  font-size: 1.3em !important;
}

/* 上付き下付き */
#new_article sup {
  font-size: inherit;
}

#new_article sub {
  font-size: inherit;
}

#new_article .arg_ttl-sample {
  /* sample */
  display: block;
  padding: 0;
  margin: 2em 0 0;
  font-weight: 600;
  position: relative;
}

#new_article .h3step+.indent {
  margin: 0 1em;
}

/* a link lvha */

#new_article a {
  text-decoration: underline;
  color: #0892c7;
}

#new_article a:visited {
  opacity: .6;
  filter: alpha(opacity=60);
}

#new_article a:hover {
  text-decoration: none;
}

#new_article a:active {}

#new_article a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* tel */
@media only screen and (min-width: 768px) {
  #new_article a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

/* img */

#new_article img.nobdr {
  border: none !important;
  background: none;
  padding: 0;
  margin: 1em auto;
  display: inline-block;
}

#new_article .oneimg {
  text-align: left;
  margin: 1em auto;
}

#new_article .oneimg img {
  max-width: 100%;
  border: 1px solid #cccccc;
  margin: 0 auto;
  box-sizing: border-box;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #new_article .oneimg {
    margin: .5em 0;
  }

  #new_article .oneimg img {
    max-width: 100%;
    width: 100%;
  }
}

/* figure */
figure {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

*+figure {
  margin-top: 1.5em;
}

#new_article figcaption {
  text-align: center;
  font-size: .9rem;
  display: inline-block;
  width: 100%;
  margin-bottom: .5em;
  font-weight: normal;
}

#new_article img+figcaption {
  margin-top: .5em;
}

figure>img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #bdc3c4;
  vertical-align: top;
}


/* h系 */
/* overwrite */
h1 {
  font-weight: normal !important;
  font-size: 2rem !important;
  padding: .5em 0 !important;
  background: none !important;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  border-bottom: 1px solid #dddddd;
}

#new_article h2 {
  background: none;
  padding: 0;
  margin: 3em 0 1.5em;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative;
  color: #555555;
  line-height: 1.5;
  border: none;
  font-feature-settings: "palt";
  letter-spacing: .06rem;
}

#new_article h2.h2step {}

#new_article h2.h2step span {
  font-weight: normal;
  color: #20aee5;
  font-size: 80%;
  display: inline-block;
  margin-right: .5em;
}

#new_article h3 {
  background: none;
  padding: 0 0 .5em;
  margin: 2.5em 0 1.5em;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555555;
  border-bottom: 1px solid #cccccc;
  position: relative;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}

#new_article h3.h3step span {
  font-weight: normal;
  color: #20aee5;
  font-size: .8em;
  display: inline-block;
  margin-right: .5em;
  line-height: 1;
  vertical-align: top;
  position: relative;
  top: .5em;
}

#new_article h3::before {
  content: "";
  display: inline-block;
  width: 30%;
  height: 1px;
  /*background: #29363b;*/
  position: absolute;
  left: 0;
  bottom: -1px;
}

#new_article ol>li>h3:first-child {
  margin-top: 0;
  line-height: 1;
}

#new_article h4 {
  background: none;
  padding: 0;
  margin: 2em 0 1em;
  font-size: 1.2rem;
  font-weight: 600;
  /*color: #29363b;*/
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

#new_article ol>li>h4:first-child {
  margin-top: 0;
  line-height: 1.3;
}

#new_article .box>h4:first-child {
  margin-top: 0;
  margin-bottom: .5em;
}

#new_article h5 {
  background: none;
  padding: 0;
  margin: 1.5em 0 .5em;
  font-size: 1rem;
  font-weight: 600;
  /*color: #29363b;*/
  color: #555;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}


.font-feature-settings {
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga=1";
  font-kerning: normal;
}

.font-feature-settings-ie {
  font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga=1";
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: calc(140% + 2vw) !important;
  }

  #new_article h2 {
    font-size: calc(1.3rem + 2vw);
  }

  #new_article h3 {
    font-size: calc(1.2rem + 0.5vw);
  }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article h3.h3step span {
    position: absolute;
    top: -1.2em;
  }
}

/* 通常テキスト */
#new_article p {
  margin: 0;
}

#new_article p+p {
  margin-top: 1em;
}

/* 表組み */

#new_article table {
  width: 100%;
  margin: 1em 0;
  padding: 0;
  border-collapse: collapse;
}

#new_article th,
#new_article td {
  border: 1px solid #bdc3c4;
  padding: .6rem;
  margin: 0;
  text-align: left;
  vertical-align: center;
  font-weight: normal;
}

#new_article th {
  background: #e6e6e6;
  text-align: center;
}

#new_article th.nowrap,
#new_article td.nowrap {
  white-space: nowrap;
}

#new_article .align-center th,
#new_article .align-center td {
  text-align: center;
}

#new_article .align-left th,
#new_article .align-left td {
  text-align: left;
}

#new_article .align-right th,
#new_article .align-right td {
  text-align: right;
}

#new_article table.tbl-onoff td {
  text-align: center;
  vertical-align: middle;
}

#new_article table.layout-fix {
  table-layout: fixed;
}

#new_article table.calendar th {
  white-space: nowrap;
}

#new_article table.calendar th.month {
  width: 12%;
}

#new_article table.calendar th.day {
  width: 16%;
}

#new_article table.calendar th.youbi {
  width: 10%;
}

#new_article table.calendar td.holiday {
  color: #f55852;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

  #new_article table:not(.tbl-pc):not(.tbl-onoff):not(.table_accordion):not(.disp-pc) th,
  #new_article table:not(.tbl-pc):not(.tbl-onoff):not(.table_accordion):not(.disp-pc) td {
    display: block;
    float: left;
    width: 100%;
    margin-top: -1px;
    position: relative;
    box-sizing: border-box;
  }

  #new_article .tbl-attr thead {
    display: none;
  }

  #new_article .tbl-attr tbody th::before,
  #new_article .tbl-attr tbody td::before {
    content: "[" attr(data-label)"]";
    display: block;
    padding-right: .5em;
    text-align: left;
    font-weight: 600;
  }

  #new_article table.tbl-attr.td-nobdr td {
    margin-top: 0 !important;
    ;
  }
}

@media only screen and (max-width: 480px) and (orientation: portrait) {

  #new_article th,
  #new_article td {
    /*font-size: 80%;*/
  }

  #new_article table.tbl-pc th,
  #new_article table.tbl-pc td,
  #new_article table.tbl-pc li {
    font-size: .9rem;
  }

  #new_article table.tbl-pc td .note-list>li,
  #new_article table.tbl-pc td .note-text {
    font-size: .8rem !important;
  }

  #new_article th strong,
  #new_article td strong {
    font-size: inherit;
  }

  #new_article table.tbl-pc th.nowrap,
  #new_article table.tbl-pc td.nowrap {
    white-space: normal;
  }
}

/*  SP用フォント小テーブル  */
@media only screen and (max-width: 480px) and (orientation: portrait) {

  table.tbl-spfont td,
  table.tbl-spfont th {
    font-size: 10px !important;
    padding: .5em .2em !important;
  }
}

/*  横スクロールテーブル  */
#new_article .sc-wrap {
  width: 100%;
  margin: 1em 0;
  overflow-x: scroll !important;
  /*
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
*/
}

.sc-wrap::-webkit-scrollbar {
  height: 8px;
}

.sc-wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

.sc-wrap::-webkit-scrollbar-track,
.sc-wrap::-webkit-scrollbar-track-piece {
  background: #eee;
}

#new_article .sc-wrap th,
#new_article .sc-wrap td {
  display: table-cell;
  width: auto;
  float: none;
}


/* リスト（連番） */

#new_article ol {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  min-height: 1em;
}

#new_article li ol {
  margin: .5em 0;
}

#new_article ol>li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.6em;
  text-indent: 0;
  counter-increment: olstep;
}

#new_article ol>li+li {
  margin-top: .5em;
}

#new_article ol>li::before {
  content: counter(olstep);
  display: inline-block;
  margin-right: 1em;
  background: #20aee5;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

#new_article ol ol>li {
  counter-increment: olstep2;
}

#new_article ol ol>li::before {
  content: counter(olstep2)'.';
  background: none;
  color: #20aee5;
  font-weight: 600;
  font-size: 1rem;
}

#new_article ol ol ol>li {
  counter-increment: olstep3;
}

#new_article ol ol ol>li::before {
  content: counter(olstep3)'.';
  color: black;
}

/* リセット用 1-10 */
#new_article ol.ol-reset-1 {
  counter-reset: olstep 0;
}

#new_article ol.ol-reset-2 {
  counter-reset: olstep 1;
}

#new_article ol.ol-reset-3 {
  counter-reset: olstep 2;
}

#new_article ol.ol-reset-4 {
  counter-reset: olstep 3;
}

#new_article ol.ol-reset-5 {
  counter-reset: olstep 4;
}

#new_article ol.ol-reset-6 {
  counter-reset: olstep 5;
}

#new_article ol.ol-reset-7 {
  counter-reset: olstep 6;
}

#new_article ol.ol-reset-8 {
  counter-reset: olstep 7;
}

#new_article ol.ol-reset-9 {
  counter-reset: olstep 8;
}

#new_article ol.ol-reset-10 {
  counter-reset: olstep 9;
}

/* リスト（箇条） */

#new_article ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  min-height: 1em;
}

#new_article li ul {
  margin: .5em 0;
}

#new_article ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}

#new_article ul>li+li {
  margin-top: .5em;
}

#new_article ul>li::before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  background: #999;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .5em;
  left: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}

#new_article li>*:first-child {
  margin-top: 0;
}

#new_article .tbl-pc ul {
  margin: .4rem 0;
  vertical-align: middle;
}


/* 目次 */

#new_article .index {
  background: #f0f0f0;
  margin: 1em 0;
  padding: 2em;
}

#new_article .index strong {
  font-size: 1rem;
  color: #555;
  display: inline-block;
  padding-bottom: .5em;
}

#new_article .index ul {
  margin: .5em 0 0;
}

#new_article .index li {
  margin: 0;
}

#new_article .index li+li {
  margin-top: .5em;
}

#new_article .index li::after {
  display: none;
}

#new_article .index li a {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .index {
    padding: 1.3em;
  }
}

/* ページステップ */

#new_article .page-nav {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#new_article .page-nav>li {
  display: table-cell;
  text-align: center;
  padding: 1.5em 0 0 0;
  vertical-align: top;
  font-size: 90% !important;
  line-height: 1.3;
}

#new_article .page-nav>li::before {
  width: 10px;
  height: 10px;
  background: #bdc3c4;
  left: -100%;
  right: -100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  z-index: 2;
}

#new_article .page-nav>li.active::before {
  background: #20aee5;
  width: 20px;
  height: 20px;
  top: -5px;
}

#new_article .page-nav>li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background: #bdc3c4;
  left: 0;
  width: 100%;
  top: 4px;
}

#new_article .page-nav>li:first-child::after {
  right: 0;
  left: 50%;
}

#new_article .page-nav>li:last-child::after {
  width: 50%;
}

#new_article .page-nav>li a {
  display: block;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
  font-size: inherit;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .page-nav>li {
    font-size: 90% !important;
  }
}

/* under sonstructing */

/* 横並びレウアウトflexキャンセル */
#new_article .column2>*,
#new_article .column3>* {
  display: block;
  width: 100%;
}

#new_article .column2 img,
#new_article .column3 img {
  margin: 0;
}

/* レイアウト：横並び2つで表示 */

#new_article .column2 {
  margin: 1em 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .column2>*:first-child {
  margin-top: 0 !important;
}

#new_article .column2>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .column2>p {
  display: block;
  width: 100%;
}


/* 画像説明タイプ ４：６ */

#new_article .column2>.column2-l,
#new_article .column2>.column2-r {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  width: 38%;
  vertical-align: top;
  min-height: 0%;
}

#new_article .column2>.column2-l *:first-child,
#new_article .column2>.column2-r *:first-child {
  margin-top: 0;
}

#new_article .column2>.column2-r {
  width: 60%;
}

#new_article .column2>.column2-l>ul,
#new_article .column2>.column2-r>ul,
#new_article .column2>.column2-l>ol,
#new_article .column2>.column2-r>ol {
  margin-top: 0;
}

#new_article .column2>.column2-l>*+ul,
#new_article .column2>.column2-r>*+ul,
#new_article .column2>.column2-l>*+ol,
#new_article .column2>.column2-r>*+ol {
  margin-top: 1em;
}

/* 中にリスト */

#new_article .steplist,
#new_article .column2-in>li+li,
#new_article .space-in>li+li,
#new_article .steplist>li+li {
  margin-top: 2em;
}

#new_article ol.column2-in>li+li::before,
#new_article ol.space-in>li+li::before,
#new_article ol.steplist>li+li::before {
  top: .1em;
}

#new_article ul.column2-in>li+li::before,
#new_article ul.space-in>li+li::before,
#new_article ul.steplist>li+li::before {
  top: .5em;
}

/* タイプ 5：5 */

#new_article .column2>.column {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  width: 48%;
  min-height: 0%;
}

#new_article .column>*:first-child {
  margin-top: 0;
}


/* タイプ 3：7 */

#new_article .column2>.column2ex-l,
#new_article .column2>.column2ex-r {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  width: 67%;
  vertical-align: top;
  min-height: 0%;
}

#new_article .column2>.column2ex-l {
  width: 30%;
  text-align: center;
}

#new_article .column2>.column2ex-r+.column2ex-l,
#new_article .column2>.column2ex-l+.column2ex-r {
  padding-left: 1em;
}

.column2ex-l>*:first-child,
.column2ex-r>*:first-child {
  margin-top: 0 !important;
}

#new_article .column2 img,
#new_article .column3 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

#new_article .column2 img:not(.nobdr),
#new_article .column3 img:not(.nobdr) {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column2 {
    flex-flow: column wrap;
  }

  #new_article .column2>.column2-l,
  #new_article .column2>.column2-r,
  #new_article .column2>.column2ex-l,
  #new_article .column2>.column2ex-r,
  #new_article .column2>.column {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  #new_article .column2>.column2ex-r {
    padding-top: 2em;
  }

  #new_article .h3step+.indent {
    margin: 0;
  }

  #new_article .column2-in>li,
  #new_article .space-in>li {
    /*padding-left: 0;*/
  }

  #new_article .column2-in>li::before,
  #new_article .space-in>li::before {
    /*left: -1.6em;*/
  }

  #new_article ul.space-in>li::before {
    left: 0;
  }

  #new_article ul.space-in>li {
    padding-left: 1em;
  }

  #new_article .column2-l+.column2-r {
    margin-top: 1em;
  }

  #new_article .column+.column {
    margin-top: 1rem;
  }
}

/*横並び3つで表示*/

#new_article .column3 {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .column3>.column {
  margin: 0;
  width: 31%;
  min-height: 0%;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column3 {
    flex-flow: column wrap;
  }

  #new_article .column3>.column {
    width: 100%;
    margin: 0;
  }

  #new_article .column3>.column+.column {
    margin-top: 1em;
  }
}

/* 横並びレイアウト上限に指定外が来た場合のみ余白を取る */
#new_article .column2>p+.column2-l,
#new_article .column2>p+.column2-l+.column2-r,
#new_article .column2>div+p,
#new_article .column2>div+ol,
#new_article .column2>div+ul,
#new_article .column3>p+.column,
#new_article .column3>p+.column~.column,
#new_article .column3>.column+p,
#new_article .column3>.column+ul,
#new_article .column3>.column+ol {
  margin-top: 1em;
}

/* 横並びレイアウト 中に.note-listの場合上の余白を多くとる */
#new_article .column2ex-l .note-list,
#new_article .column2ex-r .note-list,
#new_article .column2-l .note-list,
#new_article .column2-r .note-list {
  margin-top: 1em;
}

/* flexのオプション */
.f-item-center {
  -webkit-align-items: center;
  align-items: center;
}

/* 画像のみ横並び（画面のBefore/After） */

#new_article .column-img {
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
  display: table;
}

#new_article .column-img>img {
  letter-spacing: normal;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 0 2.5%;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  border: 1px solid #bdc3c4;
  max-width: 100%;
  height: auto;
}

#new_article .column-img>img:first-child {
  margin-left: 0;
}

#new_article .column-img figure.width46 {
  width: 46%;
  letter-spacing: 0;
}

#new_article .column-img figure.width46 img {
  border: 1px solid #bdc3c4;
  margin: 0 0 0 2.5%;
}

#new_article .column-img figure.width46 img:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column-img {
    text-align: center;
    display: block;
  }

  #new_article .column-img>img {
    max-width: 100%;
    width: auto;
    margin: 0 0 1em;
  }

  #new_article .column-img img.ico-arrow {
    margin-bottom: .9em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    speak: none;
    width: 6%;
  }

  #new_article .column-img figure.width46 {
    max-width: 100%;
    width: auto;
    margin: 0 0 1em;
  }

  #new_article .column-img figure.width46 img {
    margin: 0;
  }

}


/* 付加情報 */

#new_article .note-list {
  margin: .3em 0;
  padding: 0;
}

#new_article .note-list>li {
  padding-left: 1.2em;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
  font-size: 0.9rem;
}

/* note-text併用時 */
#new_article .note-text>li {
  font-size: inherit !important;
}

#new_article ol.note-list.note-text>li::before {
  top: .18rem;
}

#new_article ol.note-list {
  counter-reset: olstep;
}

#new_article ol.note-list>li {
  counter-increment: olstep;
  padding-left: 2em;
}

#new_article .note-list>li * {
  font-size: .9rem;
}

#new_article .note-list>li::before,
#new_article ol.note-list>li::before {
  content: "※";
  display: inline-block;
  background: none;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .45em;
  left: 0;
  line-height: 100%;
  font-size: .8rem;
}

#new_article ol.note-list>li::before {
  content: "※" counter(olstep);
  color: inherit;
  width: 2em;
  text-align: left;
  font-weight: normal;
}

/* 強調ポイント */
#new_article .box {
  margin: 1em 0;
  padding: 1em 1.2em;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

#new_article .box>*:first-child {
  margin-top: 0;
}

#new_article .box>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .box .box-ttl {
  font-size: .8rem;
  background: #bdc3c4;
  display: inline-block;
  padding: 5px 1em;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: .5em;
}

/* 強調警告 */

#new_article .box-alert,
#new_article .box-important {
  border-color: #f55852;
  color: #f55852;
}

#new_article .text-important {
  color: #f55852;
}

/* overwrite start */
#new_article .box-alert *,
#new_article .box-important * {
  color: #f55852;
}

#new_article .box-alert a,
#new_article .box-important a {
  color: #0892c7;
}

#new_article .box-important ul>li::before {
  background: red;
}

#new_article .box-important ul.note-list>li::before {
  background: transparent;
}

#new_article .box-important p {
  padding-top: 0px;
}

/*補足情報コンテンツ*/

#new_article .box-aside {
  border: 2px solid #ddd;
  padding: 1em 2em;
  margin: 1em 0;
  /*background: #f6f6f6;*/
  font-size: .8rem;
}

#new_article .box-aside * {
  font-size: .9rem;
  color: #999;
}

#new_article .box-aside a {
  color: #0892c7;
}

#new_article .box-aside>h4:first-child,
#new_article .box-aside>h5:first-child {
  margin-top: 0;
}

/*横位置*/

#new_article .align-left {
  text-align: left;
  overflow: auto;
}

#new_article .align-left * {
  float: left;
}

#new_article .align-center {
  text-align: center;
}

#new_article .align-center * {
  margin-right: auto;
  margin-left: auto;
}

#new_article .align-right {
  text-align: right;
  overflow: auto;
}

#new_article .align-right * {
  float: right;
}

/*縦位置*/

#new_article .valign-top,
#new_article .valign-top * {
  vertical-align: top;
}

#new_article .valign-middle,
#new_article .valign-middle * {
  vertical-align: middle;
}

#new_article .valign-bottom,
#new_article .valign-bottom * {
  vertical-align: bottom;
}

#new_article .valign-baseline,
#new_article .valign-baseline * {
  vertical-align: baseline;
}

/*画面名の遷移表示*/

#new_article .screen-box {
  margin: 1em 0 2em 0;
  background: #FAFAFA;
  font-size: .9em;
  padding: 0.2em 1.5em;
}

#new_article .screen-box dl dt {
  font-size: .9em;
}

#new_article .screen-contents {
  margin: .5em 0 0em;
  padding: 0;
  list-style: none;
  position: relative;
}

#new_article .screen-contents>li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 100%;
  font-size: .9em;
}

#new_article .screen-contents>li strong {
  font-size: 1em;
}

@media only screen and (max-width: 640px) {
  #new_article .screen-contents>li {
    font-size: .9rem;
  }
}

#new_article .screen-contents>li::before {
  content: "\f114";
  font-family: FontAwesome;
  /*background: url("$assets-ic_backoffice-svg") left center no-repeat transparent;*/
  background-size: 100%;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-right: .5em;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: none;
}

#new_article .screen-contents>li::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 .5em 0 .7em;
  background: none;
}

#new_article .screen-contents>li:last-child::after {
  display: none;
}

#new_article .screen-contents>li:last-child::before {
  content: "\f07b";
}

/*リンク*/
#new_article a.link-external,
#new_article a.link-pdf,
#new_article a.link-excel,
#new_article a.link-word,
#new_article a.link-relation {
  display: inline-block;
  position: relative;
  /*font-size: 0.8rem;*/
  /* overwrite start */
  background: none;
  padding-right: 0;
  margin-right: 0;
  /* overwrite end */
}

/* 右端リンク */
/* 外部 */
#new_article a.link-external::after,
#new_article a.link-pdf::after,
#new_article a.link-excel::after,
#new_article a.link-word::after,
.arg_form a.link-external::after {
  display: inline-block;
  line-height: 1;
  position: relative;
  right: 0;
  top: 0;
  margin-left: .3em;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/hc/theming_assets/01J00R6X83KX0YRAWGSY1B6RQ7) left .2em no-repeat transparent;
  background-size: 80%;
}

/* pdf */
#new_article a.link-pdf::after {
  background: url(/hc/theming_assets/01J00R8C1VB7H6ZSS2AQ59RBKE) left top no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
}

/* adobe download */
#new_article .adobe_pdf {
  display: block;
  width: 100%;
  margin: 2em 0;
  padding: 0;
  border: 1px solid #bdc3c4;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: -0.4em;
}

#new_article .adobe_pdf dt,
#new_article .adobe_pdf dd {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  padding: 1em;
  box-sizing: border-box;
  margin: 0;
  vertical-align: top;
  font-size: .8rem;
}

#new_article .adobe_pdf dt {
  padding-right: 0;
}

#new_article .adobe_pdf dd {
  width: 75%;
  text-align: left;
}

#new_article .adobe_pdf dd p {
  margin: 0;
  font-size: .8rem;
}

#new_article .adobe_pdf dd strong {
  display: block;
  padding-bottom: .5em;
}

#new_article .adobe_pdf a {
  color: #0892c7;
  font-size: 1em;
  font-weight: 600;
}

#new_article .adobe_pdf a:hover {
  text-decoration: none;
}

/* excel */
#new_article a.link-excel::after {
  background: url(/hc/theming_assets/01J00R9KFY9EJMVG6FHN01DYQM) left center no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
  height: 1.3em;
  vertical-align: top;
  display: inline-block;
}

/* word */
#new_article a.link-word::after {
  background: url(/hc/theming_assets/01J00RAMG46E487W6W19ZXYVWC) left center no-repeat transparent;
  margin-left: .2em;
  background-size: 100%;
  height: 1.3em;
  vertical-align: top;
  display: inline-block;
}

/* 画像リンクの場合はアイコンなし */
#new_article a.imglink::after {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

/* 関連 */
#new_article .relation {
  margin: .5em 0;
  text-align: right;
  padding-top: 0;
}

#new_article a.link-relation {
  /*display: block;
width: 55%;*/
  margin-left: auto;
}

#new_article a.link-relation::before,
.arg_form a.link-relation::before {
  content: "";
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  margin-right: .5em;
  font-size: .8rem;
  width: 1em;
  height: 1em;
  line-height: 1;
  background: url(/hc/theming_assets/01KBKW84EGR3CTKE4BCCHW99DG) left 2px no-repeat transparent;
  background-size: 100%;
}

/*  導線リンク */
#new_article a.btn {
  text-decoration: none;
  border: 1px solid;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0.7em 2.3em 0.7em 1.7em;
  ;
  display: inline-block;
  line-height: 1.4;
  margin: 2em auto;
  font-weight: bold;
  position: relative;
  /* overwrite start */
  background: none;
  color: inherit;
  /* overwrite end */
}

#new_article a.btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#new_article a.btn::after {
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
  background: url(/hc/theming_assets/01KBKW84AQSN3XSWAYCTRW4BCK) center center no-repeat transparent;
}

#new_article a.primary {
  color: white;
  background: #20aee5;
  min-width: 315px;
}

#new_article a.external::after {
  content: "";
  width: 1em;
  height: 1.2em;
  background: url(/hc/theming_assets/01J00RF10V6PEBTQWZX06KPYX4) left top no-repeat transparent;
}

@media only screen and (max-width: 500px) {
  #new_article a.primary {
    min-width: 100px;
  }
}

/*dl*/

#new_article dl {
  margin: 1em 0;
  padding: 0;
}

#new_article dt,
#new_article dd {
  margin: 0;
  padding: 0;
  position: relative;
}

#new_article dt {
  font-weight: 600;
}

#new_article dt+dd,
#new_article dt+dt {
  margin-top: .5em;
}

#new_article dd+dt {
  margin-top: 1.5em;
}

#new_article dt img,
#new_article dd img {
  border: 1px solid #bdc3c4;
}

#new_article dl.app_store img {
  height: 120px;
}

#new_article .img-height-l {
  text-align: center;
}

#new_article .img-height-l img {
  max-width: 320px;
}

/*リリース情報dl(リスト）*/

#new_article dl.release-list {
  margin-top: 2em;
}

#new_article dl.release-list dt {
  font-size: 1em;
  border-bottom: 1px solid #bdc3c4;
  padding-bottom: .5em;
}

/*faq*/

#new_article .faq>dt,
#new_article .faq>dd {
  padding-left: 2em;
}

#new_article .faq>dt::before,
#new_article .faq>dd::before {
  position: absolute;
  content: "Q";
  top: .1em;
  left: 0;
  padding-right: .5em;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 1em;
}

#new_article .faq>dt {
  font-size: 1.15em;
}

#new_article .faq>dd::before {
  content: "A";
  color: #20aee5;
  top: 0;
}

#new_article .faq>dd+dt {
  margin-top: 2.5em;
}

/*画面の説明*/

#new_article .parts-explain {
  margin-top: 2em;
}

#new_article .parts-explain>dt {
  font-weight: 600;
  color: #ff9700;
  position: relative;
}

#new_article .parts-explain>dt .num {
  color: white;
  background: #ff9700;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: .8rem;
  position: relative;
  left: 0;
  top: -.2em;
  margin-right: .5em;
  font-weight: 600;
}

#new_article .parts-explain>dd {
  padding-left: 2em;
}

#new_article .parts-explain>dd>dl {
  margin-top: .5em;
}


/*アコーディオン*/

#new_article .acordion dt {
  padding: .5em;
  margin: 0;
  background: #f0f0f0;
  border: 1px solid #bdc3c4;
  font-weight: normal;
}

#new_article .acordion dt.arg_ac_open {
  font-weight: 600;
  background: none;
  border-bottom: none;
}

#new_article .acordion dt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #bdc3c4;
  border-right: solid 2px #bdc3c4;
  -ms-transform: rotate(133deg);
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
  top: .7em;
  position: absolute;
  right: 18px;
}

#new_article .acordion dt.arg_ac_open::after {
  -ms-transform: rotate(-46deg);
  -webkit-transform: rotate(-46deg);
  transform: rotate(-46deg);
  top: 21px;
}

#new_article .acordion dd {
  margin: -1px 0 .5em 0;
  padding: .5em;
  border: 1px solid #bdc3c4;
  border-top: none;
}

#new_article .acordion dd+dt {
  margin-top: -1px;
  border-top: 1px solid #bdc3c4;
}

#new_article .acordion dd li {
  border: none;
}

/* アプリアイコンリスト アイコン＋テキスト */

#new_article .appicon_list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
}

#new_article .appicon_list>li {
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 31%;
  min-height: 0%;
  overflow: hidden;
}

#new_article .appicon_list>li::before {
  display: none;
}

#new_article .appicon_list a.imglink {
  display: block;
  float: left;
  margin-right: 5%;
  border-radius: 22.5%;
  overflow: hidden;
  width: 26%;
  max-width: 100px;
  height: auto;
  border: 1px solid #ddd;
}

#new_article .appicon_list a {
  font-size: .8rem !important;
}

#new_article .appicon_list .imglink img {
  border: none !important;
  width: 100%;
  height: auto;
}

#new_article .appicon_list dl {
  display: block;
  width: 60%;
  float: left;
  margin: 0;
}

#new_article .appicon_list dt,
#new_article .appicon_list dd,
#new_article .appicon_list p {
  font-size: .8rem;
}

#new_article .appicon_list dt a {
  font-weight: bold;
}

#new_article img.ico-shift {
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  width: 3%;
}

@media only screen and (max-width: 767px) {
  #new_article .appicon_list>li {
    width: 50%;
  }

}

@media only screen and (max-width: 640px) and (orientation: portrait) {

  #new_article .appicon_list {
    flex-flow: column wrap;
  }

  #new_article .appicon_list>li {
    width: 100%;
  }

  #new_article img.ico-shift {
    width: 6%;
  }
}

/* App Store ボタン */

.app_store {
  margin: 1em 0;
  padding: 0;
}

.app_store>dt,
.app_store>dd {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
}

.app_store>dd {
  margin-top: .5em;
}

.app_store a {
  background: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block;
  width: auto;
  text-align: center;
}

.app_store a img {
  max-height: 60px;
  width: auto !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none !important;
  margin-bottom: 0px !important;
}

/* vide iframe */

#new_article .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1em 0;
  border: 1px solid #bdc3c4;
}

#new_article .video iframe,
#new_article .video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* space l m s */

#new_article .space-l {
  margin-top: 6em !important;
}

#new_article .space-m {
  margin-top: 3em !important;
}

#new_article .space-s {
  margin-top: 1em !important;
}

#new_article .space-none {
  margin-top: 0 !important;
}

/* device pc sp */

#new_article .disp-sp {
  display: none;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .disp-sp {
    display: block;
  }

  #new_article .disp-pc {
    display: none;
  }

  #new_article .space-l {
    margin-top: 4em !important;
  }

  #new_article .space-m {
    margin-top: 2em !important;
  }
}


/********
header news
**********/
.header-news {
  background: #656D70;
  padding: .5em 0;
}

.header-news a {
  color: #fff;
}

.header-news a:hover {
  opacity: 0.4;
}

.header-news section {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*padding: 0 10px;*/
}

.article-list-info {
  float: left;
  /*width: 80%;*/
  position: relative;
  margin: 0;
  display: flex;
}

.article-list-info li {
  position: relative;
  list-style: none;
  /*padding-left: 5px;*/
  color: #fff;
}

.article-list-info li::before {
  display: none;
}

.article-list-info li+li {
  margin-top: .3em;
}

.article-list-info li.sp-news-num {
  display: none;
  position: relative;
  padding-left: 3.5em;
}

.header_info_newinfo::before,
.label-new {
  display: inline-block;
  background: #ff9700;
  color: white;
  line-height: 1;
  padding: .3em .6em;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: .3em;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: .5rem;
}

.article-list-info li.sp-news-num::before {
  content: "New";
  position: absolute;
  padding: 0 .6em;
  line-height: 16px;
}

.header-news .article-list-info span {
  display: inline-block;
  font-size: .9em;
  font-weight: 600;
  padding-right: .6em;
  color: white;
}

.header-news .article-list-info a {
  color: white;
}

.header-news .article-list-info a:hover {
  opacity: 0.4;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  dl.header-news-data {
    width: 100%;
  }

  dl.header-news-data dt {
    width: 40px;
    flex-basis: 2.5em;
  }

  dl.header-news-data dd {
    width: calc(100% - 50px);
  }
}


.header-news aside a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header-news aside a::before {
  content: "";
  display: inline-block;
  background: url(/hc/theming_assets/01KBKW84AQSN3XSWAYCTRW4BCK) center center no-repeat transparent;
  padding: .3em 0 0 0;
  width: 20px;
  height: 16px;
  line-height: 1;
  vertical-align: top;
  background-size: 7px;
}

/* 1件もない場合 */
.news-non .header-news-list::before {
  content: "最新のお知らせはありません";
  color: white;
}

.header-news.news-non aside {
  display: inline-block;
}

.news-non .header-news-list li.sp-news-num {
  display: none;
}

.news-non .header-news-list li {
  display: none;
}

.header_info_title {
  margin-top: 0 !important;

}

@media only screen and (max-width: 1160px) {
  .header-news section {
    width: 90%;
  }

}

/* SPでも必ず表示の場合 */
@media only screen and (max-width: 640px) and (orientation: portrait) {
  /* 通常 */

  .header-news-list li {
    display: none;
  }

  .header-news-list li.sp-news-num {
    display: block;
    margin-left: 0.8rem
  }

  /* 重要がある場合 */
  .news-important .header-news-list {
    width: 100%;
    float: none;
  }

  .news-important .header-news-list li.sp-news-num {
    display: none;
  }

  .news-important .header-news-list li:first-child {
    display: block;
  }

  .news-important aside {
    display: inline-block;
  }

  .header_info_title {
    display: none;
  }

}

/* お知らせ一覧カテゴリ／セクションのNEW */
li.article-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}


/***************
mixd original css START
*************/

#new_article .sc-wrap>table {
  /* mixd */
  min-width: 600px;
  margin: .5em 0;
}

/* tabs (juri) */

.arg_container .article-body #new_article ul.tabs-menu {
  border-bottom: 1px solid #ddd;
  display: table;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1.4em;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.arg_container .article-body #new_article ul.tabs-menu li {
  padding: 7px 15px;
  display: table-cell;
  background-color: #FFF;
  border-top: 1px solid #d4d4d1;
  border-left: 1px solid #d4d4d1;
  margin-top: 0;
  border-radius: 10px 10px 0 0;
  background: #d4d4d1;
  font-size: 1.4rem;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li a {
  color: #fff;
  font-weight: bold;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li:before {
  display: none;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li:last-child {
  border-right: 1px solid #d4d4d1;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li.current {
  position: relative;
  background-color: #fff;
  z-index: 5;
  border-bottom: none;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}

.arg_container.container .article-content .article-body #new_article ul.tabs-menu .current a {
  color: #2e7da3;
}

.arg_container.container .article-content .article-body #new_article #new_article .tab {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  border-top: 1px solid #d4d4d1;
  margin-top: -1px;
}

.arg_container.container .article-content .article-body #new_article #new_article div.tab-content {
  width: 100%;
  padding: 20px;
  display: none;
}

.arg_container.container .article-content .article-body #new_article #new_article .tab div:first-child {
  display: inline-block;
}

.arg_container.container .article-content .article-body #new_article div.tab-content .index {
  background-color: none;
  background: none;
  margin: 0;
}

/*********************************
mixd original css END
**********************************/

/**********************************
top design renewal 2026/04
***********************************/
#main_container {

}

.top_container .category_menu {
  max-width: 1130px;
  margin: 0 auto;
}

.top_container .category_menu>ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  margin: 0;
  padding: 0;
}

.top_container .category_menu>ul>li {
  display: block;
  text-align: center;
  width: 32.8%;
  margin-bottom: 10px;
  /*min-height: 270px;*/
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-bottom: 18px;
}

.showlist-tag::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #20aee5;
  border-right: solid 2px #20aee5;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
  text-align: right;
  margin-left: 80px;
  margin-top: 8px;
}

.top_container .category_menu ul:after {
  content: "";
  display: block;
  width: 370px;
}

.top_container .category_menu>ul>li a {
  /*display: inline-block;*/
  height: 100%;
  width: 100%;
}

.list_text-link a:hover {
  background-color: #eaeaea;
  text-decoration: none;
}

.top_container .category_menu .list_inner {
  display: block;
  color: #555555;
  /*min-height: 250px;*/
}


.top_container .category_menu .list_inner .list_subtext {
  line-height: 1.3em;
  margin-top: .5em;
}

.top_container .category_menu .list_inner .list_title {
  font-weight: 900;
  max-width: 200px;

}

.top_container .category_menu .list_inner .list_subtext {
  font-size: .8em;
}

.top_container .category_menu .main_category .list_icon {

  display: table;
  width: 88%;
  margin: 16px 20px 10px;
  /*padding-left: 5px;*/
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

/* 
.top_container .category_menu .main_category .list_icon img {
  max-width: 50px;
  max-height: 50px;
  float: left;
}

.top_container .category_menu .main_category .list_title {
  font-size: 20px;
  margin: 0 auto;
  padding-top: 10px;
}
 */

.top_container .category_menu .sub_category .list_inner {
  padding: 0;
}

.top_container .category_menu .sub_category .list_icon {
  width: 30%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 2.1em 0;
}

.top_container .category_menu .sub_category .list_icon img {
  max-width: 46px;
  max-height: 46px;
}

.top_container .category_menu .sub_category .list_text {
  width: 67%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-right: 1.4em;
  margin-top: 0;
  border-style: none;
}

.top_container .category_menu .sub_category .list_title {
  font-size: 1.5vw;
  margin-bottom: 0;
  color: #626262;
}

.top_container .category_menu .sub_category .list_subtext {
  margin-top: .4em;
}

.arg_faq_tit .arg_more,
.arg_faq_tit>a {
  display: table-cell;
}

#top_container .arg_faq_content {
  padding: 0;
}

@media only screen and (min-width: 1161px) {

  .top_container .category_menu .sub_category .list_icon {
    margin: 2.2em 0;
  }


  .top_container .category_menu .main_category .list_subtext {
    font-size: .9em;
    text-align: left;
    margin: 10px 20px;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 1.1em;
    margin-bottom: 0em;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: .9em;
    margin-top: .2em;
  }

  #top_container .arg_faq_content {
    margin: 0 auto;
  }

}

@media screen and (max-width: 763px),
print {
  .top_container .category_menu .main_category>li {
    /*padding-bottom: .5em;*/
    width: 100%;
  }

  .top_container .category_menu .main_category .list_subtext {
    padding: 0 6%;
    font-size: 1.4vw;
  }

  .top_container .category_menu .sub_category>li {
    width: 49.4%;
    padding-bottom: .5em;
  }

  .top_container .category_menu .sub_category>li {
    margin-left: 0;
  }

  .top_container .category_menu .sub_category .list_inner {
    padding: 1.3em 0 1em;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon {
    display: inline-block;
    margin: 0;
  }

  .top_container .category_menu .sub_category .list_text {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .top_container .category_menu .sub_category .list_icon img {
    max-width: 42px;
    max-height: 42px;
    vertical-align: middle;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 1.9vw;
    margin-bottom: .4em;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: 1.7vw;
    margin-bottom: 0;
  }

  #top_container .arg_faq_content {
    padding: 0;
  }

}

@media only screen and (max-width: 599px) {
  .top_container .category_menu ul.main_category>li {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
    min-height: 240px;
  }

/*
  .top_container .category_menu .main_category .list_icon {
    width: 28%;
  }

  .top_container .category_menu .main_category .list_icon img {
    padding: 0;
    width: 60px;
    height: auto;
  }

  .top_container .category_menu .main_category .list_text {
    width: 70%;
    text-align: left;
    margin: 0 auto;
  }

  .top_container .category_menu .main_category .list_inner {
    display: block;
    width: 100%;
  }
 */

  .top_container .category_menu .main_category .list_subtext {
    font-size: .8em;
    padding: 0;
  }

  .top_container .category_menu .sub_category li {
    padding-bottom: .5em;
    width: 49%;
  }

  .top_container .category_menu .sub_category .list_inner {
    padding: 1.3em 0 .8em;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon {
    width: 100%;
    display: block;
  }

  .top_container .category_menu .sub_category .list_icon img {
    max-width: 38px;
  }

  .top_container .category_menu .sub_category .list_text {
    width: 100%;
    text-align: center;
    padding: 0 8%;
    display: block;
    min-height: 4.2em;
  }

  .top_container .category_menu .sub_category .list_title {
    font-size: 3.3vw;
    margin: .4em 0 0;
  }

  .top_container .category_menu .sub_category .list_subtext {
    font-size: 2.8vw;
  }

}

@media only (min-width: 764px) and (max-width: 1160px) {
  .top_container .category_menu .sub_category .list_icon {
    margin: 2.1em 0;
  }
}

@media all and (-ms-high-contrast:none) {
  .top_container .category_menu .main_category .list_icon img {
    max-width: 48px;
    max-height: 48px;
    width: 100%;
    height: auto;
    float: left;
  }

  /*IE11*/
}


/* faq-chatbot */
@media only screen and (max-width: 600px) {
  html.bot-open {
    overflow: auto;
    height: 100%;
  }

  .bot-open body {
    overflow: hidden;
    height: 100vh;
  }

  .bot-open body::before {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(0, 0, 0, .7);
    transition: .3s linear;
    position: fixed;
    z-index: 1000;
  }
}

/* button gray-out from promo 2018.5.31 */
.karte-disabled-button a.primary {
  border: #e2e2e2 !important;
  background-color: #e2e2e2 !important;
  pointer-events: none;
  box-shadow: none;
  position: relative !important;
}



/***********
eq search test
************/
.eq-search-target {
  display: none;
}

.eq-search-resultno em {
  font-style: normal !important;
  font-weight: normal;
  font-size: 1.3rem !important;
  display: inline-block;
  padding: 0 .5rem;
}

.eq-search-resultno,
#eq-search-result-list,
.eq-search-area form {
  text-align: center;
}

.eq-search-area input {
  font-size: 16px !important;
  padding: .3rem 1rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 50%;
  max-width: 80%;
  min-width: 300px;
  line-height: 2 !important;
  margin: 1rem auto !important;
}

.eq-search-area input:focus {
  outline: none;
  padding: .3rem 1rem;
  border-color: #20AEE5;
}

.eq-search-area input::placeholder {
  color: #ccc;
}

/* bounceInLeft */
@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: none
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

#eq-search-result-list {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

#eq-search-result-list li {
  border: 1px solid #ddd;
  padding: 1rem !important;
  animation-name: bounceInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  list-style: none;
  margin: 0 auto 1rem !important;
  width: 80%;
  min-width: 300px;
  max-width: 100%;
  text-align: center;
}

#eq-search-result-list li::before {
  display: none !important;
}

#eq-search-result-list li+li {}

#eq-search-result-list li figure {
  margin-top: 0 !important;
}

#eq-search-result-list li span {
  display: block;
  font-size: .8rem;
}

#eq-search-result-list li strong {
  display: block;
  margin-bottom: .5rem;
}

#eq-search-result-list li img {
  width: 200px;
  height: auto;
}

#eq-search-result-list li .relation {
  margin-bottom: 0;
}

/** 軽減税率用機器セレクト **/
.eq-selreslt-list {
  margin: 1rem 0;
  padding: 1.5rem 2rem;
  background-color: #f3f2f2;
}

.eq-selreslt-list>dl {
  margin-bottom: 0;
}

.eq-selreslt-list,
.eq-selreslt-list dt,
.eq-selreslt-list dd {
  text-align: center;
  font-weight: normal;
}

.eq-selreslt-list dl>dd,
.eq-selreslt-list dl>dt {
  animation-duration: 1s;
  animation-name: "";
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  display: none;
}

/* 表示 */
.eq-selreslt-list dl>dd.eq-open:not(.eq-box) {
  display: block;
  animation-name: fadeIn;
}

/* 内容表示 */
.eq-selreslt-list dl>dd.eq-box.eq-open {
  display: block;
  animation-name: flipInX;
  animation-direction: alternate;
}

/* 完了時 */
.eq-selreslt-list dl>dd.eq-close:not(.eq-box) {
  animation-name: fadeOutUp
}

.eq-restext {
  animation-name: flipInX;
}

dd.eq-box {
  padding: 1rem;
  font-size: 1.2rem;
  margin: 1rem 0;
}

dd.eq-box p strong {
  color: #20aee5;
  font-size: 2rem;
  margin-right: .5rem;
}

dd.eq-box p {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#sel1,
#sel2,
#sel3 {
  border: 1px solid #ddd;
  margin: 0rem auto .5rem;
  padding: .5rem 2rem .5rem .7rem;
  font-size: 16px;
  max-width: 300px;
}

/**********
eq search test end
************/

/***************
zopim + karte
****************/
.zopim {
  z-index: 2147483641 !important;
}


.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width:900px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flex;

  -webkit-box-orient: block-axis;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}


@media (max-width: 1024px) and (min-width: 900px) {
  .article-relatives {
    -webkit-box-orient: block-axis;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article-relatives>* {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives>*:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives>* {
    margin-right: 20px;
  }
}

.related-articles h3,
.recent-articles h3 {
  color: #555555;
  font-size: 130%;
  /* 110% */
  margin-bottom: 20px;
  padding: 5px 0px 5px 0px;
  border-left: none;
  border-bottom: 0px solid rgba(0, 0, 0, 0.07);
}

.Relation-bottom .related-articles h3 {
  font-size: 22px;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0px 10px 0px;
  font-weight: 600;
}

/* 画面名の遷移表示 */

#new_article .screen-contents {
  margin: .5em 0 0em;
  padding: 0;
  list-style: none;
  position: relative;
}

#new_article .screen-contents>li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: left;
  line-height: 100%;
}

@media only screen and (max-width: 640px) {
  #new_article .screen-contents>li {
    font-size: .9rem;
  }
}

#new_article .screen-contents>li::before {
  content: "\f114";
  font-family: FontAwesome;
  /*background: url("//theme.zdassets.com/theme_assets/532076/52ba118fdf02961fa8501acba097cec7355cca95.svg") left center no-repeat transparent;*/
  background-size: 100%;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-right: .5em;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: none;
}

#new_article .screen-contents>li::after {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  line-height: 1;
  position: relative;
  left: 0;
  top: 0;
  padding: 0 .5em 0 .7em;
  background: none;
}

#new_article .screen-contents>li:last-child::after {
  display: none;
}

#new_article .screen-contents>li:last-child::before {
  content: "\f07b";
}

.article-header h1 {
  color: #555555;
}

.arg_container.container .article-content .article-body ul li {
  list-style-type: none;
  padding-left: 0;
  text-indent: inherit;
}

/* アコーディオン用の追加 2018/07/20 @rufei */
.accordion {
  display: none;
}

#new_article .accordion p {
  margin: 0;
}

.body {
  color: #555555;
  font-family: "Avenir next", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", MSPGothic, sans-serif;
}

/*人気のキーワード*/
.keyword {
  color: #555555;
  width: 90%;
  background-color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #bdc3c4;
  font-size: 1rem;
  margin: 0 auto;

  padding: 15px 12px 12px;
  margin-top: calc(1rem - 10px);
  margin-bottom: .8rem;
}

.keyword-link {
  padding-top: 10px;
  max-width: 1130px;
  margin-right: -1em;
}

.keyword-link a {
  padding-right: 1em;
  color: #0892c7 !important;
  margin-top: .25rem;
  font-weight: normal;
  text-wrap: nowrap;
  display: inline-block;
}

.keyword-link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.air-faq {
  margin: 0 auto;
  max-width: 1130px;
  height: 350px !important;
  padding-top: 20px;
}

.air-faq-title {
  color: #555555;
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  max-width: 1130px;
  margin: 0 auto;
  font-weight: 600;
  padding-top: 10px;
}

.air-content {
  font-size: 18px;
  padding: 20px 0;
  margin-right: 10px;
  font-weight: 600;
  width: 365px;
  float: left;
}

.content-link {
  font-size: 14px;
  padding: 10px 0;
  font-weight: 300;
}

.content-link .a {
  font-weight: 400;
}

.Popularity {
  font-size: 14px;
  background-color: #fafafa;
  height: auto;
  max-width: 340px;
  padding: 15px;
  line-height: 1.65;
}

.Popularity-link {
  font-size: 14px;
  font-weight: 400;
}

.Popularity-link ul {
  margin-left: 20px;
}

/* .Popularity-link li a{
  margin-left: 60px;
} */

.Popularity .Popularity-link li::before {
  content: "Q";
  margin-left: -20px;
  padding-right: .3em;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 1em;
  color: #20aee5;
}


/* Airハンディ SPまでの崩れ */
@media screen and (max-width: 640px),
print {
  .header_info_title {
    display: none;
  }
}

@media screen and (min-width: 1023px) and (max-width: 1267px),
print {
  .air-faq {
    height: 600px !important;
  }
}

/* Airハンディ iPad*/

@media screen and (min-width: 641px) and (max-width: 1023px),
print {
  .container .article-content .article-body img {
    display: inline-block;
    vertical-align: middle;
  }

  .header-news {
    /*padding: .5em  1.8em;*/
  }

  .list_title {
    font-size: 1rem;
  }

  .header-news section {
    width: 90%;
  }

  .keyword {
    padding: 1rem;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top_container .category_menu>ul>li {
    width: 49.4%;
  }

  .air-faq {
    height: 600px !important;
  }

  .header_info_newinfo li {
    display: none important;
  }

  .header_info_newinfo a {
    display: none !important;
  }

  .Vertical img {
    max-width: 40%;
  }

  .Oblong {
    max-width: 55%;
  }

  .Horizontal {
    max-width: 100%;
  }

  .Denpyo {
    max-width: 40%;
  }

  .meritpic {
    max-width: 20%;
    text-align: left;
  }

  .meritpic img {
    margin: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-iPad {
    max-width: 30%;
    text-align: left;
  }

  .meritpic-iPad img {
    margin-bottom: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-denpyo {
    max-width: 35%;
  }

  .list_text-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* お知らせ一覧CSS 202509 */
.header-news-wrap section {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 16px;
}

dl.header-news-data {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl.header-news-data dt {
  width: 104px;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  margin-top: .3em;
  margin-right: 0.625rem;
  padding: 0;
  box-sizing: border-box;
}

dl.header-news-data dd {
  width: calc(100% - 114px);
  font-size: .9375rem;
  line-height: 1.5;
  margin-top: .3em;
  margin-left: 0;
  box-sizing: border-box;
  text-align: left;
}

dl.header-news-data dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 1160px) {
  .header-news-wrap section {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .header-news-wrap section {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .header-news-wrap aside {
    margin-top: .5em;
    text-align: right;
    display: block;
  }

  dl.header-news-data {
    width: 100%;
  }

  dl.header-news-data dt {
    width: 2.5rem;
    flex-basis: 2.5em;
  }

  dl.header-news-data dd {
    flex-basis: auto;
    width: calc(100% - 2.5rem - 0.625rem);
  }

  .header-news-wrap aside a::before {
    width: 20px;
    height: 14px;
  }
}

@media only screen and (max-width: 640px) {

  dl.header-news-data dt,
  dl.header-news-data dd {
    display: none;
  }

  dl.header-news-data dt:nth-of-type(-n+3),
  dl.header-news-data dd:nth-of-type(-n+3),
  dl.header-news-data dt.must,
  dl.header-news-data dd.must,
  dl.header-news-data dt.must+dd {
    display: block;
  }
}

/* /.お知らせ一覧CSS 202509 */

@media (max-width: 768px) {
  .air-faq {
    min-height: 800px;
  }

  .top_container .category_menu>ul>li {
    width: 49.4%;
  }

  /* .top_container .category_menu .main_category .list_title {
    padding-left: 10px;
  } */
}

.a:hover {
  opacity: 0.6;
  color: #0892c7;
}

.arg_container a:hover,
.arg_container a:active {
  color: #0892c7;
}

.list_icon p {
  text-align: left;
}

.square_btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none !important;
  color: #FFF;
  background-image: -webkit-linear-gradient(#ffffff 100%);
  background-image: linear-gradient(#ffffff 100%);
  transition: .4s;
  font-size: 12px;
  box-shadow: 2px 2px 4px #eeeeee;
  text-decoration: none;
}

.square_btn a {
  text-decoration: none;
  color: red;
}

.square_btn:hover {
  background-image: -webkit-linear-gradient(#ffffff 100%);
  background-image: linear-gradient(#ffffff 100%);
}

.list_text-link {
  border: 1px solid #ddd;
  border-radius: 20px;
  min-height: 40px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  /*margin-left: 1rem;
margin-right: 1rem;*/
}

.top_container .category_menu ul li a {
  border: none;
  font-size: 1rem;
}

.list-content-link {
  border: none;
  text-align: left;
  padding: 5px 20px 10px;
  line-height: 2;
  font-size: 14px;
}

/* 【関口作業】画像のサイズ指定 */

@media (min-width: 768px) {
  .Vertical img {
    max-width: 40%;
  }

  .Oblong {
    max-width: 55%;
  }

  .Horizontal {
    max-width: 100%;
  }

  .Denpyo {
    max-width: 40%;
  }

  .meritpic {
    max-width: 20%;
    text-align: left;
  }

  .meritpic img {
    margin: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-iPad {
    max-width: 30%;
    text-align: left;
  }

  .meritpic-iPad img {
    margin-bottom: 0px !important;
    border: 1px solid #cccccc;
  }

  .meritpic-denpyo {
    max-width: 35%;
  }
}

/* 【関口作業】記事のメリット */

.list-content-link>li {
  border: none !important;
  height: 300px;
}

/* 記事のメリット ulバージョン*/
#new_article .new-box-merit {
  background-color: #E1F0F8;
  padding: 20px;
  border-radius: 4px;
}

#new_article .new-box-merit .point {
  background-color: #20aee5;
  width: 70px;
  border-radius: 3px;
  padding: 2px 2px 2px 3px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline;
}

#new_article .new-box-merit p {
  font-size: 1rem;
  font-weight: 600;
  margin: .5em 0;
  padding-top: 0px;
}

#new_article .new-box-merit ul li {
  font-size: 1rem;
  font-weight: 600;
  padding-left: 1.5em;
  margin: -5px 0;
}

#new_article .new-box-merit ul>li:before {
  content: "";
  display: inline-block;
  margin-right: 1em;
  background: #999;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .5em;
  left: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}

.list-content-link a:hover {
  text-decoration: none;
}

.section-tree-title a {
  color: #536369 !important;
}

display: block;
font-weight: 600;
padding:13px 0 0;
}

.Relation {
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

/* 継承CSS打消し */

.footer {
  border-top: none;
}

.article-header {
  padding: 0;
  margin-bottom: 15px;
}

.a:hover,
a:active,
a:focus {
  opacity: 0.6 !important;
}


.page-header h1 {
  margin-bottom: 0px
}

.section-tree {
  min-height: 400px;
  margin-top: 20px
}

/* Airハンディ SP -----------------------------------------------*/

@media screen and (max-width: 568px) and (orientation: portrait) {
  .Vertical {
    margin: 1rem 55px;
  }

  #new_article .accordion .Vertical {
    margin: 25px;
  }

  .Horizontal {
    /*margin-top: 10px;*/
    margin-bottom: 20px;
    min-width: 300px;
  }

  .Oblong {
    max-width: 100%;
    margin: 1rem;
  }

  .Denpyo {
    max-width: 100%;
    margin: 1rem;
  }

  .meritpic {
    margin: 0 auto;
    border: 1px solid #cccccc !important;
    max-width: 60%;
  }

  .meritpic-iPad {
    margin: 1rem 2rem 2rem;
    max-width: 80%;
  }

  .meritpic-denpyo {
    max-width: 80%;
    margin: 1rem 1rem 1rem 1.5rem;
  }

  .keyword {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .keyword-link {
    padding-top: .35rem;
  }

  .keyword-link a {
    font-size: 0.9rem;
  }

  .air-faq {
    height: 750px;
    padding-top: 20px;
  }

  .page-header h1 {
    padding-top: 0px;
  }

  .section-tree-title h1 {
    padding-top: 5px;
  }

  .section-tree .section {
    /*padding: 0 8px;*/
  }

  .section-content {
    /*min-height: 900px;*/
    margin-bottom: 100px;
  }

  .top_menu_list {
    font-size: 0.8rem;
  }

  /* .top_container .category_menu .main_category .list_title {
    padding-left: 30px;
  } */

  .list_text-link {
    margin: 0 20px;
  }

  .showlist-tag::after {
    margin-left: 75px;
  }

  .air-content {
    padding: 20px 0;
    width: 100%;
  }

  #container: {
    overflow: hidden
  }

  #new_article a.link-relation {
    width: 100%;
  }

  .meritpic .meritpic-iPad img {
    width: 30%;
    margin: 0 auto;
  }

  .article-list-info li {
    padding-left: .3rem;
  }

  .Popularity {
    width: 100%;
    max-width: 100%;
  }

  footer nav .inner {
    padding: 0 1rem;
  }

  .showlist-tag::after {
    margin-left: 60px;
  }

  .sub-nav {
    margin: 1.2em 0 5px 0;
    padding-bottom: 0px;
  }

  .article-header {
    margin-top: 0px;
  }

  .section-tree {
    margin-top: 0px !omportant;
  }

  .article-list-item {
    padding: 10px 0;
  }

  a[href^="tel:"] {
    /*pointer-events: none;*/
  }
}

/* Airハンディ SP ここまで*/

.list-content-link-2 ul {
  display: block;
}

/*.article-list-item a:link,.article-list-item a:hover,.article-list-item a:visited,.article-list-item a:active,.article-list-item a:focus{
color: #555555;
}*/

#click_accordion a {
  font-size: 0.8rem;
  cursor: pointer;
}

.top_menu_list {
  padding-left: 19px;
  list-style: disc;
}

.section {
  margin-bottom: 60px;
}

/*
@media (min-width: 641px){
  .keyword-sp{
    display: none;
  }
search_box.notop{
margin-right: 300px;
}
} */

@media (min-width: 1024px) {
  .section {
    /*padding: 0 0 0 10px;*/
    padding-right: 0px;
  }

  .section-content {
    /*padding: 0 0 0 10px;*/
    margin-bottom: 100px;
  }

  .search-weight {
    padding: 0 0 0 10px;
  }

  .section.knowledge-base {
    padding: 0 0 0 4px;
  }

  .arg_sp_recent {
    margin: 1rem;
  }
}


.section-tree .section {
  padding-right: 0px;
}

/* 付加情報 */
#new_article .new-box-merit .note-list {
  margin: .3em 0;
  padding: 0;
}

#new_article .new-box-merit .note-list>li {
  padding-left: 1.2em;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0;
  font-size: 0.9rem;
  font-weight: 300;
}

/* note-text併用時 */
#new_article .new-box-merit .note-text>li {
  font-size: inherit !important;
}

#new_article ol.note-list.note-text>li::before {
  top: .18rem;
}

#new_article ol.note-list {
  counter-reset: olstep;
}

#new_article ol.note-list>li {
  counter-increment: olstep;
  padding-left: 2em;
}

#new_article .note-list>li * {
  font-size: .9rem;
}

#new_article .new-box-merit .note-list>li::before,
#new_article .new-box-merit ol.note-list>li::before {
  content: "※";
  display: inline-block;
  background: none;
  width: 1em;
  height: 1em;
  position: absolute;
  top: .45em;
  left: 0;
  line-height: 100%;
  font-size: .8rem;
}

#new_article .new-box-merit ol.note-list>li::before {
  content: "※" counter(olstep);
  color: inherit;
  width: 2em;
  text-align: left;
  font-weight: normal;
}

/* 強調ポイント */
#new_article .new-box-merit .box {
  margin: 1em 0;
  padding: 1em 1.2em;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
}

#new_article .new-box-merit .box>*:first-child {
  margin-top: 0;
}

#new_article .new-box-merit .box>*:last-child {
  margin-bottom: 0 !important;
}

#new_article .new-box-merit .box .box-ttl {
  font-size: .8rem;
  background: #bdc3c4;
  display: inline-block;
  padding: 5px 1em;
  line-height: 1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-right: .5em;
}

@media (min-width: 1024px),
print {
  .keyword {
    max-width: 1130px;
    padding: .9rem 1rem 1rem 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .keyword-link {
    padding-top: 5px;
    max-width: 1130px;
  }

  .keyword-link a {
    margin-top: .5rem;
  }

  .header {
    padding-left: 1rem;
  }

  .top_container .category_menu>ul>li {
    width: 32.8%;
  }

  .header_info_newinfo {
    display: none;
  }
}

.search-results-column {
  min-height: 350px;
}

.container .article-content .article-body img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  #new_article .oneimg {
    margin: .5em 0;
  }

  #new_article .oneimg img {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1025px),
print {
  .air-faq {
    height: 600px;
  }
}

@media screen and (min-width: 641px) and (max-width: 850px),
print {
  .air-faq {
    height: 800px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1203px),
print {
  .top_container .category_menu>ul>li {
    width: 49.4% !important;
  }
}

/*2020/7/9追加 カテゴリタイトル*/
.home-title h2 {
  margin: -4px 0 0 0;
  font-size: 2.0rem;
  font-weight: normal;
  color: #649bc5;
  text-align: center;
  border-bottom: none;
  color: #555555;
  font-weight: 600;
}

.home-title .caption {
  margin: -4px 0 0 0;
  font-size: 1.2rem;
  font-weight: normal;
  color: #649bc5;
  text-align: center;
  border-bottom: none;
  color: #555555;
}

/****
ファイル添付
***/
article-attachments {
  margin: 16px 0 0 0;
}

/****************************

Box 3点セット css追加（2022/4月）

*****************************/

#new_article .box-surprised_mark h4 {
  color: #E75851;
  background: url("/hc/theming_assets/01KBKW851GGBKMAHE1HY16BZTH") no-repeat transparent;
}

#new_article .box-check h4 {
  color: #ff9700;
  background: url("/hc/theming_assets/01KBKW826ER7CMG5NVYQ17NK8S") no-repeat transparent;
}

#new_article .box-point h4 {
  color: #0892c7;
  font-size: 1.1rem;
  background: url("/hc/theming_assets/01KBKW84GKJFT9VNP6EE676616") no-repeat transparent;
  background-size: 0.9rem 0.9rem;
  background-position: top 8px left 0px;
  padding: 4px 0 0 24px;
  text-align: 1.5rem;
  line-height: 1.5rem;
}

#new_article .box-ipt-new h4 {
  line-height: 1.5rem;
  font-size: 1.1rem;
  color: #E75851;
}

#new_article .box-surprised_mark,
#new_article .box-point,
#new_article .box-check {
  border: none;
  padding: 1.4rem 1.8rem 1.7rem 1.8rem;

}

#new_article .box-surprised_mark h4,
#new_article .box-check h4 {
  background-size: 1.3rem 1.3rem;
  background-position: top 5px left 0px;
  padding: 4px 0 0 28px;
  text-align: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

#new_article .box-surprised_mark {
  background: #FCE5DD;
}

#new_article .box-point {
  background: #E1f0f8;
}

#new_article .box-check {
  background: #ffedda;
}

#new_article .box-ipt-new {
  border-color: #E75851;
  padding: 1.4rem 1.8rem 1.7rem 1.8rem;
}

#new_article .box-surprised_mark>*,
#new_article .box-point>*,
#new_article .box-check>* {
  padding-left: 28px;
}

#new_article .box-ipt-new p {
  font-size: 0.9rem;
}

/****************************

ログイン導線

*****************************/
#new_article .login-bar {
  margin: 1em 0;
  background-color: #e1f0f8;
  padding: 1.2em 1.2em 1em 1.2em;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

#new_article .login-bar h4 {
  margin: 0 0 4px;
  color: #0892c7;
}

#new_article .login-bar .external {
  border: none;
  min-width: 250px;
  margin: 0.5em;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  text-decoration: none;
}

#new_article .login-bar .external-bl {
  color: #20aee5;
  min-width: 250px;
  margin: 0.5em;
  font-weight: bold;
  padding: 1rem 2rem 1rem 1rem;
  text-decoration: none;
  background-color: #fff;
}

#new_article a.external-bl::after {
  content: "";
  width: 1em;
  height: 1.2em;
  background: url("/hc/theming_assets/01J00R6X83KX0YRAWGSY1B6RQ7") left top no-repeat transparent;
}

@media screen and (max-width:414px) {

  #new_article .login-bar .external,
  #new_article .login-bar .external-bl {
    min-width: auto;
    max-width: 250px;
    width: 100%;
  }
}

/****************************

  補足事項（グレー枠）内のアコーディオン

  *****************************/

#new_article .click_accordion a.trigger {
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
}

#new_article .click_accordion a.trigger:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: 6px;
  font-size: 1rem;
}

#new_article .click_accordion a.up:before {
  content: "\f0d7";
  padding-right: 3px;
}

#new_article .click_accordion .accordion {
  display: none;
  background: #f0f0f0;
  margin: .5em 0;
  padding: 2em 2em 1.5em;
  border-radius: 4px;
}

#new_article .click_accordion .accordion * {
  font-size: .9rem;
}

#new_article .click_accordion .accordion ul>li+li {
  margin-top: .2em;
}

#new_article .click_accordion .accordion .note-list *,
#new_article .click_accordion .accordion .note-text * {
  font-size: 0.8rem;
}


/****************************

  SP用 tableのアコーディオン

  *****************************/

@media only screen and (max-width: 767px) and (orientation: portrait) {

  #new_article table.table_accordion,
  #new_article table.table_accordion tbody,
  #new_article table.table_accordion tr {
    display: block;
    width: 100%;
  }

  #new_article table.table_accordion {
    border-bottom: 1px solid #bdc3c4;
  }

  #new_article table.table_accordion th {
    display: block;
    width: 100%;
    font-size: .9rem;
    text-align: left;
    background: #f0f0f0;
    border: 1px solid #bdc3c4;
    border-bottom: none;
    font-weight: 600;
  }

  #new_article table.table_accordion th:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
    color: #bcbcbc;
  }

  #new_article table.table_accordion th.ac_open:before {
    content: '\f078';
    padding-right: 4px;
  }

  #new_article table.table_accordion th.ac_open+td {
    border-bottom: none;
  }

  #new_article table.table_accordion td {
    display: block;
    width: 100%;
    font-size: .9rem;
  }

  #new_article table.table_accordion td * {
    font-size: .9rem;
  }
}


/*アイコンを付けない外部リンク*/

#new_article .noicon a[target="_blank"] {
  padding: 0;
  margin: 0;
  display: block;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {

  /*SPでtdの線を消す*/
  #new_article .td-nobdr tbody tr td {
    border: none;
  }

  #new_article .td-nobdr tbody tr {
    border: #bdc3c4 solid 1px;
  }

  /*SPの時だけ画像サイズを小さくする*/
  #new_article .sp-downsize {
    text-align: center;
  }

  #new_article .sp-downsize img.width90 {
    width: 90%;
  }

  #new_article .sp-downsize img.width80 {
    width: 80%;
  }

  #new_article .sp-downsize img.width70 {
    width: 70%;
  }
}

/****************************

  PC画像キャプチャのBefore/After

  *****************************/

#new_article .column-img.full-img {
  letter-spacing: 0;
  margin-top: 1em;
}

#new_article .column-img.full-img img.ico-arrow {
  display: block;
  margin: 1em auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#new_article .column-img.full-img img.ico-arrow+figure {
  margin-top: 0;
}

#new_article .column-img.full-img figure img {
  border: 1px solid #bdc3c4;
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  #new_article .column-img.full-img img.ico-arrow {
    display: block;
    margin: .6em auto;
  }

  #new_article .column-img figure.width46 img {
    margin-left: 0 !important;
  }
}


/****************************

  新しい App Storeからダウンロードバナー用

  *****************************/

#new_article .new_app_store dt {
  font-size: 0;
  padding: 0;
  margin: 0;
}

#new_article .new_app_store a {
  background-image: none;
  text-decoration: none;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
  display: block;
}

#new_article .new_app_store img {
  width: 100%;
  max-width: 170px;
  height: 100%;
}

.new_app_store>dt,
.new_app_store>dd {
  display: block;
  text-align: center;
}

/****************************

  古いHTMLページへの暫定対応

  *****************************/

.container .article-content .article-body #new_article .Horizontal img,
.container .article-content .article-body #new_article .Vertical img,
.container .article-content .article-body #new_article .Oblong img,
.container .article-content .article-body #new_article .meritpic img,
.container .article-content .article-body #new_article .meritpic-denpyo img {
  border: 1px solid #cccccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#new_article .Horizontal+p,
#new_article .Vertical+p {
  padding-top: 1em;
}

#new_article #click_accordion>a {
  text-decoration: none;
}

/****************************

  記事ページに使用するサービスアイコン追加（2022年11月）

  Only use for h3, h4 (not h2)

  *****************************/

.ico_service_app:before {
  content: "";
  border-radius: 25%;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  padding: .4em;
}

h3 .ico_service_app:before {
  width: 2.5em;
  height: 2.5em;
  vertical-align: bottom;
  margin-right: 0.8em;
  padding: 0.15em;
}

.ico_service_app.ico_regi:before {
  background: url("/hc/theming_assets/01KBKW84EJH7W6RCBB9B0YVHBF") no-repeat 100% 100% transparent;
  background-size: 100%;
}

.ico_service_app.ico_rb:before {
  background: url("/hc/theming_assets/01KBKW84GPG0V0Z9XQXSXKX06A") no-repeat 100% 100% transparent;
  background-size: 100%;
}

.ico_service_app.ico_handy:before {
  background: url("/hc/theming_assets/01KBKW83QM6MRF66ZVZCXWMAVE") no-repeat 100% 100% transparent;
  background-size: 100%;
}

.ico_service_app.ico_km:before {
  background: url("/hc/theming_assets/01KBKW82JZ6RB7PEQ3B6NT3TXZ") no-repeat 100% 100% transparent;
  background-size: 100%;
}

/****************************

      記事ページ下部の検索フォーム（2022年11月）

*****************************/

.wrap_bottomSearch .search_box,
#new_article .search_box {
  padding: 1.2rem 1.6rem 1.6rem;
  width: 100%;
  border-radius: 4px;
  margin-top: 1em
}

.wrap_bottomSearch .search_box {
  margin-bottom: 0;
}

.wrap_bottomSearch .search_box .heading_blue,
#new_article .search_box .heading_blue {
  margin: 0 0 4px;
  color: #0892c7
}

.wrap_bottomSearch .search_box .heading_blue {
  font-weight: 400;
}

.wrap_bottomSearch .search_box form.search,
#new_article .search_box form.search {
  width: 100%;
  max-width: none;
}

.wrap_bottomSearch .search_box .search_box_btn,
#new_article .search_box .search_box_btn {
  color: #fff;
}

#new_article .search_box .keyword {
  margin-bottom: 0;
  width: 100%;
  margin-top: 8px
}

.keyword.article-keyword {
  display: block;
  background-color: #fff;
  padding: 0.9rem 1rem 1rem 1rem;
  border-radius: 4px;
  border: 1px solid #bdc3c4;
}

@media screen and (max-width: 640px),
print {
  .wrap_bottomSearch .search_box {
    padding: 1.2rem 1.2rem 2.4rem;
  }

  .wrap_bottomSearch .search_box .search_box_btn {
    max-width: 4em;
  }

  .keyword.article-keyword {
    display: none;
  }

}

/****************************

  POSレジ連携パネル追加（2023年2月）一部修正：202604

*****************************/

/*既存パネルのUI調整*/

#top_container {
  margin-bottom: 3em;
}

.top_panel .knowledge-base {
  margin: 6.5em 0;
}

.top_panel .knowledge-base .caption {
  margin-top: 0.3em;
}

.top_panel .knowledge-base .caption span {
  display: block;
  font-size: .9rem;
  margin-top: 0.6em;
}

.top_panel nav.category_menu {
  margin-top: 1.5em;
}

.top_panel ul.top_menu_list li {
  margin-bottom: 0.5em;
}

.top_panel ul.category-list li.list_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_panel ul.top_menu_list li a {
  line-height: 1;
}

.top_panel ul.category-list li.list_panel .list_text-link {
  width: 100%;
  margin-bottom: 0.5em;
}

.top_panel ul.category-list li .list_inner .list_title span {
  display: block;
  font-size: .8em;
}

.top_panel ul.category-list li .list_text-link .showlist-tag {
  color: #555;
}

.top_panel ul.category-list li.empty-list {
  border: none;
  min-height: unset;
}

.top_panel section.pickup_article {
  margin-top: 1em;
}

/*関連するFAQの調整*/

#top_container .air-faq {
  margin-top: 2em;
}

#top_container .air-faq .air-faq-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  margin: 0;
  padding: 0;
}

#top_container .air-faq .air-faq-box .air-content {
  width: 31%;
}

#top_container .air-faq .air-faq-box .air-content .Popularity {
  max-width: unset;
}

#top_container .air-faq .air-faq-title {
  border-bottom: 1px solid #dddddd;
}

@media screen and (min-width: 1024px) and (max-width: 1267px),
print {
  #top_container .air-faq {
    height: unset !important;
    ;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px),
print {
  #top_container .air-faq .air-faq-box .air-content {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .top_panel .knowledge-base {
    margin: 4em 0;
  }
  .top_panel .knowledge-base h2 {
    font-size: 1.8rem;
  }

  .top_panel .knowledge-base .caption {
    font-size: 1rem;
  }

  .top_panel nav.category_menu {
    margin-top: 1em;
  }

  .top_panel ul.category-list li .list_inner .list_title span {
    display: inline-block;
    font-size: inherit;
  }

  #top_container .air-faq .air-faq-box .air-content {
    width: 100%;
  }
}

/*検索コーナーの調整*/

#top_serch_box {
  padding-top: 2em;
}

#top_serch_box.search_box .search input[type='search'] {
  height: 50px;
}


/****************************

  オンライン決済のお困りのときはセクションへの導線ボタン追加（2023年4月）

*****************************/

.category-container #new_article.bnr_kzg {
  margin: 2em 0 4em;
}

.category-container #new_article.bnr_kzg a.btn {
  width: 70%;
  margin: 0.5em auto;
  padding: 0.8em 2.3em 0.8em 1.7em;
}

@media only screen and (min-width: 1160px) {
  .category-container #new_article.bnr_kzg a.btn {
    width: 50%;
  }

}

@media only screen and (max-width: 768px) {
  .category-container #new_article.bnr_kzg a.btn {
    width: 100%;
  }

  .category-container #new_article.bnr_kzg a.btn {
    padding-right: 3em;
  }

}


/****************************

  お問い合わせボタン追加（2023年7月）

*****************************/

.survey_btn_wrap {
  text-align: center;
  margin: 2em auto;
}

.survey_btn_wrap_for_article {
  margin: 3em auto 1em;
  /* border-bottom: 1px solid #ddd;
  padding-bottom: 3em; */
}

.survey_btn {
  text-align: center;
  padding: 1em;
  border: solid 1px #20aee5;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.8s ease 0s;
  text-decoration: none !important;
  color: #20aee5 !important;
  cursor: pointer;
  width: 220px;
}

.survey_btn:hover {
  transform: scale(1.03);
  transition: all 0.3s ease 0s;
  color: #20aee5 !important;
  opacity: 1;
}

a.survey_btn:hover,
a.survey_btn:visited,
a.survey_btn:active {
  opacity: 1;
}

/****************************

  FAQトップにサービスナビボタン追加（2024年1月）

*****************************/

#top_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 5em;
  margin-bottom: 7em;
}

#top_nav .nav_container {
  display: block;
  margin: 0 auto;
}

#top_nav .caption {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}

#top_nav .nav_panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-top: 1em;
  padding: 0;
}

#top_nav .nav_panel li.nav_panel_btn {
  background-color: #e1f4fc;
  border-radius: 4px;
  display: block;
  height: 100%;
  margin-right: 0.8em;
  margin-bottom: 0.5em;
}

#top_nav .nav_panel li.nav_panel_btn:hover {
  opacity: .6;
}

#top_nav .nav_panel li.nav_panel_btn a {
  display: block;
  padding: .8em 1.4em;
  color: #20aee5;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: 600;
}

#top_serch_box {
  padding-bottom: 2em;
}

.section-nav ul li a {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .section-nav ul li a {
    font-size: .8em;
    padding-top: .5em;
  }
}

@media only screen and (max-width: 767px) {
  .section-nav ul li a {
    padding: .5em 1.2em;
  }
}

/*お困りごとは何でしょうか？*/

.search_box .ask_keyword {
  text-align: center;
  font-size: 1.6rem;
  color: #1eaee5;
  font-weight: 500;
  margin-bottom: .6em;
}

@media only screen and (max-width: 768px) {
  .search_box .ask_keyword {
    padding-top: 0.5em;
    font-size: 1.4rem;
  }

  #top_nav {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #top_nav .nav_panel li.nav_panel_btn a {
    padding: 0.8em 1.2em;
  }
}

/****************************

  動作環境の足切り端末にアテンションマーク追加テスト（2024年2月）

*****************************/


#new_article table.device_list td span.attention,
#new_article span.attention_note {
  color: #ff9700;
  background: url("/hc/theming_assets/01KBKW826ER7CMG5NVYQ17NK8S") no-repeat transparent;
  background-size: 1.1rem 1.1rem;
  background-position: top 6px left 0px;
  padding: 3px 0 0 24px;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {

  #new_article table.device_list td span.attention,
  #new_article span.attention_note {
    padding: 4px 0 0 20px;
    background-size: 1rem 1rem;
    font-size: 1rem;
  }
}

/* algolia */

#sr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 14px;
}

.sr-col-l {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  flex: 0 0 20%;
  max-width: 20%;
  box-sizing: border-box;
  padding: 10px;
}

/* ウィンドウ幅が768px未満の場合 */
@media (max-width: 767px) {
  .sr-col-l {
    position: static;
    /* SPではstickyを無効にする */
    top: auto;
    /* top: 0 を無効にする */
    height: auto;
    /* 高さを自動にする */
    overflow-y: visible;
    /* スクロールを解除 */
  }
}

.sr-col-r {
  flex: 0 0 70%;
  max-width: 70%;
  box-sizing: border-box;
  padding: 10px;
}

.sr-col-r h4 {
  margin-top: 1em !important;
}

#service-filter label {
  display: block;
}

#searchForm {
  margin-bottom: 20px;
}

#queryInput {
  width: calc(100% - 100px);
  padding: 8px;
  margin-right: 10px;
}

#searchButton {
  padding: 8px 16px;
}

#new_article .sr-h5 {
  margin: 8px 0 16px;
}

#new_article .sr-h4 {
  display: none;
}

.modal-close {
  display: none;
}

.sr-col-l label {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
  padding-left: 4px;
  cursor: pointer;
}

.sr-col-l input[type="checkbox"] {
  margin-right: 3px;
  margin-top: -4px;
}

.sr-col-l .reset-checkbox {
  font-size: 14px;
  padding-right: 4px;
  text-align: right;
}

#service-filter label,
#info-filter label {
  color: #555;
}

#service-filter label.sr-checked,
#info-filter label.sr-checked {
  color: #0892c7;
}

#service-filter label,
#info-filter label {
  display: flex;
  align-items: center;
}

#service-filter input[type="checkbox"],
#info-filter input[type="checkbox"] {
  margin-right: 8px;
  /* チェックボックスとテキストの間にスペースを追加 */
}

#service-filter label input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #007bff;
  /* チェックマークと枠の色を変更（モダンブラウザ対応） */
}

/* right-col */
.sr-col-r {
  flex: 0 0 80%;
  max-width: 80%;
  box-sizing: border-box;
  padding: 10px;
  border-left: 1px solid #ccc;
  padding-left: 40px;
}

.sr-col-r #new_article h2 {
  margin: 0 0 16px;
}

.sr-col-r #new_article p.sr-summary {
  margin: 0 0 16px;
}

.sr-col-r #new_article #searchForm {
  position: relative;
  margin: 14px 0 0;
}

.sr-col-r #new_article .search {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sr-sp {
    display: none;
  }
}

.sr-sp {
  background-color: #E1F0F8;
  padding: 20px 0 1px;
  width: 100%;
}


.sr-sp #queryInput,
.sr-col-r #new_article #queryInput {
  border: 1px solid #bdc3c4;
  padding: .5rem 70px .5rem 50px;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1rem;
}

.sr-sp #searchButton,
.sr-col-r #new_article #searchButton {
  display: block;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: -12px;
  text-align: center;
  line-height: 37px;
  content: "検索";
  background-color: #20AEE5;
  color: white;
  border: none;
  border-radius: 0 6px 6px 0;
  font-weight: 400;
  width: 60px;
  font-size: 0.9rem;
  font-weight: normal;
}

.sr-col-r #new_article h4 {
  margin-top: 1em;
}

.sr-col-r #new_article .hit-container {
  border-bottom: 1px #ccc solid;
  padding: 16px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: calc(100% - 28px) 35px;
}



.sr-col-r #new_article .sp-filter {
  display: none;
}

#new_article .hit-container h5 {
  width: calc(100% - 210px);
}

.logo-arg {
  background-image: url('/hc/theming_assets/01KBKW81P3XGVE803Z651ZJ77K');
}

.logo-apy {
  background-image: url('/hc/theming_assets/01KBKW7VBCHCTFWHM6HKDFW4XB');
}

.logo-mpa {
  background-image: url('/hc/theming_assets/01KBKW80GGHBK0MHWD4DFH641B');
}

.logo-pyr {
  background-image: url('/hc/theming_assets/01KBKW82C1K6V6J3N7ZKXFYBCG');
}

.logo-msc {
  background-image: url('/hc/theming_assets/01KBKW81G3PAW728BKZGTNJ04Q');
}

.logo-sft {
  background-image: url('/hc/theming_assets/01KBKW8414YYF04293TBFX3S1W');
}

.logo-rb {
  background-image: url('/hc/theming_assets/01KBKW84N9CWS3DT685H6R7MQD');
}

.logo-mate {
  background-image: url('/hc/theming_assets/01KBKW844B2TQE9YDPY661BANS');
}

.logo-awt {
  background-image: url('/hc/theming_assets/01KBKW847R9M3DZ7N0JSXS9XVC');
}

.logo-rsv {
  background-image: url('/hc/theming_assets/01KBKW84AJEN2D4TMF8P7C3ZPX');
}

.logo-aid {
  background-image: url('/hc/theming_assets/01KBKW83QWYD5XEA04CAT1MS3Z');
}

.logo-acs {
  background-image: url('/hc/theming_assets/01KBKW81P2R5Y1WMEC02KHQ20D');
}

.logo-mkt {
  background-image: url('/hc/theming_assets/01KBKW81FYY662KE7DM9CJET39');
}

.logo-oes {
  background-image: url('/hc/theming_assets/01KBKW83QVHZTSQTVF9JPBF6TQ');
}

.logo-psb {
  background-image: url('/hc/theming_assets/01KBKW82JTV94PH1N5TXZK5QXJ');
}

.sr-col-r #new_article .hit-container.logo-psb {
  background-size: auto 30px;
}

#new_article .hit-container h5 {
  font-size: 18px;
  margin: 14px 0;
  padding: 0;
}

#new_article .hit-container h5 em {
  font-style: normal;
  font-weight: bold;
  color: #0892c7;
}

.search-results em,
.hit-container em {
  font-weight: 600 !important;
  !i;
  !;
  font-style: normal;
}

#new_article .zero-result-message {
  margin: 18px 0;
  text-align: center;
}

#new_article .zero-result-message h3 {
  border: 0px;
  margin-bottom: 18px;
}

#new_article .hit-container .sr-breadcrumb {
  font-size: 15px;
  color: #555;
}

#new_article .hit-container .sr-breadcrumb a {
  font-size: 15px;
  color: #555;
  text-decoration: none;
}

#new_article .hit-container .sr-breadcrumb a:hover {
  text-decoration: underline;
  color: #0892c7;
}

@media screen and (max-width: 900px) {

  #new_article .hit-container h5 {
    width: 100%;
    padding-left: 62px;
    line-height: 1.3em;
    min-height: 44px;
    background-size: auto 38px;
    background-position: 0 center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }

  #new_article .hit-container {
    background-image: none;
  }

  #new_article h5.logo-arg {
    background-image: url('/hc/theming_assets/01KBKW875MNAXAGYE7A3BFG6VA');
  }

  #new_article h5.logo-apy {
    background-image: url('/hc/theming_assets/01KBKW8736VH721ZB2F8WW999G');
  }

  #new_article h5.logo-mpa {
    background-image: url('/hc/theming_assets/01KBKW86VY1E0H9JZRPW23CK4C');
  }

  #new_article h5.logo-pyr {
    background-image: url('/hc/theming_assets/01KBKW8659A9AJQ4XP5KJYD6SE');
  }

  #new_article h5.logo-msc {
    background-image: url('/hc/theming_assets/01KBKW872XHDQS7M38GDRTDKP5');
  }

  #new_article h5.logo-sft {
    background-image: url('/hc/theming_assets/01KBKW86C0A6EVWD6PPZFZXPBZ');
  }

  #new_article h5.logo-rb {
    background-image: url('/hc/theming_assets/01KBKW874S77W06D4VRN4CNXPM');
  }

  #new_article h5.logo-mate {
    background-image: url('/hc/theming_assets/01KBKW874X6HF59X84ZKGRYJAJ');
  }

  #new_article h5.logo-awt {
    background-image: url('/hc/theming_assets/01KBKW875F13NTCJHZEKVD6WWA');
  }

  #new_article h5.logo-rsv {
    background-image: url('/hc/theming_assets/01KBKW8730G0GH2Z15VWDKXHAD');
  }

  #new_article h5.logo-aid {
    background-image: url('/hc/theming_assets/01KBKW87380ECSSKDSV91EY2H7');
  }

  #new_article h5.logo-acs {
    background-image: url('/hc/theming_assets/01KBKW828V2HY4HK40JB7Z1W69');
  }

  #new_article h5.logo-mkt {
    background-image: url('/hc/theming_assets/01KBKW864M1FK9XZGWWTRD5773');
  }

  #new_article h5.logo-oes {
    background-image: url('/hc/theming_assets/01KBKW8737Y7XBC01DVJM05NBD');
  }

  #new_article h5.logo-psb {
    background-image: url('/hc/theming_assets/01KBKW874Y9E46KB022DWVB0KW');
  }
}




/*ファルタの表示切替*/
@media screen and (max-width: 767px) {
  .sr-col-l {
    display: none;
    width: 90%;
    max-width: 90%;
    flex: 0 0 90%;
  }

  .modal-close {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    border: none;
    cursor: pointer;
    height: 14px;
    width: 14px;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 41"%3E%3Cpath d="M2.245 40.384L0 38.139 17.755 20.384 0 2.629 2.245.384 20 18.139 37.755.384 40 2.629 22.245 20.384 40 38.139 37.755 40.384 20 22.629 2.245 40.384Z" fill="%23333"/%3E%3C/svg%3E');
    size: 14px;
    z-index: 10000;
  }

  .sr-col-r {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-left: none;
    padding-left: 0px;
  }

  .sr-col-r #new_article form {
    display: none;
  }

  .sr-col-r #new_article .sp-filter {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    padding: 16px 14px;
    border-radius: 4px;
    background-color: #20AEE5;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14"><path d="M0.26 5.065L5.36 10.165c.083.086.183.154.293.201.11.046.228.07.348.069.237-.001.465-.094.636-.258l5.1-5.1c.09-.079.163-.176.216-.285s.06-.228.064-.348c.005-.12-.015-.24-.059-.352s-.097-.202-.182-.287-.201-.154-.313-.199c-.112-.045-.232-.067-.352-.064s-.24.028-.35.078-.198.122-.278.213L6 8.323 1.5 3.823c-.078-.095-.175-.173-.285-.228-.11-.055-.23-.087-.353-.093-.123-.006-.246.014-.36.058-.115.045-.219.113-.306.2-.087.087-.155.191-.2.306s-.069.233-.063.356c.005.123.037.244.093.353s.133.201.228.285z" fill="white"/></svg>');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    cursor: pointer;
  }

  .sr-col-l.modal {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #new_article .sr-h4 {
    display: block;
    margin: 8px 0 16px;
  }

  #service-filter,
  #info-filter {
    display: flex;
    flex-wrap: wrap;
  }

  #service-filter label,
  #info-filter label {
    width: 33%;
  }

  .sr-col-r #new_article h2 {
    font-size: 24px;
  }

  .sr-col-r #new_article .hit-container div {
    margin: 0 6px;
  }

}

@media screen and (max-width: 580px) {

  #service-filter label,
  #info-filter label {
    width: 50%;
  }

}

/* 検索フォーム */

#searchForm {
  margin-bottom: 20px;
}

#queryInput {
  width: calc(100% - 100px);
  padding: 8px;
  margin-right: 10px;
}

#searchButton {
  padding: 8px 16px;
}

/****************************
Sraech Result Pagination
*****************************/

#sr-pagination-wrap {
  margin: 64px auto;
  text-align: center;
}

.sr-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sr-pagination ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
  /* 必要に応じてpositionの値をリセット */
  text-indent: 0;
  padding-left: 0;
  /* 必要に応じてpadding-leftをリセット */
}

.sr-pagination ul>li::before {
  content: none;
}

.sr-pager {
  text-align: center;
  margin: 2em 0 4em;
}

.sr-pager_block {
  display: inline-block;
}

.sr-pagination {
  margin-bottom: .5em;
}

.sr-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sr-pagination ul li {
  width: 38px;
  height: 38px;
}

/* ウィンドウ幅が768px未満の場合 */
@media (max-width: 767px) {
  .sr-pagination ul li {
    width: 36px;
    height: 36px;
  }
}

.sr-pagination ul li a,
.sr-pagination ul li span {
  display: block;
  font-size: 16px;
  padding: .5em;
  font-family: sans-serif;
  width: 100%;
  height: 100%;
  color: #536369;
}

.sr-pagination li+li {
  border-left: 1px solid #ccc;
}

.sr-pagination li:hover {
  background-color: #e5f4ff;
  opacity: .8;
}

.sr-pagination .sr-pagination-current {
  background-color: #e5f4ff;
}

.sr-pagination .sr-pagination_ico {
  position: relative;
}

.sr-pagination .sr-pagination_ico a:before {
  content: "";
  margin: 0;
  display: inline-block;
  width: 14px;
  height: 12px;
  background-size: 6px;
  position: absolute;
  top: 14px;
  left: 11px;
}

.sr-pagination .sr-pagination-prev a:before,
.sr-pagination .sr-pagination-next a:before {
  background: url('data:image/svg+xml,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.8%2080%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23bcc2c3%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eico_arrow_right%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C78.27l34-34A5.89%2C5.89%2C0%2C0%2C0%2C45.8%2C40a6.11%2C6.11%2C0%2C0%2C0-1.72-4.24l-34-34A5.88%2C5.88%2C0%2C1%2C0%2C1.72%2C10l30%2C30-30%2C30A5.88%2C5.88%2C0%2C1%2C0%2C10%2C78.27Z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-first a:before,
.sr-pagination .sr-pagination-last a:before {
  background: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2074.2%2080.7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23BCC2C3%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M38.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34c-2.1-2.4-5.8-2.7-8.3-0.6%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C37.9%2C79.1%2C38.2%2C78.8%2C38.4%2C78.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.4%2C78.5l34-34c1.2-1.1%2C1.8-2.7%2C1.8-4.3c0-1.6-0.6-3.1-1.7-4.2l-34-34C8.4-0.4%2C4.7-0.7%2C2.2%2C1.4%20s-2.7%2C5.8-0.6%2C8.3c0.2%2C0.2%2C0.3%2C0.3%2C0.5%2C0.5l30%2C30l-30%2C30c-2.5%2C2.1-2.9%2C5.8-0.8%2C8.3c2.1%2C2.5%2C5.8%2C2.9%2C8.3%2C0.8%20C9.9%2C79.1%2C10.2%2C78.8%2C10.4%2C78.5z%22%2F%3E%3C%2Fsvg%3E') center center no-repeat transparent;
}

.sr-pagination .sr-pagination-prev a:before {
  transform: rotateY(180deg);
}

.sr-pagination .sr-pagination-first a:before {
  transform: rotateY(180deg);
}

.sr-pager .sr-page_results {
  text-align: right;
}

@media only screen and (max-width: 767px) {

  .sr-pagination {
    margin-bottom: .2em;
  }

  .sr-pagination ul {
    border: none;
  }

  .sr-pagination ul li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-top: .5em;
  }

  .sr-pagination ul li+li {
    margin-left: -1px;
  }

  .sr-pagination ul li:first-child {
    border-left: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
  }

  .sr-pagination ul li:last-child {
    border-radius: 0 4px 4px 0;
  }

  .sr-pagination ul li a,
  .sr-pagination ul li span {
    font-size: 14px;
  }

  .sr-pagination .sr-pagination_ico a:before {
    top: 12px;
  }

  .sr-page_results {
    font-size: .95em;
  }
}

@media only screen and (max-width: 320px) {
  .sr-pagination ul li {
    width: 34px;
    height: 34px;
  }

  .sr-pagination .sr-pagination_ico a:before {
    width: 10px;
    height: 10px;
    top: 12px;
    left: 10px;
  }
}

/* オートコンプリートを非表示 */
zd-autocomplete {
  display: none !important;
}

/*******************
AmazonConnect chat アイコン用
********************/

[class^="acOpenButton"],
[class^="acButtonStyles"],
[class^="acCloseButton"] {
  width: 200px !important;
  height: 60px !important;
  box-shadow: none !important;
}

[class^="acOpenButton"]:focus,
[class^="acButtonStyles"]:focus,
[class^="acCloseButton"]:focus {
  opacity: 1 !important;
}

/* open/close ボタン内のSVG非表示 */
#amazon-connect-open-widget-button svg,
#amazon-connect-close-widget-button svg {
  display: none;
}

/* ボタン（open/close）の位置・背景設定 */
button#amazon-connect-open-widget-button,
#amazon-connect-close-widget-button {
  position: fixed;
  right: 20px !important;
  bottom: 10px !important;
  width: 200px !important;
  height: 65px !important;
  color: #000000;
  background: transparent !important;
  background-image: url("/hc/theming_assets/01JN2TRBHC29GQ62KHDEHW14PS") !important;
  border-radius: 0;
  background-repeat: no-repeat !important;
  background-size: 200px !important;
  margin: 0;
  outline: none;
}

button#amazon-connect-close-widget-button:hover,
[class^="acOpenButton"]:hover {
  opacity: 1;
}



/* acFrameContainer の */
[class^="acFrameContainer"] {
  max-height: 85vh !important;
}

/* モバイル向け acFrameContainer の調整 */
[class^="acFrameContainer"].mobile {
  max-height: 92vh !important;
}

[class^="acFrameContainer"].show.mobile {
  max-height: unset !important;
  max-width: unset;
}

/* モバイル向け close ボタンのスタイル */
button#amazon-connect-close-widget-button.mobile {
  background: #20aee5 !important;
  height: 50px !important;
  width: 60px !important;
  margin: 0;
  opacity: 1;
}

#amazon-connect-close-widget-button.mobile svg {
  display: block;
}

/* acWidgetContainer の調整 */
[class^="acWidgetContainer"] {
  margin-bottom: 85px;
  bottom: 0 !important;
}

/* 追加要素の z-index 調整 */


div#amazon-connect-widget-frame {
  z-index: 1;
}

/* 767px以下の画面幅向け */
@media (max-width: 767px) {

  button#amazon-connect-open-widget-button,
  #amazon-connect-close-widget-button {
    right: 5px !important;
  }
}

/* サイト内検索のエラーメッセージ */
@keyframes sr-error-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#sr-error {
  margin: 16px 0 26px;
  padding: 16px;
  border: 1px solid #f55852;
  border-radius: 6px;
  color: #f55852;

  animation: sr-error-fadeIn 1s ease-out;
}

#sr-error {
  opacity: 1;
  transform: translateY(0);
}

#sr-error h3 {
  color: #f55852;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  border-bottom: none;
}

#sr-error p {
  color: #f55852;
}

#sr-error .relation {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #sr-error h3 {
    font-size: 18px;
  }
}

/****************************
2025/05 emergency_btn 追加
*****************************/

#emergency_link {
  max-width: 1130px;
  display: block;
  margin: 1em auto 0;
  width: 90%;
  text-align: center;
}

#emergency_link a.btn {
  text-decoration: none;
  border: 1px solid;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0.7em 2.3em 0.7em 1.7em;
  ;
  display: inline-block;
  line-height: 1.4;
  margin: 1em auto .5em;
  font-weight: bold;
  position: relative;
  /* overwrite start */
  background: none;
  color: inherit;
  /* overwrite end */
}

#emergency_link a.btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}

#emergency_link a.btn::after {
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
  background: url(/hc/theming_assets/01KBKW84AQSN3XSWAYCTRW4BCK) center center no-repeat transparent;
}

#emergency_link a.primary {
  color: white;
  background: #FF9700;
  min-width: 315px;
}

@media only screen and (max-width: 500px) {
  #emergency_link a.primary {
    min-width: 100px;
  }
}


/* サジェストUI調整 */

#new_article ul.suggest-box,
ul.suggest-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  display: none;
}

#new_article ul.suggest-box li,
ul.suggest-box li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.5rem;
  cursor: pointer;
  text-align: left;
  margin-top: 0;
}

ul.suggest-box li:hover {
  background: #f0f0f0;
}

#new_article ul.suggest-box li::before,
ul.suggest-box li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: url(/hc/theming_assets/01HZKQRZC3WPPHMK04BZWK1W58) center center no-repeat transparent;
  background-size: 20px;
  width: 30px;
  height: 30px;
}

form.search {
  z-index: 999;
}

/* ここから試験運用 tooltips */
#top_search_box .keyword {
  position: relative;
  /* 親要素の基準点を設定 */
}

.floating-tips {
  position: absolute;
  width: 490px;
  height: 52px;
  text-align: center;
  /*top: 52%;  初期位置 (親要素より下) */
  left: 50%;
  margin: 0 auto;
  margin-top: -11px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  animation: fadeInMove 0.5s ease forwards, fadeOut 0.5s ease 3.5s forwards;
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(-24px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .keyword .floating-tips {
    width: 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .keyword .floating-tips {
    margin-top: -11px;
    width: 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 0px) {
  .keyword .floating-tips img {
    width: 100%;
  }
}

@media screen and (max-width: 639px) and (min-width: 563px) {
  .keyword .floating-tips {
    margin-top: 1px;
    width: 50%;
  }
}

@media screen and (max-width: 564px) and (min-width: 0px) {
  .keyword .floating-tips {
    margin-top: -7px;
    width: 90%;
  }
}

/* ここまで試験運用 tooltips	*/



/*  ↓ 20260408　セクション配下にサブセクション追加 */
/************************************************
  category_page.hbs カテゴリページ内のサブセクション
************************************************/
/* ===============================
   共通（PC / SP）
================================ */
/* サブセクション全体 */
.category-container .section .subsection {
  margin: 1em 0 2.5em 1.6em;
}

/* サブセクションタイトル */
.category-container .section .subsection .subsection-title {
  font-size: 1.3rem;
  margin-bottom: .3em;
  font-weight: normal;
}

.category-container .section .subsection .subsection-title a {
  color: #555555;
}

/* タイトル直後のリスト余白 */
.section-tree .subsection-title+.article-list {
  margin-top: 0.5em;
}



/* 記事がない場合の文言だけ微調整 */
@media (min-width: 767px) {
  .category-container .section .subsection .list-empty {
    display: block;
    padding-left: 1em;
  }
}

/************************************************
  section_page.hbs セクションページ サブセクション
************************************************/
/* ===============================
   共通（PC / SP）
================================ */
/* サブセクションタイトル */
.section-content .section-tree .subsection-title {
  font-size: 1.3rem;
  margin-bottom: .3em;
  font-weight: normal;
}

.section-content .section-tree .subsection-title a {
  color: #555555;
}

.section-content .article-list {
  padding-top: 1em;
}

/* category + section */
h1.cat-sec-ttl,
h1.section-tree-title {
  padding-bottom: .2em !important;
}

h2.cat-sec-ttl {
  padding-bottom: 0;
}

/* 「◯件の記事をすべて表示」（セクションページ） */
.category-container .section-tree .see-all-articles,
.section-content .section-tree .see-all-articles {
  text-align: right;
  font-size: .9em;
  position: relative;
  color: #555;
  margin: 0 1em 0 0;
}

.section-tree .see-all-articles:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #505050;
  border-right: solid 2px #505050;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-left: 9px;
  pointer-events: none;
  text-align: right;
  margin-top: 4px;
}

.article-list-item {
  padding: 0;
}

.arg_section-container .article-list-item a,
.arg_category-content .article-list-item a {
  padding: .6em 0;
}

/* @media screen and (max-width: 900px) and (min-width: 0px) {
    .arg_section-container .article-list-item a {
        padding: 9px 0;
    }
} */

/*  ↑ 20260408　セクション配下にサブセクション追加 */

/*  ↓ 20260408 各セクションへのガイド（水色背景アンカーリンク）を追加 */
/****************************
  カテゴリーページのdescription（非公開中）
  *****************************/

p.page-header-description {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: none;
  font-style: normal;
}

/****************************
  カテゴリーページのアンカーリンク
  *****************************/
.arg_container.arg_container_article .category-container {
  display: block;
}

.section-nav {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin-top: .8em;
}

.section-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  justify-content: flex-start;
  margin: 0;
}

.section-nav ul li {
  background-color: #e1f4fc;
  border-radius: 4px;
  /* color: #fff; */
  margin-bottom: .5em;
  margin-right: .8em;
}

.section-nav ul li:hover {
  opacity: .6;
}

.section-nav ul li a {
  display: block;
  width: 100%;
  padding: .6em 1.2em;
  color: #20aee5 !important;
  word-wrap: normal;
}

.section-nav ul li a:hover {
  text-decoration: underline;
}

.arg_container .category-container .article {
  margin: 4em 0;
}

/****************************
  セクションページのアンカーリンク
  *****************************/
.section-content .section-nav {
  margin-bottom: 4em;
}

/*  ↑ 20260408 各セクションへのガイド（水色背景アンカーリンク）を追加 */


/****************************
  トップのパネルスタイル 上書き＋不要スタイル削除済み
  202604
  *****************************/

.top_container .category_menu .main_category .list_icon {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 88%;
    font-size: 20px !important; /* .list_icon配下の基準となる文字サイズ */
    margin: 1em 1em 0.5em;
    padding-bottom: 0.625em;
    border-bottom: 1px solid #dddddd;
    height: 3.5em;
    box-sizing: border-box; 
}

.top_container .category_menu .main_category .list_icon img,
.top_panel ul.category-list li .list_inner .list_icon img {
    float: none !important;
    flex-shrink: 0;
    margin-right: 0.8em;
    margin-bottom: 0 !important;
    display: block;
    width: auto;
    height: 2.3em;
    object-fit: contain;
    max-width: 2.3em;
    max-height: 2.3em;
}

.top_container .category_menu .main_category .list_title,
.top_panel ul.category-list li .list_inner .list_title {
    flex: 1;
    margin: 0 !important;
    padding-top: 0 !important;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    max-width: unset !important;
    font-size: 1em !important; /* .list_iconのフォントサイズ継承 */
}

/************************
header ログインボタン 20260526 
**************************/
.header {
    display: flex;
}

.header_login {
    margin-right: 1rem;
    margin-left: auto;
    padding-top: 0;
    z-index: 9999;
}

@media only screen and (max-width: 667px) {
    .header_login {
        margin-right: 0;
    }
}

.header_login a {
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 14px 22px;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 0.4;
    letter-spacing: -.05em;
    background-color: #FF9700;
    border-radius: 25px;
    opacity: 1;
}

.header_login a:hover {
    color: #FF9700;
    background-color: transparent;
    border: 1px solid #FF9700;
    /* opacity: .5; */
}

.header_login-child {
    margin-left: auto;
    margin-right: 536px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .header_login-child {
        margin-right: 352px;
    }
}

@media only screen and (max-width: 767px) {
    .header_login-child {
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

/************************
記事追従 ログインボタン 20260526 
**************************/
.article_side_login_btn {
  padding: 15px 0;
  margin: 1em 0 0;
  position:relative;
  background-color: #FF9700;
  border-radius:4px;
  display: block;
  text-align:center;
  line-height: 1rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-image: url(/hc/theming_assets/01J00QG0CH0848NW7T4X9RT87B);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.article_side_login_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/************************
記事下部 ログインボタン 20260526 
**************************/
#new_article.article-login {
    border-top: 1px solid #ddd;
    padding: 30px 0 0 0;
    margin: 4em 0 0;
}

#new_article.article-login a.btn {
    margin: 0;
}