.c-menu-list__item {
    width: calc((100% - var(--column-gap) * (var(--column-count) - 2)) / var(--column-count));
    max-width: 90%;
}
.main-title{
    color: #944a2c;
    font-size: 3.409vw;
    font-family: APJapanesefont;
}
.title_02 {
    position: relative;
}
.bnr-box{
    min-height: 11.812vw;
    background-color: #f9f6ee;
    border: 5px solid #efc8b1;
    border-radius: 20px;
    margin: 3.5vw auto;
    position: relative;
    padding: 20px;
    text-align: left;
}
.bnr-box h3{
    color: #ee5b2d;
    font-size: 1.718vw;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0.562vw 0 1.562vw;
    text-align: center;
}
.bnr-box p{
margin-bottom: 20px;
    display: flex
}
.bnr-box p img{
    display: block;
    float: left;
    width: 350px;
    margin-right: 20px;
}
.c-menu-list {
        margin: 80px 0;
}
h3.c-heading04--theme{
color: #963531;
    text-align: center;
    margin-bottom: 0px;
}
h3.c-heading04--theme::after {
    display: none;
}
.c-card01--no-border{
    margin-bottom: 80px;
}
.c-card01--no-border table{
background: #fff;
}
.c-card01--no-border table th,.c-card01--no-border table td{
    padding: 15px;
    background: #f9f6ee;
    border: 1px solid #e6e0da;
}
.c-card01--no-border table th{
    background-color: #efc8b1;
    text-align: center;
}
.p-services-item__heading {
    --icon-size: 1.85em;
    --badge-size: 3.75;
    --badge-font-size: 2.4rem;
    --border-color: #963531;
    --border-width: 4px;
    --border-length: 12px;
    --border-gap: 10px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 2.5em;
    padding-bottom: 0.35em;
    margin-bottom: 0.9em;
    font-family: var(--font-family-kiwi);
    font-size: 2.8rem;
    line-height: 1.2;
}
.p-services-item__heading::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--border-width);
    content: "";
    background-image: linear-gradient(to right, var(--border-color), var(--border-color) var(--border-length), transparent var(--border-length));
    background-repeat: repeat-x;
    background-size: calc(var(--border-length) + var(--border-gap)) 100%;
}
.c-check-list {
    font-size: 20px !important;
}
.u-width--fit{
    width: 60%;
    display: block;
    margin-right: 20px;
}
.l-image-block01__image{
    width: 35%;
}
.l-image-block01__inner.left .u-width--fit{
    width: 60%;
    display: block;
    margin-right: 0px;
    margin-left: 20px !important;
}
.c-card01--no-border .l-image-block01__inner{
    position: relative;
}
.c-card01--no-border .l-image-block01__inner .l-image-block01__content{
    margin-right: 20px;
}
.c-heading07 {
    --border-width: 6px;
    position: relative;
    padding-bottom: 0.75em;
    margin-bottom: 30px;
    overflow: hidden;
    font-family: var(--font-family-kiwi);
    font-size: 2.8rem;
    line-height: 1.5;
}
.c-heading07::after {
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 100%;
    height: var(--border-width);
    content: "";
    background: repeating-linear-gradient(-45deg, var(--border-color), var(--border-color) 2px, transparent 0, transparent 8px);
}
:where([data-theme=forest]) .c-heading07--theme-alt,
:where([data-theme=sky]) .c-heading07--theme,
.c-heading07--blue {
	--border-color: #7edbe5;
}

.c-heading07--yellow {
	--border-color: #fbd700;
}

