/* 公共尾部样式 */

#app{
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
}


@media screen and (min-width: 750px) {
    .zhezhao{
        max-width: 750px;
        min-width: 320px;
        position: fixed;
        top: 0;
        width: 100%;
        background: #000;
        opacity: .7;
        min-height: calc(100vh);
    }
    .dialogVistiable {
        position: fixed;
        top: 22%;
        background: #fff;
        border-radius: 0.1333rem;
        max-width: 600px;
        min-width: 320px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.3733rem;
        padding: 0 0.2667rem;
        -webkit-border-radius: 0.1333rem;
        -moz-border-radius: 0.1333rem;
        -ms-border-radius: 0.1333rem;
        -o-border-radius: 0.1333rem;
    }
}
@media screen and(max-width: 750px) {
    .zhezhao{
        left: 0;
    }
    .dialogVistiable{
        width: 80%;
        left: 7%;
    }
}

.nav-footer {
    color: #fff;
    font-size: 0.32rem;
}

.adress {
    padding: 0.2667rem 0.8rem;
    background-color: #405E8C;
    color: #fff;
    margin: 0;
}

.adress img {
    width: 0.4rem;
    height: 0.64rem;
    /* padding-bottom: 10px; */
}

.adress a {
    text-decoration: none;
    color: #fff;
}

.adress span {
    display: inline-block;
    position: relative;
    top: -0.2667rem;
}

.rmg10 {
    margin-right: 0.2667rem;
}

.footer-navi {
    font-size: 0.32rem;
    height: auto;
    padding: 0.53333rem 0.8rem;
    text-align: center;
    background-color: #002C6D;
}

.flex {
    display: flex;
    flex-flow: wrap;
}

.footer-navi .footer-item {
    list-style: none;
    color: #fff;
    margin-left: 0.2667rem;
    margin-bottom: 0.2667rem;
}

.footer-navi .footer-item:first-child {
    /* margin-left: 0; */
}

.footer-navi a {
    color: #fff !important;
    text-decoration: underline;
}

/* 公共头部样式 */

.top-header {
    background-color: #002C6D;
    padding: 0 0.8rem;
    color: #fff;
    height: 3.0133rem;
    background-image: url('https://www.nta.go.jp/template/img/template/headerbackground.jpg');
    background-repeat: no-repeat;
}

.logo {
    padding-top: 0.9333rem;
}

/* 公共按钮样式 */

.btn {
    background: #e1f5fe;
    outline: none;
    border: 1px solid #75A5D0;
    width: 5.3333rem;
    height: 1.1733rem;
    font-size: .3733rem;
    color: #003366;
    border-radius: 0.1067rem;
    margin: 0.5333rem auto;
    display: block;
    -webkit-border-radius: 0.1067rem;
    -moz-border-radius: 0.1067rem;
    -ms-border-radius: 0.1067rem;
    -o-border-radius: 0.1067rem;
}

.btn span {
    text-decoration: underline;
}

.btn span:hover {
    text-decoration: none;
}

.btn:hover {
    background: #75A5D0;
    border: 1px solid #e1f5fe;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.nav-footer {
    /* position: fixed;
  bottom: 0;
  width: 100%; */
}

.warpContent {
    min-height: calc(60vh);
}

[v-cloak] {
    display: none;
}

p {
    margin: 0.3rem 0;
}