.c-section__tokutori--title{
 color:#CC3533; 
  font-size:30px;
  font-weight:bold;
}
#tokutori .c-section__container {
    margin-right: auto;
    margin-left: auto;
    margin: 80px auto 80px;
}
#tokutori .c-section__content{
    overflow: hidden;
    margin: 0;
    padding-bottom: 20px;
    border-left: 2px dotted;
    padding-left: 1em;
    font-size: 21px;
}
#tokutori .c-section__label {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.6;
    width: 290px;
    margin: 0;
    letter-spacing: 1px;
}
@media screen and (max-width: 599px) {
  #tokutori .c-section__content {
    overflow: hidden;
    margin: 0 0 10px 0;
    border-left: unset;
    font-size: 18px;
    padding: 10px;
}
  #tokutori .c-section__label {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    padding: 0 10px 0;
    border-bottom: 2px dotted;
}


}