.plan-wrap {
  margin: 0 0 5rem;
  position: relative;
}

@media screen and (min-width: 960px) {
  .plan-wrap {
    margin: 0 -1.5rem 4rem;
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .plan-wrap--one {
    width: 50%;
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-wrap--one + .plan-wrap--one {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-wrap--one + .plan-wrap--one {
    margin-top: 6rem;
  }
}

.plan-wrap--inner {
  padding: 3rem 1.5rem 3rem;
  background: #fff;
  border: .1rem solid #bce2fa;
  border-radius: 1rem;
  box-shadow: 0 .3rem 1rem #dedede;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-wrap--inner {
    padding: 4rem 1.5rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-wrap--inner {
    padding: 4rem 1.5rem 3rem;
  }
}

@media screen and (min-width: 960px) {
  .plan-wrap--inner .plan-wrap--notice {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-wrap--inner .plan-wrap--notice {
    width: 100%;
    display: block;
    margin: 2.5rem 0 0;
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-wrap--inner .plan-wrap--notice {
    width: 100%;
    display: block;
    margin: 2.5rem 0 0;
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}

.plan-wrap--inner .plan-wrap--app {
  width: 100%;
  max-width: 37.5rem;
  margin: 2.5rem auto 0;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-wrap--inner .plan-wrap--app {
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .plan-wrap--inner .plan-wrap--app {
    padding: 1.2rem;
    font-size: 1.7rem;
  }
}

.plan-wrap--notice {
  width: calc( 100% - 7.8rem);
  padding: 2rem;
  background: #fff;
  border: .2rem solid #cc0000;
  font-weight: 700;
  font-size: 2rem;
  color: #cc0000;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .plan-wrap--notice {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .plan-wrap--notice {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .plan-wrap--notice {
    display: none;
  }
}

#plan01 .img {
  width: 24rem;
  height: 15rem;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #plan01 .img {
    width: 24.7rem;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 767px) {
  #plan01 .img {
    width: 24.7rem;
    margin: 0 auto 3rem;
  }
}

#plan01 .place.sell {
  margin: 0 0 2rem;
}

#plan01 .place.sell .num {
  color: #000;
}

#plan02 .img {
  width: 28rem;
  height: 15rem;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #plan02 .img {
    width: 30rem;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 767px) {
  #plan02 .img {
    width: 30rem;
    margin: 0 auto 3rem;
  }
}

#plan02 .place.sell {
  margin: 0 0 2rem;
}

#plan02 .place.sell .num {
  color: #000;
}

#plan01 .ttl-type--06 span,
#plan02 .ttl-type--06 span {
  margin: 0 0 1rem;
  font-size: 2rem;
}

#plan01 .box-type--02,
#plan02 .box-type--02 {
  width: 37.2rem;
  margin: 0 auto 3.5rem;
  padding: 3rem 4rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #plan01 .box-type--02,
  #plan02 .box-type--02 {
    width: 100%;
    margin: 0 auto 3.5rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #plan01 .box-type--02,
  #plan02 .box-type--02 {
    width: 100%;
    margin: 0 auto 3.5rem;
    padding: 2rem;
  }
}

#plan01 .check-list li,
#plan02 .check-list li {
  padding: 0 0 0 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #plan01 .check-list li,
  #plan02 .check-list li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  #plan01 .check-list li,
  #plan02 .check-list li {
    font-size: 1.6rem;
  }
}

#plan01 .check-list li:before,
#plan02 .check-list li:before {
  display: block;
  content: "";
  width: 1.9rem;
  height: 1.4rem;
  background: url("../../images/plan/icn_check_b.c1e42d3a9518.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#plan01 .check-list li + li,
#plan02 .check-list li + li {
  margin: 2.5rem 0 0;
}

#plan01 .place,
#plan02 .place {
  margin: 0 0 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
}

