@import url("global.css");
#toparea {
  background: url(../news/image/mainvisual.jpg) no-repeat center center;
  background-size: cover;
}

/* ------------------------------
 Index-Page
------------------------------ */
ul.list li {
  border-bottom: #ddd 1px solid;
  padding: 10px 5px;
}
ul.list li a, ul.list li div {
  display: block;
  line-height: 24px;
  padding: 15px 30px 15px 10px;
  position: relative;
}
ul.list li a:hover {
  background-color: rgba(221, 221, 221, 0.2);
}
ul.list li a:hover::after {
  opacity: .5;
}
ul.list li a::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 free";
  font-size: 26px;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 0;
  top: 50%;
  margin-top: 15px;
  vertical-align: middle;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: .2;
}
ul.list li a.pdf::after {
  content: "\f1c1";
  font-weight: 400;
}
ul.list li .date {
  width: 90px;
  float: left;
  letter-spacing: 0;
  font-size: 12px;
}
ul.list li .cat {
  float: left;
  height: 24px;
  line-height: 24px;
  margin: 0 20px 0 0;
  width: 100px;
  text-align: center;
  font-size: 14px;
  border-radius: 1px;
  color: #fff;
  background-color: #222;
}
ul.list li .cat.media {
  background-color: #808080;
}
ul.list li .cat.cat32 {
  background-color: #D78D51;
 color:#fff;
}


ul.list li p {
  font-size: 16px;
  margin-left: 210px;
    display: table-cell;
    vertical-align: top;
}

ul.list li p.title span.schedule {
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    background: #efefef;
    border-radius: 100px;
    padding: 0 20px;
    color: #D78D51;
    position: relative;
    top: -2px;
margin-bottom:5px;
}
ul.list li p.title span.label{
display:block;
}



/* ------------------------------
 Entry-Page
------------------------------ */
article.entry {
  text-align: center;
  margin-bottom: 80px;
}
article.entry .title {
  text-align: center;
  margin: 40px 0 80px;
  position: relative;
}
article.entry .title::after {
  position: absolute;
  bottom: -40px;
  width: 60px;
  height: 1px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #222;
}
article.entry .title .h {
  font-size: 24px;
  font-weight: bold;
}
article.entry .title .date {
  font-size: 18px;
}

article.entry .title div.schedule-wrap span.schedule{
    display: inline-block;
    border-radius: 100px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    font-size: 90%;
    margin: 5px 0 10px 0;
}
article.entry .title div.schedule-wrap span.schedule b{
    margin-right: 10px;
    font-weight: bold;
color:#D78D51;
}



article.entry .postbody {
  display: inline-block;
  text-align: left;
}
article.entry .pdf {
  margin: 60px auto;
  width: 1000px;
}
article.entry .pdf a {
  display: block;
  border: #999 1px solid;
  background-color: rgba(153, 153, 153, 0.1);
  border-radius: 2px;
  padding: 10px;
}
article.entry .pdf a::after {
  content: "\f1c1";
  color: #D75151;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 free";
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1400px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  /* ------------------------------
   Entry-Page
  ------------------------------ */
  article.entry .pdf {
    width: auto;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Index-Page
  ------------------------------ */
  ul.list li {
    padding: 10px 0;
  }
  ul.list li .date {
    margin-bottom: 10px;
  }
  ul.list li .cat {
    margin: 0 0 10px;
  }
  ul.list li p {
    clear: both;
    margin-left: 0;
display:block;
  }

ul.list li a::after {
    top: 0;
    bottom: 23%;
}



  /* ------------------------------
   Entry-Page
  ------------------------------ */
  article.entry {
    margin-bottom: 60px;
  }
  article.entry .title {
    margin: 0 0 50px;
    text-align: left;
}
  article.entry .title .h {
    font-size: 21px;
    margin-bottom: 5px;
  }
  article.entry .title::after {
    bottom: -20px;
  }

article.entry .title .date {
    text-align:right;
font-size:16px;
}
article.entry .title div.schedule-wrap span.schedule {
    border-radius: 0;
    padding: 10px;
    border: none;
    font-size: 85%;
    margin: 5px 0 10px 0;
    background: #efefef;
text-align:center;
width:100%;
box-sizing:border-box;
}
  article.entry .postbody {
    margin-top: 30px;
    display: block;
    text-align: justify;
  }
  article.entry .pdf {
    margin: 30px auto;
  }
}
