.js-ticker {
  overflow: hidden;
}

.js-ticker-track {
  white-space: nowrap;
}

.js-ticker-item {
  white-space: normal;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

@supports ((display: -webkit-box) or (display: flex)) {
  .js-ticker-track {
    position: relative;
    white-space: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .js-ticker-item {
    height: auto;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .js-ticker.active .js-ticker-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-ticker.active .js-ticker-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
@charset "utf-8";




/***************************************************************************
*
* PAGE STYLE
*
***************************************************************************/

.text1 {
    margin-top: 30px;
    font-size: 25px;
    position: relative;
    padding-bottom: 10px;
    display: table;
}

.text1 span {
    display: table-cell;
}

.text1:after {
    content: "";
    position: absolute;
    border-bottom: 3px solid #D9F0C2;
    width: 110px;
    left: 0;
    bottom: 0;
}

.text2 {
    padding-left: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.list {

    padding-left: 40px;
    letter-spacing: 1px;
    margin-top: 15px;
}



/* STYLE SP */

@media (max-width: 768px) {
    .text1:after {
    	width: 75px;
    }
}