@charset "UTF-8";
#mainContainer {
  padding: 50px 0 0 0; }

.pageHeader {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block;
  background: url(../img/topics/pic_topics_h2bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative; }
  .pageHeader:after {
    content: "";
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%); }

.pageHeader h2 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: auto;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 20px; }
  .pageHeader h2:after {
    content: "";
    width: 40px;
    height: 3px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #ffd700;
    background-size: 0px 0px;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0; }

section.content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 0;
  box-sizing: border-box;
  display: block; }

h3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
  display: block; }

.topics {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box;
  display: block; }

ul.topicsTxt {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  display: block; }
  ul.topicsTxt li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 8px 20px 10px 10px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dashed #9f9f9f;
    position: relative; }
    ul.topicsTxt li:last-child {
      //border-bottom: none; 
    }
    ul.topicsTxt li:nth-child(2n) {
      background: #f0f0f0; }
    ul.topicsTxt li:after {
      content: "";
      width: 12px;
      height: 12px;
      padding: 0;
      margin: auto;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: url(../img/icon_linkbtn_arr02_bk.png) 0 0 no-repeat;
      background-size: 12px 12px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 5px; }
    ul.topicsTxt li :hover {
      opacity: 0.7;
      transition-duration: 0.8s; }
  ul.topicsTxt li a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    text-decoration: none; }
  ul.topicsTxt p.date {
    width: auto;
    height: 25px;
    margin: 0 auto 5px;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 25px; }
  ul.topicsTxt li.new p.date:after {
    content: "NEW";
    width: auto;
    height: 20px;
    padding: 0 5px;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #1a74bc;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%; }
  ul.topicsTxt p.txt {
    padding: 0 0 0 3px;
    line-height: 1.3;
    font-weight: normal; }

#selectYear {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: block; }

.btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block; }
  .btnWrapper a.linkBtn {
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 0 0 5px;
    padding: 10px 20px 10px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_linkbtn_arr_wh.png) 5px 50% no-repeat #333;
    background-size: 8px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    .btnWrapper a.linkBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }
.btnMonth {
  padding: 1% 0 0 0;
  text-align: center;
  margin: 0;
}
.btnMonth ul{
  padding: 0 0 5px 0;
}
.btnMonth ul li{
  display: inline;
}
.btnMonth a.linkBtn {
  width: 15%;
  height: 40px;
  min-height: 30px;
  margin: 0;
  padding: 0 1% 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
  text-align: right;
}


/*お知らせ詳細*/
section.topicsDetail {
  padding: 10px;
  overflow: hidden;
  zoom: 1;}
section:after {
    content: "";
    display: block;
    clear: both;
}
  section.topicsDetail h3 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 5px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #9f9f9f; }
    section.topicsDetail h3 p {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      font-size: 18px; }
    section.topicsDetail h3 p.date {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      font-size: 13px; }
  section.topicsDetail p {
    padding: 15px 5px 0; }
  section.topicsDetail img {
    max-width: 100%;
	height: auto;
    margin: 0 auto;
    padding: 20px 0 0;
    box-sizing: border-box;
    display: block; }
  section.topicsDetail .youtube-responsive {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-top: min(56.25%, 360px);
  }
  section.topicsDetail .youtube-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  section.topicsDetail figcaption {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3px 0;
    box-sizing: border-box;
    display: block; }

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

