.heading_pink {
    background-color: #ff64e2 !important;
    border: 2px solid #ff64e2 !important;
}

.heading_green {
    background-color: #7ac843 !important;
    border: 2px solid #7ac843 !important;
}

.card-list__label {
    border-bottom: none !important;
}

.ul_margin-left {
    margin-left: 20px;
}

.feature-link a:active,
a:hover,
a:link,
a:visited {
    color: #0099ff;
}

.media_background-color {
    background-color: #ffff54;
    border-radius: 10px;
    padding: 25px 23px;
    width: 100%;
}

.p_pink {
    font-weight: 800;
    font-size: larger;
    color: #ff64e2;
    margin-bottom: 35px;
}

.card-list {
    margin: 0 !important;
}

.card-discription__title_size {
    font-size: 2rem !important;
}

.card_h1_padding-left {
    text-align: left;
}

.accordion__head {
    border: 2px solid #ddd !important;
}

.feature-link_color {
    color: #0099ff !important;
    font-weight: bold;
}

body {
    margin-bottom: 80px !important;
}

.p_padding {
    margin: 0 0;
    position: relative;
    padding-left: 25px;
}
.ul_top {
    margin-top: 0 !important;
}

.Main__content {
    padding-top: 0 !important;
}

/* 追従バナー */
.card_box {
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #efefef;
    padding: 10px;
    z-index: 1;
    position: fixed;
    transition: 0.2s;
}

.button-v2_center {
    justify-content: center;
}

/* モーダル内ボタン */
.modal_button {
    background: #0099ff;
    border-radius: 100px;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "游ゴシック体, YuGothic, 游ゴシック, Yu Gothic";
    line-height: 1.4;
    display: inline-block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: calc(173px + 4.2em);
    padding: calc(1.2em - 2px) calc(2.1em - 2px);
    border: solid 2px #0099ff;
}

.modal_button:hover {
    background-color: #ffffff;
    border: 2px solid #0099ff;
    color: #0099ff;
    padding: calc(1.2em - 2px) calc(2.1em - 2px);
}

.modal_button > div {
    width: 173px;
}

.modal_button_title {
    font-size: 26px;
    margin-left: 65px;
    margin-right: 45px;
    position: relative;
}

.modal_button:hover {
    cursor: pointer;
}

.modal__item {
    width: 48%;
    display: block;
}
.modal__image {
    display: block;
}

.modal__list_flex {
    display: flex;
    justify-content: center;
}
/* モーダル内ボタン */
.c-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 188px;
    min-height: 55px;
    padding: 4px 24px;
    border: 2px solid #0099ff;
    color: var(--color-blue);
    background: #0099ff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 55px;
    margin: 0 auto;
    color: #ffffff !important;
}
.c-btn--blue {
    color: #ffffff;
}

/* modal */

.modal {
    display: none;
    overflow: hidden;
    z-index: 10001 !important;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(92, 92, 92, 0.8);
}

.modal-content {
    background-color: #f4f4f4;
    margin: 10% auto;
    width: 50%;
    animation-name: modalopen;
    animation-duration: 1s;
    height: 455px;
    border-radius: 15px;
}

