@charset "utf-8";
/* CSS Document */


/*common
////////////////////////////////////////////////////////////////*/


/*news_pickup
////////////////////////////////////////////////////////////////*/

ul#news_pickup{
	letter-spacing:-0.4em;
}
ul#news_pickup li{
	width:calc(33.33% - 20px);
	display:inline-block;
	margin-right:30px;
	vertical-align:top;
	letter-spacing:normal;
}
ul#news_pickup li:nth-child(3n){
	margin-right:0;
}
ul#news_pickup li a.anchor{
	display: block;
	height: 100%;
	margin:0;
	padding: 0 15px 15px;
	color:#333;
	text-decoration: none;
	background: #f0f0f0;
}
ul#news_pickup li a.anchor:hover{
	opacity:0.75;
}
ul#news_pickup li figure.photo{
	margin: 0 -15px 15px;
	padding: 0 0 75%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
ul#news_pickup li figure.photo img{
	display: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-o-object-position: center center;
	object-position: center center;
}

ul#news_pickup li div.cont{}
ul#news_pickup li time.time{
	display: block;
	font-size: 14px;
	font-weight: bold;
}
ul#news_pickup li h1.ttl{
	font-size:16px;
	text-decoration: underline;
	transition:all 0.3s linear;
}
ul#news_pickup li h1.ttl:hover{
	color:orange;
}
ul#news_pickup li h1.ttl span.c-icon{}
ul#news_pickup li h1.ttl span.c-icon-blank{}
ul#news_pickup li ul.category{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px 0 0;
}
ul#news_pickup li ul.category li{
	width:auto;
	font-size: 12px;
	line-height: 1;
	padding: .375em .75em .25em;
	background: #fff;
	margin: 0 10px 5px 0;
}


/*news_list
////////////////////////////////////////////////////////////////*/
ul#news_list{}
ul#news_list li{
	padding:20px 0;
	border-top:1px #ccc solid;
}
ul#news_list li time{
	padding: 0 1em 0 0;
	font-weight: bold;
}
ul#news_list li a{}


.c-icon {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.0rem;
	font-weight: bold;
	padding: .125em .5em .0625em;
	color: #fff;
	background: #222;
	margin: 0 0 0 .75em;
	-webkit-transform: translate(0, -10%);
	transform: translate(0, -10%);
}
.c-icon--border {
    background: transparent;
    color: #222;
    border: 1px solid #222;
    margin: 0 .5em 0 0;
}
.c-icon-blank {
    margin: 0 0 0 5px;
}
.c-icon-blank img {
    width: 1em;
}
/* リンクアイコン */
a[href$=".pdf"]:before {
	display:none;
}
.c-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    background: #222;
}

.c-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* pager
////////////////////////////////////////////////////////////////*/
.p-news-index__pagination {
    margin: 45px 0 0;
}
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.8em 1.25em;
  border: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.c-pagination a.is-current {
  background: #222;
  color: #fff;
}


/* detail
////////////////////////////////////////////////////////////////*/
@media (min-width: 901px) {
  .p-news-article {
    width: auto;
    max-width: 810px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-news-article {
  margin-top: 45px;
  margin-bottom: 60px;
}
.p-news-article__wysiwyg {
  width: 100%;
  overflow: hidden;
  line-height: 2;
}
.p-news-article__footer {
    margin: 30px 0 0;
}
.c-pager {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 901px) {
  .l-main a {
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    opacity: 1;
  }
}
.c-pager__anchor--next {
  padding-left: 15px;
  text-align: center;
  margin-left: auto;
}
.c-pager__anchor--back {
  width: 100px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.c-pager__anchor {
  overflow: hidden;
  display: block;
  width: calc((100% - 100px) * .5);
  padding-top: 33px;
  padding-bottom: 30px;
}
.c-pager span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}




.p-news-article__list {
    margin: 60px 0;
}

.c-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-news-list ul{
	width:100%;
	margin-left:0;
}
.c-news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}
.c-news-list li a{
    text-align:left;
}
.c-news-list li + li {
    border-top: 1px dotted #ddd;
}
.c-news-list time {
    font-weight: bold;
    padding: 0 1em 0 0;
}
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
	display:none;
  content: "";
  background-image: url("../img/ic_xls.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  padding-left: 45px;
}
a[href$=".doc"]::before, a[href$=".docx"]::before {
	display:none;
  content: "";
  background-image: url("../img/ic_doc.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px auto;
  padding-left: 45px;
}

@media (max-width: 900px) {
    .c-news-list li {
        display: block;
        padding: 15px 0;
    }

    .c-news-list time {
        display: block;
    }
}