@charset "UTF-8";
/* ==============================================================================================
 *　兵庫栄養調理製菓専門学校　> 共通
 * [01] レイアウト
 * [02] ヘッダー
 * [03] メインエリア
 * [04] 左エリア
 * [05] フッター
 * [88] オープンキャンパス
 * [99] ユーティリティ
 * [00] 旧サイトで利用していたCSS
 * ============================================================================================== */

/* ======================================================================================
 * [01] レイアウト
 * ====================================================================================== */
ul li {
    list-style-type: none;
}

:root ol, :root ul {
	  margin: auto;
	  padding: 0px;
}

.pbPage {
    height: 100%;
    background-color: #FFF;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 87.5%;
    color: #222;
    line-height: 1.5;
}

.pbPage p {
    font-size: 100%!important;
}

.pbPage [class^='hei'] p {
    margin-bottom: 0;
    font-size: 100%;
}

.pbAreaWrapper1 {
    width: 940px;
    margin: 0 auto 108px;
}

.pbAreaWrapper2 {
    width: 700px;
}

#area2 {
    margin-right: 30px;
}

/* メインビジュアル
-------------------------------------------------------------------------------- */
.hei-mainVisual img {
    max-width: 100%!important;
}

.hei-mainVisual h1 {
    margin-bottom: 16px;
}

/* リンク
-------------------------------------------------------------------------------- */
a:link, a:visited, a:active {
    color: #3C281D;
    text-decoration: underline;
}

a:hover, ul li a:hover, .pbBlock.pbBlockMenu a:hover {
    color: #C7103C;
    text-decoration: underline;
    cursor: pointer;
}

a img {
    transition: opacity .3s ease-in;
}

a img:hover {
    opacity: .65;
}

/* 外部リンク・PDFリンク
-------------------------------------------------------------------------------- */
a.pbOpenNewWindow, a[target='_blank'] {
    display: inline;
    padding-right: 4px;
}

a.pbOpenNewWindow::after, a[target='_blank']::after {
    display: inline-block;
    box-sizing: border-box;
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url(../img/icon/icn_new_window.png);
    background-repeat: no-repeat;
    vertical-align: calc((1em - 16px) * 0.5);
}

a[href$='.pdf']::after {
    display: inline-block;
    box-sizing: border-box;
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url(../img/icon/icn_pdf_file.png);
    background-repeat: no-repeat;
    vertical-align: calc((1em - 16px) * 0.5);
}

/* イメージには外部リンクアイコン・PDFアイコンをつけない */
a.hei-icon-hide {
    padding-right: 0!important;
}

a.hei-icon-hide::after {
    content: none;
    padding-right: 0!important;
    background-image: none;
}

/* GoogleMap、Googleカスタム検索には外部リンクアイコン・PDFアイコンをつけない */
.pbPage .gm-style a[target='_blank']::after, .gsc-webResult a[target='_blank']::after {
    padding-right: 0!important;
}

.pbPage .gm-style a[target='_blank']::after, .gsc-webResult a[target='_blank']::after {
    content: none;
    padding-right: 0!important;
    background-image: none;
}

/* 文字サイズ
-------------------------------------------------------------------------------- */
/* 　.hei-header-textSize-btn　*/
/* 　押下時の文字サイズ指定 　　　　*/
.pbAreaWrapper1.small {
    font-size: 100%;
}

.pbAreaWrapper1.medium {
    font-size: 114.28%;
}

.pbAreaWrapper1.big {
    font-size: 128.57%;
}

/* コンテナ
-------------------------------------------------------------------------------- */
.hei-container {
    margin: 0 20px;
}

/* 見出し
-------------------------------------------------------------------------------- */
.hei-h1, .hei-h2, .hei-h3 {
    color: #3C281D;
}

/* 見出し h1 */
.hei-h1-mainVisual img {
    width: 100%;
    margin-bottom: 48px;
}

.hei-h1 h1 {
    font-size: 171.428%;
    font-weight: normal;
}

.hei-h1 {
    background-image: repeating-linear-gradient(-45deg, #F4EDE3, #F4EDE3 3px, #FFF 0, #FFF 6px);
    padding: 10px 8px 8px 40px;
    margin-bottom: 16px;
    border-left: 6px solid #3D271C;
}

/* 見出し h2 */
div[class^='hei-h2'] h2 {
    font-size: 135.714%;
}

/* 見出し h2 > 下線あり */
.hei-h2-line {
    margin: 40px 0px 8px;
    padding-bottom: 14px;
    background: url(../img/bg/bg_h3.png) repeat-x bottom left;
}

/* 見出し h2 > 背景あり（斜めストライプ） */
.hei-h2-stripe {
    margin: 40px 0px 8px;
    padding: 8px 0px 6px 12px;
    background-image: repeating-linear-gradient(-45deg, #F4EDE3, #F4EDE3 3px, #FFF 0, #FFF 6px);
}

/* 見出し h3 */
div[class^='hei-h3'] h3 {
    font-size: 128.571%;
}

/* 見出し h3 > 下線あり */
.hei-h3-line {
    margin: 32px 0px 16px;
    padding-bottom: 12px;
    background: url(../img/bg/bg_h3.png) repeat-x bottom left;
}

/* 見出し h3 > 背景あり（斜めストライプ） */
.hei-h3-stripe {
    margin: 32px 0 16px;
    padding: 8px 0px 6px 12px;
    background-image: repeating-linear-gradient(-45deg, #F4EDE3, #F4EDE3 3px, #FFF 0, #FFF 6px);
}

/* 見出し h4 */
.hei-h4 {
    margin-top: 24px;
    padding: 2px 16px 8px 26px;
}

.hei-h4 h4 {
    font-size: 114.285%;
    text-indent: -26px;
}

/* 見出し h4 > アイコンあり */
.hei-h4 h4::before {
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    margin-right: 8px;
    border-width: 4px;
    border-style: solid;
    border-radius: 100%;
    vertical-align: calc(-3px + (16px - 1em) * 0.5);
}

/* 見出し h5 */
.hei-h5 h5 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 100%;
    font-weight: bold;
}

.hei-h5 span {
    font-weight: normal;
}

/* ノーマルリスト
-------------------------------------------------------------------------------- */
.hei-list ul {
    margin-top: 8px;
}

.hei-list li {
    padding-left: 18px;
    padding-right: 8px;
    margin-bottom: .48em;
    line-height: 1.5;
    text-indent: -18px;
}

.hei-list li::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 100%;
    background-color: #D7C4A4;
    vertical-align : calc(1px + (1em - 14px) * 0.5);
}

.hei-list li > ul > li {
    padding-left: 12px;
}

.hei-list li > ul > li::before {
    content: "";
    width: 5px;
    height: 5px;
    font-size: 90%;
    vertical-align : calc((1em - 5px) * 0.5);
}

/* ノーマルリスト > 横並びリスト */
.hei-list.inline li {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 16px;
    float: left;
}

/* ノーマルリスト > アイコンなし */
.hei-list li.unstyled {
    text-indent: 0px;
}

.hei-list li.unstyled::before, .hei-list.unstyled li::before {
    background-color: none;
    content: none;
}

/* 順序付きリスト
-------------------------------------------------------------------------------- */
[class^='hei'] ol {
    margin: 0px 0px 0px 24px;
}

/* 定義リスト
-------------------------------------------------------------------------------- */
.hei-defList dl {
    border: 1px solid #C7103C;
}

.hei-defList dt, .hei-defList dd {
    padding: 8px 16px;
}

.hei-defList dt {
    background-color: #D7C4A4;
    color: #3C281D;
    font-weight: bold;
}

/* リンクリスト
-------------------------------------------------------------------------------- */
.hei-linkList ul {
    margin: 8px 0;
}

.hei-linkList li {
    padding: 0 16px;
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 91.428%;
    text-indent: -10px;
}

.hei-linkList li a {
    text-decoration: none;
}

.hei-linkList li a::before {
    display: inline-block;
    box-sizing: border-box;
    height: 1px;
    margin-right: 3px;
    vertical-align: calc(2px + (1em - 12.8px) * 0.5);
    content: "";
    border: 3px solid transparent;
    border-left: 4px solid #332000;
}

.hei-linkList li > ul > li a::before {
    border: 2px solid transparent;
    border-left: 3px solid #332000;
    vertical-align: calc(3px + (1em - 12.8px) * 0.5);
}

/* リンクリスト > 横並びリスト */
.hei-linkList.inline li {
    float: left;
}

.hei-linkList li.inline {
    width: 100%;
}

.hei-linkList li.inline ul > li {
    width: 33%;
    float: left;
}

.hei-linkList li > ul > li {
    text-indent: -8.5px;
}

.hei-h2-line .hei-linkList {
    padding-top: 8px;
}

.hei-h2-line .hei-linkList ul {
    margin: 0 0 -8px;
}

/* 横並びリスト(横幅固定：三分割)
-------------------------------------------------------------------------------- */
.inline-column3 li {
    box-sizing: border-box;
    display: inline;
    width: 33%;
    padding-right: 16px;
    float: left;
}

/* 枠
-------------------------------------------------------------------------------- */
.hei-well {
    box-sizing: border-box;
    padding: 20px;
    background-color: #F3EDE1;
}

.hei-well.hei-list,
.hei-well.hei-linkList {
    padding-top: 8px;
    padding-bottom: 0px;
}

/* パネル
-------------------------------------------------------------------------------- */
.hei-panel {
    border: 6px solid #D7C4A4;
    padding: 16px;
}

.hei-panel.hei-list,
.hei-panel.hei-linkList {
    padding-top: 8px;
    padding-bottom: 0px;
}

.hei-panel.hei-linkList.inline li, .hei-panel.hei-list.inline li {
    box-sizing: border-box;
    width: 33.333%;
}

.hei-panel .hei-well {
    margin: 0 0 16px;
}

.hei-panel .hei-section {
    margin-bottom: 0;
}

/* テキストのみ
-------------------------------------------------------------------------------- */
.hei-text {
    margin-bottom: 10px;
}

/* セクション
-------------------------------------------------------------------------------- */
.hei-section {
    margin: 0px -8px -4px;
}

.hei-section-body .pbBlock.pbBlockBase {
    margin: 0 8px 4px;
}

.hei-section-body img {
    width: 100%;
}

.hei-section-body span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 92.857%;
}

