/*--------------------------------------------------
    common modules
--------------------------------------------------*/
/* ----- Heading ----- */
.hdg-A,
.hdg-C {
  font-size: 2rem;
  margin-top: 40px;
}

.hdg-A > span,
.hdg-C > span {
  display: block;
  max-width: 1004px;
  margin: 0 auto;
  padding: 16px 10px;
}

@media only screen and (max-width: 767px) {
  .hdg-A > span,
  .hdg-C > span {
    width: 100%;
    min-width: inherit;
  }
}

.hdg-A {
  color: #fff;
  background-color: #003b92;
}

.hdg-A.change {
  background: #69ab57;
  background: linear-gradient(#69ab57 0, #44962e 100%);
}

.hdg-A.statement > span::before {
  vertical-align: middle;
  background: url(/apl/renew/mypage/images/icon_statement.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 23px;
  padding-right: 10px;
  content: "";
}

.hdg-A.point > span::before {
  vertical-align: middle;
  background: url(/apl/renew/mypage/images/icon_point.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 10px;
  content: "";
}


@media only screen and (max-width: 767px) {
  .hdg-A {
    font-size: 2.1rem;
  }
}

.hdg-C {
  color: #000;
  background-color: #d9d9d9;
}

.hdg-C.attention > span::before, .hdg-C.question > span::before {
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 10px;
  content: "";
}

.hdg-C.attention > span::before {
  background-image: url(/apl/renew/mypage/images/icon_attention.png);
}

.hdg-C.question > span::before {
  background-image: url(/apl/renew/mypage/images/icon_question.png);
}

.hdg-B {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.35;
  margin-top: 30px;
  padding-bottom: .25em;
  padding-left: .25em;
  border-bottom: solid #ddd 1px;
}

.hdg-2A,
.hdg-2B,
.box-content .hdg-wrap .hdg,
.box-content .hdg-wrap-01 .hdg {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 5px;
}

.hdg-2A,
.box-content .hdg-wrap .hdg,
.box-content .hdg-wrap-01 .hdg {
  border-left: solid 5px #1890ea;
}

.hdg-2B {
  border-left: solid 5px #999;
}

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

.hdg-3,
.list-definition-img dt,
.list-definition-membership-01 dt,
.list-definition-membership-02 dt {
  line-height: 1;
  color: #737373;
  padding: 2px 0 2px 6px;
  border-left: 5px solid #999;
}

.hdg-3,
.list-definition-img dt,
.list-definition-membership-02 dt {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .hdg-3,
  .list-definition-img dt,
  .list-definition-membership-02 dt {
    font-size: 1.225rem;
    color: #737373;
    padding: 3px 0 3px 6px;
  }
}

/* ----- Button ----- */
.btn-01 {
  font-size: 1.4rem;
  text-align: center;
  width: 220px;
  width: 18.715em;
  padding: 1em .25em;
  border-radius: 2.5em;
  display: inline-block;
}

.btn-blue,
.btn-link a,
.list-btn-01 > li > a,
.lyt-col1 .list-btn-01 > li > a,
.list-btn-2A > li a.confirmation {
  color: #fff;
  background: #0575d0;
  background: linear-gradient(#358fd9 0%, #0575d0 100%);
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active,
.btn-link a:hover,
.btn-link a:focus,
.btn-link a:active,
.list-btn-01 > li > a:hover,
.list-btn-01 > li > a:focus,
.list-btn-01 > li > a:active,
.lyt-col1 .list-btn-01 > li > a:hover,
.lyt-col1 .list-btn-01 > li > a:focus,
.lyt-col1 .list-btn-01 > li > a:active,
.list-btn-2A > li a.confirmation:hover,
.list-btn-2A > li a.confirmation:focus,
.list-btn-2A > li a.confirmation:active {
  text-decoration: none;
  opacity: .8;
}

.btn-green,
.btn-add a,
.list-btn-2A > li a,
.list-btn-01 > li:nth-child(2n) > a,
.lyt-col1 .list-btn-01 > li:nth-child(2n) > a,
.list-btn-2A > li a {
  color: #fff;
  background: #69ab57;
  background: linear-gradient(#69ab57 0, #44962e 100%);
}

.btn-green:hover, .btn-green:focus, .btn-green:active,
.btn-add a:hover,
.btn-add a:focus,
.btn-add a:active,
.list-btn-2A > li a:hover,
.list-btn-2A > li a:focus,
.list-btn-2A > li a:active,
.list-btn-01 > li:nth-child(2n) > a:hover,
.list-btn-01 > li:nth-child(2n) > a:focus,
.list-btn-01 > li:nth-child(2n) > a:active,
.lyt-col1 .list-btn-01 > li:nth-child(2n) > a:hover,
.lyt-col1 .list-btn-01 > li:nth-child(2n) > a:focus,
.lyt-col1 .list-btn-01 > li:nth-child(2n) > a:active,
.list-btn-2A > li a:hover,
.list-btn-2A > li a:focus,
.list-btn-2A > li a:active {
  text-decoration: none;
  opacity: .8;
}

/* ----- structure ----- */
.str-inner > p {
  margin-top: 20px;
}

.str-wrap {
  background: #fff;
  padding: 1px 0 20px;
}

.str-wrap > *:first-child {
  margin-top: 0;
}

.str-wrap + * {
  margin-top: 0 !important;
}

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

/* ----- heading ----- */
.hdg-H1 {
  font-size: 2.4rem;
  background-color: #ebebeb;
  overflow-wrap: anywhere
}

.hdg-H1:not(:first-child) {
  margin-top: 40px;
}

.hdg-H1 > span {
  display: block;
  max-width: 1004px;
  margin: 0 auto;
  padding: 16px 10px;
}

.hdg-H1 + .hdg-H2,
.hdg-H1 + .tab-list-01 {
  margin-top: 0;
}

.hdg-H1 + .js-tab-change-wrapper .tab-list-01 {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .hdg-H1 {
    font-size: 2.1rem;
  }
  .hdg-H1 > span {
    padding: 19.5px 10px;
  }
}

.section-contents > .hdg-H1:first-child {
  margin-top: -23px;
}

.hdg-H2,
.hdg-H2-type-01 {
  font-size: 2rem;
  margin-top: 40px;
}

.hdg-H2 + *,
.hdg-H2-type-01 + * {
  margin-top: 20px;
}

.hdg-H2 > span,
.hdg-H2-type-01 > span {
  display: block;
  max-width: 1004px;
  margin: 0 auto;
  padding: 16px 10px;
}

@media only screen and (max-width: 767px) {
  .hdg-H2 > span,
  .hdg-H2-type-01 > span {
    width: 100%;
    min-width: inherit;
  }
}

.hdg-H2 {
  color: #fff;
  background-color: #003b92;
}

.hdg-H2.change {
  background: #69ab57;
  background: linear-gradient(#69ab57 0, #44962e 100%);
}

.hdg-H2.statement > span::before {
  vertical-align: middle;
  background: url(/apl/renew/common/images/icon_statement.png) no-repeat;
  display: inline-block;
  width: 18px;
  height: 23px;
  padding-right: 10px;
  content: "";
}

.hdg-H2.point > span::before {
  vertical-align: middle;
  background: url(/apl/renew/common/images/icon_point.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 10px;
  content: "";
}


@media only screen and (max-width: 767px) {
  .hdg-H2 {
    margin-top: 30px;
    font-size: 2.1rem;
  }
}

.hdg-H2-type-01 {
  color: #000;
  background-color: #d9d9d9;
}

.hdg-H2-type-01.attention > span::before, .hdg-H2-type-01.question > span::before {
  background-repeat: no-repeat;
  vertical-align: sub;
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-right: 10px;
  content: "";
}

.hdg-H2-type-01.attention > span::before {
  background-image: url("/apl/renew/common/images/icon_attention.png");
}

.hdg-H2-type-01.question > span::before {
  background-image: url("/apl/renew/common/images/icon_question.png");
}

@media only screen and (max-width: 767px) {
  .hdg-H2-type-01 {
    margin-top: 30px;
  }
}

.hdg-H3,
.hdg-H3-type-01 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-left: 5px;
  border-left: solid 5px #1890ea;
  margin-top: 30px;
}

.hdg-H3:first-child,
.hdg-H3-type-01:first-child {
  margin-top: 0;
}

/* ----- image ----- */
.img-wrap {
  margin-top: 20px;
}

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

/* ----- box ----- */
.box-section {
  margin-top: 20px;
}

.box-section > .inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px -1px #555;
  padding: 20px;
  overflow: hidden;
}

.box-section > .inner > .box-btn-more {
  margin: 0 -20px;
}

.box-section > .inner > .box-btn-more:last-child {
  margin-bottom: -20px;
}

.box-section > .inner > .box-btn-more > a {
  padding: 1em;
}

.box-section > .inner p {
  margin-top: 20px;
}


.box-section > .inner > *:first-child {
  margin-top: 0;
}

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

.box-section.space-01 > .inner {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .box-section > .inner {
    padding: 20px 12px;
  }
  .box-section > .inner > .box-btn-more {
    margin: 0 -12px;
  }
  .box-section > .inner > .box-btn-more > a:hover > span {
    text-decoration: none;
    opacity: 0.8;
  }
  .box-section > .inner > .hr-box {
    margin-left: -12px;
    margin-right: -12px;
  }
  .box-section > .inner > p {
    margin-top: 1em;
  }
}

/* ----- list ----- */
.list-mark {
  margin-top: 20px;
}

.list-mark > li {
  padding-left: 1.5em;
  position: relative;
}

.list-mark > li:not(:first-child) {
  margin-top: 0.5em;
}

.list-mark > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-mark.margin-0 {
  margin-top: 0;
}

.list-mark.margin-0 > li {
  margin-top: 0;
}

.list-notice {
  margin-top: 20px;
  color: #737373;
}

.list-notice > li {
  padding-left: 1.5em;
  position: relative;
}

.list-notice > li:not(:first-child) {
  margin-top: 0.5em;
}

.list-notice > li > .mark {
  position: absolute;
  top: 0;
  left: 0;
}

.list-notice.color-01 {
  color: inherit;
}

.list-notice.em-2 > li {
  padding-left: 2.5em;
}

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

.list-dot {
  margin-top: 20px;
}

.list-dot > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}

.list-dot > li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.list-dot > li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 6px;
}

.list-dot.no-line > li {
  border: none;
  padding-bottom: 0;
}

.list-dot-type-01 {
  margin-top: 20px;
}

.list-dot-type-01 > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}

.list-btn-anchor {
  text-decoration: none;
}

.list-btn-anchor > li:not(:first-child) {
  margin-top: 10px;
}

.list-btn-anchor > li > a {
  display: block;
  color: #fff;
  border-radius: 4px;
  padding: 14px 10px;
  position: relative;
  font-size: 1.225rem;
  background: #003b92;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.list-btn-anchor > li > a:after {
  transform: rotate(45deg);
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  border-bottom: solid #fff 1px;
  border-right: solid #fff 1px;
  position: absolute;
  top: 50%;
  right: 10px;
  opacity: 0.5;
  margin-top: -6px;
}

.link-wrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .link-wrap {
    margin-top: 1em;
  }
}

.link-banner {
  margin-top: 20px;
}

.link-banner > a {
  display: block;
}

.link-banner > a > img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .link-banner {
    margin-top: 1em;
  }
}

.link-icon {
  margin-top: 20px;
}

.link-icon > a {
  display: inline-block;
}

.link-icon > a > .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.link-icon.ta-r > a > .icon {
  margin-right: 0;
  margin-left: 4px;
}

.link-inline {
  display: inline-block;
  color: #008eed;
}

.link-inline: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;
  position: relative;
  top: -1px;
}

