@charset "UTF-8";

body {
  width: 100%;
}

.newsCont {
  margin: 0 auto;
}

.newsCont_inner {
  width: 1060px;
  margin: 0 auto;
  padding: 68px;
  box-sizing: border-box;
}

.newsCont_date {
  font-size: 16px;
  color: #004097;
}

.newsCont_ttl {
  font-size: 25px;
  font-weight: bold;
}

.newsCont_img {
  width: 60.4%;
  margin: 45px auto 38px;
  background: url('/news/img/171010.png') no-repeat;
  background-size: cover;
}

.newsCont_text {
  font-size: 16px;
  font-weight: 600;
}

.newsCont_text a:hover {
  text-decoration: underline;
  opacity: 0.7;
  transition: none;
}

.newsCont_dl{
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}

.newsCont_dd{
  font-size: 16px;
  margin-bottom:25px;
}

.newsCont_dd-last{
  font-size: 16px;
  margin-bottom:45px;
}

.newsCont_text-right {
  text-align: right;
}

.newsCont_snsLink {
  color: #004097;
  font-size: 16px;
}

.newsCont_share {
  margin: 80px 0 42px 0;
  padding-bottom: 5%;
  font-size: 16px;
  color: #004097;
  line-height: 0;
  white-space: nowrap;
}

.newsCont_shareTxt {
  line-height: normal;
  display: inline-block;
  vertical-align: top;
}

.newsCont_share_twitter {
  margin: 0px 0 0 15px;
  display: inline-block;
}

.newsCont_share_facebk {
  margin: 0px 0 0 15px;
  display: inline-block;
  font-size: 0;
}

.newsCont_share-boardcast{
  width: 980px;
  margin: auto;
}

.detail_area{
  width: 800px;
  margin: -70px auto 110px;
  overflow: hidden;
}

.areaTitle{
  font-size: 20px;
  background: #004097;
  color: #fff;
  padding: 0 0 0 18px;
  line-height: 56px;
}

.agenda_table {width: 800px;}

.agenda_table, th,td{
  border: 2px solid #e5e5e5;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

.agenda_table th{
    line-height: 32px;
    font-weight: bold;
}

.agenda_table th.odd{
    background: #e5ecf5;
}

.agenda_table th.even{
    background: #f2f5fa;
}

.agenda_table_td-1{
    background: #e5ecf5;
    width: 20%;
}

.agenda_table_td-2{
    background: #f2f5fa;
    width: 20%;
}

.agenda_table_td-3{
    background: #e5ecf5;
    width: 20%;
}

.agenda_table_td-4{
    background: #f2f5fa;
}

.agenda_table td{
    height: 52px;
}

.agenda_table td.area_td{
    text-align: left;
    padding-left: 15px;
}

.agenda_table td.area_td span{
    display: block;
}

.date_line{
  background: rgba(0, 64, 151, 0.9);
  color: #fff;
  padding: 13px 34px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
}


/*** sp ************/
@media (max-width:640px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .newsCont_inner {
    padding: 30px;
    width: 100%;
  }

  .newsCont_date {
    font-size: 2.9vw;
  }

  .newsCont_ttl {
    font-size: 4vw;
    padding-bottom: 0.6%;
    border-bottom: 2px solid #004097;
  }

  .newsCont_img {
    width: 100%;
    margin: 2% auto 5%;
  }

  .newsCont_text {
    font-size: 2.9vw;
  }

  .newsCont_snsLink {
    font-size: 2.5vw;
    word-wrap: break-word;
  }

  .newsCont_share {
    font-size: 2.9vw;
    margin-top: 14%;
  }

  .newsCont_share-boardcast{
    width: 90%;
    margin: 0 auto 13%;
  }

  .newsCont_share_facebk {
  }

  .detail_area{
    width: 100%;
    margin: -10% auto 10%;
  }

  .areaTitle{
    font-size: 5.3vw;
    padding: 0 0 0 3%;
    line-height: 50px;
  }

  .agenda_table {
    width: 100%;
  }

  .agenda_table, th,td{
    font-size: 2.9vw;
  }

  .agenda_table th{
    line-height: 3;
  }

  .agenda_table th.odd{
    width: 16%;
  }

  .agenda_table td{
    height: 0;
    padding: 2% 0;
  }

  .agenda_table td.area_td{
      text-align: left;
      padding-left: 2%;
  }

  .agenda_table_td-1{
    width: 17%;
  }

  .agenda_table_td-2{
    width: 21%;
  }

  .agenda_table_td-3{
    width: 20%;
  }

  .date_line{
    font-size: 4vw;
    padding: 3.1% 5%;
    margin-top: 5%;
  }

}