.hei-section.minHeight .hei-section-body {
    min-height: 148px;
}

/* セクション > 3カラム */
.hei-section.column_3 .hei-section-image {
    margin-top: 16px;
}

/* セクション > 働きながら学ぶ学生をサポート */
.hei-section-employment-night .hei-well {
    min-height: 156px;
}

.hei-section-employment-night .eqt-name {
    display: block;
    width: 100%;
    margin-top: 8px;
    text-align: right;
    color: #DA0001;
    font-size: 85.714%!important;
}

/* セクション > キャンパス・施設 */
.hei-section-facilities .hei-section-body > .pbNested {
    min-height: 264px;
}

/* セクション・枠・パネル　内に設置した際のスタイル */
.hei-section [class^='hei-h2'], .hei-section [class^='hei-h3'] {
    margin-top: 0;
}

.hei-well.hei-h5 h5 {
    margin: 0;
}

.hei-section .hei-list ul {
    margin-top: 0;
}

.hei-well.hei-list ul {
    margin: 4px 0 8px;
}

/* 強調テキスト
-------------------------------------------------------------------------------- */
[class^='hei'] .hei-mark {
    display: inline;
    color: #DA0001;
}

/* 注釈
-------------------------------------------------------------------------------- */
.hei-annotation {
    padding: 8px 0;
    font-size: 92.857%;
}

/* ページ内リンク
-------------------------------------------------------------------------------- */
.hei-anchorPoint {
    display: inline-block;
    width: 100%;
    padding: 4px 0px;
    margin-bottom: 20px;
    background-color: #F3EDE1;
}

.hei-anchorPoint ul {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 112px;
    text-align: center;
    letter-spacing: -.4em;
}

.hei-anchorPoint li {
    display: inline;
    padding: 4px 0;
    letter-spacing: normal;
}

.hei-anchorPoint a {
    display: inline-block;
    padding: 0px 16px;
    border-left: 1px solid #3C281D;
    border-right: 1px solid #3C281D;
    margin: 8px -.1em 8px 0;
    line-height: 1;
    font-size: 85.714%;
}

/* テーブル外枠
-------------------------------------------------------------------------------- */
.hei-table-box {
    margin-bottom: 40px
}

.image-column {
    margin-top: 16px;
    margin-bottom: 0;
}

/* 罫線
-------------------------------------------------------------------------------- */
.hei-line hr {
    width: 100%;
    margin: 4px 0;
    border-bottom: 1px solid #D7C4A4;
}

/* テーブル（共通）
-------------------------------------------------------------------------------- */
.hei-table, .hei-table-syllabus, .hei-table-timetable, .hei-table-schedule {
    border-collapse: collapse!important;
    border-spacing: 0px;
}

.hei-table table {
    width: 100%;
    color: #3C281D;
}

.hei-table table img {
    width: 100%;
}

.hei-table table, .hei-table table tr, .hei-table table td, .hei-table table th {
    border: 1px solid #523400;
    margin-bottom: 8px;
}

.hei-table table thead th, .hei-table tbody th {
    padding: 8px 12px;
    text-align: left;
}

.hei-table tbody th, .hei-table table thead th:first-child {
    width: 96px;
}

.hei-table thead {
    background-color: #D7C4A4;
}

.hei-table tbody th {
    box-sizing: border-box;
    min-width: 14.545%;
    background-color: #F3EDE1;
    font-weight: normal;
}

.hei-table tbody td {
    box-sizing: border-box;
    min-width: 15.757%;
    padding: 8px 12px;

}

/* テーブル（シラバス用）
-------------------------------------------------------------------------------- */
.hei-table-syllabus  {
    width: 100%;
    color: #3C281D;
    font-weight: normal;
}

.hei-table-syllabus tr, .hei-table-syllabus td {
    padding: 4px 20px;
    background-color: #FFF;
    border: 1px solid #D8C3A6;
}

.hei-table-syllabus thead th {
    padding: 12px 20px;
    text-align: left;
}

.hei-table-syllabus .hei-table-syllabus-division {
    width: 160px;
    padding: 4px 20px;
    font-weight: normal;
    text-align: left;
}

.hei-table-syllabus .hei-table-syllabus-lesson {
    width: 210px;
}

/* テーブル（時間割用）
-------------------------------------------------------------------------------- */
.hei-table-timetable {
    width: 100%;
    color: #3C281D;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.hei-table-timetable thead th {
    box-sizing: border-box;
    padding-top: 2px;
    height: 40px;
}

.hei-table-timetable thead th span {
    font-size: 96%;
}

.hei-table-timetable tbody tr th {
    width: 40px;
    height: 40px;
}

.hei-table-timetable tbody tr th span {
    font-size: 71.428%;
}

/* テーブル（年間スケジュール用）
-------------------------------------------------------------------------------- */
.hei-table-schedule {
    width: 100%;
    color: #3C281D;
}

.hei-table-schedule thead th {
    width: 300px;
    height: 40px;
    padding: 0 16px;
    text-align: left;
}

