/* link
----------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #008900;
}

a:visited {
  text-decoration: none;
  color: #008900;
}

a:hover {
  text-decoration: none;
  color: #008900;
}

a:active {
  text-decoration: none;
  color: #008900;
}

/* pcNone,spNone
----------------------------------------------------------*/
@media only screen and (min-width: 769px) {
  /* show
  ----------*/
  .pcBlock {
    display: block;
  }

  .spBlock {
    display: none;
  }

  .pcBlock-i {
    display: inline-block;
  }

  .spBlock-i {
    display: none;
  }

  /* hide
  ----------*/
  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }

  .pcNone-i {
    display: none;
  }

  .spNone-i {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }

  .pcBlock-i {
    display: none;
  }

  .spBlock-i {
    display: inline-block;
  }

  /* hide
  ----------*/
  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  .pcNone-i {
    display: inline;
  }

  .spNone-i {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .titSect {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .titSect {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.newsSect .sectTit {
  text-align: center;
  font-weight: bold;
}
.newsSect .date {
  text-align: right;
}
.newsSect .sectMain h3 {
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .inner {
    max-width: 900px;
  }

  .newsSect {
    padding: 80px 0 100px;
  }
  .newsSect .sectTit {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .newsSect .sectMain {
    margin-top: 30px;
  }
  .newsSect .sectMain p {
    margin-top: 15px;
  }
  .newsSect .sectMain h3 {
    margin-top: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .bgWrapCloth {
    margin-top: 20px;
  }

  .newsSect {
    padding: 60px 0;
  }
  .newsSect .sectTit {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .newsSect .sectMain {
    margin-top: 30px;
  }
  .newsSect .sectMain p {
    margin-top: 15px;
  }
  .newsSect .sectMain h3 {
    margin-top: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
