@charset "UTF-8";
/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
#News {
  /* テキスト説明に使用 */
  /* /テキスト説明に使用 */
  /*●個別記事のページナビ*/
}

#News .example {
  display: block;
  background: #2e6194;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #fff;
}

#News .example span {
  font-size: 1.2rem;
}

#News .mainTtlB {
  color: #46525f;
  margin-bottom: 20px;
}

#News .newsTopList {
  margin-top: 10px;
  margin-bottom: 35px;
}

#News .newsTopList li {
  border-bottom: 1px solid #a4abb3;
}

#News .newsTopList li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

#News .newsTopList li dl dt {
  width: 85px;
  text-align: center;
  padding: 5px;
}

#News .newsTopList li dl dd {
  width: 60%;
  margin-right: 10%;
  margin-top: 0;
}

#News .newsTopList li a {
  display: block;
  padding: 7px 0;
  font-size: 1.1rem;
  position: relative;
}

#News .newsTopList li a:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #64717f;
  border-right: 2px solid #64717f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  bottom: 38%;
}

#News .newsTopList li:first-child {
  border-top: 1px solid #a4abb3;
}

#News #sideBar {
  margin-bottom: 50px;
}

#News #sideBar li {
  background: #f4f4f4;
  border-bottom: 1px dotted #a4abb3;
  text-align: left;
  font-size: 1.5rem;
}

#News #sideBar li a {
  display: block;
  padding: 12px 15px;
}

#News #sideBar li a.sideTtl {
  background: #2e6194;
  color: #fff;
  position: relative;
}

#News #sideBar li a.sideTtl.noImg:after {
  background: none;
}

#News #sideBar li a.sideTtl:after {
  display: block;
  content: "";
  background: url("/img/news/news_sp.png");
  width: 18px;
  height: 18px;
  background-size: cover;
  position: absolute;
  top: 26%;
  right: 15px;
}

#News #sideBar .current {
  background: #dce9f3;
}

#News .newsSingle .mb10 {
  margin-bottom: 10px;
}

#News .newsSingle .mb20 {
  margin-bottom: 20px;
}

#News .newsSingle .mb30 {
  margin-bottom: 30px;
}

#News .newsSingle .mb40 {
  margin-bottom: 40px;
}

#News .newsSingle .mb50 {
  margin-bottom: 40px;
}

#News .newsSingle a {
  color: #003f98;
  border-bottom: 1px solid #003f98;
}

#News .newsSingle p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #46525f;
}

#News .newsSingle p.date {
  font-weight: bold;
  color: #46525f;
  font-size: 1.2rem;
  margin-bottom: 25px;
}

#News .newsSingle h3 {
  font-size: 1.1rem;
  margin-bottom: 9px;
  text-align: center;
}

#News .newsSingle .businessDayTable {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.1rem;
}

#News .newsSingle .businessDayTable tr {
  border-top: 1px solid #a4abb3;
}

#News .newsSingle .businessDayTable tr:last-child {
  border-bottom: 1px solid #a4abb3;
}

#News .newsSingle .businessDayTable th {
  background: #eee;
  padding: 8px 0;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
}

#News .newsSingle .businessDayTable th:first-child {
  border-left: none;
}

#News .newsSingle .businessDayTable th:last-child {
  border-right: none;
}

#News .newsSingle .businessDayTable td {
  padding: 10px 0;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
}

#News .newsSingle .businessDayTable td.holiday {
  background: #f8e0e5;
  color: #9f6873;
}

#News .newsSingle .businessDayTable td:first-child {
  border-left: none;
}

#News .newsSingle .businessDayTable td:last-child {
  border-right: none;
}

#News .newsSingle .productsTable img {
  max-width: 90%;
}

#News .newsSingle .productsTable td {
  width: 40%;
}

#News .newsSingle .productsTable td:first-child {
  width: 20%;
}

#News .newsSingle .newsNormalTable {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.1rem;
}

#News .newsSingle .newsNormalTable tr {
  border-top: 1px solid #a4abb3;
}

