@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


/*
  リセットCSS
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
input,
time,
mark,
audio,
video,
main {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
    transition: opacity 0.1s ease-out;
}

html {
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #fff;
    color: #525358;
    font-size: 14px;
    line-height: 1.857142857142857;
}

.body {
    margin: 0;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a img {
    border: none;
}

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

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
}

.mtop-5vw {
    margin-top: 5vw !important;
}

.mtop-15vw {
    margin-top: 15vw !important;
}

.mtop-10 {
    margin-top: 10px !important;
}

.mtop-20 {
    margin-top: 20px !important;
}

.mtop-30 {
    margin-top: 30px !important;
}

.mtop-40 {
    margin-top: 40px !important;
}

.mtop-50 {
    margin-top: 50px !important;
}

.mtop-60 {
    margin-top: 60px !important;
}

.mtop-70 {
    margin-top: 70px !important;
}

.mtop-80 {
    margin-top: 80px !important;
}

.mtop-90 {
    margin-top: 90px !important;
}

.mtop-100 {
    margin-top: 100px !important;
}

.tablestyle tr:nth-child(even) td {
    background-color: #FFF;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table th,
td {
    border: 1px solid #333;
}

th {
    text-align: left;
}

.overflowsc {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}