@charset "UTF-8";
/**
 * Table of Contntens:
 *
 * 1.0 - Reset
 * 2.0 - Basic Structure
 * 3.0 - Header
 * 4.0 - Page
 *   4.1 - Top
 *   4.2 - Pages
 *   4.3 - About TAKAKEI
 *   4.4 - Faculty
 *   4.5 - Event calendar
 *   4.6 - Examinee
 *   4.7 - Almnus
 *   4.8 - News & Event
 *   4.9 - Leaf page sample
 * 5.0 - Footer
* -----------------------------------------------------------------------------
*/
/**
* 1.0 Reset
* -----------------------------------------------------------------------------
*/
img {
  vertical-align: bottom;
  border: none; }

a {
  color: inherit;
  text-decoration: none; }

/* typegraphy */
html {
  font-size: 1rem; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem; }

.mincho {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

/* table */
table {
  width: 100% !important;
  border-collapse: collapse; }

/* form */
select, input[type="file"] {
  height: auto !important; }

/* link */
.opa {
  transition: opacity .1s linear; }
  .opa:hover {
    opacity: .8; }

/* visibility */
.sponly {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .sponly {
    display: block !important; }

  .pconly {
    display: none !important; } }
.preview {
  background-color: red;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 24px; }

/**
* 2.0 Basic Structuire
* -----------------------------------------------------------------------------
*/
main {
  display: block; }

.center {
  text-align: center; }

.inner {
  max-width: 1220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

.inner1088 {
  max-width: 1108px; }

.inner1080 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }

/**
* 3.0 Header
* -----------------------------------------------------------------------------
*/
header {
  border-top: 4px solid #004c20;
  position: relative;
  background-color: #fff; }
  header .logo {
    max-width: 287px;
    width: 100%; }

.header_top {
  display: flex;
  justify-content: space-between; }

.header_top_l {
  padding-top: 15px;
  flex-basis: 23.91%;
  max-width: 23.91%; }

.header_top_r {
  padding-left: 40px;
  flex-basis: 58.33%;
  max-width: 58.33%; }

.header_top_r_t {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px; }
  .header_top_r_t .read {
    border-right: 1px solid #000;
    padding-right: 18px;
    padding-top: 15px; }

@media only screen and (max-width: 768px) {
  header {
    border-top: none;
    width: 100%;
    height: 59px; }
    header .logo {
      max-width: 37.23%;
      max-height: 44px;
      width: auto; }
    header > .inner {
      height: 59px;
      position: fixed;
      background-color: #fff;
      z-index: 3; }

  .header_top {
    display: block; }

  .header_top_l {
    padding-bottom: 15px;
    padding-top: 10px;
    max-width: 100%; } }
.header_top_r_b {
  display: flex;
  justify-content: flex-end;
  /* Googleカスタマイズ検索フォーム */ }
  .header_top_r_b .nav_header_sub {
    flex-basis: 52.29%;
    max-width: 52.29%; }
  .header_top_r_b ul {
    display: flex; }
  .header_top_r_b .search {
    background-color: #004c20;
    padding: 9px;
    flex-basis: 47.71%;
    max-width: 47.71%; }
    .header_top_r_b .search input[type="text"] {
      font-size: 16px !important;
      padding: 7px 5px !important;
      border-radius: 5px;
      border: none !important;
      max-width: 200px !important; }
    .header_top_r_b .search input[type="submit"] {
      background: none;
      border: none;
      color: #fff;
      font-size: 17px;
      cursor: pointer; }
    .header_top_r_b .search .submit_area {
      display: inline-block; }
      .header_top_r_b .search .submit_area:before {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-image: url("../images/common/icon_search.png");
        width: 22px;
        height: 22px;
        background-size: contain;
        transform: translateY(5px);
        margin-left: 10px; }
  .header_top_r_b .gsc-control-cse {
    padding: 0;
    background: none;
    border: none; }
    .header_top_r_b .gsc-control-cse div {
      position: relative;
      border-radius: 5px; }
  .header_top_r_b form.gsc-search-box {
    margin-bottom: 0; }
  .header_top_r_b table.gsc-search-box {
    margin-bottom: 0; }
  .header_top_r_b .gsst_a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .header_top_r_b .gsib_a {
    padding: 0 10px; }
  .header_top_r_b .gsc-search-button button {
    background: none;
    border: none;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
    position: relative;
    padding-right: 5px; }
    .header_top_r_b .gsc-search-button button:after {
      content: "検索";
      display: inline-block;
      margin-left: 5px; }
    .header_top_r_b .gsc-search-button button:before {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url("../images/common/icon_search.png");
      width: 22px;
      height: 22px;
      background-size: contain;
      transform: translateY(5px); }
    .header_top_r_b .gsc-search-button button svg {
      display: none; }

.change_bg {
  font-size: 1.0625rem;
  letter-spacing: .1em;
  padding-top: 18px;
  border-right: 1px solid #000;
  padding-right: 10px;
  padding-left: 11px;
  white-space: nowrap; }
  .change_bg:before {
    content: "";
    display: inline-block;
    background-image: url("../images/common/icon_change_bg_color.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 20px;
    vertical-align: bottom;
    transform: translateY(-4px); }
  .change_bg a {
    border: 1px solid #000;
    padding: 4px 4px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    transform: translateY(-3px); }
  .change_bg .black {
    background-color: #000;
    color: #fff; }

.change_font_size {
  padding-top: 15px;
  font-size: 1.0625rem;
  padding-left: 11px;
  white-space: nowrap; }
  .change_font_size a {
    margin: 0 5px; }
    .change_font_size a img {
      width: 19px; }

/* nav_header_sub */
.nav_header_sub {
  margin-top: 17px;
  margin-right: -20px; }
  .nav_header_sub li {
    position: relative;
    margin-right: 34px; }
    .nav_header_sub li:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: -23px;
      transform: translateY(-50%); }
    .nav_header_sub li a {
      font-size: 0.937rem; }
      .nav_header_sub li a:hover {
        text-decoration: underline; }
  .nav_header_sub .li_access:before {
    background-image: url("../images/common/icon_access.jpg");
    width: 16px;
    height: 23px; }
  .nav_header_sub .li_material:before {
    background-image: url("../images/common/icon_material.jpg");
    width: 17px;
    height: 21px; }
  .nav_header_sub .li_contact:before {
    background-image: url("../images/common/icon_contact.jpg");
    width: 19px;
    height: 13px; }

/* nav_header1 */
.nav_header1 {
  border-top: 1px solid #000;
  margin-top: 10px; }
  .nav_header1 .inner {
    padding-top: 15px;
    padding-bottom: 15px; }
  .nav_header1 ul {
    display: flex;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .nav_header1 ul li {
      width: 100%; }
      .nav_header1 ul li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0.875rem;
        text-align: center;
        padding: 5px 10px;
        box-sizing: border-box; }
      .nav_header1 ul li:not(:last-child) a {
        border-right: 1px solid #000; }
      .nav_header1 ul li:nth-child(3) {
        width: 130%; }
      .nav_header1 ul li:last-child {
        width: 160%; }

/* nav_header2 */
.nav_header2 {
  background-color: #004c20;
  position: relative; }
  .nav_header2 .inner ul {
    display: flex;
    justify-content: space-between; }
    .nav_header2 .inner ul li {
      padding: 0 10px;
      background-color: #004c20;
      position: relative;
      flex-grow: 1; }
      .nav_header2 .inner ul li a {
        color: #fff;
        font-size: 1.125rem;
        text-align: center;
        width: 100%;
        height: 100%;
        display: block;
        padding: 28px 10px;
        box-sizing: border-box; }
      .nav_header2 .inner ul li:hover {
        background-color: #0e331d; }
  .nav_header2 .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    border: 1px solid #333;
    z-index: 2; }
    .nav_header2 .sub .sub_inner {
      display: flex; }
    .nav_header2 .sub .title {
      background-color: #fff;
      color: #0e331d;
      font-size: 19px;
      text-align: center;
      white-space: nowrap;
      padding: 44px 0;
      position: relative;
      width: 220px; }
      .nav_header2 .sub .title > span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      .nav_header2 .sub .title .sm {
        font-size: 11px;
        display: block;
        margin-top: 10px; }
    .nav_header2 .sub .nav {
      padding: 44px 30px;
      background-color: #333333;
      width: 100%; }
      .nav_header2 .sub .nav ul {
        width: 100%; }
        .nav_header2 .sub .nav ul li {
          display: inline;
          margin-right: 25px; }
          .nav_header2 .sub .nav ul li a {
            font-size: 17px;
            color: #fff; }
            .nav_header2 .sub .nav ul li a:before {
              content: "";
              background-repeat: no-repeat;
              background-image: url("../images/common/icon_arrow_r_w.png");
              background-size: contain;
              display: inline-block;
              width: 6px;
              height: 13px;
              margin-right: 10px; }
            .nav_header2 .sub .nav ul li a:hover {
              text-decoration: underline; }

/* caution */
.caution {
  position: absolute;
  width: 100%;
  background-color: #ffff00;
  padding: 15px 0;
  top: 100%;
  z-index: 1;
  font-weight: bold; }
  .caution .label {
    display: inline-block;
    margin-right: 10px; }
    .caution .label span {
      background-color: #000;
      color: #ffff00;
      font-size: 13px;
      padding: 5px 25px;
      display: inline-block; }
  .caution .text {
    display: inline-block;
    line-height: 1.4; }

@media only screen and (max-width: 768px) {
  .caution {
    padding-left: 7.97%;
    padding-right: 7.97%;
    box-sizing: border-box; }
    .caution .inner {
      display: flex;
      padding-left: 0;
      padding-right: 0; }
      .caution .inner .label {
        width: 100px;
        margin-right: 0; }
        .caution .inner .label span {
          padding-left: 15px;
          padding-right: 15px; }
      .caution .inner .text {
        font-size: 15px; } }
/* Drawer navi */
.button_toggle {
  width: 59px;
  height: 59px;
  background-image: url("../images/common/toggle_open.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  top: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  transition: all .2s linear;
  border: none; }

.drawer-open .button_toggle {
  background-image: url("../images/common/toggle_close.jpg"); }

html.drawer-open {
  overflow: hidden; }

.drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 2;
  display: none;
  background-color: rgba(255, 255, 255, 0.9); }

.drawer-menu {
  padding-top: 59px;
  background-color: #fff; }
  .drawer-menu > li {
    border-bottom: 1px solid #fff; }
    .drawer-menu > li a {
      background-color: #004c20;
      color: #fff;
      padding: 15px 30px;
      box-sizing: border-box;
      width: 100%;
      display: block;
      font-size: 0.875rem; }
  .drawer-menu .search_area {
    background-color: #e6e6e6;
    padding: 10px 20px;
    color: #004c20; }
    .drawer-menu .search_area .search_area_inner {
      display: flex; }
      .drawer-menu .search_area .search_area_inner .search_area_l {
        width: 100%; }
        .drawer-menu .search_area .search_area_inner .search_area_l input[type="text"] {
          padding: 7px 10px;
          font-size: 16px;
          border-radius: 5px;
          border-width: 0;
          width: 100%;
          box-sizing: border-box; }
      .drawer-menu .search_area .search_area_inner .search_area_r {
        width: 80px;
        line-height: 28px;
        padding-left: 10px; }
        .drawer-menu .search_area .search_area_inner .search_area_r span {
          font-size: 1rem; }
          .drawer-menu .search_area .search_area_inner .search_area_r span:before {
            content: "";
            display: inline-block;
            width: 25px;
            height: 25px;
            background-image: url("../images/common/icon_search_g.png");
            background-size: contain;
            background-repeat: no-repeat;
            transform: translateY(3px);
            margin-right: 5px; }
  .drawer-menu .has_children {
    position: relative; }
    .drawer-menu .has_children:after {
      content: "";
      width: 16px;
      height: 8px;
      position: absolute;
      right: 10px;
      background-image: url("../images/common/icon_arrow_d_w.png");
      background-size: contain;
      background-repeat: no-repeat;
      top: 20px;
      transition: all .1s linear; }
    .drawer-menu .has_children .sub {
      padding: 0 20px 5px 20px;
      display: none; }
      .drawer-menu .has_children .sub li:not(:last-child) {
        border-bottom: 1px solid #b3b3b3; }
      .drawer-menu .has_children .sub li a {
        display: block;
        width: 100%;
        background-color: #fff;
        color: #000;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 0; }
  .drawer-menu .has_children.active:after {
    transform: rotate(-180deg); }
  .drawer-menu .visitor {
    position: relative;
    border-bottom: 1px solid #004c20; }
    .drawer-menu .visitor > a {
      background-color: #fff;
      color: #004c20; }
    .drawer-menu .visitor:after {
      content: "";
      width: 16px;
      height: 8px;
      position: absolute;
      right: 10px;
      background-image: url("../images/common/icon_arrow_d_g.png");
      background-size: contain;
      background-repeat: no-repeat;
      top: 20px; }
    .drawer-menu .visitor .sub {
      background-color: #e6e6e6;
      padding: 0 20px 5px 20px; }
      .drawer-menu .visitor .sub li:not(:last-child) {
        border-bottom: 1px solid #b3b3b3; }
      .drawer-menu .visitor .sub li a {
        background-color: transparent;
        color: #000;
        font-size: 13px;
        padding: 15px 10px;
        display: block;
        width: 100%;
        box-sizing: border-box; }
  .drawer-menu .drawer_bottom {
    display: flex; }
    .drawer-menu .drawer_bottom > div {
      width: 100%;
      text-align: center; }
      .drawer-menu .drawer_bottom > div a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 13px;
        background-color: #fff;
        color: #004c20;
        position: relative;
        padding-top: 35px;
        padding-left: 0;
        padding-right: 0; }
        .drawer-menu .drawer_bottom > div a:before {
          content: "";
          display: block;
          background-repeat: no-repeat;
          background-size: contain;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px;
          position: absolute;
          left: 0;
          right: 0; }
      .drawer-menu .drawer_bottom > div:first-child a:before {
        width: 13px;
        height: 18px;
        top: 10px;
        background-image: url("../images/common/icon_access.jpg"); }
      .drawer-menu .drawer_bottom > div:nth-child(2) {
        border-right: 1px solid #004c20;
        border-left: 1px solid #004c20; }
        .drawer-menu .drawer_bottom > div:nth-child(2) a:before {
          width: 13px;
          height: 16px;
          top: 10px;
          background-image: url("../images/common/icon_material.jpg"); }
      .drawer-menu .drawer_bottom > div:nth-child(3) a:before {
        width: 16px;
        height: 10px;
        top: 13px;
        background-image: url("../images/common/icon_contact.jpg"); }
  .drawer-menu .change_bg {
    padding: 0;
    border-bottom: none;
    border-right: none; }
    .drawer-menu .change_bg:before {
      display: none; }
    .drawer-menu .change_bg > a {
      border-top: none;
      border-right: none;
      border-left: none;
      border-bottom-color: #fff; }
    .drawer-menu .change_bg ul {
      padding: 0 !important; }
      .drawer-menu .change_bg ul li {
        display: flex;
        border-bottom: none !important; }
        .drawer-menu .change_bg ul li a {
          border: none;
          text-align: center; }
        .drawer-menu .change_bg ul li div {
          flex-basis: 50%; }
          .drawer-menu .change_bg ul li div:first-child {
            border-right: 1px solid #000; }
    .drawer-menu .change_bg a {
      transform: none; }

.drawer-menu-item:hover {
  background-color: #004c20;
  color: #fff;
  text-decoration: none; }

/**
* 4.0 Page
* -----------------------------------------------------------------------------
*/
/* icons */
.icon a {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
  display: inline-block; }
  .icon a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 34px; }

.icon_pdf a:before {
  background-image: url("../images/common/icon_pdf.png"); }

.icon_doc a:before {
  background-image: url("../images/common/icon_doc.png"); }

.icon_xls a:before {
  background-image: url("../images/common/icon_xls.png"); }

.icon_others a:before {
  background-image: url("../images/common/icon_others.png"); }

@media only screen and (max-width: 768px) {
  .icon {
    padding-left: 0 !important;
    text-indent: 0 !important; }
    .icon a {
      display: block;
      text-indent: 0;
      padding-left: 40px;
      width: 100%;
      box-sizing: border-box; } }
/* image box */
.image_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.image_box .large {
  width: 100%; }

.image_box .medium {
  width: 40%; }

.image_box .small {
  width: calc( 33% - 20px); }

.image_box div {
  margin: 0 10px; }

.image_box img {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .image_box {
    display: block; }
    .image_box div {
      width: 100% !important;
      margin: 0 !important; } }
/**
* 4.1 home
* -----------------------------------------------------------------------------
*/
.home .main_visual {
  height: 630px;
  background-image: url("../images/home/slide1.jpg");
  background-size: cover;
  background-position: center;
  padding-left: 7.97%;
  padding-right: 7.97%; }
  .home .main_visual .inner {
    position: relative; }
  .home .main_visual .lg img {
    max-width: 444px;
    width: 100%;
    position: absolute;
    top: 140px; }
  .home .main_visual .to_entry {
    position: absolute;
    right: 10px;
    top: 82px; }
    .home .main_visual .to_entry img {
      max-width: 248px;
      width: 100%; }

@media only screen and (max-width: 768px) {
  .home .main_visual {
    height: 363px; }
    .home .main_visual .inner {
      height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .home .main_visual .lg img {
      max-width: 67.95%; }
    .home .main_visual .to_entry {
      width: 130px;
      bottom: 20px;
      top: auto; } }
/* NEWS */
#home_news > .inner {
  display: flex;
  margin-top: -200px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 60px 40px 60px;
  max-width: 1200px; }
#home_news .to_list {
  border: 1px solid #2e8752;
  color: #2e8752;
  display: inline-block;
  padding: 16px 70px;
  position: relative;
  margin-bottom: 70px; }
  #home_news .to_list:before {
    content: "";
    display: block;
    background-image: url("../images/common/icon_tolist.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%); }

.home_news_l {
  padding-right: 55px; }
  .home_news_l h2 {
    font-size: 2.1875rem;
    line-height: .7; }
    .home_news_l h2 .sm {
      font-size: 15px;
      color: #999999;
      font-family: sans-serif; }

.home_news_r {
  flex: 1; }
  .home_news_r h3 {
    font-size: 1.35rem;
    margin: 5px 0 20px 0;
    letter-spacing: .1em; }
  .home_news_r #news_list_table {
    margin-bottom: 40px; }

.tb_home_news_imp {
  margin-bottom: 60px; }
  .tb_home_news_imp th {
    text-align: left;
    color: #666666;
    position: relative;
    padding-right: 126px !important;
    white-space: nowrap; }
    .tb_home_news_imp th .important {
      background-color: #fcee21;
      font-size: 12px;
      padding: 5px 0;
      font-weight: bold;
      position: absolute;
      right: 0;
      width: 96px;
      text-align: center; }
  .tb_home_news_imp th, .tb_home_news_imp td {
    padding: 12px 25px 12px 0;
    font-size: 0.937rem; }
  .tb_home_news_imp th {
    width: 1px;
    white-space: nowrap; }
  .tb_home_news_imp td {
    padding-left: 20px; }
    .tb_home_news_imp td a:hover {
      text-decoration: underline; }

.tb_home_news tr:nth-child(2n-1) th, .tb_home_news tr:nth-child(2n-1) td {
  padding-top: 20px; }
.tb_home_news tr:nth-child(2n) {
  border-bottom: 1px solid #b3b3b3; }
  .tb_home_news tr:nth-child(2n) td, .tb_home_news tr:nth-child(2n) th {
    padding-bottom: 20px; }
.tb_home_news tr:first-child th, .tb_home_news tr:first-child td {
  padding-top: 12px; }
.tb_home_news th, .tb_home_news td {
  padding-top: 5px;
  padding-bottom: 5px; }
.tb_home_news th {
  color: #666;
  font-size: 0.875rem;
  text-align: left;
  width: 135px; }
.tb_home_news td {
  font-size: 0.875rem; }
  .tb_home_news td span {
    font-size: 0.6975rem;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 68px;
    display: inline-block;
    text-align: center;
    margin-right: 15px; }
  .tb_home_news td .all {
    background-color: #000; }
  .tb_home_news td .info {
    background-color: #44a263; }
  .tb_home_news td .event {
    background-color: #278aa3; }
  .tb_home_news td .lecture {
    background-color: #4c6faf; }
  .tb_home_news td .recruit {
    background-color: #924d87; }
  .tb_home_news td .international {
    background-color: #ec6856; }
  .tb_home_news td .entry {
    background-color: #9c6021; }
  .tb_home_news td .prize {
    background-color: #ad9518; }
  .tb_home_news td .study {
    background-color: #907c7d; }
  .tb_home_news td .library {
    background-color: #5e7f82; }
  .tb_home_news td .graduate {
    background-color: #455549; }
  .tb_home_news td .notice {
    background-color: #d45c7a; }
  .tb_home_news td a:hover {
    text-decoration: underline; }

@media only screen and (max-width: 768px) {
  #home_news {
    margin-left: 3.98%;
    margin-right: 3.98%; }
    #home_news > .inner {
      margin-top: -60px;
      display: block;
      padding-left: 3.98%;
      padding-right: 3.98%;
      padding-top: 30px; }

  .home_news_l h2 {
    font-size: 1.3125rem;
    line-height: .9;
    margin-bottom: 20px; }
    .home_news_l h2 .sm {
      font-size: 0.75rem; }

  .home_news_r h3 {
    font-size: 1.0625rem; }
  .home_news_r .to_list {
    margin-top: 30px;
    font-size: 0.8125rem; }

  .tb_home_news_imp tr {
    border-bottom: 1px solid #b3b3b3; }
  .tb_home_news_imp th, .tb_home_news_imp td {
    display: block;
    padding-bottom: 6px; }
  .tb_home_news_imp th {
    font-size: 0.6875rem; }
    .tb_home_news_imp th .important {
      position: static;
      display: inline-block;
      width: 60px;
      margin-left: 20px;
      font-size: 0.625rem; }
  .tb_home_news_imp td {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    font-size: 0.8125rem; }

  .tb_home_news tr:first-child th, .tb_home_news tr:first-child td {
    padding-top: 0; }
  .tb_home_news tr:nth-child(2n) td, .tb_home_news tr:nth-child(2n) th {
    padding-bottom: 15px; }
  .tb_home_news tr:last-child {
    border-bottom: none; }
  .tb_home_news th {
    font-size: 0.625rem;
    width: 1px;
    white-space: nowrap;
    padding-right: 10px; }
  .tb_home_news td {
    line-height: 1.5;
    font-size: 0.8125rem; }
    .tb_home_news td span {
      font-size: 0.625rem;
      padding-top: 2px;
      padding-bottom: 2px; } }
/* EVENT・PICKCUP */
#home_event_pickup {
  background-color: #e6e6e6;
  padding-top: 77px;
  padding-bottom: 77px; }
  #home_event_pickup > .inner {
    display: flex;
    justify-content: space-between; }

#home_event,
#home_pickup {
  width: 47.9%; }
  #home_event h2,
  #home_pickup h2 {
    font-size: 2.1875rem;
    line-height: 1.5;
    letter-spacing: .1em;
    padding: 40px 60px 35px 60px;
    background: #fff; }
    #home_event h2 .sm,
    #home_pickup h2 .sm {
      display: block;
      font-size: 0.9375rem;
      color: #999999;
      font-family: sans-serif; }

@media only screen and (max-width: 768px) {
  #home_event_pickup {
    padding-top: 25px;
    padding-bottom: 25px; }
    #home_event_pickup > .inner {
      padding-left: 7.97%;
      padding-right: 7.97%;
      display: block; }

  #home_event,
  #home_pickup {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    #home_event h2,
    #home_pickup h2 {
      font-size: 1.3135rem;
      padding: 15px 0 0 0;
      margin-bottom: 20px; }
      #home_event h2 .sm,
      #home_pickup h2 .sm {
        font-size: 0.75rem; } }
/* EVENT */
#home_event {
  background: #fff; }
  #home_event .to_calendar {
    border: 1px solid #2e8752;
    color: #2e8752;
    margin-top: 40px;
    display: inline-block;
    padding: 16px 70px;
    position: relative; }
    #home_event .to_calendar:before {
      content: "";
      display: block;
      background-image: url("../images/common/icon_tolist.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%); }

#home_event_contents {
  height: 862px;
  overflow: scroll;
  padding-right: 60px;
  padding-left: 60px; }

.home_event_box {
  border-top: 1px solid #999999;
  padding: 40px 0;
  display: flex; }
  .home_event_box:last-child {
    border-bottom: 1px solid #999999; }

.home_event_box_l {
  width: 35.65%;
  position: relative; }
  .home_event_box_l img {
    width: 100%; }
  .home_event_box_l .label {
    position: absolute;
    top: -5px;
    left: -5px;
    font-size: 0.8125rem;
    color: #fff;
    padding: 3px 7px; }
  .home_event_box_l .all {
    background-color: #000; }
  .home_event_box_l .info {
    background-color: #44a263; }
  .home_event_box_l .event {
    background-color: #278aa3; }
  .home_event_box_l .lecture {
    background-color: #4c6faf; }
  .home_event_box_l .recruit {
    background-color: #924d87; }
  .home_event_box_l .international {
    background-color: #ec6856; }
  .home_event_box_l .entry {
    background-color: #9c6021; }
  .home_event_box_l .prize {
    background-color: #ad9518; }
  .home_event_box_l .study {
    background-color: #907c7d; }
  .home_event_box_l .library {
    background-color: #5e7f82; }
  .home_event_box_l .graduate {
    background-color: #455549; }
  .home_event_box_l .notice {
    background-color: #d45c7a; }
  .home_event_box_l .important {
    background-color: #fcee21;
    color: #666; }

.home_event_box_r {
  width: 64.35%;
  padding-left: 5.86%;
  box-sizing: border-box; }
  .home_event_box_r .date {
    color: #808080;
    font-size: 0.8125rem;
    margin-bottom: 15px; }
  .home_event_box_r .title {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.4; }
    .home_event_box_r .title a:hover {
      text-decoration: underline; }
  .home_event_box_r .time,
  .home_event_box_r .location,
  .home_event_box_r .charge {
    font-size: 0.8125rem;
    color: #666666;
    margin-top: 5px; }

@media only screen and (max-width: 768px) {
  #home_event {
    padding-bottom: 32px; }
    #home_event .to_calendar {
      font-size: 0.875rem;
      margin-top: 20px; }

  #home_event_contents {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .home_event_box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block; }

  .home_event_box_l {
    width: 61.27%;
    padding-left: 10px;
    margin-bottom: 20px; }

  .home_event_box_r {
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box; }
    .home_event_box_r .date {
      font-size: 0.75rem; }
    .home_event_box_r .title {
      font-size: 0.9375rem; }
    .home_event_box_r .time,
    .home_event_box_r .location,
    .home_event_box_r .charge {
      font-size: 0.8125rem; } }
/* PICKUP */
#home_pickup_contents {
  padding: 0 60px 40px 60px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 45px;
  height: 750px;
  overflow: scroll; }
  #home_pickup_contents ul li {
    margin-bottom: 20px; }
    #home_pickup_contents ul li a img {
      width: 100%; }

#home_pickup_document img {
  width: 100%; }

@media only screen and (max-width: 768px) {
  #home_pickup {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0; }
    #home_pickup h2 {
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 0;
      padding-bottom: 20px; }

  #home_pickup_contents {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0;
    margin-bottom: 25px; } }
/* Undergraduate */
#home_undergraduate {
  background-image: url("../images/home/bg_undergraduate.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px; }
  #home_undergraduate h2 {
    font-size: 2.1825rem;
    line-height: 1.7;
    margin-bottom: 40px; }
    #home_undergraduate h2 .sm {
      font-size: 0.9375rem;
      font-family: sans-serif;
      display: block; }

#home_undergraduate_inner {
  display: flex;
  justify-content: space-between; }
  #home_undergraduate_inner > div {
    width: 47.61%;
    padding: 26px 44px 40px 44px;
    box-sizing: border-box;
    position: relative; }
    #home_undergraduate_inner > div ul li:not(:last-child) {
      margin-bottom: 15px; }
    #home_undergraduate_inner > div ul li a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      color: #000;
      padding: 17px 30px;
      box-sizing: border-box;
      position: relative; }
      #home_undergraduate_inner > div ul li a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 8px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat; }
  #home_undergraduate_inner h3 {
    font-size: 1.875rem;
    letter-spacing: .1em;
    margin-bottom: 25px; }
    #home_undergraduate_inner h3 .sm {
      top: -10px;
      font-size: 1rem;
      letter-spacing: normal;
      position: absolute; }
  #home_undergraduate_inner #economics {
    background-color: rgba(66, 99, 146, 0.9); }
    #home_undergraduate_inner #economics ul li a:after {
      background-image: url("../images/common/icon_arrow_r_b.png"); }
  #home_undergraduate_inner #regional {
    background-color: rgba(213, 76, 2, 0.9); }
    #home_undergraduate_inner #regional ul li a:after {
      background-image: url("../images/common/icon_arrow_r_o.png"); }

@media only screen and (max-width: 768px) {
  #home_undergraduate {
    padding-top: 0;
    padding-bottom: 0; }
    #home_undergraduate h2 {
      display: none; }
    #home_undergraduate > .inner {
      padding-right: 0;
      padding-left: 0; }
      #home_undergraduate > .inner h3 {
        margin-bottom: 15px; }
        #home_undergraduate > .inner h3 .sm {
          display: block;
          position: static;
          font-size: 0.9375rem;
          margin-bottom: 10px; }

  #home_undergraduate_inner {
    display: block; }
    #home_undergraduate_inner > div {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 30px; } }
/* Another Contents */
#home_another_contents {
  padding-top: 80px;
  padding-bottom: 80px; }
  #home_another_contents h2 {
    font-size: 2.1875rem;
    line-height: 1.7;
    margin-bottom: 40px; }
    #home_another_contents h2 .sm {
      font-size: 0.9375rem;
      font-family: sans-serif;
      display: block;
      color: #999999; }
  #home_another_contents h3 {
    font-size: 1.25rem;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px; }

.nav_home_another_contents {
  margin-bottom: 25px; }
  .nav_home_another_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .nav_home_another_contents ul li {
      flex-basis: 18.24%;
      text-align: center;
      margin-bottom: 40px; }
      .nav_home_another_contents ul li a {
        font-size: 1rem; }
        .nav_home_another_contents ul li a img {
          width: 100%;
          margin-bottom: 15px; }

.nav_home_relative {
  margin-top: 20px; }
  .nav_home_relative ul li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    margin-bottom: 20px; }
    .nav_home_relative ul li a {
      color: #2e8752;
      font-size: 0.9375rem;
      position: relative;
      padding-left: 15px; }
      .nav_home_relative ul li a:hover {
        text-decoration: underline; }
      .nav_home_relative ul li a:before {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        background-image: url("../images/common/icon_arrow_r_g.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 6px;
        height: 12px; }

@media only screen and (max-width: 768px) {
  #home_another_contents {
    padding-top: 50px;
    padding-bottom: 0; }
    #home_another_contents .inner1088 {
      padding-left: 7.97%;
      padding-right: 7.97%; }
    #home_another_contents h2 {
      font-size: 1.3125rem; }
      #home_another_contents h2 .sm {
        font-size: 0.75rem; }

  .nav_home_another_contents ul li {
    flex-basis: 48%;
    font-size: 0.8125rem;
    margin-bottom: 20px; }

  .nav_home_relative ul li {
    flex-basis: 48%;
    width: auto; }
    .nav_home_relative ul li a {
      font-size: 0.8125rem; } }
