﻿#contentsArea {
    padding: 10px 10px 10px 10px;
    position: relative;
}

#fixedContentsArea {
    padding: 0px 10px;
    position: relative;
}

#fixedPart {
    padding: 5px;
}

.frame {
    background-color: var(--custom-gray4);
    border-radius: 5px;
    padding: 20px 0px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.mypage-badge {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 40px;
    background-color: var(--orange);
    color: var(--custom-white);
    border-radius: 12px;
    width: 40px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    font: normal normal normal 12px/25px Hiragino Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 12px;
}

    .mypage-badge.external-linked {
        width:60px;
    }

    .mypage-badge.external-no-link {
        width: 60px;
        background-color: var(--secondary);
    }

    .btn-link {
        justify-content: flex-end;
    }

.meitetsu-net {
    padding-right: 23px
}

.external-browser-icon {
    top: 13px;
    right: 9px;
}

#net-reserve-message {
    margin: 0px -10px;
}

ul.notice {
    list-style-type: none;
    font-weight: bold;
    font-size: 12px;
}

    ul.notice > li {
        margin-left: 1.9em;
        text-indent: -1.9em;
    }

li.info-icon::before {
    content: "!";
    background-color: var(--custom-black);
    color: var(--custom-gray1);
    border-radius: 50%;
    padding: 0px 6px;
    font-weight: bold;
    margin: 0 3px;
}


.button-area {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    position: fixed;
    bottom: 0px;
    background-color: var(--custom-gray5);
    width: 100%;
}

    .button-area button {
        width: 100%;
        height: 40px;
        padding: 0;
        position: relative;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    }
.button-wrapper-in-announce {
    padding: 5px;
    width: 100%;
}

.col2-cell {
    grid-column: 1/3;
    grid-row: 3;
}

.external-browser-icon {
    color: var(--custom-blue);
    right: 5px;
    top: 11px;
}

@media(max-width:330px) {
    .button-area button {
        font-size: 0.89rem;
    }

        .button-area button span {
            font-size: 16px;
        }
}


.mypage-btn {
    display: inline-block;
    color: var(--custom-blue);
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 8px 0;
    height: 60px;
}
    .mypage-btn.lines {
        padding-top: 6px !important;
    }

    .mypage-btn > span.annotate {
        font-size: 13px;
        font-weight: 300;
        position: relative;
        top: -8px;
    }

    .mypage-btn.button-next::after {
        right: 13px;
        top: 16px;
    }


/* 大見出し */
.head-line {
    border-left: 5px solid var(--custom-green);
    padding-left: 8px;
    font-size: 16px;
}

/* 販売名称 */
.description {
    text-align: center;
}

.button-inner-image1 {
    height: 26px;
    vertical-align: top;
}

.image-after-text1 {
    position: relative;
    color: gray;
    font-size: 18px;
}

.cancel-bottom-button {
    position: absolute;
    right: 0px;
    bottom: 20px;
    left: 0px;
    vertical-align: bottom;
    width: calc(100% - 20px);
    margin: 0 auto;
}