.w100 {
    width: 100% !important
}

.w85 {
    Width: 85% !important
}

#page-top,
#toThai {
    display: none
}

.contact-l {
    color: #fff !important;
    text-decoration: none
}

.c-button {
    width: 240px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    padding: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background: green;
    margin: 2rem auto
}

.c-button:hover {
    background: #005500 !important
}

img {
    width: 100%;
    height: auto
}

a {
    color: inherit;
    text-decoration: none
}

.st0 {
    fill: #06148f
}

.st1 {
    fill: #2113ef
}

address,
article,
aside,
blockquote,
center,
dd,
details,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
menu,
nab,
noscript,
option,
p,
pre,
section {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 0
}

#globalRight {
    width: 100%;
    overflow: hidden;

    #breadcrumbs {
        ul {
            display: flex;
            background: linear-gradient(180deg, rgba(254, 254, 254, 1) 0, rgba(221, 221, 221, 1) 50%);
            margin-bottom: 1.5rem;
            border: 1px solid #9cb39c;

            li {
                font-size: 1.3rem;
                color: #333;
                margin: .3rem 0;
                display: flex;
                align-items: center;

                a {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden
                }
            }

            li:after {
                content: '>';
                padding: 0 .3em;
                color: #888;
                font-size: 1.3rem
            }

            li:last-child:after {
                content: none
            }
        }
    }

    h1 {
        border-bottom: solid .16rem #44a648;
        padding-bottom: .6rem;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: normal
    }

    h2 {
        color: #fff;
        font-size: 2rem;
        padding: 1.5rem;
        margin-bottom: 2rem;
        display: block;
        position: relative;
        z-index: 0;
        font-weight: 700;
        margin: 1rem;
        line-height: 1.3;
    }

    h2::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #44a648;
        transform: skew(-10deg);
        z-index: -1
    }

    h2::after {
        content: '';
        position: absolute;
        border-left: 15px double #fff;
        height: 100%;
        top: 0;
        right: 20px;
        transform: skew(-10deg)
    }

    b {
        font-size: 1.3rem !important;
        line-height: 1.4;
    }

    main {
        .post-content {

            .map,
            .youtube {
                position: relative;
                width: 100%;
                padding-top: 56.25%;
                margin-bottom: 10px;

                iframe {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100% !important;
                    height: 100% !important
                }
            }

            a {
                color: #00E;
                text-decoration: underline
            }

            a:visited {
                color: #551A8B;
                text-decoration: underline
            }

            a:active {
                color: red;
                text-decoration: underline
            }


            h3 {
                font-size: 1.8rem;
                padding: .75rem 1.5rem;
                display: block;
                border-left: 6px solid #44a648;
                position: relative;
                margin-bottom: 1.5rem;
                line-height: 1.2em;
                font-weight: 400;
                text-transform: none
            }

            h3:before {
                content: "";
                display: block;
                position: absolute;
                left: 3px;
                top: 0;
                width: 2px;
                height: 100%;
                background: #44a648
            }

            .caption {
                font-size: 16px;
                margin-top: 10px;
                margin-bottom: 35px;
                text-align: center
            }

            ol {
                list-style: decimal;
                margin: 0 0 1.5em 3em;

                li {
                    font-size: 1.4rem;
                    line-height: 1.5
                }
            }

            .c-container {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: baseline;
                align-content: stretch;
                margin: 1rem 0;

                .item-20,
                .item-25,
                .item-30 {
                    width: 31%;
                    margin: 2% 1%
                }

                .item-50 {
                    width: 48%;
                    margin: 2% 1%
                }

                div p {
                    font-size: 1rem
                }
            }

            section {
                width: 95%;
                margin-bottom: 2em;
                padding: 1em;
                background: #fff;
                box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
            }

            section:first-child {
                margin-top: 1rem
            }

            p {
                font-size: 1.4rem;
                line-height: 1.5;

                b {
                    font-size: 1.4rem;
                    line-height: 1.5
                }
            }

            table {
                margin: .8rem 0;
                display: block;
                overflow-x: scroll;
                white-space: nowrap
            }

            .tc {
                text-align: center;
                padding: .2rem 0;

                img {
                    max-width: 100%;
                    width: inherit
                }

                table {
                    margin: .8rem 0;
                    display: block;
                    overflow-x: auto;
                    white-space: nowrap
                }
            }

            ul {
                list-style: disc;
                margin: .5rem 0 1.5rem 3rem;
                display: list-item;

                li {
                    font-size: 1.4rem;
                    line-height: 1.5;
                    display: list-item
                }
            }
        }
    }

    div.c-box {
        margin: 2rem 1rem;
        border: double .5rem green;
        padding: .3rem;
        text-align: center;

        .r-container {
            display: flex;
            flex-direction: column-reverse
        }
    }

    div.box-w {
        .front-box {
            max-width: 100%;
            margin: auto;
            padding: 40px;
            position: relative;
            z-index: 3;

            h2 {
                color: #fff;
                font-size: 2rem;
                padding: 1.5rem;
                display: block;
                position: relative;
                z-index: 0;
                font-weight: 700
            }

            h2::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #44a648;
                transform: skew(-10deg);
                z-index: -1
            }

            h2::after {
                content: '';
                position: absolute;
                border-left: 15px double #fff;
                height: 100%;
                top: 0;
                right: 20px;
                transform: skew(-10deg)
            }

            .r-container {
                ul {
                    li {
                        width: 90%;
                        -webkit-transition: all .1s ease;
                        transition: all .1s ease;
                        -webkit-box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                        box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                        border-radius: 6px;
                        height: 100%;
                        background: #fff;
                        padding-bottom: 2rem;

                        a {
                            min-height: 90px;
                            font-size: 1.3rem;
                            line-height: 1.4;
                            width: 100%;
                            display: block;

                            img {
                                padding-bottom: .5rem
                            }
                        }
                    }
                }

                .item-30 {
                    width: 100% !important;
                    margin: 2% 1%;

                    .post-box {
                        -webkit-transition: all .1s ease;
                        transition: all .1s ease;
                        -webkit-box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                        box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                        border-radius: 6px;
                        height: 100%;
                        background: #fff;

                        a {
                            font-size: 16px;
                            color: #000;
                            text-decoration: none
                        }
                    }
                }
            }
        }
    }
}