#plan01 .place .label,
#plan02 .place .label {
  width: 5.2rem;
  height: 5.2rem;
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bce2fa;
  border-radius: 100%;
  font-size: 1.6rem;
  line-height: 1;
}

#plan01 .place .num,
#plan02 .place .num {
  margin-right: 1rem;
  font-size: 4.7rem;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #plan01 .place .num,
  #plan02 .place .num {
    margin-right: .8rem;
    font-size: 4.7rem;
  }
}

@media screen and (max-width: 767px) {
  #plan01 .place .num,
  #plan02 .place .num {
    margin-right: .8rem;
    font-size: 4.7rem;
  }
}

#plan01 .place .txt,
#plan02 .place .txt {
  font-size: 1.9rem;
}

#plan01 .place .txt .zei,
#plan02 .place .txt .zei {
  display: block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}

#plan01 .place-credit,
#plan02 .place-credit {
  font-size: 1.8rem;
  text-align: center;
}

#plan01 .place-credit .note,
#plan02 .place-credit .note {
  font-size: 1.6rem;
}

#plan01 .place-credit .num,
#plan02 .place-credit .num {
  font-weight: 700;
  font-size: 2.4rem;
  color: #cc0000;
}

#plan01 .place-credit .num small,
#plan02 .place-credit .num small {
  font-size: 1.6rem;
}

.txt-emp--01 {
  margin: 0 0 1.5rem;
  text-align: center;
}

.txt-emp--01 span {
  padding: 0 2.5rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #cc0000;
  position: relative;
}

.txt-emp--01 span:before, .txt-emp--01 span:after {
  display: block;
  content: "";
  height: 1.9rem;
  border-left: .1rem solid #cc0000;
  position: absolute;
  top: 50%;
}

.txt-emp--01 span:before {
  left: 0;
  transform: translateY(-50%) rotate(-37deg);
}

.txt-emp--01 span:after {
  right: 0;
  transform: translateY(-50%) rotate(37deg);
}

.pick-txt {
  margin: 0 0 1.5rem;
  text-align: center;
}

.pick-txt span {
  padding: 0 1.3rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .pick-txt span {
    padding: 0 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .pick-txt span {
    padding: 0 2.1rem;
  }
}

.pick-txt span:before, .pick-txt span:after {
  display: block;
  content: "";
  width: .1rem;
  height: 2rem;
  background: #000;
  position: absolute;
  top: .2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .pick-txt span:before, .pick-txt span:after {
    width: .1rem;
    height: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .pick-txt span:before, .pick-txt span:after {
    width: .1rem;
    height: 3.8rem;
  }
}

.pick-txt span:before {
  left: 0;
  transform: rotate(-32deg);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .pick-txt span:before {
    transform: rotate(-28deg);
  }
}

@media screen and (max-width: 767px) {
  .pick-txt span:before {
    transform: rotate(-28deg);
  }
}

.pick-txt span:after {
  right: 0;
  transform: rotate(-144deg);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .pick-txt span:after {
    transform: rotate(-148deg);
  }
}

@media screen and (max-width: 767px) {
  .pick-txt span:after {
    transform: rotate(-148deg);
  }
}

.intro-box--01 {
  margin: 0 0 3rem;
  padding: 2rem 2rem 2rem 3rem;
  background: #f5f8f8;
  border-radius: .6rem;
}

@media screen and (min-width: 960px) {
  .intro-box--01 {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--01 {
    margin: 0 0 2rem;
    padding: 3rem 1.5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--01 {
    margin: 0 0 2rem;
    padding: 3rem 1.5rem 2rem;
  }
}

.intro-box--01 + .intro-box--01 {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--01 + .intro-box--01 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--01 + .intro-box--01 {
    margin-top: 2rem;
  }
}

.intro-box--01--ttl {
  width: 16rem;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--01--ttl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--01--ttl {
    width: 100%;
  }
}

.intro-box--01--desc {
  flex: 1;
  margin: 0 0 0 2.5rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--01--desc {
    margin: 3rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--01--desc {
    margin: 3rem 0 0;
  }
}

.intro-box--01--desc p + p {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--01--desc p + p {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--01--desc p + p {
    margin-top: 1.5rem;
  }
}

.intro-box--02 {
  min-height: 14.5rem;
  margin: 0 0 4rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8f8;
  border-radius: .6rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02 {
    min-height: 10rem;
    margin: 0 0 3rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02 {
    min-height: 10rem;
    margin: 0 0 3rem;
    padding: 1.5rem;
  }
}

.intro-box--02--one {
  margin: 0 3rem;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02--one {
    margin: 0 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02--one {
    margin: 0 1.75rem;
  }
}

.intro-box--02--one--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-box--02--one--img img {
  width: 100%;
  height: auto;
}

.intro-box--02--one#intro01 .intro-box--02--one--img {
  width: 8.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02--one#intro01 .intro-box--02--one--img {
    width: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02--one#intro01 .intro-box--02--one--img {
    width: 6rem;
  }
}

.intro-box--02--one#intro02 .intro-box--02--one--img {
  width: 10.2rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02--one#intro02 .intro-box--02--one--img {
    width: 7.4rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02--one#intro02 .intro-box--02--one--img {
    width: 7.4rem;
  }
}

.intro-box--02--one#intro03 .intro-box--02--one--img {
  width: 11rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02--one#intro03 .intro-box--02--one--img {
    width: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02--one#intro03 .intro-box--02--one--img {
    width: 8rem;
  }
}

.intro-box--02--one--ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  position: relative;
  word-break: keep-all;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .intro-box--02--one--ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .intro-box--02--one--ttl {
    font-size: 1.4rem;
  }
}

#intro01 .intro-box--01--ttl:after {
  display: block;
  content: "";
  width: 10.6rem;
  height: 7.8rem;
  background: url("../../images/plan/bg_contacts_01.a03938246ab4.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #intro01 .intro-box--01--ttl:after {
    width: 7.4rem;
    height: 5.4rem;
  }
}

