@charset "UTF-8";
/* --------------------------------------------

	上書き

-------------------------------------------- */
.topMovie {
  margin-bottom: 0; }

/* --------------------------------------------

	追加

-------------------------------------------- */
.topNews .heading2 {
  padding-bottom: 30px; }
.topNews .blk_wrap {
  margin-bottom: 120px;
  border-top: 1px solid #C9CACA; }
  .topNews .blk_wrap .blk a {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
    border-bottom: 1px solid #C9CACA;
    padding: 24px; }
    .topNews .blk_wrap .blk a .date {
      width: 16%;
      color: #777; }
    .topNews .blk_wrap .blk a .ttl {
      width: 84%;
      color: #333; }
    .topNews .blk_wrap .blk a:hover {
      text-decoration: none;
      background: #FDEEED; }
.topNews .newLine {
  color: #E60012;
  font-size: 24px; }
.topNews .s_f {
  font-size: 13px;
  margin-left: 24px;
  background: #7D7D7D;
  color: #fff;
  vertical-align: 5px;
  padding: 1px 16px 2px; }
.topNews .btns {
  padding-top: 24px; }
  .topNews .btns a {
    display: block;
    width: 200px;
    border: 1px solid #C9CACA;
    padding: 8px;
    float: right;
    text-align: center;
    color: #333;
    font-size: 13px;
    position: relative; }
    .topNews .btns a:hover {
      background: #FDEEED;
      text-decoration: none; }
  .topNews .btns a:after {
    content: "";
    display: block;
    width: 8px;
    height: 10px;
    background-image: url(../images/common/button-icon.jpg);
    background-size: 8px 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px; }
  @media screen and (max-width: 768px) {
    .topNews .btns a {
      width: 100%; } }

#news .body {
  border-top: #fff solid 1px;
  padding-bottom: 200px; }
  #news .body .base {
    border-bottom: #C9CACA solid 1px; }
    #news .body .base a {
      display: block;
      padding: 24px 0;
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: space-between;
      height: 100%; }
      #news .body .base a:hover {
        opacity: .5;
        text-decoration: none !important; }
      #news .body .base a .date {
        display: block;
        color: #777;
        width: 10%; }
      #news .body .base a .ttl {
        display: block;
        color: #000;
        width: 90%; }
#news.single {
  padding-bottom: 200px; }
  #news.single strong {
    font-weight: bold !important; }
  #news.single .ttl_area {
    border-bottom: #ddd solid 1px;
    padding-bottom: 40px;
    margin-bottom: 48px; }
    #news.single .ttl_area .date {
      color: #777;
      padding-bottom: 20px; }
    #news.single .ttl_area h1 {
      font-size: 26px;
      font-weight: 800; }
  #news.single .bodys {
    padding-bottom: 200px; }
    #news.single .bodys p {
      margin-bottom: 30px; }
  #news.single .more_link {
    padding-bottom: 120px; }
#news .wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 40px 0 120px; }
  #news .wp-pagenavi a {
    margin: 16px 0;
    padding: 16px;
    display: block;
    color: #777;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 26px;
    text-align: center; }
    #news .wp-pagenavi a:hover {
      opacity: .5; }
  #news .wp-pagenavi .current {
    margin: 16px 0;
    padding: 16px;
    background: #e60012;
    color: #fff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 26px;
    text-align: center; }
@media screen and (max-width: 768px) {
  #news .body .base a {
    padding: 16px 0; }
    #news .body .base a .date {
      display: block;
      color: #777;
      width: 100%;
      font-size: 12px;
      padding-bottom: 8px; }
    #news .body .base a .ttl {
      display: block;
      color: #000;
      width: 100%; }
  #news.single h2 {
    font-size: 26px;
    font-weight: 800; } }

.pillow {
  text-align: center; }
  .pillow img {
    width: 100%;
    height: auto; }
  .pillow .space_s {
    padding: 0 0 100px; }
  .pillow .space_m {
    padding: 0 0 150px; }
  .pillow .space_l {
    padding: 0 0 250px; }

@media screen and (max-width: 768px) {
  .topNews .blk_wrap {
    margin-bottom: 80px; }
    .topNews .blk_wrap .blk a {
      display: flex;
      flex-wrap: wrap;
      align-content: stretch;
      height: 100%;
      border-bottom: 1px solid #C9CACA;
      padding: 16px 0; }
      .topNews .blk_wrap .blk a .date {
        width: 100%;
        font-size: 12px;
        padding-bottom: 8px; }
      .topNews .blk_wrap .blk a .ttl {
        width: 100%; }
      .topNews .blk_wrap .blk a:hover {
        text-decoration: none;
        background: #FDEEED; } }