label {
    display: block;
    margin: 0;
    border: 1px solid #fff;
    color: #fff
}

input[type='checkbox'].on-off {
    display: none
}

.panel,
input[type='checkbox'].on-off+div {
    height: 0;
    overflow: hidden
}

input[type='checkbox'].on-off:checked+div.pane3 {
    height: 1175px;
    padding-bottom: 20px
}

.pager {
    margin: 10px 0
}

.pager>ul {
    display: flex;
    justify-content: center
}

nav.pager>ul>li>a {
    min-width: 20px;
    margin: 0 5px 0 0;
    padding: 5px;
    line-height: 20px;
    text-align: center;
    color: #62a478;
    border: 1px solid #62a478;
    text-decoration: none
}

nav.pager>ul>li>a.here {
    text-decoration: none;
    background: #62a478;
    color: #fff
}

.transition,
div.content,
dl dt i:after,
dl dt i:before {
    transition: all .25s ease-in-out
}

.flipIn,
dl dt,
h1 {
    animation: flipdown .5s ease both
}

dl {
    list-style: none;
    padding: 0;
    margin: 0
}

dl dt:nth-of-type(1) {
    animation-delay: .5s
}

dl dt:nth-of-type(2) {
    animation-delay: .75s
}

dl dt:nth-of-type(3) {
    animation-delay: 1s
}

dl dt:last-of-type {
    padding-bottom: 0
}

dl dt i {
    position: absolute;
    transform: translate(-6px, -8px);
    margin-top: 16px;
    right: 0
}

dl dt i:after,
dl dt i:before {
    content: "";
    position: absolute;
    background-color: #4cac6e;
    width: 3px;
    height: 9px
}

dl dt i:before {
    transform: translate(-2px, 0) rotate(45deg)
}

dl dt i:after {
    transform: translate(2px, 0) rotate(-45deg)
}

dl dt input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1em;
    z-index: 1;
    opacity: 0
}

dl dt input[type=checkbox]:checked~div.content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%)
}

dl dt input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg)
}

dl dt input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg)
}

ul#ui-id-1 {
    background-color: #ffffffd4
}

label.open_button {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

header.section-header {
    width: 100%;
    height: 35px;
    margin: 0;
    font-size: 20px;
    background-color: green;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    display: flex
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg)
    }

    5% {
        opacity: 1
    }

    80% {
        transform: rotateX(8deg)
    }

    83% {
        transform: rotateX(6deg)
    }

    92% {
        transform: rotateX(-3deg)
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0)
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

