@charset "windows-31j";
/*--------------------------------------------------
    setting
--------------------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.sp-none {
  display: block !important;
}

.sp-none.inline-block {
  display: inline-block !important;
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
  .sp-none.inline-block {
    display: none !important;
  }
}

.pc-none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .pc-none.inline-block {
    display: inline-block !important;
  }
}

/*--------------------------------------------------
    module
--------------------------------------------------*/
.page-hdg {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 24px;
}

.tab li {
  cursor: pointer;
}

.wid75 {
  width: 75% !important;
}

@media only screen and (max-width: 767px) {
  .wid75 {
    width: 100% !important;
    min-width: inherit;
  }
}

.balloon-zndk {
  font-size: 1.2rem;
  text-align: left;
  color: #c32c24;
  background: #fddedd;
  position: relative;
  display: inline-block;
  padding: 16px 12px;
  border-radius: 2em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .balloon-zndk {
    left: 0;
    width: 100%;
  }
}

.balloon-zndk::before {
  position: absolute;
  top: -15px;
  left: 35px;
  content: "";
  border-width: 6px 20px 6px 0;
  border-style: solid;
  border-color: transparent #fddedd transparent transparent;
  transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
  .balloon-zndk::before {
    position: absolute;
    top: -15px;
    left: 89%;
    margin-left: -15px;
    margin-top: -15px;
    content: "";
    border: 15px solid transparent;
    border-right: 15px;
    border-bottom: 17px solid #fddedd;
    transform: rotate(0);
  }
}

.txt-error {
  font-size: 1.8rem;
}

.btn-wrap-mt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .btn-harf-wrap {
    display: block;
    margin: 0 auto;
  }
}

.btn-harf-wrap .list {
  float: right;
  width: 316px;
}

@media only screen and (max-width: 767px) {
  .btn-harf-wrap .list {
    float: none;
    width: 278px;
    margin: 0 0 0 auto;
  }
}

.btn-harf-wrap .list li {
  display: inline-block;
}

.btn-wrap {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .btn-wrap .mt10 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-wrap {
    text-align: center;
    display: block;
    float: none;
  }
}

.btn-link {
  *zoom: 1;
}

.btn-link::after {
  display: block;
  clear: both;
  content: "";
}

.btn-link a {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  width: 220px;
  padding: 1em .25em;
  border-radius: 2.5em;
}

@media only screen and (max-width: 767px) {
  .btn-link a {
    width: auto;
    width: calc(50% - 1px);
    min-width: 220px;
    margin-top: 15px;
  }
}

.btn-link.harf a {
  float: left;
  width: 154px;
  border-radius: 2.5em 0 0 2.5em;
}

@media only screen and (max-width: 767px) {
  .btn-link.harf a {
    width: auto;
    min-width: 133px;
  }
}

.btn-link.auto a {
  width: auto;
}

.btn-add {
  *zoom: 1;
}

.btn-add::after {
  display: block;
  clear: both;
  content: "";
}

.btn-add a {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  width: 220px;
  padding: 1em .25em;
  border-radius: 2.5em;
}

@media only screen and (max-width: 767px) {
  .btn-add a {
    *zoom: 1;
    width: auto;
    width: calc(50% - 1px);
    min-width: 220px;
    margin-top: 15px;
  }
  .btn-add a::after {
    display: block;
    clear: both;
    content: "";
  }
}

.btn-add a:hover, .btn-add a:focus, .btn-add a:active {
  text-decoration: none;
  opacity: .8;
}

.btn-add.harf a {
  float: right;
  width: 154px;
  border-radius: 0 2.5em 2.5em 0;
}

@media only screen and (max-width: 767px) {
  .btn-add.harf a {
    width: auto;
    min-width: 133px;
  }
}

.btn-add.auto a {
  width: auto;
}

.btn-link-01 {
  text-align: center;
}

.btn-link-01 > a {
  vertical-align: middle;
  background-color: #d9d9d9;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: .75em;
  border-radius: 3px;
}

.btn-link-01 > a:hover, .btn-link-01 > a:focus {
  text-decoration: none;
  opacity: .8;
}

.lyt-col2 {
  display: flex;
  justify-content: space-between;
}

.lyt-col2 > .inner,
.lyt-col2 > .inner2,
.lyt-col2 > .inner3 {
  flex: 1;
}

.lyt-col2 > .inner {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .lyt-col2 > .inner {
    width: 100%;
  }
  .lyt-col2 > .inner + .inner {
    margin-top: 15px;
  }
}

.lyt-col2 > .inner2 {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .lyt-col2 > .inner2 {
    width: 100%;
  }
  .lyt-col2 > .inner2 + .inner {
    margin-top: 15px;
  }
}

.lyt-col2 > .inner3 {
  padding: 0 5px;
}