#News .newsSingle .newsNormalTable tr:last-child {
  border-bottom: 1px solid #a4abb3;
}

#News .newsSingle .newsNormalTable th {
  background: #eee;
  padding: 8px 5px;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
  text-align: center;
  width: 23%;
}

#News .newsSingle .newsNormalTable th:first-child {
  border-left: none;
}

#News .newsSingle .newsNormalTable th:last-child {
  border-right: none;
}

#News .newsSingle .newsNormalTable td {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #a4abb3;
  border-right: 1px solid #a4abb3;
  text-align: left;
}

#News .newsSingle .newsNormalTable td:first-child {
  border-left: none;
}

#News .newsSingle .newsNormalTable td:last-child {
  border-right: none;
}

#News .newsSingle .newsNormalTable td .newsContsList {
  margin-bottom: 0;
}

#News .newsSingle .notesTxt {
  background: #f8e0e5;
  color: #9f6873;
  text-align: center;
  padding: 20px 0;
  line-height: 2;
}

#News .newsSingle .newsContsList li {
  font-size: 1.2rem;
  padding-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

#News .newsSingle .newsContsList li:after {
  display: block;
  content: "";
  background: url("/img/news/newsContsListIcon.png") no-repeat;
  background-size: 85%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0px;
  top: 18%;
}

#News .newsSingle .newsContsList li:last-child {
  padding-bottom: 0;
}

#News .newsSingle .newsImgList li {
  margin-top: 20px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#News .newsSingle .newsImgList li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}



/* 画像が一つの場合 */
#News .newsSingle img.image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}



#News .newsSingle .pdfBox {
  background: #f4f4f4;
  border: 1px solid #a4abb3;
  padding: 20px;
  margin-bottom: 50px;
  margin-top: 30px;
  display: inline-block;
}

#News .newsSingle .pdfBox .pdfTtl {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #2e6194;
}

#News .newsSingle .pdfBox li:not(:first-child) {
  margin-top: 10px;
}

#News .newsSingle .pdfBox li a {
  display: block;
  border-bottom: none;
}

#News .newsSingle .pdfBox li dl dt {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 90px;
  height: 80px;
  padding: 10px 0;
}

#News .newsSingle .pdfBox li dl dt:after {
  display: block;
  content: "";
  background: url("/img/news/pdf_iconSP.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#News .newsSingle .pdfBox li dl dd {
  color: #46525f;
}

#News .page-numbers {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  position: relative;
}

#News .page-numbers li {
  display: inline-block;
  padding: 3px 0;
  font-size: 1.2rem;
  margin-left: 3px;
}

#News .page-numbers li span {
  margin-top: 0px;
}

#News .page-numbers li a {
  margin-top: 0px;
}

#News .page-numbers.next {
  position: absolute;
  right: 10px;
}

#News .page-numbers.prev {
  position: absolute;
  left: 10px;
}

#News .singleNav {
  display: block;
}

#News .navigation {
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  padding: 4px 7px;
}

#News .navigation li {
  font-size: 1.2rem;
  width: 33%;
}

#News .navigation li a {
  color: #46525f;
  border-bottom: none;
}

#News .navigation li.navileft {
  text-align: left;
}

#News .navigation li.navitop {
  text-align: center;
}