@media (max-width:740px) {
    #globalRight main .post-content table::before {
        content: "";
        display: block;
        font-size: .85rem;
        color: #666;
        margin-bottom: .3rem;
        text-align: right
    }

    details {
        font-size: 1.5rem;
        line-height: 1.8rem;
        transition: .5s;
        cursor: pointer;
        max-height: 2em;
        transition: all 0.4s;
        overflow: hidden;
        padding: .3rem 0;
        height: 2rem;

        >ul {
            border-top: 2px solid #556b2f
        }
    }

    details[open] {
        height: 100%;
        max-height: 50rem;
        transition: all .4s
    }

    summary {
        line-height: 1.8rem;
        height: 2rem;
        color: #fff;
        margin-top: .2rem
    }

    .anime {
        box-sizing: border-box
    }

    div#main {
        background-color: #ffffffd4;
        display: flex;
        flex-flow: column wrap;
        width: 100%;
        margin-top: -6px
    }

    #searchMenu {
        display: flex;
        width: 100%;
        height: 100%;
        background: #f9f9f4;
        flex-wrap: wrap;
        overflow: hidden;
        background-color: #fff;
        margin: 0;
        padding: 0;

        li {
            width: 46%;
            margin: 2%;
            cursor: pointer
        }

        >a {
            width: 100%;
            text-decoration: none;
            position: relative
        }

        a.covid {
            span:nth-child(2) {
                top: -2%;
                left: 2%;
                position: absolute;
                text-shadow: #fff 2px 0 0, white -2px 0 0, white 0 -2px 0, white 0 2px 0, white 2px 2px 0, white -2px 2px 0, white 2px -2px 0, white -2px -2px 0, white 1px 2px 0, white -1px 2px 0, white 1px -2px 0, white -1px -2px 0, white 2px 1px 0, white -2px 1px 0, white 2px -1px 0, white -2px -1px 0, white 1px 1px 0, white -1px 1px 0, white 1px -1px 0, white -1px -1px 0;
                color: #935238;
                font-size: 1.25rem;
                font-weight: 700
            }

            span:nth-child(3) {
                top: 48%;
                left: 16%;
                position: absolute;
                text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
                color: #935238;
                font-size: .9rem
            }
        }

        div.line {
            text-align: center;
            width: 100%;
            padding: 1.3rem 0;
            height: 19rem;

            >p {
                font-size: 1.5rem;
                margin-bottom: .8rem;
                height: 7rem
            }

            div {
                display: flex;
                justify-content: space-around;

                a img {
                    max-width: 200px
                }

                a:nth-last-child(1) {
                    font-size: 1.3rem;
                    background: #44a578;
                    border-radius: .3rem;
                    margin-bottom: .4rem;
                    padding: .5rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    color: #EEE
                }
            }

            section div.rip {
                font-size: 1.4rem;
                background-color: #000;
                color: #fff;
                border-top: 5px solid #000;
                border-bottom: 5px solid #fff;
                padding: 10px 20px;
                text-align: center;
                font-family: 'Arial', 'Meiryo', sans-serif;
                font-weight: 400;
                min-height: 7rem;
                flex-direction: column;
                justify-content: space-between;

                p {
                    font-size: 1rem;
                    line-height: 1.2rem
                }
            }
        }

        a.store {
            box-sizing: border-box;
            border: 3px solid orange;
            border-radius: .3rem;
            margin: 1rem 1.5em 0;

            div {
                color: orange;
                line-height: 3.6vw;
                padding: .4rem 0;
                text-align: center;
                font-size: 3.2vw;
                font-weight: 700
            }
        }

        a.tm30 h2 {
            text-align: center;
            margin: 8px 0
        }

        #buy {
            margin: 1em auto
        }

        #preview {
            >h2 {
                color: #1c1d1f;
                font-size: 5vw;
                text-align: center;
                font-weight: bolder
            }
        }

        #record {
            >h2 {
                color: #1c1d1f;
                font-size: 6vw;
                text-align: center;
                font-weight: bolder
            }

            >div {
                display: flex;
                flex-direction: column;
                padding-left: 1vw
            }
        }

        #preview,
        #record {
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 90vw;
            margin: .5vw auto 1vw;
            border-bottom: 1px solid #000;

            h2>img {
                width: 7vw;
                height: auto;
                padding-right: 2vw;
                vertical-align: middle
            }

            div>h3 {
                margin: -.1em auto;
                border: none;
                background: 0 0;
                color: #e1323b;
                font-size: 4vw;
                font-weight: 700;
                text-shadow: none
            }

            div>h4 {
                margin: -.1em auto;
                padding: 0;
                border: none;
                background: 0 0;
                color: #060b73;
                font-size: 4vw;
                text-align: center;
                font-weight: 700;
                text-shadow: none
            }
        }

        .insurance {
            z-index: 1;
            margin-top: .8rem;

            h2 {
                margin: .2em auto;
                color: #0592fe;
                font-size: 7.5vw;
                text-align: center;
                font-weight: bolder;

                >span {
                    padding-left: 2vw;
                    color: #f28902
                }
            }

            p {
                color: #0a0355;
                font-size: 4.3vw;
                text-align: center
            }
        }

        a.developper {
            z-index: 1;
            margin-bottom: .2rem
        }

        div.damage {
            position: relative;

            img:last-child {
                border-bottom: 3px solid #008486;
                margin-bottom: 1.5rem
            }

            div {
                text-align: center;
                color: crimson;
                font-size: 3.2vw;
                font-weight: 700
            }
        }

        h2 {
            font-size: 5.5vw
        }

        .recommend-wrap {
            position: relative;
            padding-bottom: 10px;
            width: 100%;

            div {
                display: flex;
                flex-wrap: wrap;

                a {
                    font-size: 3.8vw;
                    font-weight: 700;
                    line-height: 5em;
                    position: relative;
                    width: calc(50% - 1.6em - 4px);
                    height: 5em;
                    margin: .4em .3em;
                    padding-left: 1em;
                    text-align: center;
                    text-decoration: none;
                    color: #0592fe;
                    border: 2px solid #1871e0;
                    border-radius: .2em;
                    display: flex;
                    justify-content: center;
                    align-items: center
                }

                a {
                    display: flex;

                    svg {
                        width: 1.5rem;
                        padding-right: .6rem
                    }
                }

                a:first-child {
                    color: #2d57d2;
                    border: 4px solid #2d57d2;
                    width: calc(50% - 1.6em - 8px);
                    height: calc(5em - 4px);
                    display: flex;
                    justify-content: center;
                    align-items: center
                }
            }
        }

        a.mobile-search-icon {
            color: #fff;
            display: inline-flex;
            font-size: 7vw;
            text-align: center;
            text-decoration: none;
            border: 4px solid;
            border-radius: .3em;
            margin: 1.5rem auto;
            padding: .4em;
            box-sizing: border-box;
            font-weight: 700;
            width: 70%;
            background-color: #91aeff;
            border: 3px double #101ddf;
            align-items: end;

            svg {
                width: 3rem
            }
        }
    }

    #searchMenu #searchMenu ul#autoComplete_list_3 li {
        width: 90%;
        margin: 2%;
        cursor: pointer
    }

    form.mobile_search {
        border: 2px solid #3879D9;
        padding: 3px 5px;
        border-radius: 20px;
        height: 2.7rem;
        width: 90%;
        margin: 0 auto .7rem;
        position: relative;
        box-sizing: border-box;

        input[type="text"] {
            border: none;
            height: 1.8em;
            padding: 0;
            background: none;
            width: 100% !important
        }

        input[type="submit"] {
            border-radius: 0;
            box-sizing: content-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0;
            cursor: pointer;
            font-family: FontAwesome;
            border: none;
            background: #3879D9;
            color: #fff;
            position: absolute;
            width: 3.5em;
            height: 2.7rem;
            right: -2px;
            top: -2px;
            outline: none;
            border-radius: 0 20px 20px 0
        }

        >input:hover {
            color: rgba(0, 115, 0, 1);
            transition: all .3s ease;
            -webkit-transition: all -webkit-transform .3s ease
        }
    }

    .searchMenu {
        width: 100%;
        margin: 25px auto 0;
        background: #fff;
        height: 100%;
        padding: 10px 0;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        li:first-of-type {
            width: 80%;
            margin: .5em 30%
        }

        li {
            max-width: 48%
        }
    }

    .linkButton {
        position: relative;
        top: 0;
        display: inline-block;
        width: 4.25em;
        height: 100%;
        margin: .25em;
        padding: .25em;
        border: 2px solid;
        color: #39f;
        font-size: 1.25em;
        text-align: center;
        min-height: 3em;
        font-weight: 700;
        text-decoration: none;
        white-space: normal;
        cursor: pointer;
        border-radius: 5px
    }

    section.new-listing {
        margin: 2rem 0;

        #new {
            max-height: 55vh;
            overflow: scroll;

            >dl {
                margin: 0 0 10px;
                padding: 0;
                display: -webkit-flex;
                display: flex;
                list-style: none;
                flex-wrap: wrap;
                border: 1px solid #62a478;

                dt {
                    width: 34%;
                    margin-top: 2rem;
                    margin-right: 2%;
                    margin-left: 1%
                }

                dd {
                    width: 63%;

                    dl.flex-r {
                        display: flex;
                        flex-wrap: wrap;
                        font-size: 3.5vw;

                        dt.new-name {
                            display: none
                        }

                        dt {
                            width: 34%;
                            margin-top: 2rem;
                            margin-right: 2%;
                            margin-left: 1%
                        }

                        dd.new-name {
                            order: 1;
                            padding: .2rem 0;
                            width: calc(157% - 5rem);
                            margin-left: -57%;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden;

                            a {
                                font-size: 4.5vw
                            }
                        }

                        dd.new-owner {
                            order: 2;
                            padding: .1rem 0;
                            width: 4.3rem;
                            text-align: right
                        }

                        dd.new-area {
                            order: 3;
                            width: calc(100% - 18.3vw);
                            padding: .1rem 0
                        }

                        dd.new-age {
                            order: 4;
                            width: 18vw;
                            padding: .1rem 0;
                            font-size: 3.5vw
                        }

                        dd.new-bts {
                            order: 5;
                            width: 100%;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                            overflow: hidden
                        }

                        dd.new-type {
                            order: 6
                        }

                        dd.new-sqm {
                            order: 7
                        }

                        dd.new-type,
                        dd.new-sqm {
                            width: 30%;
                            font-size: 4.8vw;
                            line-height: 4.8vw;
                            padding-top: .3rem
                        }

                        dd.new-rent {
                            width: 35%;
                            font-size: 4.8vw;
                            line-height: 4.8vw;
                            padding-top: .3rem;
                            order: 8
                        }
                    }
                }
            }
        }
    }

    .leftContainer {
        .suzuki {
            margin: 10px auto 20px
        }
    }

    .autoComplete_wrapper {
        width: 90%
    }

    .Sphere>h2 {
        font-weight: 700;
        color: #fff;
        background-color: #1f864c
    }

    .suzuki {
        margin: 10px auto 20px;

        >h3 {
            font-size: 1.3em;
            padding: .2em;
            text-align: center
        }

        >p {
            padding: .2em;
            font-size: 1.3em
        }

        .support_m {
            margin-bottom: 1rem;

            h4 {
                padding: .2em;
                border: none;
                background: 0 0;
                font-size: 4vw;
                margin-top: 0;
                font-weight: 700;

                span {
                    padding-left: 1em;
                    margin-top: -10px;
                    margin-bottom: -8px;
                    font-size: 4vw;
                    font-weight: 400;
                    line-height: 4.5vw;
                    letter-spacing: 0;
                    vertical-align: top
                }
            }

            h5 {
                background: 0 0;
                text-shadow: none;
                font-size: 5.5vw;
                font-weight: 700;
                letter-spacing: inherit;
                padding-left: .5em;

                img {
                    width: 5.5vw;
                    height: 5.5vw
                }
            }

            p {
                align-self: center;
                padding-left: 1em;
                font-size: 3.5vw
            }

            .support1 {
                color: #06148f
            }
        }
    }

    .support_m .support_m h4 .reception1,
    .support1,
    .reception1 {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: .3em
    }

    .reception1 {
        color: #2113ef
    }

    .support_m .support_m svg {
        padding-top: .05em;
        padding-right: .1em;
        vertical-align: text-top
    }

    section.storelist {
        h2 {
            margin: 8px 0;
            padding: .4em;
            border: 1px solid #000;
            color: #fff;
            font-size: 20px;
            text-align: center;
            font-weight: 700;
            background-color: #1f864c
        }

        a.store {
            margin: 0 2%
        }
    }

    .fuji4m {
        margin: 0 auto .8em;
        padding: .3em 0;
        font-size: 3.5vw;
        text-align: center;
        background-color: #b8deea
    }

    footer#globalFoot {
        width: 1200px
    }

    .row {
        display: flex;
        justify-content: space-evenly
    }

    a.row>div>img {
        border: 1px solid gray;
        border-radius: .3em
    }

    section header {
        padding: 10px 5px;
        font-size: large;
        font-weight: 600
    }

    #form ul,
    article#thema>ul {
        display: flex;
        margin: 10px;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #form ul li,
    article#thema>ul>li {
        width: 49%;
        margin-bottom: 1rem;
        list-style: none;
        box-shadow: 0 1px 1px rgb(0 0 0 / 30%)
    }

    #form ul li div.form,
    article#thema ul li div {
        color: #00008b;
        font-size: medium;
        text-align: center;
        margin-left: .5em;
        font-weight: 300
    }

    #buy {
        align-items: center;
        width: 90vw;
        margin: .3em auto;
        background-color: #fff;
        border: 1px solid #000
    }

    #buy>h2::after,
    #buy>h2::before {
        width: 4vw;
        height: 4vw;
        content: ''
    }

    #buy>h2 {
        color: #1c1d1f;
        font-size: 4.5vw;
        text-align: center;
        font-weight: bolder
    }

    #buy>h2>span {
        color: #357eec;
        font-size: 4.5vw;
        font-weight: bolder
    }

    .rightContainer {
        width: 203px
    }

    .rightContainer a img {
        margin-bottom: 6px
    }
}

