@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* 薄いブルー */
/* グレー背景 */
/* タイトル背景 */
/* media query */
/* 5th_temple_name
*****************************************************************/
.tab_menu {
  display: none; }
  @media all and (max-width: 896px) {
    .tab_menu {
      display: block; } }

.table_wrap table {
  border: none; }
  .table_wrap table.table_local {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6em;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: none;
    border-left: none;
    border-collapse: separate; }
    .table_wrap table.table_local th {
      background-color: #F2F6FD;
      border-top: none;
      border-right: none;
      border-bottom: 1px solid #cecece;
      border-left: 1px solid #cecece;
      text-align: left;
      font-weight: bold;
      letter-spacing: 2px;
      padding: 7px 10px;
      box-sizing: border-box;
      width: 50%;
      text-align: center;
      border-collapse: separate; }
      @media all and (max-width: 480px) {
        .table_wrap table.table_local th {
          display: none; } }
    .table_wrap table.table_local td {
      border-top: none;
      border-right: none;
      border-bottom: 1px solid #cecece;
      border-left: 1px solid #cecece;
      padding: 7px 10px;
      vertical-align: top;
      box-sizing: border-box;
      border-collapse: separate; }
      @media all and (max-width: 480px) {
        .table_wrap table.table_local td {
          display: inline-block;
          padding: 3px 10px;
          width: 100%;
          margin: 0 0px; } }
      .table_wrap table.table_local td.gakka {
        vertical-align: middle; }
        @media all and (max-width: 480px) {
          .table_wrap table.table_local td.gakka::before {
            content: "学科、課程：";
            font-weight: 700; } }
      @media all and (max-width: 480px) {
        .table_wrap table.table_local td.gakui {
          padding-left: calc(3em + 10px);
          text-indent: -3em; }
          .table_wrap table.table_local td.gakui::before {
            content: "学位：";
            font-weight: 700; } }
