@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */
#pankuzu {
  padding: 20px 0 30px;
}

h1 {
  background: url(../img/sp/bg_media_01_sp.jpg) no-repeat;
  background-size: cover;
}
h1 img{
  width: 46.67%;
  margin-top: 7px;
}
/* ===================================
#contents
=================================== */
#contents .clearfix{
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.content{
  margin: 0 20px;
  order: 0;
}
/* ===================================
.mediaList
=================================== */
.mediaList li {
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
}
.mediaList li:first-child {
  padding-top: 0;
}
.mediaList .new h4:after {
  content: '';
  width: 32px;
  height: 15px;
  margin: -12px 0 0 10px;
  display: inline-block;
  background-image: url(/common/img/ico_new_01.png);
  background-repeat: no-repeat;
}
.mediaList .info {
  font-size: 12px;
  margin-bottom: 10px;
}
.mediaList h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #153E9D;
  line-height: 1.6;
}
.category {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  margin-left: 20px;
  padding: 0;
  display: inline-block;
  min-width: 70px;
  min-height: 20px;
  line-height: 20px;
  text-align: center;
}
.seminar {
  background-color: #0B6FC3;
}
.media-cate {
  background-color: #1BAAEA;
}
.other {
  background-color: #E0AB0A;
}
.description {
  width: 100%;
  font-size: 16px;
  line-height: 1.4; /* font-size:20pxを基準にしているため行間やや狭く */
  word-break: break-all;
}
.description .mainImgLink {
  position: relative;
  display: block;
}
.description .mainImgLink::after {
  content: "";
    width: 50px;
    height: 50px;
    background: url(../img/sp/ico_zoom_01.png) center rgba(0, 0, 0, 0.7) no-repeat;
    background-size: 50px auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.description img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.description.noImg {
  width: 100%;
  clear: both;
}
.description a {
  display: table;
  margin: 20px 0 0;
}

.notFonund {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
  width: 100%;
  margin: 40px 0;
  order: 1;
}
.next__large{
  margin-bottom: 25px;
}
.next__large-link{
  display: block;
  color: #191919;
  border: 2px solid #0059B2;
  text-align: center;
  font-size: 20px;
  margin: 0 20px;
  padding: 20px 0;
  position: relative;
}
.next__large-link:before{
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 33px;
  content: "";
  transform: rotate(45deg);
  border-top: 3px solid #0059B2;
  border-right: 3px 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;
}
/* ===================================
.sidebar
=================================== */
.sidebar {
  order: 2;
  width: 100%;
  margin-top: 20px;
}
.newEntryBox,
.categoryBox,
.archiveBox {
  padding: 0;
  border-top: 1px solid #D6D6D6;
  overflow: hidden;
}
.sTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #153E9D;
  background-color: #F5F5F5;
  margin-bottom: 25px;
  padding: 20px 0;
}
.sidebar .archiveBox .sTitle{
  margin-bottom: 35px;
}
.sidebar ul{
  margin: 0 20px;
}
.sidebar li{
  border-bottom: 1px solid #F5F5F5;
  padding: 0 10px;
}
.sidebar a {
  position: relative;
  color: #000;
  padding-left: 15px;
  margin: 18px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
}
.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;
  margin-left: 9px;
  font-size: 14px;
}
.sidebar .newEntryBox li:first-child a{
  margin: 5px 0 20px;
}
.sidebar .newEntryBox li:last-child a{
  margin: 16px 0;
}
.sidebar .newEntryBox a.topLink{
  float: right;
  width: auto;
  font-size: 14px;
  margin: 15px 22px;
}
.sidebar .newEntryBox a.topLink:before{
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #163E9D #163E9D transparent transparent;
  transform: rotate(45deg);
}
.sidebar .archive{
  margin: 6px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.sidebar .archive:last-child{
  border: none;
}
.sidebar .archive .sideYear{
  position: relative;
  padding: 0;
}
.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: 16px 0 8px;
}
.sidebar .archive .monthBox{
  margin: 0 20px;
  display: none;
}
.sidebar .archive .monthBox a{
  margin: 15px 0 0;
  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;
}
