@media screen and (max-width:767px) {
    .tab-menu-nav a {
        font-size: 0.95em !important;
    }
}

.maindesign .mt30 {
    margin-top: 30px;
}
.maindesign .img_container img {
    width: 100%;
    height: auto;
}
.maindesign .flex_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .cam_bnr_container {
    margin: 50px 0;
}
.maindesign .cam_bnr_container li {
    width: 48%;
    margin-bottom: 15px;
}
.maindesign .cam_bnr_container li:first-child {
    width: 100%;
    margin-bottom: 30px;
}
.maindesign .cam_bnr_container a {
    color: #000;
}
.maindesign .cam_bnr_container p {
    text-align: center;
    margin-top: 5px;
}
.maindesign hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 5px dashed #ccc;
}
.maindesign .app_bnr_container {
    margin: 30px 0 70px;
    align-items: center;
}
.maindesign .app_bnr_container .text_content,
.maindesign .app_bnr_container .img_container {
    width: 48%;
}

@media screen and (max-width:767px) {
    .maindesign .cam_bnr_container {
        margin: 30px 0;
    }
    .maindesign .cam_bnr_container li {
        width: 100%;
    }
    .maindesign .cam_bnr_container li:first-child {
        margin-bottom: 15px;
    }
    .maindesign .app_bnr_container {
        margin: 15px 0 50px;
    }
    .maindesign .app_bnr_container .text_content,
    .maindesign .app_bnr_container .img_container {
        width: 100%;
    }
    .maindesign .app_bnr_container .text_content {
        margin-bottom: 10px;
    }
}

.maindesign .kome_container {
    margin: 50px 0;
    justify-content: flex-start;
}
.maindesign .kome_title {
    font-weight: bold;
    margin-right: 30px;
}
.maindesign .kome_text {
    font-size: 0.95em;
    padding-left: 1em;
    text-indent: -1em;
}
.maindesign .point_outer {
    margin-bottom: 100px;
}
.maindesign .point_container::before,
.maindesign .point_container::after {
    content: '';
    display: block;
    height: 0;
    width: 24%;
}
.maindesign .point_container::before {
    order: 1;
}
.maindesign .point_container .flex_content {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 24%;
    border: 1px solid #ccc;
    padding: 10px;
    position: relative;
    color: #000;
    margin-bottom: 30px;
}
.maindesign .point_container .img_container {
    width: 65%;
}
.maindesign .point_container .text_content {
    flex-grow: 1;
    font-size: 0.8em;
    margin-top: 5px;
}
.maindesign .point_container .point_content {
    width: 30%;
    position: absolute;
    top: 3%;
    right: 3%;
}