.link-inline > span {
  display: inline-block;
}

.link-inline > .icon > img {
  position: relative;
  top: -1px;
}

.link-inline:hover {
  text-decoration: none;
}

.link-inline:hover > span {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .link-inline > span {
    display: inline;
  }
  .link-inline:hover > span {
    opacity: 0.8;
    text-decoration: none;
  }
}

.link-anchor a {
  display: inline-block;
  text-decoration: none;
  color: #008eed;
}

.link-anchor a:after {
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-left: .5em;
  content: "";
  border-bottom: solid #008eed 1px;
  border-right: solid #008eed 1px;
  position: relative;
  top: -3px;
}

/* ----- button ----- */
.btn-01 > img.icon[src*="icon_blank_02.png"] {
  position: relative;
  top: -5px;
}

/* ----- adjust ----- */
.ta-c {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .sp-ta-c {
    text-align: center !important;
  }
}

/*--------------------------------------------------

キャンペーンリニューアル時追加

--------------------------------------------------*/
/*汎用*/

.copyright-text {
  text-align: right;
  font-size: 1.2rem;
}

.br-sp {
  display:none;
}

.mt0 {
  margin-top: 0px;
}

.text-red {
  color: #c32c24;
}

.text-bold {
  font-weight: bold;
}


/*リンク縦積み時マージン減少*/
div.link-wrap + div.link-wrap,
div.link-icon + div.link-wrap,
p.link-anchor + div.link-wrap,
ul.link-list + div.link-wrap,
div.link-wrap + div.link-icon,
div.link-icon + div.link-icon,
p.link-anchor + div.link-icon,
ul.link-list + div.link-icon,
div.link-wrap + p.link-anchor,
div.link-icon + p.link-anchor,
p.link-anchor + p.link-anchor,
ul.link-list + p.link-anchor,
div.link-wrap + ul.link-list,
div.link-icon + ul.link-list,
p.link-anchor + ul.link-list, 
ul.link-list + ul.link-list {
  margin-top:7px;
}

