@charset "UTF-8";

/* ------------------------------------------------------
 * Import
------------------------------------------------------ */

.lineup_box {
    display: flex;
    gap: 20px;
}

.lineup_card_space {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 595px;
    height: 100%;
}

.title_box {
    display: flex;
    width: 100%;
    height: 50px;
    text-align: left;
    align-items: center;
}

.lineup_card_title,
.lineup_card_title_plus {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    width: 212px;
    height: 100%;
}

.lineup_card_img {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 595px;
    height: 120px;
    background-color: #f9f9f9;
}

.lineup_img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    padding: 20px;
}

.lineup_img_box_plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    padding: 20px;
}

.lineup_img_box img {
    align-items: center;
    width: 100%;
}

.lineup_img_box_plus img {
    align-items: center;
    width: 80%;
}

.lineup_card_textbox {
    display: flex;
    flex-direction: column;
}

.lineup_card_text {
    display: flex;
    position: relative;
    text-align: justify;
}

.lineup_card_text span {
    font-style: normal;
    font-weight: 700;
}

.lineup_card_text {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 2.4rem 0;
}

.lineup_card_text img {
    height: 25px;
    padding-right: 13px;
}


.lineup_card_text {
    font-size: 16px;
    margin: 5px 0;
}

.empty_table__cell {
    position: relative;
}

.empty_table__cell img {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 100%;
}

.empty_table_text_left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00a3d9;
    font-size: 14px;
}

.empty_table_text_right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #005082;
    font-size: 14px;
}

.lineup-table_left [class*="__cell"] {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
}

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */
/* ------------------------------------------------------
 * PageComponent
------------------------------------------------------ */
/* ----- lineup-heading1 ----- */
.lineup-heading1 {
    display: flex;
    align-items: center;
}

.lineup-heading1__inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.lineup-heading1__title {
    font-weight: bold;
}

/* ----- lineup-heading2 ----- */
.lineup-heading2 {
    text-align: center;
}

.lineup-heading2__title {
    margin: 0;
    font-weight: bold;
}

/* ----- lineup-card ----- */
.lineup-card {
    display: flex;
    justify-content: space-between;
}

.lineup-card__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.lineup-card__body {
    display: flex;
    align-items: center;
    text-align: center;
}

.lineup-card__lead {
    color: #000;
    font-weight: bold;
}

.lineup-card__bottom {
    background-color: #0070bd;
    color: #fff;
    text-align: center;
}

.lineup-card__title {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
}

/* ----- lineup-feature ----- */
.lineup-feature {
    text-align: center;
}

.lineup-feature__inner {
    position: relative;
    margin: 0 auto;
}

.lineup-feature__title {
    position: relative;
    margin: 0;
}

/* ----- lineup-table_left ----- */
.lineup-table_left,
.lineup-table_right {
    width: 530px;
}

.lineup-table__cell--lv1--center-middle {
    position: relative;
    text-align: center !important;
    vertical-align: middle !important;
}

.lineup-table_img {
    position: absolute;
    top: -10px;
    left: 3px;
}

.lineup-table__cell--lv2--left-middle {
    vertical-align: middle !important;
}

.lineup-table__cell--center-middle {
    text-align: center !important;
    vertical-align: middle !important;
}

.lineup-table__head {
    margin: 0 0 .8em;
}

.lineup-table__body_left>*:first-child,
.lineup-table__body_left>section:first-child>*:first-child,
.lineup-table__body_left>[class^="list-wrap"]>*:first-child,
.lineup-table__body_right>*:first-child,
.lineup-table__body_right>section:first-child>*:first-child,
.lineup-table__body_right>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.lineup-table__body_left>*:last-child,
.lineup-table__body_right>*:last-child {
    margin-bottom: 0 !important;
}

.lineup-table__title {
    margin: 0 0 .65em;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
}

.lineup-table__text {
    color: #666;
    font-size: 1.2rem;
}

