@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text&display=swap");
.news .content {
  width: 100%;
  max-width: inherit;
}

.news #news-content.content {
  max-width: 800px;
  margin: 0 auto;
}

.news #news-content.content .mainContent {
  padding: 0 20px;
}

.news #news-content.content .pageTitle span {
  display: inline-block;
  padding: 0 28px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3rem;
  color: #222;
  position: relative;
}

.news #news-content.content .pageTitle span::before, .news #news-content.content .pageTitle span::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news #news-content.content .pageTitle span::before {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.news #news-content.content .pageTitle span::after {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.news .mainContWrap {
  width: 100%;
}

.news .mainContWrap,
.news .mainContIn,
.news .mainContent {
  border: none;
}

.news .mainContIn {
  padding: 30px 0 0;
}

.news .pageTitle {
  height: auto;
  padding: 0;
  margin-top: 30px;
  background: none;
  font-family: "Crimson Text", serif;
  font-size: 4.8rem;
  text-align: center;
  line-height: 1;
}

.news .pageTitle span {
  display: block;
  padding: 20px 20px 30px;
  font-family: initial;
  font-size: 15px;
  color: #333;
}

.news .news-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.news .news-icon li {
  display: inline-block;
  padding: 0.3em;
  border-radius: 3px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
}

.news .news-icon li:not(:last-child) {
  margin-right: 1rem;
}

.news .news-icon li.icon-new {
  padding: 0.4em 1.6em;
  background-color: #f60;
  font-weight: bold;
  color: #fff;
}

.news .news-icon li.general {
  color: #4982cf;
  border: 1px solid #4982cf;
}

.news .news-icon li.student {
  color: #26935a;
  border: 1px solid #26935a;
}

.news .news-icon li.juken {
  color: #f33f94;
  border: 1px solid #f33f94;
}

.news #news-content .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 12px;
}

.news #news-content .icon-row span {
  display: inline-block;
  padding-left: 20px;
  font-family: "Crimson Text", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.news .mainContent .headCatch {
  padding-bottom: 4px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #26935a;
  line-height: 1.75;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #ccc;
  position: relative;
}

.news .mainContent .headCatch::after {
  content: '';
  width: 26%;
  height: 2px;
  background-color: #26935a;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.news .mainContent .headCatch span {
  font-size: 80%;
}

.news .mainContent h3 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.25em;
  padding-top: 0.1em;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #ccc;
}

.news .mainContent h4 {
  padding-left: 1.3em;
  margin-bottom: 0.8em;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}

.news .mainContent h4::before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  background: #26935a;
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.news .mainContent .tabs ul {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1024px;
  padding: 0 60px;
  margin: 0 auto;
}

.news .mainContent .tabs ul.tabs-under {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .mainContent .tabs ul.tabs-under li a:hover, .news .mainContent .tabs ul.tabs-under li.active a {
  border-top: none;
  border-bottom: 1px solid #26935a;
}

.news .mainContent .tabs ul li {
  width: 23.8%;
  margin: 0 0.8%;
  text-align: center;
}

.news .mainContent .tabs ul li:first-of-type {
  margin-left: 0;
}

.news .mainContent .tabs ul li:last-of-type {
  margin-right: 0;
}

.news .mainContent .tabs ul li a {
  display: block;
  text-decoration: none;
  padding: 1.3em 0;
  background-color: #26935a;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
}

.news .mainContent .tabs ul li a span {
  font-size: 117%;
  padding-left: 0;
  color: #fff;
  line-height: 1;
}

.news .mainContent .tabs ul li a:hover,
.news .mainContent .tabs ul li.active a {
  padding: 2em 0;
  background-color: #eef2ee;
  border-top: 1px solid #26935a;
}

.news .mainContent .tabs ul li a:hover span,
.news .mainContent .tabs ul li.active a span {
  color: #26935a;
}

.news .mainContent .words {
  font-size: 1.4rem;
  line-height: 1.7;
}

.news .mainContent .words li {
  padding-left: 1em;
  position: relative;
}

.news .mainContent .words li::before {
  content: '●';
  font-size: 0.4em;
  color: #26935a;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.news .mainContent .horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .mainContent .horizontal li {
  width: 47.8%;
  padding-bottom: 30px;
  margin: 0;
}

.news .mainContent .horizontal li img {
  width: 100%;
  margin: 0;
}

.news .mainContent .newsBox {
  padding-bottom: 60px;
  background-color: #eef2ee;
  margin: 0 auto;
  position: relative;
}

.news .mainContent .newsBox .tabContent {
  overflow: auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  padding: 60px 60px 0;
  margin: 0 auto;
}

.news .mainContent .newsBox .tabContent#tab01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news .mainContent .newsBox .tabContent dt {
  padding-bottom: 10px;
  line-height: 1;
}

