@charset "UTF-8";
/* よくある質問 */
.faqsearch-purpose .box-product-image {
  height: 100px;
  margin-bottom: 15px;
}
.faqsearch-purpose .box-block .ttl-paragraph {
  margin-bottom: 0;
}

.faqicon-contract {
  width: 90px;
}
.faqicon-product {
  width: 50px;
}
.faqicon-campaign {
  width: 80px;
}
.faqicon-pay {
  width: 70px;
}

#area_autoComplete,
#faq_subCategories_area_keyword {
  display: none;
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 10;
}

#area_autoComplete span,
#area_autoComplete strong,
#faq_subCategories_area_keyword span,
#faq_subCategories_area_keyword strong {
  display: block;
  padding: 5px;
  font-size: 15px;
  cursor: pointer;
  margin: 20px;
}

#faq_subCategories_area_keyword strong.menu_title {
  font-weight: bold;
  font-size: 15px;
  cursor: default;
}

#area_autoComplete span:hover,
#area_autoComplete span:focus,
#faq_subCategories_area_keyword span:hover,
#faq_subCategories_area_keyword span:focus {
  opacity: 0.7;
}

/* よくある質問 詳細 */
.box-qa-02 {
  position: relative;
  margin-bottom: 30px;
}
.box-qa-02 a {
  color: #1c619c;
  text-decoration: underline;
}
.box-qa-02 p, .box-qa-02 a, .box-qa-02 ul, .box-qa-02 ol, .box-qa-02 table {
  font-size: 15px;
}
.box-qa-02-hdg-l1 {
  font-size: 19px;
  font-weight: bold;
  color: #131313;
  margin: 0;
  background: url(/assets/images/common/icon/ico_faq_q.svg) no-repeat left top 4px;
  background-size: 24px;
  padding: 0 100px 3px 45px;
}
.box-qa-02-lead-answer {
  color: #131313;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.5;
  margin: 15px 0 60px 0;
  background: url(/assets/images/common/icon/ico_faq_a.svg) no-repeat left top 4px;
  background-size: 24px;
  padding: 6px 100px 6px 45px;
}
.box-qa-02 .btn-useful {
  position: absolute;
  right: 0px;
  top: 0;
  background: #fff;
  line-height: 1;
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
}
.box-qa-02 .btn-useful:before {
  content: "";
  background: url(/assets/images/common/icon/ico_fav_off.svg) no-repeat left top;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.box-qa-02 .btn-useful[data-disabled="1"] {
  font-weight: bold;
}
.box-qa-02 .btn-useful[data-disabled="1"]:before {
  background-image: url(/assets/images/common/icon/ico_fav_on.svg);
}
.box-qa-02 .parts_ttl,
.box-qa-02 .box-qa-02-hdg-l2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 32px;
  margin-bottom: 32px;
}
.box-qa-02 .box-qa-02-hdg-l3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 36px;
  margin-bottom: 28px;
  position: relative;
  padding-left: 1.4rem;
}
.box-qa-02 .box-qa-02-hdg-l3::before {
  display: block;
  content: "";
  background: #14cd0a;
  width: 4px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 5px;
  box-shadow: 0px -8px 0px #B4B9BE inset;
}
.box-qa-02 .notice-list > li {
  line-height: 1.4;
  display: table;
  margin-bottom: 10px;
}
.box-qa-02 .notice-list > li > span {
  display: table-cell;
  vertical-align: top;
  min-width: 30px;
  padding-right: 5px;
}
.box-qa-02 .notice-list > li > div {
  display: table-cell;
}
.box-qa-02 .list-bullet-01 > li {
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
.box-qa-02 .list-bullet-01 > li:before {
  content: "•";
  position: absolute;
  font-size: 20px;
  left: 0px;
  top: 1px;
  color: #656565;
  line-height: 1;
}
.box-qa-02 .list-order > li {
  line-height: 1.4;
  margin: 0 0 10px 17px;
  list-style-type: decimal;
}
.box-qa-02 .text-attention-01 {
  color: #ff0033;
}
.box-qa-02 .text-icon-attention-01 {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.box-qa-02 .text-icon-attention-01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icon-attention.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
.box-qa-02 .link-list-03 {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 70px;
}
.box-qa-02 .link-list-03 > li {
  border-bottom: 1px solid #e8e8e8;
}
.box-qa-02 .link-list-03 .toggle-hook {
  position: relative;
  transition: all 0.25s ease;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #131313;
}
.box-qa-02 .link-list-03 .toggle-hook:after {
  display: block;
  content: "";
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
  width: 7px;
  height: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
  transform: rotate(90deg);
  transition: all 0.1s ease;
}
.box-qa-02 .link-list-03 .toggle-open .toggle-hook:after {
  transform: rotate(270deg);
}
.box-qa-02 .link-list-03 .toggle-hook h2, .box-qa-02 .link-list-03 .toggle-hook h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  cursor: pointer;
  padding: 30px 30px 30px 0;
}
.box-qa-02 .link-list-03 .toggle-more {
  padding: 0 20px 30px;
  display: none;
}
.box-qa-02 .link-list-03 p {
  margin-bottom: 0;
}
.box-qa-02 .box-figure-01 {
  margin: 0 0 20px;
  text-align: center;
}
.box-qa-02 .box-link-image-01 {
  text-align: center;
  margin-bottom: 20px;
}
.box-qa-02 .box-movie-01-container {
  width: 640px;
  margin: 0 auto 20px;
}
.box-qa-02 .box-movie-01-container .box-movie-01 {
  position: relative;
  padding-top: 56.25%;
}
.box-qa-02 .box-movie-01-container .box-movie-01 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box-qa-02 .box-order-image-01 {
  margin-bottom: 20px;
  counter-reset: num;
}
.box-qa-02 .box-order-image-01-item {
  overflow: hidden;
  margin-bottom: 20px;
}
.box-qa-02 .box-order-image-01-item.title-count {
  padding-left: 30px;
  position: relative;
}
.box-qa-02 .box-order-image-01-item.title-count:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(num) ". ";
  counter-increment: num;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.box-qa-02 .box-order-image-01-col-image {
  text-align: center;
}
.box-qa-02 .box-order-image-01-col-image > img {
  max-width: 100%;
}
.box-qa-02 .box-order-image-01 .col2 .box-order-image-01-col-detail {
  float: left;
  width: 570px;
}
.box-qa-02 .box-order-image-01 .col2 .box-order-image-01-col-image {
  float: right;
  width: 250px;
  margin: 0;
}
.box-qa-02 .box-order-image-01-hdg {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.box-qa-02 .tbl {
  table-layout: fixed;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
    margin-bottom:20px;
}
.box-qa-02 .tbl th, .box-qa-02 .tbl td {
  padding: 15px;
  line-height: 1.7;
  border-top: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
  min-width: 50px;
}
.box-qa-02 .tbl th.left, .box-qa-02 .tbl td.left {
  text-align: left;
}
.box-qa-02 .tbl th.center, .box-qa-02 .tbl td.center {
  text-align: center;
}
.box-qa-02 .tbl th.right, .box-qa-02 .tbl td.right {
  text-align: right;
}
.box-qa-02 .tbl th a:not(.btn), .box-qa-02 .tbl td a:not(.btn) {
  color: #1c619c;
  text-decoration: underline;
}
.box-qa-02 .tbl th a:not(.btn):hover, .box-qa-02 .tbl td a:not(.btn):hover {
  text-decoration: none;
}
.box-qa-02 .tbl th p:last-child, .box-qa-02 .tbl td p:last-child {
  margin-bottom: 0;
}
.box-qa-02 .tbl th {
  background: #fafafa;
}
.box-qa-02 .tbl td {
  background: #fff;
}
.box-qa-02 .nav-pager-03 {
  overflow: hidden;
  padding-bottom: 5px;
  margin: 10px 0 30px;
}
.box-qa-02 .nav-pager-03-prev {
  float: left;
}
.box-qa-02 .nav-pager-03-prev a:before {
  content: "";
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
  background-size: 8px 16px;
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  left: 16px;
  margin-top: -8px;
  transform: rotate(180deg);
}
.box-qa-02 .nav-pager-03-next {
  float: right;
}
.box-qa-02 .nav-pager-03-next a:after {
  content: "";
  background: url(/assets/images/common/icon/ico_arrow.svg) no-repeat left top;
  background-size: 8px 16px;
  width: 8px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  position: absolute;
  right: 16px;
  margin-top: -8px;
}
.box-qa-02 .nav-pager-03 a {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #6f2fff;
  border: 2px solid #6f2fff;
  border-radius: 50px;
  min-width: 195px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px #6f2fff;
  line-height: 1.7;
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.box-qa-02 .t_scroll {
  overflow-x: scroll;
  white-space: nowrap;
}

.box-qa-02 .scroll::-webkit-scrollbar{height:10px;}/*バーの太さ*/
.box-qa-02 .scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.box-qa-02 .scroll::-webkit-scrollbar-thumb{background:#2cc2e4;}/*バーの色*/

.box-qa-02 .p-left-30 {
  padding-left: 30px !important;
}

/* よくある質問 詳細 */
.faqdetail_body {
  clear: both;
  font-size: 15px;
  line-height: 1.6;
}

.faqdetail-bottom-fav {
  margin-bottom: 40px;
  padding-top: 10px;
}
.faqdetail-bottom-fav:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url(/assets/images/common/icon/ico_fav_off.svg) 0 0 no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  top: -1px;
}
.faqdetail-bottom-fav.is-fav:before {
  background-image: url(/assets/images/common/icon/ico_fav_on.svg);
}

/* ----- バナーエリア ----- */
div#area_banner {
  text-align: center;
  margin: -50px auto 50px auto;
}

div#area_banner > div {
  display: inline-block;
  margin: 16px;
}

div#area_banner img {
  width: 283px;
  height: 90px;
}

