@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1 {
  background: url(../img/bg_media_01.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
/* ===================================
#contents
=================================== */
#contents {
  width: 1100px;
  margin: 0 auto 65px;
}

/* ===================================
.content
=================================== */
.content {
  width: 800px;
  float: left;
}

/* ===================================
.mediaList
=================================== */
.mediaList{
  margin-bottom: 90px;
}
.mediaList li {
  padding: 40px 0;
  border-bottom: 1px solid #ECECEC;
}
.mediaList li:first-child {
  padding-top: 0;
}
.mediaList .new h4:after {
  content: '';
  width: 32px;
  height: 15px;
  margin: -7px 0 0 3px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
.mediaList .info {
  font-size: 16px;
  margin-bottom: 15px;
}
.mediaList h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #153E9D;
  margin-bottom: 15px;
}
.category {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  padding: 1px 22px;
  margin-left: 25px;
  display: inline-block;
}
.seminar {
  background-color: #0B6FC3;
}
.media-cate {
  background-color: #1BAAEA;
}
.other {
  background-color: #E0AB0A;
}
.description {
  font-size: 20px;
  /*line-height: 1.8;*/
  line-height: 1.6; /* font-size:20pxを基準にしているため行間やや狭く */
  word-break: break-all;
}
.description .mainImgLink {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.description a.mainImgLink:hover {
  opacity: 0.7;
}
.description a.mainImgLink img:hover {
  opacity: 1;
}
.description .mainImgLink::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/ico_zoom_01.png) center rgba(0, 0, 0, 0.7) no-repeat;
  background-size: 60px auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.description img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.notFonund {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 315px;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
  width: 800px;
  clear: both;
}
.next__large{
  margin-bottom: 45px;
}
.next__large-link{
  display: block;
  color: #191919;
  border: 2px solid #0059B2;
  text-align: center;
  font-size: 22px;
  padding: 20px 0;
  position: relative;
}
.next__large-link:before{
  position: absolute;
  width: 8px;
  height: 8px;
  right: 40px;
  top: 33px;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #0059B2;
  border-right: 2px solid #0059B2;
}
.page{
  text-align: center;
}
.page .prev,
.page .next{
  width: 52px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  color: #191919;
}
.page .nolink{
  pointer-events: none;
  opacity: 0.5;
}
.page .page-number{
  width: 168px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.page .page-number .page-number__label{
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.page .page-number .page-number__label:after{
  position: absolute;
  width: 5px;
  height: 5px;
  right: 9px;
  top: 15px;
  content: "";
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  border-top: 1px solid #C8C4BE;
  border-right: 1px solid #C8C4BE;
}
.page .page-number select {
  width: 168px;
  height: 42px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-appearance: button;
  appearance: button;
}

.next__large-link:hover,
.page .prev:hover,
.page .next:hover{
  opacity: 0.7;
  text-decoration: none;
}
/* ===================================
.sidebar
=================================== */
.sidebar {
  width: 240px;
  float: right;
}
.newEntryBox,
.categoryBox,
.archiveBox {
  background-color: #F5F5F5;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.sTitle {
  font-size: 20px;
  line-height: 1;
  color: #153E9D;
  margin-bottom: 20px;
}
.sidebar a {
  position: relative;
  color: #000;
  padding-left: 15px;
  margin: 10px 0;
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
.sidebar a:before {
  content: "";
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #163E9D;
  position: absolute;
  top: 7px;
  left: 0;
}
.sidebar .sideTxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.sidebar .under {
  padding-left: 20px;
}
.sidebar .archive{
  border-bottom: 1px solid #F5F5F5;
}
.sidebar .archive:last-child{
  border: none;
}
.sidebar .archive .link a{
  margin: 8px 0
}
.sidebar .archive .sideYear{
  position: relative;
  padding: 0;
}
.sidebar .archive .sideYear .link{
  cursor: pointer
}
.sidebar .archive .sideYear:last-child{
  border: none;
}
.sidebar .archive .sideYear .link:before{
  content: "";
  box-sizing: border-box;
  border: 4px solid transparent;
  border-top: 7px solid #163E9D;
  position: absolute;
  top: 8px;
  right: 13px;
  left: auto;
}
.sidebar .archive .sideYear .open:before{
  border-bottom: 7px solid #163E9D;
  border-top: 0;
}
.sidebar .archive .sideYear a{
  margin: 8px 0;
  padding: 0;
}
.sidebar .archive .monthBox{
  padding: 10px 20px;
  display: none;
}
.sidebar .archive .monthBox a{
  margin: 15px 0 0;
  padding-left: 15px;
  font-size: 14px;
}
.sidebar .archive .monthBox a:first-child{
  margin: 0
}
.sidebar .archive .monthBox a:last-child{
  margin-bottom: 15px;
}
.sidebar .archive .monthBox a span{
  display: inline-block;
  width: 30px;
}