.hei-table-schedule thead th:first-child {
    width: 60px;
    padding: 0;
    text-align: center;
}

.hei-table-schedule tbody tr th {
    width: 60px;
    height: 80px;
    font-size: 150%;
}

.hei-table-schedule tbody tr th span {
    font-size: 66.666%;
    font-weight: normal;
}

.hei-table-schedule tbody tr td {
    max-width: 100%;
    padding: 12px 16px;
    background-color: #FFF;
    font-size: 91.428%;
}

.hei-table-schedule .hei-list ul {
    display: block;
    width: 50%;
    margin-top: 0;
    margin-bottom: -4px;
    box-sizing: border-box;
    float: left;
}

.hei-table-schedule .hei-list li {
    width: 100%;
    margin-bottom: 4px;
    box-sizing: border-box;
    font-size: 91.428%;
}

/* ======================================================================================
 * [02] ヘッダー
 * ====================================================================================== */
.hei-header {
    border-top: 5px solid #523400;
    text-align: left;
    overflow: visible;
}

.hei-header-box {
    position: relative;
    width: 940px;
    margin: 0 auto;
    overflow: visible;
}

.hei-header-inner-box {
    margin-top: 10px;
    margin-bottom: 24px;
    text-align: right;
}

/* ロゴ
-------------------------------------------------------------------------------- */
.hei-header-logo {
    margin: 18px 0 14px;
}

/* 文字サイズ
-------------------------------------------------------------------------------- */
.hei-header-textSize {
    margin-left: 45px;
}

.hei-header-textSize ul {
    text-align: right;
}

.hei-header-textSize li {
    height: 30px;
    float: left;
    line-height: 30px;
}

.hei-header-textSize li.hei-header-textSize-btn {
    width: 30px;
    margin-right: 2px;
    text-align: center;
    background-color: #E7D9C3;
    cursor: pointer;
    transition: background-color .3s ease-in;
}

.hei-header-textSize li.hei-header-textSize-btn.small {
    margin-left: 10px;
}

.hei-header-textSize li.hei-header-textSize-btn.isActive,
.hei-header-textSize li.hei-header-textSize-btn:hover {
    color: #FFF;
    background-color: #3C281C;
}

/* 検索ボックス
-------------------------------------------------------------------------------- */
.hei-header-search {
    position: relative;
    width: 210px;
    z-index: 1
}

.hei-header-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hei-header-search input:focus {
    outline: 0;
}

.hei-header-search .sgcsf_input {
    box-sizing: border-box;
    display: block;
    width: 210px;
    height: 30px;
}

