@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%; }

.campusguide_page .class_ul .fukidasi_image_li .fukidashi {
  position: relative; }
  .campusguide_page .class_ul .fukidasi_image_li .fukidashi::before, .campusguide_page .class_ul .fukidasi_image_li .fukidashi::after {
    content: '';
    position: absolute;
    border: 9px solid transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .campusguide_page .class_ul .fukidasi_image_li .fukidashi::before {
    border-top: 9px solid #000E80; }
  .campusguide_page .class_ul .fukidasi_image_li .fukidashi::after {
    margin-top: -3px;
    border-top: 9px solid #fff; }

/* オレンジ・グレーのtable */
.information_page .orange_gray_table {
  margin-top: 2em;
  margin-bottom: 2em;
  border-spacing: 0 4px;
  border-collapse: separate; }
  @media only screen and (max-width: 600px) {
    .information_page .orange_gray_table {
      border-spacing: 0 0; } }
  .information_page .orange_gray_table .orange {
    padding: 12px 30px;
    min-width: 160px;
    font-weight: 600;
    background-color: #FFE8CC;
    border-radius: 10px 0 0 10px;
    border-right: 4px solid #fff;
    line-height: 2;
    vertical-align: middle; }
    @media only screen and (max-width: 600px) {
      .information_page .orange_gray_table .orange {
        display: block;
        min-width: auto;
        padding: 12px 12px;
        border-radius: 10px 10px 0 0;
        border-right: 0; } }
  .information_page .orange_gray_table .gray {
    padding: 12px 30px;
    min-width: 300px;
    background-color: #FAFAFA;
    border-radius: 0 10px 10px 0;
    line-height: 2; }
    @media only screen and (max-width: 600px) {
      .information_page .orange_gray_table .gray {
        display: block;
        min-width: auto;
        margin-top: 3px;
        margin-bottom: 10px;
        padding: 12px 12px;
        border-radius: 0 0 10px 10px; } }

/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
.campusguide_page .class_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px 4%;
  margin-top: 90px; }
  @media only screen and (max-width: 1100px) {
    .campusguide_page .class_ul {
      gap: 90px 5%; } }
  @media only screen and (max-width: 800px) {
    .campusguide_page .class_ul {
      gap: 90px 6%; } }
  @media only screen and (max-width: 600px) {
    .campusguide_page .class_ul {
      gap: 50px 0;
      max-width: 350px;
      margin: 80px auto 0; } }
  .campusguide_page .class_ul .fukidasi_image_li {
    width: 22%; }
    @media only screen and (max-width: 1100px) {
      .campusguide_page .class_ul .fukidasi_image_li {
        width: 30%; } }
    @media only screen and (max-width: 800px) {
      .campusguide_page .class_ul .fukidasi_image_li {
        width: 47%; } }
    @media only screen and (max-width: 600px) {
      .campusguide_page .class_ul .fukidasi_image_li {
        width: 100%; } }
    .campusguide_page .class_ul .fukidasi_image_li .fukidashi {
      letter-spacing: 0.05em;
      padding: 9px 0 10px;
      font-weight: 600;
      color: #FF8C00;
      border: 2px solid #FF8C00;
      border-radius: 10px;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .campusguide_page .class_ul .fukidasi_image_li .fukidashi {
          font-size: 18px; } }
      .campusguide_page .class_ul .fukidasi_image_li .fukidashi::before, .campusguide_page .class_ul .fukidasi_image_li .fukidashi::after {
        border: 8px solid transparent; }
      .campusguide_page .class_ul .fukidasi_image_li .fukidashi::before {
        border-top: 8px solid #FF8C00; }
      .campusguide_page .class_ul .fukidasi_image_li .fukidashi::after {
        margin-top: -3px;
        border-top: 8px solid #fff; }
    .campusguide_page .class_ul .fukidasi_image_li .exp {
      margin-top: 11px;
      font-weight: 600;
      font-size: 14px;
      line-height: 2.3; }
      @media only screen and (max-width: 600px) {
        .campusguide_page .class_ul .fukidasi_image_li .exp {
          margin-top: 15px; } }
  .campusguide_page .class_ul .photo_wrap {
    position: relative;
    margin-top: 20px; }
    .campusguide_page .class_ul .photo_wrap .place {
      position: absolute;
      background-color: #FF8C00;
      color: #fff;
      font-weight: 600;
      font-size: 14px;
      padding: 8px 12px;
      border-radius: 10px 0 10px 0; }
    .campusguide_page .class_ul .photo_wrap .class_photo {
      border-radius: 10px; }

/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
.section_index {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px; }

/* 大学案内ページ */
.university_page {
  max-width: 930px;
  width: 84%;
  margin: auto;
  padding-bottom: 150px; }

/* 学長メッセージ */
.president_page .catchcopy_area_pc {
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .president_page .catchcopy_area_pc {
      display: none; } }

.president_page .catchcopy_area_sp {
  display: none;
  margin-top: 60px; }
  @media only screen and (max-width: 600px) {
    .president_page .catchcopy_area_sp {
      display: block; } }
  .president_page .catchcopy_area_sp .president_sp_img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 315px;
    border-radius: 10px; }
  .president_page .catchcopy_area_sp .message_sp {
    display: block;
    margin: 30px auto 0;
    max-width: 315px;
    width: 100%; }
  .president_page .catchcopy_area_sp .sign_area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .president_page .catchcopy_area_sp .gakucho {
    position: relative;
    top: 5px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px; }
  .president_page .catchcopy_area_sp .sign_sp {
    width: 140px; }

.president_page .main_meesage_area {
  margin-top: 100px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 2.4; }
  @media only screen and (max-width: 900px) {
    .president_page .main_meesage_area {
      margin-top: 60px;
      font-size: 16px; } }
  @media only screen and (max-width: 600px) {
    .president_page .main_meesage_area {
      font-size: 14px;
      font-weight: 500; } }

.president_page .career_area {
  margin-top: 100px;
  margin-bottom: 200px;
  padding: 55px 60px;
  background-color: #FAFAFA;
  border-radius: 30px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 1000px) {
    .president_page .career_area {
      padding: 40px 35px; } }
  @media only screen and (max-width: 600px) {
    .president_page .career_area {
      margin-bottom: 150px;
      padding: 0;
      background-color: #fff; } }

.president_page .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 900px) {
    .president_page .flex_area {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.president_page .president_img {
  width: 190px;
  margin-left: 50px;
  border-radius: 10px; }
  @media only screen and (max-width: 1000px) {
    .president_page .president_img {
      margin-left: 30px; } }
  @media only screen and (max-width: 400px) {
    .president_page .president_img {
      width: 134px; } }

.president_page .ja_name {
  font-size: 20px;
  font-weight: 600; }
  @media only screen and (max-width: 600px) {
    .president_page .ja_name {
      font-size: 18px; } }

.president_page .en_name {
  font-size: 20px;
  font-weight: 600;
  color: #FFE8CC;
  margin-left: 1em; }
  @media only screen and (max-width: 800px) {
    .president_page .en_name {
      display: block;
      margin-left: 0;
      margin-top: 10px;
      line-height: 1.5; } }
  @media only screen and (max-width: 600px) {
    .president_page .en_name {
      font-size: 16px; } }

.president_page .bunya_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  line-height: 1.5; }
  @media only screen and (max-width: 1000px) {
    .president_page .bunya_area {
      display: block; } }
  @media only screen and (max-width: 600px) {
    .president_page .bunya_area {
      font-size: 13px;
      margin-top: 20px; } }
  .president_page .bunya_area .bunya_index {
    font-weight: 600; }
  .president_page .bunya_area .bunya_detail {
    margin-left: 2em; }
    @media only screen and (max-width: 1000px) {
      .president_page .bunya_area .bunya_detail {
        margin-left: 0; } }

.president_page .career_detail {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 2.3; }
  @media only screen and (max-width: 900px) {
    .president_page .career_detail.pc {
      display: none; } }
  .president_page .career_detail.sp {
    display: none;
    margin-top: 20px;
    font-weight: 500; }
    @media only screen and (max-width: 900px) {
      .president_page .career_detail.sp {
        display: block; } }

/* 建学の精神・教育目標 */
.policy_page .policy_section {
  margin-top: 60px; }

.policy_page .policy_area {
  background-color: #FAFAFA;
  margin-top: 50px;
  padding: 50px 0;
  border-radius: 30px; }
  @media only screen and (max-width: 700px) {
    .policy_page .policy_area {
      padding: 30px 15px;
      border-radius: 15px; } }
  @media only screen and (max-width: 500px) {
    .policy_page .policy_area {
      margin-top: 30px; } }

.policy_page .policy_message {
  text-align: center;
  color: #FF8C00;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 1.5; }
  .policy_page .policy_message .sp_br {
    display: none; }
    @media only screen and (max-width: 700px) {
      .policy_page .policy_message .sp_br {
        display: block; } }
  @media only screen and (max-width: 700px) {
    .policy_page .policy_message {
      font-size: 28px;
      letter-spacing: 2px; } }
  @media only screen and (max-width: 500px) {
    .policy_page .policy_message {
      font-size: 24px; } }

.policy_page .goals_section {
  margin-top: 150px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 500px) {
    .policy_page .goals_section {
      margin-top: 100px; } }

.policy_page .goals_image {
  display: block;
  max-width: 454px;
  width: 100%;
  margin: 30px auto 0; }

.policy_page .detail_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 28px;
  margin-top: 50px; }
  @media only screen and (max-width: 800px) {
    .policy_page .detail_area {
      display: block; } }
  .policy_page .detail_area .detail_text {
    text-align: center;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 3px; }
    @media only screen and (max-width: 800px) {
      .policy_page .detail_area .detail_text {
        letter-spacing: 0.9px; } }
    @media only screen and (max-width: 500px) {
      .policy_page .detail_area .detail_text {
        line-height: 1.6;
        letter-spacing: 0; } }
  .policy_page .detail_area .sp_br {
    display: none; }
    @media only screen and (max-width: 500px) {
      .policy_page .detail_area .sp_br {
        display: block; } }
  @media only screen and (max-width: 500px) {
    .policy_page .detail_area .first_text {
      margin-bottom: 1rem; } }
  .policy_page .detail_area .left_text {
    color: #FF8C00; }
  @media only screen and (max-width: 800px) {
    .policy_page .detail_area .sign_image {
      display: block;
      margin: 20px auto; } }
  .policy_page .detail_area .right_text {
    color: #000E80;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 800px) {
      .policy_page .detail_area .right_text {
        letter-spacing: 0.9px; } }
    @media only screen and (max-width: 500px) {
      .policy_page .detail_area .right_text {
        letter-spacing: 0;
        white-space: nowrap; } }

/* 沿革 */
.history_page .history_ul {
  margin-top: 80px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 500px) {
    .history_page .history_ul {
      margin-top: 30px;
      margin-bottom: 100px; } }

.history_page .history_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 600;
  letter-spacing: 0.9px; }
  .history_page .history_li:last-of-type {
    border-bottom: 0; }
  @media only screen and (max-width: 500px) {
    .history_page .history_li {
      display: block; } }

.history_page .year_month {
  width: 30%;
  padding-left: 50px; }
  @media only screen and (max-width: 800px) {
    .history_page .year_month {
      padding-left: 20px; } }
  @media only screen and (max-width: 500px) {
    .history_page .year_month {
      width: 100%;
      padding-left: 0; } }

.history_page .history_text {
  width: 70%;
  line-height: 1.9; }
  @media only screen and (max-width: 500px) {
    .history_page .history_text {
      width: 100%;
      font-size: 14px;
      margin-top: 1rem;
      font-weight: 500; } }

/* 組織図 */
.organization_page {
  margin-bottom: 150px; }
  .organization_page .organization_image {
    display: block;
    margin-top: 50px; }

/* 交通アクセス */
.access_page .text {
  line-height: 2; }

.access_page .external_link {
  color: #FF8C00;
  text-decoration: underline; }

.access_page .hakusan_campus_section {
  margin-top: 60px; }
  .access_page .hakusan_campus_section .exp {
    margin-top: 50px; }
    @media only screen and (max-width: 500px) {
      .access_page .hakusan_campus_section .exp {
        margin-top: 30px;
        font-size: 14px; } }

.access_page .google_map_iframe {
  margin-top: 30px;
  width: 100%;
  height: 450px; }

.access_page .public_transport_section {
  margin-top: 150px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 600px) {
    .access_page .public_transport_section {
      margin-top: 100px;
      margin-bottom: 100px; } }

.access_page .sp_br {
  display: none; }
  @media only screen and (max-width: 600px) {
    .access_page .sp_br {
      display: block; } }

.access_page .jr_section {
  margin-top: 80px; }
  @media only screen and (max-width: 600px) {
    .access_page .jr_section {
      margin-top: 50px; } }
  @media only screen and (max-width: 600px) {
    .access_page .jr_section .text {
      font-size: 14px;
      line-height: 2.3; } }
  .access_page .jr_section .sp_br {
    display: none; }
    @media only screen and (max-width: 600px) {
      .access_page .jr_section .sp_br {
        display: block; } }

.access_page .jr_access_img {
  display: block;
  margin: 50px auto;
  max-width: 800px;
  width: 100%; }

.access_page .bus_section {
  margin-top: 155px; }
  @media only screen and (max-width: 600px) {
    .access_page .bus_section {
      margin-top: 80px; } }
  @media only screen and (max-width: 600px) {
    .access_page .bus_section .text {
      font-size: 14px;
      line-height: 2.3; } }

.access_page .car_section {
  margin-bottom: 150px; }
  .access_page .car_section .text {
    margin-top: 46px; }
    @media only screen and (max-width: 600px) {
      .access_page .car_section .text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 2.3; } }
  .access_page .car_section .bold {
    font-weight: 600; }

.access_page .car_access_img {
  display: block;
  margin: 30px auto 0;
  max-width: 800px;
  width: 100%; }

/* キャンパスガイド */
.campusguide_page {
  /* 周辺ガイド */
  /* イオンモール白山（PC版） */ }
  .campusguide_page .main_img {
    display: block;
    margin: 60px auto 0;
    max-width: 764px;
    width: 100%; }
  .campusguide_page .around_guide_section {
    margin-top: 150px; }
    @media only screen and (max-width: 600px) {
      .campusguide_page .around_guide_section {
        margin-top: 100px; } }
  .campusguide_page .around_map {
    display: block;
    margin: 50px auto 0;
    width: 100%;
    max-width: 960px; }
    @media only screen and (max-width: 600px) {
      .campusguide_page .around_map {
        margin: 40px auto 0; } }
  .campusguide_page .map_message {
    margin-top: 24px;
    font-weight: 600;
    line-height: 2;
    text-align: center; }
    @media only screen and (max-width: 1100px) {
      .campusguide_page .map_message {
        text-align: left; } }
    @media only screen and (max-width: 500px) {
      .campusguide_page .map_message {
        font-size: 14px;
        line-height: 2.3; } }
  .campusguide_page .aeon_mall_area_pc {
    position: relative;
    background-color: #F5F6F8;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 150px;
    padding: 50px 0; }
    @media only screen and (max-width: 800px) {
      .campusguide_page .aeon_mall_area_pc {
        display: none; } }
    .campusguide_page .aeon_mall_area_pc::before {
      content: "";
      position: absolute;
      top: -55px;
      left: 50%;
      margin-left: -25px;
      border: 25px solid transparent;
      border-bottom: 30px solid #F5F6F8; }
    .campusguide_page .aeon_mall_area_pc .aeon_mall_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 1000px;
      padding: 0 30px;
      margin: auto; }
    .campusguide_page .aeon_mall_area_pc .photo_area {
      width: 50%; }
    .campusguide_page .aeon_mall_area_pc .aeon_main_photo {
      border-radius: 10px; }
    .campusguide_page .aeon_mall_area_pc .aron_inner_photo_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 15px; }
    .campusguide_page .aeon_mall_area_pc .aeon_sub_photo {
      width: 31%;
      border-radius: 10px; }
    .campusguide_page .aeon_mall_area_pc .text_area {
      width: 44.6%; }
      .campusguide_page .aeon_mall_area_pc .text_area .bold {
        font-weight: 600;
        line-height: 2; }
      .campusguide_page .aeon_mall_area_pc .text_area .aeon_mall_hakusan {
        margin-top: 12px;
        color: #FF8C00;
        font-weight: 600;
        font-size: 40px; }
        @media only screen and (max-width: 900px) {
          .campusguide_page .aeon_mall_area_pc .text_area .aeon_mall_hakusan {
            font-size: 35px; } }
    .campusguide_page .aeon_mall_area_pc .walk_time_img {
      width: 294px;
      margin-top: 15px; }
    .campusguide_page .aeon_mall_area_pc .exp {
      margin-top: 11px;
      font-size: 14px;
      line-height: 2.3; }

/* イオンモール白山（SP版） */
.aeon_mall_area_sp {
  display: none;
  position: relative;
  background-color: #F5F6F8;
  border-radius: 30px;
  margin: 50px auto 150px;
  padding: 40px 30px 40px 30px;
  max-width: 600px; }
  @media only screen and (max-width: 800px) {
    .aeon_mall_area_sp {
      display: block; } }
  .aeon_mall_area_sp::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -25px;
    border: 25px solid transparent;
    border-bottom: 30px solid #F5F6F8; }
  .aeon_mall_area_sp .bold_text {
    font-weight: 600;
    line-height: 2;
    text-align: center; }
  .aeon_mall_area_sp .aeon_mall_hakusan {
    margin-top: 20px;
    color: #FF8C00;
    font-weight: 600;
    font-size: 32px;
    text-align: center; }
  .aeon_mall_area_sp .walk_time_img {
    display: block;
    max-width: 294px;
    width: 100%;
    margin: 20px auto 0; }
  .aeon_mall_area_sp .aron_photo_slide {
    margin-top: 40px; }
    .aeon_mall_area_sp .aron_photo_slide img {
      border-radius: 10px; }
    .aeon_mall_area_sp .aron_photo_slide .slick-dots {
      bottom: -40px; }
    .aeon_mall_area_sp .aron_photo_slide .slick-dots li button:before {
      border: 1px solid #FF8C00; }
    .aeon_mall_area_sp .aron_photo_slide .slick-dots li.slick-active button:before {
      background-color: #FF8C00; }
  .aeon_mall_area_sp .exp {
    margin-top: 60px;
    font-size: 12px;
    line-height: 2.3; }

/* 情報公開 */
.information_page {
  margin-bottom: 150px; }
  .information_page .orange_gray_table {
    margin-top: 40px; }
    .information_page .orange_gray_table .orange {
      text-align: left; }
  .information_page .section_margin {
    margin-top: 120px; }
    @media only screen and (max-width: 500px) {
      .information_page .section_margin {
        margin-top: 100px; } }
  .information_page .pdf_message {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 2;
    letter-spacing: 0.9; }
  .information_page .pdf_li {
    margin-bottom: 1em;
    line-height: 1.5; }
  .information_page .pdf_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF8C00;
    text-decoration: underline; }
  .information_page .file_icon {
    width: 16px;
    margin-right: 5px; }
  .information_page .one_section {
    margin-top: 5rem; }
  .information_page .one_section_index {
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px; }

/* キャンパスガイド　ボタン */
.btn_campusguide_page {
	display: inline-block;
	color: #FF8C00;
    text-decoration: underline;
	background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
	border-radius: 9999px;
    box-shadow: none;
	font-size: 1.125em;
	margin: 2em auto 0;
}
.camera_wrap {
	text-align: center;
	width: 100%;
}