@charset "UTF-8";
/* サービストップ */
#js-refine-clear {
  display: none;
}

/* サービス詳細 */
.select, .select2, .select3 {
  font-size: 0;
}
.select > li, .select2 > li, .select3 > li {
  height: 51px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background: url(/common_c/images/common/radio.svg) no-repeat 17px center;
  background-color: #fff;
  background-size: 20px 20px;
  border: 1px solid #e8e8e8;
  word-wrap: break-word;
  width: 49%;
  margin-right: 2%;
}
.select > li a, .select2 > li a, .select3 > li a {
  padding: 13px 0 0 50px;
  display: inline-block;
}
.select > li:last-child, .select2 > li:last-child, .select3 > li:last-child {
  margin-right: 0;
}
.select > li.is-active, .select2 > li.is-active, .select3 > li.is-active {
  border: 1px solid #f2b3b9;
  background-image: url(/common_c/images/common/radio_on.svg);
  background-color: #fee7e9;
}

.select > li.non_active, .select2 > li.non_active, .select3 > li.non_active {
  background-color: #d5d5d5;
  border: 1px solid #d5d5d5;
}

.select > li.non_active:hover,
.select2 > li.non_active:hover,
.select3 > li.non_active:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  cursor: default;
}

[class*=select_box] {
  margin-bottom: 20px;
}
[class*=select_box]:last-child {
  margin-bottom: 0;
}

/* LYPプレミアム */
.ttl-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl-num img {
  margin-right: 10px;
  width: 40px;
}

.row-anchor .list-link-anchor > li {
  padding: 0;
  border-right: none;
}
@media (max-width: 768px) {
  .row-anchor .list-link-anchor > li {
    margin-right: 0;
    display: block;
  }
  .row-anchor .list-link-anchor > li a.btn-l {
    width: 100%;
  }
}

/* 誘導コンテンツ */
.service-topics-wrapper {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.service-topics-wrapper + .service-topics-wrapper {
  margin-top: 30px;
}
.service-topics-wrapper.last {
  margin-bottom: 90px;
}
.service-topics-img {
  width: 300px;
}
.service-topics-data {
  width: calc(100% - 320px);
}
.service-topics-icon {
  width: 245px;
  margin: auto;
}
.service-topics-list li {
  font-size: 14px !important;
}
.service-topics-head {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.service-topics-head span {
  width: auto;
  max-width: 180px;
  height: 27px;
  color: #FF0033;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border: #FF0033 solid 1px;
  border-radius: 40px;
  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;
  margin: 0 auto 7px;
}
.service-topics-bal {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  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;
  margin: 0 auto 15px;
  position: relative;
}
.service-topics-bal::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-topics-bal.bal-r {
  width: 175px;
  height: 30px;
  background-color: #FB5060;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  border-radius: 40px;
}
.service-topics-bal.bal-r::after {
  border-color: #FB5060 transparent transparent transparent;
}
.service-topics-bal.bal-g {
  height: 50px;
  background-color: #D2D2D2;
  line-height: 1.3;
}
.service-topics-bal.bal-g::after {
  border-color: #D2D2D2 transparent transparent transparent;
}
.service-topics-name {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1180px) {
  /* 誘導コンテンツ */
  .service-topics-name {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  /* 誘導コンテンツ */
  .service-topics-wrapper {
    padding: 40px 15px;
    display: block;
  }
  .service-topics-wrapper + .service-topics-wrapper {
    margin-top: 15px;
  }
  .service-topics-wrapper.last {
    margin-bottom: 80px;
  }
  .service-topics-img, .service-topics-data {
    width: 100%;
  }
  .service-topics-img {
    margin-bottom: 20px;
  }
  .service-topics-name {
    font-size: 20px;
  }
  .text-tb-center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  /* サービストップ */
  .servicetop-refine {
    width: 100%;
    display: block;
  }
  .servicetop-refine tbody, .servicetop-refine tr, .servicetop-refine th, .servicetop-refine td {
    display: block;
  }
  .servicetop-refine th {
    width: auto;
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .servicetop-refine td {
    padding: 0 0 10px;
  }
  /* -----------------------------------------
  	サービス下層の選択ボックス
  ----------------------------------------- */
  .select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .select:last-child {
    margin-bottom: 0;
  }
  .select > span {
    font-size: 13px;
  }
  .select .item {
    width: 100%;
    display: inline-block;
  }
  .rm_search_box .select {
    width: 100%;
  }
  /* 誘導コンテンツ */
  .service-topics-icon {
    width: 210px;
  }
  .service-topics-head {
    font-size: 16px;
  }
  .service-topics-head span {
    max-width: 150px;
    font-size: 13px;
    margin: 0 auto 7px;
  }
  .service-topics-list li {
    font-size: 13px !important;
  }
  .service-topics-bal {
    font-size: 13px;
  }
  .service-topics-bal.bal-r {
    width: 160px;
  }
  .service-topics-bal.bal-g {
    height: auto;
    min-height: 35px;
    background-color: #D2D2D2;
    padding: 0.5em 1em;
  }
  .service-topics-name {
    font-size: 16px;
  }
  .text-md-center {
    text-align: center;
  }
}
/* iphone5 iphoneSE用 */
/* -----------------------------------------
	stepエリア作成
	/service/pc_security_mcafee/
	/service/security_checker/
----------------------------------------- */
.step {
  display: relative;
}

.step .begginerstepflow-box-num {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  /*	left: 50px;	*/
  top: -25px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #FF0033;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
  border-radius: 50%;
  font-weight: bold;
}

.step .begginerstepflow-box-num span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.step .box-title {
  padding-top: 25px;
}

.step .arrow {
  position: relative;
}

.step .arrow:nth-child(n+4) {
  margin-top: 30px;
}

.step .arrow::after {
  position: absolute;
  content: "";
  background-image: url(/service/images/arrow_right.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: -14px;
}

.step .arrow:last-child:after {
  content: none;
}

@media (max-width: 767px) {
  .step .begginerstepflow-box-num {
    width: 45px;
    height: 45px;
    top: -20px;
    font-size: 11px;
    padding-top: 6px;
  }
  .step .begginerstepflow-box-num span {
    font-size: 21px;
    padding-top: 2px;
  }
  .step .arrow {
    margin-top: 40px;
  }
  .step .arrow::after {
    content: none;
  }
}
/* 持込端末保証 /service/tanmatsu_hosho/ */
.tanmatsu_hosho_checkbox_icon {
  width: 20px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .tanmatsu_hosho_checkbox_icon {
    width: 15px;
  }
}

/* 店頭スマホサポート /service/sumahosetup-support/ */
.sumahosetup-support_osusume_area {
  position: relative;
  color: #FF0033;
  background: #FFF7F7 !important;
}
.sumahosetup-support_osusume_area .icon_osusume {
  position: absolute;
  top: -30px;
  left: 15px;
  width: 25%;
}
.sumahosetup-support_osusume_area .icon_osusume img {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 768px) {
  .sumahosetup-support_osusume_area .icon_osusume {
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
  .sumahosetup-support_osusume_area .icon_osusume img {
    width: 50px;
  }
}

/*** CLS対応 **/
@media (max-width: 768px) {
  .bnr-slider-wrapper {
    min-height: 201px;
  }
}

#servicetop-category-list {
  min-height: 1068px;
}
@media (max-width: 768px) {
  #servicetop-category-list {
    min-height: 1643px;
  }
}