.hei-header-search .sgcsf_input input[type='text'] {
    box-sizing: border-box;
    width: 210px;
    height: 30px;
    padding-left: 32px;
    background-color: transparent;
    border: none;
    background-image: url(../img/icon/icn_search.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #E7D9C3;
    color: #3C281C;
    font-size: 85.714%;
    transition: all .3s ease-in;
}

.hei-header-search .sgcsf_input input[type='text']:focus {
    background-color: #FFEBCC;
}

.hei-header-search .sgcsf_submit input[type='submit'] {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 30px;
    padding: 10px 2px!important;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

/* 検索結果　の　スタイル */

.pbPage .gsc-table-result, .pbPage .gsc-thumbnail-inside, .pbPage .gsc-url-top {
    padding: 0px;
}

.pbPage .gsc-cursor-page {
    display: inline-block!important;
    width: 20px;
    height: 20px;
    padding: 8px;
    background-color: #E7D9C3;
    text-align: center;
    transition: background-color .3s ease-in;
}

.pbPage .gsc-cursor-page:hover, .pbPage .gsc-cursor-page.gsc-cursor-current-page {
    background-color: #3C281C!important;
    color: #FFF!important;
}

/* リンク
-------------------------------------------------------------------------------- */
.hei-header-link {
    margin-left: 36px;
}

.hei-header-link li {
    float: left;
    border-left: 1px solid #3C281C;
    padding: 0 10px;
    font-size: 85.714%;
}

.hei-header-link li:last-child {
    border-right: 1px solid #3C281C;
}

.hei-header-link li a:link, .hei-header-link li a:visited, .hei-header-link li a:active {
    text-decoration: none;
}

.hei-header-link li a:hover {
    text-decoration: underline;
}

/* グローバルナビ
-------------------------------------------------------------------------------- */
.hei-header-navi {
    position: relative;
    background-image: url(../img/bg/bg_nav_line.png), url(../img/bg/bg_nav.png);
    background-repeat: repeat-x;
}

.hei-header-navi-menu {
    box-sizing: border-box;
    width: 940px;
    margin: 0 auto;
}

.hei-header-navi-menu li {
    box-sizing: border-box;
    padding: 0 4.6px;
    float: left;
}

.hei-header-navi-menu a {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 21px 24px 10px 24px;
    transition: background-color .3s ease-in;
}

.hei-header-navi-menu a::before {
    position: absolute;
    display: block;
    right: -5px;
    height: 18px;
    width: 1px;
    content: "";
    border-right: 2px dotted #3C281C;
}

.hei-header-navi-menu a.mostBehind::before {
    border-right: none;
}

.hei-header-navi-menu a:hover, .hei-header-navi-menu a.current {
    /* padding-top: 8px;
    margin-top: 13px; */
    /* background-color: #FFF; */
    background-color: rgba(255, 255, 255, 0.8);
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
}

.hei-header-navi-menu a.current {
    transition-delay: 0s;
}

.hei-header-navi-menu a img {
    transition-delay: 0s;
    opacity: 1!important;
}

.hei-header-navi-menu a img:hover {
    opacity: 1!important;
}

.hei-header-navi-menu li:last-of-type img {
    border-right: none;
}

/* サイドグローバルナビ
-------------------------------------------------------------------------------- */
.hei-header-sideNavi.isFixed {
    position: absolute;
    width: 50px;
    top: 164px;
    left: 1000px;
    z-index: 1000;
    text-align: right;
    transition: all .3s ease-out;
}

.hei-header-sideNavi ul, .hei-header-sideNavi li {
    font-size: 0;
}

.hei-header-sideNavi img {
    cursor: pointer;
    transition: opacity .3s ease-in;
}

.hei-header-sideNavi img:hover {
    opacity: .65;
}

/* トピックパス
-------------------------------------------------------------------------------- */
.hei-header-topicPath {
    width: 940px;
    margin: 8px auto;
    color: #664242;
    font-size: 85.714%;
}

.hei-header-topicPath img {
    padding-bottom: 3px;
    vertical-align: middle;
}

.hei-header-topicPath a:link, .hei-header-topicPath a:visited, .hei-header-topicPath a:active {
    color: #664242;
}

/* ======================================================================================
 * [03] メインエリア
 * ====================================================================================== */
/* 新着情報
-------------------------------------------------------------------------------- */
.hei-news-base {
    border-top: 1px solid #332000;
    padding-bottom: 1px;
}

.hei-news-base table {
    vertical-align: top;
    padding-bottom: 1px;
}

.hei-news-base tr {
    border-bottom: 1px dotted #3C281C;
}

.hei-news-date {
    padding-top: 1.16em;
    font-size: 85.714%;
    vertical-align: top;
}

.hei-news-title a {
    display: block;
    padding-top: 1.16em;
    padding-bottom: 1.16em;
    font-size: 85.714%;
}

.hei-news-title img {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* お知らせ一覧
-------------------------------------------------------------------------------- */

.hei-news-more {
    display: block;
    margin-top: -44px;
    background-color: #FFF;
    font-size: 85.714%;
    float: right;
}

.hei-news-more a {
    box-sizing: border-box;
    width: auto;
    position: relative;
    display: block;
    padding: 13px 14px 13px 20px;
}

.hei-news-more a::before {
    position: absolute;
    box-sizing: border-box;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #332000;
}

/* 切り替え用タブ > 新着情報用　*/
.hei-news-tabs #tab {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 24px;
    letter-spacing: -.4em;
}

.hei-news-tabs #tab li {
    display: inline-block;
    width: calc(20% - 4px);
    padding: 6px 1px;
    margin-right: 2px;
    cursor: pointer;
    transition: background-color .3s ease-in;
    text-align: center;
    letter-spacing: normal;
}

.hei-news-tabs #tab li.chose, .hei-news-tabs #tab li:hover {
    color: #FFF;
    background-color: #332000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* 切り替え用タブ > 新着情報用 > 下層ページ　*/
.hei-news-tabs.lowerPage li {

}

/* 切り替え用タブ > 学内進学・ダブルスクール用　*/
.hei-scholarship-wschool-tabs {
    margin-top: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #332000;
}

.hei-scholarship-wschool-tabs ul {
    display: block;
    width: 100%;
    letter-spacing: -.4em;
    font-size: 128.571%;
}

.hei-scholarship-wschool-tabs li {
    display: inline-block;
    box-sizing: border-box;
    width: 48%;
    padding: 18px 0px;
    margin: 0 1%;
    float: left;
    cursor: pointer;
    background-color: #F3EDE1;
    transition: background-color .3s ease-in;
    letter-spacing: normal;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hei-scholarship-wschool-tabs li.chose, .hei-scholarship-wschool-tabs li:hover {
    color: #FFF;
    background-color: #332000;
}

/* 切り替え用タブ > 非表示処理 */
.hide {
    display: none;
}


/* クローズドページ用　見出し */
.hei-news-heading {
    position: relative;
    width: 100%;
}
.hei-news-heading .hei-linkList {
    display: inline-block;
    float: right;
    margin-top: -32px;
}

/* 会員サイト ログイン画面 (ログインコーナー)
-------------------------------------------------------------------------------- */
.pbCorner.pbCornerLogin {
    width: 480px;
    margin: 12px auto 0;
}

.pbCorner.pbCornerLogin table {
    width: 480px;
}

.hei-cornerLogin input.pbInputForm[type="text"],
.hei-cornerLogin input[type="password"],
.hei-cornerLogin .pbLoginInputFormItem1 input[type="text"],
.hei-cornerLogin .pbTentativePass input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #3C281C;
    font-size: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 114.285%;
}

.hei-cornerLogin input.pbInputForm[type="text"]:focus,
.hei-cornerLogin input[type="password"]:focus,
.hei-cornerLogin .pbLoginInputFormItem1 input[type="text"]:focus,
.hei-cornerLogin .pbTentativePass input[type="text"]:focus {
    outline: 0;
}

.pbLoginInputFormItem1 input[type="text"] {
    margin: -16px 0 8px;
}

.hei-cornerLogin-form span > input[type="checkbox"] {
    position: absolute;
    display: block;
    margin-top: 16px;
    z-index: 2;
}

span.hei-cornerLogin-form label {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding-left: 18px;
    margin-top: 12px;
    z-index: 2;
}

.hei-cornerLogin input.pbInputForm:focus {
    outline: 0;
}

.hei-cornerLogin input[id^='guest_email_'] {
    width: 100%;
}

.hei-cornerLogin input[id^='guest_name_'] {
    display: inline-block!important;
    width: 26.666%!important;
}

.hei-cornerLogin input[id^='guest_name_first_'] {
    display: inline-block!important;
    float: right;
    margin-right: 26%;
}

.hei-cornerLogin input[id^='guest_name_last_'] {
    display: inline-block!important;
    margin-right: 4%;
}

.hei-cornerLogin input[id^='guest_text_'] {
    display: inline-block!important;
    width: 26.666%!important;
    margin-left: -.5em;
}

.hei-cornerLogin tr:nth-child(even) {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px dotted #3C281D;
}

.hei-cornerLogin tr:nth-child(2) {
    border: none;
}

.hei-cornerLogin td[valign="top"] {
    display: none;
}

.hei-cornerLogin td {
    padding: 8px 0 2px;
}

.hei-cornerLogin td table {
    margin-top: -8px;
}

.hei-cornerLogin table input[type="radio"],
.hei-cornerLogin table input[type="checkbox"] {
    float: left;
    margin-top: 2px;
}

.hei-cornerLogin table div label {
    display: block;
    margin-top: 2px;
    margin-left: 1.4em;
}

/* ラベル */
.hei-cornerLogin-label {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
}

/* フォーム */
.hei-cornerLogin-form {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    z-index: 1;
}

/* コメント */
.hei-cornerLogin-comment {
    width: 480px;
    margin: 8px auto 24px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E7D9C3;
}

span.hei-cornerLogin-comment {
    border: none;
    margin: 0;
    padding: 0;
}

.hei-cornerLogin-entry-comment {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E7D9C3;
}

/* タイトル */
.hei-cornerLogin-title {
    padding-bottom: 4px;
    font-size: 128.57%;
    font-weight: bold;
}

/* エラー表示 */
.hei-cornerLogin-error {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    margin-bottom: 8px;
    border: none;
    background-color: #FFB3C4;
}

/* リンク */
.hei-cornerLogin-link {
    display: inline-block;
    width: 48%;
}

.hei-cornerLogin > div:last-child {
    display: inline-block;
    width: 48%;
}

.hei-cornerLogin a {
    text-decoration: none;
}

.hei-cornerLogin a:hover {
    text-decoration: underline;
}

.hei-cornerLogin div > a::before {
    display: inline-block;
    box-sizing: border-box;
    height: 1px;
    margin-right: 3px;
    vertical-align: calc(2px + (1em - 14px) * 0.5);
    content: "";
    border: 4px solid transparent;
    border-left: 5px solid #332000;
}

/* ボタン */
.hei-cornerLogin-btn input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
    border: none;
    background-color: #E7D9C3;
    font-size: 114.285%;
    cursor: pointer;
    transition: background-color .3s ease-in;
}

.hei-cornerLogin-btn input[type="submit"]:hover {
    color: #FFF;
    background-color: #3C281C;
}

.hei-cornerLogin-btn input[type="submit"]:focus {
    outline: 0;
}

td.hei-cornerLogin-btn input[type="submit"] {
    margin: 24px 0 16px;
}

.hei-cornerLogin-btn input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    width: 80px;
    margin-top: 16px;
    padding: 4px 8px;
    background-color: #EAEAEF;
    color: #3C281D;
    font-weight: bold;
    font-size: 85.714%;
    cursor: pointer;
    float: left;
}

.hei-cornerLogin-btn input[type="button"]:hover {
    color: #C7103C;
    text-decoration: underline;
}

.hei-cornerLogin-btn input[type="button"]:focus {
    outline: 0;
}

/* パスワード再発行 */
.hei-cornerLogin .tentativePassMailLabel {
    display: block;
}

.hei-cornerLogin span.tentativePassMailInput input {
    width: 100%;
}

.hei-cornerLogin .tentativePassMailSubmit {
    margin-top: 24px;
}

.hei-cornerLogin input.pbCornerLoginSubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
    border: none;
    background-color: #E7D9C3;
    font-size: 114.285%;
    cursor: pointer;
    transition: background-color .3s ease-in;
}

.hei-cornerLogin input.pbCornerLoginSubmit:focus {
    outline: 0;
}

.hei-cornerLogin input[type="submit"]:hover {
    color: #FFF;
    background-color: #3C281C;
}

.hei-cornerLogin input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    width: 80px;
    margin-top: 16px;
    padding: 4px 8px;
    background-color: #EAEAEF;
    color: #3C281D;
    font-weight: bold;
    font-size: 85.714%;
    cursor: pointer;
    float: left;
}

