@charset "UTF-8";
.ip-NewsNav:after {
  content: "";
  display: block;
  clear: both;
}
.ip-NewsNav {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ip-NewsNav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 50%;
  margin-bottom: -1px;
  border: 1px solid #e6e6e6;
}
.ip-NewsNav li:nth-child(2n) {
  margin-left: -1px;
}
.ip-NewsNav a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  background: #f4f4f4;
  color: #777777;
  font-size: 0.875rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ip-NewsNav a:hover, .ip-NewsNav .is-current a {
  background: #001a43;
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .ip-NewsNav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 14px;
  }
  .ip-NewsNav li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width:1024px) {
  .ip-NewsNav li {
    width: 24%;
    margin-right: 1.33%;
  }
  .ip-NewsNav li:nth-child(3n) {
    margin-right: 1.33%;
  }
  .ip-NewsNav li:nth-child(4n) {
    margin-right: 0;
  }
}
.ip-NewsList {
  overflow: hidden;
}
.ip-NewsList .ip-ArticleItem {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .ip-NewsList .ip-ArticleItem {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .ip-NewsList .ip-ArticleItem:nth-child(3n) {
    margin-right: 0;
  }
  #ip-HotTopics .ip-NewsList .ip-ArticleItem {
    width: 23%;
    margin-right: 2.66%;
  }
  #ip-HotTopics .ip-NewsList .ip-ArticleItem:nth-child(3n) {
    margin-right: 2.66%;
  }
  #ip-HotTopics .ip-NewsList .ip-ArticleItem:nth-child(4n) {
    margin-right: 0;
  }
}
.ip-NewsList .ip-ArticleItem {
  display: none;
}
#ip-NewsList .ip-ArticleItem.is-active {
  display: block;
}
.ip-NewsArchivesList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ip-NewsArchivesList li {
  border-bottom: 1px solid #e6e6e6;
}
.ip-NewsArchivesList a {
  display: block;
  padding: 15px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.ip-NewsArchivesList .is-current a, .ip-NewsArchivesList a:hover {
  background: #f5f5f5;
  color: #3b5272;
}
#ip-NewsList .ip-GridSide {
  margin: 30px -15px 0 -15px;
  padding: 0px 15px 0 15px;
  border-top: 0px;
}
@media screen and (min-width:768px) {
  #ip-NewsList .ip-GridSide {
    margin: 0;
  }
}
.ip-GridContainer {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ip-GridContainer:after {
  content: "";
  display: block;
  clear: both;
}
.ip-GridSide {
  margin: 30px -15px 0 -15px;
  padding: 0px 15px 0 15px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width:768px) {
  .ip-GridContainer {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .ip-GridContainer:after {
    content: "";
    display: block;
    clear: both;
  }
  .ip-GridMain {
    float: left;
    width: 70.94%;
  }
  .ip-GridSide {
    float: right;
    width: 25.64%;
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
.ip-NewsDetail * {
  margin-bottom: 20px;
}
.ip-NewsDetail *:last-child, .ip-NewsDetail section *:last-child {
  margin-bottom: 0;
}
.ip-NewsDetail_Title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: #3b5272 2px solid;
  border-bottom: #3b5272 1px dotted;
  color: #3b5272;
  font-size: 1.125rem;
}


.ip-NewsDetail .tag {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1;
}

.ip-NewsDetail .tag:hover {
  border: 1px solid #c1c1c1;	
  text-decoration: none;
  border-radius: 3px;
  background:#204578;
  font-size: 0.875rem;
  line-height: 1; 
}

.ip-NewsDetail .tag a {
  color: #000000;	
  text-decoration: none;
}

.ip-NewsDetail .tag a:hover {
  color: #ffffff;
}

@media screen and (min-width:768px) {
  .ip-NewsDetail_Title {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid #3b5272;
    font-size: 1.875rem;
  }
  .ip-NewsDetail .ip-SNS {
    max-width: 1200px;
    margin-top: 50px;
  }
}
.ip-SideList {
  margin-bottom: 20px;
}
.ip-SideTitle {
  margin-bottom: 35px;
  padding: 15px;
  border-left: 5px solid #6c7377;
  background: #2c363c;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
}
.ip-RelatedNews .ip-SideTitle {
  border-left: 5px solid #6582ac;
  background: #3e6397;
}
.ip-LatestNews .ip-SideTitle {
  border-left: 5px solid #ad3333;
  background: #990000;
}
.ip-SideBody:after {
  content: "";
  display: block;
  clear: both;
}
.ip-SideList .ip-ArticleItem_text .tag{
  font-size: 0.7rem;
}
@media screen and (max-width:767px) {
  .ip-SideBody .ip-ArticleItem {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #990000;
  }
  .ip-SideBody .ip-ArticleItem:first-child {
    padding-top: 0;
  }
  .ip-SideBody .ip-ArticleItem .ip-ArticleItem_photo {
    float: right;
    width: 37.8%;
  }
  .ip-SideBody .ip-ArticleItem .ip-ArticleItem_text {
    float: left;
    width: 60%;
    border-bottom: none;
  }
  .ip-SideBody .ip-ArticleItem_textInner {
    padding: 0;
  }
  .ip-SideBody .ip-ArticleItem_text .icon-new {
    position: static;
  }
}
@media screen and (min-width:768px) {
  .ip-SideList {
    margin-bottom: 30px;
  }
  .ip-SideBody {
    padding: 20px;
    border: 1px solid #990000;
    border-top: none;
    background-color: #f4f4f4;
  }
  .ip-SideTitle {
    margin-bottom: 0;
  }
  .ip-SideBody .ip-ArticleItem {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #990000;
  }
  .ip-SideBody .ip-newsArticle:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .ip-SideBody .ip-ArticleItem_text {
    border-bottom: none;
  }
}