.news .mainContent .newsBox .tabContent dt span {
  font-family: "Crimson Text", serif;
  font-size: 1.4rem;
}

.news .mainContent .newsBox .tabContent .hide {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.news .mainContent .newsBox dl {
  width: 31%;
  padding: 2%;
  margin: 0 3.4% 3.4% 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.news .mainContent .newsBox dl:nth-of-type(3n) {
  margin-right: 0;
}

.news .mainContent .newsBox dl dt img {
  margin-right: 0.5em;
  margin-top: -2px;
  vertical-align: middle;
}

.news .mainContent .newsBox dl dt.new {
  background: url(../../img/top/icon_new.png) 0 center no-repeat;
  padding-left: 55px;
}

.news .mainContent .newsBox dl dt.important {
  background: url(../../img/top/icon_important.png) 0 center no-repeat;
  padding-left: 60px;
}

.news .mainContent .newsBox dl dd {
  padding: 0 0 10px;
}

.news .mainContent .newsBox dl dd a {
  display: inline-block;
  font-size: 1.2rem;
  color: #7d867d;
  text-decoration: none;
}

.news .mainContent .newsBox dl dd h3 {
  border-left: none;
  padding: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.news .mainContent .newsBox dl dd .icon-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #26935a;
  position: absolute;
  bottom: 0;
  right: 0;
}

.news .mainContent .newsBox dl dd .icon-link::before {
  right: 12px;
}

.news .mainContent .newsBox dl dd .icon-link::after {
  right: 8px;
}

.news .mainContent .newsBox dl dd .icon-link::before, .news .mainContent .newsBox dl dd .icon-link::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.news .mainContent p,
.news .mainContent dl {
  margin-bottom: 1.5em;
}

.news .mainContent p em {
  font-style: normal;
  color: #c00;
  font-weight: bold;
}

.news .mainContent a {
  text-decoration: underline;
  font-weight: 600;
  color: #26935a;
}

.news .mainContent a:hover {
  text-decoration: none;
}

.news .mainContent .img {
  margin-top: 1em;
}

.news .mainContent .fLeft {
  float: left;
  width: 60%;
}

.news .mainContent .fRight {
  float: right;
  width: 36%;
}

.news .mainContent .fRight img {
  width: 100%;
  height: auto;
  zoom: 1;
}

.news .mainContent li {
  margin-bottom: 1em;
}

.news .mainContent dd {
  padding-left: 1em;
}

.news .mainContent .dlLinkList {
  padding-left: 1em;
}

.news .mainContent .dlLinkList li {
  background: url(../../img/share/link_arrow.png) 0 center no-repeat;
  margin-bottom: 0.5em;
  padding-left: 10px;
  line-height: 2;
}

.news .mainContent .dlLinkList li a {
  background: url(../../img/share/icon_pdf.png) right center no-repeat;
  padding-right: 25px;
}

.news .mainContent .dlLinkList li a:hover {
  text-decoration: none;
}

.news .mainContent table {
  border-top: 1px solid #036e37;
  border-left: 1px solid #036e37;
  margin: 20px auto;
  width: 94%;
}

.news .mainContent table th,
.news .mainContent table td {
  border-bottom: 1px solid #036e37;
  border-right: 1px solid #036e37;
  padding: 5px;
}

.news .mainContent table th {
  font-weight: normal;
}

.news .mainContent .dlBlock {
  background: #eee;
  margin-bottom: 2em;
  padding: 1em;
}

.news .mainContent .dlBlock h4 {
  border-bottom: 1px dotted #036e37;
  font-size: 125%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
}

.news .mainContent .dlBlock .dlBox {
  padding: 1em;
}

.news .mainContent .dlBlock .dlBox li {
  background: url(../../img/share/link_arrow.png) left center no-repeat;
  float: left;
  line-height: 2;
  width: 50%;
}

.news .mainContent .dlBlock .dlBox li.multiline {
  line-height: 1.4;
}

.news .mainContent .dlBlock a {
  background: url(../../img/share/icon_pdf.png) right 0 no-repeat;
  padding-left: 10px;
  padding-right: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.news .mainContent ol {
  padding-left: 2em;
}

.news .mainContent ol li p {
  margin-bottom: 0;
}

.news .mainContent ol li dd {
  padding-left: 1em;
  margin-bottom: 10px;
}

.news .mainContent ol li dd.mb {
  margin-bottom: 0;
}

.news .mainContent ul.note {
  margin: 20px auto;
  padding-left: 1em;
}

.news .mainContent ul.note li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0;
}

.news button, .news .prev a, .news .next a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 210px;
  padding: 11px;
  background-color: #26935a;
  border: 1px solid #26935a;
  border-radius: 18px;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.news button::before, .news .prev a::before, .news .next a::before {
  right: 2.5rem;
}

.news button::after, .news .prev a::after, .news .next a::after {
  right: 2rem;
}

.news button::before, .news button::after, .news .prev a::before, .news .prev a::after, .news .next a::before, .news .next a::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.news button:hover, .news .prev a:hover, .news .next a:hover {
  background: #fff;
  color: #26935a;
}

.news button:hover::before, .news button:hover::after, .news .prev a:hover::before, .news .prev a:hover::after, .news .next a:hover::before, .news .next a:hover::after {
  border-top-color: #26935a;
  border-right-color: #26935a;
}

.news .news-more-btn {
  width: 100%;
  text-align: center;
}

.news .news-more-btn button::before {
  top: 36%;
}

.news .news-more-btn button::after {
  top: 48%;
}

.news .news-more-btn button::before, .news .news-more-btn button::after {
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.news .news-more-btn button:hover {
  background: #eef2ee;
}

.news #pagination {
  max-width: 800px;
  padding: 40px 20px 0;
  margin: 0 auto;
  border-top: 2px dotted #eef2ee;
  text-align: center;
  position: relative;
}

.news #pagination > a {
  display: inline-block;
  padding-top: 40px;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}

.news #pagination > a::before {
  content: '';
  width: 27px;
  height: 27px;
  border: 5px dotted #26935a;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news #pagination > a::after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #26935a;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.news #pagination .prev, .news #pagination .next {
  display: inline-block;
  position: absolute;
  top: 40px;
}

.news #pagination .prev a, .news #pagination .next a {
  background-color: #eef2ee;
  border: none;
  color: #222;
}

.news #pagination .prev a::before, .news #pagination .prev a::after, .news #pagination .next a::before, .news #pagination .next a::after {
  border-color: #26935a;
}

.news #pagination .prev {
  left: 20px;
}

.news #pagination .prev a::before, .news #pagination .prev a::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.news #pagination .prev a::before {
  left: 2rem;
  right: auto;
}

.news #pagination .prev a::after {
  left: 2.5rem;
  right: auto;
}

.news #pagination .next {
  right: 20px;
}
/*# sourceMappingURL=style.css.map */