@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
/*--=== SP ONLY max-width: 767px ===-- / */
@media screen and (max-width: 767px) {
  article#news_ctn {
    width: 100%;
    padding: 0 2.5%;
    margin-top: 1em;
    position: relative;
  }
  article#news_ctn h2 {
    width: 95%;
    margin: 0 auto;
  }
  article#news_ctn h2 img {
    display: block;
  }
  article#news_ctn #news_inner_ctn {
    width: 95%;
    padding: 0 3.5%;
    margin: 0 auto;
    background-color: #fff;
  }
  article#news_ctn #news_inner_ctn #news-box_ctn {
    background-image: url(/images/news_border.png);
    background-size: contain;
    background-position: center 2em;
    background-repeat: no-repeat;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  article#news_ctn #news_inner_ctn .news-box {
    background-image: url(/images/news_border.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 10px 0;
  }
  article#news_ctn #news_inner_ctn .news-box .date {
    font-size: 12px;
    margin: 0.6em 0 2.4em 0;
  }
  article#news_ctn #news_inner_ctn .news-box .date span {
    font-weight: bold;
    background-color: #b81c25;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-right: 1em;
  }
  article#news_ctn #news_inner_ctn .news-box .date.new:before {
    display: inline;
    content: "NEW";
    font-weight: bold;
    background-color: #b81c25;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-right: 1em;
  }
  article#news_ctn #news_inner_ctn .news-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #b81c25;
    margin-bottom: 1.8em;
    line-height: 1.8em;
  }
  article#news_ctn #news_inner_ctn .news-box p {
    font-size: 14px;
    margin-bottom: 1.8em;
    line-height: 1.8em;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image {
    margin-top: -1.3em;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image .image {
    margin-bottom: 0.5em;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image .image img {
    width: 100%;
  }
}
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  article#news_ctn {
    background-image: url(/images/l2_news_bg.png);
    background-size: 960px 27px;
    background-repeat: repeat-y;
    border-radius: 0px 14px 14px 0px;
    min-height: 600px;
    position: relative;
  }
  article#news_ctn h2 {
    width: 96px;
    position: absolute;
    left: 50px;
    top: 22px;
  }
  article#news_ctn #news_inner_ctn {
    padding: 45px 0 50px 190px;
  }
  article#news_ctn #news_inner_ctn #news-box_ctn {
    background-image: url(/images/news_border.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 730px;
  }
  article#news_ctn #news_inner_ctn .news-box {
    background-image: url(/images/news_border.png);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 10px 0;
  }
  article#news_ctn #news_inner_ctn .news-box .date {
    font-size: 1.5rem;
    margin: 0.6em 0 2.4em 0;
  }
  article#news_ctn #news_inner_ctn .news-box .date span {
    font-weight: bold;
    background-color: #b81c25;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-right: 1em;
  }
  article#news_ctn #news_inner_ctn .news-box .date.new:before {
    display: inline;
    content: "NEW";
    font-weight: bold;
    background-color: #b81c25;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    margin-right: 1em;
  }
  article#news_ctn #news_inner_ctn .news-box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #b81c25;
    margin-bottom: 1.8em;
    line-height: 1.8em;
  }
  article#news_ctn #news_inner_ctn .news-box p {
    font-size: 1.5rem;
    margin-bottom: 1.8em;
    line-height: 1.8em;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image {
    display: flex;
    flex-direction: row-reverse;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image .image {
    width: 37%;
    margin-left: 3%;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image .image img {
    width: 100%;
  }
  article#news_ctn #news_inner_ctn .news-box .text-and-image .text {
    width: 60%;
  }

  /* common class / */
  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */
