h2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.fontRed {
  color: red;
}
.items {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.items:last-child {
  padding-bottom: 120px;
}
.items .item .titlearea {
  position: relative;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 164px 24px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #999;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 184px;
  overflow: hidden;/*clearfix*/
  display: table;
  width: calc(100% - 184px);
}
.items:last-child .item .titlearea {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #999;
}
.items .item.cat_paper .titlearea {
  background-image: url(../img/cat_paper.png);
}
.items .item.cat_patent .titlearea {
  background-image: url(../img/cat_patent.png);
}
.items .item.cat_award .titlearea {
  background-image: url(../img/cat_award.png);
}
.items .item.cat_report .titlearea {
  background-image: url(../img/cat_report.png);
}
.items .item.cat_other .titlearea {
  background-image: url(../img/cat_other.png);
}
.items .item .titlearea .date {
  word-break:break-all;
  display: table-cell;
  vertical-align: middle;
  margin : 0 auto;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 95%;
  width: 90px;
}
.items .item .textarea {
  padding-left: 20px;
  line-height: 1.6;
  font-size: 110%;
  width: 626px;
}
.items .item .textarea .fr {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 290px;
}
.items .item .textarea .fr img {
  width: 100%;
}
.items .item .textarea .fl {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 290px;
}
.items .item .textarea .fl img {
  width: 100%;
}
.items .item .links{
  padding-left: 20px;
}
.items .item p.link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
}
.items .item p.link a{
  color: #3d3d3d;
  text-decoration: none;
  padding-right: 20px;
  background-image: url(../img/window.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}


.items .item .textarea.ellipsis {
  overflow: hidden;
}
/*.items .item p.link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  vertical-align: middle;
  width: 30px;
}
.items .item p.link:hover {
  background-color: #EBEBEB;
}
.items .item p.link a {
  display: inline-block;
  background-image: url(../../common/img/arrow2.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 30px;
  height: 100%;
  color: #333;
  text-decoration: underline;
}
*/

.clearfix{
  overflow: hidden;
}
.accordion{
  overflow: hidden;
}
.accordion .accordion__wrap{
}
.accordion img{
  width: 100%;
  height: auto;
}
.accordion .accordion__img{
  margin-top: 20px;
  margin-left: 20px;
  width: 270px;
  float: left;
}
.accordion .accordion__img p{
  margin-top: 10px;
}
.accordion .accordion__img p:first-child{
  margin-top: 0;
}
.accordion .accordion__date{
  font-size: 89%;
}
.accordion .accordion__item__wrap{
  font-size : 110%;
  padding: 20px;
  width: 630px;
  float: right;
}
.accordion .accordion__item{
  margin-top: 20px;
}
.accordion .accordion__item:first-child{
  margin-top: 0;
}
.accordion .accordion__textarea{
  margin-top: 5px;
  line-height: 1.6;
}
.accordion .accordion__textarea:first-child{
  margin-top: 0;
}
.accordion .accordion__links{
  margin-top: 10px;
}
.accordion .accordion__links p.link{
  margin-top: 0;
}
.accordion .item--spaceP{
  margin-top: 30px;
}


/**全文を見るボタン**/

.viewmore {
  padding-bottom: 10px;
  text-align: right;
}

.viewmore span {
  background: url("../img/arrow_up.png") no-repeat 10px center;
  background-size: 10px 6px;
  padding-left: 30px;
  cursor: pointer;
}

.viewmore span.open {
  background: url("../img/arrow_down.png") no-repeat 10px center;
  background-size: 10px 6px;
}

.viewmore span:hover {
  opacity: 0.6;
}




@media only screen and (min-width: 961px) {
.item .titlearea .cat {
  display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
.item .titlearea .cat {
  display: none;
}
.items {
  width: 740px;
}
.items .item .titlearea {
  background-position: 10px center;
  padding-left: 176px;
  overflow: hidden;/*clearfix*/
}
.items .item .textarea {
  float: left;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 110%;
  width: calc( 100% - 50px );
}

.accordion .accordion__img {
  width: calc( 33% - 20px );
}
.accordion .accordion__item__wrap{
  width: calc( 67% - 40px );
}
}

@media only screen and (max-width: 767px) {
h2 {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
h2 img {
  width: 100%;
}
.items {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
.items .item {
}
.items .item .titlearea {
  background-position: 10px 10px;
  padding-left: 0;
  padding-top: 44px;
  width: 100%;
}
.items .item .textarea {
  padding-left: 20px;
  margin-top: 5px;
  font-size: 110%;
  width: 100%;
}
.items .item .titlearea .date {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 40px);
}
.items .item .textarea {
  float: left;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 110%;
  width: calc(100% - 40px);
}
.items .item .links{
  padding-left: 10px;
}

.accordion .accordion__img {
  width: 100%;
  padding: 10px;
  margin: 0;
  font-size: 0;
}
.accordion .accordion__img p{
  width: calc( 50% - 10px );
  margin-top: 0;
  display: inline-block;
  font-size: 1em;
  margin-left: 20px;
}
.accordion .accordion__img p:first-child{
  margin-left: 0;
}
.accordion .accordion__item__wrap{
  width: calc( 100% - 20px );
  padding: 10px;
  margin: 0;
}
}
