/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  background: url("../images/news/mv_bg.jpg") no-repeat;
  background-position: center 41%;
  background-size: cover; }

.more {
  text-align: center;
  margin-top: 40px; }
  .more a {
    width: 293px;
    color: #fff;
    background: #062f60;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 4px;
    position: relative; }
    .more a img {
      width: 10px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }
  @media screen and (max-width: 750px) {
    .more {
      margin-top: 5.3333333333vw; }
      .more a {
        max-width: 53.3333333333vw;
        width: 100%; } }
  @media screen and (max-width: 480px) {
    .more a {
      max-width: 83.3333333333vw;
      width: 100%; } }

#news {
  text-align: left; }
  #news .box_in_1000 .h2_ttl {
    margin-bottom: 30px;
    font-size: 21px; }
    #news .box_in_1000 .h2_ttl .data {
      font-size: 18px; }
  #news .box_in_1000 .txt_area {
    margin-top: 30px;
    display: block;
    /*
    &:nth-child(2n-1){
    	.thumnail_area{
    		margin-left: 20px;
    	}
    }			
    &:nth-child(2n){
    	flex-flow: row-reverse;
    	.thumnail_area{
    		margin-right: 20px;
    	}
    }
    */ }
    #news .box_in_1000 .txt_area .detailText {
      font-size: 16px !important; }
      #news .box_in_1000 .txt_area .detailText a {
        text-decoration: underline; }
      #news .box_in_1000 .txt_area .detailText span {
        font-size: 16px !important; }
    #news .box_in_1000 .txt_area .thumnail_area {
      margin-top: 20px; }
      #news .box_in_1000 .txt_area .thumnail_area .detailUpfile {
        text-align: center; }

@media screen and (max-width: 1200px) {
  #news .box_in_1000 .h2_ttl {
    margin-bottom: 2.5vw;
    font-size: 1.75vw; }
    #news .box_in_1000 .h2_ttl .data {
      font-size: 1.5vw; }
  #news .box_in_1000 .txt_area {
    margin-top: 2.5vw; }
    #news .box_in_1000 .txt_area .detailText {
      font-size: 1.3333333333vw !important; }
      #news .box_in_1000 .txt_area .detailText span {
        font-size: 1.3333333333vw !important; } }
@media screen and (max-width: 960px) {
  #news .box_in_1000 .h2_ttl {
    margin-bottom: 3.125vw;
    font-size: 2.1875vw; }
    #news .box_in_1000 .h2_ttl .data {
      font-size: 1.875vw; }
  #news .box_in_1000 .txt_area {
    margin-top: 3.125vw; }
    #news .box_in_1000 .txt_area .detailText {
      font-size: 1.6666666667vw !important; }
      #news .box_in_1000 .txt_area .detailText span {
        font-size: 1.6666666667vw !important; } }
@media screen and (max-width: 750px) {
  #news .box_in_1000 .h2_ttl {
    margin-bottom: 4vw;
    font-size: 4.1333333333vw; }
    #news .box_in_1000 .h2_ttl .data {
      font-size: 3.7333333333vw; }
  #news .box_in_1000 .txt_area {
    display: block;
    margin-top: 4vw; }
    #news .box_in_1000 .txt_area .detailText {
      font-size: 3.4666666667vw !important; }
      #news .box_in_1000 .txt_area .detailText span {
        font-size: 3.4666666667vw !important; }
    #news .box_in_1000 .txt_area .thumnail_area {
      margin-top: 2.6666666667vw; }
      #news .box_in_1000 .txt_area .thumnail_area .detailUpfile {
        text-align: center; }
    #news .box_in_1000 .txt_area:nth-child(2n-1) .thumnail_area {
      margin-left: 0px; }
    #news .box_in_1000 .txt_area:nth-child(2n) .thumnail_area {
      margin-right: 0px; } }
