html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
small,
strong,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic",
    sans-serif;
}

ol,
ul {
  list-style: none;
}
*{
  box-sizing: border-box;
}


a:link,
a:visited {
  color: blue;
  text-decoration: none;
}
a:hover,
a:hover img,
a:active {
  color: #ff870f;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  /* transition: 0.6s; */
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  /* background-color: #fffff6; */
  color: #333;
}
img{
  max-width:100%;
  vertical-align: bottom;
}
.small{
  font-size:.8em;
}
.strong{
  font-size:1.2em;
	font-weight:bold;
}
.hide{
  display:none;
}
.block{
  display:block !important;
}
.red {
  color: #ff694e;
  font-weight: bold;
}
.blue {
  color: #3c86e1;
  font-weight: bold;
}
.yellow {
  color: #ffed4e;
  font-weight: bold;
}
.marker {
  font-weight: bold;
  background-image: linear-gradient(90deg, #fff58b, #fff58b);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 60%;
  transition: all 1s ease-in-out;
}
.marker.inview {
  background-size: 100% 40%;
}
.annotation {
  color: #707070;
  font-size: 0.7em;
}
.wrap {
  overflow: hidden;
}

@media screen and (max-width: 480px){
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Yu Gothic",
      sans-serif;
  }
  img {
    max-width: 100%;
  }
	.annotation {
		font-size: 2.7vw;
	}
}