/* ----- チャットボタン ----- */
.cc-button.chatflag_false,
.cc-button.cc-close {
  display: none;
}

@media (max-width: 768px) {
  /* よくある質問 */
  .faqsearch-purpose .box-product-image {
    height: 90px;
    margin-bottom: 15px;
  }

  .faqicon-product {
    width: 37px;
  }
  .faqicon-campaign {
    width: 55px;
  }
  .faqicon-pay {
    width: 50px;
  }

  #area_autoComplete,
#faq_subCategories_area_keyword {
    width: 100%;
    left: auto;
    right: auto;
  }

  #area_autoComplete span,
#area_autoComplete strong,
#faq_subCategories_area_keyword span,
#faq_subCategories_area_keyword strong,
#faq_subCategories_area_keyword strong.menu_title {
    font-size: 13px;
    padding: 0;
  }

  /* よくある質問 詳細 */
  .faqdetail_body {
    clear: both;
  }

  .faqdetail {
    padding: 20px 0 0 0;
    margin-top:0;
    margin-bottom:0;
  }

  .box-qa-02 {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .box-qa-02 p, .box-qa-02 a, .box-qa-02 ul, .box-qa-02 ol, .box-qa-02 table {
    font-size: 13px;
    margin-bottom:15px;
  }
  .box-qa-02-hdg-l1 {
    line-height: 1.3;
    padding: 3px 0 6px 35px;
    background-size: 25px;
    font-size: 16px;
  }
  .box-qa-02-lead-answer {
    font-size: 13px;
    line-height: 1.5;
    margin: 10px 0 5px 0;
    padding: 4px 0 6px 35px;
    background-size: 25px;
  }
  .box-qa-02 .btn-useful {
    position: static;
    font-size: 14px;
    border-radius: 6px;
    float: right;
    padding: 6px 8px;
  }
  .box-qa-02 .btn-useful:before {
    background: url(/assets/images/common/icon/ico_fav_off.svg) no-repeat left top;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .box-qa-02 .box-qa-02-useful-container {
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .box-qa-02 .btn-useful[data-disabled="1"]:before {
    background-image: url(/support/faq/common_files/images/ico_fav_on.svg);
  }
  .list-faq-fav.is-active:before{
    background-image: url(/support/faq/common_files/images/ico_fav_on.svg)!important;
  }
  .box-qa-02 .parts_ttl,
.box-qa-02 .box-qa-02-hdg-l2 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .box-qa-02 .box-qa-02-hdg-l3 {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: relative;
  }
  .box-qa-02 .link-list-03 {
    margin-bottom: 15px;
  }
  .box-qa-02 .link-list-03 .toggle-hook h2, .box-qa-02 .link-list-03 .toggle-hook h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 20px 20px 0;
  }
  .box-qa-02 .link-list-03 .toggle-more {
    padding: 0 0 15px;
  }
  .box-qa-02 .box-figure-01 {
    margin-bottom: 15px;
  }
  .box-qa-02 .box-link-image-01 {
    margin-bottom: 15px;
  }
  .box-qa-02 .box-movie-01-container {
    width: 100%;
    margin-bottom: 15px;
  }
  .box-qa-02 .box-order-image-01 {
    margin-bottom: 15px;
  }
  .box-qa-02 .box-order-image-01-item.title-count:before {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .box-qa-02 .box-order-image-01 .col2 .box-order-image-01-col-detail,
.box-qa-02 .box-order-image-01 .col2 .box-order-image-01-col-image {
    float: none;
    width: 100%;
  }
  .box-qa-02 .box-order-image-01-hdg {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .box-qa-02 .tbl th, .box-qa-02 .tbl td {
    padding: 10px 4px;
    line-height: 1.5;
    white-space: normal;
  }
  .box-qa-02 .tbl th:before, .box-qa-02 .tbl td:before {
    top: 12px;
    height: calc(100% - 24px);
  }
  .box-qa-02 .nav-pager-03-prev > a, .box-qa-02 .nav-pager-03-next > a {
    font-size: 12px;
    min-width: 120px;
    padding: 8px 3px;
  }
  .faqdetail_body {
    font-size: 13px;
  }

  .faqdetail-bottom-fav {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .faqdetail-bottom-fav:before {
    background: url(/assets/images/common/icon/ico_fav_off.svg) 0 0 no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
  }

  /* ----- バナーエリア ----- */
  div#area_banner {
    padding: 0 20px;
    margin: 40px 0;
  }

  div#area_banner br {
    display: none;
  }

  div#area_banner > div {
    margin: 10px 0;
  }

  div#area_banner img {
    width: auto;
    height: auto;
  }
}
/*  20190808 -------------------------------- */
.btn-inline-wrapper .btn.wid-45per {
  margin-right: auto;
  margin-top: 15px;
}

