.prevContainer>header,
.searchContainer>header {
    width: 100%;
    height: 6rem;
    margin: 0;
    margin-bottom: 1rem;
    font-size: 4vw;
    background: linear-gradient(#17b967, #0c712b);
    background-color: rgba(0, 0, 0, 0);
    background-color: green;
    padding: .3rem 0;
    box-sizing: initial;
    font-weight: 700;
    line-height: 3rem;
    color: #eee;
    text-align: center
}

nav#abc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.azukari {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 1rem 1rem 3rem 1rem;
    border: 1px solid #62a478;
    background: url(../img/pcSearchContainerBg.png) right 10px no-repeat;
    position: relative
}

.azukari .description {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem
}

.azukari .description dt {
    width: 20%
}

.azukari .description dd {
    width: 78%
}

.azukari .button {
    display: inline-block;
    padding: .25rem .25rem;
    font-size: small;
    margin-right: 10px;
    right: .5em;
    border-radius: 3px;
    color: #3f52ff;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 2px double
}

.new_facility {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    left: 21px;
    position: initial;
    width: 100%
}

.new_facility div {
    margin: 0 .5% .5em .5%;
    padding: .5em;
    line-height: 1;
    text-decoration: none;
    color: #1a4429;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #55af76;
    border-left-color: #55af76;
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 5px solid #009e8f;
    word-break: keep-all;
    box-sizing: border-box;
    text-align: center
}

.buttom {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    font-family: Open Sans;
    font-size: 2.3vw;
    font-weight: 700;
    padding: 5vw 5vw;
    background-color: #fff;
    box-shadow: 1px 1px 1px 0 #000;
    -webkit-box-shadow: 1px 1px 1px 0 #000;
    -moz-box-shadow: 1px 1px 1px 0 #000;
    border: solid #abada9 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 2rem;
    background: url(../img/icon_map2.png) no-repeat 5% 50%;
    text-indent: 1.5rem
}

.buttom:first-of-type {
    background: url(../img/icon_map.png) no-repeat 5% 50%
}

