@charset "utf-8";
/* CSS Document */

/* ----------------------------------------- */
/*  /vision/index.html
------------------------------------------ */
.c-txt_small {
  font-size: 15px;
}

.ltsp {
  letter-spacing: 2.5px;
}

#phil.c-tab1__content {
  margin-bottom: 0;
}


.c-bsf .box .cnt li {
  font-size: 14px;
}

.sectionSub_subttl {
    display: table;
    margin: 50px auto 30px;
    line-height: 2;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #df202b;
}

.c-prg {
    margin-top: 0;
}


@media only screen and (max-width: 767px) {
    .sectionSub_subttl {
        font-size: 1.4rem;
        margin: 25px auto 15px;
    }
}

/* ----------------------------------------- */
/*  utility
-------------------------------------------- */

.mb00 { margin-bottom: 0px !important; }
