html {
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #FFFFFF;
    color: #000000;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", "Meiryo", "sans-serif";
    line-height: 1.5;
    height: 100%;
    min-width: 320px;
}

body.-overflow {
    overflow-y: hidden;
}

@media screen and (min-width: 960px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

p {
    font-size: 1.4rem;
}

@media screen and (min-width: 960px) {
    p {
        font-size: 1.6rem;
        pointer-events: none;
    }
}

strong {
    font-weight: 700;
}

#wrapper {
    background: #FCFCFD;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}