@media only screen and (max-width: 767px) {
  /*リンク縦積み時マージン減少*/
  div.link-wrap + div.link-wrap,
  div.link-icon + div.link-wrap,
  p.link-anchor + div.link-wrap,
  ul.link-list + div.link-wrap,
  div.link-wrap + div.link-icon,
  div.link-icon + div.link-icon,
  p.link-anchor + div.link-icon,
  ul.link-list + div.link-icon,
  div.link-wrap + p.link-anchor,
  div.link-icon + p.link-anchor,
  p.link-anchor + p.link-anchor,
  ul.link-list + p.link-anchor,
  div.link-wrap + ul.link-list,
  div.link-icon + ul.link-list,
  p.link-anchor + ul.link-list, 
  ul.link-list + ul.link-list {
    margin-top:10px;
  }
}


/* アコーディオン */

.confirm-list-01.no-line{
  margin-top: 20px;
}

.confirm-list-01 .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.confirm-list-01.no-line .item {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.confirm-list-01 .item .item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.6rem;
}

.confirm-list-01 .item .item-more {
  width: 100%;
}

.confirm-list-01 .item .item-more > *:first-child {
  margin-top: 10px;
}

.confirm-list-01 .item .toggle {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin-left: 10px;
  overflow: hidden;
  background: #003b92;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
}