@media (min-width:740px) {
    #globalLeft {
        a {
            >h3 {
                color: #db0000;
                top: -127px;
                font-size: 20px;
                font-weight: 700;
                position: relative;
                text-align: right;
                line-height: 130%;
                margin-right: .2rem
            }

            >p {
                top: -122px;
                color: #242424;
                font-size: 1rem;
                position: relative;
                display: block;
                margin-left: 53%
            }
        }

        a.store {
            position: relative;

            >span {
                top: 10px;
                position: absolute;
                color: #094;
                font-size: 17px;
                text-align: center;
                font-weight: 700;
                display: block;
                width: 100%
            }
        }

        .headoffice {
            color: #fff;
            border: 1px solid #000;
            text-align: center;
            font-weight: 700;
            font-size: 16px;
            padding: .4em;
            margin: 8px 0 4px 0;
            background-color: #0e3e98
        }
    }

    #globalRight {
        .post-detail {
            margin: 1.5rem;
            width: calc(100% - 3rem);

            img {
                width: calc(100% - 4rem);
                height: auto
            }

            h1 {
                font-size: 2.25rem;
                font-weight: 700;
                line-height: 3rem
            }

            .post-content {
                padding-top: 2.5rem;

                .post-box a img {
                    width: 100%
                }

                p {
                    margin-bottom: 1.5em;
                    font-size: 1.3rem !important;
                    line-height: 1.4
                }

                table {
                    display: table;
                    width: 100%;
                    margin: 1rem 0
                }

                .tc {
                    text-align: center
                }

                img {
                    width: inherit;
                    height: auto;
                    max-width: 100%
                }

                .c-container {
                    display: flex;

                    .item-20 {
                        width: 18%;
                        margin: 2% 1%
                    }

                    .item-25 {
                        width: 23%;
                        margin: 2% 1%
                    }

                    .item-30 {
                        width: 31%;
                        margin: 2% 1%
                    }

                    .item-50 {
                        width: 48%;
                        margin: 2% 1%
                    }
                }
            }
        }

        div.term-links {
            margin: 20px 0;

            span {
                a {
                    line-height: 1.8rem
                }
            }
        }

        div.c-box {
            margin: 2em 0;
            border: double 4px green;
            padding: 30px;
            text-align: center;

            .r-container {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px;

                .item-30 {
                    width: 100%;
                    margin: 2% 1%;

                    p {
                        text-align: left;
                        margin-bottom: 1.5em
                    }

                    a.contact-l {
                        color: #fff;
                        text-decoration: none;

                        .c-button,
                        .c-button:hover {
                            border-radius: 5px;
                            font-size: 22px;
                            width: 240px;
                            font-weight: 700;
                            text-align: center;
                            padding: 15px;
                            margin: auto;
                            background: green
                        }
                    }
                }
            }
        }

        div.box-w {
            .front-box {
                max-width: 1200px;

                .r-container {
                    ul {
                        li {
                            width: 48%;

                            a {
                                img {
                                    padding-bottom: 1rem
                                }
                            }
                        }
                    }

                    .item-30 {
                        width: 100% !important;
                        margin: 2% 1%;

                        .post-box {
                            -webkit-transition: all .1s ease;
                            transition: all .1s ease;
                            -webkit-box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                            box-shadow: 4px 4px 12px 1px rgba(0, 0, 0, .06);
                            border-radius: 6px;
                            height: 100%;
                            background: #fff;

                            a {
                                font-size: 16px;
                                color: #000;
                                text-decoration: none
                            }
                        }
                    }
                }
            }
        }
    }
}

