@charset "UTF-8";
/*CSS Reset*/
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
tr,
td,
th,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  border: none;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

input,
select,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
}

/*textarea{resize:none;}*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
}

em,
i,
strong,
b {
  font-style: normal;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/*table td,table th{ border:1px solid #ddd;}*/
table th {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

[role="button"] {
  cursor: pointer;
}
html,
body {
  width: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  font-family: "Noto Sans SC", -apple-system,BlinkMacSystemFont, "Helvetica Neue","arial","sans-serif";
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
}

:after,
:before,
*::before,
*::after {
  box-sizing: border-box;
}

/*box setting*/
.w {
  width: 100%;
}

.h {
  height: 100%;
}

.wh {
  width: 100%;
  height: 100%;
}

.db {
  display: block;
}

.dl {
  display: inline-block;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

/*clear and float*/
.clear::after,
.row::after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
/*cursor*/
.cursor {
  cursor: pointer;
}

/*position*/
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}

.w50 {
  width: 50%;
}
.h50 {
  height: 50%;
}

/*text setting*/
.giveMeEllipsis {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-normal {
  font-weight: normal;
}

.t-weight {
  font-weight: 700;
}

.t-weightM {
  font-weight: 400;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
