/* Planページデザイン改修2022年11月 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Color */
/*========================*/
.plan2022-buy,
.plan2022-paid,
.plan2022-about {
    color: #1B1E1B;
}

.plan2022-fv,
.plan2022-buy,
.plan2022-paid,
.plan2022-comp,
.plan2022-about {
    font-family:
    BlinkMacSystemFont,
    -apple-system,
    'Hiragino Sans',
    Segoe UI,
    Roboto,
    Oxygen,Ubuntu,Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}

/* IOSシステムフォントのヒラギノ93.5%に縮小されるためHiragino Sans読ませる*/
.plan2022-about__table td,
.plan2022-about__table th,
.plan2022-note {
    font-family:
    'Hiragino Sans',
    Segoe UI,
    Roboto,
    Oxygen,Ubuntu,Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif !important;
}

/* 調整用 */
/*========================*/
.plan2022-mt8p { margin-top: 8px !important; }
.plan2022-mt16p { margin-top: 16px !important; }
.plan2022-mt24p { margin-top: 24px !important; }
.plan2022-mt32p { margin-top: 32px !important; }
.plan2022-mb24p { margin-bottom: 24px !important; }
.plan2022-mb0p { margin-bottom: 0 !important; }
.plan2022-notosans { font-family: 'Noto Sans JP', sans-serif !important; }

/* 見出し */
/*========================*/
.plan2022-lv2-heading {
    /* font-weight: 400; */
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-align: center;
}

.plan2022-lv3-heading {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: center;
}

.plan2022-lv2-heading,
.plan2022-lv3-heading {
    margin: 0 0 8px 0;
}

/* テキストリンク */
/*========================*/
a.plan2022-link {
    color: #4F854D;
}