.autoComplete_wrapper {
    position: relative;
    display: inline-block
}

.search-area-map {
    img {
        width: 100%;
        height: auto
    }
}

.autoComplete_wrapper>input {
    width: 310px !important;
    height: 40px;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    border: .05rem solid rgb(0 115 0 / 100%);
    color: rgb(0 115 0 / 30%);
    font-size: 1.3rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    background-color: #fff;
    background-image: url(./images/search.svg);
    background-repeat: no-repeat;
    background-position: left 1.05rem top .6rem;
    background-origin: border-box;
    background-size: 2rem;
    border-radius: 10rem;
    outline: 0;
    -webkit-transition: all -webkit-transform 0.4s ease;
    transition: all 0.4s ease
}

.autoComplete_wrapper>input::placeholder {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease
}

.autoComplete_wrapper>input:hover::placeholder {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease
}

.autoComplete_wrapper>input:focus::placeholder {
    padding: .1rem .6rem;
    color: rgb(0 115 0 / 40%);
    font-size: .95rem
}

.autoComplete_wrapper>input:focus::selection {
    background-color: rgb(0 115 0 / 15%)
}

.autoComplete_wrapper>input::selection {
    background-color: rgb(0 115 0 / 15%)
}

.autoComplete_wrapper>input:hover {
    color: rgb(0 115 0 / 100%);
    -webkit-transition: all -webkit-transform 0.3s ease;
    transition: all 0.3s ease
}

.autoComplete_wrapper>input:focus {
    border: .06rem solid rgb(0 115 0 / 100%);
    color: rgb(0 115 0 / 100%)
}

.autoComplete_wrapper>ul {
    position: absolute;
    right: 0;
    left: 0;
    margin: .5rem 0 0;
    padding: 0;
    border: 1px solid rgb(33 33 33 / 7%);
    z-index: 4;
    box-sizing: border-box;
    max-height: 226px;
    overflow-y: scroll;
    list-style: none;
    background-color: #fff;
    border-radius: .6rem;
    outline: 0;
    box-shadow: 0 3px 6px rgb(149 157 165 / 15%);
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out
}

