@charset "utf-8";

/* v-2020-5-23--v-20200918 */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: "Helvetica Neue LT W01_55 Roman",
    "hsn-zhcn-sans-light",
    "hsn-zhtw-sans-light",
    "FOT-筑紫ゴシック Pr5 L{pm}",
    sans-serif;
}

.m_vlogo img {
    opacity: 1 !important;
}

.m_nav_btn-inner div {
    background-color: black;
}

.navViewInnerLan a {
    color: black !important;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.navViewInnerLan a:nth-child(2) {
    border-right: 1px solid black;
}

.iform-main {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.iform-tit {
    width: 80%;
    margin: 0 auto;

    padding: 50px 100px;
}

.iform-tit h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    position: relative;
    font-weight: 500;
}

.iform-tit h1::before {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #A9A9A9;
    position: absolute;
    top: 50%;
    left: 31%;
}

.iform-tit h1::after {
    content: '';
    width: 80px;
    height: 1px;
    background-color: #A9A9A9;
    position: absolute;
    top: 50%;
    right: 31%;
}

/* .titBox {} */

.iform-con {
    width: 65%;
    margin: 0 auto;
}

.iform-con form {
    width: 80%;
    margin: 0 auto;
    padding: 120px 0;
    background-color: rgba(241, 241, 241, 0.877);
    box-shadow: 0px 8px 16px rgb(216, 216, 216);
    border-radius: 3px;
}

.iformBox,
.iformBoxText {
    width: 60%;
    height: auto;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    margin: 0 17%;
    margin-bottom: 20px;
}

.iformBox span {
    font-size: 12px;
    color: rgb(250, 0, 0);
    margin-left: 2px;
    display: inline-block;
    transform: scale(0.9);
}

.xrequired span {
    font-size: 12px;
    color: rgb(250, 0, 0);
    margin-left: 2px;
    display: inline-block;
    transform: scale(0.9);
}

.iform-con form label {
    font-size: 17px;
    letter-spacing: 2px;
}

.iform-con form input {
    width: 260px;
    height: 25px;
    outline: none;
    border: none;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    border: rgb(255, 255, 255) solid 1px;
}

.iform-con form input:focus {
    border: #6c9841 solid 1px;
}

.iformBoxText textarea {
    width: 260px;
    height: 85px;
    resize: none;
    border: none;
    padding: 5px;
    outline: none;
    overflow-y: auto;
    border-radius: 5px;
    border: rgb(255, 255, 255) solid 1px;
    font-family: "Helvetica Neue LT W01_55 Roman",
    "hsn-zhcn-sans-light",
    "hsn-zhtw-sans-light",
    "FOT-筑紫ゴシック Pr5 L{pm}",
    sans-serif;
    font-size: 16px;
}

.iformBoxText textarea:focus {
    border: #6c9841 solid 1px;
}

.formBtn {
    color: white;
    margin: 0 auto;
    height: 50px !important;
    font-size: 20px !important;
    letter-spacing: 3px;
    cursor: pointer;
    border: none !important;
    background-color: #7bad4a;
    transition: background-color .5s;
}

.formBtn:hover {
    background-color: #6c9841;
}

.iformBoxBtn {
    width: fit-content;
    margin: 0 auto;
    margin-top: 60px;

}

@media screen and (max-width:1440px) {

    /*导航栏css*/
    /*nav*/

    .m_nav {
        width: 110px !important;
        height: calc(100vh);
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        touch-action: none;

    }

    .m_nav_btn {
        width: 100%;
        height: 50px;
        margin-top: 18px;
        position: relative;
    }

    .m_nav_btn-inner {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        cursor: pointer;
    }

    .m_nav_btn-inner-open {
        position: relative;
        bottom: 40px;
        opacity: 0;

    }

    .m_nav_btn-inner-open div:first-child {
        transform: rotate(45deg);
        position: relative;
        top: 15px;
    }

    .m_nav_btn-inner-open div:last-child {
        transform: rotate(-45deg);
    }

    .m_nav_btn-inner div {
        width: 100%;
        height: 2px;
        background-color: white;
        margin: 13px 0;
    }

    .m_nav_btn-inner div:first-child {
        margin-top: 0;
    }

    .m_nav_btn-inner div:last-child {
        margin-bottom: 0;
    }

    .m_nav_reserve {
        position: absolute;
        bottom: 50px;
        width: 100%;
        background-color: #6c9841;
        /*box-shadow: #A9A9A9 0 1px 5px;*/
        border-radius: 3px;
        touch-action: none;
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;

    }

    .m_nav_reserve a {
        width: 100%;
        display: block;
        font-size: 17px;
        color: white;
        text-align: center;
        padding: 40px 0;
        writing-mode: horizontal-tb;
        letter-spacing: 5px;
    }

    .m_nav_reserve a:hover {
        opacity: .8;
    }

    .m_nav_reserve a span {
        width: 19px;
        /*height: 60px;*/
        display: block;
        line-height: 34px;
        margin: 0 auto;
    }

    .m_vlogo {
        margin-top: 30px;
    }

    .m_vlogo img {
        width: 60%;
        transition: all .5s;
        display: block;
        margin: 0 auto;
        opacity: 1;
    }

    .vlogo {
        width: 100%;
        display: block;
        z-index: 900;
        transition: opacity 0.5s;
        position: absolute;
        top: 12%;
    }

    .vlogo img {
        width: 120px;
        display: block;
        margin: 0 auto;
    }

    .navView {
        width: 30%;
        height: calc(100vh);
        /* min-width: 570px; */
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 998;
        background-color: rgba(255, 255, 255, 0.9);
        opacity: 1;
        transition: left 0.8s, opacity 1s;
        overflow-y: scroll;
        box-shadow: 3px 0 12px rgb(160, 160, 160);
    }

    .navView::-webkit-scrollbar {
        width: 0;
    }

    .navViewInner {
        float: right;
        width: 80%;
        padding-right: 15px;
        /* overflow-y: scroll; */
        margin-top: 100px;
    }

    .navViewInner i {
        margin-right: 10px;
        font-size: 20px;
    }

    .navViewInnerLogo {
        margin-bottom: 15px;
        border-bottom: rgba(225, 225, 225, 0.8) solid 1px;
    }

    .navViewInnerLogo img {
        width: 70px;
        padding-top: 10px;
    }

    .navViewInnerList {
        color: #000;
    }

    .navViewInnerList li {

        color: black;
        padding: 10px 0;
        border-bottom: rgba(225, 225, 225, 0.8) solid 1px;
        margin-bottom: 10px;
    }

    .navViewInnerList ul li a {
        font-size: 20px;
        color: black;
        display: block;
        width: 100%;
    }

    .navViewInnerList ul li a:hover {
        opacity: .7;
    }

    .navViewInnerLan i {
        color: white;
        font-size: 24px;
        margin-left: 12px;
        margin-bottom: 7px;
    }

    .navViewInnerReserve {
        margin-top: 40px;
        border-bottom: rgba(225, 225, 225, 0.8) solid 1px;
    }

    .reWeb {
        height: 60px;
    }

    .reWeb a {
        background-color: #6c9841;
        color: rgb(255, 255, 255);
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 3.5;
        transition: background .3s;
        border-radius: 3px;
    }

    .reWeb a:hover {
        background-color: #5d9426;
    }

    .rePh {
        margin-top: 20px;
    }

    .rePh span {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
    }

    .rePh p {
        color: #000;
    }

    .navViewInnerShare {
        margin-top: 40px;
        margin-bottom: 120px;
        border-bottom: rgba(225, 225, 225, 0.8) solid 1px;
    }

    .navViewInnerShare a {
        color: #000;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
    }

    .navViewInnerLan {
        margin-top: 30px;
    }

    .navViewInnerLan a {
        font-size: 15px;
        color: white;
        width: 26px;
        padding: 6px 0;
        padding-top: 9px;
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 1.1;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .navViewInnerLan a:nth-child(2) {
        border-top: none;
        border-bottom: none;
        border-right: 1px solid white;
        transform: rotate(90deg);
        width: 35px;
        padding: 3px 5px;
        position: relative;
        top: 10px;
        padding-top: 7px;
    }

    @media screen and (min-width:768px) {

        /* 最新信息 */
        .real {
            margin-top: 130px;
            width: 100%;

        }

        .realBox {
            background-color: rgb(233, 233, 233);
            padding: 50px 0;
            width: 60%;
            margin: 0 auto;
            border-radius: 3px;

        }

        /* .real_tit {
            width: 85%;
            position: relative;
            left: 57px;
        } */
        .real_tit h2 {
            font-family: "hsn-zhcn-serif-light",
            "hsn-zhtw-serif-light",
            "FOT-筑紫明朝 Pr6N L{pm}",
            serif !important;
            text-align: center;
        }

        .real_inner {
            width: 75%;
            margin: 0 auto;
        }

        .real_inner ul {
            margin-top: 30px;
        }

        .real_inner ul li {
            font-family: 'hsn-zhcn-serif-light',
            'hsn-zhtw-serif-light',
            'FOT-筑紫明朝 Pr6N L{pm}',
            serif;
            font-size: 16px;
            padding: 5px 10px;
        }

        .real_inner ul li span {
            cursor: pointer;
            transition: all .2s;
        }

        .real_inner ul li span:hover {
            color: #FF8C00;
        }

        .real_inner ul li span:first-child {
            border-bottom: .1px solid black;
        }

        .real_inner ul li span:last-child {
            float: right;
            color: rgb(138, 138, 138);
            font-size: 12px;
        }

        .real_inner ul li span:first-child i {
            margin-right: 5px;
        }

        .real_con {
            margin-top: 30px;
            position: relative;
        }

        .real_con section {
            width: 100%;
            background-color: rgb(255, 255, 255);
            display: none;
            border-radius: 5px;
            box-shadow: 0 5px 10px rgb(180, 180, 180);
        }

        .real_con section:before {
            content: "";
            /* border-bottom: 20px solid rgba(238, 255, 247, 0.493); */
            border-bottom: 17px solid rgb(255, 255, 255);
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            position: absolute;
            top: -17px;
            left: 65px;
        }

        .real_con section p {
            padding: 30px 50px;
            font-size: 14px;
            letter-spacing: 2px;
            color: rgb(65, 64, 64);
            font-family: 'hsn-zhcn-serif-light',
            'hsn-zhtw-serif-light',
            'FOT-筑紫明朝 Pr6N L{pm}',
            serif;
            font-weight: 500;
        }

        .real_con section p span {
            display: block;
            margin-bottom: 12px;
            font-size: 17px;
            color: black;
            font-family: 'Osaka-Mono', serif;
        }

        .real_con section p span img {
            width: 24px;
            margin-right: 5px;
            position: relative;
            top: 5px;
        }

    }

    /* 底部 */
    .footer {
        padding-top: 5px;
        padding-bottom: 15px;
        margin-top: 100px;
    }

    .footer_main {
        display: block;
        height: auto;
        width: 100%;
    }

    .footer_tit {
        position: unset;
        padding-bottom: 3px;
        width: 30%;
        margin: 0 auto;
    }

    .footer_tit p {
        border-bottom: 1px solid rgba(238, 238, 238, 0.51);
        padding: 6px 0;
        font-size: 15px;
        color: black;
        text-align: center;
        letter-spacing: 3px;
    }

    #footbr {
        display: none;
    }

    .link {
        position: unset;
        margin-bottom: 5px;
        padding-bottom: 3px;
        width: 30%;
        margin: 0 auto;
    }

    .link ul {
        display: flex;
        justify-content: space-around;
    }

    .link ul li {
        font-size: 15px;
        /*margin-right: 37px;*/
    }

    .link ul li a {
        color: #000;
        text-decoration: underline;
    }

    .address {
        position: unset;
        padding-bottom: 3px;
        /*padding-right: 10px;*/
        width: 30%;
        margin: 0 auto;
    }

    .address p {
        border-bottom: 1px solid rgba(238, 238, 238, 0.51);
        padding: 6px 0;
        font-size: 15px;
        color: black;
        text-align: center;
    }

    .iform {
        position: unset;
        padding-bottom: 3px;
        width: 30%;
        margin: 0 auto;
    }

    .iform a {
        font-size: 15px;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid rgba(238, 238, 238, 0.51);
        padding: 6px 0;
        color: black;
    }

    .rightcopy {
        font-size: 12px;
        color: black;
        /*width: 71%;*/
        /*margin: 0 auto;*/
        margin-top: 10px;

    }

    .rightcopy p {
        text-align: center;
    }
}