.applycheck-block {
    position: relative;
    background-image: url(../images/BK.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 70px);
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 6rem;
}

.applycheck-panel {
    background: #ffffff90;
    padding: 4rem;
    height: 70vh;
    overflow-y: scroll;
}

.banner-block {
    padding: 3.5rem;
    color: #fff;
    background: url(../images/Banner-PC.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.banner-block-inner {
    padding: 6rem 1rem;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.function-block {
    color: #fff;
    box-shadow: #00000030 1px 1px 5px;
    margin-top: 6rem
}

.function-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 1.5rem 2rem;
    color: #fff;
}

.function-footer {
    padding: 2rem;
    background: var(--two-color);
}

.function-footer li {
    font-size: 1.6rem;
    margin: 0 0 2.5rem 1.5rem;
}

.function-footer li:last-child {
    margin-bottom: 0;
}

.function-content {
    box-shadow: #00000030 1px 1px 5px;
    background: var(--there-color);
    color: var(--two-color);

}

.function-content-item {
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}

.function-content-item-01 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.function-content-item-01:last-child {
    border-bottom: 0;
}

.function-content-item-02 {}

.fbb-2 {
    text-align: right;
}

.function-content-item li {
    font-size: 1.6rem;
    margin: 0 0 2.5rem 1.5rem;
    list-style-type: disc;
    position: relative;
}

.function-content-item li::before {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 20px;
    left: -11px;
    top: 25px;
}

.function-content-item li:last-child {
    margin-bottom: 0;
}

.function-content-item li.notyet {
    color: #DDDDDD;
}

.function-content-item li.notyet::before {
    content: "";
    position: absolute;
    background: #ddd;
    width: 1px;
    height: 20px;
    left: -11px;
    top: 25px;
}

.function-content-item li:last-child::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 20px;
    left: -11px;
    top: 25px;
}

.function-content-input {
    padding: 2rem;
}

.function-content-table {}

.function-content-table-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border: 1px solid #ddd;
}

.col-12:last-child .form-control {
    margin-bottom: 0;
}

.function-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
    font-size: 1.6rem;
}

.function-select-btn a {
    background: var(--one-color);
    display: flex;
    padding: 1.5rem 2rem;
    width: 49%;
    justify-content: center;
    color: #fff;
    align-items: center;
}

.function-select-btn a img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
}

.member-block {
    margin-top: 6rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--one-color);
    border-color: transparent;
}

.member-block .nav-item a {
    color: #000;
    background: #ddd;
    border-radius: 0;
    padding: 1.5rem 2.5rem;
    margin: 0 1.5rem 1rem 0;
}

.member-group .member-item {
    padding: 2rem;
    background: #fff;
}

.member-group {
    margin-top: 2rem;
}

.nav-tabs {
    border-bottom: transparent;
}

.article-block {
    margin-top: 6rem;
    background: #fff;
    box-shadow: #00000030 1px 1px 5px;
}

.article-block .title {
    padding: 3rem 2rem;
}

.article-item h3 {
    padding: 2rem;
}

.article-item p {
    padding: 2rem;
}

/* 電費 */
.ele-total {
    display: flex;
}

.ele-group {
    margin-top: 6rem;
}

.ele-item {
    margin-bottom: 4rem;
}

.ele-total {
    display: flex;
    background: #fff;
    padding: 2rem;
    flex-direction: column;
}

.ele-total-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.ele-total-item:last-child {
    margin-bottom: 0rem;
}

.accordion {
    width: 100%;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 2rem 0 2rem 0.5rem;
    color: #333;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 25px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: var(--primary-color);
}

