body{
  word-break: normal!important;
      overflow-wrap: break-word;
      word-wrap: break-word;
  letter-spacing: 0.01em;
    font-feature-settings: "palt";
}
p{word-break: normal!important;}
#main {
    width: 980px;
    float: none;
    padding-left: 0px;
		background-color: white;
}
header>section{
  display: block;
}
.header-inner{
  display:none;
}
.contents{
	padding:0px 0px 0 0px;
  position: relative;
}

.header-image-area{
	height:450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
  z-index:0;
}
.header-image-area.short{
  height:350px;
}
.header-image-area.long{
  height:540px;
}
.header-image-area.center{
  text-align: center;
}
.header-image-area .title{
    top: 40%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 20px;
    position: relative;
    text-shadow: 1px 1px 7px rgba(20, 20, 20, 1);
}
.header-image-area .title.top{
  top:0px;
}
.header-image-area .title.bottom{
  bottom:0px;
}
.header-image-area .title p{
	display: inline-block;
	font-size:38pt;
  line-height: 1.1;
}
.header-image-area .title span{
	display: block;
	font-size:12pt;
	padding:10px;
}
#extra{
	width:300px;
	margin:0 10px 20px 30px;
}
.lead-area{
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  margin:0 auto 0 auto;
  padding:20px 20px 0 20px;
  z-index:2;
  position: relative;
}
.lead-area .list h2{
	font-size:90%;
	color:white;
	margin:0 auto 10px auto;
	text-align: center;
}
.ad.rectangle{
  display: inline-block;
  margin:20px auto 10px auto;
}
.ad.rectangle img{
  width:100%;
}
.lead-area .list{
	width:100%;
	margin:0 auto 10px auto!important;
	padding: 0!important;
  float:left;
  overflow: hidden;
}
.lead-area .list .item>.body>div{
  display: block;
}
.lead-area .list ul.article.list{
    display: flex;
    border:1px solid #ccc;
    overflow: hidden;
    height:180px;
}
.slick-arrow{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width:30px;
  height:50px;
  z-index: 10;
}
.slick-prev{
  left:0px;
}
.slick-next{
  right:0px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: white;
    outline: inherit;
  background-color: rgba(0, 0, 0, 0.8);
}
.lead-area .list li{
	overflow: hidden;
	margin:0 auto 10px auto!important;
	width: auto!important;
	position: relative;
  padding:0!important;
  width:250px!important;
  display: inline-block;
  border-right:1px solid #ccc;
  height:180px;
}
.lead-area .list .image{
	width:100%!important;
	overflow: hidden;
	border-bottom:1px solid #ccc;
  background-color: black
}
.lead-area .list .image img{
	width:100%!important;
	max-width: 100%!important;
	max-height: 100%!important;
	height:auto!important;
}
.lead-area .list ul.article.list .item{
  background-color: white;
  position: relative;
}
.lead-area .list ul.article.list .item .body{

}
.lead-area .list ul.article.list .body .text{
	padding:8px 14px 10px 14px;
  display: block;
  width:100%;
	line-height: 1.2;
  position: absolute;
  bottom:0px;
  background-color:rgba(0, 0, 0, 0.8);
  border-top:1px solid #ccc;
}

.lead-area .list .text *{
	font-size:95%;
	width:100%!important;
  color:white!important;
}
.lead-area .list ul.article.list .body .text .title{
  line-height:1.2;
}
.lead-area .list .text a{
  font-weight: normal;
  font-size:80%;
}
.lead-area .list ul.article.list .body .text .outline{
	font-size:70%;
}

