@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

.breadcrumb {
  display: none;
}
/*.footer {
  margin-top: 0;
}*/

/*----------------[Base]----------------*/
.specialContents {
  margin: 0 auto;
  padding: 0 0 80px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
  background: #0f1730;
  color: #fff;
}

/*----------------[Layout]----------------*/
.l_userMv {
  margin: 0 auto;
  background: #24325b;
  position: relative;
}
.l_pointMv {
  margin: 0;
  background: #98addd;
}
.l_specialProduct {
  margin: 0 auto;
}
.l_information {
  margin: 0 auto;
}
.l_specialPoint {
  margin: 0 auto;
}

/*----------------[Module]----------------*/
/*-----mv-----*/
.m_userMv_inner {
  max-width: 1160px;
  height: 260px;
  margin: 0 auto;
  background: url(bg_01_pc.png) no-repeat right 0;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.m_userTitle_inner {
  width: 610px;
}
.m_userTitle {
  font-size: 4rem;
  letter-spacing: 0.08em;
}

/*-----section-----*/
.m_section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.m_section_ttl {
  font-size: 3.6rem;
  font-family:
    noto sans jp,
    sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}
.m_section_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: "";
  background: #fff;
}
.m_section_box {
  margin: 30px auto 0;
}
.m_section_txt {
  /*! font-size: 1.6rem; */
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.m_section_txt + .m_section_txt {
  margin-top: 15px;
}
.m_txtBold {
  font-weight: bold;
}
.m_txtRed {
  color: #c00;
}
.m_txtLine {
  background: linear-gradient(#fff79b 0%, #fff79b 100%);
}
.m_txtCut {
  font-size: 1.3rem;
  margin-top: 10px;
}

/*----------------[original]----------------*/
/*-----mv-----*/
.mv_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.4rem;
}
.mv_list > li {
  background: #bfc9e0;
  color: #151f3d;
  width: calc((100% - 15px) / 3);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.mv_list li span {
  padding: 7px 3px;
  text-align: center;
  line-height: 1.2;
}
.mv_list li span em {
  font-size: 85%;
  font-weight: 500;
}
.mv_list .icn_japan span {
  background: url(icn_japan.png) 8px center no-repeat;
  background-size: 14%;
  width: 100%;
  padding-left: 45px;
}
.mv_list .icn_free span {
  background: url(icn_free.png) 8px center no-repeat;
  background-size: 16%;
  width: 100%;
  padding-left: 50px;
}
.mv_list .icn_3years span {
  background: url(icn_3years.png) 8px center no-repeat;
  background-size: 15%;
  width: 100%;
  padding-left: 50px;
}
.userTitleTxt {
  margin-top: 20px;
  font-size: 1.6rem;
}

/*-----pointMv-----*/
.m_pointMv_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 20px 0 24px;
}
.m_pointMv_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #151f3d;
}
.pointMvUnit {
  width: calc((100% - 50px) / 4);
  text-align: center;
}
.pointMvUnit:nth-of-type(1) {
  background: url(icon_01.svg) right center no-repeat;
  background-size: 22%;
}
.pointMvUnit:nth-of-type(2) {
  background: url(icon_03.svg) right center no-repeat;
  background-size: 22%;
}
.pointMvUnit:nth-of-type(3) {
  background: url(icon_04.svg) right center no-repeat;
  background-size: 22%;
}
.pointMvUnit:nth-of-type(4) {
  background: url(icon_08.svg) right center no-repeat;
  background-size: 22%;
}
.pointMvTtl {
  width: 75%;
  margin-bottom: 5px;
  padding: 0 8px 5px 8px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  border-bottom: dotted 3px #495b90;
  font-weight: 600;
}
.pointMvTxt {
  font-size: 1.4rem;
  width: 75%;
}
.pointMvTxt span {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
}

/*-----specialProduct-----*/
.ProductItem {
  border: 3px solid #98addd;
  padding: 20px;
  background: url(bg_02.png) no-repeat right 0 top 0;
}

.businessProductBox01 .ProductItemFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.businessProductBox01 .productImg {
  width: 33%;
  text-align: center;
}
.businessProductBox01 .productTxtBox {
  width: 65%;
  margin-top: 25px;
}
.businessProductBox01 .productSpacAccordion {
  margin-top: -30px;
}

