.grid-container {
    margin-bottom: 0px;
}

.breadcrumbs {
    margin-bottom: 100px;
}

body article.main {
    max-width: 1920px;
}


/* contact */

.contact-info {
    position: relative;
}

.contact-info .info-cont {
    min-height: 612px
}

.contact-info:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 7px;
    width: calc(100vw - (100vw - 90rem) / 2 - 15px);
    height: 1px;
    background: #eaeaea;
}

.info-cont h2 {
    letter-spacing: 3px;
    word-spacing: 1px;
}

.sec.padding-large {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.global-title-en {
    margin-bottom: 1.375rem;
    font-size: 0.875rem;
    color: #191f23;
}

.global-title {
    margin-bottom: 7.75rem;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
}

.global-text-wrapper {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.global-text-block {
    margin-left: 0.9375rem;
    margin-right: 3.9375rem;
    margin-bottom: 5rem;
    padding-right: 3.125rem;
    width: calc(100vw / 4 - 30px);
    font-size: 0.875rem;
}

.global-text-block,
.global-text-block * {
    line-height: 2;
}

.global-text-block .inside {
    padding-top: 1.875rem;
    padding-right: 1.5rem;
}

.global-text-block .cont {
    padding-top: 1.875rem;
    padding-right: 1.5rem;
    border-top: 1px solid #7d7d7d;
    line-height: 20px;
}

.global-text-block .block-title {
    font-size: 1.125rem;
    font-weight: 900;
}


/* contact 開始 */

#onlycontact {
    width: 100%;
    margin: 0 0 0 0;
}

#map {
    min-height: 828px;
    height: 100%;
    right: 0;
    position: absolute;
    top: -95px;
    width: 600px;
    z-index: 1;
}

.contact-form {
    margin-bottom: 80px;
}

.contact-form input {
    outline: none;
    border: none;
}

.contact-forms h2 {
    letter-spacing: 3px;
    word-spacing: 1px;
    margin-bottom: 80px;
}

.contact-forms label {
    font-weight: 900;
}

.contact-forms .cell.must label::after {
    content: ' *';
    color: red;
}

.contact-forms .cell .error {
    position: relative;
    color: #9c2f2f;
    bottom: 30px;
    right: 15px;
    transform: translateY(100%);
    display: none;
    width: 100%;
}

.contact-forms .cell.null {
    margin-bottom: 40px;
}

.contact-forms .cell.null .error {
    display: block;
}

.contact-forms .button {
    margin-bottom: 0.9375rem;
    font-weight: 900;
    outline: none;
}

.contact-forms .button i::before {
    color: #fff;
}

.global-title {
    color: #142D24;
}

.error {
    padding-left: 15px;
}

.thanksWrap {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.992);
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
}

.thanks {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translateX(-50%);
    padding: 8.5% 5%;
    background-color: #fff;
    transition: 2s;
    border-radius: 10px;
}

.thanks .fas {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    float: right;
    top: 40px;
    position: fixed;
    cursor: pointer;
    right: 40px;
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal !important;
}

.thanks h1 {
    font-size: 50px;
    color: #000;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 30px;
    width: 70%;
}

.thanks p {
    font-size: 15px;
    font-weight: 700;
    width: 70%;
}


/* // */


/* RWD */

@media screen and (min-width: 1300px) {
    .contact-info .info-cont {
        max-width: 73%;
        margin-bottom: 90px;
        padding-bottom: 45px;
    }
}

@media screen and (min-width: 1300px) {
    .global-text-block {
        width: 278px;
    }
}

@media screen and (min-width: 1300px) {
    .global-text-block .sub-block {
        margin-top: 120px;
    }
}


/* 我的RWD */

@media screen and (min-width: 1600px) {}

@media (max-width: 1600px) and (min-width: 1300px) {
    .grid-container {
        margin-left: 6%;
        margin-right: 6%;
    }
    #map {
        width: 40%;
    }
    #map iframe {
        width: 100%;
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    .grid-container {
        margin-bottom: 90px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .global-title {
        margin-bottom: 2.7rem;
    }
    .global-text-block {
        width: 100%;
    }
    .global-text-wrapper {
        width: 60%;
    }
    #map {
        min-height: 842px;
        width: 40%;
        top: -95px;
    }
    #map iframe {
        min-height: 842px;
        width: 100%;
        top: 0px;
    }
    .thanks {
        width: 600px;
    }
}