.btn-inline-wrapper .btn.wid-45per:nth-child(odd) {
  margin-right: 2%;
}

.wid-45per {
  width: 49% !important;
}

@media (max-width: 768px) {
  .wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
/*  20191120 -------------------------------- */
.toggle-more-inner h3:first-child {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .toggle-more-inner .list-order {
    padding-left: 4px;
  }

  .box-qa-02 .box-qa-02-hdg-l3:after {
    width: 3px;
    height: 22px;
  }

  .toggle-more-inner h3:first-child {
    margin-top: 0px;
  }
}
/* newflag ---------------------------------- */
.newflag_0 {
  display: none;
}

.newflag_1 {
  color: #ff0000;
  font-size: 9px;
  vertical-align: middle;
  border: 1px solid #ff0000;
  border-radius: 20px;
  padding: 1px 6px;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

/* おすすめから探す 調整 */
@media (max-width: 768px) {
  #recommend_box .list-info-item > a {
    padding-left: 0;
  }

  #recommend_box .list-info-item > a p {
    text-indent: 0;
  }
}
/* 検索 */
.searchresult-head {
  overflow: hidden;
  margin-bottom: 50px;
}
.searchresult-title {
  font-size: 16px;
  font-weight: bold;
  float: left;
}
.searchresult-count {
  font-size: 15px;
  float: right;
}
.searchresult-list {
  margin-bottom: 70px;
}
.searchresult-list-item {
  overflow: hidden;
  padding-bottom: 35px;
  font-size: 15px;
}
.searchresult-list-item .text-link-arrow {
  margin-top: 10px;
  display: inline-block;
}
.searchresult-list-item-text {
  font-size: 13px;
  line-height: 1.5;
  padding-top: 15px;
  color: #656565;
}
.searchresult-list-item:last-child {
  padding-bottom: 0;
}
.searchresult-list-image {
  float: left;
  width: 120px;
  margin-right: 30px;
}
.searchresult-list-image img {
  width: 100%;
  border: 1px solid #e8e8e8;
}
.searchresult-recommend-list {
  overflow: hidden;
  margin-bottom: 0;
}
.searchresult-recommend-list-item {
  width: 17.7%;
  float: left;
  margin-left: 2.8%;
}
.searchresult-recommend-list-item:first-child {
  margin-left: 0;
}
.searchresult-recommend-list-item > a {
  display: inline-block;
}
.searchresult-recommend-list-item p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  padding-bottom: 1em;
}
.searchresult-recommend-list-image {
  margin-bottom: 15px;
}
.searchresult-recommend-list-image img {
  width: 100%;
}

