  .logobox{
  	width:auto;
    height:auto;
  }
  .cd-intro {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "??????";
  color:#ff623c;
  font-weight:bold;
}

.cd-intro {
  margin:0px;
    padding-top:0px;
}

.cd-headline {
  font-size:28px;
  line-height: 1.8;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight:normal;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 11px;
  right: 0;
  width: 2px;
  height: 73%;
  background-color: none;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 768px){
.cd-headline {
  font-size:16px;
  line-height: 1.8;
}
}