.lead-area .list .text .category{
	display: inline-block!important;
	width: auto!important;
	position: relative;
  font-size: 70%;
  padding:3px;
}
.lead-area .list .text .category span{
	color:black!important;
}
.lead-area .list .text .category span.label-after{
	color:white!important;
}
.lead-area .list .text .date{
	font-size: 70%;
	text-align: right;
	color:#666;
	display: none!important;
}
.content-area>*{
  padding-left:20px;
  padding-right:20px;
  box-sizing: border-box;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5{
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
		letter-spacing: 0.01em;
  	font-feature-settings: "palt";
      text-align: center;
}

.content-area h1{
	font-size:200%;
	font-weight: 300;
	color:#444;
	margin:1.5em auto 1em auto;
  padding:1em 30px 0em 30px;
  border-top:10px solid #e8e8e8;
  text-align: center;
}
.content-area h1:nth-child(2){
  margin:0 auto 1.1em auto;
}
.content-area h2{
  width:90%;
	font-size:170%;
	font-weight:500;
	color:#222;
	margin:2em auto 1.1em auto;
	border-bottom:1px solid #555;
}
.content-area h3{
	font-size: 100%;
	font-weight: 600;
	color:#222;
	margin:0.5em auto 0.2em auto;
	color:green;
}
.content-area h3::before{

}
.content-area>p{
	color:#555;
	margin:1em auto 1em auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.8;
letter-spacing: 0.02em;
width:90%;
  font-feature-settings: "palt";
}
.content-area>p.pgh-articleinfo-01{
	text-align: right;
  margin:5px 0 0 0;
  font-size:80%;
  color:#666;
}
.content-area>.image.left{
	float:left;
	margin:0 30px 30px 10px;
	max-width: 30%;
}
.content-area>.image.right{
	float:right;
	margin:0 10px 30px 30px;
	max-width: 30%;
}
.content-area>.image img{
	max-width:100%;
}
.content-area>ul{
	font-size: 90%;
	    overflow-wrap: break-word;
	    word-wrap: break-word;
	    line-height: 1.4;
	letter-spacing: 0em;
	  font-feature-settings: "palt";
    margin:20px 30px 40px 30px;
}
.content-area>ul>li{
	list-style-type: disc;
	margin:0 0 10px 1.5em;
	padding:0;
}
a.showmore{
	display: block;
	border-radius:30px;
	border:1px solid green;
	color:green;
	padding:15px 40px 15px 40px;
	text-align:center;
	font-weight: bold;
  font-size:90%;
	margin:20px auto 20px auto;
  clear:both;
  overflow: hidden;
  width:90%;
}
a.showmore:hover{
	background-color: green;
  color:white;
  text-decoration: none;

}
.viewmode{
  display: none;
}






/* archives */

#archives .list .article-list ul.article.list{
    overflow: hidden;
    width:740px;
    text-align: center;
    margin: 0 auto 0 auto;
}
#archives .list .article-list li{
	overflow: hidden;
	margin:2%!important;
	position: relative;
  padding:0!important;
  width:46%!important;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#archives .list .article-list .image{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    margin: 0;
    float: none;
    margin-bottom: 5px;
}
#archives .list .article-list .image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}
#archives .list .article-list ul.article.list .item{
  background-color: white;
  position: relative;
}
#archives .list .article-list ul.article.list .item .body{

}
#archives .list .article-list ul.article.list .body .text{
	padding:3px 3px 10px 5px;
  display: block;
  width:100%;
	line-height: 1.2;
  font-size: 110%;
}

#archives .list .article-list .text *{
	width:100%!important;
}
#archives .list .article-list ul.article.list .body .text .title{
  line-height:1.2;
}
#archives .list .article-list .text a{
  font-weight: normal;
  font-size:80%;
}
#archives .list .article-list ul.article.list .body .text .outline{
	font-size:70%;
}

#archives .list .article-list .text .category{
	display: inline-block!important;
	width: auto!important;
	position: relative;
  font-size: 70%;
  background-color:green;
  padding:3px;
}
#archives .list .article-list .text .category span{
	background-color: rgba(0, 0, 0, 0.5);
	color:white;
}
#archives .list .article-list .text .date{
	font-size: 70%;
	text-align: right;
	color:#666;
	display: none!important;
}

.ipclink_container{
  display: flex;
  flex-wrap: wrap;
}
.ipclink_container .item{
  flex-basis: 31%;
  margin:1%;
  vertical-align: top;
  position: relative;
    border:1px solid #ccc;
    overflow: hidden;
    background-color: #f4f4f4;
}
.ipclink_container .item .image{
  height:220px;
  overflow: hidden;
  position: relative;
}
.ipclink_container.col-4 .item{
  flex-basis: 23%;
}
.ipclink_container.col-4 .item .image{
  height:160px;
}
.ipclink_container.col-5 .item{
  flex-basis: 18%;
}
.ipclink_container.col-5 .item .image{
  height:120px;
}
.ipclink_container .item img{
  width:100%;
  top: 0px;
  position: absolute;
}
.ipclink_container .item p{
  /* position: absolute;
  top:0px;
  color:white;
  background-color:rgba(0,0,0,0.7); */
  padding:8px;
  font-size: 90%;
  width: 100%;
  color:black;
}