@charset "UTF-8";
/* format
=============================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 10px */
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  _display: inline;
  _zoom: 1;
}

a, button, input {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}

a {
  word-wrap: break-word;
}

hr {
  margin-top: 9% !important;
  margin-bottom: 9% !important;
}

p {
  line-height: 1.7;
}

.mt10 {
    margin-top: 2% !important;
}

.mt20 {
    margin-top: 3% !important;
}

.mt30 {
    margin-top: 4% !important;
}

.mt40 {
  margin-top: 5%;
}

.mt50 {
  margin-top: 6%;
}

.mt60 {
  margin-top: 7%;
}
.mt70 {
    margin-top: 8%;
}

.mb10 {
  margin-bottom: 2%;
}

.mb20 {
  margin-bottom: 3%;
}

.mb30 {
  margin-bottom: 4%;
}

.mb40 {
  margin-bottom: 5%;
}

.mb50 {
  margin-bottom: 6%;
}

.mb60 {
  margin-bottom: 7%;
}

/* common header
=============================================================*/
#header {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 3%;
    position: relative;
    z-index: 20;
}
#header .main_nav ul {
  display: none;
}
#header .main_nav .logo img {
  width: 60%;
    max-width: 360px;
}
#header .drawer-hamburger {
  margin-right: 2%;
  margin-top: 0%;
  width: 30px;
  text-align: center;
}
#header .drawer-hamburger p {
  margin-top: 15px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.2;
  position: absolute;
  left: 4px;
}
#header .drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
#header .drawer-hamburger-icon,
#header .drawer-hamburger-icon:after,
#header .drawer-hamburger-icon:before {
  height: 4px;
  color: #333;
}
#header .drawer-hamburger-icon:before,
#header .drawer-hamburger-icon:after {
  position: absolute;
  left: 0;
  content: ' ';
}

/*----- メニュー */
#overlay_menu {
  background: rgba(238, 238, 238, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
    padding: 5% 5% 7%;
  -webkit-overflow-scrolling: touch;
}
#overlay_menu ul.main_menu li {
  text-align: center;
  margin-bottom: 1px;
}
#overlay_menu ul.main_menu a {
  display: block;
  padding: 5%;
  text-decoration: none;
  background-color: #d10000;
  color: #fff;
  font-weight: bold;
}
#overlay_menu ul.main_menu a:hover {
  color: #d10000;
  background: #fff;
  text-decoration: none;
}
#overlay_menu h2 {
  font-weight: normal;
  background-color: #fff;
  padding: 5% 0 0;
  margin: 5% 0 0;
  font-size: 1.3rem;
  text-align: center;
}
#overlay_menu ul.target_menu {
  padding: 5%;
  background-color: #fff;
}
#overlay_menu ul.target_menu li {
  text-align: center;
  border: 1px solid #d10000;
}
#overlay_menu ul.target_menu li + li {
  margin-top: -1px;
}
#overlay_menu ul.target_menu a {
  display: block;
  padding: 4% 5%;
  font-size: 1.3rem;
  text-decoration: none;
}
#overlay_menu ul.target_menu a:hover {
  background-color: rgba(209, 0, 0, 0.15);
  text-decoration: none;
  color: #d10000;
}

.open #overlay_menu {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
}

.drawer-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

/* common footer
=============================================================*/
#content .content_footer .lyt-position {
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  /*    z-index: 9999;*/
  background: #fff;
  padding: 5%;
}

#content .content_footer .lyt-position a {
  margin: 0 10px;
  color: #333;
}

#content .content_footer .lyt-position a:hover {
  color: #d10000;
}

#content .content_footer #totop{
    margin-bottom: 0;
}
#content .content_footer #totop a {
  display: block;
  background: #000;
  text-align: center;
}

#footer {
  background: #d10000;
  padding: 5%;
  text-align: center;
}
#footer a:hover {
  text-decoration: none;
}
#footer .text_links02 {
  display: none;
}
#footer .ft_logo {
  margin-top: 7%;
}
#footer .owner {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 7%;
  text-align: center;
}

#footer #footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footer #footer_menu li {
  width: 50%;
  background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#footer #footer_menu li:nth-child(4), #footer #footer_menu li:nth-child(6) {
  letter-spacing: -0.02em;
}
#footer #footer_menu a {
  width: 100%;
  display: block;
  padding: 8% 14% 8% 8%;
  color: #333;
  line-height: 1.4;
  border-left: 1px solid #d10000;
  border-bottom: 1px solid #d10000;
  background: url(/common/img/arrow_index01.png) no-repeat 92% 50%;
  background-size: 3px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#footer #footer_menu a:hover {
  text-decoration: none;
  color: #d10000;
  background: url(/common/img/arrow_index01_on.png) no-repeat 92% 50%;
  background-size: 3px 5px;
}

#footer h3.footer_title {
  cursor: pointer;
  margin-top: 5%;
  background: url(/common/img/arrow_footer_01.png) no-repeat 95% 50% white;
  background-size: 9px 4.5px;
  padding: 5% 4%;
  font-weight: bold;
  text-align: left;
}
#footer .footer_toggle {
  display: none;
}
#footer .footer_toggle li {
  border-top: solid 1px #d10000;
  text-align: center;
}
#footer .footer_toggle a {
  display: block;
  padding: 1em;
  background-color: #fff;
}
#footer .footer_toggle a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

#footer .for_sp ul.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  margin-top: 5%;
}
#footer .for_sp ul.icons li {
  width: 48%;
  text-align: center;
}
#footer .for_sp ul.icons a {
  border: 2px solid #fff;
  display: block;
  padding: 5% 0;
}
#footer .for_sp ul.icons a:hover {
  background: rgba(0, 0, 0, 0.3);
}
#footer .for_sp ul.icons a img {
  width: 40%;
  height: auto;
}
#footer .for_sp ul.txt_links {
  margin-top: 7%;
}
#footer .for_sp ul.txt_links li + li {
  margin-top: 1%;
}
#footer .for_sp ul.txt_links a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 1% 0;
}
#footer .for_sp ul.txt_links a:hover {
  text-decoration: underline;
}

/* index content
=============================================================*/
.index #main {margin: 5%;}
.index #main.main_w{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.index .main_visual{text-align: center;}
.index .main_visual h1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  margin-top: 5%;
}
.index .main_visual p {
  font-weight: 300;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 1%;
  color: #888888;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
.index .main_visual img {
  display: none;
}
.index .main_visual div {
  margin-top: 7%;
  height: 200px;
}

/* lower content
=============================================================*/
#content > .content_area_inner,
hr.content_area_w,
div.content_area_w{
  margin-left: 5%;
  margin-right: 5%;
}

.lower h2 {
  text-align: center;
  line-height: 1.5;
  margin-top: 10%;
  margin-bottom: 9.5%;
}
.lower h2 small {
  display: block;
  font-size: 1.6rem;
  margin-top: 2.5%;
  line-height: 1.4;
}
.lower h3 {
  text-align: center;
  margin-top: 8%;
  margin-bottom: 4%;
}
.lower h5, .lower h6 {
  margin-top: 4%;
  margin-bottom: 2%;
}
.lower #main {
  margin: 5%;
}
.lower .main_visual {
  height: 120px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  background: url(../img/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.lower .main_visual h1 {
  display: inline-block;
  margin-top: 51px;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}
.lower.teacher h3.title span, .lower.campus_life h3.title span, .lower.recruitment h3.title span {
  display: block;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #888888;
  margin-top: 1.5%;
}
.lower h3.title span.text_jp {
  font-size: 1.5rem;
  margin-top: 2%;
}

.content_area img, .content_area_inner img {
  width: 100%;
  height: auto;
}

/* lower common*/
ul.link_card {
  margin-bottom: 10%;
}
ul.link_card li {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.0;
  border-bottom: solid #d10000 1px;
}
ul.link_card li a {
  display: block;
  padding-bottom: 17px;
  color: #333;
  padding: 5%;
  font-size: 1.5rem;
  position: relative;
}
ul.link_card li a:after {
  content: '▼';
  position: absolute;
  right: 4%;
  font-size: 8px;
  line-height: 8px;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 8px;
}
ul.link_card li a:hover {
  color: #d10000;
  text-decoration: none;
}
ul.link_card li span {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: text-top;
  color: #d10000;
  margin-right: 5%;
}

/* bread clumb */
.lower #main .lyt-position,
.index #main .lyt-position {
  display: none;
}

/* under link area */
/* ローカルナビ */
.local_nav {
  background: #f6f6f6;
  padding: 7% 5% 7%;
  margin-top: 8%;
  text-align: center;
}
.local_nav h3 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 1.6rem !important;
}
.local_nav .local_nav_inner + h3 {
  margin-top: 6%;
}

/* 関連リンク */
dl.relation_links {
  margin-top: 7%;
}

dl.relation_links dt {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  margin-bottom: 5%;
}

/* お問い合わせ */
.contact_adress,
.contact_adress02 {
  border: 1px solid #dddddd;
  padding: 6% 6% 5%;
  margin: 8% 5%;
}
.contact_adress > dl > dt,
.contact_adress02 > dl > dt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 6%;
}
.contact_adress .name,
.contact_adress02 .name {
  background-color: #f6f6f6;
  line-height: 1.5;
  padding: 3% 4%;
  margin-bottom: 3%;
}
.contact_adress div > dl,
.contact_adress02 div > dl {
  margin-top: 4%;
}
.contact_adress div > dl dt,
.contact_adress02 div > dl dt {
  margin-bottom: 1%;
}

/* CMS入力エリア */
.input_area .image_wrap {
  font-size: 0;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-left: -1%;
  margin-right: -1%;
}
.input_area .image_wrap img {
  width: 48%;
  margin: 1%;
}
.input_area h3 {
  font-size: 1.8rem !important;
  background-color: #f6f6f6;
  padding: 3% 4%;
  margin: 7% 0 3%;
  text-align: left;
}
.input_area h4 {
  font-size: 1.5rem !important;
  letter-spacing: normal !important;
  border-left: 4px solid #000;
  text-align: left;
  padding-left: 3%;
  margin: 4% 0 2.5%;
}
.input_area table {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.input_area table tr, .input_area table th, .input_area table td {
  display: block;
  width: 100%;
}
.input_area table th, .input_area table td {
  padding: 3% 4%;
  font-weight: bold;
}
.input_area table th:last-child, .input_area table td:last-child {
  font-weight: normal;
}
.input_area table tr {
  border-bottom: 1px solid #dddddd;
}
.input_area table th {
  background-color: #f6f6f6;
}
.input_area table th + th {
  padding-top: 0;
  margin-top: -2.5%;
}
.input_area table td + td {
  padding-top: 0;
  margin-top: -2.5%;
}
.input_area table td h5 {
  margin-top: 0;
}
.input_area ul, .input_area ol {
  margin-top: 4%;
  margin-bottom: 4%;
  margin-left: 22px;
}
.input_area ul li, .input_area ol li {
  line-height: 1.5;
}
.input_area ul li + li, .input_area ol li + li {
  margin-top: 2%;
}
.input_area ul li {
  list-style: disc;
}
.input_area ol li {
  list-style: decimal;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}
.input_area p.notice {
  padding-left: 18px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 2% 0;
}
.input_area p.notice:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #d10000;
}

/* module（汎用的に使用できるスタイル）
=============================================================*/
/* Headline */
#content h2, #content h3, #content h4 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#content h2 {
  font-size: 2.2rem;
}

#content h2.title2 span{
    display: block;
    font-size: 2.2rem;
    color: #888888;
    padding-top: 8px;
}

/*----- 2019年度以前ボタン */
#content h2.before_2019{
    margin: 5% 0 0;
    color:#d10000;
	text-align: center;
}


#content h3 {
  font-size: 2.0rem;
  line-height: 1.5;
}
#content h4 {
  font-size: 1.7rem;
  line-height: 1.5;
}

h2.title {
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
h2.title span {
  display: block;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #888888;
  margin-top: 1.5%;
}

h3.title {
  margin-top: 8%;
  margin-bottom: 5%;
}

h4.title {
  margin-top: 6%;
  margin-bottom: 3.5%;
}

.d_inline{display: inline-block;}

/* グレー背景・左寄せ */
.title-bg {
  background-color: #f6f6f6;
  padding: 3% 4%;
  margin: 7% 0 3%;
  text-align: left !important;
}

/* 左側に線 */
.title-br {
  border-left: 4px solid transparent;
  text-align: left !important;
  padding-left: 3%;
  margin-bottom: 3%;
}
.title-br.red {
  border-color: #d10000;
  color: #d10000;
}
.title-br.black {
  border-color: #333333;
}

/* タイトル：下線ドット */
h6.title {
  text-align: left;
  padding-bottom: 1%;
  border-bottom: 1px dotted #aaa;
  font-weight: normal;
}

.txt_center {margin-top: 2%;}

p + .txt_right,
.txt_right + p {
  margin-top: 5%;
}

/* 余白 */
table.type01 + table.type01,
table.type01 + .list_link_01,
table.type01 + .title-br,
.row + .title-br,
.list_link_01 + .txt_right,
.list_notice_01 + .txt_right {
  margin-top: 5%;
}
p + .title-br{
    margin-top: 4%;
}

.lyt_list_01 li,
.list_num_01 li,
.list_notice_01 li {
  line-height: 1.5;
}
.lyt_list_01 li + li,
.list_num_01 li + li,
.list_notice_01 li + li {
  margin-top: 1.5%;
}

p + .lyt_list_01,
p + .list_link_01,
p + .list_link_01_center,
p + .list_num_01,
p + table.type01,
p + .list_notice_01,
img + .lyt_list_01,
.lyt_list_01 + p,
.list_num_01 + p,
ol + .list_notice_01 {
  margin-top: 3%;
}

table.type01 + .list_notice_01,
table.type01 + p {
  margin-top: 10px;
}

/* PDFアイコン */
.icon_file {
  width: auto !important;
}

/*----- テーブルデフォルト */
.table{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.table th, .table td{
    border: 1px solid #ddd;
    padding: 3% 4%;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
}
.table th.center, .table td.center{
    text-align: center;
}
.table th{
    background: #f6f6f6;
}

/* table */
table.type01 {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #dddddd;
  text-align: left;
}
table.type01 tr, table.type01 th, table.type01 td {
  display: block;
  width: 100%;
}
table.type01 tr:first-child th {
  border-top: none;
}
table.type01 th, table.type01 td {
  padding: 3% 4%;
}
table.type01 th.center, table.type01 td.center {
  text-align: center;
}
table.type01 th {
  background-color: #f6f6f6;
  border-top: 1px solid #dddddd;
}
table.type01 td + td {
  border-top: 1px dotted #dddddd;
}
table.type01 thead{
    display: none;
}

table.type02 {
    width: 200%;
  /*width: 700px;*/
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-size: 1.3rem;
  line-height: 1.6;
}
table.type02 th, table.type02 td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 12px;
}
table.type02 th {
  background-color: #f6f6f6;
}
table.type02.width_s {
    width: 128% !important;
  /*width: 450px !important;*/
}

table.type01 th.center,
table.type01 td.center,
table.type02 th.center,
table.type02 td.center {
  text-align: center;
}

table.noborder th, table.noborder td{border: none !important;}
table.member {display: table; padding-bottom: 3%; border-bottom: none !important;}
table.member th, table.member td{vertical-align: top; display: table-cell !important; width: auto;}
table .w120{width: 15vw !important; padding: 15px 0  0!important;}

/* レスポンシブ対応：trを分ける */
table.table_part {
  width: 100%;
  border-left: none;
  margin: 4% 0;
}
table.table_part thead {
  display: none;
}
table.table_part tr {
  display: block;
  border-left: 1px solid #dddddd;
}
table.table_part tr + tr {
  margin-top: 3%;
  border-top: 1px solid #dddddd;
}
table.table_part td {
  display: block;
  text-align: right;
  padding: 2% 3%;
}
table.table_part td + td {
  border-top: none;
}
table.table_part td:before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}

