@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
#service-result {
  padding-top: 50px;
}
#service-result h2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

/* ナビゲーション */
.service_navi {
  background-color: #F4F5F8;
  padding: 15px 0;
  margin: 15px 0 20px;
}
.service_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 530px;
  gap: 0 20px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service_navi ul li {
  width: 90px;
}
.service_navi ul li a {
  display: block;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.service_navi ul li a:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/service/common/images/icon-anshin.svg) no-repeat center center;
  background-size: 60px 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  top: 15px;
}
.service_navi ul li a:after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px #e5e5e5;
          box-shadow: 3px 3px 8px 0px #e5e5e5;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  z-index: 1;
}
.service_navi ul li a.is-active, .service_navi ul li a:hover {
  color: #ff0033;
}
.service_navi ul li a.is-active:before, .service_navi ul li a:hover:before {
  background: url(/service/common/images/icon-anshin-red.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li a span {
  display: block;
  text-align: center;
  margin-top: 38px;
  line-height: 1;
}
.service_navi ul li:nth-child(2) a:before {
  background: url(/service/common/images/icon-call-data.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(2) a.is-active:before, .service_navi ul li:nth-child(2) a:hover:before {
  background: url(/service/common/images/icon-call-data-red.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(3) a:before {
  background: url(/service/common/images/icon-benefits.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(3) a.is-active:before, .service_navi ul li:nth-child(3) a:hover:before {
  background: url(/service/common/images/icon-benefits-red.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(4) a:before {
  background: url(/service/common/images/icon-payment.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(4) a.is-active:before, .service_navi ul li:nth-child(4) a:hover:before {
  background: url(/service/common/images/icon-payment-red.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(5) a:before {
  background: url(/service/common/images/icon-global.svg) no-repeat center center;
  background-size: 60px 60px;
}
.service_navi ul li:nth-child(5) a.is-active:before, .service_navi ul li:nth-child(5) a:hover:before {
  background: url(/service/common/images/icon-global-red.svg) no-repeat center center;
  background-size: 60px 60px;
}

/* 絞り込み */
.formsearch {
  border-radius: 60px;
  height: 42px;
  border: 1px solid #7C7E87;
  line-height: 42px;
  background: url(/service/common/images/icon-search.svg) no-repeat #fff;
  background-size: 18px 18px;
  background-position: right 13px center;
}

.refinebtn {
  border-radius: 60px;
  border: 1px solid #7C7E87;
  padding: 12px 30px 12px 20px;
}
.refinebtn .refinebtn-icon span {
  background-color: #7C7E87;
}

/* コンテンツ */
.servicetop-category {
  /** もっと見る **/
}
.servicetop-category h3 {
  font-size: 20px;
  font-weight: bold;
}
.servicetop-category #anshin-box,
.servicetop-category #call-data-box,
.servicetop-category #benefits-box,
.servicetop-category #payment-box,
.servicetop-category #global-box {
  padding-top: 65px;
}
.servicetop-category #anshin-box h3,
.servicetop-category #call-data-box h3,
.servicetop-category #benefits-box h3,
.servicetop-category #payment-box h3,
.servicetop-category #global-box h3 {
  padding: 5px 0 5px 55px;
  position: relative;
  margin-bottom: 25px;
}
.servicetop-category #anshin-box h3:before,
.servicetop-category #call-data-box h3:before,
.servicetop-category #benefits-box h3:before,
.servicetop-category #payment-box h3:before,
.servicetop-category #global-box h3:before {
  content: "";
  display: inline-block;
  background: url(/service/common/images/icon-anshin.svg) no-repeat center center;
  background-size: 27px 24px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.servicetop-category #anshin-box h3:after,
.servicetop-category #call-data-box h3:after,
.servicetop-category #benefits-box h3:after,
.servicetop-category #payment-box h3:after,
.servicetop-category #global-box h3:after {
  content: "";
  display: inline-block;
  background-color: #F4F5F8;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.servicetop-category #call-data-box h3:before {
  background: url(/service/common/images/icon-call-data.svg) no-repeat center center;
  background-size: 27px 28px;
}
.servicetop-category #benefits-box h3:before {
  background: url(/service/common/images/icon-benefits.svg) no-repeat center center;
  background-size: 24.5px 25px;
}
.servicetop-category #payment-box h3:before {
  background: url(/service/common/images/icon-payment.svg) no-repeat center center;
  background-size: 27px 27px;
}
.servicetop-category #global-box h3:before {
  background: url(/service/common/images/icon-global.svg) no-repeat center center;
  background-size: 27px 27px;
}
.servicetop-category .category-list-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 25px;
  /** 例外対応 **/
}
.servicetop-category .category-list-new a {
  display: block;
  width: 100%;
}
.servicetop-category .category-list-new div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.servicetop-category .category-list-new .category-list-item-new {
  width: calc(50% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F5F8;
  padding: 25px 15px;
  border-radius: 5px;
  position: relative;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new {
  width: calc(100% - 90px);
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price_txt {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .category-list-new-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .category-list-new-text {
  font-size: 12px;
  padding-right: 1em;
  margin: 0;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .service-icon {
  position: absolute;
  top: -10px;
  left: 15px;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .service-icon span {
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .service-icon span.icon-red {
  background: #FF0033;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 51)), to(rgb(255, 107, 131)));
  background: linear-gradient(90deg, rgb(255, 0, 51) 0%, rgb(255, 107, 131) 100%);
  white-space: nowrap;
  margin-right: 5px;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .service-icon span.icon-blue {
  background-color: #076DF2;
  white-space: nowrap;
  margin-right: 5px;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-block-new .service-icon span.icon-orange {
  background-color: #FF7119;
  white-space: nowrap;
}
.servicetop-category .category-list-new .category-list-item-new .category-list-new-image {
  width: 90px;
}
.servicetop-category .category-list-new .price_txt {
  font-size: 13px;
  margin: 10px 0 0;
  margin-right: -90px;
}
.servicetop-category .category-list-new .price_txt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.servicetop-category .category-list-new .price_txt span em {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
}
.servicetop-category .category-list-new .price_txt span strong {
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  margin: 0 5px;
  line-height: 1.2;
}
.servicetop-category .category-list-new .price_txt span strong.free {
  font-weight: bold;
}
.servicetop-category .category-list-new .price_txt .category-list-free-new {
  display: block;
  border: solid 2px #ff0033;
  color: #ff0033;
  font-weight: bold;
  text-align: left;
  margin: 5px auto;
  padding: 2px;
  background-color: #fff;
  padding: 5px 10px;
}
.servicetop-category .category-list-new .youtubepremium .category-list-block-new, .servicetop-category .category-list-new .perplexity-pro .category-list-block-new {
  width: 100%;
}
.servicetop-category .category-list-new .youtubepremium .category-list-block-new .category-list-new-title img, .servicetop-category .category-list-new .perplexity-pro .category-list-block-new .category-list-new-title img {
  width: 250px;
}
.servicetop-category .category-list-new .youtubepremium .category-list-block-new .price_txt, .servicetop-category .category-list-new .perplexity-pro .category-list-block-new .price_txt {
  margin-right: 0;
}
.servicetop-category .category-list-new ul.list-link {
  margin-top: 15px;
}
.servicetop-category .category-list-new ul.list-link li {
  display: block !important;
  text-align: right;
  margin-bottom: 0;
}
.servicetop-category .category-list-new ul.list-link li span {
  font-size: 14px;
  color: #323232;
  font-weight: bold;
}
.servicetop-category .category-list-new ul.list-link li span:before {
  display: none;
}
.servicetop-category .category-list-new ul.list-link li span:after {
  top: 4px;
  position: relative;
  content: "";
  background: url(/service/common/images/icon-arrow.svg) no-repeat center center;
  background-size: 19px 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 5px;
}
.servicetop-category .js-more {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 2px solid #323232;
  padding-bottom: 10px;
  font-size: 14px;
}
.servicetop-category .js-more em {
  background-color: #CCCCCC;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  margin-bottom: -6px;
  margin-left: 10px;
}
.servicetop-category .js-more em:before, .servicetop-category .js-more em:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.servicetop-category .js-more em:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* おすすめ */
#osusume .servicetop-category .category-list-new .category-list-item-new {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#osusume .servicetop-category .category-list-new .category-list-item-new,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 0px #e5e5e5;
          box-shadow: 3px 3px 8px 0px #e5e5e5;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new {
  width: 100%;
  /** LYP用 **/
  /** データ増量 **/
  /** 通常テンプレート **/
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price_txt,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price_txt {
  margin-right: 0;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price-box,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price-box div,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 10px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price-box div p,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price-box div p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price-box div p span,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price-box div p span {
  font-size: 22px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ff0033;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff0033;
  margin-left: -142px;
  left: 50%;
  width: 285px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi::before,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #ff0033 transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi::after,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7.6px 0 0 7.6px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.2px) 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .icon {
  width: 285px;
  margin: 0 auto;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .icon div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div p,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .icon div p {
  width: calc(100% - 63px);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div .icon-img,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .icon div .icon-img {
  width: 63px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi2,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi2 {
  position: relative;
  display: block;
  padding: 5px 15px;
  border: 1px solid #ff0033;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff0033;
  width: 195px;
  margin-bottom: 10px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi2::before,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: #ff0033 transparent transparent;
  translate: -50% 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .fukidashi2::after,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .fukidashi2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  border-style: solid;
  border-width: 7.6px 0 0 7.6px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.2px) 100%;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .category-list-new-title,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .category-list-new-title {
  font-size: 21px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .category-list-new-text,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .category-list-new-text {
  font-size: 12px;
  font-weight: bold;
}
#osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .price_txt,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a .category-list-block-new .price_txt {
  font-weight: bold;
}
#osusume .servicetop-category .category-list-new .category-list-item-new ul.list-iconindent,
#osusume .servicetop-category .category-list-new .category-list-item-new-second a ul.list-iconindent {
  font-size: 11px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second {
  padding: 0 !important;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second ul {
  width: 100%;
  margin-bottom: 0;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second ul li.second {
  margin-bottom: 20px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second ul li.second a {
  position: relative;
  padding: 25px 15px;
  border-radius: 5px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second ul li.second a .category-list-new-image {
  width: 120px;
}
#osusume .servicetop-category .category-list-new .category-list-item-new-second ul li.second:nth-child(2) {
  margin-bottom: 0;
}
#osusume .servicetop-category .category-list-new .youtubepremium .category-list-block-new .category-list-new-title img {
  display: block;
  width: 80%;
  margin: 15px auto 0;
}

/** クリアボタン **/
.text-link-clear-new {
  color: #323232 !important;
  border: 1px solid #323232;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  padding: 5px 1.4em 5px 1.4em;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-size: 15px;
}
.text-link-clear-new em {
  text-indent: -16px;
  padding-left: 16px;
  display: inline-block;
  font-style: normal;
}
.text-link-clear-new em:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/service/common/images/icon-clear.svg) no-repeat center center;
  background-size: 16px 16px;
  margin-right: 5px;
  margin-bottom: -2px;
}

/** 受付終了サービス **/
.bottom-link a {
  text-decoration: none;
  font-weight: bold;
  color: #323232;
}
.bottom-link a:before {
  display: none;
}
.bottom-link a:after {
  top: 4px;
  position: relative;
  content: "";
  background: url(/service/common/images/icon-arrow.svg) no-repeat center center;
  background-size: 19px 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  #service-result {
    /* ナビゲーション */
    /* 絞り込み */
  }
  #service-result .service_navi {
    padding: 22px 0;
  }
  #service-result .service_navi ul {
    width: 96%;
    gap: 0;
    margin: 0 auto;
  }
  #service-result .service_navi ul li {
    width: 20%;
    height: auto;
  }
  #service-result .service_navi ul li a {
    font-size: 13px;
  }
  #service-result .service_navi ul li a:before {
    width: 60px;
    height: 60px;
    top: 0;
    background-size: 36px 36px;
  }
  #service-result .service_navi ul li a:after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
  }
  #service-result .service_navi ul li a span {
    margin-top: 8px;
    line-height: 1.4;
  }
  #service-result .service_navi ul li:nth-child(2) a:before {
    background-size: 36px 36px;
  }
  #service-result .service_navi ul li:nth-child(3) a:before {
    background-size: 36px 36px;
  }
  #service-result .service_navi ul li:nth-child(4) a:before {
    background-size: 36px 36px;
  }
  #service-result .service_navi ul li:nth-child(5) a:before {
    background-size: 36px 36px;
  }
  #service-result .service_navi ul li.sale a em {
    top: -7px;
    right: -1px;
  }
  #service-result .formsearch {
    margin-bottom: 10px;
  }
  .servicetop-category .category-list-new .category-list-item-new {
    width: 100%;
  }
  .servicetop-category .category-list-new .category-list-item-new .price_txt {
    position: relative;
  }
  .servicetop-category .category-list-new .category-list-item-new .price_txt .etc-text {
    position: absolute;
    bottom: -1.5em;
    left: 0;
  }
  .servicetop-category .category-list-new .category-list-item-new .price_txt .category-list-free-new {
    width: 55%;
  }
  .servicetop-category .category-list-new .linemusic .price_txt {
    position: relative;
    padding-top: 45px;
  }
  .servicetop-category .category-list-new .linemusic .price_txt .category-list-free-new {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .servicetop-category .category-list-new .category-list-item-new-second {
    width: 100%;
  }
  .servicetop-category #anshin-box,
  .servicetop-category #call-data-box,
  .servicetop-category #benefits-box,
  .servicetop-category #payment-box,
  .servicetop-category #global-box {
    padding-top: 40px;
  }
  #osusume .servicetop-category .category-list-new .category-list-item-new {
    width: 100%;
  }
}
.category-list-new li {
  display: none !important;
}

.category-list-new li:nth-child(1),
.category-list-new li:nth-child(2),
#anshin-box .category-list-new li:nth-child(3),
#anshin-box .category-list-new li:nth-child(4),
#benefits-box .category-list-new li:nth-child(3),
#benefits-box .category-list-new li:nth-child(4) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 769px) {
  #osusume .servicetop-category .category-list-new:first-of-type .category-list-item-new ul.list-iconindent:first-of-type {
    position: relative;
  }
  #osusume .servicetop-category .category-list-new:first-of-type .category-list-item-new ul.list-iconindent:first-of-type li {
    position: absolute;
    bottom: 10px;
    left: 105px;
  }
  #osusume .servicetop-category .category-list-new:first-of-type .category-list-item-new ul.list-iconindent:last-of-type {
    margin-bottom: 0;
  }
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon {
    width: 100%;
  }
  .category-list-item-new .icon > div:first-of-type {
    width: 285px;
    margin: 0 auto;
  }
  .category-list-item-new .icon,
  .category-list-item-new .icon > div:nth-child(2) {
    position: relative;
  }
  .category-list-item-new .icon > div:nth-child(2),
  .category-list-item-new .icon > div:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .category-list-item-new .icon > div:nth-child(2) {
    left: -4px;
  }
  .category-list-item-new .icon > div:nth-child(3) {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 60%;
  }
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div:nth-child(2) p + p,
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div:nth-child(3) p + p {
    width: 100%;
    text-align: center;
  }
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div:nth-child(2) p img,
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div:nth-child(3) p img {
    width: 100%;
    max-width: 61px;
  }
}
@media (max-width: 768px) {
  #osusume .servicetop-category .category-list-new .category-list-item-new .category-list-block-new .icon div p + p br.pc {
    display: none;
  }
}
.servicetop-category .category-list-new .list-iconindent .listlink {
  display: contents;
  width: auto;
  text-indent: 0;
  color: #157ED8;
}