@charset "UTF-8";
/*変数*/
/*初期化*/
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  box-sizing: border-box;
  color: black; }

#contact {
  background: #F0F0F0; }

/*newsList*/
#newsList {
  padding: 200px 0; }
  #newsList h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    font-size: 50px;
    text-align: center;
    width: 100%;
    border-bottom: solid 3px #589FB4;
    line-height: 1;
    padding-bottom: 10px; }
  #newsList h2 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    color: #989898; }
  #newsList ul {
    width: 700px;
    margin: 100px auto 0 auto; }
    #newsList ul li {
      padding: 30px;
      border: solid thin gray;
      height: 210px;
      margin-bottom: 20px; }
      #newsList ul li .eyeCatch, #newsList ul li div {
        display: inline-block;
        vertical-align: top; }
      #newsList ul li div {
        width: 460px;
        margin-left: 20px; }
        #newsList ul li div dt {
          font-size: 20px;
          margin-bottom: 10px;
          font-weight: bold; }
        #newsList ul li div dd {
          font-size: 15px;
          margin-bottom: 20px;
          color: #818181; }
        #newsList ul li div p {
          font-size: 15px;
          margin-bottom: 15px; }
        #newsList ul li div a {
          background: black;
          border-radius: 15px;
          color: white;
          height: 30px;
          padding: 2px 20px 5px 20px; }

.SP {
  display: none !important; }

@media (max-width: 768px) {
  /*newsList*/
  #newsList {
    padding: 100px 0; }
    #newsList h1 {
      font-family: 'Poppins', sans-serif;
      letter-spacing: 0.05em;
      font-size: 30px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: none;
      line-height: 1;
      padding-bottom: 10px; }
      #newsList h1:before {
        content: "";
        width: 40px;
        height: 20px;
        display: inline-block;
        background-color: #589FB4;
        margin-right: 10px; }
    #newsList h2 {
      font-size: 20px;
      text-align: left;
      padding-top: 0px;
      color: #989898;
      margin-left: 50px; }
    #newsList ul {
      width: 100%;
      margin: 100px auto 0 auto;
      padding: 0; }
      #newsList ul li {
        padding: 20px;
        border: solid thin gray;
        height: auto;
        margin: 0 auto 20px auto;
        width: 90%; }
        #newsList ul li .eyeCatch, #newsList ul li div {
          display: table;
          margin: 0 auto; }
        #newsList ul li div {
          width: 100%;
          margin-left: 0px; }
          #newsList ul li div dt {
            font-size: 17px;
            margin-bottom: 10px;
            margin-top: 20px;
            font-weight: bold; }
          #newsList ul li div dd {
            font-size: 15px;
            margin-bottom: 20px;
            color: #818181; }
          #newsList ul li div p {
            font-size: 15px;
            margin-bottom: 15px;
            text-align: justify; }
          #newsList ul li div a {
            background: black;
            border-radius: 15px;
            color: white;
            height: 30px;
            padding: 2px 20px 5px 20px; } }
