@charset "UTF-8";
/*---------------------------------------------
	Browser Default Initialization
---------------------------------------------*/
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

ul li {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

img {
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

embed, iframe, object {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------
	FontSize Initialization
---------------------------------------------*/
html {
  background: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body {
  line-height: 1.75;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

pre, code, kbd, samp, tt {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1030px;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
body a {
  color: #0183C9;
}
body a:hover {
    text-decoration: underline;
}
/*
body a:link {
  color: #0183C9;
}
body a:visited {
  color: #0183C9;
}
body a:hover {
  text-decoration: none;
  color: #0183C9;
}
body a:focus {
  text-decoration: none;
  color: #0183C9;
}
body a:active {
  color: #0183C9;
}
*/

.eec_container {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .eec_container {
    width: 100%;
  }
}

div, p {
  box-sizing: border-box;
}

.marker.active {
  background-position: -100% .5em;
}

.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #a8ffd3 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #a8ffd3 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #a8ffd3 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #a8ffd3 50%);
  background-image: linear-gradient(left, transparent 50%, #a8ffd3 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}

sup {
  font-size: 0.5em;
  font-weight: normal;
}
