﻿@charset "utf-8";

/********************************************************************************

  01. forPC Layout  

********************************************************************************/


.nte_article_title2 .font-middle {
    font-size: .8em;
    letter-spacing: -.03em;
}


/********************************************************************************

  02. forSP Layout
    *横幅が667px以下の場合
  

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {


.ls-m003-sp {
    letter-spacing: -0.03em;
}


}