.autoComplete_wrapper>ul:empty,
.autoComplete_wrapper>ul[hidden] {
    display: block;
    opacity: 0;
    transform: scale(0)
}

.autoComplete_wrapper>ul>li {
    margin: .3rem;
    padding: .3rem .5rem;
    color: #212121;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255 255 255 / 100%);
    border-radius: .35rem;
    transition: all 0.2s ease
}

.autoComplete_wrapper>ul>li mark {
    font-weight: 700;
    color: rgb(0 68 0 / 100%);
    background-color: transparent
}

.autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: rgb(0 115 0 / 15%)
}

.autoComplete_wrapper>ul>li[aria-selected='true'] {
    background-color: rgb(0 115 0 / 15%)
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#main {
    display: flex;
    width: 100%
}

.leftContainer {
    width: 726px
}

.rightContainer {
    width: 204px;
    margin-top: 6px;
    row-gap: 10px;
    display: flex;
    flex-direction: column
}

article#globalLeft>nav>dl:nth-child(1) {
    padding-bottom: 15px;
    background: url(../img/pcLeftMenu1.png) no-repeat
}

article#globalLeft>nav>dl:nth-child(1)>dd {
    width: 182px;
    height: 73px;
    margin: 10px
}

article#globalLeft>nav>dl:nth-child(2) {
    padding-bottom: 11px;
    background: url(../img/pcLeftMenu2.png) no-repeat
}

article#globalLeft>nav>dl:nth-child(2)>dd {
    width: 182px;
    height: 71px;
    margin: 10px
}

article#globalLeft>nav>dl:nth-child(3) {
    padding-bottom: 1px;
    background: url(../img/pcLeftMenu3.png) no-repeat
}

article#globalLeft>nav>dl:nth-child(3)>dd {
    width: 182px;
    height: 73px;
    margin: 10px 10px 11px
}

article#globalLeft>nav>dl>dt {
    width: 203px;
    height: 40px;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

article#globalLeft>nav>dl>dd>a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

#new>header,
#thema>header,
#update>footer,
#update>header,
#globalRight>section.searchAreamap>header,
footer#globalFoot>p {
    width: 100%;
    height: 35px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    background-color: green
}

#new>header>i,
#thema>header>i,
#update>header>i,
#globalRight>section.searchAreamap>header>i {
    margin: 0 .3em;
    font-size: 25px;
    line-height: 35px
}

footer#globalFoot>p {
    height: 68px;
    text-align: center
}

#globalRight>section.soiMovie p.info {
    padding-bottom: 8px;
    margin: 0;
    color: #00f;
    text-align: center
}

section.searchAreamap>ul {
    position: relative;
    width: 945px;
    height: 500px;
    margin: 0;
    background: url(../img/new-map_outline.jpg)
}

#globalRight>section.searchAreamap>ul>li {
    position: absolute
}

