    .has-inline-mobile-toggle .inside-header {
        display : none;
    }
.entry-header{
    display : none!important;
}
.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child) {
    margin-top: 0em!important;
}

.site-footer{
    display : none;
}

.inside-article{
	padding-top : 0!imoprtant;
}

.page-id-88 .inside-article{
    padding: 0 !important;
    margin: 0 !important;
}
.page-id-88 .content-area,
.page-id-88 .site-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.plan-note{
    margin-top:12px;
    font-size:12px;
    color:#777;
    line-height:1.7;
    text-align:center;
}
.color-red{
	color : #cc0000;
}

.special{
    font-size:48px;
    font-weight:700;
}

.special .tax{
    font-size:16px;
    font-weight:600!important;
}

.price-sub{
    display:block;
    margin-top:6px;
    font-size:15px;
    color:#888;
	font-weight : 600;
}

.pc{
    display:block;
}

.sp{
    display:none;
}

@media screen and (max-width:767px){

.pc{
    display:none;
}

.sp{
    display:block;
}

}

/* PCで表示、スマホで非表示 */
.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/* スマホ時（899px以下など自由に調整可能） */
@media screen and (max-width: 899px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

@media screen and (max-width:767px){
body,
button,
input,
select,
textarea{
    font-size:15px;
    line-height:1.9;
    font-family:
    "Yu Gothic",
    "YuGothic",
    sans-serif;
    font-weight:400;
}

}

/* =========================
FOOTER
========================= */

.footer {
    padding: 45px 20px 30px;
    background: #f3eee9;
    color: #555;
    text-align: center;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-logo {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.footer-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 22px;
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.footer-links a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    color: #777;
    margin: 0;
}

@media screen and (max-width: 767px) {

    .footer {
        padding: 38px 20px 25px;
    }

    .footer-links {
        display: block;
        margin-bottom: 20px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-logo {
        font-size: 16px;
    }

}

/* ==========================
スマホ実機のフォント太り対策
========================== */

@media screen and (max-width:767px){

    body{
        font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
        font-weight: 300!important;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        font-synthesis: none;
		font-size : 14px!important;
    }

    p,
    li,
    a,
    span,
    div,
    input,
    textarea,
    button{
        font-weight: inherit;
        font-synthesis: none;
    }

}

/*********************************
 * 特商法および個人情報保護方針
 * ******************************/

.legal-page {
  background: #fdfaf5;
  padding: 30px 20px;
  color: #333;
}

.legal-inner {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.legal-page h1 {
  display : none;
}

.legal-section {
  margin-bottom: 70px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section h2 {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 2px solid #d8c7aa;
  color: #4a3a2a;
}

.legal-section h3 {
  font-size: 18px;
  margin: 34px 0 12px;
  color: #4a3a2a;
}

.legal-section p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 16px;
}

.legal-section ul {
  margin: 10px 0 24px 1.5em;
  padding: 0;
}

.legal-section li {
  font-size: 15px;
  line-height: 1.9;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.legal-table th,
.legal-table td {
  border: 1px solid #e4d8c7;
  padding: 18px 20px;
  line-height: 1.8;
  vertical-align: top;
}

.legal-table th {
  width: 28%;
  background: #f7f1e8;
  color: #4a3a2a;
  font-weight: 600;
  text-align: left;
}

.legal-date {
  text-align: right;
  margin-top: 40px;
  color: #666;
}

/* スマホ */
@media screen and (max-width: 767px) {

  .legal-page {
    padding: 50px 16px;
  }

  .legal-inner {
    padding: 34px 22px;
    border-radius: 18px;
  }

  .legal-page h1 {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .legal-section {
    margin-bottom: 50px;
  }

  .legal-section h2 {
    font-size: 20px;
  }

  .legal-section h3 {
    font-size: 16px;
  }

  .legal-section p,
  .legal-section li,
  .legal-table {
    font-size: 14px;
  }

  .legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table th,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table th {
    border-bottom: none;
    padding: 14px 16px;
  }

  .legal-table td {
    padding: 14px 16px 18px;
  }

  .legal-date {
    text-align: left;
  }
}
