
.selectCat {
  margin-bottom: 40px;
}
.selectCat .catTitle {
  font-size: 3.2rem;
  letter-spacing: .08em;
  font-weight: 300;
  line-height: 2.2;
  text-align: center;
}
.selectCat > p {
  margin-bottom: 15px;
  text-align: center;
  color: #313198;
  font-size: 1.5rem;
  font-weight: 500;
}
.selectCat div {
	box-sizing: border-box;
	width: 540px;
	margin: 0 auto;
  padding: 25px 20px;
  background: #ffffff;
  border-radius: 15px;
}
.selectCat #yearSelectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.selectCat #yearSelectBox li {
  width: calc(25% - 6px);
  margin: 0 3px;
}
.selectCat #yearSelectBox li a,
.selectCat #yearSelectBox li span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  transition: all 0.5s;
}
.selectCat #yearSelectBox li:nth-child(n+5) {
  margin-top: 10px;
}
.selectCat #yearSelectBox li.current a ,
.selectCat #yearSelectBox li.current span {
  border-color: #64645f;
  background: #64645f;
  color: #fff;
}
.selectCat #yearSelectBox li a:hover,
.selectCat #yearSelectBox li span:hover {
  border-color: #64645f;
  background: #64645f;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .news #contents>section {
    padding-top: 76px;
  }
  .news #contents>section .selectYear{
    top: -80px;
  }
  .news .selectCat {
    margin-bottom: 30px;
  }
  .selectCat .viewSP{
    display: none;
  }
  .selectCat .textCat_sp{
    display: none;
  }
  .selectCat div {
    display: block !important;
  }
  .news #contents article>div h3 {
    padding-left: 150px;
  }
}
@media screen and (max-width: 767px) {
  #contents .selectYear {
    top: -75px;
  }
  .selectCat {
		margin: 0 auto 60px;
		width: calc(100% - 20px);
  }
  .selectCat .catTitle {
    /* font-size: 2.4rem;
    padding-bottom: 20px; */
    display: none;
  }
  .selectCat > p {
    position: relative;
		margin-bottom: 0;
		box-sizing: border-box;
    padding: 9px 30px 9px 10px;
    background: #fff;
    border: 1px solid #dfdfdf;
		font-size: 1.6rem;
		color: #000;
	}
	.selectCat > p  span{
		font-size: 1.4rem;
		color: #313198;
  }
	.selectCat > p .textCat_sp{
		font-size: 1.9rem;
    color: #000;
    font-weight: 300;
  }
  .selectCat > p::after {
    content: "";
    width: 12px;
    height: 18px;
    background: url(../images/icon_arw_k.svg) no-repeat;
    background-size: 12px 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .selectCat > p.open::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .selectCat div {
    display: none;
		box-sizing: border-box;
		width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 25px 45px;
    border-radius: 0;
    border-bottom: 4px solid #dcdcdc;
  }

  .selectCat #yearSelectBox {
    margin: 0 -4px;
  }
  .selectCat #yearSelectBox li {
    width: calc(50% - 8px);
    margin: 0 4px;
  }
  .selectCat #yearSelectBox li a ,
  .selectCat #yearSelectBox li span {
    border-radius: 60px;
    font-size: 1.3rem;
  }
  .selectCat #yearSelectBox li:nth-child(n+5) {
    margin-top: 0;
  }
  .selectCat #yearSelectBox li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.news #contents article>div .tag.pressreleases:after {
    background: #0064f0;
}
.news #contents article>div .tag.info:after {
    background: #313198;
}
.news #contents article>div .tag.admissions:after {
    background: #c800a0;
}
.news #contents article>div .tag.events:after {
    background: #32b4a0
}
.news #contents article>div .tag.award:after {
    background: #8c5a5a;
}
.news #contents article>div .tag.research:after {
    background: #f0966e;
}
.news #contents article>div .tag.others:after {
    background: #78786e;
}


.calendar #contents .lead {
	padding: 31px 0 38px;
}
.inprove .selectCat {
	margin-top: -26px;
}
.inprove .selectCat .catTitle {
	font-size: 2.6rem;
}
.inprove .selectCat .catTitle + p {
	margin: -8px 0 0;
}

.inprove .selectCat .anchorTxt a {
  font-weight: 400;
}
.inprove .selectCat .anchorTxt {
	width: 790px;
	margin: 12px auto 0;
	color: inherit;
	font-size: 1.4rem;
	text-align: left;
  font-weight: 300;
}
.calendar .schedule {
	margin-top: 27px;
}

.calendar .schedule .nopost{
  text-align: center;
}


.calendar #contents .schedule table td:nth-child(1),
.calendar #contents .schedule table td:nth-child(2) {
  font-weight: 300;
}
.calendar #contents .schedule table td:first-child {
	width: 50px;
  padding: 10px 5px;
}
.calendar main .schedule table td {
	padding: 10px 20px 9px;
}
@media screen and (max-width: 767px) {
	.inprove .ttlStyle01 {
		font-size: 2rem;
	}
	.calendar #contents .lead {
		padding: 26px 20px 32px;
	}
	.inprove .selectCat {
    margin: -26px auto 26px;
	}
	.inprove .selectCat .catTitle {
		font-size: 2rem;
	}
	.inprove .selectCat .catTitle + p {
		margin: -8px auto 0;
	}

	.inprove .selectCat .anchorTxt {
    width: auto;
    background: none;
    padding: 0;
    border: 0
	}
  .inprove .selectCat .anchorTxt::after {
    display: none;
  }
	.calendar .schedule {
		margin-top: 18px;
	}


	/* .calendar #contents .schedule table td:first-child,
	.calendar #contents .schedule table td:first-child + td {
		width: 38px;
	} */
	.calendar main .schedule table td {
		padding: 10px;
	}
}


.calendar #contents table.style01.reverse.is-gray tr:nth-child(odd){
	background:#ebebeb;
}
