@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 769px) {
  .banner_frex {
    display: flex;
  }

  .banner_mar {
    margin: 0 20px 0 0;
  }

  .inner.border-blue {
    border: #203d95 solid 4px;
  }

  .banner {
    margin: 1em 0 2em;
  }

  .image.small {
    max-width: 441px;
    height: auto;
    margin: 2em auto;
  }

  .content-text {
    margin: 30px 0;
  }

  .content-text p {
    line-height: 36px;
  }

  .content p.content__flex__item__note {
    max-width: 440px;
    margin: 30px auto 25px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .banner_mar_sp {
    margin: 0 0 20px;
  }

  .inner.border-blue {
    border: #203d95 solid 2px;
  }

  .banner {
    margin: 1em 0;
  }

  .image.small {
    max-width: 315px;
    height: auto;
    margin: 30px auto;
  }

  .content-text {
    margin: 25px 0;
  }

  .content-text p {
    line-height: 32px;
  }

  .content p.content__flex__item__note {
    margin: 30px 0 0;
    text-align: left;
  }
}

/* ----- */

#pt-merge {
  padding: 0 0 40px;
  background: #f1f1f1;
  border-bottom: 1px solid #d1d1d6;
}

#pt-merge .subject {
  padding: 45px 0 30px;
  border-bottom: 1px solid #eee;
}

#pt-merge .subject .subject__name__title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #203d95;
  text-align: center;
}

#pt-merge .content {
  margin: 48px auto 0;
}

#pt-merge .content .inner {
  max-width: 960px;
  padding: 40px 190px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#pt-merge .content .inner.sp {
  display: none;
}

#pt-merge .content .inner + .inner {
  margin: 24px auto 0;
}

#pt-merge .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

#pt-merge .content p span {
  font-weight: 700;
  color: #074098;
}

#pt-merge .content p br.sp {
  display: none;
}

#pt-merge .content p.center {
  text-align: center;
}

#pt-merge .content .inner p.mb-0 {
  margin-bottom: 0;
}

#pt-merge .content .inner p.small {
  font-size: 14px;
}

#pt-merge .content.step-1 p {
  margin: 0 0 55px;
}

#pt-merge .content.step-2 img {
  width: 350px;
  margin: 32px auto;
}

#pt-merge .content.step-1 .inner #pt-merge .content.step-2 .inner {
  position: relative;
}

#pt-merge .content .step-number {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 80px;
  height: 80px;
  padding: 18px 0 0;
  color: #fff;
  text-align: center;
  background: #203d95;
  border-radius: 999px;
}

#pt-merge .content .step-number span {
  display: block;
  font-weight: 700;
  line-height: 1;
}

#pt-merge .content .step-number span:nth-of-type(1) {
  font-size: 16px;
}

#pt-merge .content .step-number span:nth-of-type(2) {
  font-size: 36px;
}

#pt-merge .content .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 74px;
  margin: 24px 0 0;
  background: #f7f8fa;
  border-radius: 10px;
}

#pt-merge .content .detail p {
  order: 1;
  padding: 0 52px 0 0;
  margin: 0;
  font-size: 14px;
}

#pt-merge .content .detail img {
  order: 2;
  width: 168px;
}

#pt-merge .content-button {
  margin: 20px 0 0;
}

#pt-merge .content-button__list-app {
  display: flex;
  gap: 20px;
  justify-content: center;
}

#pt-merge .content-button__list-app__item img {
  height: 55px;
}

#pt-merge .list-style-A,
#pt-merge .list-style-B {
  display: flex;
  align-items: flex-start;
}

#pt-merge .list-style-A.large,
#pt-merge .list-style-B.large {
  display: block;
}

#pt-merge .list-style-A.large p,
#pt-merge .list-style-B.large p {
  text-align: center;
}

#pt-merge .list-style-A {
  margin-bottom: 10px;
}

#pt-merge .list-style-B {
  margin-bottom: 35px;
}

#pt-merge .list-style-item {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  font-weight: 700;
  line-height: calc(32px - 2px);
  color: #203d95;
  text-align: center;
  border: 1px solid #203d95;
  border-radius: 99px;
}

#pt-merge .large .list-style-item {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: calc(48px - 2px);
}

#pt-merge .content .button {
  margin: 32px auto;
}

#pt-merge .content .button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  font-size: 16px;
  font-weight: bold;
  color: #003f98;
  text-align: center;
  background: #fff;
  border: 2px solid #203d95;
  border-radius: 5px;
}

#pt-merge .content .button a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 400ms ease;
}