/* ボタン */
/*========================*/
.plan2022-btn {
    background: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.plan2022-btn {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    padding: 15px 16px;
    border: 1px solid #4F854D;
    max-width: 343px;
    width: 100%;
    text-align: center;
    letter-spacing: 1.25px;
    border-radius: 90px;
    color: #4F854D !important;
}

/* 注意事項 */
/*========================*/
.plan2022-note {
    color: #5F625F;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 16px;
    position: relative;
    padding-left: 16px;
    margin: 8px 0 0 0;
}

.plan2022-note::before {
    content: "\203B";
    position: absolute;
    left: 0;
}

/* FV */
/*========================*/

.plan2022-fv__mv img {
    width: 100%;
}

/* graph */
/*========================*/
.plan2022-graph img {
    width: 100%;
}

/* プラン購入 */
/*========================*/
.plan2022-buy__inner {
    padding: 24px 16px 24px;
}

.plan2022-buy__item-label {
    display: block;
    text-align: center;
}

.plan2022-buy__item-label img {
    max-width: 100%;
}

.plan2022-buy__item-label input {
    display: none !important;
}

.plan2022-buy__item {
    margin: 16px 0 0 0;
}

/* 有料プランでできること */
/*========================*/
.plan2022-paid {
    padding: 32px 0 0;
}

/* そのほか便利な機能 */
/*========================*/
.plan2022-paid__other {
    background: #FF8484;
    padding: 32px 16px 40px;
}

.plan2022-paid__other-item {
    box-shadow: 0px 1px 1px rgba(27, 30, 27, 0.04), 0px 1px 1px rgba(27, 30, 27, 0.1);
    border-radius: 16px;
    background: #fff;
    margin-top: 16px;
}

.plan2022-paid__other .plan2022-lv2-heading {
    color: #fff;
}

.plan2022-paid__other-item-ttl {
    text-align: center;
}

.plan2022-paid__other-item-tag-wrapper {
    margin: 0 0 8px 0;
    text-align: center;
}

.plan2022-paid__other-item-tag {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.25px;
    display: inline-block;
    background: linear-gradient(85.24deg, #54917B -1.75%, #4F854D 51.76%, #4F854D 51.77%, #65A434 98%);
    color: #fff;
    padding: 4px 16px;
    border-radius: 90px;
}

.plan2022-paid__other-item-head {
    padding: 16px 16px 0;
}

.plan2022-paid__other-item-ttl {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0 0 8px 0;
}

.plan2022-paid__other-item-thumb img {
    width: 100%;
}

.plan2022-paid__other-item-body {
    padding: 16px 16px 24px;
}

.plan2022-paid__other-item-body .plan2022-note + .plan2022-note {
    margin-top: 4px;
}

.plan2022-paid__other-item-txt {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

/* そのほか便利な機能 */
/*========================*/
.plan2022-paid__marriage {
    padding: 32px 0 0;
    margin-top: 32px;
}

.plan2022-paid__marriage-ttl {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.2px;
    margin: 0 0 20px 0;
}

.plan2022-paid__marriage-ttl-num {
    font-size: 28px;
    font-weight: 600;
}

.plan2022-paid__marriage-ttl-fw400 {
    font-weight: 400;
}

.plan2022-paid__marriage .plan2022-note {
    color: #fff;
    margin-top: 0;
}

.plan2022-paid__marriage-iocns {
    text-align: center;
    padding-bottom: 52px;
    /* background: url(/img/plan/2022/marriage-bg.png)no-repeat;
    background-position: top center;
    background-size: 100% auto; */
    margin: 0 -16px;
    position: relative;
    z-index: 0;
}

.plan2022-paid__marriage-iocns::before,
.plan2022-paid__marriage-iocns::after {
    content: "";
    position: absolute;
    width: 49%;
    top: 0;
    height: 100%;
    z-index: -8;
}

.plan2022-paid__marriage-iocns::after {
    left: 0;
    background: url(/img/plan/2022/marriage-bg-l.png) no-repeat;
    background-position: top left;
    background-size: contain;
}

.plan2022-paid__marriage-iocns::before {
    right: 0;
    background: url(/img/plan/2022/marriage-bg-r.png) no-repeat;
    background-position: top right;
    background-size: contain;
}

.plan2022-paid__marriage-iocns img {
    max-width: 163px;
    width: 100%;
}

/* 〇〇について */
/*========================*/
.plan2022-about__inner {
    padding: 32px 8px 16px;
}

.plan2022-about .plan2022-lv2-heading,
.plan2022-about .plan2022-lv3-heading {
    text-align: left;
}

.plan2022-about__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 0 0 8px 0;
}

.plan2022-about__table {
    width: 100%;
    table-layout: auto;
    margin: 0 0 16px 0;
    border-collapse: separate;/*iosで重なって見えるためこちらの方法で調整*/
}

.plan2022-about__table tr td:first-child,
.plan2022-about__table tr th:first-child {
    width: 54%;
}

.plan2022-about__table tr td:last-child,
.plan2022-about__table tr th:last-child {
    width: 46%;
}

.plan2022-about__table td,
.plan2022-about__table th {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #1B1E1B;
    vertical-align: middle;
    border-top: 1px solid #ACAEB1;
    border-left: 1px solid #ACAEB1;
}

.plan2022-about__table tr:last-child th,
.plan2022-about__table tr:last-child td {
    border-bottom: 1px solid #ACAEB1;
}

.plan2022-about__table th:last-child,
.plan2022-about__table td:last-child {
    border-right:  1px solid #ACAEB1;
}

.plan2022-about__table td {
    padding: 16px 8px;
}

.plan2022-about__table th {
    text-align: center;
    padding: 8px;
}

.plan2022-about__table td:last-child {
    background: #FFF0CA;
    text-align: center;
}

.plan2022-about__table-head-func {
    background: #DDDFE0;
}

.plan2022-about__table .plan2022-about__table-head-premium {
    background: #DFBB60;
    color: #fff;
}

/* ボタン */
.plan2022-about__btn-wrapper {
    margin-bottom: 24px;
    text-align: center;
}

.plan2022-about p + .plan2022-lv3-heading,
.plan2022-about p + .plan2022-lv2-heading {
    margin-top: 16px;
}

/* リストア */
/*========================*/
.plan2022-restore__inner {
    padding: 32px 16px 0;
}

.plan2022-restore__btn-wrapper {
    text-align: center;
}

.plan2022-restore__desc {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #686A6D;
    margin: 8px 0 0 0;
}

/* 1ヶ月ボタンのテキスト */
/*========================*/
/* 1ヶ月ボタンのテキストホルダー全体 */
.text-button__1month {
    color: #B3B4B3;
    text-align: center;
    font-weight: 700;
    line-height: 39.6px;
}
/* 1ヶ月ボタン内の数字テキスト(1, 4300) */
.title__1month__num {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
}
/* ヶ月プラン */
.title__1month__text {
    font-family: 'Noto Sans JP',sans-serif;
    margin-right: 8px;
    font-size: 16px;
}
/* 円/月(税込) */
.unit__1month {
    font-family: 'Noto Sans JP';
    font-size: 12px;
    font-weight: 400;
    line-height: 21.6px;
}


/* セクション */
.plan-top__wrapper {
    background: rgba(249, 248, 245, 0.70);
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plan-top__wrapper p {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.12px;
    text-align: center;
    color: rgba(79, 133, 77, 1);
}

.plan2024-gutter {
    padding: 8px 0;
}

.plan2024-note {
    font-family: 'Noto Sans JP';
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #AAAAAA;
}


/* 人気No.1バッジ */
.bestSeller__badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.planContents .planContents__tbl {
    background: #FFFFFF;
    padding-top: 24px;
}

.plan2024-lv2-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: 2px;
}

.plan2024-lv2-heading.MdMT30 {
    padding-top: 32px;
}

.plan2024-lv3-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

/* スタンダードプランでできること */
.plan2024-paid__thumb img {
    width: 100%;
    margin-top: 12px;
}

.plan2024-paid__descSection {
    display: flex;
    justify-content: center;
}

.plan2024-paid__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    padding: 12px 16px 0 16px;
}

.plan2024-paid__desc.notes {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #727472;
    padding-top: 8px;
}

.plan2024-paid__plan2024-lv2-heading {
    margin-bottom: 24px;
}

.plan2024-paid {
    background: #F9F8F5;
    color: #1B1E1B;
    padding-top: 32px;
}

.plan2024-paid__card {
    padding: 16px 0;
    margin: 16px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 1px 1px 0px #1B1E1B1A;
}

.plan2024-paid__card:last-child {
    margin-bottom: 40px;
}

/* プランの機能を比較 */
/*=====================*/

.plan2024-comp__inner {
    padding: 16px;
}

.plan2024-lv2-heading {
    text-align: center;
}

.plan2024-comp__table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    border-collapse: separate;
    padding-top: 32px;
}