@media screen and (max-width:767px) {
    .maindesign .kome_title {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .maindesign .kome_text {
        font-size: 0.85em;
    }
    .maindesign .point_outer {
        margin-bottom: 70px;
    }
    .maindesign .point_container::before,
    .maindesign .point_container::after {
        width: 48%;
    }
    .maindesign .point_container .flex_content {
        width: 48%;
        margin-bottom: 15px;
    }
    .maindesign .point_container .img_container {
        width: 70%;
    }
    .maindesign .point_container .point_content {
        width: 35%;
    }
}

.maindesign .card_heading {
    width: 75%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maindesign .card_heading .text_content {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.maindesign .card_detail {
    margin: 30px 0;
}
.maindesign .card_detail .flex_content {
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px 15px 5px;
    align-items: center;
}
.maindesign .card_detail .text_content {
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.maindesign .card_detail .text_content .title {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.15em;
}
.maindesign .card_detail .text_content p {
    font-size: 0.95em;
}
.maindesign .card_detail .img_container {
    width: 35%;
}
.maindesign .img_reverse_container {
    height: 150px;
}
.maindesign .img_reverse_container img {
    height: 100%;
    width: auto;
}
.maindesign .btn_container {
    width: 100%;
    margin: 1.5rem 0 1.0rem !important;
}
.maindesign .btn_container li {
    width: 70% !important;
}
.maindesign .btn_container a {
    font-size: 1.0em !important;
    padding: 0.6em 0.5em !important;
}
.maindesign .register_container {
    margin: 30px auto;
    width: 50%;
}

@media screen and (max-width:767px) {
    .maindesign .tab-menu-nav li {
        font-size: 0.75rem !important;
    }
    .maindesign .card_heading {
        margin: 30px auto;
    }
    .maindesign .card_detail .text_content {
        width: 100%;
    }
    .maindesign .card_detail .flex_content {
        width: 100%;
        margin-bottom: 30px;
    }
    .maindesign .card_detail .img_container {
        margin: 15px auto;
        width: 70%;
    }
    .maindesign .img_reverse_container {
        height: 75px;
    }
    .maindesign .btn_container li {
        margin: 0 auto;
        width: 90% !important;
    }
    .maindesign .register_container {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .bnr {
        margin-top: 2rem;
    }
}

.maindesign h1.title {
    position: relative;
    background-color: #303b8b;
    width: 100%;
    height: 200px;
    z-index: -5;
}
.maindesign .title--inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.maindesign .title--inner-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.maindesign .title--inner-top .title--inner-top-item:not(:first-child) {
    margin-left: 10px;
}

.maindesign .title--inner-item-01 {
    order: 1;
}
.maindesign .title--inner-item-02 {
    order: 2;
}
.maindesign .title--inner-top-text {
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
}
.maindesign .title--inner-item-03 {
    order: 3;
}
.maindesign .title--inner-bottom {
    color: #fff;
    font-weight: bold;
    font-size: 3.35rem;
    margin-top: 20px;
    position: relative;
    width: fit-content;
}
.maindesign .title--inner-bottom::before {
    position: absolute;
    content: '';
    top: -15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transform: translateY(-50%);
}
.maindesign .title--inner-coin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    z-index: -1;
}
.maindesign .spe-sp-only {
    display: none;
}


@media screen and (max-width:767px) {
    .maindesign .title--inner {
        padding: 10px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .maindesign .title--inner-top {
        width: 100%;
        justify-content: space-between;
    }
    .maindesign .title--inner-top .title--inner-top-item:not(:first-child) {
        margin-left: 0;
    }
    .maindesign .title--inner-item-01 {
        order: 3;
        width: 18%;
    }
    .maindesign .title--inner-item-02 {
        order: 1;
    }
    .maindesign .title--inner-top-text {
        font-size: 4.0vw;
    }
    .maindesign .title--inner-item-03 {
        order: 2;
        width: 38%;
    }
    .maindesign .title--inner-bottom {
        font-size: 6.0vw;
        width: auto;
        display: flex;
        align-items: center;
        line-height: 1.3;
    }
    .maindesign .title--inner-coin {
        width: 15%;
    }
}

@media screen and (max-width:500px) {
    .maindesign .spe-sp-only {
        display: block;
    }
    .maindesign .title--inner-bottom {
        font-size: 8.5vw;
    }
    .maindesign .title--inner-coin {
        width: 35%;
    }
}



.maindesign .representative-table {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.maindesign .representative-table--item {
    position: relative;
    display: contents;
}
.maindesign .representative-table--link {
    display: contents;
    width: 100%;
    height: 100%;
    color: #333;
}
.maindesign .representative-table--inner {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    border: 1px solid #ccc;
    padding: 10px;
}
.maindesign .representative-table--inner:hover {
    opacity: 0.75;
    transition: 0.25s;
}
.maindesign .representative-table--point {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25%;
    height: auto;
}
.maindesign .representative-table--img {
    width: 120px;
    margin-inline: auto;
}
.maindesign .representative-table--name {
    margin-top: 10px;
    font-size: 0.95rem;
    line-height: 1.3;
}
.maindesign .representative-table--remainder {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 0 15px;
    grid-row: span 2;
}

@media screen and (max-width:767px) {
    .maindesign .representative-table {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .maindesign .representative-table--point {
        width: 30%;
    }
    .maindesign .representative-table--img {
        width: 60%;
        margin-inline: 0;
    }
    .maindesign .representative-table--name {
        font-size: 0.85rem;
    }
    .maindesign .representative-table--remainder {
        padding: 0 10px;
    }
}