section.concept > .inner > .concept_block .txt_content .ttl {
  font-size: 1.6rem;
  line-height: 1;
}

section.concept > .inner > .concept_block .txt_content .txt {
  margin-top: 25px;
}

section.about .inner > .service .lineup_wrap > .lineup_list li.product a dl dt {
  line-height: 1.2;
}

section.about .inner .reason .reason_wrap .reason_block > .ttl {
  text-align: left;
}

section.concept > .inner > .concept_block .txt_content .txt {
  line-height: 1.5;
}

.visual .visual_wrap > .txt #js_svg_txt .move {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@media screen and (max-width: 750px) {

  section.concept > .inner > .concept_block.type01 .txt_content .ttl {
    width: 63%;
  }

  section.concept > .inner > .concept_block.type02 .txt_content .ttl {
    width: 49%;
  }

  section.concept > .inner > .concept_block.type03 .txt_content .ttl {
    width: 82%;
  }

  section.about .inner > .service .lineup_wrap > .lineup_list li.product a dl dt {
    text-align: left;
    padding: 5px;
  }

  .visual .visual_wrap .sp_topic_text.ticker ul {
    width: 100%;
    position: relative;
  }

  .visual .visual_wrap .sp_topic_text .topic_list a {
    color: #FFFFFF;
    padding: 20px 20px 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .visual .visual_wrap .sp_topic_text .topic_list a .cat_tag + span {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 10px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .visual .visual_wrap .sp_topic_text .topic_list a .cat_tag + span > .arrow {
    display: inline-block;
    margin-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: calc(100% - 40px);
  }
}

@media screen and (max-width: 320px) {

  section.about .inner > .service .lineup_wrap > .lineup_list li.product a dl dt {
    width: 80px;
    min-width: 80px;
  }
}