/* レスポンシブ対応：横スクロール */
.table_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 4% 0;
}

/* テーブル化 dl, ul */
.dp-table {
  display: table;
  width: 100%;
}

.dp-table dt, .dp-table dd, .dp-table li {
  display: table-cell;
}

/* 画像左寄せカラム */
.column_area_img {
  text-align: center;
  margin-bottom: 4%;
}
.column_area_img img {
  width: 60%;
  height: auto;
}
.column_area_img .cap {
  text-align: center;
}

.str_lyt_col03 .lyt-col + .lyt-col {
  margin-top: 2%;
}

.lyt_img_02 ul {
  margin: 5% 0;
}
.lyt_img_02 li + li {
  margin-top: 2%;
}

/* グレー背景のボックス */
.bg-gray {
  background: #f6f6f6;
  padding: 5%;
  text-align: left;
}

/* 2カラムレイアウト */
.sub #content .sub_column h3 {
  font-size: 1.8rem;
  margin-top: 6%;
}
.sub .sub_column {
  margin-top: 10%;
}
.sub .sub_column li + li {
  margin-top: -1px;
}
.sub .sub_column li a {
  display: block;
  color: #333;
  padding: 4% 10% 4% 5%;
  border: solid #dddddd 1px;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
.sub .sub_column li a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% #f6f6f6;
  color: #d10000;
}

/*----- グリッド */
.row + .row {margin-top: 5%;}
.row + p {margin-top: 2%;}
.row .col_4 + .col_4 {margin-top: 5%;}
.row .col_6 + .col_6 {margin-top: 5%;}
.row .col_4 + .col_4.mts,
.row .col_6 + .col_6.mts{margin-top: 1.5% !important;}
.row_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-top: 1.25%;
}
.row_flex .col_3{
    width: 47%;
    margin-left: 3%;
    margin-top: 0.75%;
}
.row_flex .col_3:nth-child(1){
    -webkit-order: 1;
    order: 1;
}
.row_flex .col_3:nth-child(3){
    -webkit-order: 2;
    order: 2;
}
.row_flex .col_3:nth-child(2){
    -webkit-order: 3;
    order: 3;
}
.row_flex .col_3:nth-child(4){
    -webkit-order: 4;
    order: 4;
}


.row img {width: 100%; height: auto;}

p + .row, img + .row {margin-top: 5%;}

/*----- 画像系スタイル */
.column_ph_area {margin: 6% auto;}
.column_ph_area img {width: 100%; height: auto;}
.column_ph_area p {text-align: center;}
.column_ph_area + p {margin-top: -3%;}
.column_ph_area .column_ph_area_inner + .column_ph_area_inner {margin-top: 4%;}

.cap {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2%;
}

/*----- 画像サイズ */
.img_auto {width: auto !important; height: auto;}

/*----- リンク */
.index_card li + li {border-top: 1px solid #dddddd;}
.index_card li span.number {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-style: italic;
  color: #fff;
  background-color: #d10000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding-right: 3px;
  margin-right: 4%;
}
.index_card li span.more {display: none;}
.index_card li span.label {
  position: absolute;
  top: -20px;
  left: -5px;
  background-color: #d10000;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1% 3% 1% 2%;
}
.index_card li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  position: relative;
}
.index_card li a {
  color: #333333;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  display: block;
  padding: 7% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50%;
}
.index_card li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(/common/img/arrow_local_nav_current.png) no-repeat 95% 50% #d10000;
}
.index_card li a:hover span.number {
  text-decoration: none;
  color: #d10000;
  background-color: #fff;
}

.content_links {margin: 8% 0;}
.content_links li.current a {
  border: none;
  color: #d10000;
  background: url(/common/img/arrow_local_nav_current.png) no-repeat 95% 50% white;
  border: 1px solid #ffffff;
}

.local_nav li,
.content_links li,
.in_bl_links li,
.list_link_01 li,
.list_link_01_center li,
.info_gaiyo_inner > li > ul li,
body.news .detail_area .list-link-01 li {
  border: 1px solid #dddddd;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
.local_nav li:hover,
.content_links li:hover,
.in_bl_links li:hover,
.list_link_01 li:hover,
.list_link_01_center li:hover,
.info_gaiyo_inner > li > ul li:hover,
body.news .detail_area .list-link-01 li:hover {
  border: 1px solid #d10000;
}
.local_nav li + li,
.content_links li + li,
.in_bl_links li + li,
.list_link_01 li + li,
.list_link_01_center li + li,
.info_gaiyo_inner > li > ul li + li,
body.news .detail_area .list-link-01 li + li {
  margin-top: -1px !important;
  border-top: 1px solid transparent;
}
.local_nav li + li:hover,
.content_links li + li:hover,
.in_bl_links li + li:hover,
.list_link_01 li + li:hover,
.list_link_01_center li + li:hover,
.info_gaiyo_inner > li > ul li + li:hover,
body.news .detail_area .list-link-01 li + li:hover {
  border-top: 1px solid #d10000;
}
.local_nav li a,
.content_links li a,
.in_bl_links li a,
.list_link_01 li a,
.list_link_01_center li a,
.info_gaiyo_inner > li > ul li a,
body.news .detail_area .list-link-01 li a {
  display: block;
  color: #333333;
  padding: 4% 12% 4% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
.local_nav li a br,
.content_links li a br,
.in_bl_links li a br,
.list_link_01 li a br,
.list_link_01_center li a br,
.info_gaiyo_inner > li > ul li a br,
body.news .detail_area .list-link-01 li a br {
  display: none;
}
.local_nav li a:hover,
.content_links li a:hover,
.in_bl_links li a:hover,
.list_link_01 li a:hover,
.list_link_01_center li a:hover,
.info_gaiyo_inner > li > ul li a:hover,
body.news .detail_area .list-link-01 li a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
}

.list_link_01 a img {
  width: auto;
  vertical-align: baseline;
}

.in_bl_links,
.btn_link,
.contact_adress02 .contact_link {
  margin: 4% 0;
}
.in_bl_links > a,
.btn_link > a,
.contact_adress02 .contact_link > a {
  display: block;
  color: #333333;
  border: 1px solid #dddddd;
  padding: 5% 12% 5% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
.in_bl_links > a:hover,
.btn_link > a:hover,
.contact_adress02 .contact_link > a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
  border: 1px solid #d10000;
}

a.a_link {
  display: block;
  color: #333333;
  border: 1px solid #dddddd;
  padding: 5% 12% 5% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
  text-align: left;
  font-weight: normal;
}
a.a_link img {
  width: auto;
}
a.a_link:hover {
  text-decoration: none;
  background: url(../img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
  border: 1px solid #d10000;
}

.banner_links li + li,
.img_links_center li + li {
  margin-top: 3%;
}
.banner_links a > img,
.img_links_center a > img {
  width: 100%;
  height: auto;
}

/*----- テキスト系スタイル */
.lyt_list_doc_01 {
  text-align: left;
  margin-top: 6%;
  margin-bottom: 6%;
}
.lyt_list_doc_01 dt {
  font-weight: bold;
  border-left: 4px solid #333333;
  padding-left: 3%;
  margin-bottom: 2.5%;
}
.lyt_list_doc_01 dd + dt {margin-top: 6%;}

/*----- リスト */
.lyt_list_01 {margin-left: 20px;}
.lyt_list_01 li {list-style: disc;}

.list_link_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_link_02 li {
  width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.list_link_02 li:nth-child(1), .list_link_02 li:nth-child(2) {
  border-top: 1px solid #dddddd;
}
.list_link_02 li:nth-child(2n) {border-right: 1px solid #dddddd;}
.list_link_02 li:last-child {border-right: 1px solid #dddddd;}
.list_link_02 a {
  padding: 6%;
  width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  color: #333;
  font-size: 1.2rem;
}
.list_link_02 a img{width: 100%; height: auto;}
.list_link_02 a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
  color: #d10000;
}
.list_link_02 p {line-height: 1.5; margin-top: 4%;}
.list_link_02 span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3%;
}
.list_link_02 small {
  display: block;
  width: 50%;
  background-color: #d10000;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 1.5% 2%;
  margin: 2% auto 0;
  line-height: 1;
}

.list_link_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list_link_03 li {
  width: 50%;
  margin-bottom: 4.5%;
}
.list_link_03 li:nth-child(odd) p {
  padding-right: 1.0rem;
}
.list_link_03 a {
  display: block;
  color: #333333;
}
.list_link_03 a:hover {
  color: #d10000;
}
.list_link_03 a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.list_link_03 p {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 2.5%;
}

.list_num_01 li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.list_num_01 li ul li span {
  color: #333;
}
.list_num_01 span {
  margin-right: 0.55em;
  color: #d10000;
}

/*----- ※マーク */
.list_notice_01 {
  margin: 2% auto;
  font-size: 1.2rem;
}
.list_notice_01 li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.list_notice_01 span {
  margin-right: 0.5em;
  text-indent: -0.5em;
  color: #d10000;
}

.nomark {
  font-size: 1.2rem;
  margin: 1% 0;
}

/*----- 「※」「注」マーク */
p.notice, p.notice_c {
  padding-left: 15px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 3% 0;
}

p.notice:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
  color: #d10000;
}

p.notice_c:before {
  content: '注';
  position: absolute;
  left: 0;
  top: 0;
  color: #d10000;
}

.list_column_2 li > img {
  width: 100%;
  height: auto;
  margin: 1% 0;
}


/*----- リンク：画像 */
.image_link li,
.image_link li a p{
    -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
}
.image_link li{background-color: #d10000;}
.image_link li + li{margin-top: 5%;}
.image_link li a{
    display: block;
    position: relative;
    color: #333;
}
.image_link li a img{
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}
.image_link li a p{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 4% 6%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
.image_link li a p span{
    display: block;
    font-size: 1.2rem;
}
.image_link li a p br{display: none;}

/* ホバー */
.image_link li:hover{
    border-bottom-color: #d10000;
}
.image_link li a:hover{
    text-decoration: none;
    color: #d10000;
}
.image_link li a:hover img{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.image_link li a:hover p{
    background-color: #fff;
    border-bottom: 1px solid #d10000;
}

/* 学部・大学院 */
.education .clm_2_edu li{background-color: #fff;}
.education .clm_2_edu li div{background-color: #d10000;}
.education .clm_2_edu li div + p{font-size: 1.2rem; margin-top: 2%;}

/* リンクなし：準備中 */
.image_link a.none{
    pointer-events: none;
}


/*----- 画像リンク */
.img_links li + li {
  margin-top: 3%;
}
.img_links img {
  width: 100%;
  height: auto;
}
.img_links a.none {
  pointer-events: none;
  position: relative;
  display: block;
}
.img_links a.none:before {
  content: '※準備中';
  height: 20px;
  position: absolute;
  top: 30%;
  bottom: 0;
  right: 6%;
  margin: auto;
  display: block;
  font-size: 1.4rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #fff;
  padding: 0 3px 1px;
}



.banner_area li + li {
  margin-top: 3%;
}
.banner_area img {
  width: 100%;
  height: auto;
}

/*----- 下層 お知らせ */
#news {
  position: relative;
  padding-bottom: 12%;
  margin-bottom: 8%;
}
#news .cat {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#news .cat a {
  color: #fff;
  display: block;
  padding: 2% 3%;
  background: url(/common/img/arrow_news.png) 95% 50% no-repeat #d10000;
  border: 1px solid transparent;
}
#news .cat a:hover {
  color: #d10000;
  background: url(/common/img/arrow_news_on.png) 95% 50% no-repeat white;
  border: 1px solid #d10000;
  text-decoration: none;
}
#news .cat_title {
  color: #fff;
  margin-top: 5px;
  padding: 2% 3%;
  background: url(/common/img/arrow_news.png) 95% 50% no-repeat #d10000;
  border: 1px solid transparent;
}
#news .cat_title:hover {
  color: #d10000;
  background: url(/common/img/arrow_news_on.png) 95% 50% no-repeat white;
  border: 1px solid #d10000;
  text-decoration: none;
}
#news .news_area dl,
#news .news_list dl {
  padding: 6% 0% 5.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#news .news_area dl + dl,
#news .news_list dl + dl {
  border-top: 1px solid #dddddd;
}
#news .news_area dt,
#news .news_list dt {
  text-align: center;
  background: #fff;
}
#news .news_area dt a,
#news .news_list dt a {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}
#news .news_area dt a > img:hover,
#news .news_list dt a > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#news .news_area dt img,
#news .news_list dt img {
  width: auto;
  height: 160px;
  object-fit: contain;
}
#news .news_area dd.date,
#news .news_list dd.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  margin-bottom: -20px;
}
#news .news_area a,
#news .news_list a {
  display: block;
  margin-top: 2%;
  color: #333333;
  font-size: 1.7rem;
}
#news .news_area {
  margin-top: -4%;
}
#news .news_area dt {
  -webkit-order: 0;
  order: 0;
  margin-bottom: 4%;
}
#news .news_area dd{
  font-size: 1.7rem;

}
#news .news_list dd{
  font-size: 1.7rem;
  margin-top: 2%;
}
#news .news_area dd.date,
#news .news_list dd.date {
  -webkit-order: 1;
  order: 1;
  font-size: 1.3rem;
}
#news .news_area dt + dd {
  -webkit-order: 2;
  order: 2;
}
#news .news_list {
  border-top: 1px solid #dddddd;
}
#news .news_list dd.date {
  -webkit-order: 0;
  order: 0;
}
#news .news_list dt {
  -webkit-order: 1;
  order: 1;
}
#news .news_list dt + dd {
  -webkit-order: 2;
  order: 2;
}

