@charset "utf-8";
/* CSS Document */

.keywordbox{
  background-color: #e9f1fb;
  padding: 30px 50px;
  text-align: center;
}
.keywordbox th,
.keywordbox td{
  text-align: left;
}


/* searchbtns */
.searchbtns{
  margin: 30px 0 0 0;
}
.searchbtns ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbtns ul li{
  margin: 0 0 0 20px;
}
.searchbtns ul li:first-child{
  margin: 0 0 0 160px;
}


/* btnwordsearchwrap */
.btnwordsearchwrap{
  position: relative;
  display: inline-block;
}
.btnwordsearchwrap::before{
  content: "";
  position: absolute;
  left: 105px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image:url("../img/icon_search2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}


/* btnadd */
.btnadd{
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
}
.btnadd::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image:url("../img/icon_plusminus.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.show .btnadd::before{
  background-position: 0 bottom;
}

/* btnwordsearch */
.btnwordsearch{
  border: none;
  background-color: #6090d3;
  text-align: center;
  color: #FFFFFF;
  border-radius: 30px;
  min-width: 300px;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  line-height: 38px;
  cursor:pointer;
}

/* btnclear */
.btnclear{
  display: inline-block;
  color: #000000 !important;
  text-decoration: none !important;
  background-color: #FFFFFF;
  height: 38px;
  border-radius: 30px;
  min-width: 140px;
  text-align: center;
  border: none;
  cursor:pointer;
}

#addwords{
  display: none;
}
.show #addwords{
  display: block;
}



.gnewsbox ul li{
  margin: 0 0 24px 0;
  padding: 0 0 0 7.6em;
  line-height: 1.6;
}
.gnewsbox ul li .date{
  width: 10em;
  display: inline-block;
  position: relative;
  padding: 0;
  vertical-align: top;
  line-height: 1.8;
  margin:  0 0 0 -10em;
  text-align: left;
}
.gnewsbox ul li .date::after{
  color: #FFFFFF;
  content: "";
  position: absolute;
  left: 9.5em;
  top: 0;
  bottom: auto;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100px;
  text-align: center;
  line-height: 1.2;
}
.gnewsbox ul li a{
  color: #000000;
  line-height: 1.8;
}
.gnewsbox ul li .wrap{
  display: inline-block;
  vertical-align: top;
  
}

.gnewsbox ul li .iconcompany{
  background-color: #f0f5fa;
  color: #426bb9;
  border-radius: 20px;
  display: inline-block;
  margin: 0 8px 10px 0;
  padding: 5px 8px;
  vertical-align: middle;
}
.gnewsbox ul li .business{
  margin: 0;
  color: #999999;
  font-weight: bold;
}


/* pager */
.pager{
  margin: 40px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pager ul li{
  margin: 0 2px 10px 2px;
}
.pager a{
  display: inline-block;
  border:1px solid #aaaaaa;
  padding: 12px;
  min-width: 15px;
  box-sizing: border-box;
  color: #000000;
  text-decoration: none;
}
.pager a.active{
  background-color: #426bb9;
  border: 1px solid #426bb9;
  color: #FFFFFF;
}
.pager .prev a{
  padding: 12px 12px 12px 33px;
  position: relative;
}
.pager .prev a::before{
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-image:url("../img/icon_yaji01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
.pager .next a{
  padding: 12px 33px 12px 12px;
  position: relative;
}
.pager .next a::before{
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  width: 8px;
  height: 14px;
  background-image:url("../img/icon_yaji01.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* result */
.resulttxt{
  font-weight: bold;
  margin: 60px 0 30px 0;
  font-family: "I-OTF-UDゴ表示Pro M","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.result dl dt{
  width: 10em;
  display: inline-block;
  margin: 0 0 12px 0;
  vertical-align: top;
  line-height: 1.6;
}
.result dl dd{
  width: calc(100% - 11em);
  display: inline-block;
  margin: 0 0 12px 0;
  vertical-align: top;
  line-height: 1.6;
}



/* article
----------------- */
.subarea{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.corplist li{
  position: relative;
background-color: #f0f5fa;
color: #426bb9;
border-radius: 20px;
display: inline-block;
margin: 0 8px 10px 0;
padding: 5px 8px;
vertical-align: middle;
}
.newsarea .col2{
  width: 100%;
}
.newsarea .imgL1{
  justify-content: flex-start;
}
.sns ul{
  display: flex;
  align-items: center;
}
.sns ul li{
  margin: 0 0 0 10px;
  vertical-align: top;
  height: 20px;
}

