@charset "utf-8";

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    color: #333;
    background-color: #fff;
    font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
    padding: 0;
    margin: 0;
    line-break: strict;
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
}

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

dl,dt,dd {
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: inherit;
    text-decoration: none;
    overflow-wrap: anywhere;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

a[x-apple-data-detectors],
button[x-apple-data-detectors] {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

a:link,
a:visited,
button:link,
button:visited {
  color: inherit;
  text-decoration: none;
}

a[href] {
    cursor: pointer;
}

button {
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    font-weight: normal;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}


@media screen and (max-width: 640px) {
    p {
        font-size: 13px;
    }
}