@charset "utf-8";

main {
  max-width: 900px;
  margin: 0 auto;
}
main a {
  color: #036EB8;
}
main section#news_index {
  padding: 50px;
}
main h1,
#pagetitle {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: #00846d;
  font-weight: 600;
}
main .news_list:nth-of-type(1) {
  border-top: 1px solid #CCC;
}
main .news_list {
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}
main .news_list h2 {
  vertical-align: top;
  font-weight: 500;
  padding: 0 25px;
  box-sizing: border-box;
  position: relative;
  color: #00846d;
}
main .news_list h2.new {
  padding: 0 25px 0 85px;
}
main .news_list h2 span {
  position: absolute;
  top: 1px;
  left: 25px;
  font-size: 11px;
  color: #FFF;
  background: #00846d;
  padding: 2px 8px;
  font-weight: 600;
}
@media (min-width: 768px) {
  main .news_list {
    display: flex;
    flex-flow: row wrap;
  }
  main .news_list h2 {
    width: 200px;
    vertical-align: top;
    font-weight: 500;
    padding: 0 25px 0 85px;
    box-sizing: border-box;
    position: relative;
  }
  main .news_list p {
    width: calc(100% - 200px);
    vertical-align: top;
    text-align: left;
  }
}
@media (max-width: 767px) {
  main section#news_index {
    padding: 50px 25px;
  }
  main h1,
  #pagetitle {
    font-size: 24px;
  }
  main .news_list p {
    padding: 5px 25px 0 25px;
  }
}
#news_entry {
  max-width: 800px;
  margin: 0 auto;
  padding: 110px 50px 0 50px;
  box-sizing: border-box;
}
#news_entry h1 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00846d;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: left;
  color: #00846d;
}
#news_entry h2 {
  font-size: 20px;
  margin: 50px 0 5px 0;
  font-weight: 600;
  color: #00846d;
}
#news_entry h3 {
  font-size: 18px;
  margin: 50px 0 5px 0;
  font-weight: 600;
  color: #00846d;
}
#news_entry h4 {
  font-size: 16px;
  margin: 50px 0 5px 0;
  font-weight: 600;
  color: #00846d;
}
#news_entry h2 + p,
#news_entry h2 + ul,
#news_entry h2 + ol,
#news_entry h2 + figure,
#news_entry h3 + p,
#news_entry h3 + ul,
#news_entry h3 + ol,
#news_entry h3 + figure,
#news_entry h4 + p,
#news_entry h4 + ul,
#news_entry h4 + ol,
#news_entry h4 + figure {
  margin-top: 0;
}
#news_entry ul,
#news_entry ol {
  margin: 25px 0 25px 30px;
}
#news_entry ul li {
  list-style: disc;
}
#news_entry ol li {
  list-style-type: decimal;
}
#news_entry ul li:nth-child(n + 2),
#news_entry ol li:nth-child(n + 2) {
  margin-top: 5px;
}
#news_entry p {
  margin-top: 25px;
}
#news_entry figure {
  margin-top: 25px;
  font-size: 13px;
  text-align: center;
}
#news_entry figure img {
  width: 100%;
  max-width: 700px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #news_entry {
    padding: 90px 25px 0 25px;
  }
  #news_entry section {
    padding: 25px 0;
  }
  #news_entry h1 {
    font-size: 20px;
  }
  #news_entry h2 {
    font-size: 20px;
  }
  #news_entry h3 {
    font-size: 18px;
  }
  #news_entry h4 {
    font-size: 16px;
  }
  #news_entry figure p {
    font-size: 12px;
  }
}