#pt-merge .content .button a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  background: url(/assets/img/header/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  #pt-merge .subject {
    padding: 25px 0 20px;
  }

  #pt-merge .subject .subject__name__title {
    display: block;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
    color: #203d95;
    text-align: center;
  }

  #pt-merge .content .inner {
    width: calc(100% - 32px);
    padding: 48px 16px;
  }

  #pt-merge .content .inner.sp {
    display: block;
  }

  #pt-merge .content .inner:nth-of-type(n + 2) {
    padding: 26px 16px;
  }

  #pt-merge .content p br.sp {
    display: block;
  }

  #pt-merge .content p.center {
    text-align: left;
  }

  #pt-merge .content.step-1 p {
    margin: 0 0 47px;
  }

  #pt-merge .content .step-number {
    top: -30px;
    left: -8px;
    width: 64px;
    height: 64px;
    padding: 16px 0 0;
  }

  #pt-merge .content .step-number span:nth-of-type(1) {
    font-size: 12px;
  }

  #pt-merge .content .step-number span:nth-of-type(2) {
    font-size: 28px;
  }

  #pt-merge .content .detail {
    display: block;
    padding: 16px;
    margin: 24px 0 0;
    border-radius: 10px;
  }

  #pt-merge .content .detail p {
    padding: 0;
    margin: 16px 0 0;
    font-size: 14px;
  }

  #pt-merge .content .detail img {
    width: 182px;
  }

  #pt-merge .content.step-2 img {
    width: 182px;
    margin: 24px auto;
  }

  #pt-merge .list-style-A p,
  #pt-merge .list-style-B p {
    width: calc(100% - 32px - 0.5em);
  }

  #pt-merge .list-style-A.large,
  #pt-merge .list-style-B.large {
    display: flex;
    align-items: center;
  }

  #pt-merge .list-style-A.large p,
  #pt-merge .list-style-B.large p {
    width: calc(100% - 48px - 0.5em);
    text-align: left;
  }

  #pt-merge .large .list-style-item {
    position: relative;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: calc(48px - 2px);
  }
}

#pt-merge .recommend .content {
  margin-top: 16px;
}

#pt-merge .recommend .content .inner {
  padding: 40px 20px;
}

.recommend .recommend__title {
  margin: 32px 0 16px;
  text-align: center;
}

.recommend .recommend__title span {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.recommend .recommend__title span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.4em;
  width: 1em;
  height: 1px;
  margin: auto;
  content: "";
  background: #333;
  transform: rotate(60deg);
}

.recommend .recommend__title span::after {
  position: absolute;
  top: 0;
  right: -1.3em;
  bottom: 0;
  width: 1em;
  height: 1px;
  margin: auto;
  content: "";
  background: #333;
  transform: rotate(-60deg);
}

.recommend .recommend-list {
  display: flex;
  align-items: flex-start;
}

.recommend-item {
  position: relative;
  width: 50%;
  padding: 0 32px;
}

.recommend-item .recommend-item__image {
  margin: auto;
}

.recommend-item .recommend-item__image::before {
  position: absolute;
  left: 20px;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url(../img/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.recommend-item:nth-of-type(2) {
  border-left: 1px solid #c6c6c6;
}

.recommend-item:nth-of-type(1) .recommend-item__image {
  max-width: 146px;
}

.recommend-item:nth-of-type(2) .recommend-item__image {
  max-width: 177px;
}

#pt-merge .recommend-item .recommend-item__text {
  margin-top: 16px;
}

#pt-merge .recommend-item:nth-of-type(1) .recommend-item__text {
  text-align: center;
}

.recommend-item__note {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
  color: #247600;
  border: 1px solid #6ebc4b;
}

@media screen and (max-width: 768px) {
  #pt-merge .recommend .content .inner {
    padding: 16px;
  }

  .recommend .recommend__title {
    margin: 16px 0;
    text-align: center;
  }

  .recommend .recommend-list {
    display: block;
  }

  .recommend-item {
    position: relative;
    width: 100%;
    padding: 16px;
  }

  .recommend-item:nth-of-type(2) {
    border-top: 1px solid #c6c6c6;
    border-left: none;
  }

  .recommend-item .recommend-item__image {
    position: initial;
  }

  .recommend-item:nth-of-type(1) .recommend-item__image {
    max-width: 106px;
  }

  .recommend-item:nth-of-type(2) .recommend-item__image {
    max-width: 137px;
  }

  .recommend-item .recommend-item__image::before {
    left: 10px;
    width: 44px;
    height: 45px;
    margin: auto;
  }

  #pt-merge .recommend-item .recommend-item__text {
    font-size: 12px;
    line-height: 18px;
  }

  .recommend-item__note {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .inner-element + .inner-element {
    margin-top: 32px;
  }

  .inner-element .inner-element-title {
    padding-top: 32px;
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .inner-element + .inner-element {
    margin-top: 23px;
  }

  .inner-element .inner-element-title {
    padding-top: 25px;
    font-size: 20px;
    font-weight: bold;
  }
}