.plan2024-comp__table tbody {
    width: 100%;
}

.plan2024-comp__table tr th:first-child,
.plan2024-comp__table tr td:first-child {
    background: #F8F8F8;
}

.plan2024-comp__table tr td:last-child {
    border-right: 3px solid #4F854D;
    border-left: 3px solid #4F854D;
    background: #ECF4EC;
}

.plan2024-comp__table th,
.plan2024-comp__table td {
    padding: 8px 6px;
    line-height: 22px;
    text-align: center;
    border: 0.5px solid #CCCCCC;
    vertical-align: middle;
    color: #1B1E1B;
}

.plan2024-comp__table th {
    width: 32%;
}

.plan2024-comp__table td:not(:last-child) {
    width: 31%;
}

.plan2024-comp__table td:last-child {
    width: 37%;
}

.plan2024-comp__table td:not(:last-child) {
    padding: 4px;
    font-size: 14px;
}

.plan2024-comp__table th {
    /* width: 160px; */
    letter-spacing: 0.12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16.8px;
}

.plan2024-comp__table .notes {
    font-size: 8px;
    position: absolute;
}

.plan2024-comp__table .standard-feature {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    color: #4F854D;
}

.plan2024-comp__table .standard-feature.last {
    border-bottom: 3px solid #4F854D;
}