.hei-cornerLogin input[type="button"]:hover {
    color: #C7103C;
    text-decoration: underline;
}

.hei-cornerLogin input[type="button"]:focus {
    outline: 0;
}

/* ログインブロック
-------------------------------------------------------------------------------- */
.pbLeftArea .hei-cornerLogin {
    width: 100%;
}

.hei-blockLogin {
    box-sizing: border-box;
    padding: 12px 12px 4px;
    margin-bottom: 24px;
    border: 4px solid #d8c3a6;
}

.hei-blockLogin-label {
    font-size: 85.714%;
}

.hei-blockLogin-entry {
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #3C281D;
    font-weight: bold;
}

.hei-blockLogin-btn {
    position: relative;
    margin-bottom: 8px;
    letter-spacing: -.4em;
}

.hei-blockLogin-btn > form {
    display: block;
}

.hei-blockLogin-btn input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-left: 2px;
    background-color: #FFF;
    color: #3C281D;
    font-weight: bold;
    font-size: 85.714%;
    text-indent: 10px;
    cursor: pointer;
    letter-spacing: normal;
}

.hei-blockLogin-btn a {
    padding-left: 12px;
    color: #3C281D;
    font-weight: bold;
    font-size: 85.714%;
    text-decoration: none;
    letter-spacing: normal;
}

.hei-blockLogin-btn input[type="submit"]:hover,
.hei-blockLogin-btn a:hover {
    color: #C7103C;
    background-color: #FFF;
    text-decoration: underline;
}

.hei-blockLogin-btn::before {
    position: absolute;
    box-sizing: border-box;
    height: 1px;
    top: 0;
    bottom: .1em;
    margin: auto;
    content: "";
    border: 4px solid transparent;
    border-left: 5px solid #370200;
}

/* 栄養士科 スタイル設定
-------------------------------------------------------------------------------- */
/* 栄養士科 > 見出し h1 */
.eiyou .hei-h1 {
    border-left-color: #9CCBE5;
}

/* 栄養士科 > 見出し h4 */
.eiyou .hei-h4 h4::before {
    border-color: #9CCBE5;
}

/* 栄養士科 > リンクリスト */
.eiyou .hei-linkList a::before, .eiyou.hei-container .hei-linkList a::before,  .eiyou.hei-linkList a::before {
    border-left-color: #9CCBE5!important;
}

/* 栄養士科 > ノーマルリスト */
.eiyou .hei-list li::before {
    background-color: #9CCBE5;
}

/* 栄養士科 > テーブル（共通）*/
.eiyou .hei-table tr, .eiyou .hei-table td, .eiyou .hei-table thead th, .eiyou .hei-table tbody th,
.eiyou .hei-table-syllabus tr, .eiyou .hei-table-syllabus td, .eiyou .hei-table-syllabus thead th,
.eiyou .hei-table-timetable tr, .eiyou .hei-table-timetable td, .eiyou .hei-table-timetable thead th, .eiyou .hei-table-schedule tbody th, .eiyou .hei-table-schedule td, .eiyou .hei-table-schedule thead th {
    border: 1px solid #469ECE!important;
    border-collapse: collapse;
}

.eiyou .hei-table thead th {
    background-color: #9CCBE5;
}

.eiyou .hei-table tbody th {
    background-color: #DCEDF5;
}

/* 栄養士科 > テーブル（シラバス用）*/
.eiyou .hei-table-syllabus thead th {
    background-color: #9CCBE5;
}

.eiyou .hei-table-syllabus .hei-table-syllabus-cellBinding {
    background-color: #9CCBE5;
    font-weight: bold;
}

.eiyou .hei-table-syllabus .hei-table-syllabus-division {
    background-color: #DCEDF5;
}

.eiyou .hei-table-syllabus .hei-table-syllabus-division.evenNumber {
    background-color: #9CCBE5;
}

/* 栄養士科 > テーブル（時間割用）*/
.eiyou .hei-table-timetable thead th {
    background-color: #9CCBE5;
}

.eiyou .hei-table-timetable thead tr th:first-child {
    background-color: #DCEDF5;
}

.eiyou .hei-table-timetable tbody th {
    background-color: #DCEDF5;
}

/* 栄養士科 > テーブル（年間スケジュール用） */
.eiyou .hei-table-schedule thead th {
    background-color: #9CCBE5;
}

.eiyou .hei-table-schedule tbody tr {
    background-color: #DCEDF5!important;
}

.eiyou .hei-table-schedule tbody tr:nth-child(2n) {
    background-color: #9CCBE5!important;
}

/* 栄養士科 > メニューブロック */
.eiyou .hei-menuBlock .hei-menuBlock-title {
    background-color: #9CCBE5;
}

.eiyou .hei-menuBlock .hei-menuBlock-title a:hover {
    background-color: #179DE6;
}

.eiyou .hei-menuBlock .hei-menuBlock-group a::before {
    border-left-color: #9CCBE5;
}

/* 調理師科 スタイル設定
-------------------------------------------------------------------------------- */

/* 調理師科 > 見出し h1 */
.chouri .hei-h1 {
    border-left-color: #ED9160;
}

/* 調理師科 > 見出し h4 > アイコンあり */
.chouri .hei-h4 h4::before {
    border-color: #ED9160;
}

/* 調理師科 > ノーマルリスト */
.chouri .hei-list li::before {
    background-color: #ED9160;
}

/* 調理師科 > リンクリスト */
.chouri .hei-linkList a::before {
    border-left-color: #ED9160;
}

/* 調理師科 > （共通） */
.chouri .hei-table tr, .chouri .hei-table td, .chouri .hei-table thead th, .chouri .hei-table tbody th,
.chouri .hei-table-syllabus tr, .chouri .hei-table-syllabus td, .chouri .hei-table-syllabus thead th,
.chouri .hei-table-timetable tr, .chouri .hei-table-timetable td, .chouri .hei-table-timetable thead th,
.chouri .hei-table-schedule tbody th, .chouri .hei-table-schedule td, .chouri .hei-table-schedule thead tr th  {
    border: 1px solid #CC6229!important;
}

.chouri .hei-table thead th {
    background-color: #ED9160;
}

.chouri .hei-table tbody th {
    background-color: #EDCEBE;
}

/* 調理師科 > テーブル（シラバス用） */
.chouri .hei-table-syllabus thead th {
    background-color: #ED9160;
}

.chouri .hei-table-syllabus .hei-table-syllabus-cellBinding {
    background-color: #9CCBE5;
    font-weight: bold;
}

.chouri .hei-table-syllabus .hei-table-syllabus-division {
    background-color: #EDCEBE;　
}

.chouri .hei-table-syllabus .hei-table-syllabus-division.evenNumber {
    background-color: #ED9160;
}

.chouri .hei-table-syllabus .hei-table-syllabus-lesson {
    width: 152px;
}

/* 調理師科 > テーブル（時間割用） */
.chouri .hei-table-timetable thead th {
    width: 88px;
    max-width: 100%;
    background-color: #ED9160;
}

.chouri .hei-table-timetable thead th span {
    font-size: 78.571%;
}

.chouri .hei-table-timetable thead tr th:first-child {
    width: 6.06%!important;
    background-color: #EDCEBE;
}

.chouri .hei-table-timetable tbody th {
    background-color: #EDCEBE;
}

.chouri .hei-table-timetable tbody td {
    font-size: 92.857%;
    padding: 0 2px;
}

/* 調理師科 > テーブル（年間スケジュール用） */
.chouri .hei-table-schedule thead th {
    background-color: #ED9160;
}

