@charset "utf-8";
/* ▼リセット
------------------------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}
body {
    line-height:1;
}

input, select {
    vertical-align:middle;
}
/* 
------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  width: 100%;
  height:100%; 
}
body {
  width: 100%;
  height:100%; 
  font-size: 1.6em;
  line-height: 1.6;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color:#555;
  padding:40px 30px;
  background-color:#f8f8f8;
}
a {text-decoration:none;}

table {
  word-break: break-all;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover, a:focus, a:visited {
  outline: 0
}
a { 
 color:#000;
 text-decoration: none; 
}
a:hover {
 text-decoration: none; 
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
button:focus {
  outline:0;
}
img {
  border-style: none;
  vertical-align: top;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body::-webkit-scrollbar { 
  width: 10px;
  height: auto; 
}
body::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
  border-left: solid 1px #ececec;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow:inset 0 0 0 2px #fff;
}
/* div */
div::-webkit-scrollbar { 
  width: 5px;
  height: 5px; 
}
div::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
  border-left: solid 0px #ececec;
}
div::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow:inset 0 0 0 0px #fff;
}
@font-face {
  font-family: 'Lato';
  src: url('../../font/Lato/Lato-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.top-title{
  font-size: 2.0rem;
  line-height: 1.1;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}