@charset "UTF-8";
/*
///////////////////////////////////////////
CSS FOR News
Made	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/
#Sub-visual {
  background: url("../images/news/bg_visual.png") no-repeat 50% 0;
  background-size: cover; }

.group-news {
  background: #f5f5f5 url("../images/news/icon_ball.png") no-repeat 0 0;
  padding: 50px 0; }

.section .ttl-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .section .ttl-time dt {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px 5px 40px;
    position: relative;
    background: url("../images/news/ico_title.png") no-repeat 10% 50% #003663; }
  .section .ttl-time dd {
    font-size: 16px;
    color: #003663;
    font-weight: bold;
    padding-left: 10px; }

.section .section-inner {
  padding-bottom: 40px;
  padding-top: 40px; }

.section .anchor-link-space {
  margin-top: -30px;
  display: block; }

.section .info-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 12;
  grid-column: span 12;
  padding: 10px 10px 0;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr); }
  .section .info-news .text {
    line-height: 22px;
    font-size: 12px;
    color: #000;
    -ms-grid-column-span: 12;
    grid-column: span 12; }
  .section .info-news .text-info {
    line-height: 22px;
    font-size: 12px;
    color: #000;
    -ms-grid-column-span: 7;
    grid-column: span 7; }
  .section .info-news .img {
    -ms-grid-column-span: 5;
    grid-column: span 5;
    padding-right: 10px; }

.block-pagination {
  text-align: center; }

.pagination {
  margin: 0; }

/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {
  .group-news {
    background: #f5f5f5 url(../images/news/icon_ball.png) no-repeat 0 0;
    background-size: 50% auto;
    padding: 30px 0; }
  .section .info-news .text-info {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 5px; }
  .section .info-news .img {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    text-align: center;
    padding-right: 0; }
  .section .ttl-time dt {
    margin-bottom: 2px; }
  .section .ttl-time dd {
    padding-bottom: 5px;
    font-size: 14px; }
  .section .section-inner {
    padding-bottom: 20px; }
  .section .info-news {
    padding: 0; } }
