@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	common
================================================== */
section {
  padding-top: 13.33vw;
  padding-bottom: 13.33vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
section h2 {
  font-weight: normal;
  text-align: center;
  font-size: 4.7988vw;
  margin-bottom: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
/* ========== end △ */
section h2 span {
  font-style: italic;
  display: block;
  color: #275562;
  font-size: 3.4658vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  section h2 span {
    font-size: 1.6rem;
  }
}
/* ========== end △ */

.bg {
  background: #95B1B9;
}

.bg02 {
  background: #B6AF9B;
}

/* ==================================================
	anchor_links
================================================== */
.anchor_links {
  margin-top: 7.998vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links::after {
    content: "";
    width: 24%;
    display: block;
  }
}
/* ========== end △ */
.anchor_links div {
  width: 48.5%;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links div {
    width: 24%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links div:nth-child(1) {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links div:nth-child(1) a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links div:nth-child(n+2) {
    margin-top: 2.666vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links div:nth-child(n+5) {
    margin-top: 20px;
  }
}
/* ========== end △ */
.anchor_links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.999vw 2.666vw 3.999vw 2.666vw;
  border: solid 1px #222222;
  font-size: 3.4658vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links a {
    font-size: 1.4rem;
    padding: 20px;
  }
}
/* ========== end △ */
.anchor_links a::after {
  content: "";
  background: url(../plan/images/ico_arrow.png);
  background-size: 10px auto;
  width: 10px;
  height: 12px;
  position: absolute;
  right: 8px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links a::after {
    right: 15px;
  }
}
/* ========== end △ */
.anchor_links a span {
  margin-right: 0.5332vw;
  font-size: 3.1992vw;
  color: #275562;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .anchor_links a span {
    padding-top: 0.5332vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .anchor_links a span {
    font-size: 1.3rem;
    margin-right: 5px;
  }
}
/* ========== end △ */

/* ==================================================
	plan
================================================== */
.head {
  padding-top: 7.998vw;
  padding-bottom: 13.33vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .head {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
.head p {
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .head p {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .head p br {
    display: none;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .site_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .site_wrap > div:not(.option) {
    width: 48%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .plan_wrap .img {
    margin-bottom: 7.998vw;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .img {
    width: 48%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/* ========== end △ */
.plan_wrap .price {
  text-align: center;
  font-size: 7.998vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .price {
    font-size: 3.2rem;
  }
}
/* ========== end △ */
.plan_wrap .price span {
  font-size: 3.4658vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .price span {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
.plan_wrap .price span:first-child {
  font-size: 6.3984vw;
  margin-right: 1.333vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .price span:first-child {
    font-size: 2.4rem;
    margin-right: 5px;
  }
}
/* ========== end △ */
.plan_wrap .include {
  margin-top: 5.332vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .include {
    margin-top: 15px;
  }
}
/* ========== end △ */
.plan_wrap .include > div {
  width: 50%;
  border: 1px solid #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .include > div {
    padding: 15px;
  }
}
/* ========== end △ */
.plan_wrap .include > div:nth-child(n+3) {
  border-top: none;
}
.plan_wrap .include > div:nth-child(2n) {
  border-left: none;
}
.plan_wrap .include i {
  display: block;
  width: 20px;
  margin-bottom: 1.333vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .include i {
    margin-bottom: 5px;
  }
}
/* ========== end △ */
.plan_wrap .include i + div {
  margin: auto;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .include i + div br {
    display: none;
  }
}
/* ========== end △ */
.plan_wrap .include span {
  font-size: 5.8652vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .include span {
    font-size: 2rem;
  }
}
/* ========== end △ */
.plan_wrap .notice {
  margin-top: 3.999vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .notice {
    margin-top: 10px;
  }
}
/* ========== end △ */
.plan_wrap .notice li {
  text-indent: -1em;
  padding-left: 1em;
}
.plan_wrap .option {
  margin-top: 7.998vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .option {
    width: 100%;
    margin-top: 30px;
  }
}
/* ========== end △ */
.plan_wrap .option h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 4.2656vw;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #222222;
  margin-bottom: 3.999vw;
  padding: 0vw 0vw 2.666vw 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .option h3 {
    font-size: 2rem;
    padding: 0 0 10px 20px;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.plan_wrap .option h3 span {
  font-style: normal;
  font-size: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .option h3 span {
    font-size: 1.3rem;
  }
}
/* ========== end △ */
.plan_wrap .option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0vw 1.333vw 0vw 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .option dl {
    padding: 0 10px 10px 20px;
  }
}
/* ========== end △ */
.plan_wrap .option dl + dl {
  margin-top: 2.666vw;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .plan_wrap .option dl + dl {
    margin-top: 10px;
  }
}
/* ========== end △ */