/*
Theme Name: original
Author: Kenichiro
Version: 1.0
*/
.sec .sec-ttlEn,
.sec .sec-ttlJa {
  letter-spacing: 0.2em;
}

.sec--pageMv {
  margin-bottom: 90px;
}

.sec--news {
  padding-top: 0;
  padding-bottom: 120px;
}

.sec--news .news {
  display: block;
  max-width: 800px;
  margin: auto;
}

.sec--news .news .imgWrap {
  margin: 0 auto 50px;
}

.sec--news .news .txt > span {
  font-size: 20px;
  display: block;
}

.sec--news .news .txt > span:nth-of-type(1) .date {
  font-weight: bold;
  font-size: 16px;
}

.sec--news .news .txt > span:nth-of-type(1) .cat {
  font-size: 14px;
  color: #fff;
  border: 1px solid #A18D6F;
  background-color: #A18D6F;
  padding: 0 12px;
}

.sec--news .news .txt > span:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin: 20px 0 40px;
}

.sec--news .news .txt p {
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 768px) {
  .sec--pageMv {
    margin-bottom: 50px;
  }
  .sec--news {
    padding-bottom: 60px;
  }
  .sec--news .news .imgWrap {
    margin: 0 auto 15px;
  }
  .sec--news .news .txt > span:nth-of-type(1) .date {
    font-size: 12px;
  }
  .sec--news .news .txt > span:nth-of-type(1) .cat {
    font-size: 12px;
  }
  .sec--news .news .txt > span:nth-of-type(2) {
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .sec--news .news .txt p {
    font-size: 14px;
  }
}
