@charset "utf-8";

/*
 * File    : rwd-news.css
 * Author  : STUDIO-JT (JSH)
 *
 * SUMMARY :
 * 1600px
 * 1480px
 * 1200px
 * 860px
 * 540px
 */



/* **************************************** *
 * 1680px
 * **************************************** */
@media (max-width: 1680px){

}



/* **************************************** *
 * 1480px
 * **************************************** */
@media (max-width: 1480px){

    body.page-template-event .article__title .jt-icon { width: 140rem; }

}



/* **************************************** *
 * 1200px
 * **************************************** */
@media (max-width: 1200px){

    body.page-template-event .article__title .jt-icon { width: 120rem; }

}



/* **************************************** *
 * 860px
 * **************************************** */
@media (max-width: 860px){

    body.page-template-event .article__title .jt-icon { width: 100rem; }

}



/* **************************************** *
 * 540px
 * **************************************** */
@media (max-width: 540px){

    body.page-template-event .article__title .jt-icon { width: 90rem; margin-left: 8rem; }

}