@media only screen and (min-width:700px) {
    html {
        max-width: 1000px;

        body {
            max-width: 1000px;
            min-width: 1000px;

            header#top {
                max-width: 1000px;
                min-width: 1000px;
                background: url(../img/pcGlobalHeaderBg.png);
            }

            header#globalHead {
                display: none;
            }

            nav#globalNav {
                max-width: 1000px;

                min-width: 1000px;

                ol {
                    li {
                        border: none;

                        a {
                            text-indent: 100%;
                            white-space: nowrap;
                            overflow: hidden;
                        }
                    }
                }
            }

            section#globalSns {
                max-width: 1000px;
                height: 45px;
            }

            article#globalRight {
                article.listResult {

                    .searchContainer .items {
                        display: grid;
                        grid-template-rows: 200px auto;
                        grid-template-columns: 320px 1fr;
                        column-gap: 25px;
                        row-gap: 30px;
                        padding: 10px;
                        border: 1px solid #62a478;
                        background: url(../img/pcSearchContainerBg.png) right bottom no-repeat;
                        position: relative;
                        min-height: 350px;
                        margin: 0
                    }
                }

                article#listResult {
                    max-width: 778px;

                    dl.items {
                        grid-template-columns: 250px 1fr;
                        column-gap: 16px;
                        padding: 10px;
                        display: grid;
                        grid-template-rows: 200px auto;
                        row-gap: 30px;
                        border: 1px solid #62a478;
                        background: url(../img/pcSearchContainerBg.png) right bottom no-repeat;
                        position: relative;
                        min-height: 350px;
                        margin: 0;

                        dd.building_info {
                            header {
                                padding: 0 0 0.8rem 0rem;
                                margin-left: -55%;
                                width: 155%;

                                a {
                                    height: 24px;
                                }

                            }
                        }

                        dd.building_datail {
                            div.icon {
                                a {
                                    width: 85px;
                                    margin: 0 5px;

                                    div {
                                        width: 80px;
                                    }
                                }

                                div {
                                    width: 85px;
                                    margin: 0 5px;

                                    div.compassBody {
                                        width: 80px;
                                        background: url(../../../common/img/list/compus.png) no-repeat;
                                        background-size: 85%;
                                        /* 盤面を中央配置（background shorthand が position を 0 0 にリセットするため明示）。
                                           針の回転中心(body中心)と盤面中心を一致させる */
                                        background-position: center;
                                    }

                                    /* コンパス針画像を枠(85px)に合わせる（100pxのはみ出し・回転中心のずれを解消） */
                                    div.compassBody>img {
                                        width: 80px;
                                        height: 80px;
                                        max-width: 100%;
                                    }
                                }
                            }
                        }
                    }
                }

            }

            article#globalLeft {
                nav {
                    dl:nth-child(1) {
                        background: url(../img/pcLeftMenu1.png) no-repeat;
                        height: 469px;
                        margin-bottom: 10px;
                    }

                    dl:nth-child(2) {
                        background: url(../img/pcLeftMenu2.png) no-repeat;
                        height: 861px;
                        margin-bottom: 10px;
                    }

                    dl:nth-child(3) {
                        background: url(../img/pcLeftMenu3.png) no-repeat;
                        height: 552px;
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}

.building_datail header {
    border-bottom: 1px solid #62a478;
    color: #62a478
}

.new_facility {
    position: absolute;
    width: 755px;
    left: -274px
}

.prevContainer>header,
.searchContainer>header {
    text-indent: 1rem;
    height: 3.2rem;
    font-size: 2rem
}

.azukari header {
    width: 100%;
    font-weight: 700;
    color: #62a478;
    font-size: 2.4rem;
    border-bottom: 1px solid;
    padding-bottom: .3rem;
    margin-bottom: .5rem
}

.azukari .photo_area {
    width: 30%
}

.azukari .details {
    width: 65% !important;
    margin-left: .5rem
}

.azukari .rent {
    width: 100%;
    display: flex;
    font-size: 2.4rem;
    color: #00008b;
    font-weight: 600
}

.azukari .rent dt dfn {
    width: 8rem;
    display: inline-block;
}

.azukari .rent dd,
.azukari .rent dt {
    margin-right: 2rem
}

.floor {
    position: absolute;
    top: 1rem;
    right: -.5rem
}

.buttom {
    font-size: 19px;
    padding: 22px 18px 22px 35px;
    margin-right: 20px;
    margin-bottom: 15px;
    text-indent: .5em
}

.new_facility div {
    font-size: 1.8rem;
    border-left: 5px solid #009e8f
}

.searchContainer dl.items:nth-of-type(2n) {
    background: url(../img/pcSearchContainerBg.png) right bottom no-repeat rgba(237, 255, 237)
}

.photoarea {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-top: 49px
}

.building_info {
    grid-row: 1/2;
    grid-column: 2/3;
    max-width: 480px
}

.building_datail {
    grid-row: 2/3;
    grid-column: 2/3;
    position: relative;
    margin-top: 35px;
    max-width: 480px;
}


.building_map {
    grid-row: 2/3;
    grid-column: 1/2;
    width: 250px;
    padding-top: 2rem;
    position: relative;
    min-height: 140px
}

.building_datail dl,
.building_info dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 3rem
}

.building_info dl dt {
    width: 10.5rem;
    padding-bottom: .3rem
}

.building_datail dl dd,
.building_info dl dd {
    width: calc(100% - 10.8rem)
}

.building_datail>header {
    font-size: 2.2rem;
    margin-bottom: 1.2rem
}

.building_datail dl dt {
    width: 9rem
}

.building_datail dl dd.sqm {
    width: 16rem
}

.building_datail dl dd.rent {
    width: calc(100% - 26rem);
    padding-left: 2rem
}

.building_name,
.searchContainer .items {
    width: 100%
}
}