#globalRight>section.searchAreamap>ul>li>a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(1) {
    top: 37px;
    left: 27px;
    width: 75px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(2) {
    top: 37px;
    left: 107px;
    width: 71px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(3) {
    top: 37px;
    left: 182px;
    width: 74px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(4) {
    top: 37px;
    left: 260px;
    width: 70px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(5) {
    top: 37px;
    left: 339px;
    width: 78px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(6) {
    top: 37px;
    left: 415px;
    width: 70px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(7) {
    top: 37px;
    left: 492px;
    width: 70px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(8) {
    top: 37px;
    left: 568px;
    width: 70px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(9) {
    top: 37px;
    left: 642px;
    width: 70px;
    height: 215px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(10) {
    top: 255px;
    left: 20px;
    width: 80px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(11) {
    top: 255px;
    left: 183px;
    width: 75px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(12) {
    top: 255px;
    left: 180px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(13) {
    top: 255px;
    left: 260px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(14) {
    top: 255px;
    left: 339px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(15) {
    top: 255px;
    left: 415px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(16) {
    top: 255px;
    left: 492px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(17) {
    top: 255px;
    left: 568px;
    width: 70px;
    height: 218px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(18) {
    top: 255px;
    left: 643px;
    width: 70px;
    height: 55px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(19) {
    top: 488px;
    left: 26px;
    width: 152px;
    height: 105px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(20) {
    top: 320px;
    left: 643px;
    width: 70px;
    height: 155px
}

#globalRight>section.searchAreamap>ul>li:nth-of-type(21) {
    top: 490px;
    left: 445px;
    width: 200px;
    height: 25px
}

.card-title {
    color: #333;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 45px;
    margin-bottom: 15px;
    font-weight: 700;
    background-image: url(../img/tuktuk.png);
    background-repeat: no-repeat;
    background-position: 10px
}

.insurance {
    width: 725px;
    height: 344px;
    margin-left: .5em;
    background-image: url(../img/insurance/banner_back.png);
    background-size: cover
}

.insurance h1 {
    margin: 0;
    padding: 1em 0 .5em;
    color: #03a3ff;
    font-size: 4rem;
    text-align: center
}

.insurance h2 {
    margin: .6em 0 0;
    color: #272794;
    font-size: 1.6em
}

.insurance h3 {
    margin: 0;
    padding: 1.3em 0 0 10rem;
    color: #03a3ff;
    font-size: 3rem;
    text-align: center;
    font-weight: 700
}

.insurance h1 span {
    color: #f67d1c;
    font-size: 1em;
    padding-left: .5em
}

.insurance p {
    margin: 0;
    padding: .8em 0 0;
    color: #000;
    font-size: 1.2em;
    line-height: 1.4em
}

.insurance p b {
    color: #e15555;
    font-size: 1.1em
}

.preview {
    width: 725px;
    height: 121px;
    margin-top: -18px;
    margin-bottom: 28px;
    background-image: url(../img/online_preview2.png);
    background-size: cover
}

.preview h3 {
    margin: 0;
    padding: 1em 0 0;
    color: #03a3ff;
    font-size: 2.5rem;
    text-align: center
}

.preview p {
    margin: 0;
    padding: 2.3rem 0 0;
    color: #000;
    font-size: 1.8rem;
    text-align: center
}

h2.gallery-pc-car {
    color: #cb1d25;
    border-bottom: 2px solid #cb1d25;
    font-size: 28px;
    line-height: 120%;
    display: inline;
    padding: 0 1em 0 .8em;
    font-weight: 500
}

#new,
#update {
    position: relative;
    margin-bottom: 16px
}

#new {
    width: 945px;
    max-height: 800px;
    overflow: scroll;

    >dl {
        display: flex;
        width: 97%;
        margin: 0 0 10px;
        padding: 10px;
        border: 1px solid #62a478;

        >dt {
            width: 280px;
            margin: 0;
            padding: 0
        }

        >dd {
            width: calc(100% - 210px);
            margin-left: 6px;

            dl {
                display: flex;
                flex-wrap: wrap;

                >dt {
                    width: 8rem;
                    margin: 0;
                    padding: 0 0 0 18px;
                    background: url(../img/pcNewTitleBg.png) left 50% no-repeat;

                    dfn {
                        font-size: 1.3rem;
                        line-height: 1.5rem
                    }
                }

                dt.new-name {
                    display: none
                }

                dd {
                    width: calc(100% - 8rem - 23px);
                    font-size: 1.3rem;
                    line-height: 1.5rem;
                    margin: 0 0 0 5px
                }

                dd.new-name {
                    width: 100%;
                    margin-bottom: .5rem;

                    a {
                        font-size: 1.8rem
                    }
                }
            }
        }
    }

    >dl:hover {
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%),
    }
}

#update {
    width: 726px;
    max-height: 300px;
    padding-top: 1rem
}

#update>dl {
    width: 702px;
    height: 260px;
    margin: 0;
    padding: 10px;
    background: url(../img/pcUpdateBg.png) top left no-repeat;
    overflow: scroll;
    border-right: 2px solid #62a478;
    border-left: 2px solid #62a478
}

#update>dl>dt>div.title {
    width: 700px;
    height: 28px;
    background: url(../img/pcUpdateTitleBg.png) left 50% no-repeat;
    color: #62a478;
    font-size: 18px;
    line-height: 28px;
    padding-left: 21px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

#update>dl>dt {
    display: flex;
    flex-wrap: wrap;
    font-size: 9pt;
    line-height: 13.5pt
}

#update>dl>dt>time {
    width: 100%;
    color: #ddd;
    font-size: 8pt;
    line-height: 8.75pt;
    margin-bottom: 1em;
    border-top: 1px solid #62a478
}

#update>dl>dt>div.content>a {
    width: 120px;
    margin: 0 1em 1em 0;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%)
}

#update>dl>dt>div.content>p {
    width: 300px
}

#update>dl>dt>div.content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%)
}

#update>dl>dt>div.content>time {
    width: 100%
}

#thema>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#thema>ul>li {
    width: 49.5%;
    height: 184px;
    margin: .6% 0
}

#thema>ul>li>a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

#thema>ul>li:nth-of-type(1)>a {
    background: url(../img/pcThemaBan1.png?2)
}

#thema>ul>li:nth-of-type(2)>a {
    background: url(../img/pcThemaBan2.png?2)
}

#thema>ul>li:nth-of-type(3)>a {
    background: url(../img/pcThemaBan3.png?2)
}

#thema>ul>li:nth-of-type(4)>a {
    background: url(../img/pcThemaBan4.png?2)
}

#thema>ul>li:nth-of-type(5)>a {
    background: url(../img/pcThemaBan5.png?2)
}

#thema>ul>li:nth-of-type(6)>a {
    background: url(../img/pcThemaBan6.png?2)
}

footer#globalFoot>nav>ol {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0;
    background: none;
    display: flex;
    border-bottom: 3px solid green;
    justify-content: space-evenly
}

footer#globalFoot {
    position: relative;
    width: 100%;

    div {
        display: flex;
        width: 100%;
        justify-content: space-around;
        position: absolute;
        top: 0;
        aspect-ratio: 500 / 155;

        a {
            text-decoration: none;
            width: 100%;
            color: aliceblue;
            opacity: 0
        }
    }
}

footer#globalFoot>nav>ol>li {
    border: 3px solid green;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: green;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.4em;
    margin-top: 0;
    margin-right: .3em;
    margin-bottom: 0;
    margin-left: .3em;
    text-indent: inherit;
    width: max-content;
    padding: 0 .5rem;
    border-bottom: none
}

footer#globalFoot>nav>ol>li:last-child {
    width: 228px;
    margin-right: 0
}

footer#globalFoot>nav>ol>li>a {
    display: block;
    height: 100%;
    font-size: 1.5rem;
    line-height: 39px;
    font-weight: 700;
    color: green;
    padding: 0 1rem
}

section.footmap {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 30px);
    padding: 15px;
    background-color: rgb(255 255 230 / 100%)
}

section.footmap>ol>li {
    font-size: 1.2em
}

section.footmap>ol>li>ul {
    padding-top: .5em
}

section.footmap>ol>li>ul>li>a {
    text-decoration: none
}

#globalLeft .storelist {
    margin: 16px 0 8px;
    padding: .4em;
    border: 1px solid #000;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    background-color: #1f864c
}

#globalLeft>a.store {
    position: relative
}

.suppportcenter {
    width: 100%;
    border: 2px solid #00aeff;
    text-align: center;
    box-sizing: border-box;
    padding-top: .3em;
    margin-bottom: 6px
}

