@charset "utf-8";

#news {
    background: #f2f2f2;
}
#news .section{
    padding: 80px 0;
    background: #fff;
}

#news .title{
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 40px;
    color: #0C7947;
    font-size: 32px;
    line-height: 48px;
}
#news .title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 36px;
    border-bottom: 1px solid #0C7947;
    
}

#news .section .btn{
    width: 290px;
    height: 60px;
    padding: 19px 0 0 23px;
    margin: auto;
    color: #fff;
    font-size: 16px;
}

/* detail
------------------------------------------------------------ */

.detail .times{
    display: block;
    margin: 0 0 15px;
}
.detail .times .category {
    display: inline-block;
    width: 140px;
    margin: 0 20px 0 0;
    background: #0C7947;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}
.detail .tolist{
    margin: 60px 0 0;
}


/*------------------------------------------------------------------

  お知らせ詳細

------------------------------------------------------------------*/

/* PC以下サイ*/
/*
.times {
  overflow: hidden;
}

time {
  float: right;
  color: #4d4d4d;
}

h2 {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.7;
  border-bottom: solid 2px #f0f0f0;
  position: relative;
  padding: 10px 5px 15px;
}
h2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #41b55c;
  left: 0;
  bottom: -2px;
}
*/
.detail p {
  font-size: 16px;
  line-height: 1.9;
  margin: 30px 0 0;
}
.detail h3 + p {
  margin: 15px 0 0;
}
.detail img {
  margin: 30px auto 0;
  display: block;
}
.detail h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 55px 0 0;
}
.detail .times + h3 {
  margin: 30px 0 0;
}
.detail iframe {
  width: 100%;
  max-width: 800px;
  height: 500px;
  margin: 30px auto 0;
  display: block;
}
.detail .links {
  margin: 30px 0 0;
}
.detail .links span {
  display: block;
  margin: 0 0 10px;
}
.detail .links span:last-child {
  margin: 0;
}
.btns {
  text-align: left;
  padding: 70px 0 0;
}



/* スマホサイズ----------------
@media screen and (max-width:767px) {
h2 {
  font-size: 20px;
  padding: 10px 0 15px;
}
.detail p {
  font-size: 14px;
}
.detail img {
  margin: 20px auto 0;
}
.detail h3 {
  font-size: 18px;
  margin: 45px 0 0;
}
.detail iframe {
  height: 220px;
  margin: 20px auto 0;
}
.btns {
  padding: 40px 0 0;
}

}
--------------- */