/* Added for Masayuki Hirase */

.c-headline02 {
  color: #fff;
  font-size: 38.4px;
  font-size: 2.0rem;  /* JP */
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: .02em;
  line-height: 1.20833;
  text-align: center;
  text-transform: none
}
@media only screen and (max-width:767px) {
  .c-headline02 {
    font-size: 1.3rem;  /* JP */
    margin-bottom: 25px
  }
}

.introduction .introduction-lead {
  font-size: 20.8px;
  font-size: 1.0rem; /* JP */ 
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.385;
  margin: 0 0 55px;
  text-align: center
}
@media only screen and (max-width:767px) {
  .introduction .introduction-lead {
    font-size: .8rem;  /* JP */ 
    margin-bottom: 30px
  }
}
.paneldesign .paneldesign-box-title {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.41667;
  margin-bottom: 35px;
  text-align: center;
  color: #fff; /* JP */
}
@media only screen and (max-width:767px) {
  .paneldesign .paneldesign-box-title {
    font-size: .9rem;
    margin-bottom: 15
  }
}

.c-headline03 {
  color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 30px 0 0 30px;
  letter-spacing: .02em;
  line-height: 1.4375;
  text-align: center;
  text-transform: none
}

/* End - Added for bullets */