@charset "utf-8";

/* ---------------------------------------------
 Reset
--------------------------------------------- */
html,body {
margin:0;
padding:0;
}
body {
	font-size: 100%;
	line-height:1;
	-webkit-text-size-adjust: none;
}
div,span {
margin:0;
padding:0;
}
address {
font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
padding:0;
font-size:100%;
font-weight:normal;
}
div,span,p, pre,code,blockquote,q {
margin:0;
padding:0;
}
article, aside, figure, main, figcaption, footer, header, nav, section {
display: block;
}
code {
font-style:normal;
font-weight:normal;
}

cite,dfn,em,strong,var {
font-style:normal;
font-weight:normal;
}
ins,del {
text-decoration:none;
}
abbr,acronym {
border:0;
font-variant:normal;
}
sup {
vertical-align:top;
}
sub {
vertical-align:baseline;
}

img {
border:0;
vertical-align:bottom;
}

a,a:link,a:visited,a:hover,a:active {
outline:0;
text-decoration:none;
color: #000000;
}


/* List--------------------------------------------- */
ul,ol,dl,dt,dd {
margin:0;
padding:0;
}
li {
margin:0;
padding:0;
list-style:none;
}


/* Table
--------------------------------------------- */
table {
margin:0;
padding:0;
border-collapse:collapse;
border-spacing:0;
}
tr,
td,
thead,
tfoot,
tbody {
margin:0;
padding:0;
}
th {
margin:0;
padding:0;
font-weight:normal;
text-align:left;
}
caption {
font-weight:normal;
text-align:left;
}

.clearfix:after {
	clear: both;
  content: " ";
  display: block;
}

.is-pc {
  display: block!important;
}
.is-sp {
  display: none!important;
}
@media screen and (max-width: 768px){
  .is-pc {
    display: none!important;
  }
  .is-sp {
    display: block!important;
  }
}