@charset "UTF-8";
/*  p-menu
--------------------------------------------- */
.p-menu {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 28px 18px;
  box-sizing: border-box; }
  .p-menu-note {
    position: absolute;
    right: 30px;
    bottom: 24px;
    color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em; }
  @media screen and (max-width: 750px) {
    .p-menu {
      border-radius: 5px;
      padding: 3.73333vw 3.73333vw 13.33333vw; }
      .p-menu-note {
        right: 3.73333vw;
        bottom: 4vw;
        font-size: 4vw; } }

/*  p-menu-list
--------------------------------------------- */
.p-menu-list-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 21px; }
  .p-menu-list-item:last-of-type {
    margin-bottom: 0; }
  .p-menu-list-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #0097fa; }
.p-menu-list-tit {
  display: inline-block;
  margin-right: 22px;
  color: #393939;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W6',sans-serif;
  line-height: 1;
  letter-spacing: 0.04em; }
  .p-menu-list-tit .note {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3',sans-serif;
    line-height: 1;
    letter-spacing: 0.04em; }
.p-menu-list-border {
  margin-top: 7px;
  width: 259px;
  border-top: 2px dotted #1a1a1a; }
  .p-menu-list-border.middle {
    margin-left: -139px;
    width: 214px; }
  .p-menu-list-border.bottom {
    margin-left: -1px;
    width: 278px; }
  body.windows .p-menu-list-border {
    margin-top: 6px; }
.p-menu-list-txt {
  display: inline-block;
  margin-left: 25px;
  color: #1a1a1a;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em; }
@media screen and (max-width: 750px) {
  .p-menu-list-item {
    margin-bottom: 3.73333vw;
    padding-left: 5.33333vw; }
    .p-menu-list-item:before {
      width: 3.73333vw;
      height: 3.73333vw; }
    .p-menu-list-item.middle {
      margin-bottom: 10vw; }
  .p-menu-list-tit {
    margin-right: 4vw;
    font-size: 3.73333vw;
    line-height: 1;
    white-space: nowrap; }
    .p-menu-list-tit .note {
      position: absolute;
      top: 130%;
      left: 0;
      margin-top: 0;
      font-size: 3.73333vw;
      line-height: 1; }
  .p-menu-list-border {
    margin-top: 1.86667vw;
    width: 16.53333vw; }
    .p-menu-list-border.middle {
      margin-left: auto;
      width: 13.86667vw; }
    .p-menu-list-border.bottom {
      margin-left: -0.66667vw;
      width: 21.33333vw; }
  .p-menu-list-txt {
    margin-left: 2.4vw;
    font-size: 3.73333vw;
    white-space: nowrap; } }

/*  p-plan-list
--------------------------------------------- */
.p-plan-list {
  display: flex;
  justify-content: space-between; }
  .p-plan-list-item {
    width: 280px; }
  .p-plan-list-txt {
    display: block;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'ヒラギノ角ゴ Pro W6',sans-serif;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center; }
  .p-plan-list-img {
    width: 100%;
    margin-bottom: 8px; }
    .p-plan-list-img img {
      width: 100%; }
  .p-plan-list-box {
    width: 224px;
    margin-right: auto;
    margin-left: auto; }
  .p-plan-list-price {
    display: block;
    color: #1a1a1a;
    font-size: 1.8rem;
    line-height: 1.22;
    letter-spacing: 0.08em;
    text-align: center; }
    .p-plan-list-price.multi {
      text-align: left; }
  .p-plan-list-note {
    display: block;
    margin-top: 10px;
    color: #1a1a1a;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: right; }
  @media screen and (max-width: 750px) {
    .p-plan-list {
      display: block; }
      .p-plan-list-item {
        width: 100%;
        margin-bottom: 5.33333vw; }
        .p-plan-list-item:last-of-type {
          margin-bottom: 0; }
      .p-plan-list-txt {
        margin-bottom: 2.66667vw;
        font-size: 3.73333vw; }
      .p-plan-list-img {
        margin-bottom: 2vw; }
      .p-plan-list-box {
        width: 63.33333vw; }
      .p-plan-list-price {
        font-size: 3.73333vw;
        line-height: 1.33; }
      .p-plan-list-note {
        margin-top: 1.33333vw;
        font-size: 3.73333vw;
        text-align: left; } }