.suppportcenter .reception h3,
.suppportcenter .support h3 {
    padding-bottom: .3em;
    font-size: 20px;
    font-weight: 700
}

.suppportcenter .reception h3::before,
.suppportcenter .support h3::before {
    content: ''
}

.suppportcenter ul {
    margin-top: .3em;
    margin-bottom: 1em
}

.suppportcenter p {
    padding: 0;
    color: #000;
    font-size: 10pt;
    line-height: 12.5pt;
    text-align: center;
    padding-left: 1.5em
}

.suppportcenter h4 {
    font-size: 20px
}

.suppportcenter li {
    padding-left: 1.5em;
    margin-bottom: 0;
    font-size: .9em;
    text-align: left
}

.suppportcenter li::before {
    content: ''
}

.support {
    margin-top: 10px;
    color: #06148f
}

.reception {
    margin-top: 10px;
    color: #2113ef
}

.suppportcenter>h5 {
    padding: 0 0 5px;
    font-size: 14px
}

.buy_title {
    width: 201px;
    height: 50px;
    border: 2px solid #0e3e98;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    background-color: #0e3e98;
    border-radius: 5px
}

.buy_list {
    position: relative;
    margin-bottom: .38em;
    overflow: hidden;
    border: 1px solid #009e8f
}

.buy_list:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%)
}

.badge {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 33px;
    height: 33px;
    border: 2px solid #0e3e98;
    color: #0e3e98;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: 700;
    text-shadow: -1px -1px #fff, 1px 1px #fff, 1px -1px #fff, -1px 1px #fff;
    border-radius: 100%
}

.badge2 {
    position: absolute;
    right: -25px;
    bottom: 4px;
    width: 80px;
    height: 20px;
    color: #0e3e98;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-top: 2px double #0e3e98;
    border-bottom: 2px double #0e3e98;
    transform: rotate(-45deg)
}

section.rightContainer.pc {
    margin-left: 16px
}

section.rightContainer>article.horizonal2,
section.rightContainer>aside.horizonal2,
section.rightContainer>section.horizonal2 {
    width: 203px;
    height: 250px;
    margin-bottom: 10px
}

section.rightContainer.pc>aside#ban24>p {
    height: 100%;
    background: url(../img/b15.png) no-repeat
}

section.rightContainer.pc>aside#ban10>p {
    height: 100%;
    background: url(../img/pcRightBan10.png) no-repeat
}

section.rightContainer>aside#ban1,
section.rightContainer>aside#ban11,
section.rightContainer>aside#ban12,
section.rightContainer>aside#ban2,
section.rightContainer>aside#ban21,
section.rightContainer>aside#ban29,
section.rightContainer>aside#ban3,
section.rightContainer>aside#ban4,
section.rightContainer>aside#ban6 {
    width: 203px;
    height: 125px;
    margin-bottom: 10px
}

#ban4>form>input {
    width: 203px;
    height: 125px;
    padding: 0;
    cursor: pointer;
    background: url(../img/pcRightBan4.png) no-repeat
}

section.rightContainer>aside#ban12>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan10_2.png)
}

section.rightContainer>aside#ban1>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan1.png)
}

section.rightContainer>aside#ban2>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan2.png)
}

section.rightContainer>aside#ban3>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan3.png)
}

section.rightContainer>aside#ban6>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan6.png)
}

section.rightContainer>aside>footer>a {
    display: none
}

#help {
    position: relative;
    width: 203px;
    height: 253px
}

#help>div {
    position: absolute;
    top: 0;
    width: 203px;
    height: 253px;
    margin-top: 39px
}

#help div a {
    display: block;
    width: 100%;
    height: 51px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

section.rightContainer>aside#help>dl {
    height: 100%
}

section.rightContainer>aside#help>dl:nth-child(1) {
    background: url(../img/pcRightMenu1.png) no-repeat
}

section.rightContainer>aside#help>dl>dt {
    height: 40px
}

section.rightContainer>aside#help>dl>dd>a {
    display: block;
    height: 50px;
    margin-bottom: 1px
}

section.rightContainer>aside#help>dl,
section.rightContainer>aside#help>dl>dd,
section.rightContainer>aside#help>dl>dt {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

section.rightContainer>aside#ban11>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/pcRightBan9-2.png)
}

section.rightContainer>aside#ban21>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/b8.png)
}

section.rightContainer>aside#ban29>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/b22.png)
}

section.rightContainer>aside#ban26>p {
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../img/b18.png) no-repeat
}

.elec_cal h3 {
    width: 95%;
    margin: 0 auto;
    padding: .2em;
    border: solid 1px;
    color: #00f;
    font-size: 1.6em;
    line-height: 130%;
    text-align: center
}

.elec_cal p {
    margin: 0;
    padding: .4em 0;
    font-size: 1.4em
}

.elec_cal input {
    width: 88%;
    margin: .3em 0;
    padding: 10px;
    border: 0;
    border: solid 1px #ccc;
    color: #333;
    font-size: 1.3em;
    font-family: Arial, sans-serif;
    border-radius: 3px;
    box-shadow: inset 1px 4px 9px -6px rgb(0 0 0 / 50%)
}

.elec_cal input.button {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #5dad78;
    color: #fff;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s
}

.recruit {
    width: 100%;
    border: 1px solid #1b96bf;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1em;
    margin-top: 8px
}

.recruit a {
    text-decoration: none
}

.recruit header {
    color: #0791bf;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    text-shadow: 3px 3px 0 #ccc, -1px -1px 0 #ccc, 1px -1px 0 #ccc, -1px 1px 0 #ccc, 1px 1px 0 #ccc
}

.recruit p {
    margin: 1em auto;
    color: #000;
    font-size: 20px;
    text-align: center
}

.recruit div {
    padding: .5em;
    color: #000
}

#twitter-widget-1 {
    height: 1113px !important
}