.chouri .hei-table-schedule tbody tr {
    background-color: #EDCEBE!important;
}

.chouri .hei-table-schedule tbody tr:nth-child(2n) {
    background-color: #ED9160!important;
}

/* 調理師科 > メニューブロック */
.chouri .hei-menuBlock .hei-menuBlock-title {
    background-color: #ED9160;
}

.chouri .hei-menuBlock .hei-menuBlock-title a:hover {
    background-color: #ED6218;
}

.chouri .hei-menuBlock .hei-menuBlock-group a::before {
    border-left-color: #ED9160;
}

/* 製菓衛生師科 スタイル設定
-------------------------------------------------------------------------------- */

/* 製菓衛生師科 > 見出し h1 */
.seika .hei-h1 {
    border-left-color: #D1DE8F;
}

/* 製菓衛生師科 > 見出し h4 */
.seika .hei-h4 h4::before {
    border-color: #D1DE8F;
}

/* 製菓衛生師科 > ノーマルリスト */
.seika .hei-list li::before {
    background-color: #D1DE8F;
}

/* 製菓衛生師科 > リンクリスト */
.seika .hei-linkList a::before {
    border-left-color: #D1DE8F;
}

/* 製菓衛生師科 > テーブル（共通）*/
.seika .hei-table tr, .seika .hei-table td, .seika .hei-table thead th, .seika .hei-table tbody th,
.seika .hei-table-syllabus tr, .seika .hei-table-syllabus td, .seika .hei-table-syllabus thead th,
.seika .hei-table-timetable tr, .seika .hei-table-timetable td, .seika .hei-table-timetable thead th,
.seika .hei-table-schedule tbody th, .seika .hei-table-schedule td, .seika .hei-table-schedule thead tr th {
    border: 1px solid #95B300!important;
}

.seika .hei-table thead th {
    background-color: #D1DE8F;
}

.seika .hei-table tbody th {
    background-color: #F7FFCC;
}

/* 製菓衛生師科 > テーブル（シラバス用）*/
.seika .hei-table-syllabus td {
    width: auto;
}

.seika .hei-table-syllabus thead th {
    background-color: #D1DE8F;
}

.seika .hei-table-syllabus .hei-table-syllabus-cellBinding {
    background-color: #D1DE8F;
    font-weight: bold;
}

.seika .hei-table-syllabus .hei-table-syllabus-division {
    background-color: #F7FFCC;
}

.seika .hei-table-syllabus .hei-table-syllabus-division.evenNumber {
    background-color: #D1DE8F;
}

.seika .hei-table-syllabus .hei-table-syllabus-lesson {
    width: 50%;
}

/* 製菓衛生師科 > テーブル（時間割用）*/
.seika .hei-table-timetable thead th {
    width: 88px;
    max-width: 100%;
    background-color: #D1DE8F;
}

.seika .hei-table-timetable thead th span {
    font-size: 78.571%;
}

.seika .hei-table-timetable thead tr th:first-child {
    width: 6.06%!important;
    background-color: #F7FFCC;
}

.seika .hei-table-timetable tbody th {
    background-color: #F7FFCC;
}

.seika .hei-table-timetable tbody td {
    font-size: 92.857%;
    padding: 0 2px;
}

/* 製菓衛生師科 > テーブル（年間スケジュール用） */
.seika .hei-table-schedule thead th {
    background-color: #D1DE8F;
}

.seika .hei-table-schedule tbody tr {
    background-color: #F7FFCC;
}

.seika .hei-table-schedule tbody tr:nth-child(2n) {
    background-color: #D1DE8F;
}

/* 製菓衛生師科 > メニューブロック */
.seika .hei-menuBlock .hei-menuBlock-title {
    background-color: #D1DE8F;
}

.seika .hei-menuBlock .hei-menuBlock-title a:hover {
    background-color: #95B300;
}

.seika .hei-menuBlock .hei-menuBlock-group a::before {
    border-left-color: #D1DE8F;
}

/* 各学科のイメージカラーを相殺（茶色にする）
-------------------------------------------------------------------------------- */
/* 見出し h1 */
.default-color.hei-h1, .default-color .hei-h1 {
    border-left-color: #3D271C!important;
}

/* 見出し h4 */
.hei-h4.default-color h4::before, .hei-h4 .default-color h4::before {
    border-color: #3D271C!important;
}

/* ノーマルリスト */
.hei-list.default-color li::before, .hei-list .default-color li::before {
    background-color: #D7C4A4!important;
}

/* リンクリスト */
.default-color.hei-linkList a::before, .default-color .hei-linkList a::before {
    border-left-color: #3D271C!important;
}

/* テーブル */
.default-color.hei-table table, .default-color.hei-table table tr, .default-color.hei-table table td, .default-color.hei-table table th,
.default-color .hei-table table, .default-color .hei-table table tr, .default-color .hei-table table td, .default-color .hei-table table th {
    border: 1px solid #523400!important;
}

.default-color .hei-table thead th, .default-color.hei-table thead th {
    background-color: #D7C4A4!important;
}

.default-color .hei-table tbody th, .default-color.hei-table tbody th {
    background-color: #F3EDE1!important;
}

/* ローカルナビゲーション */
.default-color.hei-menuBlock .hei-menuBlock-title {
    background-color: #F3EDE1!important;
}

.default-color.hei-menuBlock .hei-menuBlock-title a:hover {
    background-color: #3C281D!important;
}

.default-color.hei-menuBlock .hei-menuBlock-group a::before {
    border-left-color: #370200!important;
}