:where([data-theme=sky]) .c-heading07--theme-alt,
:where([data-theme=forest]) .c-heading07--theme,
.c-heading07--green {
	--border-color: #a7d676;
}
.l-image-block01__content {
    margin-right: 20px;
}
.c-heading07--orange {
	--border-color: #fbc78e;
}
.p-price-table {
  width: 80%;
  margin: 30px auto 0;
}
.p-price-table .l-image-block01__inner{
    margin-bottom: 50px !important;
}
.p-price-table .l-image-block01__inner .l-image-block01__content{
        margin-right: 0;
}
.p-price-table .l-image-block01__inner .l-image-block01__content .p-services-item__heading{
        font-size: 22px;
    margin: 0 0 10px 0;
}
.p-price-table .l-image-block01__inner .l-image-block01__content ul{
    list-style: none;
}
.p-price-table .l-image-block01__inner .l-image-block01__content ul li {
    position: relative;
  padding-left: 1.2em; /* テキストの開始位置 */
    font-size: 16px;
}
.p-price-table .l-image-block01__inner .l-image-block01__content ul li::before {
  content: "※";       /* ここでマークを指定 */
  position: absolute;
  left: 0;
  top: 0;
  color: #333;         /* 色はお好みで */
  font-weight: bold;   /* 太字 */
}
.c-price{
    margin-bottom: 80px;
}
.p-price-table__title {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  border-top: 2px dashed #6ca223;
}
.c-price__item {
  display: flex;
  padding: 10px 5px;
  border-bottom: 2px dashed #6ca223;
}
.c-price__item:first-of-type {
  border-top: 2px dashed #6ca223;
}
.c-price__item dt {
  width: 70%;
  font-weight: inherit;
  text-align: left;
}
.c-price__item dd {
  width: 30%;
  text-align: right;
  margin: auto;
}
.p-services-column__heading{
margin-bottom: 1em;
    text-align: center;
    font-weight: 700;
    position: relative;
}
tbody th{
    width: 18%;
}
#link_01,#link_02,#link_03,#link_04,#link_05,#link_06,#link_07{
padding-top: 60px;
    margin-top:-60px;
}
.c-card01--no-border table.sp{
    display: none;
}
.faq {
    position: relative;
    margin-bottom: 100px;
}
.faq:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 191px;
    background: url(https://www.inzai-morino-haisyasan.jp/assets_top/image/illust_59.png);
    background-size: 100% 100%;
    right: 0;
    bottom: -220px;
}
.p-flow-faq {
    padding: 152px 0 304px;
    margin-bottom: -152px;
}
@media screen and (max-width: 768px) {
    .c-menu-list__item {
    width: calc((100% - var(--column-gap) * (var(--column-count) - 1)) / var(--column-count));
    max-width: 90%;
}
    .c-menu-list__link {
    display: block;
}
.bnr-box p {
display: block;
}
    .l-image-block01__inner {
display: block;
}
    .u-width--fit {
    width: 100%;
    display: block;
    margin: 10px 0;
}
    .l-image-block01__image{
    width: 100%;
        margin-top: 10px;
}
    .l-image-block01__inner.left .u-width--fit {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px !important;
}
    .main-title {
    font-size: 6.5vw;
    line-height: normal;
    }
    .c-check-list {
    font-size: 16px !important;
}
    .bnr-box {
    margin: 20px auto;
    }
    .bnr-box h3 {
        font-size: 20px;
    }
    .bnr-box p img {
    display: block;
    float: none;
    width: 100%;
    margin: 10px auto;
}
    .c-menu-list {
    margin: 20px 0;
}
    .c-heading07 {
    font-size: 22px;
    }
    .p-services-item__heading {
    font-size: 22px;
    }
    .u-mb--11 {
    margin-bottom: 30px !important;
}
    .u-mb--13 {
    margin-bottom: 50px !important;
}
    .u-mb--8 {
    margin-bottom: 30px !important;
}
    .u-mb--10 {
    margin-bottom: 30px !important;
}
    .u-mb--5 {
    margin-bottom: 30px !important;
}
    .u-mt--9 {
    margin-top:  50px !important;
}
    .u-mt--13 {
    margin-top:  30px !important;
}
        .u-mt--19 {
    margin-top: 50px !important;
}
    .u-mb--16 {
    margin-bottom: 50px !important;
}
    .c-card01--no-border {
    margin-bottom: 0px;
}

    .l-image-block01__inner.reverse{
    display: flex;
        flex-direction: column-reverse;
}
    .p-price-table {
    width: 100%;
    margin: 30px auto;
}
    .c-card01--no-border table.pc{
    display: none;
}
    .c-card01--no-border table.sp{
    display: table;
        margin-bottom: 20px;
}
    .c-card01--no-border table.sp tbody th {
    width: 30%;
}
    .c-card01--no-border table th, .c-card01--no-border table td {
    padding: 10px;
    }
    .p-flow-faq {
        padding: 80px 0 300px;
    }
        #p-flow .faq:before {
        width: 83.333vw;
        height: 39.791vw;
        bottom: -45vw;
    }
    :where(.l-image-block01--md) .l-image-block01__inner {
        --image-width: 100%;
    }
    .p-price-table .l-image-block01__inner .l-image-block01__content .p-services-item__heading{
        font-size: 19px;
    }
.p-price-table .l-image-block01__inner .l-image-block01__content ul li {
    font-size: 14px;
}
    .c-price__item dt {
  width: 38%;
    }
    .c-price {
    margin-bottom: 20px;
}
    .p-price-table .l-image-block01__inner {
    margin-bottom: 20px !important;
}
    .c-price__item dd {
    width: 62%;
    text-align: right;
    margin: 0;
    }
}