#News .navigation li.naviright {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  #News .example span {
    font-size: 1.5rem;
  }
  #News .mainTtlB {
    margin-bottom: 50px;
    font-size: 3.4rem;
    font-weight: normal;
    margin-top: 0;
  }
  #News:after {
    display: block;
    clear: both;
    content: "";
  }
  #News #mainConts {
    float: left;
    width: 770px;
  }
  #News .newsTopList {
    margin-bottom: 0px;
  }
  #News .newsTopList li a {
    padding: 15px 0;
    position: relative;
  }
  #News .newsTopList li a:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #64717f;
    border-right: 2px solid #64717f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: "";
    position: absolute;
    right: 15px;
    bottom: 38%;
  }
  #News .newsTopList li a dt {
    width: 150px;
    padding-top: 5px;
    text-align: left;
    padding-left: 10px;
    font-size: 1.5rem;
  }
  #News .newsTopList li a dd {
    width: 75%;
    margin-right: 35px;
    font-size: 1.5rem;
  }
  #News .newsTopList li a dd:hover {
    color: #2e6194;
    text-decoration: underline;
  }
  #News .newsTopList li:first-child {
    border-top: 1px solid #a4abb3;
  }
  #News #sideBar {
    float: right;
    width: 160px;
    margin-bottom: 0;
  }
  #News #sideBar li {
    font-size: 1.8rem;
    letter-spacing: -0.06em;
  }
  #News #sideBar li a {
    padding: 14px 0 14px 15px;
  }
  #News #sideBar li a.sideTtl:after {
    background: url("/img/news/news_pc.png");
    width: 16px;
    height: 16px;
    right: 10px;
    top: 36%;
  }
  #News #sideBar li a:hover {
    opacity: 0.7;
  }
  #News .newsSingle p {
    font-size: 1.6rem;
  }
  #News .newsSingle p.date {
    font-size: 1.6rem;
    line-height: 1;
  }
  #News .newsSingle h3 {
    font-size: 1.6rem;
  }
  #News .newsSingle .businessDayTable {
    font-size: 1.6rem;
  }
  #News .newsSingle .newsNormalTable {
    font-size: 1.6rem;
  }
  #News .newsSingle .newsContsList li {
    font-size: 1.6rem;
  }
  #News .newsSingle .newsContsList li:after {
    background-size: 90%;
    width: 10px;
    height: 10px;
  }
  #News .newsSingle .newsImgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  #News .newsSingle .newsImgList li {
    padding: 0;
    margin-top: 20px;
    width: 360px;
    height: 240px;
    background-color: #f4f4f4;
  }
  #News .newsSingle .newsImgList li .wd100 {
    width: 100%;
  }
  #News .newsSingle .pdfBox {
    margin-bottom: 0px;
  }
  #News .newsSingle .pdfBox .pdfTtl {
    font-size: 1.6rem;
    line-height: 1;
  }
  #News .newsSingle .pdfBox ul {
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #News .newsSingle .pdfBox ul li {
    margin-bottom: 10px;
    margin-right: 28px;
  }
  #News .newsSingle .pdfBox ul li:not(:first-child) {
    margin-top: 0px;
  }
  #News .newsSingle .pdfBox ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #News .newsSingle .pdfBox ul li a {
    display: block;
    border-bottom: none;
  }
  #News .newsSingle .pdfBox ul li dt {
    width: 180px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #News .newsSingle .pdfBox ul li dt img {
    max-width: 180px;
    max-height: 160px;
  }
  #News .newsSingle .pdfBox ul li dt:after {
    background: url("/img/news/pdf_icon.jpg") no-repeat;
  }
  #News .newsSingle .pdfBox ul li dd {
    width: 180px;
    display: block;
    font-size: 1.4rem;
    padding-top: 10px;
    margin-top: 0;
  }
  #News .page-numbers {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    position: relative;
  }
  #News .page-numbers li {
    display: inline-block;
    padding: 7px 0;
    font-size: 1.5rem;
    margin-left: 3px;
  }
  #News .page-numbers li span {
    margin-top: 0px;
  }
  #News .page-numbers li a {
    margin-top: 0px;
    text-decoration: underline;
  }
  #News .navigation {
    margin-top: 40px;
    width: 740px;
    padding: 7px 14px;
  }
  #News .navigation li {
    font-size: 1.5rem;
  }
  #News .navigation li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 768px) {
  #News .pdfBox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #News .pdfBox dl:after {
    display: block;
    clear: both;
    content: "";
  }
  #News .pdfBox dl dt img {
    max-width: 90px;
    max-height: 80px;
  }
  #News .pdfBox dl dd {
    width: calc(100% - 90px);
    margin-left: 10px;
    font-size: 1.0rem;
  }
}
