.section--inner-small {
    width: 1100px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.pageTitleMedia {
    /* background-color: #9BD60B; */
    background-color: #EDE918;
    width: 100%;
    height: auto;
    padding: 120px 0 35px;
    /* margin-bottom: 60px; */
}

.pageTitleMedia-headerless {
    padding-top: 35px;
}

.pageTitleMedia--inner {
    width: 1100px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px;
}

.pageTitleMedia--font {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    text-align: left;
}

.pageTitleMedia--body {
    flex: 0 1 auto;
    margin-right: 24px;
}

.pageTitleMedia--title {
    text-align: left;
    font-size: 48px;
    margin-bottom: 18px;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
    font-weight: bold;
}

.pageTitleMedia--summary {
    text-align: left;
    font-size: 18px;
    margin-bottom: 18px;

}

.pageTitleMedia--image {
    flex-basis: 20%;
    padding-top: 20.48387%;
    background-image: url(../img/hero-logo.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

.section--title-small {
    font-size: 28px;
    margin-bottom: 10px;
}

.smallMedia {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smallMedia--body {
    flex: 0 1 auto;
    display: block;
    text-align: left;
    padding-right: 40px;
}

.smallMedia--titleWrapper {
    margin-bottom: 40px;
    /* padding-left: 20px; */
}

.smallMedia--title {
    font-size: 28px;
    text-align: left;
    /* letter-spacing: 0.05; */
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}

.smallMedia--subTitle {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.05;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.smallMedia--text {
    text-align: left;
    margin-bottom: 16px;
}

.smallMedia--imageWrapper {
    flex: 1 0 38.2%;
}

.smallMedia--image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    /* background-image: url(../img/lower-media-Image01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; */
}

.smallMedia--image-large {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    /* background-image: url(../img/top-media-Image02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom; */
}

.workflow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.flowSquare {
    flex: 1;
}

.flowSquareTop {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: black;
    color: white;
    font-size: 18px;
    border: 1px solid black;
    text-align: left;
}

.flowSquareBottom {
    width: 100%;
    height: 200px;
    padding: 16px;
    border: 1px solid black;
    background-color: white;
    font-size: 16px;
    text-align: left;
}

.arrow {
    font-size: 28px;
    padding: 32px;
}

.arrowTopToDown {
    display: none;
}

.meritSectionTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 28px;
    text-align: left;
    border-bottom: 1px solid black;
}

.meritSectionText {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
    /* line-height: 1; */
}

.titleWrapper {
    margin-bottom: 40px;
}

.smallTitle {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: left;
}

.vertical-table {
    border: 1px solid #ddd;
    margin-bottom: 32px;
}

.vertical-table__inner {
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.vertical-table__header-row {
    background-color: #efefef;
}

.vertical-table__header {
    padding: 16px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    vertical-align: middle;
}

.vertical-table__text {
    font-size: 28px;
    padding: 9px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.vertical-table__text-small {
    padding: 15px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.vertical-table__header:last-child,
.vertical-table__text:last-child,
.vertical-table__text-small:last-child {
    border-right-width: 0;
}

.vertical-table__body-row:last-child .vertical-table__text,
.vertical-table__body-row:last-child .vertical-table__text-small {
    border-bottom-width: 0;
}

.tableImage {
    min-width: 50px;
    background-image: url(../img/kizukakushi_type_color.png);
    background-size: contain;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.priceText {
    font-size: 12px;
    text-align: left;
    margin-left: 16px;
    margin-bottom: 4px;
}

.priceTable {
    background-color: #EEEEEE;
    padding: 60px 0;
}

.priceItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 40px; */
}

.priceItem {
    flex: 1;
    background-color: white;
    padding: 60px 20px 40px 20px;
    border-radius: 4px;
    margin: 0 20px;
    height: 500px;
}

.priceItemHeaderWrapper {
    margin-bottom: 60px;
    border-bottom: 1px dotted black;

}

.priceItemHeaderImage {
    width: auto;
    height: 58px;
}

.priceItemTitleText {
    font-size: 42px;
    text-align: left;
    padding-left: 12px;
}

.priceItemBox {
    margin-bottom: 60px;
}

.priceItemPriceName {
    font-size: 18px;
    text-align: left;
}

.priceItemPriceName-small {
    font-size: 12px;
    text-align: left;
}

.priceItemPrice {
    font-size: 32px;
    text-align: right;
}

.priceItemPrice-small {
    font-size: 16px;
    text-align: right;
}

.priceItemPrice-XSmall {
    font-size: 10px;
    text-align: right;
}

.priceItemPriceBox-XSmall {
    margin-top: 6px;
}

.priceBreakdownBox {
    text-align: left;
    margin-top: 8px;
}

.priceBreakdown {
    width: auto;
    height: 40px;
}

/* cards */
.cards-3Column {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card-3Column {
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
    width: 31.707%;
    margin-right: 2.43902%;
    margin-bottom: 20px;
}

.card-3Column:last-child {
    margin-right: 0px;
}

/* .card__img-wrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
} */

.cardImage-3Column {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
}

.cardTitle-3Column {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    /* height: 50px; */
    text-align: left;
}

.cardText-3Column {
    text-align: left;
}


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

    .pageTitleMedia {
        padding-top: 96px;
    }

    .vertical-table {
        border-right-width: 0;
        overflow-x: auto;
        margin-bottom: 0px;
    }

    .vertical-table__inner {
        width: auto;
        min-width: 100%;
    }

    .vertical-table__header,
    .vertical-table__text {
        white-space: nowrap;
    }

    .vertical-table__header:last-child,
    .vertical-table__text:last-child {
        border-right-width: 1px;
    }

    .pageTitleMedia--body {}

    .pageTitleMedia--title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .pageTitleMedia--summary {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* .priceTable {
        display: none;
    } */

    .priceItems {
        /* width: 768px; */
        flex-wrap: nowrap;
        /* flex-direction: column; */
        padding: 0 5px;
    }

    .priceItem {
        flex: 1;
        /* width: 300px; */
        background-color: white;
        padding: 60px 10px 40px 10px;
        border-radius: 4px;
        margin: 0 5px;
        height: 500px;
        /* display: flex;
        align-items: center;
        justify-content: space-between; */

    }

    .priceItemPriceName {
        font-size: 16px;
    }

    .priceItemPriceName-small {
        font-size: 10px;
    }

    .priceItemPrice {
        font-size: 24px;
    }

    .meritSectionTitle {
        font-size: 24px;
    }

    .smallMedia {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .smallMedia--body {
        flex: 1;
        text-align: left;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .smallMedia--titleWrapper {
        margin-bottom: 30px;
        /* padding-left: 20px; */
    }

    .smallMedia--title {
        font-size: 24px;
        text-align: left;
        /* letter-spacing: 0.05; */
        line-height: 1.4;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .smallMedia--subTitle {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.05;
        line-height: 1.2;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .smallMedia--text {
        text-align: left;
        margin-bottom: 4px;
    }

    .smallMedia--imageWrapper {
        /* flex: 1; */
        flex-basis: 33%;
    }

    .smallMedia--image {
        
    }

    .smallMedia--image-large {
        width: 700px;
        max-width: 100%;
        height: 300px;
        border-radius: 16px;
        /* background-image: url(../img/lower-media-Image02-oblong.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom; */
        /* margin-bottom: 30px; */
    }


    .workflow {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .flowSquare {
        flex: 1;
        width: 100%;
    }

    .flowSquareBottom {
        height: auto
    }

    .arrow {
        font-size: 28px;
        padding: 16px;
        transform: rotate(90deg);
    }

    .arrowTopToDown {
        display: block;
    }

    /* cards */
    .cards-3Column {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .card-3Column {
        /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    /* .card__img-wrapper {
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
    } */

    .cardImage-3Column {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .cardTitle-3Column {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
        /* height: 50px; */
        text-align: left;
    }

    .cardText-3Column {
        text-align: left;
    }

}

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

    .pageTitleMedia {
        /* padding-top: 70px; */
    }

    .meritSectionTitle {
        font-size: 20px;
    }

    /* .pageTitleMedia--inner {
        flex-direction: column-reverse;
    } */

    .pageTitleMedia--body {
        margin-right: 16px;
    }

    .pageTitleMedia--title {
        font-size: 22px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 0px rgb(0 0 0 / 20%);
    }

    .pageTitleMedia--summary {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pageTitleMedia--image {
        flex-basis: 25%;
        /* min-height: 150px; */
        /* max-width: 210px; */
        background-position: center;
        padding-top: 30.48387%;
    }

    .priceTable {
        padding: 15px;
    }

    .priceItems {
        flex-direction: column;
    }

    .priceItem {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px;
    }

    .priceItemHeaderWrapper {
        margin-bottom: 25px;
    }

    .priceItemTitleText {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .priceItemBox {
        margin-bottom: 15px;
    }

    .priceItemBox:last-child {
        margin-bottom: 0px;
    }

    .priceItemPriceName {
        text-align: center;
    }

    .priceItemPrice {
        text-align: center;
    }

    .priceItemPrice-small {
        text-align: center;
    }

    .priceItemPrice-XSmall {
        text-align: center;
    }

    .priceBreakdownBox {
        text-align: center;
        /* height: 24px; */
    }

    .vertical-table__text-small {
        padding: 15px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
        font-size: 14px;
    }

    .vertical-table__header {
        font-size: 14px;
    }

    .tableImage {
        height: 24px;
    }

    /* cards */
    .cards-3Column {
        margin-bottom: 0px;
    }

}