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

/* オレンジ・グレーのtable */
.orange_gray_table {
  margin-top: 2em;
  margin-bottom: 2em;
  border-spacing: 0 4px;
  border-collapse: separate; }
  @media only screen and (max-width: 600px) {
    .orange_gray_table {
      border-spacing: 0 0; } }
  .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) {
      .orange_gray_table .orange {
        display: block;
        min-width: auto;
        padding: 12px 12px;
        border-radius: 10px 10px 0 0;
        border-right: 0; } }
  .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) {
      .orange_gray_table .gray {
        display: block;
        min-width: auto;
        margin-top: 3px;
        margin-bottom: 10px;
        padding: 12px 12px;
        border-radius: 0 0 10px 10px; } }

/* リンクの右下のボタン */
/* 吹き出し＋写真の一覧 */
/* 吹き出し＋写真の一覧（青色） */
/* オレンジ背景の吹き出し */
/* 入試スケジュール */
/* WordPressの入力欄スタイル */
.learning_environment_page {
  margin-top: 80px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 750px) {
    .learning_environment_page {
      margin-top: 60px; } }

.link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 930px;
  margin: auto; }
  @media only screen and (max-width: 750px) {
    .link_wrap {
      display: block; } }
  @media only screen and (max-width: 750px) {
    .link_wrap .fukidashi_img_pc {
      display: none; } }
  .link_wrap .fukidashi_img_sp {
    display: none; }
    @media only screen and (max-width: 750px) {
      .link_wrap .fukidashi_img_sp {
        display: block; } }
  .link_wrap .link_area {
    width: 47%; }
    @media only screen and (max-width: 750px) {
      .link_wrap .link_area {
        width: 100%;
        max-width: 450px;
        margin: auto; } }
  @media only screen and (max-width: 750px) {
    .link_wrap .campuslife_link_area {
      margin-top: 100px; } }
  .link_wrap .other_link_ul {
    margin-top: 30px; }
    @media only screen and (max-width: 750px) {
      .link_wrap .other_link_ul {
        margin-top: 25px; } }
  .link_wrap .other_link_li {
    margin-top: 15px; }