@media only screen and (max-width:768px) {
    .floor {
        position: absolute;
        bottom: 1rem;
        left: 1.6rem
    }

    .azukari .header {
        width: 100%;
        font-weight: 700;
        color: #62a478;
        font-size: 2.4rem;
        border-bottom: 1px solid;
        padding-bottom: .3rem;
        margin-bottom: .5rem
    }

    article#globalRight>article.searchContainer>dl.azukari>div>dl.rent>dt {
        width: 30vw
    }

    article#globalRight>article.searchContainer>dl.azukari .details {
        width: 100%
    }

    article#globalRight>article.searchContainer>dl.azukari .rent {
        width: 100%;
        display: flex;
        font-size: 2rem;
        margin-bottom: 1.6rem
    }

    article#globalRight>article.searchContainer>dl.azukari .details .rent dd {
        display: inline;
        width: 20vw
    }

    article#globalRight>article.searchContainer>dl.azukari .details .rent dd:last-child {
        width: 40vw;
        text-indent: 0
    }
}

.buttom {
    font-size: 19px;
    padding: 22px 18px 22px 35px;
    margin-right: 20px;
    margin-bottom: 15px;
    text-indent: .5em
}

i.fa-list-alt {
    display: none
}

span#hitcount {
    display: block;
    text-align: right;
    margin-right: 1rem;
    font-size: 1.5rem
}

.areaIcon {
    justify-content: space-evenly;
    width: 100%
}

div.iconset {
    display: flex
}

.topphoto {
    transition: .3s
}

.topphoto:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

article#globalRight>article.searchContainer>dl:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.icon2 {
    width: 480px;
    height: 60px;
    position: absolute;
    top: -41px;
    display: flex;
    justify-content: flex-end
}

.icon img,
.icon2 img {
    width: 100%;
    border: 1px solid
}

.icon {
    padding-top: 1rem;
    display: flex;
    justify-content: end
}

.icon div {
    width: 100px;
    margin: 0 9px;
    text-align: center
}

.icon2 div {
    width: 65px;
    margin: 0 5px;
    text-align: center
}

.icon div b {
    width: 99px;
    margin-left: 2px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    margin-left: -3px;
    margin-right: -6px;
    color: #000
}

.icon div.text {
    display: block;
    position: relative;
    font-size: small;
    left: 100px;
    font-weight: 700
}