.businessProductBox02 {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.businessProductBox02 .ProductItem {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
.businessProductBox02 .productTxt {
  margin-top: 10px;
}
.businessProductBox02 .productCartBtn a {
  margin: 5px auto;
}
.businessProductBox02 .productSpac02Box > div {
  width: 100%;
}

.productTxt {
  /*! font-size: 1.6rem; */
  line-height: 1.6;
}
.productName {
  margin-top: 15px;
  font-size: 2rem;
}
.productPrice {
  font-size: 2.8rem;
  margin-top: 5px;
}
.productPrice span {
  font-size: 1.6rem;
}
.productCartBtn {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
.productCartBtn a {
  display: block;
  background: #0f1730;
  border: solid 1px #fff;
  border-radius: 3px;
  width: 300px;
  padding: 15px 15px 17px;
  margin: 5px 0 0 auto;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 500;
}
.productCartBtn a::after {
  font-family: "FontAwesome";
  content: "\f07a";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.productCartBtn a:hover {
  background: #fff;
  color: #0f1730;
}

.productSpacAccordion {
  margin-top: 20px;
  color: #151f3d;
}
.productSpacBtn {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
  display: inline-block;
}
.productSpacBtn:hover {
  opacity: 0.4;
}
.productSpac02 {
  display: none;
}
.productSpac02Box {
  background: #98addd;
  padding: 12px;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  text-align: left;
  position: relative;
  letter-spacing: 0.05em;
}
.productSpac02Box > div {
  width: 50%;
}
.productSpac02Box > div dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.productSpac02Box > div dt,
.productSpac02Box > div dd {
  padding: 3px 3px 3px 0;
}
.productSpac02Box > div dt {
  /*! background: #b3bccf; */
  width: 25%;
  text-align: right;
  font-weight: 600;
}
.productSpac02Box > div dd {
  width: 75%;
  font-weight: 500;
}

/*-----information-----*/
.l_information .m_section_txt {
  text-align: center;
}
.informationBox {
  width: 980px;
  margin: 30px auto 0;
  padding: 20px;
  background: #98addd;
  color: #151f3d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 500;
}
.informationTelephone {
  width: 49%;
  text-align: center;
  padding-left: 55px;
  background: url(icon_05.svg) no-repeat left 20px center;
}
.informationRead {
  font-size: 2.4rem;
}
.telephoneNumber {
  font-size: 4.2rem;
  font-weight: 600;
  margin: 5px 0 10px;
}
.question_item {
  width: 47%;
  background: #bfc9e0;
  padding: 13px 30px 15px 70px;
  font-size: 1.8rem;
  position: relative;
}
.question_item::before {
  content: "";
  position: absolute;
  top: 49%;
  left: -50px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right-width: 15px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 15px;
  border-right: 30px solid #bfc9e0;
  z-index: 2;
}
.question_item li {
  position: relative;
}
.question_item li::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: -11%;
  background-image: url(icon_06.svg);
  background-size: cover;
}
.question_item li + li {
  margin-top: 3px;
}

/*-----specialPoint-----*/
.specialPointBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pointUnit {
  width: calc((100% - 30px) / 2);
  border: 3px solid #98addd;
}
.pointUnit:nth-of-type(n + 3) {
  margin-top: 30px;
}
.pointTtl {
  background: #98addd;
  padding: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  color: #151f3d;
}
.pointTtl p {
  display: inline-block;
  padding: 0 10px 4px;
  border-bottom: dotted 3px #495b90;
}
.pointTxtBox {
  padding: 20px;
  line-height: 1.6;
}
.pointTxt {
  padding-right: 27%;
}
.pointUnit:nth-of-type(1) .pointTxt {
  background: url(icon_01.svg) right top 10px no-repeat;
  background-size: 20%;
}
.pointUnit:nth-of-type(2) .pointTxt {
  background: url(icon_03.svg) right top 10px no-repeat;
  background-size: 20%;
}
.pointUnit:nth-of-type(3) .pointTxt {
  background: url(icon_04.svg) right 8px top 13px no-repeat;
  background-size: 20%;
}
.pointUnit:nth-of-type(4) .pointTxt {
  background: url(icon_07.svg) right 8px top 10px no-repeat;
  background-size: 19%;
}
.pointUnit:nth-of-type(5) .pointTxt {
  background: url(icon_09.svg) right 8px top 10px no-repeat;
  background-size: 19%;
}
.pointUnit:nth-of-type(6) .pointTxt {
  background: url(icon_10.svg) right 8px top 10px no-repeat;
  background-size: 19%;
}
.pointLink {
  text-align: right;
  margin: 10px 0 auto 0;
  font-size: 1.6rem;
}
.pointLink a {
  color: #fff;
}
.pointLink a:hover {
  opacity: 0.4;
  color: #fff;
}

.l_specialLineup .m_section_ttl:before {
  background: #333;
}

/*-----240828 周辺導線追加-----*/
.categoryService_new_area {
  margin-top: 40px;
  text-align: center;
}
.categoryService_new_area h3 {
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 10px 4px;
  border-bottom: dotted 3px #98addd;
}
.categoryService_new_read {
  margin-top: 20px;
}
.categoryService_new_tabArea {
  margin: 30px 50px 0;
  color: #0f1730;
  text-align: left;
}
.categoryService_new_tab {
  font-family:
    noto sans jp,
    sans-serif;
}
.categoryService_new_tabWrap {
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.3;
}
.categoryService_new_tabWrap::after {
  background-color: #232b35;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.categoryService_new_tabList {
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categoryService_new_tabItem {
  width: calc((100% - 2%) / 4);
  background-color: #98addd;
}
.categoryService_new_tabItem a {
  text-align: center;
  color: #333;
  height: 55px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  position: relative;
}
.categoryService_new_tabItem.is-active {
  margin-bottom: 0px;
  height: 56px;
  z-index: 4;
  position: relative;
  border-top: 1px solid #232b35;
  border-left: 1px solid #232b35;
  border-right: 1px solid #232b35;
  background-color: #fff;
  background: #e7eeff;
}
.servicemdlFeature {
  padding: 30px 35px;
  background: #e7eeff;
}
.servicemdlFeature .tabContentsTtl {
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 3px solid #98addd;
  padding-bottom: 5px;
}
.servicemdlFeature .tabContents01,
.servicemdlFeature .tabContents02 {
  display: flex;
  justify-content: space-between;
  margin: 20px 10px 0;
  font-size: 1.6rem;
}
.servicemdlFeature .tabContents01 .imgBox {
  width: 25%;
  border: 3px solid #98addd;
}
.servicemdlFeature .tabContents01 .txtBox01 {
  width: 70%;
}
.servicemdlFeature .tabContents02 > div {
  width: 48%;
}
.servicemdlFeature .txtBoxRead {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.servicemdlFeature .txtBox02 .txtBoxRead {
  border-bottom: 3px solid #e6e9ed;
  padding: 0 5px 3px;
}
.servicemdlFeature .txtBoxList {
  list-style: disc;
  padding-left: 10px;
  margin-left: 10px;
}
.txtBox01 > ul > li + li {
  margin-top: 30px;
}
.categoryService_new_tabLinkBox {
  text-align: center;
  margin-bottom: 20px;
}
.categoryService_new_tabLink {
  display: inline-block;
  margin-top: -20px;
}
.categoryService_new_tabLink:hover {
  opacity: 0.7;
}

/*modal*/
.modal-open {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 5px;
  /*! padding-right: 20px; */
}
.modal-open::after {
  /*! position: absolute; */
  /*! right: 10px; */
  /*! font-family: 'FontAwesome'; */
  /*! content: "\f105"; */
}
.modal-open:hover {
  opacity: 0.4;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000000a1;
  padding: 80px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1080px;
  width: 95%;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #0f1730;
}

.couponStepTtl {
  padding-bottom: 7px;
  border-bottom: 6px solid #98addd;
  /*! border-image: linear-gradient(to left, #c3a12a 0%, #f2d369 100%); */
  /*! border-image-slice: 100%; */
  /*! border-image-slice: 1; */
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  color: #0f1730;
  font-weight: 600;
}
.couponStepTtl span {
  position: relative;
  padding-left: 55px;
}
.couponStepTtl span::before {
  content: "？";
  background: #98addd;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 1px;
  left: 1px;
  border-radius: 20px;
  font-size: 2.8rem;
  color: #0f1730;
}
.service_tabBox_pdpstep {
  margin-top: 20px;
  text-align: center;
}
.couponStep_cauTxt {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /*----------------[Base]----------------*/
  .specialContents {
    font-size: 1.6rem;
    padding: 0 0 50px;
  }
  .specialContents img {
    width: 100%;
    height: auto;
  }

  /*----------------[Layout]----------------*/
  .l_userMv {
    /*! background: url(../ui3060/bg_01_sp.png) no-repeat #f5f7fa center; */
    /*! background-size: cover; */
  }

  /*----------------[Module]----------------*/
  /*-----mv-----*/
  .m_userMv_inner {
    height: auto;
    margin: 0 auto;
    background: url(bg_01_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    display: block;
  }
  .m_userTitle_inner {
    width: 100%;
    padding: 30px 10px 45%;
  }
  .m_userTitle {
    font-size: 3rem;
    text-align: center;
  }

  /*-----section-----*/
  .m_section_inner {
    width: 100%;
    padding: 136px 10px 20px;
    margin-top: -96px;
  }
  .m_section_ttl {
    font-size: 2.4rem;
  }

  /*----------------[original]----------------*/
  /*-----mv-----*/
  .mv_list {
    flex-wrap: wrap;
  }
  .mv_list > li {
    width: 49%;
    min-height: 40px;
  }
  .mv_list > li:nth-of-type(n + 3) {
    margin-top: 10px;
  }

  /*-----pointMv-----*/
  .m_pointMv_inner {
    width: 100%;
    padding: 15px 0 17px;
  }
  .m_pointMv_box {
    flex-wrap: wrap;
    /*! justify-content: center; */
  }
  .pointMvUnit {
    width: 46%;
    text-align: left;
    letter-spacing: 0;
    margin: 0 2%;
  }
  .pointMvUnit:nth-of-type(n + 3) {
    margin-top: 15px;
  }

  .pointMvUnit:nth-of-type(1) {
    background: url(icon_01.svg) right 5px bottom 5px no-repeat;
    background-size: 16%;
  }
  .pointMvUnit:nth-of-type(2) {
    background: url(icon_03.svg) right 5px bottom 5px no-repeat;
    background-size: 15.4%;
  }
  .pointMvUnit:nth-of-type(3) {
    background: url(icon_04.svg) right 5px bottom 5px no-repeat;
    background-size: 16%;
  }
  .pointMvUnit:nth-of-type(4) {
    background: url(icon_08.svg) right 5px bottom 3px no-repeat;
    background-size: 16%;
  }
  .pointMvTtl {
    width: 100%;
    padding: 0 3px 5px;
    font-size: 1.6rem;
    text-align: center;
  }
  .pointMvTxt {
    font-size: 1.2rem;
  }
  .pointMvTxt span {
    margin: 0 3px;
  }

  /*-----specialProduct-----*/
  .ProductItem {
    padding: 15px 10px;
    background-size: contain;
  }

  .businessProductBox01 .ProductItemFlex {
    display: block;
  }
  .businessProductBox01 .productImg,
  .businessProductBox02 .productImg {
    width: 65%;
    margin: 0 auto;
  }
  .businessProductBox01 .productTxtBox {
    width: 100%;
    margin-top: 10px;
  }
  .businessProductBox01 .productSpacAccordion {
    margin-top: 20px;
  }

  .businessProductBox02 {
    display: block;
  }
  .businessProductBox02 .ProductItem {
    width: 100%;
    text-align: left;
  }
  .businessProductBox02 .ProductItem + .ProductItem {
    margin-top: 30px;
  }

  .productTxt {
    line-height: 1.4;
  }
  .productName {
    font-size: 1.8rem;
  }
  .productPrice {
    font-size: 2.4rem;
  }
  .productCartBtn a {
    width: 100%;
  }
  .productSpacAccordion {
    text-align: right;
  }

  .productSpac02 {
    display: none;
  }
  .productSpac02Box {
    padding: 8px;
    margin-top: 15px;
    display: block;
    font-size: 1.3rem;
  }
  .productSpac02Box > div {
    width: 100%;
  }
  .productSpac02Box > div dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .productSpac02Box > div dt {
    width: 32%;
  }
  .productSpac02Box > div dd {
    width: 68%;
  }

  /*-----information-----*/
  .informationBox {
    width: 100%;
    padding: 10px;
    display: block;
  }
  .informationTelephone {
    width: 100%;
    /*! text-align: left; */
    padding-left: 18%;
    background-position: left 2% center;
    background-size: 15%;
  }
  .informationRead {
    font-size: 2rem;
  }
  .telephoneNumber {
    font-size: 3.4rem;
    margin: 0;
  }
  .question_item {
    width: 100%;
    padding: 10px 10px 13px 15%;
    font-size: 1.6rem;
    margin-top: 25px;
  }
  .question_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 49%;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #bfc9e0 transparent;
    content: "";
    height: 0;
    transform: translateX(-50%);
    width: 0;
  }

  /*-----specialPoint-----*/
  .specialPointBox {
    display: block;
  }
  .pointUnit {
    width: 100%;
  }
  .pointUnit:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .pointTtl {
    font-size: 2rem;
    padding: 5px 5px 7px;
  }
  .pointTtl p {
    padding: 0 5px 3px;
  }
  .pointTxtBox {
    padding: 10px;
    font-size: 1.4rem;
  }

  /*-----240828 周辺導線追加-----*/
  .categoryService_new_area h3 {
    font-size: 1.8rem;
    display: block;
  }
  .categoryService_new_tabArea {
    margin: 30px 0 0;
  }
  .categoryService_new_tabWrap {
    font-size: 1.2rem;
  }
  .servicemdlFeature {
    padding: 20px 10px;
  }
  .categoryService_new_tabList {
    padding: 0 5px;
  }
  .servicemdlFeature .tabContentsTtl {
    font-size: 1.6rem;
  }
  .servicemdlFeature .tabContents01,
  .servicemdlFeature .tabContents02 {
    display: block;
    justify-content: space-between;
    margin: 20px 0 0;
    font-size: 1.2rem;
  }
  .servicemdlFeature .tabContents01 .imgBox {
    width: 40%;
    margin: 0 auto;
  }
  .servicemdlFeature .tabContents01 .txtBox01 {
    width: 100%;
    margin-top: 15px;
  }
  .servicemdlFeature .tabContents02 > div {
    width: 100%;
  }
  .servicemdlFeature .txtBoxRead {
    font-size: 1.5rem;
  }
  .txtBox01 > ul > li + li {
    margin-top: 15px;
  }

  /*modal*/
  .modal-open {
    width: 90%;
  }
  .modal-container {
    padding: 80px 10px;
  }
  .modal-close {
    right: -20px;
  }
  .modal-content {
    padding: 30px 15px;
  }

  .couponStepTtl {
    font-size: 2rem;
  }
  .couponStepTtl span {
    padding-left: 35px;
  }
  .couponStepTtl span::before {
    width: 30px;
    height: 30px;
    font-size: 2rem;
    top: 1px;
    left: 2px;
  }
  .service_tabBox_pdpstep img {
    width: 75%;
  }
  .couponStep_txt {
    font-size: 1.5rem;
  }
}

/*-----nav-----*/
.ui3086 .js-secAnchor {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 9999;
}
.ui3086 .seriesAnchor {
  background: rgb(198, 211, 238);
  border-bottom: 2px solid #0f1730;
}
.ui3086 .m_anchor_list {
  display: flex;
  flex-wrap: wrap;
}
.ui3086 .seriesAnchor_item a {
  border-radius: 0;
  background-color: rgb(198, 211, 238);
  border-left: 1px solid #4e6cb0;
  text-align: center;
}
.ui3086 .seriesAnchor_item a:hover {
  background-color: #4e6cb0;
  color: #fff;
}
.ui3086 .seriesAnchor_item:last-child a {
  background-color: #1749b4;
  color: #fcff7a;
}
.ui3086 .seriesAnchor_item:last-child a::after {
  content: "\f105";
  animation: slidemove 0.8s ease 0s infinite alternate;
}
@keyframes slidemove {
  from {
    right: 15px;
  }

  to {
    right: 20px;
  }
}
.ui3086 .seriesAnchor_item:last-child a:hover {
  background-color: #0f1730;
}
@media screen and (min-width: 768px) {
  .ui3086 .m_anchor_inner {
    width: 1160px;
    margin: auto;
  }
  .ui3086 .seriesAnchor_item {
    margin: 4px 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .ui3086 .seriesAnchor {
    background: rgb(15, 23, 48, 0.8);
    border-bottom: none;
  }
  .ui3086 .seriesAnchor_item a {
    font-size: 1.4rem;
    border: none;
  }
  .ui3086 .seriesAnchor_item {
    width: calc(50% - 6px);
    margin: 5px 3px 3px;
  }
}