.plan2024-comp__table-planTitle .planTitle__plan,
.plan2024-comp__table-planTitle .planTitle__free {
    font-size: 14px;
}

.plan2024-comp__table-planTitle .planTitle__standard {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    overflow: visible;
}

/* スタンダードセルの高さを増やす擬似要素 */
.plan2024-comp__table-planTitle .planTitle__standard::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -3px;
    right: -3px;
    height: 18px;
    background: #ECF4EC;
    border-top: 3px solid #4F854D;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-left: 3px solid #4F854D;
    border-right: 3px solid #4F854D;
}

.planTitle__standard.standard-feature span {
    vertical-align: super;
}

.plan2024-comp__table .plan2024-comp__table-free {
    font-family: DIN 2014;
    font-size: 22px;
    font-weight: 400;
    line-height: 35.2px;
}

.plan2024-comp__table .plan2024-comp__table-standard {
    font-family: DIN 2014;
    font-size: 22px;
    font-weight: 600;
    line-height: 35.2px;
}
.plan2024-comp__table .plan2024-comp__table-standardTxt {
    font-size: 12px;
}

.plan2024-comp__note {
    background: #F9F8F5;
    padding: 8px;
    margin-top: 16px;
    color: #727472;
}

.plan2024-comp__note-txt {
    font-size: 12px;
    line-height: 19.2px;
    display: flex;
}

.plan2024-comp__note-txt span {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #727472;
}

.plan2024-comp__note-txt+.plan2024-comp__note-txt {
    margin-top: 8px;
}

.planBlock02__select {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    padding: 8px 16px 32px;
}

.about-pay-2025 {
  background: #F9F8F5;
  padding-bottom: 24px;
}

.about-pay-2025 h2{
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: center;
  color: #1B1E1B;
  padding: 24px 0 24px 0;
}

.about-pay-2025-section{
  margin: 4px 16px 20px 16px;
}

.about-pay-2025-section h3{
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: center;
  color: #1B1E1B;
  margin-bottom: 8px;
}

.about-pay-2025-section .plan2025-desc{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
}

.about-pay-2025-section .plan2025-desc-list{
  list-style-type: disc;
  padding-left: 20px;
}

.about-pay-2025-section .plan2025-note{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #727472;
  padding-left: 16px;
  position: relative;
  margin: 8px 0 0 0;
}

.about-pay-2025-section .plan2025-note::before {
    content: "\203B";
    position: absolute;
    left: 0;
}

.about-pay-2025-section .plan2025-note{
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  color: #727472;
  padding-left: 16px;
  position: relative;
  margin: 8px 0 0 0;
}

.about-pay-2025-section .inside-list{
  margin-top: 0px;
}

.newcomer-skip-inner {
  padding: 32px 16px 20px;
}

.newcomer-skip-inner-wrapper {
    text-align: center;
}

.skip-btn {
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font-family: Noto Sans JP;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;

    display: inline-block;
    padding: 15px 16px;
    border: 1px solid #4F854D;
    max-width: 343px;
    width: 100%;
    text-align: center;
    letter-spacing: 1.25px;
    border-radius: 90px;
    color: #4F854D !important;
}

.skip-btn:hover {
  background: #ecf4ec;
  text-decoration: none;
}

.skip-btn:after {
  padding-right: 50px;
}

.skip-btn:after {
  content: "";
  background: url(/img/guest/right_icon_grn.svg) no-repeat center right;
  width: 24px;
  height: 24px;
  padding-right: 130px;
  position: absolute;
}