@media only screen and (max-width: 767px) {
  .lyt-col2 > .inner3 {
    width: 100%;
  }
  .lyt-col2 > .inner3 + .inner {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col2 {
    display: block;
  }
}

.lyt-col2 > .inner .hdg-wrap > .hdg {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .lyt-col2 > .inner .hdg-wrap {
    display: block;
    margin-top: 10px;
  }
}

.separate-col2 {
  *zoom: 1;
  width: 100%;
  margin-top: 5px;
  border-top: solid #ddd 1px;
}

.separate-col2::after {
  display: block;
  clear: both;
  content: "";
}

.separate-col2 > .inner {
  float: left;
  width: 472px;
  padding: 20px 0 30px 20px;
}

@media only screen and (max-width: 767px) {
  .separate-col2 > .inner {
    width: 100%;
    padding: 0;
  }
  .separate-col2 > .inner img {
    width: 100%;
  }
}

.separate-col2 > .inner:nth-child(n+2) {
  width: 472px;
  margin-left: 19px;
  border-left: solid #ddd 1px;
}

@media only screen and (max-width: 767px) {
  .separate-col2 > .inner:nth-child(n+2) {
    width: 100%;
    margin-left: 0;
    padding: 20px 12px 30px;
    border-left: 0;
  }
}

.separate-col2 > .inner .hdg {
  font-size: 1.8rem;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .separate-col2 > .inner .hdg {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .separate-col2 {
    display: block;
    border-top: none;
  }
}

.lyt-btn {
  *zoom: 1;
}

.lyt-btn::after {
  display: block;
  clear: both;
  content: "";
}

.lyt-btn > .inner {
  float: left;
  width: 704px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .lyt-btn > .inner {
    width: 100%;
  }
}

.lyt-btn > .inner + .inner {
  width: 220px;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .lyt-btn > .inner + .inner {
    width: 100%;
    margin-top: 15px;
  }
  .lyt-btn > .inner + .inner .btn-link {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-btn {
    display: block;
    width: 100%;
  }
}

.list-disc {
  font-size: 1.4rem;
  color: #737373;
  margin-top: 15px;
}

.list-disc > li {
  position: relative;
  padding-left: 2em;
}

.list-disc > li::before {
  background-color: #737373;
  position: absolute;
  top: .25em;
  left: .5em;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .list-disc > li::before {
    top: .35em;
    left: .55em;
    width: 6px;
    height: 6px;
  }
}

.list-disc > li + li {
  margin-top: .5em;
}

@media only screen and (max-width: 767px) {
  .list-disc {
    font-size: 1.225rem;
  }
}

.list-logo {
  display: flex;
  flex-wrap: wrap;
  border: solid #ddd 1px;
  border-width: 1px 0 1px 1px;
}

.list-logo > li {
  overflow: hidden;
  width: 33.333333%;
  width: calc((100% - 1px)/3);
  border-right: solid #ddd 1px;
}

.list-logo > li:nth-child(n+4) {
  border-top: solid #ddd 1px;
}

.list-logo > li:nth-child(3n+1) {
  clear: both;
}

.list-logo > li a {
  width: 100%;
}

.list-logo > li a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-logo > li {
    width: 33.333333%;
    width: calc((100% - 1px)/3);
  }
  .list-logo > li:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .list-logo {
    border-right: none;
    border-left: none;
  }
}

.list-campaign {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-align: stretch;
  width: 100%;
}

.list-campaign::after {
  background-color: #ddd;
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
}

@media only screen and (max-width: 767px) {
  .list-campaign::after {
    display: none;
  }
}

.list-campaign.is-hide {
  display: none;
}

.list-campaign > li .parts {
  *zoom: 1;
  position: relative;
  display: block;
  width: 492px;
  height: 100%;
  padding: 32px 20px;
  border-bottom: solid #ddd 1px;
}

.list-campaign > li .parts.js-detailPageUrl-href.is-hide {
  display: none;
}

.list-campaign > li .parts::after {
  display: block;
  clear: both;
  content: "";
}

.list-campaign > li .parts .img {
  display: block;
  float: left;
  width: 206px;
}

.list-campaign > li .parts .img img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-campaign > li .parts .img {
    width: 40%;
    margin-right: 5%;
  }
  .list-campaign > li .parts .img img {
    width: 100%;
    max-width: inherit;
  }
}

.list-campaign > li .parts .detail {
  color: #000;
  display: block;
  float: right;
  width: 225px;
}

.list-campaign > li .parts .detail .period {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.list-campaign > li .parts .detail .period .js-campaignStartDate-text,
.list-campaign > li .parts .detail .period .js-campaignEndDate-text {
  display: inline-block;
}

.list-campaign > li .parts .detail .txt {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.list-campaign > li .parts .detail .link {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .list-campaign > li .parts .detail {
    width: 55%;
  }
}

.list-campaign > li .parts .hdg {
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  display: inline-block;
  width: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-campaign > li .parts {
    *zoom: 1;
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
  }
  .list-campaign > li .parts::after {
    display: block;
    clear: both;
    content: "";
  }
}

.list-campaign > li .parts[href]:hover, .list-campaign > li .parts[href]:focus {
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .list-campaign > li {
    width: 100%;
  }
}

.list-campaign > li .link {
  text-decoration: none;
  color: #008eed;
}

.list-campaign > li .link::after {
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

.list-campaign .txt {
  color: #737373;
}

.list-campaign .txt .txt-icon {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #999;
  display: inline-block;
  min-width: 96px;
  padding: .2em .5em;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .list-campaign .txt .txt-icon {
    margin-bottom: .25em;
  }
}

.list-campaign .txt .txt-icon-new {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #c32c24;
  display: inline-block;
  min-width: 96px;
  padding: .2em .5em;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .list-campaign .txt .txt-icon-new {
    margin-bottom: .25em;
  }
}

.list-campaign::before {
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
}

@media only screen and (max-width: 767px) {
  .list-campaign {
    display: block;
    width: 100%;
  }
}

.list-info {
  font-size: 1.6rem;
}

.list-info > li {
  display: table;
  width: 100%;
  table-layout: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-info > li .category {
  vertical-align: top;
  display: table-cell;
  width: 65px;
}

.list-info > li .category .label {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color: #008eed;
  display: inline-block;
  width: 100%;
  padding: .25em .5em;
  border-radius: 3px;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .list-info > li .category .label {
    font-size: 1rem;
  }
}

.list-info > li .txt {
  vertical-align: middle;
  display: table-cell;
  width: calc(100% - 65px);
  padding-left: 15px;
}

.list-info > li .txt a::after {
  transform: rotate(45deg);
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin-left: 6px;
  content: "";
  border-top: solid #008eed 2px;
  border-right: solid #008eed 2px;
}

@media only screen and (max-width: 767px) {
  .list-info > li .txt {
    font-size: 1.4rem;
  }
}

.list-info > li.info-em .category .label {
  background-color: #c32c24;
}

.list-info > li.info-em .txt a {
  color: #c32c24;
}

.list-info > li.info-em .txt a::after {
  border-top: solid #c32c24 2px;
  border-right: solid #c32c24 2px;
}

@media only screen and (max-width: 767px) {
  .list-info {
    font-size: 1.4rem;
  }
}

.slim-list-campaign .txt-icon.gray .txt-icon-label-01 {
  background-color: #737373;
}

.slim-list-campaign .txt-icon.blue .txt-icon-label-01 {
  background-color: #008eed;
}

.slim-list-campaign .txt-icon.red .txt-icon-label-01 {
  background-color: #f6574e;
}

.slim-list-campaign .txt-icon.green .txt-icon-label-01 {
  background-color: #76c353;
}

.slim-list-campaign .tbody {
  width: 100%;
}

.slim-list-campaign .tbody tr {
  padding: 15px 0;
  border-bottom: solid 1px #d9d9d9;
}

.slim-list-campaign .tbody td {
  font-size: 1.6rem;
  position: relative;
  padding: 15px 0;
}

.slim-list-campaign .tbody td .widMax {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody td {
    display: block;
    width: 100%;
    padding: 0 0 0 20px;
  }
}

.slim-list-campaign .tbody td .txt-sup {
  font-size: 1.4rem;
  color: #737373;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody td .txt-sup {
    font-size: 1.25rem;
    color: #000;
    margin-top: 20px;
  }
}

.slim-list-campaign .tbody :nth-child(1) {
  width: 80px;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody :nth-child(1) {
    margin-top: 20px;
  }
}

.slim-list-campaign .tbody :nth-child(2) {
  width: 45%;
  padding-right: 55px;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody :nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
}

.slim-list-campaign .tbody :nth-child(3) {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody :nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
}

.slim-list-campaign .tbody :nth-child(4) {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .tbody :nth-child(4) {
    font-size: 1.25rem;
    color: #737373;
    width: 100%;
    margin: 20px 0;
  }
}

.slim-list-campaign .thead {
  text-align: center;
  display: table;
  padding: 25px 20px 20px;
  border-bottom: solid 1px #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .slim-list-campaign .thead {
    display: none;
  }
}

.slim-list-campaign .thead li {
  color: #737373;
  display: table-cell;
}

.slim-list-campaign .thead :nth-child(1) {
  width: 94px;
}

.slim-list-campaign .thead :nth-child(2) {
  width: 420px;
}

.slim-list-campaign .thead :nth-child(3) {
  width: 192px;
}

.slim-list-campaign .thead :nth-child(4) {
  width: 238px;
}

.slim-list-campaign > .txt-error {
  padding: 20px 20px 70px;
}

.slim-list-item-wrapper {
  padding: 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .slim-list-item-wrapper {
    padding: 0;
  }
}

.list-slim-campaign-wrapper2 {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 {
    padding: 0;
  }
}

.list-slim-campaign-wrapper2 a {
  color: #000;
}

.list-slim-campaign-wrapper2 a:hover {
  text-decoration: none;
}

.list-slim-campaign-wrapper2 .list {
  position: relative;
}

.list-slim-campaign-wrapper2 .list > li {
  padding: 0 20px 0;
}

.list-slim-campaign-wrapper2 .list > li.is-hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list > li {
    position: relative;
  }
  .list-slim-campaign-wrapper2 .list > li:nth-child(1) {
    border: none;
  }
}

.list-slim-campaign-wrapper2 .list-item {
  position: relative;
  display: table;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item {
    width: 100%;
    padding-right: 20px;
  }
}

.list-slim-campaign-wrapper2 .list-item > li {
  font-size: 1.6rem;
  vertical-align: middle;
  display: table-cell;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item > li {
    display: block;
    padding: 0;
  }
}

.list-slim-campaign-wrapper2 .list-item > li .txt-sup {
  font-size: 1.4rem;
  color: #737373;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item > li .txt-sup {
    font-size: 1.25rem;
    color: #000;
    margin-top: 20px;
  }
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--icon-wrap {
  width: 94px;
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--icon-wrap {
    width: 100%;
    margin-top: 20px;
  }
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap {
    width: 658px;
  }
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignName-text {
  position: relative;
  width: 466px;
  padding-right: 65px;
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignCourseName-text {
  width: 192px;
  padding-right: 8px;
}

@media only screen and (min-width: 768px) {
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignCourseName-text {
    margin-bottom: -1.25em;
  }
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignCourseName-text > .campaignCourseName-title {
  display: none;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignName-text {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 0;
  }
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignCourseName-text {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--course-wrap > .campaignCourseName-text > .campaignCourseName-title {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item > li > .list-item--lottary-wrap {
    font-size: 1.25rem;
    color: #737373;
    width: 100%;
    margin: 20px 0;
  }
}

.list-slim-campaign-wrapper2 .list-item > li > .list-item--lottary-wrap .js-lotResultEndDate-text {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .list-slim-campaign-wrapper2 .list-item > li:nth-child(1) {
    width: 94px;
  }
  .list-slim-campaign-wrapper2 .list-item > li:nth-child(2) {
    width: 658px;
  }
  .list-slim-campaign-wrapper2 .list-item > li:nth-child(3) {
    width: 192px;
  }
}

.list-slim-campaign-wrapper2 .list-item .txt-icon .txt-icon-label-01,
.list-slim-campaign-wrapper2 .list-item .txt-icon .txt-icon-label-02 {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  display: block;
  width: 80px;
  min-width: 78px;
  padding: .3em 0;
  border-radius: 7px;
}

.list-slim-campaign-wrapper2 .list-item .txt-icon.gray .txt-icon-label-01 {
  background-color: #737373;
}

.list-slim-campaign-wrapper2 .list-item .txt-icon.blue .txt-icon-label-01 {
  background-color: #008eed;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item .txt-icon.red {
    display: flex;
  }
}

.list-slim-campaign-wrapper2 .list-item .txt-icon.red .txt-icon-label-01 {
  background-color: #f6574e;
}

.list-slim-campaign-wrapper2 .list-item .txt-icon.red .txt-icon-label-02 {
  color: #f6574e;
  background-color: #fff;
  display: block;
  margin-top: -5px;
  border: solid 1px #f6574e;
  border-top: solid 7px #f6574e;
  border-radius: 0 0 7px 7px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item .txt-icon.red .txt-icon-label-02 {
    margin-top: 0;
    margin-left: -5px;
    border-top: solid 1px #f6574e;
    border-left: solid 7px #f6574e;
    border-radius: 0 7px 7px 0;
  }
}

.list-slim-campaign-wrapper2 .list-item .txt-icon.green .txt-icon-label-01 {
  background-color: #76c353;
}

.list-slim-campaign-wrapper2 .list-item .txtC {
  position: relative;
}

.list-slim-campaign-wrapper2 .list-item .txtC.gray {
  color: #737373;
}

.list-slim-campaign-wrapper2 .list-item .txtC.gray::after {
  border-top: solid #737373 1px;
  border-right: solid #737373 1px;
}

.list-slim-campaign-wrapper2 .list-item .txtC.blue {
  color: #008eed;
}

.list-slim-campaign-wrapper2 .list-item .txtC.blue::after {
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item .txtC.blue::after {
    border-top: solid #737373 1px;
    border-right: solid #737373 1px;
  }
}

.list-slim-campaign-wrapper2 .list-item .txtC.red {
  color: #f6574e;
}

.list-slim-campaign-wrapper2 .list-item .txtC.red::after {
  border-top: solid #f6574e 1px;
  border-right: solid #f6574e 1px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item .txtC.red::after {
    border-top: solid #737373 1px;
    border-right: solid #737373 1px;
  }
}

.list-slim-campaign-wrapper2 .list-item .txtC.green {
  color: #76c353;
}

.list-slim-campaign-wrapper2 .list-item .txtC.green::after {
  border-top: solid #76c353 1px;
  border-right: solid #76c353 1px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item .txtC.green::after {
    border-top: solid #737373 1px;
    border-right: solid #737373 1px;
  }
}

.list-slim-campaign-wrapper2 .list-item::after {
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: -20px;
  display: block;
  width: 984px;
  height: 1px;
  content: "";
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 .list-item::after {
    width: calc(100% + 40px);
  }
}

.list-slim-campaign-wrapper2 a[href] {
  color: #000;
}

.list-slim-campaign-wrapper2 a[href] .txtC::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: .75rem;
  height: .75rem;
  margin-top: 10px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  border-top: solid #737373 1px;
  border-right: solid #737373 1px;
}

@media only screen and (max-width: 767px) {
  .list-slim-campaign-wrapper2 a[href] .txtC::after {
    right: 0;
    margin-top: 0;
  }
}

.list-slim-campaign-wrapper2 a[href]:hover > .list-item, .list-slim-campaign-wrapper2 a[href]:focus > .list-item {
  opacity: .8;
}

.slim-list-link {
  color: #737373;
  background-color: #d9d9d9;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.slim-list-link a,
.slim-list-link button {
  text-align: center;
  color: #737373;
  display: block;
  width: 100%;
  padding: 1em;
}

.user-data {
  *zoom: 1;
  margin-bottom: 20px;
}

.user-data::after {
  display: block;
  clear: both;
  content: "";
}

.user-data .user-name {
  margin-bottom: 5px;
}

.user-data .user-name em {
  font-size: 1.8rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .user-data .user-name em {
    font-size: 1.575rem;
  }
}

@media only screen and (max-width: 767px) {
  .user-data .user-name {
    font-size: 1.225rem;
  }
}

.user-data .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.user-data .inner .login-history {
  font-size: 1.2rem;
  vertical-align: middle;
  color: #737373;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .user-data .inner .login-history {
    font-size: 1rem;
  }
}

.user-data .inner .user-mail {
  text-align: right;
  color: #737373;
  display: table-cell;
}

.user-data .inner .user-mail .oshirase-mail-label {
  background-color: #003b92;
  color: #fff;
  padding: .2em .5em;
  margin-left: .5em;
  line-height: 3em;
}

.user-data .inner .user-mail .user-mail-txt {
  display: inline-block;
  margin-left: .5em;
  word-break: break-word;
}

@media only screen and (max-width: 767px) {
  .user-data .inner .user-mail {
    display: none;
  }
  .user-data .inner .user-mail + .mail-change {
    display: none;
  }
}

.user-data .mail-change {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 12px;
}

.user-data .mail-change a {
  vertical-align: middle;
  background-color: #d9d9d9;
  display: inline-block;
  padding: .5em .75em;
  border-radius: 3px;
}

.user-data .mail-change a:hover, .user-data .mail-change a:focus {
  text-decoration: none;
  opacity: .8;
}

.mail-change-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mail-change-sp {
    display: table;
    width: 100%;
    padding: 15px 20px;
    table-layout: auto;
  }
  .mail-change-sp:first-child {
    border-top: solid #ebebeb 1px;
  }
  .mail-change-sp .user-mail {
    font-size: 1.225rem;
    vertical-align: middle;
    color: #737373;
    display: table-cell;
  }
  .mail-change-sp .user-mail .user-mail-txt {
    display: block;
  }
  .mail-change-sp .mail-change {
    font-size: 1rem;
    text-align: right;
    vertical-align: middle;
    display: inline-block;
    display: table-cell;
    width: 6em;
    min-width: 6em;
    margin-left: 12px;
  }
  .mail-change-sp .mail-change a {
    vertical-align: middle;
    background-color: #d9d9d9;
    display: inline-block;
    padding: .5em .75em;
    border-radius: 3px;
  }
  .mail-change-sp .mail-change a:hover, .mail-change-sp .mail-change a:focus {
    text-decoration: none;
    opacity: .8;
  }
}

@media only screen and (max-width: 767px) {
  .mail-change-sp + .mail-change-sp {
    border-top: solid #ebebeb 1px;
  }
}

.btn-tgl-hook {
  display: none;
}

@media only screen and (max-width: 767px) {
  .btn-tgl-hook {
    font-size: 1.225rem;
    text-align: center;
    color: #000;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-radius: 0 0 5px 5px;
  }
  .btn-tgl-hook .label {
    position: relative;
    display: inline-block;
    width: 8em;
    padding-right: 1em;
  }
  .btn-tgl-hook .label::before, .btn-tgl-hook .label::after {
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 13px;
    height: 1px;
    margin-top: -2px;
    content: "";
  }
  .btn-tgl-hook .label::after {
    transform: rotate(90deg);
    right: 0;
  }
  .btn-tgl-hook:hover .label, .btn-tgl-hook:focus .label, .btn-tgl-hook:active .label {
    text-decoration: underline;
  }
}

.btn-tgl-hook.is-active .label::after {
  display: none;
}

.btn-tgl-hook {
  display: none;
}

.box-user {
  background-color: #fff;
  position: relative;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 3px -1px #555;
}

@media only screen and (max-width: 767px) {
  .box-user {
    margin-top: 28px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .box-user.tgl {
    padding-bottom: 50px;
  }
}

.box-user.no-info {
  border-radius: 8px;
}

.box-user > .hdg {
  display: table;
  width: 100%;
  padding: 16px 15px;
  table-layout: fixed;
  border-radius: 8px 8px 0 0;
}

.box-user > .hdg .user-stage {
  vertical-align: middle;
  display: table-cell;
  width: 544px;
}

.box-user > .hdg .user-stage .img-card {
  vertical-align: middle;
  display: table-cell;
  margin-right: .5em;
}

.box-user > .hdg .user-stage .img-card img {
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .user-stage .img-card img {
    width: 50px;
  }
}

.box-user > .hdg .user-stage .txt {
  font-size: 2rem;
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .user-stage .txt {
    font-size: 1.4rem;
    width: calc(100% - 45px - .5em);
  }
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .user-stage {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.box-user > .hdg .user-stage .txt .myjid-type {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .user-stage .txt .myjid-type {
    font-size: 1.2rem;
  }
}

.box-user > .hdg .user-stage .myjid-type-link .link-inline {
  margin-top: 10px;
}

.box-user > .hdg .list-btn-switch,
.box-user > .hdg .list-btn-switch2 {
  text-align: right;
  vertical-align: middle;
  display: table-cell;
  width: 400px;
}

.box-user > .hdg .list-btn-switch > li,
.box-user > .hdg .list-btn-switch2 > li {
  display: inline-block;
}

.box-user > .hdg .list-btn-switch > li a,
.box-user > .hdg .list-btn-switch > li button {
  vertical-align: middle;
  color: #737373;
  background-color: #d9d9d9;
  display: inline-block;
  padding: 10px 16px;
  border: none;
  border-radius: 3px;
}

.box-user > .hdg .list-btn-switch2 > li a,
.box-user > .hdg .list-btn-switch2 > li button {
  vertical-align: middle;
  color: #003b92;
  background-color: #ffffff !important;
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #003b92;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch > li a,
  .box-user > .hdg .list-btn-switch2 > li a,
  .box-user > .hdg .list-btn-switch > li button,
  .box-user > .hdg .list-btn-switch2 > li button {
    padding: 10px 10px;
  }
}

.box-user > .hdg .list-btn-switch > li.icon a,
.box-user > .hdg .list-btn-switch2 > li.icon a,
.box-user > .hdg .list-btn-switch > li.icon button,
.box-user > .hdg .list-btn-switch2 > li.icon button {
  line-height: 1.28;
  background: url(/apl/renew/mypage/images/icon_card.png) no-repeat 16px 50% #d9d9d9;
  padding-left: 47px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch > li.icon a,
  .box-user > .hdg .list-btn-switch2 > li.icon a,
  .box-user > .hdg .list-btn-switch > li.icon button,
  .box-user > .hdg .list-btn-switch2 > li.icon button {
    background: #d9d9d9;
    padding-left: 10px;
  }
}

.box-user > .hdg .list-btn-switch > li.add-icon a,
.box-user > .hdg .list-btn-switch2 > li.add-icon a {
  position: relative;
  padding-left: 37px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch > li.add-icon a,  
  .box-user > .hdg .list-btn-switch2 > li.add-icon a {
    padding-left: 10px;
  }
}

.box-user > .hdg .list-btn-switch > li.add-icon a::before,
.box-user > .hdg .list-btn-switch2 > li.add-icon a::before,
.box-user > .hdg .list-btn-switch > li.add-icon a::after,
.box-user > .hdg .list-btn-switch2 > li.add-icon a::after {
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 22px;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  content: "";
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch > li.add-icon a::before,
  .box-user > .hdg .list-btn-switch2 > li.add-icon a::before,
  .box-user > .hdg .list-btn-switch > li.add-icon a::after,
  .box-user > .hdg .list-btn-switch2 > li.add-icon a::after {
    display: none;
  }
}

.box-user > .hdg .list-btn-switch > li.add-icon a::after,
.box-user > .hdg .list-btn-switch2 > li.add-icon a::after {
  transform: rotate(90deg);
}

.box-user > .hdg .list-btn-switch > li + li,
.box-user > .hdg .list-btn-switch2 > li + li {
  margin-left: .5em;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch > li,
  .box-user > .hdg .list-btn-switch2 > li {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg .list-btn-switch,
  .box-user > .hdg .list-btn-switch2 {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg {
    display: block;
  }
}

.box-user > .hdg.no-info {
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg.no-info {
    border-radius: 8px 8px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg.no-info.no-mail {
    border-radius: 8px;
  }
}

.box-user > .hdg.no-contents {
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .box-user > .hdg.no-contents.no-mail {
    border-radius: 8px;
  }
}

.box-user .lyt-user {
  background-color: #fff;
  width: 100%;
  padding: 0 20px;
  table-layout: fixed;
}

@media only screen and (min-width: 768px) {
  .box-user .lyt-user {
    border-top: solid #ebebeb 1px;
    display: flex;
  }
}

.box-user .lyt-user > .inner {
  vertical-align: top;
  width: 472px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .box-user .lyt-user > .inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.box-user .lyt-user > .inner.inner-info {
  border-right: solid #ebebeb 1px;
}

@media only screen and (max-width: 767px) {
  .box-user .lyt-user > .inner.inner-info {
    border-right: 0;
  }
}

.box-user .lyt-user > .inner + .inner {
  vertical-align: top;
  padding-right: 0;
  padding-left: 20px;
  border-right: 0;
}

@media only screen and (max-width: 767px) {
  .box-user .lyt-user > .inner + .inner {
    padding-top: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-user .lyt-user > .inner {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.box-user .lyt-user > .inner + .mail-change-sp {
  border-top: solid #ebebeb 1px;
}

.box-user .lyt-user > .list-definition-mail-sp + .mail-change-sp {
  border-top: solid #ebebeb 1px;
}

@media only screen and (min-width: 768px) {
  .box-user .lyt-user > .inner.bdr-right {
    border-right: solid #ebebeb 1px;
  }
}

@media only screen and (max-width: 767px) {
  .box-user .lyt-user {
    padding: 0;
    border-radius: 0 0 8px 8px;
  }
}

.box-user .lyt-user + .lyt-user {
  border-top: none;
}

.list-definition {
  width: 452px;
}

@media only screen and (min-width: 768px) {
  .list-definition {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .list-definition {
    border-top: solid #ebebeb 1px;
    width: 100%;
    margin-top: 0;
    padding: 15px 0;
  }
}

.list-definition > li {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.list-definition > li .hdg {
  color: #737373;
  display: table-cell;
  width: 9em;
}

@media only screen and (min-width: 768px) {
  .list-definition > li .hdg {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .list-definition > li .hdg {
    font-size: 1.225rem;
    padding-left: 12px;
  }
}

.list-definition > li .txt {
  font-size: 1.4rem;
  display: table-cell;
}

@media only screen and (min-width: 768px) {
  .list-definition > li .txt {
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .list-definition > li .txt {
    padding-right: 12px;
  }
}

.list-definition > li .point {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .list-definition > li .point {
    font-size: 1.4rem;
  }
}

.list-definition > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid #ebebeb 1px;
}

.list-definition.is-hide, .list-definition.is-error {
  display: none;
}

.list-definition-img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .list-definition-img {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .list-definition-img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
  }
}

.list-definition-img dd {
  margin-top: 16px;
}

.list-definition-mail-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .list-definition-mail-sp {
	margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
    border-top: solid #ebebeb 1px;
    display: block;
  }
}

.list-definition-mail-sp .oshirase-mail-label {
  background-color: #003b92;
  color: #fff;
  padding: .2em .5em;
  line-height: 3em;
}

.list-definition-mail-sp dd {
  margin-top: 8px;
}

.list-definition-mail-sp .user-mail-txt {
  word-break: break-word;
}

.list-definition-membership-01 {
  margin-bottom: 30px;
  width: 100%;
}

.list-definition-membership-01.js-standby {
  margin-bottom: 0;
  height: 0 !important;
  overflow: hidden;
}

.list-definition-membership-01 dd {
  margin-top: 12px;
}

.list-definition-membership-01 > * {
  opacity: 0;
}

.list-definition-membership-01.is-hide, .list-definition-membership-01.is-error {
  display: none !important;
}

.list-definition-membership-02 {
  width: 100%;
}

.list-definition-membership-02.js-standby {
  padding-bottom: 0;
  height: 0 !important;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .list-definition-membership-02 {
    padding: 0 15px 20px;
  }
}

.list-definition-membership-02 dd {
  margin-top: 12px;
}

.list-definition-membership-02 > * {
  opacity: 0;
}

.list-definition-membership-02.is-hide, .list-definition-membership-02.is-error {
  display: none !important;
}

.membership-info-01 {
  position: relative;
  padding: 0 0 6px 0;
}

.membership-info-01 .membership-info-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.membership-info-01 .all{
  display: block;
}

.membership-info-01 .membership-info-text .total {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto 0 0;
}

.membership-info-01 .membership-info-text .total .text {
  font-size: 14px;
  line-height: 1.4;
  color: #003b92;
  display: block;
  margin-bottom: 11px;
}

.membership-info-01 .membership-info-text .total .price {
  color: #fff;
  display: block;
  margin-left: 10px;
}

.membership-info-01 .membership-info-text .total .black{
  color: #000;
  margin-bottom: 5px;
}

.membership-info-01 .membership-info-text .total .price .number {
  font-size: 20px;
  font-weight: normal;
}

.membership-info-01 .membership-info-text .total .price .suffix {
  font-size: 14px;
}

.membership-info-01 .membership-info-text .rest {
  line-height: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  margin: 0 0 0 auto;
}

.membership-info-01 .membership-info-text .rest .text {
  font-size: 14px;
  line-height: 1.4;
  color: #008eed;
  display: block;
  margin-bottom: 11px;
}

.membership-info-01 .membership-info-text .rest .price {
  color: #fff;
  display: block;
  margin-right: 10px;
}

.membership-info-01 .membership-info-text .rest .price .number {
  font-size: 20px;
  font-weight: normal;
}

.membership-info-01 .membership-info-text .rest .price .suffix {
  font-size: 14px;
}

.membership-info-01 .membership-info-text .totaltime {
  font-size: 14px;
  margin-left: 13px;
}

.membership-info-01 .membership-info-text .link {
  font-size: 14px;
  margin-left: 13px;
}

.membership-info-01 .membership-info-graph {
  background: #6bbcf3;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 36px;
  border-radius: 18px;
}

.membership-info-02 {
  position: relative;
  padding: 0 0 9px 0;
}

.membership-info-02 .membership-info-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.membership-info-02 .all{
  display: block;
}

.membership-info-02 .membership-info-text .total {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 37%;
  margin: 0 auto 0 0;
}

.membership-info-02 .membership-info-text .total .text {
  font-size: 9px;
  line-height: 1.4;
  color: #003b92;
  display: block;
}

.membership-info-02 .membership-info-text .total .price {
  color: #fff;
  display: block;
  width: 150%;
  min-width: 120px;
  margin: 16px 0 0 5px;
}

.membership-info-02 .membership-info-text .total .black{
  color: #000;
  margin: 0;
}

.membership-info-02 .membership-info-text .totaltime {
  font-size: 9px;
  margin: 5px 0 0 5px;
}

.membership-info-02 .membership-info-text .link {
  font-size: 9px;
  margin-left: 5px;
}

.membership-info-02 .membership-info-text .total .price .number {
  font-size: 16px;
  font-weight: normal;
}

.membership-info-02 .membership-info-text .total .price .suffix {
  font-size: 12px;
}

.membership-info-02 .membership-info-text .rest {
  line-height: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 63%;
  margin: 0 0 0 auto;
}

.membership-info-02 .membership-info-text .rest .text {
  font-size: 9px;
  line-height: 1.4;
  color: #008eed;
  display: block;
}

.membership-info-02 .membership-info-text .rest .price {
  color: #fff;
  display: block;
  width: 95%;
  margin: 16px 5px 0 0;
}

.membership-info-02 .membership-info-text .rest .price .number {
  font-size: 16px;
  font-weight: normal;
}

.membership-info-02 .membership-info-text .rest .price .suffix {
  font-size: 12px;
}

.membership-info-02 .membership-info-graph {
  background: #6bbcf3;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 38px;
  border-radius: 19px;
}

.list-img {
  *zoom: 1;
  margin-top: 20px;
}

.list-img::after {
  display: block;
  clear: both;
  content: "";
}

.list-img > li {
  float: left;
  width: 215px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .list-img > li {
    width: 49%;
    margin-top: 0;
    padding-right: 2%;
  }
}

.list-img > li a {
  width: 100%;
}

.list-img > li a img {
  width: 100%;
}

.list-img > li a:hover img, .list-img > li a:focus img {
  opacity: .7;
}

.list-img > li:nth-child(2n) {
  padding-right: 0;
  padding-left: 10px;
}

.list-img > li:nth-child(2n+1) {
  clear: both;
}

.list-img > li:nth-child(n+3) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .list-img > li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.list-card-change {
  font-size: 1.6rem;
  margin-top: 10px;
  border: solid 1px #ebebeb;
  border-radius: 5px;
}

.list-card-change > li a {
  color: #737373;
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
}

.list-card-change > li a::after {
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: .65em;
  height: .65em;
  margin-top: -.4em;
  margin-left: .5em;
  content: "";
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

@media only screen and (max-width: 767px) {
  .list-card-change > li a {
    padding: 10px 40px 10px 5px;
  }
}

.list-card-change > li a .icon {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #1890ea;
  background: linear-gradient(#45a6ee 0%, #1890ea 100%);
  display: inline-block;
  margin-right: 10px;
  padding: .5em;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .list-card-change > li a .icon {
    display: none;
  }
}

.list-card-change > li a:hover .icon, .list-card-change > li a:focus .icon {
  text-decoration: none;
  opacity: .8;
}

.list-card-change > li + li {
  border-top: solid 1px #ebebeb;
}

@media only screen and (max-width: 767px) {
  .list-card-change {
    font-size: 1.4rem;
  }
}

.help {
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  margin-left: .25em;
}

.help:hover, .help:focus {
  opacity: .8;
}

.user-info-wrap {
  width: 1004px;
  min-width: 1004px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .user-info-wrap {
    width: 100%;
    min-width: inherit;
    margin-top: 30px;
    margin-bottom: -40px;
    padding: 0;
  }
}

.user-info {
  background-color: #cde7f9;
  padding: 20px;
  border-top: solid #008eed 6px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 3px -1px #555;
}

.user-info > .hdg {
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .user-info > .hdg {
    font-size: 1.75rem;
  }
}

.user-info > .inner {
  background-color: #fff;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding: 18px 18px 0 18px;
  border-radius: 8px;
}

.user-info > .inner > .info {
  width: 522px;
}

@media only screen and (max-width: 767px) {
  .user-info > .inner > .info {
    width: 100%;
  }
}

.user-info > .inner > .bnr {
  width: 362px;
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.user-info > .inner > .bnr img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .user-info > .inner > .bnr {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .user-info > .inner {
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
    box-shadow: 0 1px 3px -1px #555;
  }
}

@media only screen and (max-width: 767px) {
  .user-info {
    padding: 15px 15px 30px;
    border-radius: 0;
    box-shadow: none;
  }
}

.user-info ul.list-note {
  margin-top: 10px;
  margin-left: 0;
}

.user-info ul.list-note > li {
  padding-left: 3em;
}

.user-info ul.list-note > li .list-note-mark {
  margin-left: -3.5em;
}

.user-info .txt-time span {
  display: inline-block;
  width: 100%;
}

.areaWrapper {
  word-wrap: break-word;
  position: relative;
}

.areaWrapper h3 {
  font-size: 1.6rem;
  position: relative;
  padding: 6px 0;
}

.areaWrapper h3 button {
  text-align: left;
  color: #000;
  background-color: transparent;
  width: 100%;
  padding: 6px 45px 6px 0;
  border: none;
  overflow: hidden;
  position: relative;
}

.areaWrapper h3 button::before, .areaWrapper h3 button::after {
  background-color: #737373;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
}

.areaWrapper h3 button::before {
  width: 15px;
  height: 1px;
  right: 15px;
}

.areaWrapper h3 button::after {
  width: 1px;
  height: 15px;
  right: 22px;
}

.areaWrapper h3 button .status {
  position: absolute;
  left: -9999px;
}

.areaWrapper h3.is-active button::after {
  display: none;
}

.areaWrapper h3.txt-em button {
  color: #c74034;
}

@media only screen and (max-width: 767px) {
  .areaWrapper h3 {
    padding-left: 15px;
  }
}

.areaWrapper p {
  color: #737373;
}

.areaWrapper p:last-child {
  margin-bottom: 15px;
}

.areaWrapper p:first-child {
  margin-top: 0;
}

.areaWrapper p + .js-tgl-detail {
  margin-top: .5em;
}

@media only screen and (max-width: 767px) {
  .areaWrapper p {
    padding: 0 15px;
  }
}

.areaWrapper p + p {
  margin-top: 10px;
}

.areaWrapper ul {
  color: #737373;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .areaWrapper ul {
    padding: 0 15px;
  }
}

.areaWrapper .lyt-img {
  *zoom: 1;
}

.areaWrapper .lyt-img::after {
  display: block;
  clear: both;
  content: "";
}

.areaWrapper .lyt-img > .txt {
  float: left;
  width: 342px;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .areaWrapper .lyt-img > .txt {
    display: block;
    width: 100%;
  }
}

.areaWrapper .lyt-img > .img {
  float: left;
  width: 120px;
}

.areaWrapper .lyt-img > .img img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .areaWrapper .lyt-img > .img {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .areaWrapper .lyt-img {
    display: block;
    width: 100%;
  }
}

.areaWrapper + .areaWrapper {
  border-top: solid #ddd 1px;
}

@media only screen and (max-width: 767px) {
  .areaWrapper:last-child {
    border-bottom: solid #ddd 1px;
  }
}

.areaWrapper .lyt-img {
  padding-right: 45px;
}

@media only screen and (max-width: 767px) {
  .areaWrapper .lyt-img {
    padding-left: 15px;
  }
}

.areaWrapper .lyt-img > .txt > p {
  padding-right: 0;
  padding-left: 0;
}

.areaWrapper .lyt-img > .txt > p:first-child {
  margin-top: 0;
}

.box-lyt-col2-item--right {
  display: none;
}

.box-lyt-col2 {
  *zoom: 1;
  width: 100%;
  margin-top: 20px;
}

.box-lyt-col2::after {
  display: block;
  clear: both;
  content: "";
}

.box-lyt-col2 > .box-lyt-col2-item--left {
  float: left;
  width: 650px;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2 > .box-lyt-col2-item--left {
    width: 100%;
  }
}

.box-lyt-col2 > .box-lyt-col2-item--right {
  display: block;
  float: left;
  width: 314px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2 > .box-lyt-col2-item--right {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2 {
    display: block;
    width: 100%;
  }
}

.box-lyt-col2 .is-hide {
  display: none;
}

.box-lyt-col2 .box-link {
  margin-top: 0;
}

.box-link {
  background-color: #fff;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 47px;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
}

.box-link.non-pad {
  padding-bottom: 20px;
}

.box-link .border-type1 {
  border-top: solid #ebebeb 1px;
}

.box-link .border-type2 {
  border-right: solid #ebebeb 1px;
}

.box-link .hdg-wrap-01 {
  margin-bottom: 15px;
  padding: 20px 20px 0 20px;
  border-radius: 8px 8px 0 0;
}

.box-link .hdg-wrap-01.hdg-wrap2 {
  padding: 20px 20px 0 0;
}

.box-link .hdg-wrap-01.hdg-wrap3 {
  padding: 20px 0 0;
}

.box-link .hdg-wrap-01 .hdg {
  font-size: 2rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg {
    display: block;
    margin-top: .5em;
  }
}

.box-link .hdg-wrap-01 .hdg + .hdg-sup {
  color: #737373;
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg + .hdg-sup {
    font-size: 1.4rem;
    display: block;
    margin-top: .5em;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg {
    font-size: 2.1rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg.date {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg {
    font-size: 1.6rem;
  }
}

.box-link .hdg-wrap-01 .hdg.lyt-inline + .hdg-sup {
  margin-left: 10px;
}

.box-link .hdg-wrap-01 .txt-icon-wrap {
  margin: -.15em 10px 0 0;
}

.box-link .hdg-wrap-01 .txt-icon-wrap .txt-icon {
  color: #000;
  background-color: #d9d9d9;
  display: inline-block;
  padding: .15em .5em;
}

.box-link .hdg-wrap-01 .txt-icon-wrap .txt-icon-01 {
  color: #fff;
  background-color: #003b92;
  display: inline-block;
  padding: .15em .5em;
}

.box-link .hdg-wrap-01 .hdg-sup {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 .hdg-sup {
    font-size: 1.4rem;
  }
}

.box-link .hdg-wrap-01 .hdg-sup2 {
  font-size: 1.6rem;
}

.box-link .hdg-wrap-01 .hdg-sup2 + .hdg {
  display: block;
}

.box-link .hdg-wrap-01 .hdg-sup3 {
  font-size: 1.4rem;
  line-height: 2;
  color: #737373;
  display: block;
}

@media only screen and (max-width: 767px) {
  .box-link .hdg-wrap-01 {
    font-size: 1.4rem;
  }
}

.box-link .hdg-wrap-01:first-child .hdg + .hdg-sup {
  display: inline-block;
}

.box-link .hdg-wrap-01:first-child .hdg-sup {
  display: block;
}

.box-link .hdg-wrap-01:first-child .hdg-sup + .hdg {
  display: block;
}

.box-link .hdg-wrap-01 + .link {
  padding-top: 10px;
}

.box-link .content {
  padding: 5px 15px 20px;
}

@media only screen and (max-width: 767px) {
  .box-link .content {
    padding: 5px 12px 10px;
  }
}

.box-link .txt-price {
  font-size: 2.8rem;
  color: #737373;
  padding-left: 12px;
  border-left: solid 5px #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .box-link .txt-price {
    text-align: right;
  }
}

.box-link .txt-price .unit {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-link .txt-price .unit {
    font-size: 1.225rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .txt-price {
    font-size: 3.15rem;
    text-align: right;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .txt-price.none-txt {
    text-align: left;
    padding-left: 0;
  }
}

.box-link .txt {
  font-size: 2.4rem;
  color: #737373;
  margin-top: 10px;
  padding-left: 15px;
  border-left: solid 5px #d9d9d9;
}

@media only screen and (max-width: 767px) {
  .box-link .txt {
    font-size: 2rem;
    text-align: left;
    padding-left: 0;
    border-left: none;
  }
}

.box-link .note {
  text-align: right;
  color: #5fb33b;
  display: table;
  clear: both;
  margin-top: 5px;
  margin-left: auto;
}

.box-link .note .mark {
  text-align: right;
  display: table-cell;
}

.box-link .note .txt {
  text-align: right;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .box-link .note {
    text-align: center;
    display: block;
  }
}

.box-link .btn-harf-wrap > .note {
  text-align: right;
}

.box-link .link {
  color: #737373;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
}

.box-link .link a {
  text-align: center;
  color: #000;
  display: block;
  width: 100%;
  padding: 1em;
}

.box-link .link a::after {
  transform: rotate(45deg);
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin-left: .5em;
  content: "";
  border-top: solid #000 1px;
  border-right: solid #000 1px;
}

@media only screen and (max-width: 767px) {
  .box-link .link {
    font-size: 1.4rem;
  }
}

.box-link .btn-link {
  text-align: right;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .box-link .btn-link {
    text-align: center;
  }
}

.box-link .non-btm {
  margin: 0;
}

.box-link .img-content-bnr {
  text-align: right;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .box-link .img-content-bnr {
    text-align: center;
  }
  .box-link .img-content-bnr img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .box-link .box-link-inner {
    width: 100%;
  }
}

.box-link .box-link-inner + .box-link-inner {
  border-top: solid #ddd 1px;
}

.box-link .box-link-inner.is-disable-change .list-btn-01 .btn-confirmation {
  display: none;
}

.box-link .box-link-inner.is-disable-change .note {
  display: none;
}

.box-link.lyt-col1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

@media only screen and (max-width: 767px) {
  .box-link.lyt-col1 {
    display: block;
  }
}

.box-link.lyt-col1 .box-link-inner {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .box-link.lyt-col1 .box-link-inner {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .box-link.lyt-col1 .box-link-inner + .box-link-inner {
    border-top: none;
    border-left: solid #ddd 1px;
  }
}

@media only screen and (max-width: 767px) {
  .box-link.lyt-col1 .btn-link {
    text-align: center;
  }
}

.box-link > .txt-error {
  padding: 15px;
}

.box-content {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
}

.box-content .hdg-wrap {
  padding: 20px 20px 10px 20px;
  border-radius: 8px 8px 0 0;
}

.box-content .hdg-wrap .link-inline {
  margin-left: .5em;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2-01 > .inner .box-content {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .box-lyt-col2-01 > .inner .box-content {
    width: 100%;
    margin-top: 0;
  }
  .box-lyt-col2-01 > .inner .box-content .lyt-col2 {
    padding: 5px 15px 20px;
  }
  .box-lyt-col2-01 > .inner .box-content .btn-link {
    text-align: right;
    display: inline-block;
  }
  .box-lyt-col2-01 > .inner .box-content .content + .hdg-wrap-01 {
    border-top: solid #ddd 1px;
    border-radius: 0;
  }
}

.list-btn-2 {
  margin-top: 10px;
}

.list-btn-2 > li a {
  text-align: center;
  color: #fff;
  background: #1890ea;
  background: linear-gradient(#45a6ee 0%, #1890ea 100%);
  display: block;
  width: 208px;
  margin-left: auto;
  padding: 1em .5em;
  border-radius: 2.5em;
}

.list-btn-2 > li a:hover, .list-btn-2 > li a:focus {
  text-decoration: none;
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  .list-btn-2 > li a {
    font-size: 1.4rem;
    width: 208px;
    margin-right: auto;
  }
}

.list-btn-2 > li + li {
  margin-top: 10px;
}

.list-btn-2 > li.img a {
  text-align: right;
  background: transparent;
  padding: 0;
}

.list-btn-2 > li.img a img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-btn-2 > li.img a {
    text-align: center;
    width: 208px;
  }
}

@media only screen and (max-width: 767px) {
  .list-btn-2 {
    text-align: center;
    width: 100%;
    max-width: inherit;
  }
}

.list-btn-2A {
  display: table;
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
  table-layout: fixed;
}

.list-btn-2A > li {
  text-align: center;
  display: table-cell;
  width: 50%;
}

.list-btn-2A > li a {
  display: inline-block;
  width: 100%;
  max-width: 212px;
  padding: 1em .5em;
  border-radius: 2.5em;
}

.list-btn-2A > li + li {
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .list-btn-2A > li + li {
    margin-top: 15px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-btn-2A > li {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .list-btn-2A {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    max-width: 184px;
  }
}

.box-list {
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
}

@media only screen and (max-width: 767px) {
  .box-list {
    margin-top: 20px;
  }
}

.box-list .hdg {
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  padding: 1.2em 20px;
  border-radius: 8px 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .box-list .hdg {
    font-size: 1.575rem;
    background-color: transparent;
    border-bottom: 0;
  }
}

.box-list .list-link {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.box-list .list-link > li {
  border-top: solid #d9d9d9 1px;
}

.box-list .list-link > li.is-hide {
  display: none;
}

.box-list .list-link > li a {
  color: #737373;
  position: relative;
  display: block;
  padding: 16px 40px 16px 50px;
}

.box-list .list-link > li a::after {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  width: .75rem;
  height: .75rem;
  margin-top: -5px;
  content: "";
  border-top: solid #008eed 1px;
  border-right: solid #008eed 1px;
}

.box-list .list-link > li a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  content: "";
}

.box-list .list-link > li a.resource::before {
  background: url(/apl/renew/mypage/images/icon_resource.png) no-repeat;
}

.box-list .list-link > li a.payment::before {
  background: url(/apl/renew/mypage/images/icon_payment.png) no-repeat;
}

.box-list .list-link > li a.pension::before {
  background: url(/apl/renew/mypage/images/icon_pension.png) no-repeat;
}

.box-list .list-link > li a.debitlimit::before {
  background: url(/apl/renew/mypage/images/icon_debitlimit.png) no-repeat;
}

.box-list .list-link > li a.utility::before {
  background: url(/apl/renew/mypage/images/icon_utility.png) no-repeat;
}

.box-list .list-link > li a.family::before {
  background: url(/apl/renew/mypage/images/icon_family.png) no-repeat;
}

.box-list .list-link > li a.quic::before {
  background: url(/apl/renew/mypage/images/icon_quic.png) no-repeat;
}

.box-list .list-link > li a.etc::before {
  background: url(/apl/renew/mypage/images/icon_etc.png) no-repeat;
}

.box-list .list-link > li a.clinechg::before {
  background: url(/apl/renew/mypage/images/icon_clinechg.png) no-repeat;
}

@media only screen and (max-width: 767px) {
  .box-list .list-link {
    border-radius: 8px;
  }
}

.is-box-list-hide .box-list {
  display: none;
}

.tab-wrapper {
  margin: 25px 0 0 0;
}

.tab-wrapper ul {
  font-size: 0;
  display: flex;
}

.tab-wrapper ul li {
  font-size: 16px;
  text-align: center;
  vertical-align: bottom;
  color: #003b92;
  background-color: #cde7f9;
  position: relative;
  z-index: 0;
  display: block;
  width: 300px;
  padding: 14px .25em;
  border-radius: 10px 10px 0 0;
}

@media only screen and (min-width: 768px) {
  .tab-wrapper ul li {
    height: 50px;
    transition: all  .3s ease;
  }
}

.tab-wrapper ul li:hover, .tab-wrapper ul li:focus {
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .tab-wrapper ul li:hover, .tab-wrapper ul li:focus {
    height: 55px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 768px) {
  .tab-wrapper ul li.js-selected {
    height: 55px;
    margin-top: -5px;
  }
}

.tab-wrapper ul li.js-selected:hover, .tab-wrapper ul li.js-selected:focus {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .tab-wrapper ul li {
    line-height: 1;
    width: 50%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 23px;
  }
  .tab-wrapper ul li::after {
    position: absolute;
    bottom: 9px;
    left: 50%;
    display: block;
    content: "";
    transform: translateX(-50%);
    border-width: 6px 5px 0 5px;
    border-style: solid;
    border-color: #6691c5 transparent transparent transparent;
  }
}

.tab-wrapper ul li.js-selected {
  color: #000;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .tab-wrapper ul li.js-selected {
    padding-top: 23px;
    padding-bottom: 18px;
  }
  .tab-wrapper ul li.js-selected::after {
    bottom: 5px;
    border-color: #000 transparent transparent transparent;
  }
}

.box-lyt-col2 .tab-wrapper {
  display: none;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2 .tab-wrapper {
    display: block;
  }
}

.tab-content .visible {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tab-content .sp-visible {
    display: none;
  }
}

.tab-content .box-content {
  margin-top: 0;
}

.tab-content .box-content .txt-error {
  padding: 20px 30px 40px;
}

.box-content {
  background-color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
}

@media all and (-ms-high-contrast: none) {
  .box-content {
    margin-top: 19px;
  }
}

.box-content .btn-link {
  display: block;
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .box-content .btn-link {
    margin: 0;
  }
}

.box-content .note {
  text-align: right;
  color: #5fb33b;
  padding: .5rem;
}

.box-content .note > .sub {
  font-size: 1.2rem;
}

.box-content .hdg-wrap-01 {
  padding: 20px 20px 10px 20px;
  border-radius: 8px 8px 0 0;
}

.box-content .hdg-wrap-01 .hdg {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: solid 5px #1890ea;
}

@media only screen and (max-width: 767px) {
  .box-content .hdg-wrap-01 .hdg {
    font-size: 1.75em;
  }
}

.box-content .hdg-wrap-01 .link-inline {
  margin-left: .5em;
}

.box-content .lyt-col2 {
  padding: 0 20px 20px 20px;
}

.box-content .lyt-col2 > .inner {
  width: 50%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col2 > .inner {
    width: 100%;
    padding-right: 0;
  }
}

.box-content .lyt-col2 > .inner:nth-child(n+2) {
  padding-right: 0;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col2 > .inner:nth-child(n+2) {
    width: 100%;
  }
}

.box-content .lyt-col2 > .inner2 {
  width: 40%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col2 > .inner2 {
    width: 100%;
    padding-right: 0;
  }
}

.box-content .lyt-col2 > .inner2:nth-child(n+2) {
  padding-right: 0;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col2 > .inner2:nth-child(n+2) {
    width: 100%;
  }
}

.box-content .lyt-col-ptnA {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA {
    display: block;
    width: 100%;
  }
}

.box-content .lyt-col-ptnA > .inner:nth-of-type(1) {
  flex: 1 0 0;
  margin-right: 34px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA > .inner:nth-of-type(1) {
    width: 100%;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA > .inner:nth-of-type(2) {
    text-align: center;
    float: none;
  }
}

@media only screen and (min-width: 768px) {
  .box-content .lyt-col-ptnA > .inner .list-btn-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .box-content .lyt-col-ptnA > .inner .list-btn-point .btn-link {
    margin-bottom: 0;
  }
  .box-content .lyt-col-ptnA > .inner .list-btn-point > .list-btn-point-change {
    flex: 1;
    min-height: 48px;
    margin-top: 10px;
  }
}

.box-content .lyt-col-ptnA .table-box-point {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: solid 2px #d9d9d9;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point {
    width: 100%;
    border: none;
  }
}

.box-content .lyt-col-ptnA .table-box-point .totalPoint {
  vertical-align: middle;
  background-color: #ebebeb;
  display: table-cell;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .totalPoint {
    *zoom: 1;
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 10px;
    border: solid 3px #d9d9d9;
    border-radius: 5px;
  }
  .box-content .lyt-col-ptnA .table-box-point .totalPoint::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .exception {
    *zoom: 1;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 3px #d9d9d9;
    border-radius: 5px;
  }
  .box-content .lyt-col-ptnA .table-box-point .exception::after {
    display: block;
    clear: both;
    content: "";
  }
}

.box-content .lyt-col-ptnA .table-box-point .hdg {
  font-size: 2rem;
  float: left;
  padding-top: 2px;
}

.box-content .lyt-col-ptnA .table-box-point .point {
  font-size: 2.4rem;
  float: right;
}

.box-content .lyt-col-ptnA .table-box-point .unit {
  font-size: 1.2rem;
  margin-left: 5px;
}

.box-content .lyt-col-ptnA .table-box-point .list-point {
  display: table-cell;
  width: 400px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point {
    padding: 15px 0 15px 15px;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point .note {
  margin-bottom: 15px;
  padding: .5rem 0;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point .note {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point {
    display: block;
    width: 100%;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point li {
  *zoom: 1;
}

.box-content .lyt-col-ptnA .table-box-point .list-point li::after {
  display: block;
  clear: both;
  content: "";
}

.box-content .lyt-col-ptnA .table-box-point .list-point li.note {
  color: #c54139;
}

.box-content .lyt-col-ptnA .table-box-point .list-point li.note .hdg {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point li.note .hdg {
    font-size: 1.2rem;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point li.note .point {
  font-size: 1.4rem;
}

.box-content .lyt-col-ptnA .table-box-point .list-point li .hdg {
  font-size: 1.6rem;
  float: left;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point li .hdg {
    font-size: 1.2rem;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point li .point {
  font-size: 1.8rem;
  float: right;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point li .point {
    font-size: 1.6rem;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point li .unit {
  font-size: 1.2rem;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point li .unit {
    font-size: 1.1rem;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .box-content .lyt-col-ptnA .table-box-point .list-point .list-hdg.js-normalPointInfo + .list-hdg.js-specialPointInfo {
    margin-top: 0;
  }
}

.box-content .lyt-col-ptnA .table-box-point .list-point > ul > li:last-child {
  margin-bottom: 0;
}

.box-content > .inner {
  padding: 0 20px 30px;
}

@media only screen and (max-width: 767px) {
  .box-content > .inner {
    padding-bottom: 20px;
  }
}

.box-content > .inner > .list-btn-2A {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .box-content .hdg-sup {
    font-size: 1.575rem;
  }
}

@media only screen and (max-width: 767px) {
  .box-content .btn-link {
    text-align: center;
  }
}

.list-point > li {
  *zoom: 1;
}

.list-point > li::after {
  display: block;
  clear: both;
  content: "";
}

.list-point > li .hdg {
  float: left;
  padding-right: 10px;
}

.list-point > li .point {
  font-size: 1.8rem;
  float: right;
  padding-right: 12px;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .list-point > li .point {
    font-size: 1.6rem;
  }
}

.list-point > li .point .unit {
  font-size: 1.2rem;
  margin-left: 5px;
}

.list-point > li.note {
  color: #c54139;
  margin-top: .75em;
  padding-top: .75em;
  border-top: solid #ebebeb 1px;
}

.list-point > li.note .point {
  font-size: 1.4rem;
}

.list-point > li + li {
  margin-top: 3px;
}

.list-point > li + li .hdg {
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .list-point > li + li .hdg {
    padding-right: 0;
    padding-left: 15px;
  }
}

.list-point > li.cumulative {
  word-break: break-all;
  display: table;
  width: 100%;
  margin: 5px 0;
  margin-bottom: 10px;
  padding: .35em 10px;
  table-layout: auto;
  border: solid #d9d9d9 2px;
  border-radius: 3px;
}

.list-point > li.cumulative .hdg {
  font-size: 2rem;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .list-point > li.cumulative .hdg {
    vertical-align: top;
    display: table-cell;
    float: none;
    width: 4em;
    min-width: 4em;
  }
}

.list-point > li.cumulative .point {
  font-size: 2.4rem;
  vertical-align: middle;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .list-point > li.cumulative .point {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    float: none;
    padding-left: 0;
  }
}

.list-point > li.cumulative .btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .list-point > li.cumulative {
    word-break: break-all;
    display: table;
    width: 100%;
    margin: 5px 0;
    table-layout: auto;
  }
}

.list-point > li.first-view {
  display: table;
  width: 100%;
  height: 4.5rem;
  padding: 0;
  table-layout: auto;
  border: solid #008eed 2px;
  border-radius: 3px;
}

.list-point > li.first-view > .hdg {
  font-size: 2rem;
  vertical-align: middle;
  display: table-cell;
  float: none;
  width: 50%;
  height: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .list-point > li.first-view > .hdg {
    width: 33%;
    padding: 10px 10px;
  }
}

.list-point > li.first-view .point {
  float: none;
}

.list-point > li.first-view .btn {
  background-color: #cde7f9;
  position: relative;
  width: 50%;
  height: 100%;
}

.list-point > li.first-view .btn button {
  vertical-align: middle;
  color: #008eed;
  background-color: #cde7f9;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  border: none;
}

.list-point > li.first-view .btn button .txt {
  text-align: left;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.list-point > li.first-view .btn button .txt::before {
  transform: rotate(45deg);
  color: transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  overflow: hidden;
  width: 10px;
  height: 16px;
  margin-top: -12px;
  content: "";
  border-right: solid #008eed 2px;
  border-bottom: solid #008eed 2px;
}

@media only screen and (max-width: 767px) {
  .list-point > li.first-view .btn button .txt::before {
    left: 0;
    width: 6px;
    height: 12px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .list-point > li.first-view .btn {
    width: 67%;
  }
}

@media only screen and (max-width: 767px) {
  .list-point > ul + ul {
    margin-top: 10px;
  }
}

.list-point > li.first-view .point {
  text-align: right;
  display: table-cell;
  padding-right: 15px;
}

.box-point {
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
}

.box-point > .hdg {
  font-size: 1.6rem;
  text-align: center;
  background-color: #cde7f9;
  padding: .75em 20px;
  border-radius: 5px 5px 0 0;
}

.box-point > .inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 5px 5px;
}

.link-area {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .link-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.link-list-pnl {
  *zoom: 1;
}

.link-list-pnl::after {
  display: block;
  clear: both;
  content: "";
}

.link-list-pnl > li {
  background-color: #ebebeb;
  position: relative;
  float: left;
  width: 308px;
  margin-right: 30px;
  border-radius: 8px;
}

.link-list-pnl > li a {
  display: block;
  height: 100%;
  padding: 35px 20px;
}

.link-list-pnl > li a .hdg {
  font-size: 2rem;
  font-weight: normal;
  color: #000;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  .link-list-pnl > li a .hdg {
    width: 100%;
  }
}

.link-list-pnl > li a .hdg::after {
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: .65em;
  height: .65em;
  margin-top: -.4em;
  margin-left: .5em;
  content: "";
  border-top: solid #008eed 2px;
  border-right: solid #008eed 2px;
}

.link-list-pnl > li a .txt {
  color: #737373;
  display: inline-block;
  margin-top: 20px;
}

.link-list-pnl > li a a {
  color: #000;
}

.link-list-pnl > li a a:hover, .link-list-pnl > li a a:focus {
  text-decoration: underline;
}

.link-list-pnl > li a:hover, .link-list-pnl > li a:focus {
  text-decoration: none;
  opacity: .8;
}

.link-list-pnl > li:nth-child(3n) {
  margin-right: 0;
}

.link-list-pnl > li:nth-child(n+4) {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .link-list-pnl > li:nth-child(n+4) {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .link-list-pnl > li {
    width: 100%;
  }
  .link-list-pnl > li + li {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .link-list-pnl {
    display: block;
  }
}

.reference-number {
  margin-top: 10px;
  border: solid #ddd 1px;
}

.reference-number th,
.reference-number td {
  background-color: #ebebeb;
  padding: .5em 1em;
  border: solid #ddd 1px;
}

.reference-number th {
  font-weight: normal;
}

.lyt-inline {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .lyt-inline {
    display: block;
  }
}

.box-lyt-col2-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2-01 {
    display: block;
  }
}

.box-lyt-col2-01 > .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.box-lyt-col2-01 > .inner:nth-child(2n+1) {
  flex: 1 1 auto;
}

.box-lyt-col2-01 > .inner:nth-child(2n) {
  width: 314px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .box-lyt-col2-01 > .inner:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
}

.box-lyt-col2-01 > .inner .box-link {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .box-lyt-col2-01 > .inner > .box-link .btn-link {
    margin-bottom: 20px;
  }
}

.list-btn-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .list-btn-01 {
    justify-content: center;
    margin-bottom: 12px;
  }
}

.list-btn-01 > li {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 768px) {
  .list-btn-01 > li {
    max-width: 156px;
  }
}

.list-btn-01 > li > a {
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 1em .25em;
  border-radius: 2.5em 0 0 2.5em;
}

@media only screen and (max-width: 767px) {
  .list-btn-01 > li > a {
    font-size: 1.3rem;
  }
}

.list-btn-01 > li:nth-child(2n) {
  margin-left: 2px;
}

.list-btn-01 > li:nth-child(2n) > a {
  width: 100%;
  border-radius: 0 2.5em 2.5em 0;
}

@media only screen and (min-width: 768px) {
  .list-btn-01.list-btn-one > li {
    width: 220px;
    max-width: 220px;
  }
}

.list-btn-01.list-btn-one > li > a {
  border-radius: 2.5em;
}

.lyt-col1 .list-btn-01 {
  display: block;
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 10px 0;
  }
}

.lyt-col1 .list-btn-01 > li {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li {
    width: calc(50% - 1px);
  }
}

.lyt-col1 .list-btn-01 > li > a {
  font-size: 1.4rem;
  display: inline-block;
  width: 220px;
  padding: 1em .25em;
  border-radius: 2.5em;
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li > a {
    font-size: 1.3rem;
    width: 100%;
    border-radius: 2.5em 0 0 2.5em;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li:nth-child(2n) {
    margin-top: 10px;
    margin-left: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li:nth-child(2n) > a {
    width: 100%;
    border-radius: 0 2.5em 2.5em 0;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.lyt-col1 .list-btn-01 > li:only-child {
  display: inline-block;
  min-width: 220px;
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 > li:only-child {
    width: calc(50% - 1px);
  }
}

.lyt-col1 .list-btn-01 > li:only-child > a {
  border-radius: 2.5em 2.5em 2.5em 2.5em;
}

@media only screen and (max-width: 767px) {
  .lyt-col1 .list-btn-01 + .note {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .is-disable-change .list-btn-01 > li {
    width: calc(50% - 1px);
    min-width: 220px;
  }
  .is-disable-change .list-btn-01 > li > a {
    border-radius: 2.5em 2.5em 2.5em 2.5em;
  }
}

.js-see-more-list li[aria-hidden] {
  overflow: hidden;
  transition: height .4s;
}

.js-see-more-list li[aria-hidden="true"] {
  height: 0;
}

.js-see-more-list-btn-wrap {
  color: #000;
  background-color: #d9d9d9;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 984px;
  border-radius: 0 0 8px 8px;
}

@media only screen and (max-width: 767px) {
  .js-see-more-list-btn-wrap {
    left: 0;
    width: 100%;
  }
}

.js-see-more-list-btn-wrap .js-see-more-list-btn {
  text-align: center;
  color: #000;
  background: #d9d9d9;
  display: block;
  width: 100%;
  padding: 1em;
  border: none;
}

.js-see-more-list-btn-wrap .js-see-more-list-btn .js-see-more-list-label {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}

.js-see-more-list-btn-wrap .js-see-more-list-btn .js-see-more-list-label::before, .js-see-more-list-btn-wrap .js-see-more-list-btn .js-see-more-list-label::after {
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 1px;
  content: "";
}

.js-see-more-list-btn-wrap .js-see-more-list-btn .js-see-more-list-label::after {
  transform: rotate(90deg);
}

.js-see-more-list-btn-wrap .js-see-more-list-btn.is-active .js-see-more-list-label::after {
  display: none;
}

.js-see-more-list-btn-wrap .js-see-more-list-btn:hover .js-see-more-list-label, .js-see-more-list-btn-wrap .js-see-more-list-btn:focus .js-see-more-list-label {
  text-decoration: underline;
}

#js-nav-overlay,
#js-overlay {
  background-color: #000;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: .4;
}

#js-nav-overlay.is-active,
#js-overlay.is-active {
  display: block;
}

#js-nav-overlay.is-active {
  display: block;
}

@media only screen and (min-width: 768px) {
  #js-nav-overlay.is-active {
    display: none;
  }
}

.list-sp-nav-02 {
  *zoom: 1;
  display: none;
  width: 100%;
  margin-top: 28px;
}

.list-sp-nav-02::after {
  display: block;
  clear: both;
  content: "";
}

.list-sp-nav-02 > li {
  display: table;
  float: left;
  width: 33%;
  height: 75px;
  border-right: solid #fff 1px;
}

.list-sp-nav-02 > li.harf {
  width: 50%;
}

.list-sp-nav-02 > li:first-child a {
  border-radius: 8px 0 0 8px;
}

.list-sp-nav-02 > li:last-child a {
  border-radius: 0 8px 8px 0;
}

.list-sp-nav-02 > li:only-child {
  width: 100%;
}

.list-sp-nav-02 > li:only-child a {
  border-radius: 8px;
}

.list-sp-nav-02 > li > a {
  font-size: 1.225rem;
  text-align: center;
  color: #fff;
  background-color: #003b92;
  position: relative;
  display: table-cell;
  padding: 37px 10px 10px 10px;
}

.list-sp-nav-02 > li > a::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: .75rem;
  height: .75rem;
  margin-top: -5px;
  margin-left: -.375rem;
  content: "";
  content: "";
  transform: rotate(135deg);
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
}

.list-sp-nav-02 > li > a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 38px;
  height: 21px;
  margin-left: -19px;
  content: "";
}

.list-sp-nav-02 > li > a:hover, .list-sp-nav-02 > li > a:focus {
  text-decoration: none;
  opacity: .8;
}

.list-sp-nav-02 > li.statement a::before {
  background: url(/apl/renew/mypage/images/icon_statement.png) center no-repeat;
  background-size: auto 100%;
}

.list-sp-nav-02 > li.available a::before {
  background: url(/apl/renew/mypage/images/icon_available.png) center no-repeat;
  background-size: 19px;
}

.list-sp-nav-02 > li.point a::before {
  background: url(/apl/renew/mypage/images/icon_point.png) center no-repeat;
  background-size: auto 100%;
}

.list-sp-nav-02 > li.campaign a::before {
  background: url(/apl/renew/mypage/images/icon_campaign.png) center no-repeat;
  background-size: auto 100%;
}

.list-sp-nav-02 > li.ribo a::before {
  background: url(/apl/renew/mypage/images/icon_ribo.png) center no-repeat;
  background-size: 14px;
}

.list-sp-nav-02 > li.fee a::before {
  background: url(/apl/renew/mypage/images/icon_fee.png) center no-repeat;
  background-size: 18px;
}

.list-sp-nav-02 > li.userdata a::before {
  background: url(/apl/renew/mypage/images/icon_userdata.png) center no-repeat;
  background-size: 20px;
}

@media only screen and (max-width: 767px) {
  .list-sp-nav-02 {
    display: block;
  }
}

.js-on .list-point > li.first-view .point {
  display: none;
}

.js-on .list-point > li.first-view .btn {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .js-on .btn-tgl-hook {
    display: block;
  }
}

.dI {
  display: inline-block;
}

.no-border-up {
  border-radius: 0 8px 8px 8px;
}

@media only screen and (max-width: 767px) {
  .no-border-up {
    border-radius: 0 0 8px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .no-border-up-sp {
    border-radius: 0 0 8px 8px;
  }
}

.async-loading {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 40px;
  border-radius: 8px;
}

.async-loading img {
  max-width: 60px;
}

.lyt-retention-point.js-standby {
  border-top: none;
  height: 0 !important;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point.js-standby {
    padding: 0 15px;
    margin-top: 0;
    display: block;
  }
}

.list-definition .lyt-retention-point {
  padding-bottom: 0;
}

.list-definition .lyt-retention-point .js-async-data-wrapper.js-no-loading.js-load-complete {
  padding-bottom: 0;
}

.list-definition .lyt-retention-point .totalPoint {
  display: table;
}

.list-definition .lyt-retention-point .totalPoint .hdg {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point .js-async-data-wrapper.js-no-loading.js-load-complete {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point {
    padding: 15px;
    border-top: solid #ebebeb 1px;
  }
}

.lyt-retention-point .hdg {
  color: #737373;
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point .hdg {
    display: inline-block !important;
  }
  .lyt-retention-point .hdg + .txt {
    font-size: 1.4rem;
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point .inner {
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
  }
}

.lyt-retention-point .inner .txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point .inner .txt .point {
    font-size: 2rem;
  }
}

.lyt-retention-point .inner .txt-sup {
  color: #003b92;
  word-break: break-all;
  background-color: #cde7f9;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point .inner .txt-sup {
    max-width: 256px;
    margin-top: -2px;
    margin-left: 3rem;
    padding: .5em 2em;
    animation-name: up-down;
    animation-duration: 10s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 2em;
  }
  .lyt-retention-point .inner .txt-sup::before {
    position: absolute;
    top: 50%;
    left: -16px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: "";
    border-width: 6px 20px 6px 0;
    border-style: solid;
    border-color: transparent #cde7f9 transparent transparent;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point .inner .txt-sup {
    text-align: center;
    margin-top: 15px;
    padding: 8px;
    border-radius: 8px;
  }
}

@keyframes up-down {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, 0);
  }
  9% {
    transform: translate(0, 0px);
  }
  12% {
    transform: translate(8px, 0);
  }
  15% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes up-down-type-02 {
  0% {
    transform: translate(0, 0);
  }
  14% {
    transform: translate(0, 0);
  }
  22% {
    transform: translate(0, -5px);
  }
  29% {
    transform: translate(0, 0);
  }
  37% {
    transform: translate(0, -5px);
  }
  45% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------
    modal
--------------------------------------------------*/
.dialog {
  background-color: #fff;
  position: relative;
  display: block;
  width: 984px;
  margin: 10px auto;
  border: solid 1px #808080;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .dialog {
    width: 100%;
  }
}

.addHeight {
  height: 70vh;
}

.btn-wrap-modal {
  text-align: right;
  display: none;
}

.btn-wrap-modal .btn-modal-close {
  vertical-align: middle;
  color: #737373;
  background-color: #d9d9d9;
  display: inline-block;
  padding: 10px 16px;
  border: none;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .btn-wrap-modal .btn-modal-close {
    padding: 10px 10px;
  }
}

.modal-wrap {
  display: none;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .modal-wrap {
    padding: 10px;
    padding-bottom: 20px;
  }
}

.js-on .modal-bg {
  background-color: #000;
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: .7;
}

.js-on .dialog {
  position: fixed;
  z-index: 100;
  top: 500px;
  top: 10vh;
  left: 50%;
  margin-left: -350px;
  display: none;
  width: 700px;
  overflow: auto;
  max-height: 660px;
}

.js-on .btn-wrap-modal {
  display: block;
}

@media only screen and (max-width: 767px) {
  .js-on .dialog {
    width: 90%;
    margin: auto;
    left: 50%;
    margin-left: -45%;
    top: 30px;
    top: 10vh;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .js-on .dialog {
    top: 30px;
    max-height: 280px;
  }
}

.js-on .modal-display-block {
  display: block;
}

.js-on .modal-contents {
  position: relative;
  left: 0;
  top: 0;
}

.js-on .js-modal-button > button:hover,
.js-on .js-modal-button > button:focus,
.js-on .js-modal-close-button:hover,
.js-on .js-modal-close-button:focus {
  text-decoration: underline;
}

@-moz-document url-prefix() {
  .js-on .dialog .btn-add {
    margin-bottom: 20px;
    /* Firefox */
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .js-on .dialog .btn-add {
    margin-bottom: 20px;
  }
  /* IE11 */
}

.preLoader {
  display: none;
  width: 100%;
  text-align: center;
}

.loadImg {
  width: 20%;
}

.loadTxt {
  margin-top: 20px;
  width: 45%;
}

@media only screen and (max-width: 767px) {
  .loadTxt {
    width: 75%;
  }
}

/*--------------------------------------------------
    unique
--------------------------------------------------*/
.user-info ul {
  margin-left: 6px;
}

.user-info ul.notes li {
  background-image: url(/apl/common/images/mark-notes.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  margin-bottom: .2em;
  padding-left: 10px;
  list-style-type: none;
}

.user-info ul.notes {
  clear: both;
}

.user-info ul li span.notes {
  font-size: 84%;
  background-image: url(/apl/common/images/mark-notes.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 10px;
}

.user-info ul.mark li {
  font-size: 100%;
  background-image: url(/apl/common/images/mark-dot.gif);
  background-repeat: no-repeat;
  background-position: left .5em;
  padding-left: 10px;
}

.user-info ul.list li ul li {
  background-image: none;
  padding-left: 0;
}

.user-info p.shortcut {
  background-image: url(/apl/common/images/top_bg-areabox_arrow.gif);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 40px;
}

.user-info div.ratioA {
  width: 100%;
}

.user-info div.ratioA::after {
  display: block;
  clear: both;
  content: "";
}

.user-info div.ratioA div.text {
  float: left;
  width: calc(100% - 140px);
}

.user-info div.ratioA div.image {
  text-align: right;
  float: left;
  width: 140px;
}

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

.mar5 {
  margin-bottom: 5px !important;
}

.mar10 {
  margin-bottom: 10px !important;
}

.mar15 {
  margin-bottom: 15px !important;
}

.itemL {
  text-align: left !important;
}

.itemC {
  text-align: center !important;
}

.itemR {
  text-align: right !important;
}

/*--------------------------------------------------
    mypage固有のスタイル（contents_v2.css）
--------------------------------------------------*/
.box-content.box-link .hdg-wrap-01 .hdg {
  margin-bottom: 0;
}

[data-async-data-api-name="getKozaLinkInquiryInfo"] .btn-wrap .note {
  line-height: 1.1;
  margin-top: 0;
}

[data-async-data-api-name="getKozaLinkInquiryInfo"] .confirmation {
  padding: 1em 2em;
}

[data-async-data-api-name="getKozaLinkInquiryInfo"] .confirmation .icon {
  display: none;
}

[data-async-data-api-name="getKozaLinkInquiryInfo"] .confirmation.is-external .icon {
  display: inline;
}

[data-async-data-api-name="getKozaLinkInquiryInfo"] .btn-wrap.btn-wrap2 .note {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  [data-async-data-api-name="getKozaLinkInquiryInfo"] .btn-wrap.btn-wrap2 .note:first-of-type {
    margin-top: 20px;
  }
}

.box-link[data-async-data-api-name="getKozaLinkInquiryInfo"] .hdg-wrap-01 .hdg + .hdg-sup {
  margin-top: 10px;
  display: block;
}

.box-link .txt-price {
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .box-link .txt-price {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

/*--------------------------------------------------
  カードエリア（.box-user-card）固有スタイル
--------------------------------------------------*/
.box-user.box-user-card > .lyt-user {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 15px 20px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card > .lyt-user {
    padding: 20px 20px 25px;
  } 
}

@media only screen and (max-width: 767px) {
  .box-user.box-user-card .lyt-user.lyt-user-sp-reverse {
    flex-direction: column-reverse;
  }
}

.box-user.box-user-card > .lyt-user > .inner {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  flex: 1;
  width: auto;
  padding: 0;
}

.box-user.box-user-card > .lyt-user > .inner > * {
  padding: 0;
  margin: 20px 0 0 0;
}

.box-user.box-user-card > .lyt-user > .inner > *:first-child {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card > .lyt-user > .inner .img-wrap {
    max-width: 362px;
  }
}

.box-user.box-user-card .icon-present {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}

.box-user.box-user-card .icon-present::before {
  content: "";
  display: inline-block;
  background-image: url('/apl/renew/mypage/images/icon_present.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 15px;
  flex-shrink: 0;
}

.box-user.box-user-card > .lyt-user .hdg-3 {
  font-size: 14px;
}

.box-user.box-user-card > .lyt-user > .inner > .lyt-retention-point .link-wrap {
  margin-top: 12px;
}

.box-user.box-user-card > .lyt-user > .inner .lyt-table .table-data {
  margin: 0;
}

.box-user.box-user-card > .js-lead-more-detail .lyt-table {
  padding: 0 15px 15px;
}

.box-user.box-user-card .lyt-table .point-total {
  font-weight: bold;
  margin-right: 2px;
}

.box-user.box-user-card > .js-lead-more-detail .lyt-table > .table-data {
  margin: 0;
}

.box-user.box-user-card > .lyt-user > .inner .list-definition {
  border: none;
}

.box-user.box-user-card .list-definition-mail-sp {
  border: none;
}

.box-user.box-user-card  .lyt-retention-point {
  border: none;
}

.box-user.box-user-card .lyt-retention-point .totalPoint {
  display: flex;
  column-gap: 15px;
  align-items: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .lyt-retention-point .totalPoint {
    column-gap: 30px;
    align-items: flex-start;
  }
}

.box-user.box-user-card .lyt-retention-point .totalPoint .txt {
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .lyt-retention-point .totalPoint .txt {
    position: relative;
    top: -10px;
    font-size: 14px;
  }
}

.box-user.box-user-card .lyt-retention-point .totalPoint .txt .point {
  font-size: 20px;
  margin-right: 5px;
  color: #003b92;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .lyt-retention-point .totalPoint .txt .point {
    font-size: 28px;
  }
}

.box-user.box-user-card .lyt-retention-point .js-async-data-wrapper.js-no-loading.js-load-complete {
  padding: 0;
}

.box-user.box-user-card .list-definition-membership-01 .link-wrap {
  margin-top: 10px;
}

.box-user.box-user-card .membership-info-01 {
  padding: 0;
  margin-top: 20px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text {
  gap: 5px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total {
  align-items: flex-start;
  width: auto;
  margin: 0;
  text-align: initial;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .text {
  font-size: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #003b92;
  color: #fff;
  margin: 0;
  padding: 6px 4px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .text {
    font-size: 14px;
    padding: 4px 6px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .text::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-color: #003b92;
  position: absolute;
  bottom: -6px;
  left: 7px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-top: 1px solid #003b92;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .text::before {
    left: 19px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .text .number {
  font-size: 12px;
  margin-inline: 2px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .text .number {
    font-size: 16px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .text .point {
  margin-right: 2px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .text.is-hide {
  visibility: hidden;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  min-width: unset;
  margin: 16px 0 0 0;
  padding: 0 0 0 18px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .price {
    margin-top: 15px;
    padding-left: 32px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .price .number {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .price .number {
    font-size: 20px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .price .suffix {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .price .suffix {
    font-size: 14px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .price-bar {
  font-size: 10px;
  color: #999;
  margin: 18px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total .price-bar {
    font-size: 14px;
    margin-top: 15px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total .price-bar.is-hide {
  visibility: hidden;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest {
  align-items: flex-end;
  width: auto;
  margin: 0;
  text-align: initial;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .text {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: linear-gradient(#e7bd4d, #c87a00, #e7cc84);
  font-size: 10px;
  color: #fff;
  padding: 6px 4px;
  margin: 0;
  animation-name: up-down-type-02;
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .text {
    font-size: 14px;
    padding: 4px 6px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .text::before {
  content: "";
  display: inline-block;
  background-image: url('/apl/renew/mypage/images/icon_star.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
  margin-right: 4px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .text::before {
    width: 16px;
    height: 20px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .text::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-color: #e7cc84;
  position: absolute;
  bottom: -6px;
  right: 7px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-top: 1px solid #e7cc84;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .text::after {
    right: 18px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .text .number {
  font-size: 12px;
  margin-inline: 2px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .text .number {
    font-size: 16px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .text .point {
  margin-right: 2px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .price {
  margin: 16px 0 0 0;
  padding: 0 18px 0 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .price {
    margin-top: 15px;
    padding-right: 32px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .price .number {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .price .number {
    font-size: 20px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .price .suffix {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .price .suffix {
    font-size: 14px;
  } 
}

.box-user.box-user-card .membership-info-01 .membership-info-text .rest .price-bar {
  color: #999;
  margin: 18px 0 0 0;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .rest .price-bar {
    font-size: 14px;
    margin-top: 15px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper {
  position: absolute;
  top: 36px;
  width: calc(100% - 12px * 2);
  margin-left: 12px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper {
    width: calc(100% - 24px * 2);
    margin-left: 24px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-hide {
  width: calc(100% - 12px);
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-hide {
    width: calc(100% - 24px);
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-show {
  width: calc(100% - 12px);
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-show {
    width: calc(100% - 24px);
  }  
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper::before {
  content: "";
  width: 12px;
  height: 32px;
  display: block;
  border-right: 1px dashed #fff;
  position: absolute;
  left: -12px;
  background-color: #003b92;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper::before {
    width: 24px;
    height: 36px;
    left: -24px;
  }  
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-hide::before {
  width: 100%;
  left: 0;
  background-color: #6bbcf3;
  z-index: 0;
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper.is-total-show::before {
  content: unset;
}

.box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper::after {
  content: "";
  width: 12px;
  height: 32px;
  display: block;
  border-left: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  right: -12px;
  background-color: #6bbcf3;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph-wrapper::after {
    width: 24px;
    height: 36px;
    right: -24px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-graph {
  position: initial;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .box-user.box-user-card .membership-info-01 .membership-info-graph {
    height: 32px;
  }
}

.list-definition-membership-03 {
  margin-bottom: 30px;
  width: 100%;
}

.list-definition-membership-03 dd {
  margin-top: 12px;
}

.lyt-retention-point-le.js-standby {
  border-top: none;
  height: 0 !important;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point-le.js-standby {
    padding: 0 15px;
    margin-top: 0;
    display: block;
  }
}

.list-definition .lyt-retention-point-le {
  padding-bottom: 0;
}

.list-definition .lyt-retention-point-le .js-async-data-wrapper.js-no-loading.js-load-complete {
  padding-bottom: 0;
}

.list-definition .lyt-retention-point-le .totalPoint {
  display: table;
}

.list-definition .lyt-retention-point-le .totalPoint .hdg {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point-le .js-async-data-wrapper.js-no-loading.js-load-complete {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point-le {
    padding: 15px;
    border-top: solid #ebebeb 1px;
  }
}

.lyt-retention-point-le .hdg {
  color: #737373;
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point-le .hdg {
    display: inline-block !important;
  }
  .lyt-retention-point-le .hdg + .txt {
    font-size: 1.4rem;
    display: inline-block !important;
  }
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point-le .inner {
    display: flex;
    flex-wrap: no-wrap;
    align-items: center;
  }
}

.lyt-retention-point-le .inner .txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point-le .inner .txt .point {
    font-size: 2rem;
  }
}

.lyt-retention-point-le .inner .txt-sup {
  color: #003b92;
  word-break: break-all;
  background-color: #cde7f9;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .lyt-retention-point-le .inner .txt-sup {
    max-width: 256px;
    margin-top: -2px;
    margin-left: 3rem;
    padding: .5em 2em;
    animation-name: up-down;
    animation-duration: 10s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    border-radius: 2em;
  }
  .lyt-retention-point-le .inner .txt-sup::before {
    position: absolute;
    top: 50%;
    left: -16px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: "";
    border-width: 6px 20px 6px 0;
    border-style: solid;
    border-color: transparent #cde7f9 transparent transparent;
  }
}

@media only screen and (max-width: 767px) {
  .lyt-retention-point-le .inner .txt-sup {
    text-align: center;
    margin-top: 15px;
    padding: 8px;
    border-radius: 8px;
  }
}

.membership-info-01 .membership-info-text .total-hidden {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 auto 0 0;
}

.membership-info-01 .membership-info-text .total-hidden .text {
  font-size: 14px;
  line-height: 1.4;
  color: #003b92;
  display: block;
  margin-bottom: 11px;
}

.membership-info-01 .membership-info-text .total-hidden .price {
  color: #fff;
  display: block;
  margin-left: 10px;
}

.membership-info-01 .membership-info-text .total-hidden .black{
  color: #000;
  margin-bottom: 5px;
}

.membership-info-01 .membership-info-text .total-hidden .price .number {
  font-size: 20px;
  font-weight: normal;
}

.membership-info-01 .membership-info-text .total-hidden .price .suffix {
  font-size: 14px;
}

.membership-info-01 .membership-info-text .totaltime {
  font-size: 14px;
  margin-left: 13px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden {
  align-items: flex-start;
  width: auto;
  margin: 0;
  text-align: initial;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text {
  font-size: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #003b92;
  color: #fff;
  margin: 0;
  padding: 6px 4px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text {
    font-size: 14px;
    padding: 4px 6px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text::before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-color: #003b92;
  position: absolute;
  bottom: -6px;
  left: 7px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-top: 1px solid #003b92;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text::before {
    left: 19px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text .number {
  font-size: 12px;
  margin-inline: 2px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text .number {
    font-size: 16px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text .point {
  margin-right: 2px;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .text.is-hide {
  visibility: hidden;
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  min-width: unset;
  margin: 16px 0 0 0;
  padding: 0 0 0 18px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price {
    margin-top: 15px;
    padding-left: 32px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price .number {
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price .number {
    font-size: 20px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price .suffix {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price .suffix {
    font-size: 14px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price-bar {
  font-size: 10px;
  color: #999;
  margin: 18px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price-bar {
    font-size: 14px;
    margin-top: 15px;
  }
}

.box-user.box-user-card .membership-info-01 .membership-info-text .total-hidden .price-bar.is-hide {
  visibility: hidden;
}