/* エラーページ
-------------------------------------------------------------------------------- */
.hei-pageError {
    box-sizing: border-box;
    width: 100%;
    height: 720px;
    margin-top: 24px;
    padding: 16px 40% 0px 0px;
    background-image: url(../img/bg/404bk.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.hei-pageError .hei-h2-line {
    margin-top: 0px;
}

/* ======================================================================================
 * [04] 左エリア
 * ====================================================================================== */

/* メニューブロック
-------------------------------------------------------------------------------- */
.hei-menuBlock {
    margin-bottom: 20px;
}

.hei-menuBlock-title {
    display: block;
    padding: 16px 0px 12px;
    font-size: 128.571%;
    text-align: center;
    background-color: #F3EDE1;
}

.hei-menuBlock-title a {
    display: block;
    margin: -16px 0px -12px;
    padding: 16px 0px 12px;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
}

.hei-menuBlock-title a:hover {
    color: #FFF;
    background-color: #3C281D;
}

.hei-menuBlock-group {
    box-sizing: border-box;
    border: 4px solid #d8c3a6;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu {
    position: relative;
    font-size: 85.714%;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu:first-child::before {
    border-bottom: none;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu::before {
    position: absolute;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 96%;
    margin-left: 2%;
    margin-top: -1px;
    border-bottom: 1px dotted #3C281D;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu a:hover {
    background-color: #F3EDE1;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu a.current {
    color: #3C281D;
    background-color: #F3EDE1;
    text-decoration: none;
}

.hei-menuBlock-group .pbBlock.pbBlockMenu:last-child {
    border-bottom: none;
}

.hei-menuBlock-group a {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 8px 6px 8px 24px;
    vertical-align: middle;
    text-decoration: none;
}

.hei-menuBlock-group a::before {
    position: absolute;
    box-sizing: border-box;
    height: 1px;
    top: 0;
    bottom: .2em;
    left: 10px;
    margin: auto;
    content: "";
    border: 3px solid transparent;
    border-left: 4px solid #370200;
}

.hei-menuBlock-group .secondLayer a {
    padding: 6px 6px 6px 32px;
}

.hei-menuBlock-group .secondLayer a::before {
    left: 16px;
    border: 3px solid transparent;
    border-left: 4px solid #370200;
}

/* 学科TOPへのリンク
-------------------------------------------------------------------------------- */
.hei-departmentTop {
    margin-bottom: 30px;
}

.hei-departmentTop-btn {
    display: block;
    padding: 10px 10px 10px 32px;
    margin-bottom: 2px;
    font-size: 128.571%;
}

.hei-departmentTop-btn a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 32px;
    margin: -10px -10px -10px -32px;
    vertical-align: middle;
    transition: background-color .3s ease-in-out;
    text-decoration: none;
}

.hei-departmentTop-btn a::before {
    position: absolute;
    box-sizing: border-box;
    height: 1px;
    top: 0;
    bottom: .2em;
    left: 16px;
    margin: auto;
    content: "";
    border: 4px solid transparent;
    border-left: 5px solid #370200;
}

.hei-departmentTop-btn a:hover {
    color: #FFF;
    text-decoration: none;
}

.hei-departmentTop-btn:hover a::before {
    border-left-color: #FFF;
}

/* 学科TOPへのリンク > 栄養士科 */
.hei-departmentTop-btn.eiyou {
    background-color: #9CCBE5;
}

.hei-departmentTop-btn.eiyou a:hover {
    background-color: #179DE6;

}

/* 学科TOPへのリンク */
.hei-departmentTop-btn.chouri {
    background-color: #ED9160;
}

.hei-departmentTop-btn.chouri a:hover {
    background-color: #ED6218;

}

/* 学科TOPへのリンク > 製菓衛生師科 */
.hei-departmentTop-btn.seika {
    background-color: #D1DE8F;
}

.hei-departmentTop-btn.seika a:hover {
    background-color: #95B300;

}

/* Pickup Contents
-------------------------------------------------------------------------------- */
.hei-pickupContents {
    margin-bottom: 30px;
}

.hei-pickupContents-title {
    padding: 4px 4px 0px 16px;
    margin-bottom: 8px;
    background: url(../img/bg/bg_life_title.png) repeat-y left top;
}

.hei-pickupContents ul {
    font-size: 0;
}

.hei-pickupContents li {
    padding-bottom: 8px;
}

/* 会員サイト
-------------------------------------------------------------------------------- */
.hei-memberSite {
    margin-bottom: 30px;
}

.hei-memberSite-title {
    padding: 4px 4px 2px 16px;
    margin-bottom: 8px;
    background: url(../img/bg/bg_life_title.png) repeat-y left top;
}

.hei-memberSite-linkList.hei-linkList ul {
    padding: 16px 16px 4px 16px;
    background-color: #D7C4A4;
    color: #777;
}

.hei-memberSite-linkList.hei-linkList li {
    margin-bottom: 12px;
}

.hei-memberSite-linkList.hei-linkList a {
    font-weight: normal;
}

/* お申し込みフォーム
-------------------------------------------------------------------------------- */
.hei-form {
    box-sizing: border-box;
    width: 100%;
    padding: 0 1px;
}

.hei-form td {
    border: 1px solid #523400;
}

.hei-form td {
    padding: 8px 16px;
}

.hei-form td > div td {
    padding: 0;
}
.hei-form td.pbLabel {
    background-color: #D7C4A4;
    font-weight: bold;
}

.hei-form [class^='hei_oc_'] > table tr {
    border-collapse:collapse!important;
    border:none!important;
    border-spacing:0!important;
}

.hei-form .forTdCellCenter {
    padding-top: 16px;
    border: none;
}

.hei-form .forTdCellCenter input[type='submit']{
    padding: 4px 24px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 120%;
}

.hei-form input, .hei-form select {
    padding: 4px;
    border: 1px solid #CCC;
}

.hei-form td.pbErrorMsg {
    border: none;
    padding: 0;
}

.hei-form div.pbErrorMsg {
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 8px;
    margin-bottom: 8px;
    background-color: #FFB3C4;
}

.hei-form div.pbSmartQueryRequired {
    box-shadow: none;
}

/* ======================================================================================
 * [05] フッター
 * ====================================================================================== */
.hei-footer {
    padding: 24px 0 32px;
    background-image: url(../img/bg/bg_nav_line.png);
    background-repeat: repeat-x;
    background-color: #332000;
    color: #FFF;
    font-size: 85.714%;
}

.hei-footer > .pbNested {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

/* ループスライダー
-------------------------------------------------------------------------------- */
.hei-loopSlider {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.loopSlider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.loopSlider li {
    position: relative;
    height: auto;
    margin: 0 1px;
    cursor: pointer;
}

.hei-loopSlider-image img {
    width: 160px;
    height: 160px;
}

.hei-loopSlider-title {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 160px;
    height: 40px;
    bottom: 0;
    padding: 8px;
    color: #FFF;
    background-color: rgba(51,32,0,0.8);
    font-size: 85.714%;
}

.hei-loopSlider-title a:link, .hei-loopSlider-title a:visited, .hei-loopSlider-title a:active {
    color: #FFF;
    text-decoration: none;
}

.hei-loopSlider-title a:hover {
    text-decoration: underline;
}

/* 住所
-------------------------------------------------------------------------------- */
.hei-footer-schoolName {
    font-size: 150%;
    letter-spacing: 3px;
}

/* リンク
-------------------------------------------------------------------------------- */
.hei-footer-link ul {
    display: inline-block;
    width: 100%;
    letter-spacing: -.4em;
}

.hei-footer-link li {
    display: inline-block;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin: 5px -1px 5px 0;
    padding: 0 10px;
    letter-spacing: normal;
}

.hei-footer-link li:last-child {
    margin-right: 0;
}

.hei-footer-link a:link, .hei-footer-link a:visited, .hei-footer-link a:active {
    text-decoration: none;
    color: #FFF;
}

.hei-footer-link a:hover {
    text-decoration: underline;
}

/* コピーライト
-------------------------------------------------------------------------------- */
.hei-footer-copyright {
    text-align: center;
    padding: 8px 0px;
    background-color: #FFF;
    color: #3C281C;
    font-size: 85.714%;
}

/* メディア切り替えプラグイン
-------------------------------------------------------------------------------- */
.hei-footer-pluginViewMode {
    display: block;
    width: calc(100% - 20px);
    margin: 12px auto 24px;
}

.hei-footer-pluginViewMode dd {
    display: block;
    width: 100%;
}

.hei-footer-pluginViewMode dd a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #332000;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
}

.hei-footer-pluginViewMode dt, .hei-footer-pluginViewMode dd.stLast {
    display: none!important;
}

/* ======================================================================================
 * [88] オープンキャンパス
 * ====================================================================================== */

 /* 全体
 -------------------------------------------------------------------------------- */
div#oc_wrap {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
}

 /* 終了イベント
 -------------------------------------------------------------------------------- */
div.closed > p.date,
div.closed > p.title,
div.closed > p.menu {
  opacity: 0.2;
}

 /* 開催年
 -------------------------------------------------------------------------------- */
h5.oc_year {
  border: 1px solid #CCC;
  font-size: 130%;
  padding: 15px;
  width: 35%;
  margin: 50px auto 15px;
}
h5.oc_year:first-child {
  margin-top: 20px;
}

/* 開催月
-------------------------------------------------------------------------------- */
div.oc_month,
div.active {
  font-size: 130%;
  padding: 13px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  background: url("../img/btn/open.png") no-repeat center right #8ad9f6;
}
div.active {
  background: url("../img/btn/close.png") no-repeat center right #8ad9f6;
}
div.oc_month > span.month {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}

/* イベント欄
-------------------------------------------------------------------------------- */
div.oc_detail {
  background: #ebebeb;
  padding: 20px 0px;
  /*padding-bottom: 0;*/
  overflow: auto;
  display: none;
}

/* イベント詳細 BOX
-------------------------------------------------------------------------------- */
div.day_all {
  position: relative;
}
div.day {
  background: #FFF;
  padding: 15px;
  border: 1px solid #eee;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  cursor: pointer;
}
div.day:hover {
  background-color: #fad495;
  transition: 0.6s;
}
div.closed,div.limit {
  opacity: 0.4;
  -moz-opacity: 0.4;
}
div.closed:hover,
div.limit:hover {
  background-color: #FFF;
}
div.day label {
  cursor: pointer;
}
div.closed, div.closed label,
div.limit, div.limit label {
  cursor: default;
}
div.day p {
  text-align: left;
  margin-bottom: 0;
}
div.day p.date {
  font-size: 160%!important;
  font-weight: bold;
  margin-bottom: 10px!important;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  overflow: auto;
}
p.date span.oc_type {
  padding: 0px 10px;
  font-size: 60%;
  float: right;
}
div.day p.title {
  background: url("../img/btn/oc_title.png") no-repeat center left;
  padding-right: 40px;
}
div.day p.menu {
  background: url("../img/btn/oc_menu.png") no-repeat center left;
}
p.title, p.menu {
  padding-left: 43px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
div.end {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 130%;
  top: 40%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* スマートデバイス表示
-------------------------------------------------------------------------------- */
@media screen and  (max-width: 960px) {
    div#oc_wrap, .con960, .t-sec {
          width: 100%!important;
    }

}

@media screen and  (max-width: 640px) {
    #oc16 h3, #oc16 ul.tabmenu li a span.bd3 {
        text-align: center;
    }

    /* オープンキャンパス日程・お申し込み */
    div#oc_wrap {
        width: 100%;
    }

    h5.oc_year {
        width: calc(100% - 80px);
        text-align: center;
    }

    div.day {
        width: calc(100% - 40px);
        font-size: 130%;
    }

    div.day p.date {
        text-align: center;
    }

    div.day label {
        display: block;
        width: 100%;
    }

    p.date span.oc_type {
        display: block;
        width: 100%;
        margin-top: 8px;
        float: left;
    }

    div.day p.title, div.day p.menu {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 1.2em!important;
        background-size: 28px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    div.day span.oc_txtsml {
        line-height: 2em;
    }

    div.day p.title {
        padding-right: 0;
    }

    div.day p.menu {
        margin-top: 16px!important;
        margin-bottom: 8px!important;
    }
    div.oc_month, div.active {
        background-size: 32px;
    }
    div.end {
        font-size: 170%;
        font-weight: bold;
    }
}

/* サブ タイトル メニュー
-------------------------------------------------------------------------------- */
span.oc_txtsml {
  font-size: 80%;
}

/* ======================================================================================
 * [99] ユーティリティ
 * ====================================================================================== */

/* マージン
-------------------------------------------------------------------------------- */
.hei-mt-small {
    margin-top: 16px;
}

.hei-mt-middle {
    margin-top: 32px;
}

.hei-mt-large {
    margin-top: 64px;
}

.hei-mb-small {
    margin-bottom: 16px;
}

.hei-mb-middle {
    margin-bottom: 32px;
}

.hei-mb-large {
    margin-bottom: 64px;
}

.hei-mr-small {
    margin-right: 16px;
}

.hei-mr-middle {
    margin-right: 32px;
}

.hei-mr-large {
    margin-right: 64px;
}

.hei-ml-small {
    margin-left: 16px;
}

.hei-ml-middle {
    margin-left: 32px;
}

.hei-ml-large {
    margin-left: 64px;
}

/* 文字サイズ
-------------------------------------------------------------------------------- */
.hei-fs-small {
    font-size: 85.714%!important;
}

.hei-fs-middle {
    font-size: 114.28%!important;
}

.hei-fs-large {
    font-size: 128.57%!important;
}

/* 左寄せ　・　中央寄せ　・　右寄せ
-------------------------------------------------------------------------------- */
.hei-ta-left {
    text-align: left!important;
}

.hei-ta-center {
    text-align: center!important;
}

.hei-ta-right {
    text-align: right!important;
}

/* クリアフィックス
-------------------------------------------------------------------------------- */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* no ie-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ======================================================================================
 * [00] 旧サイトで利用していたCSS
 * ====================================================================================== */

/* hyoei_grobal.css
-------------------------------------------------------------------------------- */

/* hyoei_grobal.css　追加分 */
.pbPage .contents {
    padding: 0px!important;
    margin: 0 20px;
}

.pbPage .contents p {
    font-size: 86.857%; /* 12.16px */
}

.pbPage .contents p.p-small {
    font-size: 80%; /* 11.2px */
}

.hei-container .contents {
    margin: 0;
}


/* body.css
-------------------------------------------------------------------------------- */

.pbPage .contents h2.pagetitle {
    font-size: 125.714%!important; /* 17.6px */
}

.pbPage .contents h3 {
    font-size: 98.385%!important; /* 13.67px */
}

.pbPage .contents h4, .pbPage .contents h5 {
    font-size: 91.428%!important; /* 12.8px */
}

.pbPage .contents ul.linklist-l li, .pbPage .contents ul.linklist-m li {
    font-size: 86.857%!important; /* 12.16px */
}

.pbPage .contents ul.list-s li {
    font-size: 77.714%!important; /* 10.88px */
}

.pbPage .contents ul.linklist-m li, .pbPage .contents ul.list-l li {
    font-size: 86.857%!important; /* 12.16px */
}
.pbPage .contents ul.linklist-s li{
    font-size: 77.714%!important; /* 10.88px */
}

.pbPage .contents ul.list-l li ul.list-inner-ul li,
.pbPage .contents ul.list-m li ul.list-inner-ul li,
.pbPage .contents ul.list-s li ul.list-inner-ul li {
    font-size: 102.857%!important; /* 14.4px */
}

.pbPage .contents ol li {
    font-size: 86.857%!important; /* 12.16px */
}

.pbPage .contents dl dt {
    font-size: 86.857%!important; /* 12.16px */
}

.pbPage .contents dl dd {
    font-size: 86.857%!important; /* 12.16px */
}

.pbPage .contents dl dd li {
    font-size: 102.857%!important; /* 14.4px */
}

table.table-a, table.table-a2, table.table-b, table.table-c {
    font-size: 86.857%!important; /* 12.16px */
}

.pbPage .contents table td ol {
	  font-size: 148.571%!important; /* 20.8px */
}

ul.cate-index-left li, ul.cate-index-right li, ul.cate-index-left2 li, ul.cate-index-right2 li {
	  font-size: 91.4285%!important; /* 12.8px */
}

ul.cate-index-left2 li, ul.cate-index-right2 li {
    font-size: 86.857%!important; /* 12.16px */
}

ul.cate-index-left li ul.index-sub li,
ul.cate-index-right li ul.index-sub li {
    font-size: 102.857%!important; /* 14.4px */
}

.pagelink ul li {
    font-size: 86.857%!important; /* 12.16px */
}

h5.txt-up {
	font-size: 125.714%!important; /* 17.6px */
}

table.table-a p, table.table-a2 p, table.table-b p {
	font-size: 114.285%!important; /* 16px */
}

table.table-d {
  font-size: 102.857%!important; /* 14.4px */
}

/* gdn.css
-------------------------------------------------------------------------------- */

/*-----------------morelink---------------*/
.pbPage .morelink ul {
	display: block;
	margin: 10px 0 10px!important;
  font-size: 109.090%;
}

.pbPage .morelink ul li {
	background-position: left top;
  padding: 2px 0 5px 19px;
}

.pbPage .gdn-inn{
	padding: 10px;
}
