@charset "UTF-8";


/* anchorMenu
-----------------------------------------------*/
@media screen and (max-width: 750px) {
  .anchorMenu ul li {
    width: 100%;
  }
}


/* container
-----------------------------------------------*/
section {
  margin-top: 80px;
}
section:nth-child(2) {
  margin-top: 60px;
}
section h3 {
  font-size: 18px;
  line-height: 1.75em;
  margin-top: 30px;
}
section p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 10px;
}
section .ttlArea + p {
  margin-top: 25px;
}
section p a:link {
  color: #00AFDE;
  transition: opacity .2s;
}
section p a:hover {
  opacity: .7;
}
section li {
  font-size: 18px;
  line-height: 1.75em;
  font-weight: bold;
  margin-top: 30px;
}
section li p {
  font-size: 14px;
  line-height: 2em;
  font-weight: normal;
  margin-top: 10px;
}
section p a {
  font-size: 14px;
  line-height: 2em;
  color: #00AFDE;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  section {
    margin-top: 60px;
  }
  section h3 {
    font-size: 16px;
  }
  section .ttlArea + h3 {
    margin-top: 20px;
  }
  section p {
    margin-top: 5px;
  }
  section .ttlArea + p {
    margin-top: 15px;
  }
}


/* ad
-----------------------------------------------*/
#ad p a {
  position: relative;
  font-size: 16px;
  color: #00AFDE;
}
#ad p a::after {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  vertical-align: top;
  background: url("/ir/img/icon-blank.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  #ad {
    margin-top: 30px;
  }
  #ad p a {
    font-size: 14px;
  }
  #ad p a::after {
    top: 8px;
  }
}