.icon div .compassRoom {
    width: 100px;
    height: 83px;
    float: right;
    margin: 0;
    border: solid #00008b 1px;
    background: url(../img/compassRoom.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-position: center;
    border: 1px solid;
    position: relative
}

.icon div .compassRoom span {
    position: absolute;
    right: 0;
    top: 0
}

.icon div .compassRoom .compassBody {
    background: url(../img/list/compus.png) no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    background-position: center;
    margin-right: 0;
    margin-top: -10px;
    background-size: 80%
}

.icon360,
.iconNew,
.iconPick {
    border: 1px solid;
    color: #00f;
    margin-right: .25em;
    padding: .1em;
    display: inline-block;
    font-size: 1.6rem;
    height: 2.6rem;
    line-height: 1.6rem
}

.iconPick {
    color: #084e22
}

.seedetail {
    width: 100%;
    position: absolute;
    bottom: .5rem;
    height: 8rem;
    background: linear-gradient(to bottom, #1e7979e6, #058a8796);
    border-radius: .5rem;
    color: #eee;
    font-weight: 800;
    font-size: 3rem;
    cursor: pointer;
    border: 1px solid #023418;
    line-height: 4.3rem;
}

.seedetail small {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: -.6rem
}

p.areaDesc {
    line-height: 130%
}

div.areaDesc {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1.5rem;
    border-radius: 6px;
    background-color: #f4f4f4
}

div.areaDesc>h1 {
    line-height: unset;
    padding: 0;
    text-align: left;
    font-size: large;
    font-weight: 700;
    border-bottom: solid 1px;
    margin: 5px 0 10px 0;
    text-indent: 1em
}

div.areaDesc>h3 {
    font-size: medium;
    padding: .25em 0 .5em 0;
    background: 0 0 !important;
    color: #111;
    text-align: left;
    text-shadow: none
}

div.areaDesc p {
    font-size: 1.8rem
}

.compassBody>img {
    width: 100px;
    float: initial;
    padding: 0;
    border: none
}

.pager {
    margin: 2rem auto;
    width: 100%
}

.pager li {
    width: 5.5rem;
    height: 5rem
}

.pager li a {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .pager li {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .pager li.active,
    .pager li:first-of-type,
    .pager li:last-of-type,
    .pager li:nth-last-of-type(2),
    .pager li:nth-of-type(2) {
        position: static;
        top: initial;
        left: initial
    }

    .new_facility div {
        font-size: 3.4vw
    }

    .searchContainer .items {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 10px;
        border: 1px solid #62a478;
        overflow: hidden
    }

    .searchContainer .items:nth-of-type(2n) {
        background: url(../img/pcSearchContainerBg.png) right bottom no-repeat rgba(237, 255, 237)
    }

    .icon360,
    .iconNew,
    .iconPick {
        padding: 0 .1em
    }

    .pager li {
        display: flex;
        justify-content: center;
        margin: 3px;
        border-radius: 5px
    }

    .pager a {
        flex: 1;
        height: 44px;
        text-decoration: none;
        color: #fff
    }

    .pager li:not([class*=active]) a:hover {
        background-color: rgba(255, 255, 255, .2)
    }

    .pager li.active a {
        background-color: rgba(255, 255, 255, .65);
        color: #000;
        font-weight: 700
    }

    ul {
        -webkit-padding-start: 0
    }

    div.p_type>p:before,
    p.areaDesc:before {
        color: #111;
        font-size: large;
        padding-right: .25em;
        text-align: justify
    }

    div.p_type {
        width: 100%;
        border: 1px solid #ccc;
        padding: 1.5rem;
        border-radius: 6px;
        background-color: #f4f4f4
    }

    div.p_type>h2 {
        font-size: large;
        padding: 5px
    }

    div.p_type>p {
        font-size: 1.8rem
    }

    div.p_type>p>a {
        font-size: 2rem
    }

    article#globalRight>article.searchContainer>section#hit {
        width: 10em;
        margin: auto 0 1rem auto;
        text-align: right;
        color: #999
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    article#globalRight>article.searchContainer>dl {
        margin-bottom: 25px
    }

    .icon {
        width: 453px;
        height: 72px
    }

    .icon2 {
        height: initial;
        position: absolute;
        padding-bottom: 10px;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        right: 30px;
        width: calc(100% - 63% - 10px);
        position: absolute;
        top: 14%
    }

    .icon img,
    .icon2 img {
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid
    }

    .icon div {
        width: 63px;
        float: right;
        margin: 0 9px;
        text-align: center
    }

    .icon2 div {
        width: 46%;
        float: right;
        text-align: center;
        margin: 0;
        padding-bottom: 5px
    }

    .icon div b {
        width: 79px;
        margin-left: 2px;
        font-size: x-small;
        text-align: center;
        font-weight: 700;
        white-space: nowrap;
        margin-left: -3px;
        margin-right: -6px;
        color: #000
    }

    .icon div.text {
        display: block;
        position: relative;
        font-size: small;
        left: 100px;
        font-weight: 700
    }

    .icon2 div .compassRoom {
        margin: 0;
        border: solid #00008b 1px;
        background: url(../img/list/compass.png) no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-position: center;
        border: 1px solid;
        background-size: cover;
        height: 0;
        width: 100%;
        padding-bottom: 83%
    }

    .icon2 div .compassRoom .compassBody {
        background: url(../img/list/compassB.png) no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-position: center;
        margin-right: 0;
        background-size: 80%;
        padding: 0;
        width: 100%
    }

    div.facilityIcon {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        padding-top: 15px
    }

    div.facilityIcon>div {
        width: 17%;
        margin: 1%
    }

    div.facilityIcon2 {
        display: flex;
        -webkit-justify-content: flex-endn;
        justify-content: flex-end;
        padding-top: .5em
    }

    div.facilityIcon2>div {
        width: 23%;
        margin: 1%;
        text-align: center;
        font-weight: 700;
        font-size: 3.2vw
    }

    ul.description {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: large;
        margin: .75em
    }

    ul.description>li {
        text-indent: -1em;
        margin-left: 1em;
        width: 100%
    }

    ul.description>li.sa {
        text-indent: -1em;
        margin-left: 1em;
        width: 100% !important
    }

    ul.description>li:first-child {
        width: 8.5em
    }

    ul.description>li:nth-child(2) {
        width: calc(100% - 10.5em)
    }

    ul.description>li:before {
        content: '';
        display: inline-block;
        width: .5em;
        height: .5em;
        margin-right: .5em;
        background: red;
        transform: rotate(45deg);
        vertical-align: 2px
    }

    div.facilityIcon2 div .compassRoom {
        margin: 0;
        border: solid #00008b 1px;
        background: url(../img/list/compass.png) no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-position: center;
        border: 1px solid;
        background-size: cover;
        height: 0;
        width: 100%;
        padding-bottom: 83%
    }

    div.facilityIcon2 div .compassRoom .compassBody {
        background: url(../img/list/compassB.png) no-repeat;
        background-position-x: 0;
        background-position-y: 0;
        background-position: center;
        margin-right: 0;
        margin-top: 9%;
        background-size: 65%;
        padding: 0;
        width: 100%
    }

    div.facilityIcon2 .compassBody>img {
        width: 63px;
        float: initial;
        padding: 0;
        border: none;
        /* 針を body 内で水平中央に（インライン左寄せによる盤面中心からのずれを解消） */
        display: block;
        margin: 0 auto
    }

    div.mobile.simple.display.show>div.sample,
    dl.rent {
        width: 100%;
        color: #00008b;
        font-size: large;
        padding-bottom: 1em;
        overflow: hidden;
        font-weight: 700;
        text-indent: .5em
    }

    .rent {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent>dt,
    div.rent.sample>dt {
        width: 40vw;
        padding: 0;
        background: 0 0;
        font-size: 5vw
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent>dt>dfn,
    div.rent.sample>dt>dfn {
        font-weight: 700;
        color: #00008b
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent>dd:nth-of-type(2n-1),
    div.rent.sample>dd:nth-of-type(2n-1) {
        width: 50vw;
        text-align: left;
        text-indent: 0;
        font-size: 5vw
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent>dt:before,
    div.rent.sample>dt:before {
        color: #000;
        padding-right: .5em
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent>dd:nth-of-type(2n),
    div.rent.sample>dd:nth-of-type(2n) {
        width: 100%;
        text-indent: 9vw;
        font-size: 6vw;
        margin-bottom: 1rem
    }

    dl.rent2 {
        width: 85%;
        color: #dc143c;
        font-size: large;
        padding: .5em 0;
        overflow: hidden;
        font-weight: 700;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent2>dt {
        width: 42vw;
        background: 0 0;
        font-size: 6.5vw
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent2>dt>dfn {
        font-weight: 700;
        color: #dc143c;
        text-indent: .5em;
        display: inline-block
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent2>dd:nth-of-type(2n-1) {
        width: 37vw;
        text-align: left;
        text-indent: 0;
        font-size: 6.5vw
    }

    article#globalRight>article.searchContainer>dl>div>dl.rent2>dd:nth-of-type(2n) {
        text-align: left;
        text-indent: 0;
        width: auto;
        font-size: 7vw
    }

    .facilityHead,
    .facilityHead2 {
        font-size: large;
        padding: .5em 0;
        border-top: solid 2px #364e96;
        border-bottom: solid 2px #364e96;
        margin: 1em 0 .25em
    }

    .facilityHead:before {
        color: #000;
        display: inline-block;
        padding-right: .25em
    }

    .facilityHead2:before {
        color: #000;
        display: inline-block;
        padding-right: .25em
    }

    .areaIcon {
        display: flex
    }

    .areaIcon .buttom {
        width: 30%
    }

    div.areaDesc>h1 {
        margin: 0;
        font-size: medium
    }

    #tooltip {
        text-align: center;
        font-size: 14px;
        color: #fff;
        background: #87c040;
        position: absolute;
        z-index: 100;
        padding: 4px 10px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        margin-top: -30px
    }

    #tooltip:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #87c040;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #87c040;
        bottom: auto
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0
    }

    .button {
        display: inline-block;
        padding: .25rem .25rem;
        font-size: small;
        margin-right: 10px;
        right: .5em;
        border: 1px solid;
        border-radius: 3px
    }

    .button2 {
        display: flex;
        align-items: center;
        padding: .25rem .25rem;
        border-radius: 3px;
        font-size: 3vw;
        color: red;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border: red 2px double
    }

    .square_btn {
        display: inline-block;
        padding: .5em 1em;
        text-decoration: none;
        background: #87c040;
        color: #fff;
        border-bottom: solid 4px #627295;
        border-radius: 3px;
        width: 80%;
        text-align: center;
        border-radius: 6px;
        margin-bottom: 1em
    }

    .square_btn:active {
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        box-shadow: 0 0 1px rgba(0, 0, 0, .2);
        border-bottom: none;
        text-align: center;
        border-radius: 6px
    }

    .popupModal1,
    .popupModal2 {
        display: inline-block
    }

    .popupModal1>input,
    .popupModal2>input {
        display: none
    }

    .popupModal1>input:nth-child(1)+label,
    .popupModal2>input:nth-child(1)+label {
        cursor: pointer;
        color: red;
        width: initial
    }

    .modalPopup2,
    .modalPopup4 {
        display: none
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4 {
        display: block;
        z-index: 998;
        position: fixed;
        width: 80%;
        height: 45%;
        border-radius: 5px;
        left: 50%;
        top: 50%;
        margin-top: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 10px 20px;
        overflow: hidden
    }

    @media (min-width:768px) {

        .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2,
        .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4 {
            width: 600px;
            height: 600px;
            padding: 30px
        }

        .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label,
        .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
            left: 50% !important;
            top: 50% !important;
            margin-left: 270px !important;
            margin-top: -310px !important
        }
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: inline-block;
        width: 100%;
        height: 100%
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>iframe,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div>iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>img,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup4>div>img {
        max-width: 100%
    }

    .popupModal1>input:nth-child(1)+label~label,
    .popupModal2>input:nth-child(1)+label~label {
        display: none
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 997;
        text-indent: -999999px;
        overflow: hidden
    }

    .popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label,
    .popupModal2>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
        background: rgba(255, 255, 255, .5);
        display: inline-block;
        position: fixed;
        left: 10px;
        bottom: 20px;
        z-index: 999;
        width: 44pt;
        height: 44pt;
        font-size: 40px;
        border-radius: 50%;
        line-height: 44pt;
        text-align: center;
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2)
    }

    .popupModal1>input:nth-child(1)+label+input:nth-child(3)+label+input:nth-child(5):checked+label+.modalPopup2,
    .popupModal1>input:nth-child(1)+label+input:nth-child(3):checked+label+input:nth-child(5)+label+.modalPopup2,
    .popupModal2>input:nth-child(1)+label+input:nth-child(3)+label+input:nth-child(5):checked+label+.modalPopup4,
    .popupModal2>input:nth-child(1)+label+input:nth-child(3):checked+label+input:nth-child(5)+label+.modalPopup4 {
        display: none
    }

    .modalPopup2 {
        animation: fadeIn 1s ease 0s 1 normal;
        -webkit-animation: fadeIn 1s ease 0s 1 normal
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .popupModal1 .modalTitle,
    .popupModal2 .modalTitle {
        padding-bottom: .5em;
        margin: .5em 0;
        border-bottom: 1px solid #ccc;
        font-weight: 700;
        text-align: center
    }

    .popupModal1 .modalMain,
    .popupModal2 .modalMain {
        color: #222;
        text-align: left;
        font-size: 14px;
        line-height: 1.8em;
        text-align: center
    }

    article#globalRight>article.searchContainer>dl>dd:nth-of-type(1)>header {
        position: absolute;
        top: 13px;
        width: 100%;
        margin: 0
    }

    article#globalRight>article.searchContainer>dl>dd>dl,
    article#globalRight>article.searchContainer>dl>dd>dl>dd,
    article#globalRight>article.searchContainer>dl>dd>dl>dt {
        float: left;
        margin: 0;
        padding: 0;
        font-size: medium;
        width: 100%
    }

    article#globalRight>article.searchContainer>dl>dd:nth-of-type(1)>dl>dd {
        float: left;
        width: 100%
    }

    article#globalRight>article.searchContainer>dl>dd:nth-of-type(1) {
        margin: 0 0 16px 5px;
        width: 100%
    }

    article#globalRight>section.help1>header,
    article#globalRight>section.help2>header,
    article#globalRight>section.help3>header,
    article#globalRight>section.help4>header {
        float: intial;
        height: 36px;
        text-indent: 1em
    }

    ul.description2 {
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: large;
        margin: .75em 0
    }

    ul.description2>li {
        width: 48%;
        font-size: 4vw;
        margin-bottom: .5rem
    }

    ul.description2>li:nth-of-type(1) {
        width: calc(100% - 30vw);
        order: 1
    }

    ul.description2>li:nth-of-type(2) {
        width: 30vw;
        order: 2
    }

    ul.description2>li:nth-of-type(3) {
        width: 30vw;
        order: 4
    }

    ul.description2>li:nth-of-type(4) {
        width: calc(100% - 30vw);
        order: 3
    }

    ul.description2>li:nth-of-type(5) {
        width: calc(100% - 30vw);
        order: 5
    }

    ul.description2>li:before {
        content: '';
        display: inline-block;
        width: .5em;
        height: .5em;
        margin-right: .5em;
        background: red;
        transform: rotate(45deg);
        vertical-align: 2px
    }

    .areaIcon {
        margin: 0;
        padding: 0
    }

    div.areaDesc>h3 {
        height: 30px;
        font-weight: 700;
        background-color: #6bb887
    }

    div.more>div.close {
        margin: 0;
        font-size: unset
    }

    article#globalRight>article.searchContainer>section#hit {
        margin: 1em 0;
        text-align: right;
        color: #999;
        margin-top: 1em;
        float: right
    }

    div.p_type {
        float: unset;
        width: 90%;
        margin: .5em auto
    }

    p.areaDesc {
        float: unset;
        margin: .5em auto
    }

    .clearfix:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden
    }

    .clearfix {
        display: inline-block
    }

    * html .clearfix {
        height: 1%
    }

    .clearfix {
        display: block
    }

    @keyframes show {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .display {
        display: none !important
    }

    .display.show {
        display: block !important;
        transition: .7s;
        -webkit-transition: .7s;
        animation: show .7s linear 0s;
        -webkit-animation: show .7s linear 0s
    }

    .button {
        display: inline-block;
        padding: .25rem .25rem;
        font-size: small;
        margin-right: 10px;
        right: .5em;
        border-radius: 3px;
        color: #3f52ff;
        transition: all .3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        border: 2px double
    }

    #displaybutton {
        font-size: medium;
        padding: .25em;
        margin: .5em 1em
    }

    .iconPick {
        border: none;
        font-size: 20px;
        vertical-align: middle;
        color: #5f5b5b
    }

    .movie-icon {
        max-width: 32px;
        display: inline-block;
        vertical-align: bottom
    }
}