.p-smile .c-intro {
    margin-bottom: 150px;
    text-align: center;
}
.p-smile .c-intro span.c-ttl{
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-color: rgba(239, 236, 149, 0.7);
}
.p-fees__box--table h2 span.c-ttl{
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-color: rgba(239, 236, 149, 0.7);
}
.p-feature__main.c-custom .c-content .c-ttl{
    text-decoration-line: underline;      /* 下線を有効化 */
  text-decoration-thickness: 20px;
    text-underline-offset: -0.12em;
  text-decoration-skip-ink: none;       /* j/g/pなどで下線が途切れないように */
  -webkit-text-decoration-skip: none; 
    text-decoration-color: #efec95;
}
.p-section__wrap {
align-items: stretch;
}
.p-section__wrap div{
    background-color: #fff;
    padding: 30px;
    width: 48%;
}
.list-check__item {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.1em;
    font-family: var(--font-tsukuard);
    padding-left: 25px;
    background: url(../../images/pattern/icon_check_orange01.svg) no-repeat left top 5px;
    background-size: 23px 20px;
}
.p-feature__main.c-custom img{
        width: 353px;
        height: auto;
    margin-bottom: 20px;
    }
.p-section__wrap h3{
    position: relative;
    font-size: 23px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    line-height: normal;

}
.p-section__wrap h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #4ba26a 0%, #fff29f 50%, #e8ad5a 100%);
}
.p-section__wrap .list-check{
    margin: 20px 0;
}
.p-section__wrap .list-check__item{
    margin-bottom: 10px;
    padding-left: 33px;
}
.p-section__wrap p{
line-height: normal;
    font-size: 16px;
}
.p-fees__box table {
    width: 70% !important;
    min-width: 900px !important;
    margin: 0 auto;
}
.p-fees__box table thead {
    position: relative;
    background: #ebf7e7;
    margin-bottom: 15px;
}

table.comparison{
    width: 80%;
    margin: 0 auto;
}
table.comparison th,table.comparison td{
    border: 1px solid #e27e1a;
    padding: 20px;
}
table.comparison th{
    background-color: #f9f7f4;
}
table.comparison th.title{
    background-color: #f9f9e1;
}
table.comparison td{
    background-color: #fff;
    text-align: center;
}
table.comparison td .c-ttl{
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-color: rgba(239, 236, 149, 0.7);
}
table.comparison td.title{
    background-color:#f9f9e1;
}
table.comparison.small{
    width: 60%;
}
table.comparison.small td{
    background-color: #fff;
}
table.comparison.small th{
    width: 30%;
}
.p-feature__main {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.p-feature__main .main-item{
    margin-bottom: 50px;
}
.list-check.gray{
background: #f9f7f4;
    padding: 20px;
}
.list-check.orange{
    background:#f4e8d1;
    padding: 20px;
}
.p-fees__box--table h2{
    font-size: 34px;
    text-align: center;
}
table.comparison th.orange{
    background: #f4e8d1;
}
.p-smile img.sp{
    display: none;
}
.p-smile img.pc{
    display: block;
}

@media screen and (max-width: 768px) {
    .p-smile .c-intro {
	font-size: 4.2666666667vw;
        line-height: 1.8;
        letter-spacing: 0.05em;
        margin-bottom: 20.6666666667vw;
        text-align: left;
}
    .p-section__wrap div {
    padding: 20px;
    width: 100%;
        margin-bottom: 20px;
}
    table.comparison {
    width: 100%;
}
    table.comparison th, table.comparison td {    
        padding: 10px;
        font-size: 15px;
}
    table.comparison td{
    /*text-align: left;*/
}
    table.comparison td.title {
    width: 25%;
    text-align: center;
}
    .p-feature__main .main-item{
    margin-bottom: 0px;
}
    .p-feature__main {
        display: block;
        gap:  0;
    }
    .p-fees__box--table h2{
    font-size: 6.0vw;
    }
    table.comparison.small {
        width:100%;
}
    .p-method__wrap {
        padding: 0 !important;
    }
    .p-smile img.sp{
    display: block;
}
    .p-smile img.pc{
    display: none;
}
   .p-fees__box table {
    width: 100% !important;
    min-width: auto !important;
    margin: 0 auto !important;
}
    .p-fees__box table td.-name {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px !important;
    width: 50%;
}
.p-fees__box table td {
    padding: 10px !important;
    font-size: 16px;
    line-height: 1.8;
    border-bottom: 1px solid var(--col-black);
    font-family: var(--font-noto);
}
}