.lineup-table__matrix_left,
.lineup-table__matrix_right {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.lineup-table__matrix_left>caption>*:first-child,
.lineup-table__matrix_left>caption>section:first-child>*:first-child,
.lineup-table__matrix_left>caption>[class^="list-wrap"]>*:first-child,
.lineup-table__matrix_right>caption>*:first-child,
.lineup-table__matrix_right>caption>section:first-child>*:first-child,
.lineup-table__matrix_right>caption>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.lineup-table__matrix_left>caption>*:last-child,
.lineup-table__matrix_right>caption>*:last-child {
    margin-bottom: 0 !important;
}

.lineup-table_left [class*="__cell"]>*:first-child,
.lineup-table_left [class*="__cell"]>section:first-child>*:first-child,
.lineup-table_left [class*="__cell"]>[class^="list-wrap"]>*:first-child,
.lineup-table_right [class*="__cell"]>*:first-child,
.lineup-table_right [class*="__cell"]>section:first-child>*:first-child,
.lineup-table_right [class*="__cell"]>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.lineup-table_left [class*="__cell"]>*:last-child,
.lineup-table_right [class*="__cell"]>*:last-child {
    margin-bottom: 0 !important;
}

.lineup-table_right [class*="__cell--lv1"] {
    background-color: #005082;
    color: #fff;
}

.lineup-table_left [class*="__cell--lv1"] {
    background-color: #00a3d9;
    color: #fff;
}

.lineup-table_left [class*="__cell--lv2"],
.lineup-table_right [class*="__cell--lv2"] {
    background-color: #f9f9f9;
}

/* ----- lineup-media ----- */
.lineup-media {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.lineup-media__link:hover .lineup-media__title {
    -webkit-text-decoration: underline #0070bd;
    color: #0070bd;
    text-decoration: underline #0070bd;
}

.lineup-media__link:hover .lineup-media__head {
    opacity: 0.7;
}

.lineup-media__link:hover .lineup-media__text {
    color: #333;
}

.lineup-media__title {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.lineup-note-list {
    padding: 0;
    list-style: none;
}

.lineup-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
}

.lineup-note-list>li {
    position: relative;
}

/* ----- lineup-badge ----- */
.lineup_title_card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    background-color: #fff;
    color: #00a3d9;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0 77px 0 30px;
}

.lineup_title_card_plus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33px;
    background-color: #fff;
    color: #005082;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin: 0 77px 0 30px;
}

/* ----- home-step ----- */

.home-step>*:first-child,
.home-step>section:first-child>*:first-child,
.home-step>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.home-step>*:last-child {
    margin-bottom: 0 !important;
}

.home-step__title {
    margin: 0;
}

.home-step__title_container {
    display: flex;
    justify-content: center;
    position: relative;
}

.home-step__title__lean {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    transform: rotate(-8deg);
    position: absolute;
    top: -28px;
    left: 315px;
}

.home-step__title__em {
    color: #0070bd;
    font-style: normal;
    line-height: 1;
}

.home-step__title__span {
    color: #0070bd;
}

.home-step-flow__label {
    border-radius: 15px;
    background-color: #0070bd;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.home-step-flow__lead {
    text-align: center;
}

.home-step-flow__lead:hover {
    text-decoration: underline;
}

.home-step-flow__lead:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-top: 3px solid #0070bd;
    border-right: 3px solid #0070bd;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-step-flow__type {
    display: block;
}

.home-step-flow__title {
    text-align: center;
}

.home-step-flow__title:after {
    margin-left: 5px;
}

.home-step-flow__text {
    text-align: center;
}

.home-step-flow__note {
    display: flex;
    justify-content: center;
}

.home-step-flow__note__text {
    position: relative;
    margin: 0;
    padding-left: 1.2em;
}

.home-step-flow__note__text .util-link--blank:after {
    display: none;
}

.home-step-flow__note__mark {
    position: absolute;
    top: 0;
    left: 0;
}

.home-step-flow__note .home-step-flow__note__link {
    color: #0070bd;
    text-decoration: underline;
}

.home-step-box {
    border: 2px solid #0070bd;
}

.home-step-box__subtitle {
    margin: 0;
    color: #0070bd;
}

.home-step-box__text__type:after {
    margin-left: 8px;
}


.title_box {
    display: flex;
    text-align: left;
}

.lineup_card_box {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #00a3d9;
}

.lineup_card_box_plus {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    margin: 0 auto;
    background-color: #005082;
}