/* page（ページ別スタイル）
=============================================================*/

/*---------- トップページ */
/* ローディング画面 */
.loader_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}
.loader_bg .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.loader_bg .loader .logo {
  display: block;
  margin: 0 auto 5%;
  width: 80%;
  height: auto;
}
.loader_bg .loader p {text-align: center;}

/* 動画 */
.top_visual_wrap {text-align: center;}
.top_visual_wrap > img {
  margin-top: 86%;
  width: 50%;
  height: auto;
}

.top_visual {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: -100;
}

#top_visual_movie {
  z-index: -100;
  background: url("") no-repeat;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* 全画面 */
.movie_all .top_visual{
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.movie_all .top_visual #top_visual_movie{
    min-width: 100%; 
    min-height: 100%; 

    width: auto;
    height: auto;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.movie_all + #content{
    margin-top: 150% !important;
}

body.top #content{
    margin-top: calc(80vh - 80px) !important;
}



.youtube-wrap{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: -1;
}


/*----- Android */
.top_visual_a{
    margin-top: -25%;
}
.top_visual_a video{
    width: 100%;
}
.top_visual_wrap > img.android{margin-top: 20%;}

/*----- Android用スライド */
.top_slide {display: none; margin-top: -10%;}
.top_slide li img {width: 100%; height: auto;}


/* 画像 */
body.top #pickup dd img,
body.top .about img,
body.top .slider img,
body.top .top_banners img {
  width: 100%;
  height: auto;
}

body.top #content {
  margin-top: 42%;
  background: white;
  background-color: rgba(255, 255, 255, 0.8);
}
body.top h2 {text-align: center; padding: 10% 0 8%;}
body.top h2 img {width: auto !important;}

body.top #pick_up h2,
body.top #news h2,
body.top #content .about h2,
body.top #content .club_act h2{
    font-size: 5.5rem;
	color: #D10000;
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	padding: 0;
}

body.top #pick_up h2 span,
body.top #news h2 span,
body.top #content .about h2 span,
body.top #content .club_act h2 span{
    display: block;
	font-size: 1.8rem;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;

}


body.top #pick_up h2 span::before,body.top #pick_up h2 span::after,
body.top #news h2 span::before,body.top #news h2 span::after{
	display: inline-block;
    content: "";
	margin: 6px 10px;
	width: 35px;
	height: 1px;
	background: #D10000;
	position: relative;
}


body.top #mainvisual .btn {
	position: absolute;
	right: 0;
	top: calc(80vh - 56px) ;
	width: 100%;
	height: 55px;

}

body.top #mainvisual .btn a{
	background-color:rgba(255, 255, 255, 0.8);
	display: block;
	padding: 15px 40px 15px 50px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}

body.top #mainvisual .btn a::before{
	content: "";
	background: url("../../img/icon.svg") no-repeat center center;
	background-size: 100%;
	width: 22px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 45%;
	transform: translateY(-50%);
	margin: auto;
}

body.top #mainvisual .btn a::after{
	content: "";
	background: url(../img/arrow_index01_on.png) no-repeat center center;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 6px;
	height: 10px;
	margin: auto;
	
}

body.top #mainvisual .btn a:hover{
	background-color:#111;
	color: #fff;
}

/*----- Pick Up */
body.top #pick_up {
    border-bottom: 1px solid #D10000;
	padding: 8% 0;
}

body.top #pick_up .inner{
	padding: 0 5%;
	margin: 0 auto;
	position: relative;
}

body.top #pickupblock{
	margin-top: 8%;
}

body.top #pickupblock .slick-list{
	padding: 0 !important;
}

body.top #pick_up ul{
   list-style-type: none;

}

body.top #pick_up ul li{
	margin-bottom: 3%;
}

body.top #pick_up ul li a{
   display: block;
   /* padding: 0 5%; */
   text-decoration: none;
}

body.top #pick_up ul li a dl{
   background: #fff;
}

body.top #pick_up ul li dl dt{
   width: 100%;
   height: 80vw;
   background: #f0f0f0;
   position: relative;
}

body.top #pick_up ul li dl dt img{
   width: 100%;
   height: 80vw;
   object-fit: cover;
}

body.top #pick_up ul li dl dt span {
	display: none;
	position: absolute;
	top: 15px;
	left: -10px;
	padding: 13px 10px 15px;
	padding-right: 80px;
	letter-spacing: 0.1px;
	color: #ffffff;
	line-height: 1;
	background: linear-gradient(-70deg,transparent,transparent 25%,#D10000 0%,#D10000);
}

body.top #pick_up ul li dl dt span::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 5px solid transparent;
	border-top: 5px solid #810101;
	border-right: 5px solid #810101;
}


body.top #pick_up ul li dl dd{
   padding: 15px;
   text-align: left;
   font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   color: #D10000;
   font-weight: bold;
   font-size: 1.7rem;
}

body.top #pick_up ul li dl dd p{
   margin-bottom: 0;
   font-size: 1.4rem;
   color: #707070;
   font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
   margin-top: 3%;
}

body.top #pick_up .list_link{
	/* padding: 0 20px; */
	display: block;
	margin-top: 40px;
	color: #fff;
	font-size: 1.4rem;
	overflow: hidden;
}

body.top #pick_up .list_link a{
	float: right;
	text-align: right;
    display:flex;
	align-items: center;
	justify-content: center;
    color: #fff;
    font-size: 1.4rem;
	width: 100%;
	height: 50px;
	background: #2e2e2e;
	position: relative;
	overflow: hidden;	
	text-decoration: none;
}

body.top #pick_up .list_link a span{
	position: relative;
	z-index: 10;
}

body.top #pick_up .list_link a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 60px;
	background: linear-gradient(-45deg,transparent,transparent 25%,#D10000 0%,#D10000);
	transform: translateX(-80%);
	transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1)
}

body.top #pick_up .list_link a::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url("../../img/arrow02.svg") no-repeat center center;
	width: 8px;
	height: 12px;
}

body.top #pick_up .list_link a:hover::before{
	transform: translateX(0%);
}


/* Arrows */
body.top #pick_up .slick-prev,
body.top #pick_up .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
	
    width: 45px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 10;
}

body.top #pick_up .slick-prev{
	left: -60px;
}

body.top #pick_up .slick-next{
	right: -60px;
}

body.top #pick_up .slick-prev:before,
body.top #pick_up .slick-next:before
{
	display: block;
	font-size: 20px;
	width: 45px;
    height: 100px;
	text-align: center;
	border-radius: 0;
	line-height: 100px;
	opacity: 1;
	color: white;
	background: #D10000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/*---------------------------*/
#pickup{
	position: relative;
	text-align: center;
	border-bottom: 1px solid #d10000;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
#pickup dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
	display: table;
	border-top: 1px solid #d10000;
	margin: 0 auto;
	max-width: 1200px;
}
#pickup dd{
	max-width: 600px;
	width: 50%;
	height: auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	color: #d10000;
}
#pickup dl dd > img{width: 100%; height: auto;}
#pickup dd span{
	display: block;
	margin-bottom: 10px;
	white-space: nowrap;
}
#pickup dd div{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	font-size: 1.9rem;
	border: solid #d21001 1px;
	max-height: 76px;	
	padding: 20px 0;
	width: 70.8%;
	margin: 0 auto;
    -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
}
#pickup dd div.f_s{font-size: 1.6rem; letter-spacing: -0.02rem;}
#pickup dd a:hover {text-decoration: none;}
#pickup dd a:hover div{
	background: #d10000;
	color: #fff;
}

/* ピックアップ一覧
-------------------------------------------------------------*/
body.pickup_list .content_area ul{border-top: 1px solid #d10000;}
body.pickup_list .content_area li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #d10000;
    height: 140px;
    overflow: hidden;
}
body.pickup_list .content_area li > div{
    text-align: center;
    color: #d10000;
}
body.pickup_list .content_area li .img{
    width: 49%;
    position: relative;
    overflow: hidden;
    height: 140px;
}
body.pickup_list .content_area li .img img{
    width: auto;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.pickup_list .content_area li .link{
    width: 51%;
    padding: 0 2%;
}
body.pickup_list .content_area li .link span{
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: -0.04rem;
    margin-bottom: 3%;
}
body.pickup_list .content_area li .link a{
    display: block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    border: solid #d10000 1px;
    padding: 5% 3% 5% 4%;
}
body.pickup_list .content_area li .link a:hover{
    background: #d10000;
    color: #fff;
    text-decoration: none;
}
body.pickup_list .content_area li .link.f_s a{
    font-size: 1.2rem;
    letter-spacing: -0.02rem;
}
body.pickup_list .content_area li .link p{
    text-align: center;
    font-size: 1.0rem;
    margin-top: 2.0%;
}



/*------------------------------------------------------------*/
body.top #pickup h2 {margin-bottom: 0; padding-top: 5%;}
body.top #pickup dl {
  display: table;
  width: 100%;
  min-height: 120px;
  table-layout: fixed;
  border-top: 1px solid #d10000;
}
body.top #pickup dl dd:last-child {
  background: url(../../img/ph_pickup_01.jpg) no-repeat center;
  background-size: cover;
}
body.top #pickup dl:nth-child(3) dd {background: none;}
body.top #pickup dl:nth-child(3) dd:first-child {
  background: url(../../img/ph_pickup_02.jpg) no-repeat center;
  background-size: cover;
}
body.top #pickup dl:nth-child(4) dd:last-child {
  background: url(../../img/ph_pickup_03.jpg) no-repeat center;
  background-size: cover;
}
body.top #pickup dd {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5% 3%;
  color: #d10000;
}
body.top #pickup dd > img {display: none !important;}
body.top #pickup dd span {
  display: block;
  margin-bottom: 5%;
  line-height: 1.4;
  font-size: 1.3rem;
}
body.top #pickup dd a {display: block;}
body.top #pickup dd a:hover {text-decoration: none;}
body.top #pickup dd a:hover div {background: #d10000; color: #fff;}
body.top #pickup dd div {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  border: solid #d21001 1px;
  padding: 6% 3% 6% 4%;
}
body.top #pickup dd div.f_s {font-size: 1.3rem;}
body.top #pickup dd div.f_s small {display: block; margin-top: 2%;}



.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75
}

#pick_up .slick-dots {
	
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
	margin-top: 8%;
    width: auto;
  }
  #pick_up .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
  }
  #pick_up .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
  }
  #pick_up .slick-dots li button:hover,#pick_up .slick-dots li button:focus {
    outline: none
  }
  #pick_up .slick-dots li button:hover:before,#pick_up .slick-dots li button:focus:before {
    opacity: 1
  }
  #pick_up .slick-dots li button:before {
    opacity: 1;
    border: 2px solid #D10000;
    border-radius: 100%;
    color: transparent;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 16px
  }
  #pick_up .slick-dots li.slick-active button:before {
    color: #D10000;
    opacity: 1
  }

body.top #pick_up ul li.admission dl dd{
	color: #fff;background: #D10000;
}

/*------------------------------------------------------------*/




/*----- NEWS */
body.top #news {
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 0;
  padding-top: 8%;
}
body.top #news .select_cat {display: none;}

body.top #news .cat {
    position: relative;
    bottom: 0;
    width: 100%;
}

body.top #news  .cat li a:hover{
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
	color: #fff;
}


body.top #news  .cat > li{margin-top: 3%;}
body.top #news  .cat li,
body.top #news  .cat li a{
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	width: 100%;
	height: 50px;
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
}

body.top #news  .cat li a:hover{
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
	color: #fff;
}


body.top #news  .cat li a span{
	position: relative;
	z-index: 10;
}

body.top #news  .cat li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 60px;
	background: linear-gradient(-45deg,transparent,transparent 25%,#D10000 0%,#D10000);
	transform: translateX(-80%);
	transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1)
}

body.top #news  .cat li a::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url("../../img/arrow02.svg") no-repeat center center;
	width: 8px;
	height: 12px;
}

body.top #news  .cat li a:hover::before{
	transform: translateX(0%);
}


body.top #news .cat > li.cat_title {
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	width: 100%;
	height: 50px;
	background: #2e2e2e;
	position: relative;
	overflow: hidden;

}


body.top #news .cat > li.cat_title:hover{
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
	color: #fff;
}


body.top #news .cat > li.cat_title span{
	position: relative;
	z-index: 10;
}

body.top #news .cat > li.cat_title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 60px;
	background: linear-gradient(-45deg,transparent,transparent 25%,#D10000 0%,#D10000);
	transform: translateX(-80%);
	transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1)
}
body.top #news .cat > li.cat_title.on::before{
	transform: translateX(0%) !important;
}

body.top #news  .cat > li.cat_title:hover::before{
	transform: translateX(0%);
}

body.top #news  ul.select_cat{display: none;}
body.top #news  ul.select_cat {
	z-index: 9;
	width: 100%;
	padding: 20px;
	background: #d10000;
	overflow: hidden;
}

body.top #news  ul.select_cat li{
	
	padding: 10px 0;
}


body.top #news  ul.select_cat li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	position: relative;
	padding-left: 25px;
}

body.top #news  ul.select_cat li a::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url("../../img/arrow02.svg") no-repeat center center;
	width: 8px;
	height: 12px;
}
/*
body.top #news .cat {position: relative; margin-top: 8%;}
body.top #news .cat > li.cat_title:hover {
  color: #d10000;
  background: url(/common/img/arrow_news_on.png) 95% 50% no-repeat white;
  border: 1px solid #d10000;
  text-decoration: none;
  cursor: pointer;
}
body.top #news .select_cat li {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #d10000;
}
body.top #news .select_cat li + li {margin-top: -1px;}
body.top #news .select_cat a {
  background: rgba(255, 255, 255, 0.9);
  color: #d10000;
  background-image: none;
  display: block;
  padding: 2% 3%;
}
body.top #news .select_cat a:hover {
  background-image: none;
  background-color: #e1e1e1;
  text-decoration: none;
}
body.top #news .news_area {margin-top: 5%;}
*/
/*----- ABOUT */

