﻿@charset "UTF-8";

.cmn-text__error {
    background-color: #fff7f7;
    border: 1px solid #d80000;
    color: #d80000;
    padding: 30px 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

#PnlPrepareMaintenance .cmn-page-box {
    margin: 0 auto;
    padding: 20px 0;
    text-align:center;
    font-weight:bold;
}

.page-guide__box--table {
    border: 1px solid #c3c3c3;
    border-bottom: none
}

    .page-guide__box--table dl {
        display: flex
    }

        .page-guide__box--table dl dd, .page-guide__box--table dl dt {
            padding: 20px;
            /*font-size: 1.6rem;*/
            line-height: 1.4375
        }

        .page-guide__box--table dl dt {
            width: 200px;
            background-color: #f3f3f3;
            border-right: 1px solid #c3c3c3;
            border-bottom: 1px solid #c3c3c3
        }

        .page-guide__box--table dl dd {
            width: calc(100% - 200px);
            word-break: break-all;
            border-bottom: 1px solid #c3c3c3
        }

.page-guide__box .font_small {
    font-size: 1.5rem;
}

.page-guide__main a {
    color: #003790;
    text-decoration: underline
}

    .page-guide__main a:hover {
        text-decoration: none
    }

    .page-guide__main a .icon1:after {
        content: "";
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url("../img/guide26_01.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 85%;
        transform: translateY(-50%);
        right: 0px;
    }

    .page-guide__main a .icon2:after {
        content: "";
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url("../img/guide26_02.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 85%;
        transform: translateY(-50%);
        right: 0px;
    }

    .page-guide__main a .icon3:after {
        content: "";
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url("../img/guide26_03.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 85%;
        transform: translateY(-50%);
        right: 0px;
    }

/*.page-guide__category ul li a:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px
}*/

.page-confirm__seats-select {
    border: 10px solid #E8F4FF;
    margin-bottom: 35px
}

.page-confirm__seats-select--in {
    padding: 0 50px
}

    .page-confirm__seats-select--in h3 {
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
        /*color: #9b7f24*/
    }

.cmn-form__flex input[type=text] {
    width: 70%
}

.cmn-form__flex button {
    padding: 10px 20px;
    font-size: 1.6rem;
    margin-left: 15px;
}

.page-vacant__side #LastYearSelectTable h3 {
    border:none
}

.page-vacant__side .cmn-title-1 .ac_icon {
    width: 15px;
    transform: translateY(-50%);
    right: 14px
}

.page-benefit__seats-select--in .style-pc {
    display: block;
}

.page-benefit__seats-select--in .style-sp {
    display: none;
}

.page-waiting a {
    color: #003790;
    text-decoration: underline
}

.floating-area {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    padding: 10px;
    text-align: center;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
}

    .floating-area a {
        width: 210px;
        display: inline-block;
        text-align: center;
        background-color: #003790;
        border-color: #003790;
        margin-left: 5px;
    }