/**
* 4.2 Pages
* -----------------------------------------------------------------------------
*/
.page .main_visual {
  height: 365px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .page .main_visual .inner {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 774px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    .page .main_visual .inner .page_title {
      font-size: 2.5rem;
      text-align: center;
      font-weight: bold;
      letter-spacing: .1em;
      padding: 30px 0;
      color: #000; }
      .page .main_visual .inner .page_title .en {
        font-size: 1.1875rem;
        display: block;
        font-weight: normal;
        margin-top: 10px; }
.page main {
  margin-bottom: 100px;
  /* 数字付きリスト */
  /* アイコン付きリスト */
  /* テーブル */
  /* リンクボタン */
  /* リンクファイル */
  /* get Acrobat Reader */
  /* このページに関するお問い合わせ先 */ }
  .page main h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    border-left: 1px solid #1a1a1a;
    padding-left: 28px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  .page main h3 {
    font-size: 1.875rem;
    font-weight: bold;
    background-color: #edf2ef;
    padding-left: 28px;
    padding-top: 28px;
    padding-bottom: 30px;
    letter-spacing: .1em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position: relative;
    margin-bottom: 60px; }
    .page main h3:before, .page main h3:after {
      content: "";
      width: 4px;
      height: 14px;
      position: absolute; }
    .page main h3:before {
      background-color: #004c20;
      top: calc(50% - 14px);
      left: 0; }
    .page main h3:after {
      background-color: #4c8263;
      top: 50%;
      left: 0; }
  .page main h4 {
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: .1em;
    color: #004c20;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    border-bottom: 5px solid #edf2ef;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 50px; }
  .page main h5 {
    font-size: 1.3125rem;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 30px; }
    .page main h5:before, .page main h5:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 2px;
      width: 59px; }
    .page main h5:before {
      background-color: #e49e00;
      left: 0; }
    .page main h5:after {
      background-color: #ccc;
      left: 59px; }
  .page main img {
    max-width: 100%;
    margin-bottom: 30px; }
  .page main p {
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 30px; }
  .page main ul {
    margin-top: 40px;
    margin-bottom: 70px; }
    .page main ul li {
      font-size: 0.875rem;
      font-weight: bold;
      margin-bottom: 20px; }
      .page main ul li .num {
        color: #2e8752;
        margin-right: 10px; }
  .page main ul.numeric {
    counter-reset: num; }
    .page main ul.numeric li:before {
      counter-increment: num;
      content: counter(num) "";
      color: #2e8752;
      margin-right: 10px; }
  .page main ul.pentagon li {
    position: relative;
    padding-left: 10px; }
    .page main ul.pentagon li:before {
      background-image: url("../images/common/listmark4.png");
      width: 6px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 4px;
      content: "";
      left: 0px; }
  .page main .table_wrap {
    margin-top: 25px;
    margin-bottom: 35px; }
    .page main .table_wrap table thead tr {
      border-bottom: 1px solid #808080; }
    .page main .table_wrap table tr th {
      text-align: left;
      font-weight: bold; }
      .page main .table_wrap table tr th span {
        border-left: 3px solid #2e8752;
        padding-left: 10px; }
    .page main .table_wrap table tr th, .page main .table_wrap table tr td {
      padding: 10px;
      font-size: 14px;
      border: 1px solid #808080; }
      .page main .table_wrap table tr th:first-child, .page main .table_wrap table tr td:first-child {
        white-space: nowrap; }
    .page main .table_wrap table tr td p {
      font-weight: normal; }
      .page main .table_wrap table tr td p:last-of-type {
        margin-bottom: 0; }
    .page main .table_wrap table tr td .lg {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 15px; }
  .page main .link_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page main .link_buttons div {
      flex-basis: 48%;
      max-width: 48%;
      margin-bottom: 20px;
      border: 1px solid #808080;
      box-sizing: border-box; }
      .page main .link_buttons div a {
        font-size: 15px;
        color: #2e8752;
        display: block;
        padding: 18px 28px 18px 18px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        font-weight: bold;
        transition: all .1s linear;
        position: relative;
        line-height: 1.6; }
        .page main .link_buttons div a:hover {
          background-color: #2e8752;
          color: #fff; }
        .page main .link_buttons div a:after {
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          background-repeat: no-repeat;
          background-size: contain;
          content: ""; }
    .page main .link_buttons .internal a:after {
      background-image: url("../images/common/icon_arrow_r_g.png");
      width: 7px;
      height: 14px; }
    .page main .link_buttons .internal a:hover:after {
      background-image: url("../images/common/icon_arrow_r_w.png"); }
    .page main .link_buttons .external a:after {
      background-image: url("../images/common/icon_external.png");
      width: 16px;
      height: 16px; }
    .page main .link_buttons .external a:hover:after {
      background-image: url("../images/common/icon_external_inv.png"); }
  .page main .ul_link_file {
    margin-bottom: 30px; }
    .page main .ul_link_file li {
      margin-bottom: 50px; }
      .page main .ul_link_file li a:hover {
        text-decoration: underline; }
  .page main .get_reader {
    border: 1px solid #b3b3b3;
    padding: 26px 33px 26px 210px;
    position: relative;
    font-size: 0.875rem;
    max-width: 847px;
    box-sizing: border-box; }
    .page main .get_reader img {
      width: 158px;
      position: absolute;
      left: 33px;
      top: 50%;
      transform: translateY(-50%); }
    .page main .get_reader a {
      color: #2e8752; }
      .page main .get_reader a:hover {
        text-decoration: underline; }
      .page main .get_reader a:after {
        width: 16px;
        height: 16px;
        background-image: url("../images/common/icon_external.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        transform: translateY(2px);
        margin-right: 3px; }
  .page main .contact_section {
    background-color: #f2f2f2;
    max-width: 677px;
    padding: 36px 52px 43px 53px;
    box-sizing: border-box;
    margin-top: 100px; }
    .page main .contact_section .title {
      color: #666666;
      font-size: 0.9375rem;
      font-weight: normal;
      margin-bottom: 22px; }
    .page main .contact_section .contact_section_inner {
      border-left: 1px solid #b3b3b3;
      padding-left: 20px; }
    .page main .contact_section .section_name {
      font-size: 1.20625rem;
      font-weight: bold;
      margin-bottom: 20px; }
      .page main .contact_section .section_name .sm {
        font-size: 0.8225rem; }
    .page main .contact_section .telfax span {
      font-size: 0.875rem; }
      .page main .contact_section .telfax span:not(:last-child) {
        margin-right: 10px; }
    .page main .contact_section .telfax .mail a {
      color: #2e8752; }
      .page main .contact_section .telfax .mail a:hover {
        text-decoration: underline; }
      .page main .contact_section .telfax .mail a:after {
        content: "";
        background-image: url("../images/common/icon_arrow_r_g.png");
        width: 6px;
        height: 12px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 10px; }
.page .file_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page .file_list ul li {
    flex-basis: 50%;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 45px; }
    .page .file_list ul li a:hover {
      text-decoration: underline; }
.page .sns ul {
  display: flex;
  margin-top: 60px; }
  .page .sns ul li {
    margin-right: 24px; }
    .page .sns ul li a img {
      width: 104px; }
.page .sec_page_news {
  margin-bottom: 100px;
  margin-top: 60px;
  position: relative; }
  .page .sec_page_news h2 {
    font-size: 21px;
    margin: 5px 0 20px 0;
    letter-spacing: .1em;
    border-left: none;
    padding-left: 0;
    font-weight: 400;
    position: relative; }
  .page .sec_page_news .to_list {
    border: 1px solid #2e8752;
    color: #2e8752;
    display: inline-block;
    padding: 12px 40px 12px 40px;
    position: absolute;
    font-size: 0.875rem;
    font-family: sans-serif;
    right: 0;
    top: -10px; }
    .page .sec_page_news .to_list:before {
      content: "";
      display: block;
      background-image: url("../images/common/icon_tolist.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }

@media only screen and (max-width: 768px) {
  .page main {
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 80px; }
    .page main h2 {
      font-size: 1.375rem;
      margin-bottom: 30px;
      padding-left: 20px; }
    .page main h3 {
      font-size: 1.125rem;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 20px;
      margin-bottom: 30px; }
      .page main h3:before, .page main h3:after {
        width: 3px;
        height: 8px; }
      .page main h3:before {
        top: calc(50% - 8px); }
    .page main h4 {
      font-size: 1rem;
      padding-bottom: 8px;
      margin-bottom: 15px;
      line-height: 1.5; }
    .page main h5 {
      font-size: 0.9375rem;
      padding-bottom: 14px;
      line-height: 1.5; }
      .page main h5:before, .page main h5:after {
        width: 45px; }
      .page main h5:after {
        left: 45px; }
    .page main p {
      margin-bottom: 45px; }
    .page main ul {
      margin-top: 30px; }
      .page main ul li {
        line-height: 1.7;
        margin-bottom: 10px;
        padding-left: 1.6em;
        text-indent: -1.6em; }
    .page main ul.pentagon li {
      padding-left: 1em;
      text-indent: 0; }
    .page main .table_wrap {
      overflow: auto;
      white-space: nowrap; }
      .page main .table_wrap td, .page main .table_wrap th {
        text-indent: 0; }
    .page main .ul_link_file {
      display: block; }
      .page main .ul_link_file li {
        margin-bottom: 20px; }
    .page main .contact_section {
      margin-top: 45px;
      padding: 23px; }
      .page main .contact_section .title {
        font-size: 0.8125rem; }
      .page main .contact_section .contact_section_inner {
        padding-left: 0;
        border-left: none; }
      .page main .contact_section .section_name {
        font-size: 1rem;
        margin-bottom: 15px; }
        .page main .contact_section .section_name .sm {
          font-size: 0.6875rem; }
      .page main .contact_section .telfax span {
        display: block;
        font-size: 0.6875rem;
        margin-bottom: 10px; }
    .page main .link_buttons {
      display: block; }
      .page main .link_buttons div {
        max-width: 100%; }
    .page main .get_reader {
      padding: 20px;
      line-height: 1.5; }
      .page main .get_reader img {
        position: static;
        transform: none;
        display: block;
        margin-bottom: 10px; }
    .page main .sns ul li {
      margin-right: 0;
      padding-left: 0;
      text-indent: 0; }
      .page main .sns ul li a img {
        width: 100%; }
      .page main .sns ul li:not(:last-child) {
        margin-right: 20px; }
  .page .main_visual {
    padding-right: 8%;
    padding-left: 8%;
    height: 314px; }
    .page .main_visual .inner {
      max-width: 84%;
      width: 84%; }
      .page .main_visual .inner .page_title {
        font-size: 1.625rem; }
        .page .main_visual .inner .page_title .en {
          font-size: 0.8125rem; }
  .page .file_list ul {
    display: block;
    margin-bottom: 50px; }
    .page .file_list ul li {
      padding-left: 45px;
      text-indent: 0;
      margin-bottom: 25px; }
  .page .adobe_reader {
    padding: 25px 33px;
    line-height: 1.4; }
    .page .adobe_reader img {
      position: static;
      transform: none;
      display: block;
      margin-bottom: 20px; } }
/* bread Crumb */
.breadcrumb {
  background-color: #f2f2f2;
  padding: 12px 0; }
  .breadcrumb ul li {
    font-size: 0.875rem;
    display: inline;
    position: relative; }
    .breadcrumb ul li:first-child {
      padding-left: 20px; }
      .breadcrumb ul li:first-child:before {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url("../images/common/icon_home.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0px;
        top: -3px; }
    .breadcrumb ul li:not(:last-child):after {
      content: "";
      display: inline-block;
      width: 8px;
      height: 9px;
      background-image: url("../images/common/icon_arrow_r_grey.png");
      background-size: contain;
      background-repeat: no-repeat;
      margin: 0 10px; }
    .breadcrumb ul li a:hover {
      text-decoration: underline; }

.page_main_top {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px; }
  .page_main_top .read img {
    width: 124px; }
  .page_main_top .print {
    border: 1px solid #b3b3b3;
    font-size: 0.875rem;
    padding: 20px 20px 20px 48px; }
    .page_main_top .print a {
      position: relative; }
      .page_main_top .print a:hover {
        text-decoration: underline; }
      .page_main_top .print a:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 27px;
        background-image: url("../images/common/icon_print.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -35px; }

@media only screen and (max-width: 768px) {
  .page_main_top {
    margin-top: 30px; }
    .page_main_top .read img {
      width: 93px; } }
/**
* 4.3 About TAKAKEI
* -----------------------------------------------------------------------------
*/
.page_about_takakei .main_visual {
  background-image: url("../images/about_takakei/main_visual.jpg"); }

/**
* 4.4 Faculty
* -----------------------------------------------------------------------------
*/
.page_faculty .main_visual {
  background-image: url("../images/faculty_keizai/main_visual.jpg"); }

.page_faculty main h3 {
  font-size: 1.375rem;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 25px;
  margin-bottom: 20px; }
  .page_faculty main h3:before, .page_faculty main h3:after {
    height: 11px; }
  .page_faculty main h3:before {
    top: calc(50% - 11px); }
.page_faculty main .activity .ul_faculty {
  margin-bottom: 40px; }

@media only screen and (max-width: 768px) {
  .page_faculty main h3 {
    font-size: 1.125rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.3; }
    .page_faculty main h3:before, .page_faculty main h3:after {
      height: 8px; }
    .page_faculty main h3:before {
      top: calc(50% - 8px); } }
.faculty_top {
  display: flex;
  margin-bottom: 57px; }
  /* Osa Change */
  /*.faculty_top .faculty_top_l {
    flex-basis: 37.5%; }*/
  .faculty_top .faculty_top_l {
    flex-basis: 37.5%;
    text-align:center;
    margin:0 auto; }
    .faculty_top .faculty_top_l img {
      width: 100%;
      margin-bottom: 0; }
    /* Osa Add */
    .faculty_top .faculty_top_l img.vertical {
      width: 50% ! important; }
  .faculty_top .faculty_top_r {
    flex-basis: 62.5%;
    padding-left: 3.88%;
    box-sizing: border-box; }
    .faculty_top .faculty_top_r .name {
      font-size: 1.75rem;
      font-weight: bold;
      position: relative;
      padding-left: 25px;
      margin-bottom: 35px; }
      .faculty_top .faculty_top_r .name .sm {
        font-size: 1.125rem;
        margin-left: 15px; }
      .faculty_top .faculty_top_r .name .kana {
        font-size: 0.875rem;
        color: #666;
        display: block;
        font-weight: normal;
        margin-top: 10px; }
      .faculty_top .faculty_top_r .name:before, .faculty_top .faculty_top_r .name:after {
        content: "";
        position: absolute;
        left: 0;
        width: 5px;
        height: 27px; }
      .faculty_top .faculty_top_r .name:before {
        top: calc(50% - 27px); }
      .faculty_top .faculty_top_r .name:after {
        top: 50%; }
    .faculty_top .faculty_top_r .gakubu_gakka {
      font-size: 1.165rem;
      font-weight: bold;
      padding-bottom: 28px;
      border-bottom: 1px solid #808080;
      margin-bottom: 18px; }
      .faculty_top .faculty_top_r .gakubu_gakka .gakubu {
        border-right: 1px solid #ccc;
        padding-right: 20px;
        margin-right: 15px; }
    .faculty_top .faculty_top_r .bunya {
      font-size: 0.875rem;
      line-height: 2.4; }
      .faculty_top .faculty_top_r .bunya .bold {
        font-weight: bold; }

@media only screen and (max-width: 768px) {
  .faculty_top {
    display: block;
    margin-bottom: 35px; }
    .faculty_top .faculty_top_l {
      margin-bottom: 40px; }
    .faculty_top .faculty_top_r {
      padding-left: 0; }
      .faculty_top .faculty_top_r .name {
        font-size: 1.625rem; }
        .faculty_top .faculty_top_r .name .sm {
          font-size: 1rem; }
        .faculty_top .faculty_top_r .name .kana {
          font-size: 0.75rem; }
      .faculty_top .faculty_top_r .gakubu_gakka {
        font-size: 1.0625rem; } }
.tb_faculty_wrap {
  border: 1px solid #808080;
  padding: 12px 18px;
  margin-bottom: 70px; }

.tb_faculty tr:not(:last-child) {
  border-bottom: 1px solid #808080; }
.tb_faculty th, .tb_faculty td {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 0.875rem;
  line-height: 1.7; }
.tb_faculty th {
  font-weight: bold;
  border-right: 1px solid #808080;
  text-align: left;
  width: 148px; }
  .tb_faculty th span {
    position: relative;
    padding-left: 25px; }
    .tb_faculty th span:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 3px;
      height: 12px; }
.tb_faculty td {
  padding-left: 35px; }
  .tb_faculty td ul {
    margin: 10px 0; }
    .tb_faculty td ul a:hover {
      text-decoration: underline; }
  .tb_faculty td .ul_flex {
    display: flex;
    flex-wrap: wrap; }
    .tb_faculty td .ul_flex li {
      flex-basis: 33%; }

.tb_activity tr th {
  padding-top: 24px;
  vertical-align: top; }

@media only screen and (max-width: 768px) {
  .tb_faculty tr {
    border: none !important; }
    .tb_faculty tr:last-child td {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .tb_faculty th, .tb_faculty td {
    display: block;
    width: 100%; }
  .tb_faculty th {
    border-right: none;
    padding: 0; }
    .tb_faculty th span {
      padding-left: 12px; }
      .tb_faculty th span:before {
        left: 0; }
  .tb_faculty td {
    padding: 5px 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #808080;
    font-size: 0.8125rem; }
    .tb_faculty td .ul_flex {
      display: block; }
      .tb_faculty td .ul_flex li {
        margin-bottom: 28px; } }
.ul_faculty {
  margin-top: 20px; }
  .ul_faculty li {
    font-size: 0.875rem;
    padding-left: 25px;
    text-indent: 0;
    line-height: 1.7;
    position: relative; }
    .ul_faculty li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 10px;
      width: 6px;
      height: 6px;
      background-size: contain;
      background-repeat: no-repeat; }

@media only screen and (max-width: 768px) {
  .ul_faculty li {
    text-indent: 0 !important; } }
.dl_faculty {
  margin-left: 10px;
  margin-bottom: 60px; }
  .dl_faculty dt, .dl_faculty dd {
    font-size: 0.875rem; }
  .dl_faculty dt {
    font-weight: bold;
    margin-bottom: 12px; }
  .dl_faculty dd {
    padding-left: 1em;
    margin-bottom: 20px;
    line-height: 1.7; }

.name_en {
  font-size: 1.75rem;
  margin-bottom: 35px; }

@media only screen and (max-width: 768px) {
  .name_en {
    font-size: 1.125rem; } }
/* faculty_keizai */
.page_faculty_keizai main h3 {
  background-color: #f2f4f7; }
  .page_faculty_keizai main h3:before {
    background-color: #374370; }
  .page_faculty_keizai main h3:after {
    background-color: #a1b1c8; }
.page_faculty_keizai .faculty_top .faculty_top_r .name:before {
  background-color: #374370; }
.page_faculty_keizai .faculty_top .faculty_top_r .name:after {
  background-color: #426392; }
.page_faculty_keizai .faculty_top .faculty_top_r .gakubu_gakka .gakubu {
  color: #426392; }
.page_faculty_keizai .tb_faculty th span:before {
  background-color: #426392; }
.page_faculty_keizai .dl_faculty dt .num {
  color: #374370; }
.page_faculty_keizai .ul_faculty li:before {
  background-image: url("../images/common/listmark1.png"); }

/* faculty_chiikiseisaku */
.page_faculty_chiikiseisaku main h3 {
  background-color: #fcf2ed; }
  .page_faculty_chiikiseisaku main h3:before {
    background-color: #d54c02; }
  .page_faculty_chiikiseisaku main h3:after {
    background-color: #eaa680; }
.page_faculty_chiikiseisaku .faculty_top .faculty_top_r .name:before {
  background-color: #d54c02; }
.page_faculty_chiikiseisaku .faculty_top .faculty_top_r .name:after {
  background-color: #e08300; }
.page_faculty_chiikiseisaku .faculty_top .faculty_top_r .gakubu_gakka .gakubu {
  color: #d54c02; }
.page_faculty_chiikiseisaku .tb_faculty th span:before {
  background-color: #d54c02; }
.page_faculty_chiikiseisaku .dl_faculty dt .num {
  color: #d54c02; }
.page_faculty_chiikiseisaku .ul_faculty li:before {
  background-image: url("../images/common/listmark2.png"); }

/* faculty_etc */
.page_faculty_etc main h3 {
  background-color: #d8ecd0; }
  .page_faculty_etc main h3:before {
    background-color: #00885b; }
  .page_faculty_etc main h3:after {
    background-color: #92bca7; }
.page_faculty_etc .faculty_top .faculty_top_r .name:before {
  background-color: #00885b; }
.page_faculty_etc .faculty_top .faculty_top_r .name:after {
  background-color: #92bca7; }
.page_faculty_etc .faculty_top .faculty_top_r .gakubu_gakka .gakubu {
  color: #00885b; }
.page_faculty_etc .tb_faculty th span:before {
  background-color: #00885b; }
.page_faculty_etc .dl_faculty dt .num {
  color: #00885b; }
.page_faculty_etc .ul_faculty li:before {
  background-image: url("../images/common/listmark4.png"); }

/**
* 4.5 Event calendar
* -----------------------------------------------------------------------------
*/
.page_event_calendar .main_visual {
  background-image: url("../images/event_calendar/main_visual.jpg"); }
.page_event_calendar .pager ul {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex; }
  .page_event_calendar .pager ul li {
    margin-right: 25px; }
    .page_event_calendar .pager ul li a {
      border: 1px solid #808080;
      color: #2e8752;
      display: block;
      width: 100%;
      height: 100%;
      padding: 24px 80px 24px 24px;
      box-sizing: border-box;
      position: relative; }
      .page_event_calendar .pager ul li a:before {
        content: "";
        position: absolute;
        right: 14px;
        width: 7px;
        height: 13px;
        background-image: url("../images/common/icon_arrow_r_g.png");
        background-size: contain;
        background-repeat: no-repeat; }

@media only screen and (max-width: 768px) {
  .page_event_calendar .pager ul {
    justify-content: space-between; }
    .page_event_calendar .pager ul li {
      padding-left: 0;
      text-indent: 0;
      width: 29.37%;
      margin-right: 0; }
      .page_event_calendar .pager ul li a {
        padding: 11px 15px; }
        .page_event_calendar .pager ul li a:before {
          top: 50%;
          transform: translateY(-50%); } }
.eventbox {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  position: relative; }
  .eventbox .eventbox_l {
    border-right: 1px solid #999999;
    padding-right: 3.7%;
    position: relative;
    flex-basis: 160px;
    box-sizing: border-box; }
    .eventbox .eventbox_l .date {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.875rem; }
  .eventbox .eventbox_r {
    padding-left: 3.7%;
    flex-basis: 100%;
    box-sizing: border-box;
    /* labels */ }
    .eventbox .eventbox_r .label {
      font-size: 0.625rem;
      color: #fff;
      width: 69px;
      text-align: center;
      display: block;
      padding: 5px 3px;
      box-sizing: border-box; }
    .eventbox .eventbox_r .label_info {
      background-color: #44a263; }
    .eventbox .eventbox_r .label_recruit {
      background-color: #924d87; }
    .eventbox .eventbox_r .label_entry {
      background-color: #9c6021; }
    .eventbox .eventbox_r .label_library {
      background-color: #5e7f82; }
    .eventbox .eventbox_r .label_event {
      background-color: #278aa3; }
    .eventbox .eventbox_r .label_notice {
      background-color: #d45c7a; }
    .eventbox .eventbox_r .label_prize {
      background-color: #ad9518; }
    .eventbox .eventbox_r .label_graduate {
      background-color: #455549; }
    .eventbox .eventbox_r .label_lecture {
      background-color: #4c6faf; }
    .eventbox .eventbox_r .label_international {
      background-color: #ec6856; }
    .eventbox .eventbox_r .label_study {
      background-color: #907c7d; }
    .eventbox .eventbox_r .label_important {
      background-color: #fcee21;
      color: #666; }
    .eventbox .eventbox_r .title {
      font-size: 1.125rem;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.7; }
    .eventbox .eventbox_r .location {
      font-size: 0.875rem;
      color: #808080; }
      .eventbox .eventbox_r .location:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        background-image: url("../images/common/listmark3.png");
        background-size: contain;
        background-repeat: no-repeat; }
  .eventbox .linkarea {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .eventbox .linkarea:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../images/common/icon_arrow_r_g.png");
      width: 9px;
      height: 19px;
      background-size: contain;
      background-repeat: no-repeat;
      transition: right .1s linear; }
    .eventbox .linkarea:hover:after {
      right: 15px; }

@media only screen and (max-width: 768px) {
  .eventbox {
    display: block; }
    .eventbox .eventbox_l {
      border-right: none; }
      .eventbox .eventbox_l .date {
        transform: none;
        position: static;
        font-size: 0.75rem; }
    .eventbox .eventbox_r {
      padding-left: 0; }
      .eventbox .eventbox_r .label {
        position: absolute;
        top: -4px;
        left: 100px; }
      .eventbox .eventbox_r .title {
        font-size: 1rem; }
    .eventbox .linkarea:after {
      bottom: 10px;
      top: auto;
      width: 7px;
      height: 13px;
      right: 10px; } }
/**
* 4.6 examinee
* -----------------------------------------------------------------------------
*/
.page_examinee .main_visual {
  background-image: url("../images/examinee/main_visual.jpg"); }
  .page_examinee .main_visual .inner {
    background: none; }
.page_examinee .page_title img {
  max-width: 792px;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .page_examinee .page_title {
    max-width: 282px;
    margin-left: auto;
    margin-right: auto; } }
/* リスト一覧ページ共通 */
ul.page_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.page_list li {
    flex-basis: 43%;
    margin-right: 7%;
    margin-bottom: 10px !important; }
    ul.page_list li a {
      border: 1px solid #999999;
      font-size: 0.9375rem;
      padding: 18px 48px 18px 20px;
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative; }
      ul.page_list li a:after {
        content: "";
        width: 27px;
        height: 13px;
        background-image: url("../images/common/icon_arrow_r_y.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: right .1s linear; }
      ul.page_list li a:hover:after {
        right: 15px !important; }
  ul.page_list li.external a:after {
    content: "";
    width: 17px;
    height: 13px;
    background-image: url("../images/common/icon_external.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: right .1s linear; }

@media only screen and (max-width: 768px) {
  .sec_page_list h5 {
    font-size: 0.9375rem; }
    .sec_page_list h5:after {
      width: calc(100% - 45px) !important; }
    .sec_page_list h5 .arrow {
      position: absolute;
      right: 20px;
      width: 13px;
      height: 6px;
      top: 10px;
      content: "";
      background-image: url("../images/common/icon_arrow_d_y.png");
      background-size: contain;
      background-repeat: no-repeat;
      transition: all .1s linear; }
  .sec_page_list h5.active .arrow {
    transform: rotate(180deg); }

  ul.page_list {
    display: block; }
    ul.page_list li {
      padding-left: 0 !important;
      text-indent: 0 !important;
      margin-right: 0 !important; }
      ul.page_list li a {
        font-size: 0.8125rem; } }
/**
* 4.7 Almnus
* -----------------------------------------------------------------------------
*/
.page_alumnus .main_visual {
  background-image: url("../images/alumnus/main_visual.jpg"); }

/**
* 4.8 News&Event
* -----------------------------------------------------------------------------
*/
/* 一覧 */
.page_news .subtitle {
  font-size: 1.75rem;
  background: none;
  padding-left: 0;
  font-weight: normal;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 10px;
  position: relative; }
  .page_news .subtitle:before, .page_news .subtitle:after {
    display: none; }
  .page_news .subtitle .to_calendar {
    border: 1px solid #2e8752;
    color: #2e8752;
    display: inline-block;
    padding: 12px 40px 12px 40px;
    position: absolute;
    font-size: 0.875rem;
    font-family: sans-serif;
    right: 0;
    top: 20px; }
    .page_news .subtitle .to_calendar:before {
      content: "";
      display: block;
      background-image: url("../images/common/icon_tolist.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
.page_news .list_cat {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px; }
  .page_news .list_cat li {
    width: 14%;
    display: inline-block;
    margin-bottom: 30px; }
    .page_news .list_cat li a {
      padding: 10px 20px;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      text-align: center;
      font-weight: normal; }
      .page_news .list_cat li a:hover {
        color: #fff; }
    .page_news .list_cat li .label_all:hover {
      background-color: #000; }
    .page_news .list_cat li .label_info:hover {
      background-color: #44a263; }
    .page_news .list_cat li .label_recruit:hover {
      background-color: #924d87; }
    .page_news .list_cat li .label_entry:hover {
      background-color: #9c6021; }
    .page_news .list_cat li .label_library:hover {
      background-color: #5e7f82; }
    .page_news .list_cat li .label_event:hover {
      background-color: #278aa3; }
    .page_news .list_cat li .label_notice:hover {
      background-color: #d45c7a; }
    .page_news .list_cat li .label_prize:hover {
      background-color: #ad9518; }
    .page_news .list_cat li .label_graduate:hover {
      background-color: #455549; }
    .page_news .list_cat li .label_lecture:hover {
      background-color: #4c6faf; }
    .page_news .list_cat li .label_international:hover {
      background-color: #ec6856; }
    .page_news .list_cat li .label_study:hover {
      background-color: #907c7d; }
    .page_news .list_cat li .label_important:hover {
      background-color: #fcee21;
      color: #666; }
.page_news .tb_news_list tr:nth-child(2n-1) th, .page_news .tb_news_list tr:nth-child(2n-1) td {
  padding-top: 40px; }
.page_news .tb_news_list tr:nth-child(2n) {
  border-bottom: 1px solid #b3b3b3; }
  .page_news .tb_news_list tr:nth-child(2n) td, .page_news .tb_news_list tr:nth-child(2n) th {
    padding-bottom: 30px;
    padding-top: 10px; }
.page_news .tb_news_list th, .page_news .tb_news_list td {
  padding-top: 5px;
  padding-bottom: 5px; }
.page_news .tb_news_list th {
  color: #666;
  font-size: 0.875rem;
  text-align: left;
  width: 135px; }
.page_news .tb_news_list td {
  font-size: 0.875rem; }
  .page_news .tb_news_list td span {
    font-size: 0.6875rem;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 68px;
    display: inline-block;
    text-align: center;
    margin-right: 15px; }
  .page_news .tb_news_list td .all {
    background-color: #000; }
  .page_news .tb_news_list td .info {
    background-color: #44a263; }
  .page_news .tb_news_list td .event {
    background-color: #278aa3; }
  .page_news .tb_news_list td .lecture {
    background-color: #4c6faf; }
  .page_news .tb_news_list td .recruit {
    background-color: #924d87; }
  .page_news .tb_news_list td .international {
    background-color: #ec6856; }
  .page_news .tb_news_list td .entry {
    background-color: #9c6021; }
  .page_news .tb_news_list td .prize {
    background-color: #ad9518; }
  .page_news .tb_news_list td .study {
    background-color: #907c7d; }
  .page_news .tb_news_list td .library {
    background-color: #5e7f82; }
  .page_news .tb_news_list td .graduate {
    background-color: #455549; }
  .page_news .tb_news_list td .notice {
    background-color: #d45c7a; }
  .page_news .tb_news_list td a:hover {
    text-decoration: underline; }
.page_news .pager {
  margin-top: 60px;
  text-align: center; }
  .page_news .pager span {
    font-weight: bold;
    display: inline-block;
    margin: 0 10px; }
    .page_news .pager span a:hover {
      text-decoration: underline; }
  .page_news .pager .current {
    background-color: #2e8752;
    padding: 4px 7px;
    color: #fff; }
  .page_news .pager .prev,
  .page_news .pager .next {
    background-color: #eaf3ee;
    width: 31px;
    height: 31px;
    display: inline-block;
    position: relative;
    transform: translateY(8px); }
    .page_news .pager .prev:before,
    .page_news .pager .next:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../images/common/icon_arrow_r_g.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 7px;
      height: 14px; }
    .page_news .pager .prev a,
    .page_news .pager .next a {
      display: block;
      width: 100%;
      height: 100%; }
  .page_news .pager .prev:before {
    transform: translateY(-50%) rotate(180deg); }

@media only screen and (max-width: 768px) {
  .page_news .subtitle {
    font-size: 1.25rem;
    padding-bottom: 20px; }
    .page_news .subtitle .to_calendar {
      font-size: 0.6875rem;
      top: 0;
      padding: 10px 20px 10px 30px; }
      .page_news .subtitle .to_calendar:before {
        width: 10px;
        height: 10px; }
  .page_news .list_cat li {
    width: 48%;
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 20px; }
    .page_news .list_cat li a {
      font-size: 0.8125rem; }
  .page_news .tb_news_list tr:nth-child(2n-1) th, .page_news .tb_news_list tr:nth-child(2n-1) td {
    padding-top: 20px; }
  .page_news .tb_news_list tr:nth-child(2n) td, .page_news .tb_news_list tr:nth-child(2n) th {
    padding-bottom: 20px; }
  .page_news .tb_news_list th {
    width: 110px;
    font-size: 0.75rem; }
  .page_news .tb_news_list td {
    line-height: 1.7;
    font-size: 0.8125rem; }
    .page_news .tb_news_list td span {
      font-size: 0.625rem; } }
/* 共通 */
.page_news .main_visual {
  background-image: url("../images/news/main_visual.jpg"); }
.page_news .news_title {
  font-size: 1.875rem; }
.page_news .date_cat .date {
  font-size: 0.8125rem; }
.page_news .date_cat .cat {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.625rem;
  color: #fff;
  margin-left: 20px; }
.page_news .date_cat .cat_info {
  background-color: #2d8752; }
.page_news .contents {
  margin-top: 50px; }
  .page_news .contents p {
    margin-bottom: 30px; }
  .page_news .contents .ul_news li > p {
    margin-top: 20px;
    margin-left: 1.5em;
    font-weight: normal; }
  .page_news .contents .news_contact {
    background-color: #f5f9f6;
    padding: 25px 33px 35px 33px;
    margin-top: 25px;
    max-width: 478px; }
    .page_news .contents .news_contact h3 {
      font-size: 0.875rem;
      font-weight: bold;
      border-left: 3px solid #2e8752;
      font-family: sans-serif;
      background: none;
      padding: 10px;
      margin-bottom: 20px; }
      .page_news .contents .news_contact h3:after, .page_news .contents .news_contact h3:before {
        display: none; }
    .page_news .contents .news_contact p {
      font-weight: normal; }
      .page_news .contents .news_contact p:last-of-type {
        margin-bottom: 0; }
  .page_news .contents .pager {
    text-align: center; }
    .page_news .contents .pager .to_list {
      font-size: 1.1875rem;
      color: #2e8752;
      height: 31px;
      display: inline-block;
      margin: 0 30px; }
    .page_news .contents .pager .prev,
    .page_news .contents .pager .next {
      background-color: #eaf3ee;
      width: 31px;
      height: 31px;
      display: inline-block;
      position: relative;
      transform: translateY(6px); }
      .page_news .contents .pager .prev:before,
      .page_news .contents .pager .next:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("../images/common/icon_arrow_r_g.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 7px;
        height: 14px; }
    .page_news .contents .pager .prev:before {
      transform: translateY(-50%) rotate(180deg); }
  .page_news .contents .green {
    color: #2e8752; }
  .page_news .contents .lg {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 15px; }

@media only screen and (max-width: 768px) {
  .page_news .news_title {
    font-size: 1.4375rem;
    line-height: 1.3; }
  .page_news .contents {
    margin-top: 40px; }
    .page_news .contents .ul_news li > p {
      text-indent: 0;
      font-size: 0.75rem;
      margin-left: 0;
      margin-top: 10px; }
    .page_news .contents .news_contact {
      padding: 20px;
      margin-left: -8%;
      margin-top: 15px; }
      .page_news .contents .news_contact h3 {
        text-indent: 0;
        font-size: 0.8125rem;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1.3;
        margin-bottom: 15px; }
      .page_news .contents .news_contact p {
        text-indent: 0;
        font-size: 0.75rem; }
    .page_news .contents .table_wrap {
      overflow: auto;
      white-space: nowrap; }
      .page_news .contents .table_wrap td, .page_news .contents .table_wrap th {
        text-indent: 0; }
  .page_news .sns ul {
    margin-top: 40px;
    margin-bottom: 60px; }
    .page_news .sns ul li {
      padding-left: 0;
      text-indent: 0;
      margin-right: 0; }
      .page_news .sns ul li a img {
        width: 100%; }
      .page_news .sns ul li:not(:last-child) {
        margin-right: 20px; } }
/**
* 4.9 Leaf Page Sample
* -----------------------------------------------------------------------------
*/
.page_leafpage_sample .main_visual {
  background-image: url("../images/leafpage_sample/main_visual.jpg"); }

/**
* 5.0 Footer
* -----------------------------------------------------------------------------
*/
footer {
  background-color: #041c07;
  color: #fff;
  padding-top: 50px;
  position: relative; }
  footer .logo_footer {
    max-width: 170px;
    width: 100%; }
  footer .logo_area {
    margin-bottom: 30px; }
  footer .icon_twitter {
    max-width: 27px;
    width: 100%;
    vertical-align: super;
    margin-left: 40px; }
  footer .inner {
    display: flex;
    padding-bottom: 50px; }
  footer .footer_l {
    font-size: 0.625rem;
    line-height: 2;
    width: 23%; }
  footer .footer_r {
    width: 77%;
    padding-left: 48px;
    box-sizing: border-box; }
    footer .footer_r .nav_footer1 {
      margin-bottom: 50px;
      margin-top: 30px; }
      footer .footer_r .nav_footer1 ul li {
        display: inline; }
        footer .footer_r .nav_footer1 ul li a {
          font-size: 0.875rem;
          text-decoration: underline;
          margin-right: 20px; }
          footer .footer_r .nav_footer1 ul li a:hover {
            text-decoration: none; }
          footer .footer_r .nav_footer1 ul li a:before {
            content: "";
            display: inline-block;
            background-image: url("../images/common/icon_arrow_r_w.png");
            width: 5px;
            height: 10px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 5px; }
    footer .footer_r .nav_footer2 {
      text-align: right; }
      footer .footer_r .nav_footer2 ul li {
        display: inline-block;
        margin-right: 20px;
        position: relative; }
        footer .footer_r .nav_footer2 ul li a {
          display: block;
          width: 194px;
          background-color: #2e8752;
          text-align: center;
          padding: 15px 0 20px 0;
          font-size: 1rem; }
          footer .footer_r .nav_footer2 ul li a:before {
            content: "";
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            margin-right: 10px;
            width: 18px;
            height: 22px;
            transform: translateY(6px); }
      footer .footer_r .nav_footer2 ul .li_access a:before {
        background-image: url("../images/common/icon_access_w.png"); }
      footer .footer_r .nav_footer2 ul .li_material a:before {
        background-image: url("../images/common/icon_material_w.png"); }
      footer .footer_r .nav_footer2 ul .li_contact a:before {
        background-image: url("../images/common/icon_contact_w.png"); }

@media only screen and (max-width: 768px) {
  footer .inner {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 0; }
  footer .footer_l {
    width: 100%;
    font-size: 0.8125rem;
    padding-left: 7.97%;
    padding-right: 7.97%;
    box-sizing: border-box; }
  footer .footer_r {
    width: 100%;
    padding-left: 0; }
    footer .footer_r .nav_footer1 {
      padding-left: 7.97%;
      padding-right: 7.97%;
      box-sizing: border-box; }
      footer .footer_r .nav_footer1 ul li {
        display: block;
        margin-bottom: 10px; }
        footer .footer_r .nav_footer1 ul li a {
          font-size: 0.8125rem; }
    footer .footer_r .nav_footer2 ul {
      display: flex; }
      footer .footer_r .nav_footer2 ul li {
        width: 100%;
        margin-right: 0; }
        footer .footer_r .nav_footer2 ul li:nth-child(2):before, footer .footer_r .nav_footer2 ul li:nth-child(2):after {
          content: "";
          background: #fff;
          height: 50%;
          width: 1px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        footer .footer_r .nav_footer2 ul li:nth-child(2):before {
          left: 0; }
        footer .footer_r .nav_footer2 ul li:nth-child(2):after {
          right: 0; }
        footer .footer_r .nav_footer2 ul li a {
          width: 100%;
          font-size: 0.875rem; }
          footer .footer_r .nav_footer2 ul li a:before {
            display: block;
            transform: none;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 5px; } }
.totop {
  position: absolute;
  top: 0;
  right: 200px;
  background-color: #f7f8fa;
  padding: 10px 40px 10px 30px;
  color: #041c07;
  font-size: 0.9375rem; }
  .totop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-image: url("../images/common/icon_arrow_t_g.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 6px; }

@media only screen and (max-width: 768px) {
  .totop {
    right: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.6975rem;
    padding-top: 20px; }
    .totop:after {
      right: 0;
      left: 0;
      top: 10px;
      margin-left: auto;
      margin-right: auto; } }
.copyright {
  background-color: #2e8752;
  text-align: center;
  font-size: 0.625rem;
  padding: 10px 0; }

@media only screen and (max-width: 768px) {
  .copyright {
    background-color: #041c07;
    padding: 20px 0; } }

/*# sourceMappingURL=style.css.map */