@media (max-width: 1000px) and (min-width: 700px) {
    .grid-container {
        margin-bottom: 90px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .global-text-wrapper {
        width: 55%;
    }
    .global-text-block {
        margin-right: 0;
        width: 100%;
        margin-bottom: 3rem;
    }
    #map {
        width: 40%;
        height: 41%;
        min-height: 470px;
        top: 8%;
    }
    #map iframe {
        width: 100%;
        height: 41%;
        min-height: 470px;
        top: 8%;
    }
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .thanks {
        width: 500px;
    }
    .thanks h1 {
        font-size: 40px;
    }
    .thanks p {
        width: 60%;
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .breadcrumbs {
        margin-bottom: 50px;
    }
    .grid-container {
        margin-bottom: 50px;
        margin-left: 6%;
        margin-right: 6%;
    }
    .global-title {
        margin-bottom: 2.75rem;
    }
    .global-text-wrapper {
        width: 100%;
    }
    .global-text-block {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
    .block-grid-100 {
        width: calc(100% - 1.2rem) !important;
    }
    #map {
        width: 88%;
        min-height: 300px;
        position: relative;
        margin: 30% 6% 9%;
    }
    #map iframe {
        width: 100%;
        min-height: 300px;
        position: relative;
        height: 500px;
    }
    .thanks {
        max-width: 375px;
    }
    .thanks .fas {
        top: 20px;
        right: 25px;
    }
    .thanks h1 {
        font-size: 35px;
        width: 75%;
    }
    .thanks p {
        font-size: 15px;
        width: 60%;
    }
    .contact-forms .button {
        width: 100%;
    }
    .contact-info .info-cont {
        min-height: 500px
    }
}


/* 詢問增加 */

.col-layout {
    display: flex;
}

.left-area {
    width: 29%;
    padding: 0 150px 0 0;
}

.left-area .fz-B {
    font-size: calc(30/1920*100vw);
    font-weight: 700;
    border-top: 3px solid #000;
    padding-top: 30px;
}

.right-area {
    width: 71%
}

.right-area .cart-list-wrap .box1 {
    list-style: none;
    display: grid;
    grid-template-columns: 4fr 6fr 2fr;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    font-size: calc(20/1920*100vw);
    font-weight: 600;
}

.right-area .cart-list-wrap .box2 {
    display: grid;
    grid-template-columns: 3.3fr 5fr 1.6fr;
    list-style: none;
    grid-template-rows: 9.375vw;
    padding: 20px 0;
    border-bottom: 2px solid #000;
}

.right-area .cart-list-wrap .box2 li:nth-child(2) {
    margin: auto 0;
    font-size: calc(20/1920*100vw);
    font-weight: 600;
}
.right-area .cart-list-wrap .box2 li:nth-child(1) {
    width: 33.33%;
    margin: auto ;
}
.right-area .cart-list-wrap .box2 li:nth-child(3) {
    margin: auto 0;
}

.right-area .cart-list-wrap .btn-area {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: right;
}

.right-area .cart-list-wrap .btn-area .links {
    color: #f9be00;
    font-weight: bold;
    font-size: 1.375rem;
}

.links:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../src/acad01/img/t-01/iconset.svg);
    background-size: auto 100%;
    background-position: 2.04% 0;
    transition: all .3s ease;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2.5em;
    margin-top: -4px;
}

.links:hover:after,
.links:active:after {
    background-position: 0% 0;
}

.links:hover span {
    color: #2c2c2c;
}

.delete:before {
    width: 30px;
    height: 30px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../src/acad01/img/t-01/iconset.svg);
    background-size: auto 100%;
    background-position: 8.16% 0;
    transform: rotate( -45deg);
}

@media (max-width: 1300px) {
    .right-area .cart-list-wrap .box1 {
        font-size: 16px;
    }
    .right-area .cart-list-wrap .box2 li:nth-child(2) {
        font-size: 16px;
    }
    .col-layout .left-area {
        padding: 0 80px 0 0;
    }
    .left-area .fz-B {
        font-size: 24px;
        font-weight: 700;
        border-top: 3px solid #000;
        padding-top: 30px;
    }
    .right-area .cart-list-wrap .btn-area .link {
        font-size: 1.125rem;
    }
    .links:after {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1024px) {
    .col-layout .left-area {
        padding: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 20px;
    }
    .col-layout {
        display: flex;
        flex-direction: column;
    }
    .left-area .fz-B {
        border-top: none;
    }
    .left-area {
        width: 100%;
    }
    .right-area {
        width: 100%;
    }
    .right-area .cart-list-wrap .box2 {
        grid-template-rows: 15.375vw;
    }
}

@media (max-width: 700px) {
    .left-area .fz-B {
        padding: 0;
    }
    .right-area .cart-list-wrap .box1 {
        font-size: 16px;
        display: none;
    }
    .right-area .cart-list-wrap .box2 {
        grid-template-rows: 50vw;
        grid-template-columns: 1fr;
    }
    .right-area .cart-list-wrap .box2 li:nth-child(3) {
        margin: 30px 0;
        text-align: center;
    }
    .right-area .cart-list-wrap .btn-area {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
}