@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.modal-frame {
    position: absolute;
    left: 7%;
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
    border: solid 1px #ddd;
    background: #fff;
    padding: 0em;
    max-width: 580px;
}

body {
    font-size: 1rem;
    background: #fff;
    font-family: "Arial", "Helvetica", "Noto Sans CJK SC", "Noto Sans", "Microsoft Yahei";
    -webkit-font-smoothing: antialiased;
}

body>a {
    display: none
}

a {
    text-decoration: none;
    outline: 0
}

img {
    vertical-align: middle
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

a.block {
    display: block;
}

ul {
    list-style: none
}

p {
    text-align: justify;
    line-height: 1.6rem;
}

.ov {
    height: 100%;
    overflow: hidden;
}

.mb {
    margin-bottom: 30px;
}

.clearfix:after,
.form-control:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.page {
    margin: 0 auto;
    max-width: 640px
}