.accordion li.open i {
    color: var(--primary-color);
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

.submenu {
    display: none;
    font-size: 1.6rem;
}

.submenu p {
    border-bottom: transparent;
}

.submenu p {
    display: block;
    text-decoration: none;
    padding: 1.5rem 0 1.5rem 0.5rem;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #fff;
    padding: 2rem;
}

.submenu a:hover {
    background: #999;
    color: #FFF;
}



.faq-block {
    font-size: 1.6rem;
}

.faq-block li {
    list-style: none;
}

.faq-block li:first-child .link {
    border-top: 1px solid #ddd;
}

.faq-block li:last-child .link {
    border-bottom: transparent;
    background: #000;
}

.faq-block li span {
    padding-right: 0.5rem;
}


.link span {
    color: #fff;
    padding: 2rem;
}

.accordion li.open i {
    color: #fff;
}

.submenu {
    background: #fff;
}

.submenu-2 {
    display: flex;
    flex-direction: column;
}

.submenu-2 div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.submenu-3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* news */
.news {
    margin-top: 6rem;
}

.news-item {
    font-size: 1.6rem;
    border-top: 1px solid #ddd;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.news-item:last-child {
    border-top: transparent;
}

.applycheck-panel {
    background: #ffffff;
    padding: 4rem;
    box-shadow: #00000030 1px 1px 5px;
}

.applycheck-block li {
    font-size: 1.6rem;
    margin: 2.5rem 0 2.5rem 2.5rem;
    line-height: 33px;
}

.dorm-group {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dorm-item {
    width: 30%;
    margin-bottom: 3rem;
}

.dorm-item a {
    width: 100%;
    height: inherit;
    display: block;
    border: 1px solid #aaa;
}

.dorm-item-01 {
    background-image: url(../images/01.jpg);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item-02 {
    background-image: url(../images/02.png);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item-03 {
    background-image: url(../images/03.jpg);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item-04 {
    background-image: url(../images/04.jpg);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item-05 {
    background-image: url(../images/05.jpg);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item-06 {
    background-image: url(../images/06.jpg);
    background-position: center center;
    background-size: cover;
    height: 25rem;
    position: relative;
}

.dorm-item p {
    position: absolute;
    padding-left: 1rem;
    left: 0rem;
    bottom: 1rem;
    width: 100%;
    background: var(--one-color);
    color: #fff;
}

.dorm-item p:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background: #fff;
    right: 0;
    bottom: 15px;
}

.dorm-inner {
    margin-top: 6rem;
}

.dorm-inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dorm-inner-content p,
.dorm-inner-content img {
    margin-top: 4rem;
}


/*-----------------------------------------------------------------------------------------RWD-----------------------------------------------------------------------------------------*/
@media(max-width:1800px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1800*/
}

@media(max-width:1440px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1440*/

}

@media(max-width:1360px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------1360*/

}

@media(max-width:1200px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------1200*/
    .dorm-item p:after {
        width: 50%;
    }
}

@media(max-width:991px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------991*/
    .banner-block {
        background: url(../images/Banner-MOB.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .function-block {
        margin-top: 4rem;
    }

    .article-block {
        margin-top: 4rem;
    }

    .member-block {
        margin-top: 4rem;
    }

    .ele-group {
        margin-top: 4rem;
    }

    .news {
        margin-top: 4rem;
    }

    .dorm-item {
        width: 47%;
    }

    .dorm-inner {
        margin-top: 4rem;
    }
}

@media(max-width:768px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------768*/
    .btn-groups {
        margin: 2rem 0 2rem;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .btn-groups button {
        margin: 0.5rem 0;
    }
}

@media(max-width:576px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------576*/
    .function-select-btn {
        margin-top: 4rem;
    }

    .function-select-btn {
        flex-direction: column;
    }

    .function-select-btn a {
        margin: 1rem 0;
        width: 100%;
    }

    .applycheck-panel {
        padding: 2rem;
    }

    .dorm-item {
        width: 100%;
    }

    .member-block .nav-item a {
        margin: 0 1rem 1rem 0;
    }

}

@media(max-width:480px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------480*/
    .function-block {
        margin-top: 2rem;
    }

    .function-content-item {
        padding: 1rem;
    }

    .function-header {
        padding: 1rem;
    }

    .function-btn-block {
        display: flex;
        flex-direction: column;
    }

    .function-btn-block button {
        margin: 0.5rem 0;
    }

    .function-content-text {
        width: 50%;
    }

    .function-content-input {
        padding: 1.5rem 1rem 1rem;
    }

    .member-group .member-item {
        padding: 1rem;
        background: #fff;
    }

    .function-content-item-01{
        flex-direction: column; 
        align-items: inherit; 
    }

    .function-btn-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .function-btn-block button,.function-btn-block p{
        width: 48.5%;
        padding: 1.5rem 0;
        text-align: center;
    }
}

@media(max-width:420px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------420*/

}