.learning_environment_link_area {
  margin-top: 150px;
  padding: 50px 0 100px;
  background-color: #FAFAFA; }
  @media only screen and (max-width: 500px) {
    .learning_environment_link_area {
      margin-top: 100px; } }

/* 目次 */
.page_inner_link_area {
  margin-top: 60px;
  padding: 30px;
  border-radius: 30px;
  background-color: #FAFAFA;
  max-width: 500px; }
  @media only screen and (max-width: 500px) {
    .page_inner_link_area {
      margin-top: 30px; } }
  .page_inner_link_area .link_area_index {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px; }
    @media only screen and (max-width: 500px) {
      .page_inner_link_area .link_area_index {
        font-size: 18px; } }
  .page_inner_link_area .link_ol {
    margin-top: 30px;
    padding-left: 1.5em; }
    @media only screen and (max-width: 500px) {
      .page_inner_link_area .link_ol {
        margin-top: 15px; } }
    .page_inner_link_area .link_ol li {
      margin-bottom: 1em;
      padding-left: 0.5em;
      letter-spacing: 0.9px;
      line-height: 1.5;
      list-style-type: decimal;
      color: #FF8C00;
      text-decoration: underline; }
      @media only screen and (max-width: 500px) {
        .page_inner_link_area .link_ol li {
          font-size: 14px; } }
    .page_inner_link_area .link_ol a {
      color: #FF8C00; }

/* セクション */
.page_wrap_section {
  margin-top: 80px; }
  .page_wrap_section .page_wrap_section_index {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.9px;
    line-height: 1.7; }
    @media only screen and (max-width: 500px) {
      .page_wrap_section .page_wrap_section_index {
        margin-bottom: 20px; } }
  .page_wrap_section .main_exp {
    line-height: 2;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 500px) {
      .page_wrap_section .main_exp {
        font-size: 14px;
        line-height: 2.3; } }

.one_section {
  margin-bottom: 60px; }
  .one_section .one_section_index {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.9px;
    line-height: 1.5; }
  .one_section p {
    line-height: 2;
    margin-bottom: 1em; }
    @media only screen and (max-width: 500px) {
      .one_section p {
        line-height: 2.3;
        font-size: 14px; } }
  .one_section a {
    text-decoration: underline;
    color: #FF8C00; }

/* リスト */
.ul_style {
  padding-left: 1em; }
  .ul_style li {
    list-style-type: disc;
    line-height: 2; }
    @media only screen and (max-width: 500px) {
      .ul_style li {
        line-height: 2.3;
        font-size: 14px; } }

/* オレンジとグレーのテーブル */
@media only screen and (max-width: 500px) {
  .orange_gray_table .gray {
    font-size: 14px; } }

.notice {
  background-color: #6DB101;
  padding: 30px; }

/* 科目について */
.subject_page .numbering_img_pc {
  width: 100%;
  max-width: 890px;
  display: block;
  margin: 3rem auto 0; }
  @media only screen and (max-width: 600px) {
    .subject_page .numbering_img_pc {
      display: none; } }

.subject_page .numbering_img_sp {
  display: none;
  margin: 3rem auto 0;
  max-width: 375px;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .subject_page .numbering_img_sp {
      display: block; } }

.subject_page .orange_gray_table .orange {
  width: 30%; }

.subject_page .orange_gray_table .gray {
  width: 70%; }

@media only screen and (max-width: 600px) {
  .subject_page .orange_gray_table .orange {
    width: 100%; }
  .subject_page .orange_gray_table .gray {
    width: 100%; } }

.subject_page .numbering_table .orange {
  text-align: left; }

/* 履修について */
.course_page .course_pic_pc {
  width: 100%;
  max-width: 890px;
  display: block;
  margin: 3rem auto 0; }
  @media only screen and (max-width: 600px) {
    .course_page .course_pic_pc {
      display: none; } }

.course_page .course_pic_sp {
  display: none;
  margin: 3rem auto 0;
  max-width: 375px;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .course_page .course_pic_sp {
      display: block; } }

.course_page .course_index {
  font-weight: 600; }
  .course_page .course_index::before {
    content: '◆';
    margin-right: 5px; }
  .course_page .course_index::after {
    content: '◆';
    margin-left: 5px; }

.course_page .bachelor_text {
  font-weight: 600; }

.course_page .course_table {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 600px) {
    .course_page .course_table {
      display: none; } }
  .course_page .course_table th, .course_page .course_table td {
    padding: 16px 30px;
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    letter-spacing: 0.9px;
    line-height: 1.6;
    vertical-align: middle; }
  .course_page .course_table th {
    background-color: #FFE8CC; }
  .course_page .course_table tr:nth-child(odd) td {
    background: #FAFAFA; }

.course_page .course_table_sp {
  display: none; }
  @media only screen and (max-width: 600px) {
    .course_page .course_table_sp {
      display: block;
      font-size: 14px; } }
  .course_page .course_table_sp th, .course_page .course_table_sp td {
    display: block; }
  .course_page .course_table_sp th {
    background-color: #FFF3E5;
    padding: 12px 12px;
    line-height: 1.5; }
  .course_page .course_table_sp td {
    padding: 12px 12px;
    line-height: 1.5; }
  .course_page .course_table_sp tr:nth-child(odd) td {
    background: #FAFAFA; }

.course_page .course_unit_count_sp {
  display: none;
  margin: 12px 0 45px 12px; }
  @media only screen and (max-width: 600px) {
    .course_page .course_unit_count_sp {
      display: block; } }

.course_page .qualification_dl {
  margin-bottom: 30px;
  padding: 30px 30px 20px 30px;
  background-color: #FAFAFA;
  border-radius: 30px; }
  .course_page .qualification_dl .qualification_dt {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.9px; }
  .course_page .qualification_dl .qualification_dd {
    padding-left: 1.5rem; }
    @media only screen and (max-width: 600px) {
      .course_page .qualification_dl .qualification_dd {
        padding-left: 0; } }
  .course_page .qualification_dl .sumally_index {
    margin-bottom: 0;
    font-weight: 600; }

/* 成績評価について */
.grade_page .grade_table {
  margin-bottom: 3rem; }
  .grade_page .grade_table th, .grade_page .grade_table td {
    padding: 16px 30px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    letter-spacing: 0.9px;
    line-height: 1.6;
    vertical-align: middle; }
    @media only screen and (max-width: 500px) {
      .grade_page .grade_table th, .grade_page .grade_table td {
        padding: 16px 16px;
        font-size: 14px; } }
  .grade_page .grade_table th {
    background-color: #FFE8CC;
    text-align: center; }
  .grade_page .grade_table .center {
    text-align: center; }
  .grade_page .grade_table tr:nth-child(odd) td {
    background: #FAFAFA; }

.grade_page .all_center_table th, .grade_page .all_center_table td {
  text-align: center; }

.grade_page .line {
  text-decoration: underline; }

/* キャンパスカレンダー */
.calendar_page .orange_gray_table {
  width: 100%;
  border-spacing: 0 8px;
  border-collapse: separate; }
  .calendar_page .orange_gray_table .orange {
    width: 27%; }
    @media only screen and (max-width: 600px) {
      .calendar_page .orange_gray_table .orange {
        width: 100%; } }
  .calendar_page .orange_gray_table .gray {
    width: 73%; }
    @media only screen and (max-width: 600px) {
      .calendar_page .orange_gray_table .gray {
        width: 100%; } }

/* 各種「願」と「届」 */
.requests_notifications_page .official_absence_table th {
  text-align: left; }

.requests_notifications_page .bold_font {
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 2em;
  letter-spacing: 1px; }

/* 諸願・届一覧 */
.notification_page .orange_gray_table .orange {
  text-align: left; }

.notification_page .orange_gray_table .gray {
  padding: 12px 30px 6px 30px; }
  @media only screen and (max-width: 600px) {
    .notification_page .orange_gray_table .gray {
      padding: 12px 12px 6px 12px; } }

.notification_page .dt_style {
  font-weight: 600; }

.notification_page .dd_index {
  font-weight: 600; }

.notification_page .dd_exp {
  line-height: 2;
  margin-bottom: 1rem;
  margin-left: 0.5rem; }

/* 各種証明書 */
.certificates_page .certificates_table {
  margin-bottom: 1rem; }
  .certificates_page .certificates_table th, .certificates_page .certificates_table td {
    padding: 16px 30px;
    text-align: center;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    letter-spacing: 0.9px;
    line-height: 1.6;
    vertical-align: middle; }
    @media only screen and (max-width: 600px) {
      .certificates_page .certificates_table th, .certificates_page .certificates_table td {
        padding: 16px 10px;
        text-align: left;
        font-size: 14px;
        line-height: 2; } }
  .certificates_page .certificates_table th {
    background-color: #FFE8CC; }
  .certificates_page .certificates_table tr:nth-child(odd) td {
    background: #FAFAFA; }

/* カウンセリングルーム */
.counseling_room_page .main_exp {
  margin-bottom: 1.5rem; }

.counseling_room_page .mail_counseling_button {
  max-width: 300px; }
  @media only screen and (max-width: 500px) {
    .counseling_room_page .mail_counseling_button {
      margin: auto; } }

.counseling_room_page .about_harassment_section {
  margin-top: 60px; }

.counseling_room_page .counseling_pc_img {
  display: block;
  width: 100%;
  max-width: 805px;
  margin: 60px auto 0; }
  @media only screen and (max-width: 600px) {
    .counseling_room_page .counseling_pc_img {
      display: none; } }

.counseling_room_page .counseling_sp_img {
  display: none;
  width: 100%;
  max-width: 250px;
  margin-top: 60px;
  margin: 60px auto 0; }
  @media only screen and (max-width: 600px) {
    .counseling_room_page .counseling_sp_img {
      display: block; } }

/* 学内施設の利用 */
.campus_facilities_page .orange_gray_table {
  border-spacing: 0 30px; }

/* クラブ・サークル活動 */
.circle_activities_page {
  padding-top: 60px; }
  .circle_activities_page .one_section {
    margin-bottom: 150px; }
    @media only screen and (max-width: 750px) {
      .circle_activities_page .one_section {
        margin-bottom: 80px; } }
  .circle_activities_page .img_text_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: 750px) {
      .circle_activities_page .img_text_area {
        display: block; } }
    .circle_activities_page .img_text_area .photo {
      width: 34.5%;
      border-radius: 30px; }
      @media only screen and (max-width: 900px) {
        .circle_activities_page .img_text_area .photo {
          width: 44%; } }
      @media only screen and (max-width: 750px) {
        .circle_activities_page .img_text_area .photo {
          width: 100%;
          max-width: 400px;
          display: block;
          margin: auto; } }
    .circle_activities_page .img_text_area .text_area {
      width: 61%;
      line-height: 2; }
      @media only screen and (max-width: 900px) {
        .circle_activities_page .img_text_area .text_area {
          width: 52%; } }
      @media only screen and (max-width: 750px) {
        .circle_activities_page .img_text_area .text_area {
          margin-top: 30px;
          width: 100%; } }
      .circle_activities_page .img_text_area .text_area .exp {
        font-weight: 600; }
        @media only screen and (max-width: 500px) {
          .circle_activities_page .img_text_area .text_area .exp {
            font-size: 14px; } }
      .circle_activities_page .img_text_area .text_area .leader_area {
        margin-top: 20px; }
        @media only screen and (max-width: 500px) {
          .circle_activities_page .img_text_area .text_area .leader_area {
            font-size: 14px; } }
      .circle_activities_page .img_text_area .text_area .bold {
        font-weight: 600;
        margin-right: 1em; }
