
    /* ----------------------------------------------------

    注意事項(アフィリ用)

---------------------------------------------------- */

#notes {
  background-color: #ececec;
  text-align: left;
  padding: 2% 0%;
}
#notes dl {
  font-size: 1.2vw;
  margin-bottom: 0%;
  letter-spacing:.1em;
  border 0.05rem solid #C3C8CD;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}
#notes dt{
  margin-bottom: 0.5%;
  font-weight: 600;
  font-size: 1.4vw;
}

#annotation {
    background-color: #fff;
    text-align: center;
    padding: 2% 0%;
}

@media screen and (min-width: 769px) {
 /*----------------------------------------
    #reliance
  ----------------------------------------*/
  #reliance {
    padding: 10% 0 10%;
    background: url(../images/reliance-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #reliance .inner {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #reliance .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #reliance h3 {
    margin-bottom: 5%;
  }
  #reliance .text {
    padding: 13%;
    background: rgba(0, 0, 0, 0.95);
  }
  #reliance .text p {
    color: #fff;
  }

}

#annotation dl {
    font-size: 1.2vw;
    margin-bottom: 0%;
    letter-spacing: .15em;
    border: 0.05rem solid #C3C8CD;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
}


@media screen and (min-width: 769px) {
  /*----------------------------------------
    #epilogue
  ----------------------------------------*/
  #epilogue {
    padding: 10% 0 3%;
    background: url(../images/epilogue-background.jpg) no-repeat center top fixed;
    background-size: cover;
  }
  #epilogue .inner {
    margin: 0 auto;
    width: 65%;
  }

  #epilogue .epilogue-scroll{
    height: 480px;
    overflow: scroll;
  }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  #epilogue .inner {
    width: 80%;
  }
}

@media screen and (min-width: 769px) {
  #epilogue .text {
    margin-bottom: 5%;
    padding: 12%;
    background: rgba(255, 255, 255, 0.95);
  }
  #epilogue h3 {
    margin-bottom: 5%;
  }
  #epilogue .name {
    text-align: right;
  }
  #epilogue .name img {
    width: 40%;
  }

  #epilogue .epilogue-img {
    padding: 5px 96px 4px 1px;
  }
}


@media screen and (max-width: 769px) {
  #notes {

  }
  #notes dl {
    font-size: 2.5vw;
    letter-spacing:.1em;
    width: 90%;
    padding: 1%;
  }
  #notes dt{
    font-size: 3vw;
  }

  #annotation dl {
width: 90%;
  font-size: 2.2vw;
}

}