@media screen and (max-width: 767px) {
  #intro01 .intro-box--01--ttl:after {
    width: 7.4rem;
    height: 5.4rem;
  }
}

#intro02 .intro-box--01--ttl:after {
  display: block;
  content: "";
  width: 11.4rem;
  height: 8.7rem;
  background: url("../../images/plan/bg_mail_01.d33dec8720b8.png") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  #intro02 .intro-box--01--ttl:after {
    width: 7.9rem;
    height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  #intro02 .intro-box--01--ttl:after {
    width: 7.9rem;
    height: 6rem;
  }
}

.aside {
  margin: 8rem 0 0;
  padding: 0 1.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside {
    margin: 5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .aside {
    margin: 5rem 0 0;
  }
}

.aside .inner {
  max-width: 68rem;
  margin: 0 auto;
  padding: 3.5rem 1.5rem;
  background: #f8f8f8;
}

.aside .inner .ttl {
  margin: 0 0 2.5rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside .inner .ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .aside .inner .ttl {
    font-size: 1.8rem;
  }
}

.aside .inner .link {
  text-align: center;
}

.aside .inner .link a {
  font-size: 1.8rem;
  color: #277aa0;
  text-decoration: underline;
}

.aside .inner .link a:hover {
  text-decoration: none;
}

.aside .inner .link + .ttl {
  margin: 7rem 0 3rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside .inner .link + .ttl {
    margin: 6rem 0 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .aside .inner .link + .ttl {
    margin: 6rem 0 2.5rem;
  }
}

.aside .inner .btn-list {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside .inner .btn-list {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .aside .inner .btn-list {
    margin: 0;
  }
}

.aside .inner .btn-list li {
  margin: 0 1.5rem 2.5rem;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside .inner .btn-list li {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .aside .inner .btn-list li {
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .aside .inner .btn-list li + li {
    margin: 2.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .aside .inner .btn-list li + li {
    margin: 2.5rem 0 0;
  }
}