.lineup_title_text {
    width: 383px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.title_text,
.title_text_plus {
    margin: 0;
    height: 100%;
}

.title_text span,
.title_text_plus span {
    position: relative;
    font-size: 35px;
}

.title_text span:after {
    content: url('/lineup/img/lineup_img01_03.svg');
    position: absolute;
    top: -4rem;
    left: 1.25rem;
    width: 8px;
    height: 8px;
}

.title_text_plus span:after {
    content: url('/lineup/img/lineup_img01_04.svg');
    position: absolute;
    top: -4rem;
    left: 1.25rem;
    width: 8px;
    height: 8px;
}

.lineup_card_box:after {
    position: absolute;
    top: 50px;
    left: 297.5px;
    border: 7px solid transparent;
    border-top: 12px solid #00a3d9;
    content: "";
}

.lineup_card_box_plus:after {
    position: absolute;
    top: 50px;
    left: 297.5px;
    border: 7px solid transparent;
    border-top: 12px solid #005082;
    content: "";
}

.lineup-table_button_left>*:first-child,
.lineup-table_button_left>section:first-child>*:first-child,
.lineup-table_button_right>*:first-child,
.lineup-table_button_right>section:first-child>*:first-child {
    margin-top: 0 !important;
}

.lineup-table_button_left>*:last-child,
.lineup-table_button_right>*:last-child {
    margin-bottom: 0 !important;
}

.lineup-table_button_left .lineup-table_button_left__type {
    display: block;
    background-color: #00a3d9;
    color: #fff;
    text-align: center;
}

.lineup-table_button_right .lineup-table_button_right__type {
    display: block;
    background-color: #005082;
    color: #fff;
    text-align: center;
}

.lineup-table_button_left,
.lineup-table_button_right {
    width: 146px;
    height: 30px;
    margin: 2.7em auto 0;
}

.lineup-table_button_left .lineup-table_button_left__type {
    padding: 11px 15px 10px;
    border: 2px solid #00a3d9;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.lineup-table_button_right .lineup-table_button_right__type {
    padding: 11px 15px 10px;
    border: 2px solid #005082;
    border-radius: 10px;
    font-weight: 700;
}

.lineup-table_button_left .lineup-table_button_left__type:hover {
    background-color: #fff;
    color: #00a3d9;
}

.lineup-table_button_right .lineup-table_button_right__type:hover {
    background-color: #fff;
    color: #005082;
}

@media print,
screen and (min-width: 768px) {
    [data-size-pc="60px"] {
        width: 60px !important;
    }

    [data-size-pc="150px"]>* {
        width: 100%;
    }

    [data-size-pc="90px"] {
        width: 90px !important;
    }

    [data-size-pc="150px"]>* {
        width: 100%;
    }

    [data-size-pc="190px"] {
        width: 190px !important;
    }

    [data-size-pc="190px"]>* {
        width: 100%;
    }

    .lineup-table_left [class*="__cell"] {
        padding: .6em .8em;
    }

    .lineup-heading1 {
        height: 178px;
        background: url(/lineup/img/index_bg01.jpg) no-repeat;
    }

    .lineup-heading1__inner {
        max-width: calc(1200px + 30px * 2);
    }

    .lineup-heading1__title {
        font-size: 3.0rem;
    }

    .lineup-heading2__title {
        font-size: 2.4rem;
    }

    .lineup-card {
        margin-top: 24px;
    }

    .lineup-card__item {
        width: calc((100% - (106px)) / 4);
        border: 2px solid #ddd;
        border-radius: 10px;
    }

    .lineup-card__item:hover {
        border: 2px solid #0070bd;
        border-radius: 10px;
    }

    .lineup-card__head {
        margin-top: 17px;
    }

    .lineup-card__head>i:nth-child(2n) {
        margin-left: 12px;
    }

    .lineup-card__body {
        height: 235px;
    }

    .lineup-card__lead {
        width: 100%;
        font-size: 3.6rem;
        line-height: 1.4;
    }

    .lineup-card__underline {
        background: linear-gradient(to bottom, #fff 65%, #ffff54 65%, #ffff54 90%, #fff 90%);
    }

    .lineup-card__bottom {
        padding: 15px 35px 15px 15px;
        border-radius: 0 0 7px 7px;
    }

    .lineup-card__title {
        font-size: 1.6rem;
    }

    .lineup-card__title:after {
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: -16px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        transform: rotate(45deg);
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        content: '';
    }

    .lineup-feature {
        margin-top: 90px;
    }

    .lineup-table_left {
        margin-top: 46px;
    }

    .lineup-table__matrix_left>caption {
        margin: 0 0 .8em;
    }

    .lineup-table_left [class*="__cell--lv1"] {
        font-weight: 700;
    }

    .lineup-table_left [class*="__cell--lv2"] {
        font-weight: 700;
    }

    .lineup-table-sp {
        display: none;
    }

    .lineup-media {
        margin-top: 60px;
    }

    .lineup-media__link {
        display: flex;
        align-items: center;
    }

    .lineup-media__body {
        width: 42%;
        padding: 36px 0px 20px 40px;
    }

    .lineup-media__title {
        font-size: 2.0rem;
    }

    .lineup-media__title:after {
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: -16px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        transform: rotate(45deg);
        border: 0;
        border-top: solid 2px #0573be;
        border-right: solid 2px #0573be;
        content: '';
    }

    .lineup-media__head {
        width: 49%;
        margin-left: 46px;
    }

    .lineup-note-list>li {
        padding-left: 1.6em;
    }

    .lineup-badge--01 {
        padding: 4px 15px 2px;
        font-size: 1.3rem;
    }

    .lineup-badge--02 {
        padding: 4px 12px 4px;
        font-size: 1.3rem;
    }

    .lineup-badge--03 {
        padding: 4px 8px 2px;
        font-size: 1.3rem;
    }

    .lineup-badge--04 {
        padding: 4px 10px 2px;
        font-size: 1.3rem;
    }

    .home-step {
        margin-top: 9rem;
    }

    .home-step__title {
        font-size: 3.8rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .home-step__title__em {
        font-size: 5.1rem;
    }

    .home-step__detail {
        margin-top: 4.4rem;
    }

    .home-step-flow {
        display: flex;
    }

    .home-step-flow__item {
        width: calc((100% - (36px * 2))/3);
        margin-left: 36px;
    }

    .home-step-flow__item:nth-child(3n+1) {
        margin-left: 0;
    }

    .home-step-flow__label {
        width: 107px;
        margin: 0 auto;
        padding: 7px 0 4px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .home-step-flow__lead {
        margin: 19px 0 0;
        font-size: 2.4rem;
        font-weight: 700;
    }

    .home-step-flow__lead:after {
        top: -2px;
        width: 12px;
        height: 12px;
        margin-left: 8px;
    }

    .home-step__title__em {
        font-size: 50px;
    }

    .home-step-flow__type:hover .home-step-flow__lead {
        color: #0070bd;
        text-decoration: underline;
    }

    .home-step-flow__detail {
        margin: 17px 0 0;
    }

    .home-step-flow__type:hover .home-step-flow__image {
        opacity: .7;
    }

    .home-step-flow__type:hover .home-step-flow__title {
        color: #0070bd;
        text-decoration: underline;
    }

    .home-step-flow__image {
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    }

    .home-step-flow__title {
        margin: 2.7rem 0 0;
        font-weight: 700;
    }

    .home-step-flow__title:after {
        top: -1px;
        width: 8px;
        height: 8px;
    }

    .home-step-flow__text {
        margin: 1.4rem 0 0;
    }

    .home-step-flow__note {
        margin: .7rem 0 0;
    }

    .home-step-flow__note__text {
        font-size: 1.4rem;
    }

    .home-step-flow__note .home-step-flow__note__link:hover {
        text-decoration: none;
    }

    .home-step-box {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 4.9rem 0 0;
        padding: 2.3rem 5.6rem 2.2rem;
    }

    .home-step-box__head {
        flex: 1 1;
    }

    .home-step-box__body {
        width: 307px;
    }

    .home-step-box__head+.home-step-box__body {
        margin-right: 4.8rem;
    }

    .home-step-box__subtitle {
        font-weight: 700;
    }

    .home-step-box__title {
        margin: 5px 0 0;
        font-size: 2rem;
        font-weight: 700;
    }

    .home-step-box__text {
        margin: 1em 0 0;
    }

    .home-step-box__text__type:hover {
        text-decoration: underline;
    }

    .home-step-box__text__type:after {
        top: -2px;
        width: 8px;
        height: 8px;
    }
}

@media only screen and (max-width: 767.98px) {
    .Main__content {
        padding: 1.5em 10px 6em;
    }

    .lineup-table__matrix {
        width: 100%;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-collapse: collapse;
    }

    .lineup-table__cell {
        padding: 7px 5px 10px;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        text-align: center;
    }

    .lineup-table__cell--lv1 {
        position: relative;
        padding: 8px 5px 5px;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        background: #0070bd;
        color: #fff;
        font-weight: bold;
    }

    .lineup-table_img_center {
        position: absolute;
        top: -20px;
        width: 150px;
        height: auto;
    }

    .lineup-table__cell--lv2 {
        padding: 8px 5px;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        background: #f9f9f9;
        font-weight: bold;
    }

    .lineup-table__text {
        margin: 0;
        color: #666;
        font-size: 1.0rem;
    }

    .lineup-table_left [class*="__cell"] {
        padding: .6em .8em;
    }

    .lineup-heading1 {
        height: 80px;
        background: url(/lineup/img/index_bg01_sp.jpg) no-repeat;
        background-position: 50% 50%;
        background-size: 100%;
    }

    .lineup-heading1__inner {
        width: 100%;
    }

    .lineup-heading1__title {
        padding-right: 20px;
        font-size: 2.1rem;
    }

    .lineup-heading2__title {
        font-size: 2.0rem;
    }

    .lineup-card {
        flex-flow: wrap;
        margin-top: 16px;
    }

    .lineup-heading1__inner {
        width: 100%;
    }

    .lineup-heading1__title {
        padding-right: 20px;
        font-size: 2.1rem;
    }

    .lineup-heading2__title {
        font-size: 2.0rem;
    }

    .lineup-card {
        flex-flow: wrap;
        margin-top: 16px;
    }

    .lineup-card__item {
        width: calc((100% - (15px)) / 2);
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .lineup-card__item:nth-child(1) {
        margin-top: 0;
    }

    .lineup-card__item:nth-child(2) {
        margin-top: 0;
    }

    .lineup-card__item:nth-child(n+3) {
        margin-top: 14px;
    }

    .lineup-card__head {
        margin-top: 14px;
        padding: 0 13px;
    }

    .lineup-card__body {
        min-height: 89px;
    }

    .lineup-card__lead {
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.7;
    }

    .lineup-card__underline {
        background: linear-gradient(to bottom, #fff 55%, #ffff54 55%, #ffff54 90%, #fff 90%);
    }

    .lineup-card__bottom {
        padding: 10px 22px 10px 8px;
        border-radius: 0 0 3px 3px;
    }

    .lineup-card__title:after {
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: -14px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        transform: rotate(45deg);
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        content: '';
    }

    .lineup-feature {
        margin-top: 93px;
    }

    .lineup-feature__title {
        font-size: 1.7rem;
    }

    .lineup-table_left {
        display: none;
    }

    .lineup-table-sp {
        margin-top: 18px;
        font-size: 1.2rem;
    }

    .lineup-media {
        margin-top: 30px;
        border-radius: 5px;
        text-align: center;
    }

    .lineup-media__body {
        padding: 18px 15px 20px 13px;
    }

    .lineup-media__title {
        padding-right: 15px;
        font-size: 1.8rem;
    }

    .lineup-media__title:after {
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: -14px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        transform: rotate(45deg);
        border: 0;
        border-top: solid 2px #0573be;
        border-right: solid 2px #0573be;
        content: '';
    }

    .lineup-media__text {
        margin: 5px 0 0 0;
    }

    .lineup-media__head {
        padding: 5px 12px 18px 12px;
    }

    .lineup-note-list>li {
        padding-left: 1.5em;
    }

    .lineup-badge--01 {
        max-height: 21px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 4px 5px 1px;
        font-size: 1.0rem;
    }

    .lineup-badge--02 {
        max-height: 21px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 3px 7px 0px;
        font-size: 1.0rem;
    }

    .lineup-badge--03 {
        max-height: 21px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 3px 3px 0;
        font-size: 1.0rem;
    }

    .lineup-badge--04 {
        max-height: 21px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 3px 3px 0;
        font-size: 1.0rem;
    }

    .lineup-table_button_left,
    .lineup-table_button_right {
        width: 65.2%;
        margin: 1.8em auto 0;
    }

    .lineup-table_button_left .lineup-table_button_left__type,
    .lineup-table_button_right .lineup-table_button_right__type {
        padding: 13px 15px 10px;
        border-radius: 5px;
        font-weight: 700;
    }

    .lineup_card_space {
        justify-content: center;
        align-items: center;
        width: 49%;
        gap: 2px;
    }

    .lineup_box {
        gap: 10px;
    }

    .title_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .lineup_card_box,
    .lineup_card_box_plus {
        width: 100%;
        height: 22px;
    }

    .lineup_title_text {
        width: 100%;
        height: 100%;
    }


    .title_text,
    .title_text_plus {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
    }

    .lineup_card_title_sp {
        font-size: 18px;
        font-weight: 700;
        color: #00a3d9;
    }

    .lineup_card_title_plus_sp {
        font-size: 18px;
        font-weight: 700;
        color: #005082;
    }

    .lineup_title_card_sp,
    .lineup_title_card_plus_sp {
        margin: 0;
    }

    .lineup_card_img {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 14.5em;
    }

    .lineup_img_box,
    .lineup_img_box_plus {
        margin: 0;
        margin-bottom: 10px;
        padding: 10px;
    }

    .title_text span,
    .title_text_plus span {
        height: 100%;
        font-size: 16px;
    }

    .title_text span:last-child,
    .title_text_plus span:last-child {
        margin-right: 10px;
    }

    .title_text span:after,
    .title_text_plus span:after {
        top: -1.5rem;
        left: .6rem;
        width: 5px;
        height: 5px;
    }

    .lineup_card_box:after {
        top: 22px;
        left: 48%;
        border: 5px solid transparent;
        border-top: 9px solid #00a3d9;
    }

    .lineup_card_box_plus:after {
        top: 22px;
        left: 48%;
        border: 5px solid transparent;
        border-top: 9px solid #005082;
    }

    .lineup_card_text {
        font-size: 14px;
        margin-right: 5px;
    }

    .lineup_card_text img {
        width: 2rem;
        height: 2rem;
        padding-right: 0;
        margin: 5px;
    }

    .lineup_img_box,
    .lineup_img_box_plus {
        height: 75px;
        width: auto;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .lineup_img_box img,
    .lineup_img_box_plus img {
        width: 100%;
        height: 100%;
    }

    .home-hero__app_sec {
        margin-top: 0;
    }
}

@media print,
screen and (min-width: 1260px) {
    body.is-liquid {
        min-width: auto !important;
    }

    body.is-liquid .Main__content {
        max-width: 100% !important;
    }
}

@media print {
    body {
        page: print-width;
        width: 1260px !important;
        margin: 0 auto !important;
    }

    body[data-browser^="ie"] {
        zoom: 1.9 !important;
        -webkit-transform: scale(0.45) !important;
        -webkit-transform-origin: 0 0 !important;
        transform: scale(0.45) !important;
        transform-origin: 0 0 !important;
    }

    body[data-browser="chrome"] {
        zoom: .85;
    }

    .heading1 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .heading1--center {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1259.98px) {
    .heading1 {
        width: calc(100% + (30px * 2));
        margin-right: -30px;
        margin-left: -30px;
    }

    .Main__head .heading1 {
        margin-right: 0;
        margin-left: 0;
    }

    .Main__head .heading1__inner {
        margin: 0;
    }

    .heading1--center {
        width: calc(100% + (30px * 2));
        margin-right: -30px;
        margin-left: -30px;
    }

    .Main__head .heading1--center {
        margin-right: 0;
        margin-left: 0;
    }

    .Main__head .heading1--center__inner {
        margin: 0;
    }
}





/* ------------------------------------------------------
 * gen-icon-arrow
------------------------------------------------------ */
.header-gnav__type__label:after,
.header-menu-sitemap__list__type:after,
.header-menu-sitemap__list-v2__type:after,
.header-menu-other__list__type:after,
.header-menu-other__banner__type>.header-menu-other__banner__title:after,
.footer-sitemap__list__link:after,
.footer-card__link .footer-card__title:after,
.home-hero__text__link:after,
.home-alert__type:after,
.home-about-box__list__type:after,
.home-select-card__title:after,
.home-step-flow__title:after,
.home-step-box__text__type:after,
.home-info-list .home-info-list__type .home-info-list__title:after,
.home-campaign-list .home-campaign-list__type .home-campaign-list__title:after>a:after {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    position: relative;
    border-top: 2px solid #0070bd;
    border-right: 2px solid #0070bd;
    vertical-align: middle;
    content: "";
}

.header-gnav__type__label:after,
.header-menu-sitemap__list__type:after,
.header-menu-sitemap__list-v2__type:after,
.header-menu-other__list__type:after,
.header-menu-other__banner__type>.header-menu-other__banner__title:after,
.footer-sitemap__list__link:after,
.footer-card__link .footer-card__title:after,
.home-hero__text__link:after,
.home-alert__type:after,
.home-about-box__list__type:after,
.home-select-card__title:after,
.home-step-flow__title:after,
.home-step-box__text__type:after,
.home-info-list .home-info-list__type .home-info-list__title:after,
.home-campaign-list .home-campaign-list__type .home-campaign-list__title:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ------------------------------------------------------
 * gen-icon-arrow-tail
------------------------------------------------------ */
.header-menu-sitemap__list__type:after,
.header-menu-sitemap__list-v2__type:after,
.header-menu-other__list__type:after,
.header-menu-other__banner__type>.header-menu-other__banner__title:after,
.footer-sitemap__list__link:after,
.footer-card__link .footer-card__title:after,
.home-hero__text__link:after,
.home-alert__type:after,
.home-about-box__list__type:after,
.home-select-card__title:after,
.home-step-flow__title:after,
.home-step-box__text__type:after {
    margin-left: 7px;
}

/* ----- home-hero ----- */
.home-hero {
    position: relative;
    left: calc(600px - 50vw);
    width: 100vw;
    height: 535px;
    background: linear-gradient(to right, #dbeefb, #f3f9fd 50%);
}

.home-hero>*:first-child,
.home-hero>section:first-child>*:first-child,
.home-hero>[class^="list-wrap"]>*:first-child {
    margin-top: 0 !important;
}

.home-hero>*:last-child {
    margin-bottom: 0 !important;
}

.home-hero__inner {
    height: 535px;
    margin: 0 auto;
    padding: 0 30px;
}

.home-hero__head {
    text-align: right;
}

.home-hero__image__front {
    position: relative;
    z-index: 1;
    left: 40%;
}

.home-hero__image__rear {
    width: 450px;
    position: relative;
    top: 175px;
    left: 15%;
}

.home-hero__body {
    position: absolute;
    top: 7.5rem;
    right: 53%;
}

.home-hero__title {
    margin: 0;
    line-height: 1.4;
}

.home-hero__lead__marker {
    display: inline;
}

.home-hero__box {
    border-top: 1px solid #ddd;
}

.home-hero__app_sec {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.home-hero__app {
    width: 308px;
}

.home-hero-button {
    width: 100%;
}

.home-hero-button .home-hero-button__type {
    padding: 1rem;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #0070bd;
    border-radius: 10px;
    font-weight: 700;
    background-color: #0070bd;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.home-hero-button .home-hero-button__type:hover {
    opacity: .7;
}

.home-hero-button .home-hero-button__text {
    color: #fff;
    margin: 3px 1px 1px 3px;
}

.home-hero-button__icon {
    width: 20px;
}


.home-hero__text__link:after {
    margin-left: 5px;
}

@media print,
screen and (min-width: 768px) {

    .header-gnav__type__label:after,
    .header-menu-sitemap__list__type:after,
    .header-menu-sitemap__list-v2__type:after,
    .header-menu-other__list__type:after,
    .header-menu-other__banner__type>.header-menu-other__banner__title:after,
    .footer-sitemap__list__link:after,
    .footer-card__link .footer-card__title:after,
    .home-hero__text__link:after,
    .home-alert__type:after,
    .home-about-box__list__type:after,
    .home-select-card__title:after,
    .home-step-flow__title:after,
    .home-step-box__text__type:after,
    .home-info-list .home-info-list__type .home-info-list__title:after,
    .home-campaign-list .home-campaign-list__type .home-campaign-list__title:after>a:after {
        width: 8px;
        height: 8px;
    }

    .header-menu-sitemap__list__type:after,
    .header-menu-sitemap__list-v2__type:after,
    .header-menu-other__list__type:after,
    .header-menu-other__banner__type>.header-menu-other__banner__title:after,
    .footer-sitemap__list__link:after,
    .footer-card__link .footer-card__title:after,
    .home-hero__text__link:after,
    .home-alert__type:after,
    .home-about-box__list__type:after,
    .home-select-card__title:after,
    .home-step-flow__title:after,
    .home-step-box__text__type:after {
        top: -2px;
    }

    .home-hero+[class*="home-"] {
        position: relative;
        margin-top: -16px;
    }

    .home-hero+.home-alert {
        margin-top: -57px;
    }

    .home-hero__inner {
        width: 1260px;
    }

    .home-hero__title {
        font-size: 6.8rem;
        font-weight: 700;
        text-align: center;
    }

    .home-hero__lead {
        margin: 2.5rem 0 0;
        font-size: 2.9rem;
        font-weight: 700;
        text-align: center;
    }

    .home-hero__lead__marker {
        padding: 0 4px;
        background: linear-gradient(transparent 45%, #ffff54 45%);
    }

    .home-hero__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 2.6rem;
        padding: 3rem 0 0;
    }

    .home-hero__text {
        margin: 0;
    }

    .home-hero__text__link:after {
        top: -1px;
        width: 8px;
        height: 8px;
    }

    .home-hero__text__link:hover {
        color: #0070bd;
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767.98px) {

    .header-gnav__type__label:after,
    .header-menu-sitemap__list__type:after,
    .header-menu-sitemap__list-v2__type:after,
    .header-menu-other__list__type:after,
    .header-menu-other__banner__type>.header-menu-other__banner__title:after,
    .footer-sitemap__list__link:after,
    .footer-card__link .footer-card__title:after,
    .home-hero__text__link:after,
    .home-alert__type:after,
    .home-about-box__list__type:after,
    .home-select-card__title:after,
    .home-step-flow__title:after,
    .home-step-box__text__type:after,
    .home-info-list .home-info-list__type .home-info-list__title:after,
    .home-campaign-list .home-campaign-list__type .home-campaign-list__title:after>a:after {
        width: 8px;
        height: 8px;
    }

    .header-menu-other__list__type:after,
    .header-menu-other__banner__type>.header-menu-other__banner__title:after,
    .footer-sitemap__list__link:after,
    .footer-card__link .footer-card__title:after,
    .home-hero__text__link:after,
    .home-alert__type:after,
    .home-about-box__list__type:after,
    .home-select-card__title:after,
    .home-step-flow__title:after,
    .home-step-box__text__type:after {
        top: -1px;
    }

    .home-hero {
        margin: -2.5em -20px 0;
        height: 64.4vw;
        background: linear-gradient(to right, #dbeefb, #f3f9fd);
        left: 0;
    }

    .Main__content>.home-hero {
        margin-top: -2.5em;
    }

    .home-hero+[class*="home-"] {
        margin-top: 3.4rem;
    }

    .home-hero+.home-alert {
        margin-top: 15px;
    }

    .home-hero__image {
        height: 100vw;
    }

    .home-hero__image__front {
        width: 75%;
        position: absolute;
        left: 0;
        z-index: 1;
        padding-top: 1rem;
    }

    .home-hero__image__rear {
        width: 60%;
        position: absolute;
        top: 35%;
        left: 35%;
    }

    .home__bg {
        position: relative;
        width: 100vw;
        height: 360px;
        z-index: 0;
        margin-top: -16px;
        background-color: #fff;
        left: calc(50% - 50vw);
    }

    .home-hero__body {
        width: 100%;
        padding: 0;
        top: 70px;
        right: 0;
        z-index: 1;
    }

    .home-hero__inner {
        padding: 0;
    }

    .home-hero__head {
        text-align: center;
    }

    .home-hero__title {
        font-size: 3.2rem;
        font-weight: 700;
        text-align: center;
    }

    .home-hero__lead {
        margin: .5rem 0 2.5rem;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
    }

    .home-hero__lead__marker {
        background: linear-gradient(transparent 60%, #ffff54 60%);
    }

    .home-hero__box {
        margin-top: 0;
        padding: 0;
    }

    .home-hero__app {
        width: 100%;
    }

    .home-hero__box>p {
        text-align: center;
    }

    .home-hero-button {
        width: 80%;
        margin: 1.8em auto 0;
    }

    .home-hero-button .home-hero-button__type {
        padding: 10px 10px 8px;
        border-radius: 5px;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
        font-weight: 700;
        justify-content: center;
    }

    .home-hero-button__icon {
        margin-left: 25px;
    }


    .home-hero__text {
        margin: 1em 0 0;
        text-align: center;
    }

    .home-hero__text__box {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .home-hero__text__box p:nth-child(2) {
        margin-bottom: 0;
    }

    .home-hero__text__link:after {
        top: -2px;
    }

    .home-step__title__lean {
        font-size: 13px;
        position: absolute;
        top: -17px;
        left: -2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1259.98px) {
    .home-hero {
        width: 1260px;
        margin-right: -30px;
        margin-left: -30px;
        left: 0;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767.98px) {
    .home__bg {
        height: 385px;
    }

    .home-hero__body {
        top: 85px;
    }
}

/* 船水修正分 */
table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    white-space: nowrap;
}

.lineup-table [class*="-middle"] {
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.lineup-table [class*="-right"] {
    border-right: dotted 2px #ddd;
}

.lineup-table [class*="lv2"] {
    font-size: 14px;
    background-color: #f9f9f9;
}

.lineup-table_left [class*="lv1"] {
    background-color: #00a3d9;
}

.lineup-table_right [class*="lv1"] {
    background-color: #005082;
}

.lineup-table {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.lineup-table-feature {
    margin-top: 77px;
    text-align: center;
}

.lineup-table-feature__title {
    position: relative;
    margin-bottom: 0.83em;
}

.lineup-scroll {
    overflow-x: auto;
    border: 2px solid #ddd;
    border-radius: 8px;
    -webkit-overflow-scrolling: touch;
}

.lineup-table-collapse {
    border-collapse: collapse;
}

.lineup-table_left .lineup-table-collapse thead {
    background-color: #00a3d9;
}

.lineup-table_right .lineup-table-collapse thead {
    background-color: #005082;
}

.lineup-table_flex {
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    padding-bottom: 3px;
    margin: 10px;
}

.lineup-table_left {
    margin-right: 20px;
}

.lineup-table_left,
.lineup-table_right {
    display: block;
    margin-top: 0;
}

.lineup-table_above {
    text-align: center;
}

.lineup-table_above-img {
    width: 95%;
}

.lineup-table_above-span1 {
    color: #00a3d9;
    position: absolute;
    top: 13%;
    left: 31%;
}

.lineup-table_above-span2 {
    color: #00a3d9;
    position: absolute;
    top: 13%;
    left: 20%;
}

.lineup-table_above-relative {
    position: relative;
    font-weight: 700;
}

.lineup-table__relative {
    position: relative;
}

.table-takusan-color {
    color: #005082;
}

.lineup-table--lv1--center {
    border-right: dotted 3px #fff;
    display: inline-flex;
    align-items: center;
    height: 45px;
    width: 101%;
    margin: 3px 0 0;
}

.lineup-table_text {
    color: #fff;
    font-size: 16px;
}

.lineup-table--lv1--center .lineup-table_text {
    padding-left: 42%;
}

.lineup-table--lv1__right {
    padding-left: 50px;
}

.lineup-table_left .lineup-table__head-img1 {
    position: absolute;
    width: 17%;
    top: -3%;
    left: 6%;
}

.lineup-table_right .lineup-table__head-img1 {
    position: absolute;
    width: 19%;
    top: -3%;
    left: 4%;
}

.lineup-table__head-img2 {
    position: absolute;
    top: -11px;
    left: 30%;
    width: 10%;
}

.lineup-table__head-img3 {
    position: absolute;
    top: -6px;
    left: 352px;
    width: 13%;
}

.lineup-table--detail {
    background-color: #f9f9f9;
    border-radius: 0 0 0 10px;
}

.lineup-table_button_left,
.lineup-table_button_right {
    width: 146px;
    height: 30px;
    margin: 0.75rem auto;
}


.lineup-table_button_left .lineup-table_button_left__type {
    display: block;
    background-color: #00a3d9;
    color: #fff;
    text-align: center;
    padding: 2px 0px;
    border: 2px solid #00a3d9;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}

.lineup-table--center {
    padding: 10px 0 12px;
}

.lineup-table--center-right {
    padding: 10px 0 12px;

}

.lineup-table--center__text {
    font-size: 16px;
    line-height: 0.75;
}

.lineup-table--center__text_big {
    font-size: 20px;
    font-weight: bold;
    line-height: 0;
}

.lineup-table--center__text_small {
    font-size: 12px;
    line-height: 0.5;
}

.lineup-table--center-middle__charge-limit {
    height: 120px;
}


.lineup-table_button_right .lineup-table_button_right__type {
    display: block;
    background-color: #005082;
    color: #fff;
    text-align: center;
    padding: 2px 0px;
    border: 2px solid #005082;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
}


.lineup-table--lv2--left-center {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.lineup-table__matrix_left,
.lineup-table__matrix_right {
    font-size: 16px;
}

.lineup-table__matrix_left {
    width: 530px;
    border-radius: 10px;
    margin-top: 1.25rem;
    outline: 2px solid #00a3d9;
    border: 0;
}

.lineup-table__matrix_right {
    width: 530px;
    border-radius: 10px;
    margin-top: 1.25rem;
    outline: 2px solid #005082;
    border: 0;
}

.lineup-table__radius1 {
    border-radius: 10px 0 0 0;
}

.lineup-table__radius2 {
    border-radius: 0 10px 0 0;
}

.table__w--90px {
    width: 90px;
}

.table__w--60px {
    width: 60px;
}

.table__w--190px {
    width: 190px;
}

/* スクロールヒントの表示 */
.js-scroll_hint {
    display: block;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .lineup-table {
        width: 1080px;
    }

    .lineup-table-feature__title {
        margin: 0;
    }

    .lineup-table_left,
    .lineup-table_right {
        margin-top: 23px;
    }

    .lineup-table_above-span1 {
        top: 8%;
        left: 28%;
    }

    .lineup-table_above-span2 {
        top: 8%;
        left: 16%;
    }

    .lineup-table--lv1__right {
        padding-left: 50px;
    }

    .lineup-note-list>li {
        padding-top: 0.875rem;
    }

    .lineup-note-list__mark {
        top: 0.875rem;
    }

    .lineup-scroll {
        overflow: visible;
        padding: 0;
        border: none;

    }

    .js-scroll_hint {
        display: none;
    }
}