.p_mainContents__news,
.p_mainContents__mainRelLinks{
  width: 1260px;
  margin: 20px auto;
  text-align: left;
  line-height: 1.6;
}
.p_mainContents__news--newsPage{
  width: 100%;
}
.p_mainContents__news--newsPage .p_newsList--headline .p_newsList__body{
  max-height: 1000px;
}

@media screen and (max-width:768px){
  .p_mainContents__news, .p_mainContents__mainRelLinks{
    width: 95%;
    margin: 50px auto 20px;
  }
  .p_mainContents__news--newsPage{
    width: 100%;
  }
}
/*カード*/
.p_mainContents__mainRelLinks .p_card__link{
  transition: .3s opacity;
}
.p_mainContents__mainRelLinks .p_card__link:hover{
  opacity: .6;
}  
.p_card__thumbnail{
  vertical-align: bottom;
}

/*グリッド*/
.c_grid{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.c_grid__item{
  display: flex;
}
.p_mainContents__mainRelLinks .c_grid__item {
  text-align: center;
}
.c_grid__inner{
  display: block;
  width: 100%;
}
.p_mainContents__mainRelLinks .c_grid__inner{
  max-width: 220px;
  margin: auto;
}
.c_grid__item--full{
  flex: 1 1 auto;
}
.c_grid__item--movie{
  flex: 0 0 430px;
}
.c_grid--hasGutter{
  margin: -16px;
}
.c_grid--hasGutter > .c_grid__item{
  padding: 16px;
}
.c_grid--hasGutterSm{
  margin: -8px;
}
.c_grid--hasGutterSm > .c_grid__item{
  padding: 8px;
}
.c_grid--hasGutterXs{
  margin: -4px;
}
.c_grid--hasGutterXs > .c_grid__item{
  padding: 4px;
}
.c_grid--hasGutterXxs{
  margin: -2px;
}
.c_grid--hasGutterXxs > .c_grid__item{
  padding: 2px;
}
.c_grid--noWrap{
  flex-wrap: nowrap;
}
.c_grid--selector{
  align-content: center;
  width: calc(100% + 4px);
}
.c_grid--askQ{
  align-items: center;
}
.c_grid--askQ > .c_grid__item + .c_grid__item{
  border-left: 2px solid #a9bcb8;
}
@media screen and (max-width:768px){
  .c_grid--resMdHasGutterSm{
    margin: -8px;
  }
  .c_grid--resMdHasGutterSm > .c_grid__item{
    padding: 8px;
  }
  .c_grid--askQ > .c_grid__item + .c_grid__item{
    border-left: none;
  }
  .p_mainContents__news > .c_grid{
    display: block;
  }
}

@media screen and (max-width:599px){
  .c_grid--resSmHasGutterSm{
    margin: -8px;
  }
  .c_grid--resSmHasGutterSm > .c_grid__item{
    padding: 8px;
  }
  .p_mainContents__mainRelLinks .c_grid--hasGutter{
    margin: 0px;
  }
  .p_mainContents__news .c_grid--hasGutter{
    margin: 0px;
  }
}

/*ニュースリストモジュール*/
.p_newsList{}
.p_newsList__nav{
  display: flex;
  align-items: center;
  border-bottom: 1px solid;
}
.p_newsList__navItem + .p_newsList__navItem{
  padding-left: 8px;
}
.p_newsList__navTarget{
  display: block;
  border-top: 1px solid;
  line-height: 1;
  padding: 6px 12px;
  color: inherit;
  font-size: 16px;
}
.p_newsList__navItem:first-of-type .p_newsList__navTarget{
  border-left-width: 1px;
  border-left-style: solid;
}
.p_newsList__navItem:last-of-type .p_newsList__navTarget{
  border-right-width: 1px;
  border-right-style: solid;
}
.p_newsList__navTarget.is_active{
  border-color: #be0533;
  color: #fff;
  background: #be0533;
}
.p_newsList__header{}
.p_newsList__body{
  padding-bottom: 8px;
  border-bottom: 1px dotted #939393;
}
.p_newsList__body + .p_newsList__footer{
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.p_newsList__item{
  display: flex;
  align-items: center;
}
.p_newsList__item + .p_newsList__item{   margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #939393;
}
.p_newsList__tags{
  flex: 0 0 88px;
  text-align: center;
}
.p_newsList__tags > img{
  display: block;
  line-height: 1;
  vertical-align: middle;
}
.p_newsList__tags > img + img{
  margin-top: 4px;
}
.p_newsList__contents{
  flex: 1 1 auto;
}
.p_newsList__contentsInner{}
.p_newsList__date{}
.p_newsList__msg{}
.p_newsList__link{
  color: inherit;
  transition: .2s opacity;
}
.p_newsList__link:hover{
  opacity: .7;
}
.p_news_list__eng{
  position: relative;
  margin-top: 4px;
  font-size: 12px;
}
.p_news_list__eng::before{
  content: "English";
  display: inline-block;
  padding: 3px 4px;
  border: 2px solid;
  border-radius: 2px;
  line-height: 1;
  color: #777;
  font-weight: bold;
  font-size: 10px;
}
.p_newsList--headline{}
.p_newsList--headline .p_newsList__header{
  display: flex;
  align-items: flex-end;
}
.p_newsList--headline .p_newsList__body{
  max-height: 356px;
  overflow: auto;
}
.p_newsList--headline .p_newsList__item{
  display: block;
}
.p_newsList--headline .p_newsList__item + .p_newsList__item{
  margin-top: 2px;
  padding-top: 0px;
}
.p_newsList--headline .p_newsList__tags{
  display: flex;
}
.p_newsList--headline .p_newsList__tags > img + img{
  margin: 0 0 0 4px;
}
.p_newsList--headline .p_newsList__tags + .p_newsList__contents{
  margin-top: 2px;
}
.p_newsList--headline .p_newsList__contentsInner{
  display: flex;
  align-items: flex-start;
}
.p_newsList--headline .p_newsList__date{
  flex: 0 0 128px;
  font-size: 12px;
}
.p_newsList--headline .p_newsList__msg{
  flex: 1 1 auto;
  font-size: 12px;
}
@media screen and (max-width:768px){
  .p_newsList--headline .p_newsList__contentsInner{
    display: block;
  }
  .p_newsList--headline .p_newsList__msg{
    padding-left: 0;
  }
}
/*タイル*/
@media screen and (max-width:768px){
  .p_card__thumbnail{
    max-width: 220px;
    width: 100%;
    height: auto;
  }
}