.searchsite-wrap {
  position: relative;
}
.searchsite-block {
  display: block;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  text-align: left;
}
.searchsite-block-input {
  border: none;
  width: 867px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  outline: none;
}
.searchsite-block-input::placeholder {
  color: #cacaca;
}
.searchsite-block-btn {
  background: url(/assets/images/common/icon/ico_search_gray.svg) no-repeat center center;
  background-size: 25px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 1px;
  text-indent: -99em;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

/* -----------------------------------------
    検索画面調整
----------------------------------------- */
.searchresult-list-image {
  width: 200px;
}

@media (max-width: 768px) {
  /* 検索 */
  .searchresult-head {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .searchresult-title {
    font-size: 14px;
    margin-bottom: 5px;
    float: none;
  }
  .searchresult-count {
    font-size: 13px;
    float: none;
  }
  .searchresult-list {
    margin-bottom: 40px;
  }
  .searchresult-list-item {
    margin-bottom: 0px;
    padding: 15px 0 0;
    font-size: 13px;
  }
  .searchresult-list-item a {
    display: block;
  }
  .searchresult-list-item .text-link-arrow {
    margin-top: 0;
    float: right;
    width: calc(100% - 110px);
  }
  .searchresult-list-item-text {
    clear: both;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 0;
    float: right;
    width: calc(100% - 110px);
    color: #656565;
  }
  .searchresult-list-image {
    width: 90px;
    margin-right: 0px;
  }
  .searchresult-recommend-list {
    padding-top: 0px;
  }
  .searchresult-recommend-list-item {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .searchresult-recommend-list-item p {
    font-size: 13px;
    padding-left: 25px;
    background: url(/assets/images/common/icon/ico_arrow_circle_black.png) no-repeat left 1px;
    background-size: 16px;
  }
  .searchresult-recommend-list-item:last-child p {
    padding-bottom: 0;
  }
  .searchresult-recommend-list-image {
    display: none;
  }

  .searchsite-block {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    font-size: 13px;
    position: relative;
    text-align: left;
  }
  .searchsite-block-input {
    border: none;
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
  }
  .searchsite-block-input::placeholder {
    color: #ccc;
  }
  .searchsite-block-btn {
    background: url(/assets/images/common/icon/ico_search_gray.svg) no-repeat center center;
    background-size: 20px;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 1px;
    text-indent: -99em;
    overflow: hidden;
    border: none;
    cursor: pointer;
  }

  /* -----------------------------------------
    検索画面調整
  ----------------------------------------- */
  .searchresult-list-item {
    padding-top: 20px;
  }

  .searchresult-list-item a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .searchresult-list-image {
    float: none;
    width: 36%;
    margin-right: 0px;
    order: 2;
  }

  .searchresult-list-item .text-link-arrow {
    float: none;
    width: 100%;
    order: 1;
    margin-bottom: 6px;
  }

  .searchresult-list-item .searchresult-list-item-text {
    float: none;
    width: 64%;
    padding-left: 10px;
    order: 3;
  }

  .searchresult-recommend-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .searchresult-recommend-list li {
    width: 46%;
  }

  .searchresult-recommend-list-item a .searchresult-recommend-list-image {
    display: block;
  }

  .searchresult-recommend-list-item a p {
    background: none;
    padding-left: 0;
  }
}
/* iphone5 iphoneSE用 */

ol.list-order{
    margin-top:20px;
}


.box-useful-01 .c-button-wrapper .c-button + .c-button{
    margin-top: 0;
}

.c-ttl-page {
    margin:0 auto 0 auto
}

.searchresult-nodata-wrapper{
    margin-top:50px;
}

.box-qa-02 .t_scroll table{
    margin-bottom:5px;
}

.l-section.l-section-hasbg.u-bg-gray{
    margin-bottom:0;
}

/* FAQいいねボタン対応 */

@media screen and (max-width:899px){
	.reason .text_pink{
	color:#ff4187
	}
}

#questionnaire-area{
	text-align: center;
	margin-top: 36px;
	margin-bottom: 50px;
}
#questionnaire-area h2{
	font-size: 2.0em;
	font-weight: bold;
}
	#questionnaire-area .btn-inline-wrapper{margin: 40px 0;
}
	#questionnaire-area .c-button-primary.c-button-s {margin: 0 10px;
}
#questionnaire-area .btn-inline-wrapper .btn-02{
	color: #6F2FFF;
	background-color: #fff;
	border-color: #6F2FFF;
}
#questionnaire-area .btn-inline-wrapper .btn-02::after{
	border-color: #6F2FFF;
}

/* サポナビ経由　チャットボタン */
.flex-chat-btn-wrap {
  position: fixed;
  bottom: -10px;
  right: 0.5%;
  width: 6%;
  height: 18.4%;
  cursor: pointer;
  background-image: url(/support/common/images/btn_chat.svg);
  background-repeat: no-repeat;
}

.flex-chat-btn-wrap .cc-button {
  height: 100%;
}

@media (max-width: 768px) {
  .flex-questionnaire a {
    top: 75%;
  }
  .flex-chat-btn-wrap {
    bottom: 1%;
    width: 20%;
    right: 1%;
    height: 12%;
  }
}

img.pdficon,
img.newwindowicon {
  vertical-align: middle;
  font-size: 10px;
  margin: 0 4px 2px !important;
}

@media screen and (max-width: 768px) {
  img.pdficon,
  img.newwindowicon {
    vertical-align: top;
    margin: 3px 0 0 5px !important;
  }
}