body.top #content .about h2,
body.top #content .club_act h2{
    font-size: 5.5rem;
	color: #D10000;
	font-family: 'Work Sans', sans-serif;
}

body.top #content .about h2 span,
body.top #content .club_act h2 span{
    display: block;
	font-size: 1.8rem;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
	position: relative;
	padding-left: 40px;
}

body.top #content .about h2 span{
	padding-left: 0;
}

body.top #content .about h2 span::before,
body.top #content .about h2 span::after{
	display: inline-block;
    content: "";
	margin: 6px 10px;
	width: 35px;
	height: 1px;
	background: #D10000;
	position: relative;
}


body.top .about ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
body.top .about ul li{
	width: 100%;
	height: 150px;
	margin-bottom: 2px;
}

body.top .about ul li a{
	display: flex;
	width: 100%;
	height: 150px;
	justify-content: center;
	position: relative;
	background: #aaa;
	box-sizing: border-box;
	padding: 0 5%;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

body.top .about ul li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0,.4);

}

body.top .about ul li a span {
	display: block;
	position: absolute;
	bottom: 30px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 2rem;
	z-index: 10;
}


body.top .about ul li a span i{
	display: block;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
	font-size: 1.2rem;
	padding-top: 2px;
}

body.top .about ul li:last-child{
	margin-bottom: 0;
}

body.top .about ul li a{
	justify-content: flex-start;
	align-items: flex-end;
}

body.top .about ul li a span {
	position: relative;
	bottom: 0;
	text-align: left;
	margin-bottom: 5%;
}


body.top .about ul.education_list li:nth-child(1) a{
	background: url("../../img/ph_sports_sp.png") no-repeat center center;
	background-size: cover;
}

body.top .about ul.education_list li:nth-child(2) a{
	background: url("../../img/ph_dance_sp.png") no-repeat center center;
	background-size: cover;
}

body.top .about ul.education_list li:nth-child(3) a{
	background: url("../../img/ph_health_sp.png") no-repeat center center;
	background-size: cover;
}

body.top .about ul.education_list li:nth-child(4) a{
	background: url("../../img/ph_child_sp.png") no-repeat center center;
	background-size: cover;

}

body.top .about ul.education_list li:nth-child(5) a{
	background: url("../../img/ph_grad.png") no-repeat center center;
	background-size: cover;
}

body.top .about ul.education_list li.before_2019{
		height: auto;
}

body.top .about ul.education_list li.before_2019 a{
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 700;
		font-size: 1.9rem;
		border: solid #d10000 1px;

		margin: 0 auto;
		text-align: center;
		align-items: center;
		color: #d10000;
		background: #fff;
}
body.top .about ul.education_list li.before_2019 a::after{
	display: none;
}


body.top .about h2{
	text-align: center !important;

}

body.top .about {
  background: rgba(245, 245, 245, 0.8);
  padding: 5% 5% 7%;
  margin-top: 20%;
  border-top: 1px solid #D10000;
}

body.top .about .about_box {

  margin-top:8%;
}

body.top .about h2 {padding-bottom: 0;}
body.top .about h3 {
  text-align: center;
  border-bottom: 1px solid #c1c2c2;
  margin: 7% auto 3%;
  padding-bottom: 4%;
}
body.top .about h3 img {
  width: auto;
  height: 60px;
}
body.top .about ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body.top .about ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}
body.top .about .list_2nd dl dt,
body.top .about .list_3rd dl dt {margin: 2% 0 3%;}
body.top .about .list_2nd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
body.top .about .list_2nd img {order: 1;}
body.top .about .list_2nd dl {order: 2;}

body.top .about .text {
	font-size: 1.6rem;
	margin-top: 5%;
	margin-bottom: 5%;
}


.about .about_box_inner .text p{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
}

.about .about_wrap .btn,
.about .about_wrap .btn a{
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	width: 100%;
	height:50px;
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
}

.about .about_wrap .btn a:hover{
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	border: none;
	color: #fff;
}


.about .about_wrap .btn a span{
	position: relative;
	z-index: 10;
}

.about .about_wrap .btn a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 60px;
	background: linear-gradient(-45deg,transparent,transparent 25%,#D10000 0%,#D10000);
	transform: translateX(-80%);
	transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1)
}

.about .about_wrap .btn a::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url("../../img/arrow02.svg") no-repeat center center;
	width: 8px;
	height: 12px;
}

.about .about_wrap .btn a:hover::before{
	transform: translateX(0%);
}



/*----- 部活 */
body.top #content .club_act {
    padding-top: 5%;
	 border-top: 1px solid #D10000;
}

body.top #content .club_act h2{
    font-size: 4.5rem;
	color: #D10000;
	font-family: 'Work Sans', sans-serif;
}

body.top #content .club_act h2 span::before,
body.top #content .club_act h2 span::after{
	display: inline-block;
    content: "";
	margin: 6px 10px;
	width: 35px;
	height: 1px;
	background: #D10000;
	position: relative;
}

body.top #content .club_act #sliderArea{
	margin-top: 5%;
	margin-bottom: 5%;
}


body.top .club_act .cat {
  margin: 5%;
}

body.top .club_act .cat{
    display: block;
	margin-top: 0;
    color: #fff;
    font-size: 1.4rem;
	overflow: hidden;
}

body.top .club_act .cat a{
	float: right;
	text-align: right;
	display:flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	width: 390px;
	height: 50px;
	background: #2e2e2e;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	margin-right: 5px;
}

body.top .club_act .cat a span{
	position: relative;
	z-index: 10;
}

body.top .club_act .cat a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 60px;
	background: linear-gradient(-45deg,transparent,transparent 25%,#D10000 0%,#D10000);
	transform: translateX(-70%);
	transition: transform 0.6s cubic-bezier(0.14, 1, 0.34, 1)
}

body.top .club_act .cat a::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background:url("../../img/arrow02.svg") no-repeat center center;
	width: 8px;
	height: 12px;
}

body.top .club_act .cat a:hover::before{
	transform: translateX(0%);
}


body.top .club_act .slick-arrow {
	display: none !important;
}

body.top .club_act .slider dt, body.top .club_act .slider dd {
  padding-left: 5%;
  padding-right: 5%;
}
body.top .club_act .slider dt {
  margin: auto;
  text-align: center;
  border-top: solid 2px #d10000;
  border-bottom: solid 2px #d10000;
}
body.top .club_act .slider dd a {
  display: block;
  background: #ddd;
  padding: 3% 5%;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho,  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
}
body.top .club_act .slider dd a:hover {
  color: #d10000;
  background: #eee;
  text-decoration: none;
}
body.top .club_act .slider img {
  vertical-align: bottom;
}

/*----- バナーエリア */
body.top .top_banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin: 7% 4% 5%;
}
body.top .top_banners li {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 2%;
}
body.top .top_banners li:nth-child(1),
body.top .top_banners li:nth-child(2),
body.top .top_banners li:nth-child(3) {
  width: 100%;
}

/*---------- お知らせ */
/* 共通 */
#news .cat_name,
#news .news_list dt,
.news .category {
  display: block;
  width: 50%;
  height: 20px;
  line-height: 20px;
  background-color: #d10000;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

#news .date,
.news .date {
  font-size: 1.2rem;
  color: #d10000;
}

.news .date.detail {
  font-size: 1.2rem;
  color: #d10000;
	text-align: right;
}

/* 一覧 */
.news .news_list li {
  padding: 5% 5% 4.5%;
  position: relative;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  *zoom: 1;
}
.news .news_list li.fixed {
  background-color: #ffeaea;
  border-bottom: 1px solid #fff;
}
.news .news_list .date {
  float: right;
}
.news .news_list .image {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
}
.news .news_list .image + .date {
  top: 184px;
}
.news .news_list .image a {
  display: block;
  position: relative;
  width: 100%;
  height: 134px;
  overflow: hidden;
}
.news .news_list .image a > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.news .news_list .image img {
  width: auto;
  height: 134px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news .news_list .text .category {
  margin-bottom: 2%;
}
.news .news_list .text > a,
.news .news_list .text .link {
  display: block;
  color: #333333;
}

/* ページネーション */
.nav_page {
  margin-top: 7%;
}
.nav_page ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.nav_page li {
  list-style-type: none;
  flex: 1;
  border: 1px solid #dddddd;
}
.nav_page li + li {
  border-left: none;
}
.nav_page li.current {
  background-color: #f6f6f6;
}
.nav_page li.current a, .nav_page li.current span {
  color: #aaaaaa;
}
.nav_page a, .nav_page span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  flex: 1;
  height: 44px;
  text-decoration: none;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
.nav_page a:hover {
  background-color: #f6f6f6;
  color: #d10000;
}

/* 詳細 */
.news_detail .category {
  margin-bottom: 10px;
}
.news_detail #content .news_title {
  line-height: 1.4;
  text-align: left;
}
.news_detail #content .title-bg {
  font-size: 1.8rem;
}
.news_detail .wrap p + p {
  margin-top: 2%;
}

/*----- 詳細ページ */
body.news.sub #main h2.news_title {
  text-align: left;
}
body.news.sub #main h2.news_title .category {
  margin-bottom: 3%;
}

body.news .detail_area img {
  max-width: 100%;
  height: auto;
}
body.news .detail_area h3 {
  text-align: left;
  background-color: #f6f6f6;
  padding: 2% 4%;
}
body.news .detail_area .lyt-hdg-l3-03 h3 {
  background: none;
  padding: 0;
}
body.news .detail_area .lyt-img {
  margin-top: 3%;
}
body.news .detail_area .lyt-img > img {
  width: 100%;
}
body.news .detail_area .str-lyt-col02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  margin-left: -1%;
  margin-right: -1%;
}
body.news .detail_area .str-lyt-col02 + .str-lyt-col02 {
  margin-top: 4%;
}
body.news .detail_area .str-lyt-col02 .lyt-col {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}
body.news .detail_area .list-link-01 {
  margin: 3% 0;
}

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

#lightbox-container-image-data-box {
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4;
  overflow: auto;
  width: 100% !important;
  padding: 0 2% 0;
    position: relative;
    z-index: 10;
}

#lightbox-image-details {
  text-align: left;
  font-size: 1.3rem;
}
#lightbox-image-details .lightbox-image-details-currentNumber {
  padding-left: 1%;
  font-size: 1.1rem;
}

#lightbox-secNav a {
  text-align: right;
  display: block;
  padding: 2%;
}

#lightbox-container-image {
  padding: 2%;
    overflow: hidden;
}

#lightbox-container-image img {
  width: 100%;
  height: auto;
}

#lightbox-loading {
  padding: 10% 0;
}

#lightbox-loading-link img {
  width: auto;
}

