/* 
font-family: 'Noto Sans JP', sans-serif;
*/
html{
font-family: 'Noto Sans JP', sans-serif;
box-sizing: border-box;
font-weight: normal; 
font-size:10px;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
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, a,
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, input[type="submit"] {
/* outline: 1px palevioletred solid; */
margin:0;
padding:0; 
border:0; 
vertical-align:baseline;
background:transparent;
}
html{
  overflow-x: hidden;
}
body {
line-height: 1.5;
}
p, th, td, label, li{
font-size: 1.6rem;
line-height: 2;
font-weight: 400;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
h2, h3, h4, h5, h6{
  font-weight: normal;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 560px) {
  p{
    font-size: 1.5rem;
  }
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
ul, li {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
color: black;
font-size: 16px;
text-decoration: none;
margin:0;
padding:0;
vertical-align:baseline;
background:transparent;
cursor: pointer;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
/* iphoneデフォルトのボタンcssを無効にする */
input[type="text"],
input[type="email"],
textarea, button, select, textarea {
-webkit-appearance: none;
appearance: none;
}

input[type="radio"]{
-webkit-appearance: auto;
}

input[type="submit"]{
  cursor: pointer;
}

img{
vertical-align: middle;
width: 100%;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
/* jsが読み込まれてからslickのスライダーを表示する */
.slider{
display: none;
height: 0;
}
.slider.slick-initialized{
display: block; /*slick-initializedが付与されたら表示*/
}
