/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.more {
  text-align: center;
  margin-top: 40px; }
  .more a {
    width: 280px;
    color: #000;
    border: 1px solid #000; }
    .more a:before {
      border-left: solid 1px #000;
      border-top: solid 1px #000; }
    .more a:after {
      border-right: solid 1px #000;
      border-bottom: solid 1px #000; }
  @media screen and (max-width: 750px) {
    .more {
      margin-top: 5.3333333333vw; } }

.thumnail ul {
  flex-wrap: wrap; }
  .thumnail ul li:last-child {
    width: 100%; }

#news {
  padding: 140px 0 100px;
  text-align: left; }
  #news .box_in .ttl .ttl_txt {
    white-space: inherit; }
  #news .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 363px; }
  #news .box_in .ttl:after {
    background: #000; }
  #news .box_in .contens_area {
    background: #fff;
    padding: 40px; }
    #news .box_in .contens_area .data {
      background: #000;
      padding: 10px;
      color: #fff;
      line-height: 1;
      display: inline-block;
      letter-spacing: 0.08rem; }
    #news .box_in .contens_area #detail {
      margin-top: 10px; }
      #news .box_in .contens_area #detail .detailText {
        font-size: 16px !important; }
        #news .box_in .contens_area #detail .detailText span {
          font-size: 16px !important; }

@media screen and (max-width: 750px) {
  #news {
    padding: 18.6666666667vw 0 13.3333333333vw; } }
  @media screen and (max-width: 750px) and (max-width: 480px) {
    #news .box_in .ttl .ttl_txt {
      font-size: 6.4vw; } }
@media screen and (max-width: 750px) {
    #news .box_in .ttl .item {
      left: -1.0666666667vw; }
    #news .box_in .contens_area {
      padding: 5.3333333333vw; } }
