header {
  height: 110px;
  border-bottom: solid thin black;
}
header div {
  position: relative;
}
header div .headerLogo {
  display: block;
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 0px;
}

#chartTitle {
  width: 1020px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding-bottom: 140px;
  padding-top: 140px;
}
#chartTitle h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#chartTitle h2 {
  font-size: 20px;
  color: #61C1BE;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
#chartTitle h3.inteslineTitle {
  position: absolute;
  font-size: 125px;
  font-weight: bold;
  color: rgba(227, 138, 130, 0.5);
  top: 100px;
  right: 300px;
  z-index: 0;
}
#chartTitle p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
}

#chartInteslineSP {
  display: none;
}

#chartIntesline {
  background-color: rgba(201, 189, 166, 0.2);
  width: 100%;
  height: auto;
  padding: 100px 0 100px 0;
}
#chartIntesline div {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
#chartIntesline div img {
  height: 1025px;
}
#chartIntesline div ul {
  position: absolute;
  right: 0;
  top: 79px;
}
#chartIntesline div ul li {
  width: 390px;
  margin-bottom: 21px;
}
#chartIntesline div ul li:nth-child(4) {
  margin-top: 144px;
}
#chartIntesline div ul li:nth-child(6) {
  margin-top: 140px;
}
#chartIntesline div ul li:nth-child(9) {
  margin-top: 65px;
}
#chartIntesline div ul a {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 12px 0 12px 0;
  background: #E38A82;
  color: white;
  border-radius: 5px;
  font-weight: bold;
}
#chartIntesline div ul a:hover {
  opacity: 0.5;
}

#contact {
  background: white;
}
#contact li:first-of-type {
  display: none;
}

@media (max-width: 768px) {
  #chartTitle {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #chartTitle h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    z-index: 100;
    position: relative;
  }
  #chartTitle h2 {
    margin-bottom: 30px;
  }
  #chartTitle p {
    font-size: 13px;
    margin-top: 30px;
  }
  #chartTitle h3.aromaTitle {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    font-weight: bold;
    color: rgba(201, 160, 99, 0.5);
    text-align: center;
    margin-top: 30px;
  }
  #chartTitle h3.aromaTitle br {
    display: none;
  }
  #chartTitle h3.inteslineTitle {
    position: static;
    font-size: 125px;
    font-weight: bold;
    color: rgba(227, 138, 130, 0.5);
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  #chartIntesline {
    display: none;
  }

  #chartInteslineSP {
    display: block;
  }
  #chartInteslineSP .d-menu {
    background-color: rgba(201, 189, 166, 0.2);
    height: auto;
    padding: 50px 0 50px 20px;
  }
  #chartInteslineSP .d1 a {
    color: #3E3A39;
  }
  #chartInteslineSP dl.accordion dt span {
    color: #3E3A39;
  }

  #contact {
    background: white;
  }
}