.confirm-list-01 .item .toggle::before,
.confirm-list-01 .item .toggle::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
}

.confirm-list-01 .item .toggle::before {
  top: 50%;
  right: 0;
  left: 7px;
  height: 1px;
  margin-top: -1px;
}

.confirm-list-01 .item .toggle::after {
  top: 7px;
  left: 50%;
  width: 1px;
  margin-left: -1px;
}

.confirm-list-01 .item .toggle > span {
  display: inline-block;
  display: none;
  position: relative;
  z-index: -1;
}

.confirm-list-01 .item.is-open .toggle {
  background: #d9d9d9;
}

.confirm-list-01 .item.is-open .toggle::before {
  background: #008eed;
}

.confirm-list-01 .item.is-open .toggle::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .confirm-list-01 + .button-wrap {
    margin-top: 20px;
  }

  .confirm-list-01 .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .confirm-list-01 .item .item-title {
    font-size: 1.4rem;
  }
}

/*フローティングボタン*/

.link-inline > span {
  display: inline;
}

/*tel*/
div.link-tel{
  margin-top: 5px !important;
  font-size: 1.9rem;
}
.tel_txt{
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  div.link-tel{
    font-size: 1.725rem;
  }
  .tel_txt{
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
	.link-tel{
		cursor: text;
		pointer-events: none;
	}
}
.link-tel a::after{
  content: none;
}

/*PC時目次横並び*/
@media screen and (min-width: 768px) {
  .link-wrap--abreast{
    display: inline-block;
  }
  div.link-wrap + div.link-wrap--abreast{
    margin-left: 15px;
  }
}
/*注記下リンク*/
.link-wrap_caution{
  padding-left: 1.5em;
  margin-top: 0.5em;
}