/*----- 大学案内 */
body.college_info .main_visual div {
  background: url(../../college_info/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.college_info.lower .main_visual {
  background: url(../../college_info/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.college_info.index hr {
  display: none;
}
body.college_info.index h2 {
  margin-top: 13%;
  margin-bottom: 10%;
  text-align: center;
}
body.college_info.index h2.title {
  margin-top: 10%;
}
body.college_info.lower th br {
  display: none;
}
body.college_info.lower .br_block th br{
    display: block;
}
body.college_info .info_gaiyo img {
  width: 100%;
  height: auto;
}
body.college_info .info_gaiyo .info_gaiyo_inner > li:first-child {
  margin-bottom: 4%;

}
body.college_info .info_gaiyo li li {
  border: 1px solid #dddddd;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
body.college_info .info_gaiyo li li:hover {
  border: 1px solid #d10000;
}
body.college_info .info_gaiyo li li + li {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
body.college_info .info_gaiyo li li + li:hover {
  border-top: 1px solid #d10000;
}
body.college_info .info_gaiyo li li a {
  display: block;
  color: #333333;
  padding: 5% 12% 5% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
body.college_info .info_gaiyo li li a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
}
body.college_info .college_info_footer_links li {
  border: 1px solid #dddddd;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
body.college_info .college_info_footer_links li:hover {
  border: 1px solid #d10000;
}
body.college_info .college_info_footer_links li + li {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
body.college_info .college_info_footer_links li + li:hover {
  border-top: 1px solid #d10000;
}
body.college_info .college_info_footer_links li a {
  display: block;
  color: #333333;
  padding: 5% 12% 5% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
body.college_info .college_info_footer_links li a br {
  display: none;
}
body.college_info .college_info_footer_links li a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
}

/*----- OG列伝 */
body.index .og_retsuden {
  background: url("../../college_info/images/fig_og_retsuden.png") no-repeat -25px 0 whitesmoke;
  background-size: auto 50%;
  text-align: center;
  margin: 10% 0;
  height: 300px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 35px;
  position: relative;
}
body.index .og_retsuden:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -180px 25px #f5f5f5;
  z-index: 0;
}
body.index .og_retsuden h3 {
  color: #d10000;
  margin-bottom: 30px;
}
body.index .og_retsuden li + li {
  margin-top: 4px;
}
body.index .og_retsuden li a {
  display: block;
  padding: 16px;
  background: #fff;
  text-align: center;
  color: #d10000;
  position: relative;
  z-index: 1;
}
body.index .og_retsuden li a:hover {
  text-decoration: none;
  background: #d10000;
  color: #ffffff;
}


body.college_info .index_content_footer_inner {
  margin: 0 5% 8%;
}
body.college_info .index_content_footer_inner h3 {
  margin: 8% 0 5%;
}
body.college_info .index_content_footer_inner li {
  border: 1px solid #dddddd;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
body.college_info .index_content_footer_inner li:hover {
  border: 1px solid #d10000;
}
body.college_info .index_content_footer_inner li + li {
  margin-top: -1px;
  border-top: 1px solid transparent;
}
body.college_info .index_content_footer_inner li + li:hover {
  border-top: 1px solid #d10000;
}
body.college_info .index_content_footer_inner li a {
  display: block;
  color: #333333;
  padding: 4% 12% 4% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
}
body.college_info .index_content_footer_inner li a:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
}

/* spirit */
body.college_info ul.link_card {
  margin-top: -2.5%;
}
body.college_info .column01 {
  background: #f6f6f6;
  padding: 7% 6% 6%;
  margin-bottom: 6%;
}
body.college_info .column01 h4 {
  text-align: center;
  margin-bottom: 5%;
}
body.college_info .rinen .rinen_ph {
  text-align: center;
  margin-bottom: 6%;
}
body.college_info .rinen .cap {
  text-align: center;
}
body.college_info .college_info_inner ol {
  margin: 5% 0;
}
body.college_info .college_info_inner ol li {
  background: #f6f6f6;
  padding: 4% 4% 4% 11%;
  position: relative;
  line-height: 1.6;
}
body.college_info .college_info_inner ol li + li {
  margin-top: 2%;
}
body.college_info .college_info_inner ol li span {
  position: absolute;
  left: 5%;
}
body.college_info .motto {
  text-align: center;
}
body.college_info .motto h4 {
  font-size: 2.2rem !important;
  margin: 7% 0;
}

/* founder */
body.college_info .str_founder_01 table th, body.college_info .str_founder_01 table td {
  display: block;
}
body.college_info .str_founder_01 table tr + tr th {
  margin-top: 8%;
}
body.college_info .str_founder_01 table th {
  background-color: #f6f6f6;
  padding: 4% 5%;
}
body.college_info .str_founder_01 table td {
  padding-top: 5%;
}
body.college_info .str_founder_01 table h4 {
  margin-bottom: 5%;
}
body.college_info .str_founder_01 table .lyt_img {
  text-align: center;
  margin-top: 4%;
}
body.college_info .str_founder_01 table .lyt_img img {
  width: auto;
}
body.college_info .str_founder_01 table .lyt_img .cap {
  text-align: center;
}
body.college_info .str_lyt_col03 {
  margin: 5% 0;
}
body.college_info .str_lyt_col03 > div + div {
  margin-top: 4%;
}

/*----- school */
body.college_info .school_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
body.college_info .school_box img {
  width: 49%;
}
body.college_info .school_box img + img {
  margin-left: 2%;
}
body.college_info .school_box > div {
  margin-top: 3%;
  width: 100%;
}
body.college_info .school_box dl {
  overflow: hidden;
  text-align: left;
  margin-bottom: 3%;
}
body.college_info .school_box dt {
  width: 85px;
  float: left;
}
body.college_info .school_box dd {
  margin-left: 85px;
}

body.college_info ul.list_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body.college_info ul.list_inline li {
  width: 50%;
}

/*----- 学部・大学院 */
body.education .messag_wrap,
body.education_under .messag_wrap {
  text-align: center;
}
body.education .messag_wrap > img,
body.education_under .messag_wrap > img {
  width: 60%;
}
body.education .messag_wrap > div,
body.education_under .messag_wrap > div {
  text-align: left;
  padding-top: 5%;
}
body.education .messag_wrap p + p,
body.education_under .messag_wrap p + p {
  margin-top: 5%;
}

body.education .main_visual div {
  background: url(../../education/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.education.lower .main_visual {
  background: url(../../education/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.education.index #content h3 {
  font-size: 1.8rem;
  margin-bottom: 1%;
}
body.education .wrap_1 + .wrap_1 {
  margin-top: 10%;
}
body.education .wrap_1 dt, body.education .wrap_1 dd {
  display: block;
}
body.education .wrap_1 dt {
  border-left: 4px solid #333333;
  padding: 2% 0 0 5%;
  margin-bottom: 4%;
}
body.education .wrap_1 dt a {
  font-size: 1.3rem;
  color: #333333;
  background: url(/common/img/arrow_local_nav.png) no-repeat left;
  display: block;
  padding: 8px 12px;
}
body.education .wrap_1 dd {
  margin-bottom: 5%;
}
body.education .wrap_1 li {
  display: block;
  font-size: 1.2rem;
}
body.education .wrap_1 li + li {
  margin-top: 5%;
}
body.education .wrap_1 li a {

  display: block;
  margin-bottom: 2%;
}
body.education .wrap_1 li img {
  width: 100%;
  height: auto;
}
/*
body.education .wrap_2 {
  margin-top: 5%;
}
body.education .wrap_2 img {
  width: 100%;
  height: auto;
}
*/
body.education .content_links {
  margin-bottom: 10%;
}

/*----- 学部・大学院 各インデックス */
body.education_under .feature_list li + li {
  margin-top: 6%;
}
body.education_under .feature_list li img {
  width: 100%;
  height: auto;
}
body.education_under .feature_list .text_wrap h3 {
  color: #d10000;
  font-weight: normal;
  font-size: 1.6rem !important;
  border-left: 4px solid #d10000;
  padding-left: 3%;
  margin: 4% 0 3%;
}
body.education_under.curriculum #main img {
  width: 100%;
  height: auto;
}
body.education_under.curriculum .type02 {
  table-layout: fixed;
  width: 600px;
}

/*----- 教員紹介 */
body.teacher.lower .column_area_txt {
  margin-bottom: 5%;
}
body.teacher.lower .column_area_txt .title-bg {
  margin-bottom: 2%;
}
body.teacher.lower .column_area_txt .title-bg small {
  font-size: 1.3rem;
  margin-left: 3%;
}
body.teacher.lower .column_area_txt .position {
  display: inline-block;
  width: 110px;
  margin-right: 3%;
  background-color: #d10000;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px 4px;
  line-height: 1;
}
body.teacher.lower .ul_table {
  border-top: 1px solid #dddddd;
}
body.teacher.lower .ul_table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  padding: 4% 0;
  border-bottom: 1px solid #dddddd;
}
body.teacher.lower .ul_table li img {
  width: 25%;
}
body.teacher.lower .ul_table li .text {
  margin-left: 4%;
  width: 100%;
}
body.teacher.lower .ul_table li .text a {
  display: block;
  padding: 2% 0;
  padding-left: 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 0 12px;
}
body.teacher.lower .ul_table li .text a:hover {
  background: url(/common/img/arrow_local_nav.png) no-repeat 0 12px;
}
body.teacher.lower .ul_table li .text p {
  font-size: 1.2rem;
  line-height: 1.5;
}
body.teacher.lower .profile_wrap {
  text-align: center;
  margin-bottom: 5%;
}
body.teacher.lower .profile_wrap img {
  width: 60%;
}
body.teacher.lower .profile_wrap h3 {
  margin-top: 3%;
  margin-bottom: 5%;
}
body.teacher.lower .profile_wrap h3 small {
  display: block;
  margin-top: 1%;
  font-size: 1.2rem;
}
body.teacher.lower .img_wrap {
  margin: 6% 0;
}
body.teacher.lower .content_area p + p {
  margin-top: 3%;
}

/*----- スポーツ科学科 */
body.sports .main_visual div {
  background: url(../../education/s_science/sports/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.sports.lower .main_visual {
  background: url(../../education/s_science/sports/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- ダンス学科 */
body.dance .main_visual div {
  background: url(../../education/s_science/dance/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.dance.lower .main_visual {
  background: url(../../education/s_science/dance/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 健康スポーツ学科 */
body.health .main_visual div {
  background: url(../../education/s_health/health/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.health.lower .main_visual {
  background: url(../../education/s_health/health/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 子ども運動学科 */
body.child .main_visual div {
  background: url(../../education/s_health/child/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.child.lower .main_visual {
  background: url(../../education/s_health/child/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 大学院 スポーツ科学研究科 */
body.grad .main_visual div {
  background: url(../../education/grad/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.grad.lower .main_visual {
  background: url(../../education/grad/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}


/*----- 2019_スポーツ科学専攻 */
.sports .main_visual.y_2019 div {
    background: url(../../education/2019/s_science/sports/images/main_visial_index.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.sports.lower .main_visual.y_2019 {
    background: url(../../education/2019/s_science/sports/images/main_visial_lower.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*----- 2019_舞踊学専攻 */
.dance .main_visual.y_2019 div {
    background: url(../../education/2019/s_science/dance/images/main_visial_index.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.dance.lower .main_visual.y_2019 {
    background: url(../../education/2019/s_science/dance/images/main_visial_lower.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*----- 2019_健康スポーツ学専攻 */
.health .main_visual.y_2019 div {
    background: url(../../education/2019/s_health/health/images/main_visial_index.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.health.lower .main_visual.y_2019 {
    background: url(../../education/2019/s_health/health/images/main_visial_lower.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*----- 2019_幼児発達学専攻 */
.child .main_visual.y_2019 div {
    background: url(../../education/2019/s_health/child/images/main_visial_index.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.child.lower .main_visual.y_2019 {
    background: url(../../education/2019/s_health/child/images/main_visial_lower.jpg) no-repeat 50% 50%;
    background-size: cover;
}

/*----- 2019_大学院 スポーツ科学研究科 */
.grad .main_visual.y_2019 div {
    background: url(../../education/2019/grad/images/main_visial_index.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.grad.lower .main_visual.y_2019 {
    background: url(../../education/2019/grad/images/main_visial_lower.jpg) no-repeat 50% 50%;
    background-size: cover;
}


/*----- 入試情報 */
body.admission .main_visual div {
  background: url(../../admission/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.admission.lower .main_visual {
  background: url(../../admission/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.admission .col_6 + .col_6.mt {
  margin-top: 1.5%;
}
body.admission .event_kengaku div,
body.admission .kenbisai div {
  text-align: center;
}
body.admission .event_kengaku img,
body.admission .kenbisai img {
  width: auto;
  margin-bottom: 3%;
}
body.admission .event_kengaku img.deco,
body.admission .kenbisai img.deco {
  display: none;
}
body.admission .event_kengaku .time_table_title,
body.admission .kenbisai .time_table_title {
  color: #d10000;
  font-weight: bold;
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 1.5rem;
  text-align: left;
}
body.admission .event_kengaku dl {
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}
body.admission .event_kengaku dt {
  width: 90px;
  float: left;
}
body.admission .event_kengaku dd {
  margin-left: 95px;
}
body.admission .time_sche {
  margin: 3% 0;
}
body.admission .time_sche a {
  padding: 2%;
  border: 3px solid #d10000;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
}
body.admission .time_sche a:hover {
  text-decoration: none;
  background: #d10000;
  color: #fff;
}
body.admission .type02 .type02 {
  margin-top: 2%;
  margin-bottom: 2%;
}

/*----- 入試日程 */
body.admission.schedule .schedule_wrap {
  margin-top: 4%;
  position: relative;
}
body.admission.schedule .schedule_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  margin-left: 7%;
  position: absolute;
  top: 0;
  z-index: 1;
}
body.admission.schedule .schedule_wrap li {
  width: 25%;
}
body.admission.schedule .schedule_wrap a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
body.admission.schedule .schedule_01 a {
  color: #d10000;
  font-weight: bold;
}
body.admission.schedule .schedule_02 a {
  color: #ef4589;
  font-weight: bold;
}
body.admission.schedule .schedule_04 a {
  color: #f46729;
  font-weight: bold;
}
body.admission.schedule .schedule_05 a {
  color: #a540a2;
  font-weight: bold;
}

/*----- 入試イベント */
body.admission .event_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  width: 100%;
}
body.admission .event_schedule li {
  border: 1px solid #d10000;
  width: 100%;
  max-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  text-align: center;
  padding: 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
body.admission .event_schedule li + li {
  margin-left: -1px;
}
body.admission .event_schedule li:nth-child(3n) + li {
  margin-left: 0;
}
body.admission .event_schedule li.end {
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
}
body.admission .event_schedule li.end:before {
  content: "終了しました";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 18px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
}
body.admission .event_schedule li.end img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}
body.admission .event_schedule.op {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
body.admission .event_schedule.op li {
  width: 33.333%;
  max-height: inherit;
  padding: 1.5% 4% 5%;
}
body.admission .event_schedule img.w_s {width: 30%;}
body.admission .event_schedule img.w_m {width: 50%;}
body.admission .op_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  margin-bottom: 4%;
}
body.admission .op_detail li {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  margin-bottom: 1.5%;
}
body.admission .op_detail h5 {
  font-size: 1.2rem;
  margin-bottom: 4%;
  line-height: 1.3;
  border-left: 3px solid #333333;
  padding-left: 3%;
}
body.admission .op_detail p {
  margin-top: 3%;
  font-size: 1.2rem;
  line-height: 1.5;
}
body.admission .timetable_wrap {
  margin: 4% 0;
}
body.admission .timetable_wrap h5 {
  margin: 0 0 4%;
  text-align: center;
}
body.admission .timetable_wrap dl {
  overflow: hidden;
  *zoom: 1;
  line-height: 1.8;
  font-size: 1.3rem;
}
body.admission .timetable_wrap dl dt, body.admission .timetable_wrap dl dd {
  border-bottom: 1px dotted #aaa;
}
body.admission .timetable_wrap dl dt {
  width: 100px;
  float: left;
}

/*----- 入試方式 */
body.admission table.wide_layout {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 7%;
}
body.admission table.wide_layout td {
  display: block;
  width: 50%;
  float: left;
}
body.admission table.wide_layout td img {
  width: auto;
  height: 14px;
}
body.admission .method_list li span, body.admission .chart_list li span {
  display: inline-block;
  color: #d10000;
  font-size: 1.1rem;
  padding: 2px 5px;
  border: 1px solid #d10000;
  margin-right: 2px;
  margin-top: 2px;
}
body.admission .method_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-bottom: 6%;
}
body.admission .method_list li {
  margin-bottom: 1%;
}
body.admission .method_list li:nth-child(odd) {
  width: 54%;
}
body.admission .method_list li:nth-child(even) {
  width: 45%;
}
body.admission .chart_list li + li {
  margin-top: 8%;
}
body.admission .chart_list li:first-child h4 a {
  padding: 3% 12% 3% 5%;
}
body.admission .chart_list h4 {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif !important;
}
body.admission .chart_list h4 a small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1%;
}
body.admission .chart_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  padding: 3% 5%;
  background-color: #f6f6f6;
  margin: 3% 0;
}
body.admission .chart_list dl dt {
  margin-right: 10px;
  margin-top: 2px;
  width: 110px;
}
body.admission .chart_list dl dt span {
  display: block;
}
body.admission .chart_list dl dd {
  font-size: 0;
}
body.admission .chart_list p + dl {
  margin-top: 5%;
}

/*----- コード表 */
body.admission.code td {
  text-align: center;
}
body.admission.code td img.img_auto {
  display: block;
  margin: 0 auto 2%;
}

/*----- 動画で見える！ニチジョライフ */
body.admission .movie_list li {

  margin-bottom: 7%;
  text-align: center;
}
body.admission .movie_list a + p {
  margin-top: -2%;
}
body.admission .movie_list p {
  background-color: #d10000;
  color: #fff;
  text-align: center;
  padding: 0.5%;
  margin-bottom: 2%;
}
body.admission .movie_list a {
  display: block;
  margin-bottom: 2%;
  position: relative;
}
body.admission .new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 80px;
}

.fancybox-wrap {
  width: 100% !important;
  left: 0 !important;
  padding: 5% !important;
}

.fancybox-skin {
  padding: 1% !important;
}

.fancybox-inner {
  width: 100% !important;
  height: auto !important;
}

/*----- LINE@ */
body.admission.line .bg-gray {
  margin: 5% 0;
  padding-top: 7%;
  padding-bottom: 7%;
}
body.admission.line .bg-gray a {
  display: block;
  margin-bottom: 4%;
}
body.admission.line .bg-gray img {
  width: 80%;
  display: block;
  margin: auto;
}

/*----- キャンパスライフ */
body.campus_life .main_visual div {
  background: url(../../campus_life/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.campus_life.lower .main_visual {
  background: url(../../campus_life/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.campus_life.index hr {
  display: none;
}
body.campus_life .no_link a {
  pointer-events: none;
}
body.campus_life .no_link p {
  color: #bbb;
}
body.campus_life .link {
  display: block;
  color: #333333;
  padding: 4% 12% 4% 5%;
  background: url(/common/img/arrow_local_nav.png) no-repeat 95% 50% white;
  border: 1px solid #dddddd;
  margin-top: 3%;
}
body.campus_life .link br {
  display: none;
}
body.campus_life .link:hover {
  text-decoration: none;
  background: url(/common/img/arrow_local_nav_on.png) no-repeat 95% 50% white;
  color: #d10000;
  border: 1px solid #d10000;
}

/* 施設紹介 */
body.campus_life.facility img + p {
  margin-top: 2%;
}
body.campus_life.facility .image_link img + p {
    margin-top: 0;
}
body.campus_life.facility .bg-gray {
  background: #f6f6f6;
  padding: 6% 5% 5%;
  margin: 8% 0;
}
body.campus_life.facility .bg-gray h3 {
  margin: 0 0 6%;
}
body.campus_life.facility .gray_wrap {
  background: #f6f6f6;
  padding: 1% 6% 6%;
  margin-top: 4%;
}
body.campus_life.facility .gray_wrap table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 3%;
  font-size: 1.3rem;
}
body.campus_life.facility .gray_wrap table tr {
  border-bottom: 1px solid #ddd;
}
body.campus_life.facility .gray_wrap table th {
  padding: 2.5% 1%;
}
body.campus_life.facility .gray_wrap table td {
  padding: 4% 1%;
}
body.campus_life.facility .gray_wrap table th, body.campus_life.facility .gray_wrap table td {
  text-align: left;
  line-height: 1.5;
}
body.campus_life.facility .gray_wrap table th.tac, body.campus_life.facility .gray_wrap table td.tac {
  text-align: center;
}
body.campus_life.facility .gray_wrap table + p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 2%;
}
body.campus_life.facility .gray_wrap .col_6 + .col_6 {
  margin-top: 7%;
}
body.campus_life.facility .gray_wrap .col_6 + .col_6 table th, body.campus_life.facility .gray_wrap .col_6 + .col_6 table td {
  display: block;
}
body.campus_life.facility .gray_wrap .col_6 + .col_6 table th {
  padding-top: 4%;
  padding-bottom: 0;
}
body.campus_life.facility .gray_wrap .col_6 + .col_6 table td {
  padding-top: 2%;
}
body.campus_life.facility .column_area_fr {
  margin: 4% 0;
}
body.campus_life.facility .col_4 h5.title-br {
  margin-top: 6%;
  margin-bottom: 3%;
}

/* 年間行事 */
body.campus_life.schedule .red {
  color: #d10000;
}
body.campus_life.schedule h5.title-br {
  border-bottom: 1px dotted #333;
  margin: 6% 0 4%;
  padding-bottom: 2px;
}
body.campus_life.schedule dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.5;
}
body.campus_life.schedule dl dt, body.campus_life.schedule dl dd {
  margin-bottom: 3%;
}
body.campus_life.schedule dl dt {
  width: 25%;
}
body.campus_life.schedule dl dd {
  width: 75%;
  padding-left: 5%;
}

/* 在学生専用ポータルサイト */
body.campus_life.portal .col_6 a + p {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/*----- 健美祭 */
.campus_life.kenbisai strong.accent{background: #f8d9d9;}

/* 海外研修 */
body.campus_life.overseas-training .bg-gray {
  background: #f6f6f6;
  padding: 6%;
  margin-top: 5%;
}

/* 健康管理・カウンセリング */
body.campus_life.counseling .type01 thead {
  display: none;
}
body.campus_life.counseling .type01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-top: 1%;
}
body.campus_life.counseling .type01 dt {
  width: 25%;
  margin-top: 1.75%;
  margin-left: -0.75rem;
}
body.campus_life.counseling .type01 dd {
  width: 75%;
  margin-top: 1.75%;
}

/*----- 資格・就職 */
body.career .main_visual div {
  background: url(../../career/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.career.lower .main_visual {
  background: url(../../career/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.career .know_a_wrap .txt_box, body.career .know_c_wrap .txt_box {
  margin-bottom: 4%;
}
body.career span.pc_block{padding-left: 1.4rem;}


/* OG図鑑 */
body.og #content h2.title{
    font-size: 2.0rem;
}
body.og h2.title img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
body.og #content .og_content_area_inner h3 {
  font-size: 1.6rem;
  margin-bottom: 2.5%;
  text-align: left;
    position: relative;
}
body.og #content .og_content_area_inner h3:before{
    content: '';
    width: 30px;
    height: 1px;
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
}

body.og .og_content_area_inner p {
  margin-top: 3%;
}
body.og .og_content_area_inner .txt_center {
  margin-top: 4%;
}
body.og p.lead .cap {
  color: #333333;
}
body.og .photo, body.og .photo02 {
  display: block;
  width: 50%;
  margin: 3% auto;
}
body.og .og_profile_wrap {
  margin-top: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
body.og .og_profile_wrap > img {
  width: 30%;
  height: auto;
  margin-top: -1px;
}
body.og .og_profile_wrap .txt_box {
  margin-left: 4%;
}
body.og .og_profile_wrap .txt_box dt span {
  border: 1px solid transparent;
  line-height: 1;
  font-size: 1.3rem;
  padding: 2px 4px;
}
body.og .og_profile_wrap .txt_box dd {
  margin-top: 1%;
}
body.og .og_profile_wrap .txt_box h2 {
  margin-top: 2%;
  margin-bottom: 3%;
  text-align: left;
}
body.og .og_profile_wrap .txt_box h2 span {
  display: block;
  font-size: 1.2rem;
}

#content .og_profile_wrap.group .txt_box {
    width: 100%;
    margin-left: 0;
}

#content .og_profile_wrap.group .txt_box .catch{
  font-size: 1.6rem;
}

#content .og_profile_wrap.group .txt_box .group{
    margin-top: 20px;
}

#content .og_profile_wrap.group .txt_box .group > div{
    display: flex;
}

#content .og_profile_wrap.group .txt_box .group > div .photo {
    width: 30%;
    height: auto;
}

#content .og_profile_wrap.group .txt_box .group > div div {
  margin-left: 5%;
  width: 65%;
}


#content .og_profile_wrap.group .txt_box .group > div div h2 {
    text-align: left;
    font-size: 2rem;
    margin-top: 12px;
}

#content .og_profile_wrap.group .txt_box .group > div div h2 span {
  display: inline;
}

#content .og_profile_wrap.group .txt_box .group > div p {
  margin-top: 10px;
  line-height: 1.7;
  text-align: left;
  font-size: 1.3rem;
  position: relative;
}


body.career ul.sort_career_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-bottom: 7%;
  margin-left: -1%;
  margin-right: -1%;
}
body.career ul.sort_career_index > li {
  width: 31.333%;
  min-height: 48px;
  margin: 0 1% 2%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  cursor: pointer;
  position: relative;
}
body.career ul.sort_career_index > li:first-child {
  width: 100%;
}
body.career ul.sort_career_list li {
  width: 100%;
  margin-top: 4%;

  border: 1px solid #dddddd;
}
body.career ul.sort_career_list li:hover {
  background: none !important;
}
body.career ul.sort_career_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  padding: 3%;
  height: 100%;
  color: #333333;
}
body.career ul.sort_career_list a:hover {
  text-decoration: none;
}
body.career ul.sort_career_list .img_wrap {
  width: 30%;
}
body.career ul.sort_career_list .text_wrap {
  width: 70%;
  margin-left: 4%;
  overflow: hidden;
  position: relative;
}
body.career ul.sort_career_list .text_wrap .date {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 2%;
}
body.career ul.sort_career_list .text_wrap .new {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 40px;
  text-align: center;
  line-height: 1;
  background-color: #d10000;
  color: #fff;
  font-size: 1.0rem;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 2px 3px;
}
body.career ul.sort_career_list .text_wrap h3 {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  text-align: left;
  margin: 0 0 4%;
}
body.career ul.sort_career_list .text_wrap p {
  font-size: 1.2rem;
  line-height: 1.5;
}
body.career ul.sort_career_list .text_wrap p.bg {
  font-size: 1.1rem;
  margin-bottom: 3%;
  padding: 2% 4% 1.5%;
  background-color: #f6f6f6;
}
body.career ul.sort_career_list.og .text_wrap {
  height: 138px;
}
body.career ul.sort_career_list.og .text_wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 70%, white 98%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 70%, white 98%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 70%, #ffffff 98%);
}
body.career ul li {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: border .15s linear, color .15s linear, background-color .15s linear;
  transition: border .15s linear, color .15s linear, background-color .15s linear;
}
body.career ul li.all {
  border-bottom: 2px solid #dddddd;
}
body.career ul li.all:hover {
  background-color: #f6f6f6;
  color: #999;
}
body.career ul li.teacher {
  border-bottom: 2px solid #8ab70e;
}
body.career ul li.teacher:hover {
  background-color: #effbce;
  border-color: #8ab70e;
  color: #789f0c;
}
body.career ul li.koumuin {
  border-bottom: 2px solid #bfb115;
}
body.career ul li.koumuin:hover {
  background-color: #faf6cf;
  border-color: #bfb115;
  color: #9a8f11;
}
body.career ul li.medic {
  border-bottom: 2px solid #12ada7;
}
body.career ul li.medic:hover {
  background-color: #d8fbfa;
  border-color: #12ada7;
  color: #12ada7;
}
body.career ul li.athlete {
  border-bottom: 2px solid #a25eb5;
}
body.career ul li.athlete:hover {
  background-color: #f3eaf5;
  border-color: #a25eb5;
  color: #a25eb5;
}
body.career ul li.dance {
  border-bottom: 2px solid #d63a8e;
}
body.career ul li.dance:hover {
  background-color: #fbebf4;
  border-color: #d63a8e;
  color: #d63a8e;
}
body.career ul li.sports {
  border-bottom: 2px solid #338e41;
}
body.career ul li.sports:hover {
  background-color: #e4f5e7;
  border-color: #338e41;
  color: #338e41;
}
body.career ul li.specialist {
  border-bottom: 2px solid #4168d1;
}
body.career ul li.specialist:hover {
  background-color: #edf1fb;
  border-color: #4168d1;
  color: #4168d1;
}
body.career ul li.sales {
  border-bottom: 2px solid #d92323;
}
body.career ul li.sales:hover {
  background-color: #fcebeb;
  border-color: #d92323;
  color: #d92323;
}
body.career ul li.business {
  border-bottom: 2px solid #e2953c;
}
body.career ul li.business:hover {
  background-color: #faeee0;
  border-color: #e2953c;
  color: #d58120;
}
body.career ul li.management {
  border-bottom: 2px solid #9f7b47;
}
body.career ul li.management:hover {
  background-color: #f6f1ea;
  border-color: #9f7b47;
  color: #9f7b47;
}
body.career ul li.product {
  border-bottom: 2px solid #509fdb;
}
body.career ul li.product:hover {
  background-color: #e8f3fa;
  border-color: #509fdb;
  color: #3b93d7;
}
body.career ul li.geino {
  border-bottom: 2px solid #dd81cf;
}
body.career ul li.geino:hover {
  background-color: #faedf8;
  border-color: #dd81cf;
  color: #d461c3;
}

.og_athlete h2.title,
.og_athlete h3,
.og_athlete a,
.og_athlete p.lead,
.og_athlete .txt_box dt span,
.og_athlete .txt_box p span {color: #a25eb5;}
.og_athlete .txt_box dt span {border-color: #a25eb5;}
.og_athlete h3:before{background-color:#a25eb5;}

.og_business h2.title,
.og_business h3,
.og_business a,
.og_business p.lead,
.og_business .txt_box dt span,
.og_business .txt_box p span {color: #e2953c;}
.og_business .txt_box dt span {border-color: #e2953c;}
.og_business h3:before{background-color:#e2953c;}

.og_dance h2.title,
.og_dance h3,
.og_dance a,
.og_dance p.lead,
.og_dance .txt_box dt span,
.og_dance .txt_box p span {color: #d63a8e;}
.og_dance .txt_box dt span {border-color: #d63a8e;}
.og_dance h3:before{background-color:#d63a8e;}

.og_geino h2.title,
.og_geino h3,
.og_geino a,
.og_geino p.lead,
.og_geino .txt_box dt span,
.og_geino .txt_box p span {color: #dd81cf;}
.og_geino .txt_box dt span {border-color: #dd81cf;}
.og_geino h3:before{background-color:#dd81cf;}

.og_koumuin h2.title,
.og_koumuin h3,
.og_koumuin a,
.og_koumuin p.lead,
.og_koumuin .txt_box dt span,
.og_koumuin .txt_box p span {color: #bfb115;}
.og_koumuin .txt_box dt span {border-color: #bfb115;}
.og_koumuin h3:before{background-color:#bfb115;}

.og_management h2.title,
.og_management h3,
.og_management a,
.og_management p.lead,
.og_management .txt_box dt span,
.og_management .txt_box p span {color: #9f7b47;}
.og_management .txt_box dt span {border-color: #9f7b47;}
.og_management h3:before{background-color:#9f7b47;}

.og_medic h2.title,
.og_medic h3,
.og_medic a,
.og_medic p.lead,
.og_medic .txt_box dt span,
.og_medic .txt_box p span {color: #12ada7;}
.og_medic .txt_box dt span {border-color: #12ada7;}
.og_medic h3:before{background-color:#12ada7;}

.og_product h2.title,
.og_product h3,
.og_product a,
.og_product p.lead,
.og_product .txt_box dt span,
.og_product .txt_box p span {color: #509fdb;}
.og_product .txt_box dt span {border-color: #509fdb;}
.og_product h3:before{background-color:#509fdb;}

.og_sales h2.title,
.og_sales h3,
.og_sales a,
.og_sales p.lead,
.og_sales .txt_box dt span,
.og_sales .txt_box p span {color: #d92323;}
.og_sales .txt_box dt span {border-color: #d92323;}
.og_sales h3:before{background-color:#d92323;}

.og_specialist h2.title,
.og_specialist h3,
.og_specialist a,
.og_specialist p.lead,
.og_specialist .txt_box dt span,
.og_specialist .txt_box p span {color: #4168d1;}
.og_specialist .txt_box dt span {border-color: #4168d1;}
.og_specialist h3:before{background-color:#4168d1;}

.og_sports h2.title,
.og_sports h3,
.og_sports a,
.og_sports p.lead,
.og_sports .txt_box dt span,
.og_sports .txt_box p span {color: #338e41;}
.og_sports .txt_box dt span {border-color: #338e41;}
.og_sports h3:before{background-color:#338e41;}

.og_teacher h2.title,
.og_teacher h3,
.og_teacher a,
.og_teacher p.lead,
.og_teacher .txt_box dt span,
.og_teacher .txt_box p span {color: #8ab70e;}
.og_teacher .txt_box dt span {border-color: #8ab70e;}
.og_teacher h3:before{background-color:#8ab70e;}



/*----- 就職比率・主な就職先 */
body.career.recruit .percent_title {
  text-align: center;
  margin-bottom: 8%;
}
body.career.recruit .percent_title > span {
  font-size: 1.5rem;
}
body.career.recruit .percent_title strong {
  display: block;
  line-height: 1.2;
  font-size: 3.0rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: linear-gradient(rgba(0, 0, 0, 0) 66%, #f8d9d9 0%);
}
body.career.recruit .percent_title strong small {
  font-size: 2.5rem;
}
body.career.recruit .percent_title strong span {
  margin-left: 1.5%;
  font-size: 1.8rem;
}
body.career.recruit .percent_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
body.career.recruit .percent_list li {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 5%;
}
body.career.recruit .percent_list p {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #f6f6f6;
  padding: 2.5%;
  margin-bottom: 5%;
}

/*----- イベント・社会連携 */
body.event_social .main_visual div {
  background: url(../../event_social/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.event_social.lower .main_visual {
  background: url(../../event_social/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.event_social.index .img_links + hr {
  display: none;
}
body.event_social.index hr + h2, body.event_social.index #news + h2 {
  margin-top: 13%;
  margin-bottom: 8%;
}
body.event_social p.img_right img {
  width: 100%;
  height: auto;
}
body.event_social p.img_right + p {
  margin-top: 2%;
}
body.event_social.sub #main em {
  color: #d10000;
}
body.event_social.sub #main p.img_right span {
  display: inline-block;
  padding-top: 1%;
  font-size: 1.2rem;
  line-height: 1.4;
}
body.event_social.sub #main h4 {
  margin: 5% 0 3%;
  padding-bottom: 2%;
  border-bottom: solid 1px #ccc;
  text-align: left;
  font-size: 1.6rem !important;
}
body.event_social.sub #main table {
  margin-top: 3%;
  margin-bottom: 3%;
}
body.event_social.sub #main dl {
  margin: 5% 0;
  overflow: hidden;
}
body.event_social.sub #main dl dt, body.event_social.sub #main dl dd {
  text-align: left;
  line-height: 1.6;
}
body.event_social.sub #main dl dt {
  font-weight: bold;
}
body.event_social.sub #main dl dd + dt {
  margin-top: 4%;
}
body.event_social.sub #main ul.docs,
body.event_social.sub #main ul.disc {
  margin: 2% 0;
}
body.event_social.sub #main ul.docs li,
body.event_social.sub #main ul.disc li {
  margin-left: 20px;
  list-style: disc;
}
body.event_social.sub #main ol li {
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}
body.event_social.sub #main ol.num {
  margin: 2% 0;
}
body.event_social.sub #main ol.num > li {
  margin-left: 20px;
  list-style: decimal;
}
body.event_social.sub #main div.event_social_multiimage {
  margin-top: 6%;
}
body.event_social.sub #main div.event_social_multiimage br {
  display: none;
}
body.event_social.sub #main div.event_social_multiimage p {
  text-align: center;
}
body.event_social.sub #main div.event_social_multiimage p + p {
  margin-top: 2%;
}
body.event_social.sub #main div.event_social_multiimage .event_social_imgbox + .event_social_imgbox {
  margin-top: 5%;
}
body.event_social.sub #main div.event_social_multiimage .event_social_imgbox {
  text-align: center;
}
body.event_social.sub #main div.event_social_multiimage .event_social_imgbox img {
  width: auto;
  max-width: 280px;
  height: auto;
}
body.event_social.sub #main div.event_social_multiimage .event_social_imgbox span {
  display: inline-block;
  padding-top: 2%;
  line-height: 1.4;
  font-size: 1.2rem;
}

/*----- 基礎体力研究所 */
body.research .main_visual h1 {
  margin-top: 8%;
}
body.research .main_visual h1 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: normal;
  margin-bottom: 1%;
}
body.research .main_visual div {
  background: url(../../research/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.research.lower .main_visual {
  background: url(../../research/images/main_visial_lower.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.research .column_tbl .right img {
  width: 100%;
  height: auto;
}
body.research p + .in_bl_links {
  margin: 5% 0;
}
body.research.report .report table caption {
  margin: 0 0 2%;
  font-weight: bold;
}

/* 基礎体力研究所 共通 */
body.outline h4,
body.forum h4,
body.seminar h4,
body.talk h4,
body.results h4 {
  margin: 5% 0 3%;
}

body.project h4,
body.frontier h4 {
  padding-bottom: 3%;
  border-bottom: solid 1px #ccc;
  margin: 6% 0 3%;
}

.research_imgbox {
  margin: 4% 0;
}
.research_imgbox img {
  width: 100%;
  height: auto;
}

.research_multiimage {
  margin: 6% 0;
}
.research_multiimage .research_imgbox span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

/* 研究所スタッフ */
body.staff h4 {
  margin: 6% 0 2%;
}
body.staff dl {
  text-align: left;
  line-height: 1.6;
  overflow: hidden;
}
body.staff dt {
  float: left;
  width: 8em !important;
  padding: 2% 0;
  font-weight: bold;
  white-space: nowrap;
  border-top: solid 1px #ccc;
}
body.staff dt:first-child {
  border-top: none;
}
body.staff dd {
  padding: 2% 0;
  border-top: solid 1px #ccc;
  overflow: hidden;
}
body.staff dd:nth-child(2) {
  border-top: none;
}

/* 研究プロジェクト */
body.project dl {
  line-height: 1.6;
  overflow: hidden;
  margin: 3% 0;
}
body.project dt {
  float: left;
  width: 6em;
  white-space: nowrap;
}
body.project dd {
  overflow: hidden;
}

/* 研究フォーラム */
body.forum .research_forum_past p.ttl {
  font-weight: bold;
  margin: 4% 0;
}

/* セミナー・ワークショップ */
body.seminar .seminar_pic {
  text-align: center;
}
body.seminar .seminar_name {
  text-align: center;
  font-weight: bold;
  margin: 2% 0 5%;
}

.research_seminar_past {
  overflow: hidden;
  border-bottom: dotted 1px #ccc;
}
.research_seminar_past dt {
  clear: both;
  padding-top: 6%;
  margin-bottom: 4%;
  line-height: 1.6;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  border-top: dotted 1px #ccc;
}
.research_seminar_past dd {
  padding-bottom: 6%;
  line-height: 1.6;
  overflow: hidden;
}
.research_seminar_past dd.img {
  text-align: center;
  padding-bottom: 3%;
}

/* 談話会 */
.research_talk_past li {
  padding-bottom: 5%;
  margin-bottom: 5%;
  border-bottom: dotted 1px #ccc;
}
.research_talk_past li a {
  display: block;
}
.research_talk_past dl {
  line-height: 1.6;
}
.research_talk_past dt {
  font-weight: bold;
  margin-bottom: 2%;
}

.research_talk_disc {
  margin: 4% 0;
  padding-left: 20px;
}
.research_talk_disc li {
  list-style: disc;
  line-height: 1.6;
}
.research_talk_disc li + li {
  margin-top: 2%;
}

/* 紀要 */
body.bulletin dl {
  margin: 4% 0;
}
body.bulletin dt {
  font-weight: bold;
  margin-bottom: 1.5%;
}
body.bulletin dd + dt {
  margin-top: 4%;
}
body.bulletin dd + dd {
  margin-top: 2%;
}
body.bulletin .main_column ul li + li {
  margin-top: 3%;
  line-height: 1.6;
}

/* 研究成果 */
body.results .results_list li {
  padding: 3% 4%;
  line-height: 1.6;
}
body.results .results_list li + li {
  margin-top: 0.5%;
}
body.results .results_block_A li {
  background: #dfeae0;
}
body.results .results_block_A li:nth-child(even) {
  background: #f0f5f0;
}
body.results .results_block_B li {
  background: #f5e1c3;
}
body.results .results_block_B li:nth-child(even) {
  background: #fff0cd;
}
body.results .results_block_C li {
  background: #e6f5b2;
}
body.results .results_block_C li:nth-child(even) {
  background: #f5fcd7;
}
body.results .results_block_D li {
  background: #daebeb;
}
body.results .results_block_D li:nth-child(even) {
  background: #ebf9fa;
}
body.results .results_block_E li {
  background: #e1dce6;
}
body.results .results_block_E li:nth-child(even) {
  background: #f0f0fa;
}
body.results .results_block_F li {
  background: #e1e6e1;
}
body.results .results_block_F li:nth-child(even) {
  background: #f0f5f0;
}

/* 社会連携 */
body.report ul.plain {
  margin: 4% 0;
  padding-left: 20px;
}
body.report ul.plain li {
  list-style: disc;
  line-height: 1.6;
}
body.report ul.plain li + li {
  margin-top: 2%;
}
body.report .main_column > p + p {
  margin-top: 3%;
}
body.report .report_textbox {
  background-color: #efefef;
  padding: 4% 5%;
}

.research_report_imgbox {
  margin: 4% 0;
}
.research_report_imgbox P + p {
  margin-top: 2%;
}
.research_report_imgbox img {
  width: 100%;
  height: auto;
}
.research_report_imgbox span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1%;
}

/* 運動のすすめ */
body.susume .research_imgbox img {
  margin: 2% 0;
}

body.examinee .content_links + hr,
body.examinee .banner_links + hr,
body.examinee .img_links + hr,
body.student .content_links + hr,
body.student .banner_links + hr,
body.student .img_links + hr,
body.protector .content_links + hr,
body.protector .banner_links + hr,
body.protector .img_links + hr,
body.graduate .content_links + hr,
body.graduate .banner_links + hr,
body.graduate .img_links + hr,
body.general .content_links + hr,
body.general .banner_links + hr,
body.general .img_links + hr,
body.enterprise .content_links + hr,
body.enterprise .banner_links + hr,
body.enterprise .img_links + hr {
  display: none;
}
body.examinee hr + h2,
body.examinee #news + h2,
body.student hr + h2,
body.student #news + h2,
body.protector hr + h2,
body.protector #news + h2,
body.graduate hr + h2,
body.graduate #news + h2,
body.general hr + h2,
body.general #news + h2,
body.enterprise hr + h2,
body.enterprise #news + h2 {
  margin-top: 13%;
  margin-bottom: 8%;
}

/*----- 受験生の方へ */
body.examinee .main_visual div {
  background: url(../../examinee/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 在学生の方へ */
body.student .main_visual div {
  background: url(../../student/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 保護者の方へ */
body.protector .main_visual div {
  background: url(../../protector/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.career_support_wrap {
  text-align: center;
}
.career_support_wrap > img {
  width: 70%;
}
.career_support_wrap .text_wrap {
  margin-top: 3%;
}
.career_support_wrap .text_wrap h3 {
  font-size: 3.0rem !important;
}
.career_support_wrap .text_wrap h3 .num {
  font-size: 4.0rem;
}
.career_support_wrap .text_wrap h3 .sub {
  font-size: 2.0rem !important;
  font-weight: normal;
  display: block;
}
.career_support_wrap .text_wrap h3 em {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f8d9d9 0%);
}
.career_support_wrap .text_wrap h4 {
  margin: 5% 0;
  font-weight: normal;
}

/*----- 卒業生の方へ */
body.graduate .main_visual div {
  background: url(../../graduate/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.graduate .info_gaiyo {
  margin-top: 13%;
}
body.graduate .info_gaiyo + hr {
  display: none;
}
body.graduate .info_gaiyo_inner > li:first-child {
  margin-bottom: 4%;
}
body.graduate .info_gaiyo_inner a > img {
  width: 100%;
  height: auto;
}

/*----- 地域・一般の方へ */
body.general .main_visual div {
  background: url(../../general/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/*----- 企業の方へ */
body.enterprise .main_visual div {
  background: url(../../enterprise/images/main_visial_index.jpg) no-repeat 50% 50%;
  background-size: cover;
}
body.enterprise .contact_adress.m_lr{
  margin-left: 0;
  margin-right: 0;
}

/*---------- お問い合わせ */
.inquiry_list{
    margin-top: 4%;
}
.inquiry_list li + li{
    margin-top: 4.5%;
    border-top: 1px dotted #ddd;
    padding-top: 5.5%;
}
.inquiry_list li a{text-decoration: underline;}
.inquiry_list li a:hover{text-decoration: none;}
.inquiry_list p{
    font-weight: bold;
    line-height: 1.4;
    border-left: 3px solid #000;
    padding-left: 12px;
    margin-bottom: 2.5%;
}
.inquiry_list dl{
    padding-left: 15px;
    overflow: hidden;
}
.inquiry_list dt{margin-bottom: 1.5%;}

/*----- サイトマップ */
body.sitemap .blankIcon {width: auto;}
body.sitemap #main a {
  display: block;
  color: #333333;
}
body.sitemap #main .title-bg {
  font-size: 1.7rem;
  padding: 0;
}
body.sitemap #main .title-bg a, body.sitemap #main .title-bg.no_link {
  display: block;
  padding: 3% 4%;
}
body.sitemap #main .title-bg a:hover {
  color: #fff;
  background-color: #d10000;
  text-decoration: none;
}
body.sitemap #main .title-br {
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 5%;
}
body.sitemap #main ul.list_link_map li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 20px;
}
body.sitemap #main ul.list_link_map li img {vertical-align: baseline;}
body.sitemap #main ul.list_link_map li a {padding: 1.5% 0;}
body.sitemap #main ul.list_link_map li a:hover {
  color: #d10000;
  text-decoration: underline;}
body.sitemap #main ul.list_link_map > li {list-style: disc;}
body.sitemap #main ul.list_link_map > li + li {margin-top: 1.5%;}
body.sitemap #main ul.list_link_map li ul {margin-top: 4px;}
body.sitemap #main ul.list_link_map li ul li {list-style: circle;}

/*----- 検索結果 */
body.search .gs-result .gs-snippet,
body.search .gs-webResult div.gs-visibleUrl,
body.search .gs-imageResult div.gs-visibleUrl{
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}
body.search .gsc-control-cse .gs-spelling,
body.search .gsc-control-cse .gs-result .gs-title,
body.search .gsc-control-cse .gs-result .gs-title *{
    font-size: 1.5rem;
    line-height: 1.5;
}
body.search .gs-result .gs-snippet{
    font-size: 1.4rem;
    line-height: 1.4;
    word-wrap: break-word
}
body.search .gs-webResult div.gs-visibleUrl,
body.search .gs-imageResult div.gs-visibleUrl{
    font-size: 1.1rem;
    margin-bottom: 1%;
}
body.search .gsc-result .gs-title{height: auto;}
body.search .gs-result .gs-title, body.search .gs-result .gs-title *{color: #d10000 !important;}
body.search table.gsc-table-result td:first-child{
    width: 80px;
    display: block;
}
body.search .gs-image-box.gs-web-image-box.gs-web-image-box-portrait{
    width: 70px;
    height: inherit;
    max-height: 70px;
}
body.search img.gs-image{
    max-width: 70px;
    max-height: inherit;
    width: 70px;
    height: auto;
}
body.search .gsc-table-result, body.search .gsc-thumbnail-inside, body.search .gsc-url-top{
    padding-left: 0;
    padding-right: 0;
}
body.search .gsc-webResult.gsc-result, body.search .gsc-results .gsc-imageResult{
    border-bottom: 1px solid #dddddd;
}
body.search .gsc-webResult .gsc-result{
    padding: 5% 0;
}

/* リンク */
body.search .gsc-results .gsc-cursor{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
body.search .gsc-results .gsc-cursor-box{
    margin: 0;
}
body.search .gsc-results .gsc-cursor-box .gsc-cursor-page{
    display: block;
    color: #333333 !important;
    margin-right: 0;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
body.search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
    text-decoration: none;
    background-color: #f6f6f6;
    color: #d10000 !important;

}
body.search .gsc-cursor {
    margin-top: 8%;
    margin-bottom: -4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
body.search .gsc-cursor > div {
    border: 1px solid #dddddd;
    flex: 1;
    height: 44px;
}
body.search .gsc-cursor > div + div {
    border-left: none;
}
body.search .gsc-cursor > div + div.gsc-cursor-current-page{
    margin-left: -1px;
}
body.search .gsc-cursor > div:hover {
    background-color: #f6f6f6;
    color: #d10000;
}
body.search .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page{
    color: #d10000 !important;
}
body.search .gsc-cursor-current-page {
    border: 1px solid #d10000 !important;
    background-color: #f6f6f6;
}


/* 検索：メニュー PC（旧） */
#search-box {display: none;}
#search-box-sp table {width: 100%;}
#search-box-sp table th, #search-box-sp table td {
    padding: 0;
    /*vertical-align: bottom;*/
}
#search-box-sp table th + td {width: 30%;}
#search-box-sp input {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    width: 100%;
    line-height: 46px;
    height: 46px;
    font-size: 16px;
}
#search-box-sp input[type="text"] {
    border: none !important;
    padding: 0 2% !important;
}
#search-box-sp input#search_button {
    border: none;
    background-color: #d10000;
    color: #fff;
    font-weight: bold;
}

/* 検索：メニュー SP（新） */
.search-wrap.pc{display: none;}
.search-wrap{margin: 9% 0 6%;}
.search-wrap input.gsc-input,
.search-wrap .gsc-input-box,
.search-wrap .gsc-input-box-hover,
.search-wrap .gsc-input-box-focus{
    height: 46px !important;
}
.search-wrap input.gsc-search-button,
.search-wrap input.gsc-search-button:hover,
.search-wrap input.gsc-search-button:focus{
    height: 46px !important;
    padding: 14px !important;
}
.search-wrap input.gsc-input{
    font-size: 16px !important;
}


.sp_wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  margin: 8% 0;
}
.sp_wrap > ul li + li {
  border-left: 1px solid #dddddd;
}
.sp_wrap > ul li a {
  display: block;
  padding: 4% 0;
  text-align: center;
}
.sp_wrap > ul li img {
  width: 65%;
  height: auto;
}

/*----- コンセプトストーリー */
body.concept_story #main {margin: 5% 0; overflow: hidden;}
body.concept_story .concept_box {position: relative;}
body.concept_story .concept_box p {
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1;
}
body.concept_story .concept_box p + p {margin-top: 4%;}
body.concept_story .concept_box img {z-index: 0;}
body.concept_story #concept_01 {padding-bottom: 45%;}
body.concept_story #concept_01 > img {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 90%;
}
body.concept_story #concept_02 {
  padding: 15% 30% 25% 0;
}
body.concept_story #concept_02 > img {
  position: absolute;
  right: -10%;
  bottom: 10%;
  width: 45%;
}
body.concept_story #concept_03 {
  padding: 10% 0 20% 32%;
}
body.concept_story #concept_03 > img {
  position: absolute;
  left: -8%;
  bottom: 10%;
  width: 40%;
}
body.concept_story #concept_01 p, body.concept_story #concept_03 p {text-align: right;}
body.concept_story .content_area_inner {padding: 5%;}
body.concept_story .content_area_inner h2.title {margin: 2% 0 6%;}



/*----- ピックアップ */
body.pickup .main_visual h1{
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.45;
}
body.pickup #content h2 {
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-align: left;
}
body.pickup #content h3.title-bg {font-size: 1.8rem; line-height: 1.5;}
body.pickup #content .column_area_txt h3.title {
  text-align: center;
  margin-top: 4%;
  margin-bottom: 3.5%;
}
body.pickup #content .column_area_txt h3.title-bg small {
  margin-left: 3%;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}
body.pickup #content .column_area_txt h4.title {font-size: 1.6rem; margin: 3% 0 1.5%;}
body.pickup p.txt_center {text-align: left;}
body.pickup p.txt_center br {display: none;}
body.pickup .main_image {margin: 5% 0;}
body.pickup .main_image img {width: 100%; height: auto;}
body.pickup .column_area_fl + .column_area_fl {margin-top: 8%;}
body.pickup .str-lyt-col02{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 0;
}
body.pickup .str-lyt-col02 .lyt-col{width: 50%; padding-left: 1%; padding-right: 1%;}
body.pickup #content h4{font-size: 1.6rem; line-height: 1.4;}
body.pickup h5.title.t_l{margin: 5% 0 1.5%;}
body.pickup .dl_list dt{
    border-bottom: 1px dotted #aaa;
    margin-bottom: 1.5%;
    line-height: 1.3;
    padding-bottom: 3px;
}
body.pickup .dl_list dd + dt{margin-top: 3.5%;}
body.pickup .dl_list dd li{line-height: 1.4;}
body.pickup .dl_list + h4.title-br{margin-top: 6%;}
body.pickup .page_link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 10%;
}
body.pickup .page_link li{width: 25%;}
body.pickup .page_link li a{
    display: block;
    background-color: #000;
    position: relative;
    width: 100%;
    height: 100%;
}
body.pickup .page_link li a:hover span{
    background-color: rgba(0,0,0,0.7);

}
body.pickup .page_link li a:hover img{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
body.pickup .page_link li span{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
body.pickup .page_link li img{
    width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
body.pickup .page_link li.current a{
    pointer-events: none;
}
body.pickup .page_link li.current span{
    display: none;
}
body.pickup .page_link li.current img{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/*----- 広報誌・パンフレット */
body.pr hr {display: none;}
body.pr table td .a_link {display: block; margin-top: 2%;}
body.pr table td > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
body.pr table td > div span {margin-left: 2%;}
body.pr table td > div + ul {margin-top: 2%;}


/*----- SPの時は表示 */
.sp_block{display: block!important;}
.sp_blc{display: block;}



/*----- 改組 */
body.kaiso #header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    background-color: #fff;
    width: 100%;
}
body.kaiso .title_wrap{
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99997;
    padding: 0 5% 5%;
}
body.kaiso .title_wrap h1{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.1rem;
    color: #d10000;
    letter-spacing: 0.04em;
    line-height: 1.3;
    text-align: center;
}
body.kaiso .title_wrap h1 span{
    display: block;
    font-size: 1.8rem;
    margin-bottom: 2px;
}
body.kaiso .title_wrap h1 small{
    display: block;
    font-size: 1.0rem;
    font-weight: normal;
    font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: normal;
    margin-top: 8px;
}
body.kaiso .main_image{margin: 215px 0 20px;}
body.kaiso .title-m{
    margin: 35px auto 15px !important;
    font-size: 2.0rem !important;
    text-align: center !important;
}
body.kaiso .title-m span{
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
body.kaiso .title-m span:before{
    content: '';
    width: 18px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 16px;
    left: -25px;
}
body.kaiso .arrow{
    width: 90%;
    height: 1px;
    border-bottom: 2px dotted #ddd;
    margin: 40px auto;
    position: relative;
}
body.kaiso .arrow:before{
    content: '';
    width: 4px;
    height: 46px;
    background-color: #ddd;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
body.kaiso .arrow:after{
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-bottom: 4px solid #ddd;
    border-right: 4px solid #ddd;
}

body.kaiso .chenge,
body.kaiso .arrow{
    position: relative;
    opacity: 0;
    top: -50px;
    -webkit-transition: all 0.8s ease-out 0.5s;
    -moz-transition: all 0.8s ease-out 0.5s;
    transition: all 0.8s ease-out 0.5s;
}
body.kaiso .chenge.on,
body.kaiso .arrow.on{opacity: 1; top: 0;}

body.kaiso .question_wrap{
    width: 100%;
    margin: 40px auto 0;
}
body.kaiso .q-head{
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
}
body.kaiso .q-head .text{
    width: 49%;
    min-height: 120px;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    padding: 6% 0 6% 4%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    opacity: 0;
    left: -50%;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    z-index: 1;
}
body.kaiso .q-head .text:before{
    content: 'Q';
    position: absolute;
    left: 45%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12.0rem;
    font-style: italic;
    line-height: 1;
    opacity: 0.2;
}
body.kaiso .q-head .text:after{
    content: '';
    width: 100px;
    height: 100%;
    margin:0 auto;
    text-align:center;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    position: absolute;
    top: 0;
    right: -15px;
    z-index: -1;
}
body.kaiso .q-head .image{
    width: 51%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0;
    left: -60%;
    -webkit-transition: all 0.8s ease-out 0.3s;
    -moz-transition: all 0.8s ease-out 0.3s;
    transition: all 0.8s ease-out 0.3s;
}

body.kaiso .q-head .text.on,
body.kaiso .q-head .image.on{opacity: 1; left: 0;}

body.kaiso .a-content{
    padding: 3% 5% 0;
    position: relative;
    opacity: 0;
    top: -50px;
    -webkit-transition: all 0.8s ease-out 0.3s;
    -moz-transition: all 0.8s ease-out 0.3s;
    transition: all 0.8s ease-out 0.3s;
}
body.kaiso .a-content > div{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12.0rem;
    font-style: italic;
    line-height: 1;
    opacity: 0.2;
    position: absolute;
    top: -12px;
    left: 5px;
}
body.kaiso .a-content > p{
}

body.kaiso .a-content.on{
    opacity: 1;
    top: 0;
}


body.kaiso .q-1{margin-top: 50px;}
body.kaiso .q-1 .q-head .text,
body.kaiso .q-1 .q-head .text:after{background-color: #f67fa6;}
body.kaiso .q-1 .q-head .image{background-image: url(../../pickup/kaiso/images/q_01.jpg);}
body.kaiso .q-1 .a-content > div{color: #f67fa6;}

body.kaiso .q-2 .q-head .text,
body.kaiso .q-2 .q-head .text:after{background-color: #178ac7;}
body.kaiso .q-2 .q-head .image{background-image: url(../../pickup/kaiso/images/q_02.jpg);}
body.kaiso .q-2 .a-content > div{color: #178ac7;}

body.kaiso .q-3 .q-head .text,
body.kaiso .q-3 .q-head .text:after{background-color: #ea616f;}
body.kaiso .q-3 .q-head .image{background-image: url(../../pickup/kaiso/images/q_03.jpg);}
body.kaiso .q-3 .a-content > div{color: #ea616f;}

body.kaiso .q-4 .q-head .text,
body.kaiso .q-4 .q-head .text:after{background-color: #5aaf32;}
body.kaiso .q-4 .q-head .text{font-size: 1.4rem;}
body.kaiso .q-4 .q-head .image{background-image: url(../../pickup/kaiso/images/q_04.jpg);}
body.kaiso .q-4 .a-content > div{color: #5aaf32;}

body.kaiso .q-5 .q-head .text,
body.kaiso .q-5 .q-head .text:after{background-color: #f18d00;}
body.kaiso .q-5 .q-head .image{background-image: url(../../pickup/kaiso/images/q_05.jpg);}
body.kaiso .q-5 .a-content > div{color: #f18d00;}



body.pickup .youtube-area{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
body.pickup .youtube-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.t-c{text-align: center !important;}

/*----- 2019年度以前ボタン */
.before_2019{
    margin: 4% 0;
}
.before_2019 a{
    display: block;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", "Meiryo", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 1.6rem;
    border: solid #d10000 1px;
    max-height: 84px;
    padding: 4% 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.before_2019 a:hover{
	background: #d10000;
	color: #fff;
	text-decoration: none;
}