@keyframes modalopen {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-header h1 {
    margin: 1rem 0;
}

.modal-header {
    color: black;
    padding: 3px 15px;
    display: flex;
    justify-content: center;
}

.modalClose {
    font-size: 2rem;
}

.modalClose:hover {
    cursor: pointer;
}

.card_top {
    margin-top: 0px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.modal_title {
    margin-top: 40px !important;
}

.c-btn:hover {
    background-color: #ffffff;
    border: 2px solid #0099ff;
    color: #0099ff !important;
}

.selected {
    border-radius: 3px;
    box-shadow: 0 0 4px 4px #69f;
}

.row {
    display: grid;
    grid-template-columns: 9fr 11fr 9fr 11fr;
    grid-template-rows: repeat(4, auto);
    gap: 60px;
}

.card-section {
    box-sizing: border-box;
    border: solid 2px #ddd;
    border-radius: 15px;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 30px;
}

.thumbnail-container {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0 15px 0 0;
}

.main-thumbnail-container {
    text-align: center;
}

.main-thumbnail-container img {
    border-radius: 3px;
    box-shadow: 0 0 3px 3px #eee;
    aspect-ratio: 8560/5398;
    max-width: 200px;
}

.main-thumbnail-container img.vertical {
    aspect-ratio: 5398/8560;
    max-width: calc(200px * 29138404 / 73273600);
}

.sub-thumbnail-container {
    text-align: center;
}

.sub-thumbnail-container img {
    aspect-ratio: 8560/5398;
    width: 25%;
    max-width: 50px;
    margin: 15px 3% 0;
}

.sub-thumbnail-container img.vertical {
    aspect-ratio: 5398/8560;
    width: 19%;
    max-width: 34px;
}

.card-info {
    margin: 0 0 0 15px;
    grid-column: 2/3;
    grid-row: 1/2;
    min-width: 260px;
}

.fee {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0 0;
}

.logo {
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: 30px;
}

.logo img {
    margin-right: 15px;
}

.description {
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 15px 0 15px;
    font-size: 2rem;
    font-weight: 500;
}

.application {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/3;
    grid-row: 3/4;
    margin: 15px 0 0;
}

.small-font {
    font-size: 13px;
}

.small-font2 {
    font-size: 10px;
}

@media screen and (min-width: 768px) {
    .float_faq_pc {
        bottom: 325px !important;
    }
    .float_chat_pc {
        bottom: 232px !important;
    }
    .feature-box__body {
        padding: 0 42px 32px !important;
        margin-top: 0;
    }
    .feature-media__head {
        margin-right: 0 !important;
    }
    .btn__label {
        width: 173px;
        font-family: "游ゴシック体, YuGothic, 游ゴシック, Yu Gothic";
        font-size: 2.4rem;
    }
    .card-discription__head {
        margin-right: 0 !important;
    }
    .card_h1_padding-left {
        margin: 0 0 12px 37px;
    }
    .cards_margin {
        margin: 0 0 0 37px;
        width: 80%;
    }
    .p_padding {
        font-size: 1.4rem;
    }

    .feature-box__head {
        padding-top: 0 !important;
    }
    .feature-box__heading {
        height: 65px !important;
    }
    .feature-media {
        align-items: center;
        margin-top: 8px !important;
    }
    .card-list > li {
        margin-top: -4px !important;
    }
    .card_box {
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .feature-text_align {
        text-align: left;
    }
    .feature-media {
        flex-direction: column-reverse;
        margin-top: 0px !important;
    }
    .feature-link_SPcenter {
        text-align: center;
        margin: 1em auto;
        display: block !important;
    }

    .card-list > li {
        margin-top: 6px !important;
    }

    .card_h1_padding-left {
        font-size: 25px;
        margin: 0 auto 1em;
        text-align: center;
    }
    .card-discription__title_size {
        font-size: 16px !important;
    }
    .p_padding {
        font-size: 1.2rem;
    }

    .SP_feature-text_size {
        margin-right: 260px !important;
        font-size: 19px !important;
        margin-top: 15px !important;
    }
    .SP_accordion__head {
        margin: 0 12px;
    }
    .sp_p_margin {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .SP_card_margin {
        margin: 0 !important;
    }

    /* 追従バナー */
    .card_box {
        z-index: 1;
    }

    body {
        margin-bottom: 70px !important;
    }

    .button-v2_center {
        justify-content: center;
    }
    div,
    p,
    a,
    ul,
    li {
        box-sizing: border-box;
    }
    .SP_card-list__label {
        font-size: small !important;
    }
    .feature-text {
        margin-right: 265px;
    }
    .SP_card_center {
        justify-content: center;
    }
    .sp-ft_follow {
        bottom: 70px !important;
    }
    .button__type_width {
        width: 90% !important;
    }
    .SP_heading2__title {
        text-align: center;
    }
    .heading2:after {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .SP_card_margin {
        margin-left: 2px !important;
    }
    .modal__list_flex {
        display: block;
        padding-left: 0;
        margin: 26px 78px;
    }
    .modal__item {
        width: 100%;
    }

    .c-btn {
        margin: 1.5em auto;
        min-width: 150px;
    }

    .card_top {
        width: 156px;
    }
    .modal-content {
        width: 80%;
        height: 571px;
    }

    .modal_button {
        font-size: 1.5rem;
        overflow-x: hidden;
        display: flex;
        width: 100%;
        padding: 13px 30px;
    }
    .modal_button:hover {
        padding: calc(1em - 2px) calc(2em - 2px);
    }
    .modal_button > div {
        width: 246px;
    }

    .media_background-color {
        margin: 0;
        padding: 25px 10px;
    }
    .btn__label {
        width: 254px;
        font-family: "游ゴシック体, YuGothic, 游ゴシック, Yu Gothic";
    }
    .figure_margin {
        margin: 0 5px;
    }
    .accordion__body {
        margin: 0 2px;
    }
    .accordion__font_size {
        font-size: 14px;
    }
    figure {
        margin-inline-start: 0 !important;
        margin-inline-end: 0 !important;
    }
    .pinkimg_bottom {
        margin-bottom: 15px;
    }
    .heading3__title {
        text-align: left;
    }
    .feature-box__heading {
        padding: 20px 15px 18px !important;
    }

    .small-font {
        font-size: 8px;
    }

    .row {
        grid-template-columns: repeat(2, calc(50% - 10px));
        grid-template-rows: repeat(6, auto);
        column-gap: 10px;
        row-gap: 20px;
    }

    .card-section {
        border: none;
        grid-column: span 1;
        grid-row: span 5;
        padding: 15px;
    }

    .card-section h3 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        margin: 15px 0 0;
        font-size: 1.4rem;
    }

    .thumbnail-container {
        grid-row: 2 / 3;
        margin: 10px 0 0;
    }

    .main-thumbnail-container img {
        width: 100%;
        max-width: 180px;
    }

    .main-thumbnail-container img.vertical {
        width: calc(100% * 29138404 / 73273600);
        max-width: calc(180px * 29138404 / 73273600);
    }

    .sub-thumbnail-container {
        text-align: left;
    }

    .sub-thumbnail-container img {
        max-width: 50px;
    }

    .sub-thumbnail-container img.vertical {
        max-width: 32px;
    }

    .card-info {
        grid-column: 1 / 2;
        grid-row: 3 /4;
        margin: 10px 0 0;
        min-width: auto;
    }

    .fee {
        font-size: 1.2rem;
        margin: 0;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo img {
        margin-right: 10px;
        width: 20%;
        max-width: 40px;
    }

    .description {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        font-size: 1.2rem;
        margin: 10px 0 0;
    }

    .application {
        grid-column: 1 / 2;
        grid-row: 5 / 6;
        margin: 10px 0 0;
    }

    .button-new {
        width: 100%;
    }
}

@media (any-hover: hover) {
    .modal_button:hover {
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    }
}
