.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* CSS Document */
/*====================
content
====================*/
[id=content] {
  clear: both;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
[id=content] .wrapper {
  position: relative;
  width: 100rem;
}
[id=content] .midashi {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  font-weight: bold;
  border-left: 0.4rem solid #007FAD;
  color: #014069;
}

.haikei {
  min-height: 450px;
}

[id=content] .gr {
  border-top: 1px dotted #989898;
}
[id=content] .gr dl {
  clear: both;
  border-bottom: 1px dotted #989898;
  padding: 6px 0 7px;
}
[id=content] .gr dl dt, [id=content] .gr dl a dt {
  float: left;
  color: #0448a1;
  font-weight: bold;
  padding-left: 1.7em;
  text-decoration: none;
  margin-right: 1em;
  display: block;
}
[id=content] .gr a dl dt {
  color: #007FAD;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  padding-left: 1.7em;
  margin-right: 1em;
  text-decoration: none;
  display: block;
  position: relative;
}
[id=content] .gr a dl dt:before {
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
  content: "";
  border-radius: 50%;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: #2ec7ff;
}
[id=content] .gr a dl dt:after {
  position: absolute;
  left: 1rem;
  top: 0.6rem;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #ffffff;
}
[id=content] .gr dl a:hover dt, [id=content] .gr a:hover dl dt {
  color: #0092c7;
  text-decoration: underline;
}
[id=content] .gr dl dd, [id=content] .gr dl a dd {
  font-size: 1.6rem;
  color: #0448a1;
  line-height: 28px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
}
[id=content] .gr a dl dd {
  font-size: 1.6rem;
  color: #0448a1;
  line-height: 28px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
}
[id=content] .gr dl a, [id=content] .gr a {
  text-decoration: none;
  display: block;
}

/*====================
tyuui
====================*/
.tyuui {
  margin: 7px 0 0 15px;
}
.tyuui p {
  font-size: 1.3rem;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  /*====================
  content
  ====================*/
  [id=content] .wrapper {
    position: relative;
    width: 94%;
  }
  [id=content] h2.midashi {
    font-size: 1.6rem;
    line-height: 1em;
    background-size: 3%;
    margin-bottom: 11px;
  }

  .haikei {
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 11px;
    border-radius: 7px;
    min-height: 60vh;
  }

  [id=content] .gr dl dt, [id=content] .gr dl a dt {
    float: none;
    font-size: 1.4rem;
    line-height: 21px;
    padding-left: 1.6em;
    text-decoration: none;
    margin-right: 1em;
    display: block;
  }
  [id=content] .gr a dl dt {
    font-size: 1.2rem;
  }
  [id=content] .gr dl dd, [id=content] .gr dl a dd {
    padding-left: 1.7em;
    font-size: 1.2rem;
    line-height: 16px;
    text-decoration: none;
    display: block;
  }
  [id=content] .gr a dl dd {
    padding-left: 1.7em;
    font-size: 1.2rem;
    line-height: 16px;
    text-decoration: none;
    display: block;
    overflow-wrap: break-word;
  }

  [id=content] .gr a dl dt:before {

    width: 1.3rem;
    height: 1.3rem;
  }

  [id=content] .gr a dl dt:after {
    left: 0.9rem;
    top: 0.4rem;
    border-width: 0.5rem 0 0.5rem 0.4rem;
  }


  /*====================
  tyuui
  ====================*/
  .tyuui {
    margin: 5px 15px 0;
  }
  .tyuui p {
    font-size: 1.1rem;
    line-height: 1.4em;
  }
}
