@charset "UTF-8";
/* CSS Document */

/*最終更新 2024/05/24 笹川*/

/*///////////////////////
	reset style
///////////////////////*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  border: none;
  outline: none;
  vertical-align: baseline;
  background: transparent;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background:gold; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
img {
  border: none;
  outline: none;
  vertical-align: top;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color:#242424;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
i,
cite,
em,
var,
address {
  font-style: normal;
}
em {
  font-weight: bold;
}
legend {
  margin: 0;
  float: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  background: #fff;
  font-family:"Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", "Noto Sans Japanese", sans-serif;
  color: #242424;
  line-height: 1.4;
  /* ↓モバイルブラウザのテキストサイズの自動調整を無効にする↓ */
  -webkit-text-size-adjust: 100%;
  font-size:1.6rem;
}
