@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.news_page .news_ul .date, .news_page .pagenation_area, .news_single_page .category_date_area .date {
  font-family: Helvetica , 'Open Sans', sans-serif; }

.news_page .news_ul .news_li {
  border-bottom: 1px solid #CCCCCC;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .news_page .news_ul .news_li:hover {
    background-color: #FFF3E5; }
  .news_page .news_ul .news_li:last-of-type {
    border-bottom: 0; }

.news_page .news_ul .news_list_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 5px; }
  @media only screen and (max-width: 600px) {
    .news_page .news_ul .news_list_link {
      display: block;
      padding: 25px 0; } }

.news_page .news_ul .date_category_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.news_page .news_ul .date {
  color: #111111;
  font-weight: 600;
  letter-spacing: 1px; }
  @media only screen and (max-width: 600px) {
    .news_page .news_ul .date {
      font-size: 14px; } }

.news_page .news_ul .category {
  display: block;
  width: 100px;
  margin-left: 30px;
  padding: 8px 0;
  background-color: #fff;
  color: #FF8C00;
  border: 1px solid #FF8C00;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.7px; }
  .news_page .news_ul .category.important {
    background-color: #FF8C00;
    color: #fff; }
  .news_page .news_ul .category.info {
    background-color: #FFE8CC; }
  @media only screen and (max-width: 600px) {
    .news_page .news_ul .category {
      width: 90px;
      padding: 6px 0; } }

.news_page .news_ul .title {
  margin-left: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 600px) {
    .news_page .news_ul .title {
      margin-left: 0;
      margin-top: 15px;
      font-size: 16px;
      line-height: 1.7;
      overflow: auto;
      white-space: normal; } }

/* オレンジ・グレーのtable */
/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
.news_single_page .sentence_area {
  letter-spacing: 0.8px; }
  .news_single_page .sentence_area p {
    margin-bottom: 2rem;
    line-height: 1.8; }
    @media only screen and (max-width: 500px) {
      .news_single_page .sentence_area p {
        font-size: 14px;
        line-height: 2.3; } }
  .news_single_page .sentence_area h2, .news_single_page .sentence_area h3, .news_single_page .sentence_area h4, .news_single_page .sentence_area h5, .news_single_page .sentence_area h6 {
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 600; }
    @media only screen and (max-width: 500px) {
      .news_single_page .sentence_area h2, .news_single_page .sentence_area h3, .news_single_page .sentence_area h4, .news_single_page .sentence_area h5, .news_single_page .sentence_area h6 {
        margin-bottom: 1rem; } }
  .news_single_page .sentence_area h2 {
    margin-top: 4rem;
    font-size: 30px;
    color: #FF8C00; }
    @media only screen and (max-width: 600px) {
      .news_single_page .sentence_area h2 {
        font-size: 22px; } }
  .news_single_page .sentence_area h3 {
    margin-top: 4rem;
    font-size: 20px; }
    @media only screen and (max-width: 600px) {
      .news_single_page .sentence_area h3 {
        font-size: 18px; } }
  .news_single_page .sentence_area img {
    height: auto;
    max-width: 100%;
    margin-bottom: 2rem;
    vertical-align: middle; }
  .news_single_page .sentence_area ul {
    margin-bottom: 2rem;
    padding-left: 1rem; }
    .news_single_page .sentence_area ul li {
      list-style: disc;
      line-height: 1.8; }
      @media only screen and (max-width: 500px) {
        .news_single_page .sentence_area ul li {
          font-size: 14px;
          line-height: 2.3; } }
  .news_single_page .sentence_area ol {
    margin-bottom: 2rem;
    padding-left: 1rem; }
    .news_single_page .sentence_area ol li {
      list-style: decimal;
      line-height: 1.8; }
      @media only screen and (max-width: 500px) {
        .news_single_page .sentence_area ol li {
          font-size: 14px;
          line-height: 2.3; } }
  .news_single_page .sentence_area a {
    color: #FF8C00;
    text-decoration: underline; }

.news_page .news_wrap {
  background-color: #fff;
  margin-top: 50px;
  padding: 40px 40px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 10px #00000029;
  box-shadow: 0px 3px 10px #00000029; }
  @media only screen and (max-width: 600px) {
    .news_page .news_wrap {
      padding: 22px 30px; } }

.news_page .year_archive_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 840px;
  margin: 60px auto 0; }
  @media only screen and (max-width: 600px) {
    .news_page .year_archive_area {
      margin: 30px auto 0;
      display: block; } }
  .news_page .year_archive_area li {
    width: 30%; }
    @media only screen and (max-width: 600px) {
      .news_page .year_archive_area li {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 10px; } }
  .news_page .year_archive_area a {
    position: relative;
    display: block;
    padding: 16px 0;
    color: #FF8C00;
    font-weight: 600;
    border: 1px solid #FF8C00;
    text-align: center;
    letter-spacing: 0.8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .news_page .year_archive_area a .arrow_svg {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .news_page .year_archive_area a .arrow_svg path {
        stroke: #FF8C00;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .news_page .year_archive_area a:hover {
      background-color: #FF8C00;
      color: #fff; }
      .news_page .year_archive_area a:hover .arrow_svg {
        -webkit-transform: translateY(-50%) translateX(6px);
        -ms-transform: translateY(-50%) translateX(6px);
        transform: translateY(-50%) translateX(6px); }
        .news_page .year_archive_area a:hover .arrow_svg path {
          stroke: #fff; }

.news_page .pagenation_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto 100px;
  color: #111111;
  font-weight: 600; }
  .news_page .pagenation_area a {
    color: #FF8C00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .news_page .pagenation_area a:hover {
      color: #111111; }
  .news_page .pagenation_area .page-numbers {
    padding: 0 15px; }

.news_single_page {
  width: 84%;
  max-width: 1100px;
  margin: auto; }
  .news_single_page .category_date_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px; }
    .news_single_page .category_date_area .date {
      letter-spacing: 0.8px;
      font-weight: 600;
      margin-right: 30px; }
    .news_single_page .category_date_area .category {
      border: 1px solid #FF8C00;
      color: #FF8C00;
      padding: 6px 32px;
      letter-spacing: 2px;
      font-weight: 600;
      font-size: 14px; }
      .news_single_page .category_date_area .category.important {
        background-color: #FF8C00;
        color: #fff; }
      .news_single_page .category_date_area .category.info {
        background-color: #FFE8CC; }
  .news_single_page .news_title {
    margin-top: 30px;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 1.5px;
    padding-bottom: 40px;
    border-bottom: 2px solid #FFE8CC;
    font-weight: 600; }
    @media only screen and (max-width: 600px) {
      .news_single_page .news_title {
        font-size: 24px;
        padding-bottom: 20px; } }
  .news_single_page .sentence_area {
    margin-top: 3rem; }
  .news_single_page .link_area {
    margin: 100px auto 150px; }
  .news_single_page .gradation_btn {
    display: block;
    max-width: 340px;
    margin: auto; }
