@charset "utf-8";
/* ===========================================================================================
   メインCSS ver.151213
   =========================================================================================== */
/* ===========================================================================================
   共通: 書式
   =========================================================================================== */

body, textarea { font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
input, select, em { font-family: Arial, "ＭＳ　Ｐゴシック", sans-serif; }

body {
    font-size: 14px;
    color: #303030;
}

/* ===========================================================================================
   共通: HTML要素、補助クラス
   =========================================================================================== */

/* リンク */

a:link    { color: #0099ff; text-decoration: none;}
a:visited { color: #0099ff; }
a:hover   { color: #9ca7ac; text-decoration: underline;}

/* ボタンリンク */

a.btn {
   display: inline-block;
   padding: 8px 14px;
   margin: 8px 8px 8px 0;
   border: 1px solid #ddd;
   border-radius: 8px;
   color: #444;
   background: #f5f5f5;
   text-decoration: none;
}

a.btn:hover {
   border: 1px solid #aaa;
   color: #111;
   background: #eee;
}

a.btn:before {
   display: inline-block;
   content: "\e83a";
   margin: 0 5px 0 0;
   font-family: "juenicon";
   color: #999;
   text-decoration: none;
}

a.btn:hover:before {
   color: #777;
}

a.btn-big {
   font-size: 1.1em;
   padding: 10px 20px;
   margin: 10px 8px 10px 0;
   border-radius: 8px;
   letter-spacing: 0.05em;
}

a.btn-big:before {
   position: relative;
   top:0.10em;
   font-size: 1.68em;
   line-height: 1;
   color: #555;
   text-decoration: none;
}

a.btn-big:hover:before {
   color: #333;
}

/* 外部リンク */

a.external:after {
   display: inline-block;
   content: "blank";
   margin: 0 0 0 5px;
   color: #bcbec0;
   text-decoration: none;
}

a.external:hover:after {
   color: #414042;
}

/* アイコン */

a       .icon-popup { color: #bbb; }
a:hover .icon-popup { color: #555; }

a.btn-info:before  { content:'\e80e'; }
a.btn-print:before { content:'\e818'; }

/* 見出し */

h1 {
   display: inline-block;
   padding: 10px 25px 10px 15px;
   margin: 15px 30px 15px -40px;
   background: #fff;
   border-left: 20px solid #ef7f78;
   box-shadow: 0 4px 18px -8px #aaa;
   font-size: 1.8em;
   font-weight: normal;
   line-height: 1.5;
   color: #6d6e71;
}

h1:first-child {
   margin: -10px 30px 15px -40px;
}

h2 {
   display: block;
   padding: 10px 0 0 12px;
   margin: 40px 0 35px -5px;
   border-left: 10px solid #ef7f78;
   font-size: 1.5em;
   font-weight: normal;
   line-height: 1.5;
   color: #555;
}

h1:first-child + h2 {
   margin: 15px 0 30px -5px;
}

h3 {
   padding: 0;
   margin: 30px 0 20px 0;
   font-size: 1.15em;
   line-height: 1.5;
   color: #ef7f78;
}

h4 {
   color: #707070; 
}

/* 見出し(プレーン) */

h1.header-plain {
   display: block;
   padding: 10px 25px 10px 15px;
   margin: 20px 0;
   background: none;
   border-left: 0;
   box-shadow: 0 0 0 0 #aaa;
   font-size: 1.6em;
   color: #303030;
}

h1.header-plain:first-child {
   margin: 15px 0;
}

h2.header-plain {
   display: block;
   padding: 0;
   margin: 40px 0 35px 0;
   border-left: 0;
   color: #303030;
}

h1:first-child + h2.header-plain {
   margin: 15px 0 30px 0;
}

h3.header-plain {
   margin: 30px 0 20px 0;
   font-size: 1.15em;
   line-height: 1.5;
   color: #303030;
}

h4.header-plain {
   color: #303030; 
}

/* 段落 */

p {
   margin: 18px 0 18px 18px;
}

/* テーブル */

table {
   margin: 15px 0;
   font-size: 14px;
}

th, td {
   padding: 8px;
   vertical-align: top;
   text-align: left;
}

table.table-grid th,
table.table-grid td {
   font-weight: normal;
   border: 1px solid #d0d0d0;
}

table.table-grid th {
   background: #f5f5f5;
}

table.table-timeline th,
table.table-timeline td {

}

table.table-timeline th {
   padding: 15px 15px 0 0;
   font-size: 1.5em;
   color: #888;
}

table.table-center {
   margin-left: auto;
   margin-right: auto;
}

table caption {
   margin: 8px;
   font-size: 1.1em;
   font-weight: bold;
   color: #777;
}

.ddx1 {
background-color:#EAFDFF;
}

.ddx2 {
background-color:#FFFFFF;
}

/* リスト */

.content ul {
   padding: 0;
   margin: 15px 0;
   list-style-type: none;
}

.content ol {
   padding: 0;
   margin: 15px 0;
   list-style-type: none;
   counter-reset: li;
}

.content ul li {
   position: relative;
   padding: 0;
   margin: 6px 0 6px 20px;
}

.content ol li {
   position: relative;
   padding: 0;
   margin: 6px 0 6px 40px;
}

.content li:before {
   color: #ef7f78;
}

.content ul li:before {
   position: absolute;
   display: inline-block;
   content: "\e83e";
   padding: 0;
   top: 0;
   left: -16px;
   font-family: "juenicon";
}

.content ul.toc-questions li {
   margin: 8px 0 8px 32px;
}

.content ul.toc-questions li:before {
   content: "\e819";
   left: -24px;
   opacity: 0.7;
}

.content ul.toc-questions li:hover:before {
   opacity: 1;
}

.content ul.toc-info li {
   margin: 8px 0 8px 32px;
}

.content ul.toc-info li:before {
   content: "\e838";
   top: -2px;
   left: -24px;
   opacity: 0.7;
   font-size: 1.15em;
}

.content ul.toc-info li:hover:before {
   opacity: 1;
}

.content ol li:before {
   position: absolute;
   display: inline-block;
   content: counter(li) ".";
   counter-increment: li;
   top: -3px;
   left: -22px;
   text-align: right;
   font-size: 1.2em;
   font-weight: bold;
}

.content .list-column-2 {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
}

.content .list-column-2 li {
   margin-top: 0;
}

ul.curri {
  border: solid 2px #94ddff;
  border-radius: 5px;
  margin: 0 2em;
  padding: 0 0.5em;
  position: relative;
}

li.curri {
  line-height: 1.5;
  padding: 0.5em 2em;
  list-style-type: none!important;
}

ul.curri li:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0a3";
position: absolute;
left: 0;
color: #94ddff;
text-indent: -1.5em ;
}

.fa-currix {
	color: #94ddff;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/* 引用ブロック */

blockquote {
   padding: 10px 20px;
   margin: 15px 10px;
   background: #f9f9f9;
   border: 2px dotted #ddd;
}

/* 文字そろえ */

.text-left {
   text-align: left;
}

.text-center {
   text-align: center;
}

.text-right {
   text-align: right;
}

/* 文字装飾 */

.text-bold {
   font-weight: bold;
}

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

/* 文字サイズ */

.text-xsmall {
   font-size: 80%;
}

.text-small {
   font-size: 90%;
}

.text-large {
   font-size: 120%;
}

.text-xlarge {
   font-size: 140%;
}

/* img */

img.img-left {
	float: left;
	margin: 5px 15px 15px 0;
}

img.img-center {
	display: block;
	margin: 15px auto;
}

img.img-right {
	float: right;
	margin: 5px 0 15px 15px;
}

img.img-frame {
   border: 1px solid #ddd;
   padding: 10px;
   box-shadow: 0 3px 10px -6px #aaa;
}

img.img-frame.img-left,
img.img-frame.img-right,
img.img-frame.img-center {
   margin-top: 0;
}

img.img-round {
   border-radius: 50%;
}

/* float,clear */

.float-left {
   float: left;
}

.float-right {
   float: right;
}

.clear-left {
   clear: left;
}

.clear-right {
   clear: right;
}

.clear-both {
   clear: both;
}

/* ブロック要素中央配置 */

.block-center {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

/* 段組み */

/* 2段 */
.column-2-1,
.column-2-2 {
   display: table-cell;
   width: 310px;
   padding-right: 20px;
}

.column-2-2 {
   padding-right: 0;
}

/* 3段 */
.column-3-1,
.column-3-2,
.column-3-3 {
   display: table-cell;
   width: 200px;
   padding-right: 20px;
}

.column-3-3 {
   padding-right: 0;
}

.column-2-1 > *:first-child,
.column-2-2 > *:first-child,
.column-3-1 > *:first-child,
.column-3-2 > *:first-child,
.column-3-3 > *:first-child {
   margin-top: 0;
}

/*
libs.cssで定義済み
---------------------------------
.clearfix  | 続く要素の回り込み解除
.hidden    | 非表示
.invisible | 非表示（レイアウト維持）
---------------------------------
*/

/* ===========================================================================================
   共通: 全体レイアウト
   =========================================================================================== */

body {
   background: #f1f2f2;
}

.container {
   width: 960px;
   margin: 0 auto;
}

header {
   margin: 0 0 30px 0;
   background: #fff;
   box-shadow: 0 5px 10px -10px #aaa;
}

.block-header {
   position: relative;
   width: 960px;
   margin: 0 auto;
}

footer {
   clear: both;
   width: 960px;
   margin: 0 auto;
}

.content {
   float: left;
   width: 640px;
   padding: 0 30px 80px 30px;
   margin: 0 10px;
   background: #fff;
   box-shadow: 0 5px 15px -10px #aaa;
   font-size: 14px;
   line-height: 1.8;
}

.page-home .content {
   padding: 0 30px 30px 30px;
}

.sub {
   width: 220px;
   margin: 0 0 0 730px;
}

/* ===========================================================================================
   共通: ヘッダー
   =========================================================================================== */

.logo-course {
   padding: 15px 10px 0px 10px;
}

.logo-juen {
   position: absolute;
   top: 32px;
   right: 0;
}

header ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.nav-header {
   position: absolute;
   top: 66px;
   right: 0;
}

.nav-header li {
   display: inline-block;
   margin: 0 0 0 20px;
}

.nav-header li a {
   color: #414042;
}

.nav-header li .icon {
   margin: 0 5px 0 0;
   color: #a7a9ac;
   text-decoration: none;
}

.nav-header li a:hover .icon {
   color: #414042;
}

.nav-main {
   font-size: 0;
}

.nav-main li {
   text-align: center;
   display: inline-block;
   font-size: 12px;
   line-height:1;
}

.nav-main li a {
   display: block;
   width: 140px;
   padding: 22px 0 18px;
   margin: 0 10px;
   background: #fff;
   text-decoration: none;
}

.nav-main li.active a {
   box-shadow: 0 8px 14px -8px #aaa;
}

.nav-main li a:hover {
   box-shadow: 0 8px 14px -8px #aaa;
}

.nav-main .label-jp {
   color: #58595b;
   font-size: 15px;
   font-family: 'notosans';
}

.nav-main .label-en {
   margin: 4px 0 0 0;
   color: #939598;
   font-size: 12px;
}

/* メニューアイコン */

.nav-main .label-icon {
   position: relative;
   display: block;
   height: 36px;
   color: #ef7f78;
   font-size: 30px;
}

.nav-main .mm-home      .label-icon { color: #d3d331; }
.nav-main .mm-project  .label-icon { color: #fbb040; }
.nav-main .mm-outline   .label-icon { color: #ef7f78; }
.nav-main .mm-staff     .label-icon { color: #ff94b9; }
.nav-main .mm-curri     .label-icon { color: #94ddff; left: -3px; }
.nav-main .mm-admission .label-icon { color: #94b6ff; }

.text-update {
   font-size: 0.8em;
}

/* ===========================================================================================
   共通: フッター
   =========================================================================================== */

.copyright {
   padding: 20px;
   margin: 0 10px;
   border-top: 1px solid #d1d3d4;
   text-align: center;
   font-size: 0.9em;
   color: #bcbec0;
}

/* ===========================================================================================
   共通: コンテンツ
   =========================================================================================== */

/* faq */

.faq-question {
   position: relative;
   display: inline-block;
   padding: 0 20px;
   margin: 15px 40px 0 20px;
   background: #f9f9f9;
   border: 2px solid #ddd;
   border-radius: 10px;
   font-weight: bold;
   color: #555;
}

.faq-question:before {
   position: absolute;
   bottom:8px;
   left:-20px;
   display: block;
   content: "";
   border: 10px solid #ddd;
   border-top-color: transparent;
   border-left-color: transparent;
}

.faq-question:after {
   position: absolute;
   bottom:10px;
   left:-16px;
   display: block;
   content: "";
   border: 8px solid #f9f9f9;
   border-top-color: transparent;
   border-left-color: transparent;
}

h2 + .faq-question {
   margin: 0 40px 0 20px;
}

.faq-answer {
   position: relative;
   padding: 10px 24px;
   margin: 16px 20px 20px 50px;
   background: #fefefe;
   border: 2px solid #d5d5d5;
   border-radius: 10px;
}

.faq-answer:before {
   position: absolute;
   bottom:8px;
   right:-20px;
   display: block;
   content: "";
   border: 10px solid #d5d5d5;
   border-top-color: transparent;
   border-right-color: transparent;
}

.faq-answer:after {
   position: absolute;
   bottom:10px;
   right:-16px;
   display: block;
   content: "";
   border: 8px solid #fefefe;
   border-top-color: transparent;
   border-right-color: transparent;
}

/* ===========================================================================================
   共通: サイドメニュー
   =========================================================================================== */

.sub ul {
   padding: 0;
   margin: 0;
}

.sub nav {
   padding: 0 0 5px 0;
   margin: 0 0 15px 0;
   background: #fff;
   box-shadow: 0 5px 15px -10px #aaa;
}

.sub nav ul {
   margin: 15px 0;
   list-style-type: none;
}

.sub nav ul ul {
   margin: 15px 0 20px 0;
   list-style-type: none;
}

.header-menu {
   padding: 5px 8px;
   margin: 0 0 20px 0;
   color: #fff;
   background: #ef7f78;
}

.header-menu_ex {
   padding: 5px 8px;
margin: 0 0 20px 0;
color: #fff;
background: #e42d23;
}

.header-menu .icon {
   margin: 0 5px 0 0;
}

.header-list {
   position: relative;
   margin: 16px 0 15px 36px;
   font-size: 1em;
   color: #777;
}

.header-list:before {
   position: absolute;
   content: "―";
   top: 0;
   left: -17px;
}

nav li:before {
   color: #ef7f78;
}

.sub nav li{
   position: relative;
   margin: 16px 12px 16px 38px;
}

.sub nav li li {
   margin: 16px 0 16px 3px;
}

.sub nav li:before {
   position: absolute;
   content: "\e83a";
   top: 0;
   left: -20px;
   font-family: "juenicon";
}

.sub nav li li:before {
   content: "\e836";
   left: -12px;
}

.sub nav li a{
   color: #414042;
}

.sub nav li a.active{
   font-weight: bold;
   font-size: 1.05em;
   color: #555;
}

.sub nav.nav-img {
   padding: 0 0 5px 0;
   margin: 0 0 15px 0;
   background: none;
   box-shadow: none;
}

.sub nav.nav-img li {
   margin: 15px 0;
}

.sub nav.nav-img li:before {
   content: "";
}

.sub nav.nav-img li img {
   max-width: 220px;
   height: auto;
   box-shadow: 0 5px 15px -10px #aaa;
}

.sub p {
   margin: 14px 18px;
}

/* ===========================================================================================
   共通: その他
   =========================================================================================== */

.nav-breadcrumbs {
   clear: both;
}

.nav-breadcrumbs ul {
   padding: 20px 0 20px 0;
   margin: 0 10px;
   list-style-type: none;
   color: #939598;
}

.nav-breadcrumbs li {
   display: inline-block;
}

.nav-breadcrumbs li:before {
   content: "\e836";
   margin: 0 3px;
   font-family: "juenicon";
}

.nav-breadcrumbs li:first-child:before {
   content: "";
}

.nav-breadcrumbs li:first-child a:before {
   content: '\e80f';
   display: inline-block;
   margin: 0 3px 0 0;
   text-decoration: none;
   font-family: "juenicon";
}

.temp-page-div {
   margin: 60px 0;
}

.sub .temp-page-div {
   margin: 0;
}


/* ===========================================================================================
   ページカラー設定
   =========================================================================================== */

.page-project h1 { border-left-color: #fbb040; }
.page-project h2 { border-left-color: #fbb040; }
.page-project h3 { color: #f3a93a; }
.page-project .header-menu { background-color: #fbb040; }
.page-project li:before { color: #fbb040; }

.page-outline h1 { border-left-color: #ef7f78; }
.page-outline h2 { border-left-color: #ef7f78; }
.page-outline h3 { color: #ef7f78; }
.page-outline .header-menu { background-color: #ef7f78; }
.page-outline li:before { color: #ef7f78; }

.page-staff h1 { border-left-color: #ff94b9; }
.page-staff h2 { border-left-color: #ff94b9; }
.page-staff h3 { color: #ff75a3; }
.page-staff .header-menu { background-color: #ff94b9; }
.page-staff li:before { color: #ff75a3; }

.page-curri h1 { border-left-color: #94ddff; }
.page-curri h2 { border-left-color: #94ddff; }
.page-curri h3 { color: #41b6ef; }
.page-curri .header-menu { background-color: #94ddff; }
.page-curri li:before { color: #85cff2; }

.page-admission h1 { border-left-color: #94b6ff; }
.page-admission h2 { border-left-color: #94b6ff; }
.page-admission h3 { color: #7da4f9; }
.page-admission .header-menu { background-color: #94b6ff; }
.page-admission li:before { color: #94b6ff; }

/* 文字色クラス */

.color-project  { color: #f3a93a; }
.color-outline   { color: #ef7f78; }
.color-staff     { color: #ff75a3; }
.color-curri     { color: #41b6ef; }
.color-admission { color: #7da4f9; }
.color-red { color: #DC143C; }

/* faq用 */

.page-project .faq-question {
   border-color: #fbb040;
   background: #fffcf7 ;
}

.page-project .faq-question:before {
   border-color: #fbb040;
   border-left-color: transparent;
   border-top-color: transparent;
}

.page-project .faq-question:after {
   border-color: #fffcf7;
   border-left-color: transparent;
   border-top-color: transparent;
}

.page-outline .faq-question {
   border-color: #ef7f78;
   background: #fff2f2;
}

.page-outline .faq-question:before {
   border-color: #ef7f78;
   border-left-color: transparent;
   border-top-color: transparent;
}

.page-outline .faq-question:after {
   border-color: #fff2f2;
   border-left-color: transparent;
   border-top-color: transparent;
}

/* ===========================================================================================
   ページ: ホーム
   =========================================================================================== */

.page-home header {
   margin: 0 0 20px 0;
}

.block-greeting {
   margin: 40px 0 30px 0;
}

.block-greeting_ex {
   margin: 40px 0 30px 0;
border: 4px #ff1493 solid;
font-size: large;
font-weight: bold;
padding: 0 20px;
}

.block-news {
   width: 640px;
   height: 120px;
   overflow-y: scroll;
   background: #fafafa;
}

.list-news {
   margin: 15px 20px;
   line-height: 1.5;
}

.list-news dt {
   float: left;
   clear: left;
   width: 100px;
   font-weight: bold;
   color: #6d6e71;
}

.list-news dd {
   margin: 0 0 10px 100px;
}

.list-news dd.new:after {
   display: inline-block;
   padding: 1px 3px;
   margin: 0 0 0 4px;
   content: "new";
   background: #fbb040;
   line-height: 1;
   font-size: 12px;
   color: #fff;
   border-radius: 2px;
}

/* ===========================================================================================
   ページ: 教員
   =========================================================================================== */

ul.list-staff {
   margin: -10px 0 10px 0;
   text-align: center;
}

ul.list-staff li {
   float: left;
   width: 120px;
   margin: 10px 20px 20px 20px;
   line-height: 1;
}

ul.list-staff li:before {
   display: none;
}

.staff-photo {
   border-radius: 60px;
   overflow: hidden;
}

.staff-name {
   margin: 10px 0 0 0;
   font-size: 18px;
   color: #555;
}

.staff-field {
   margin: 7px 0 10px 0;
   color: #ff75a3;
}

.staff-link a {
   font-size: 22px;
   color: #ff75a3;
}

.staff-link a:hover {
   opacity: 0.6;
}

.block-profile {
   margin: 20px 0 0 0;
}

.block-profile-photo {
   display: table-cell;
   vertical-align: middle;
   padding: 0;
}

.block-profile-text {
   display: table-cell;
   vertical-align: middle;
   padding: 0 0 0 30px;
}

.block-profile-text .staff-name {
   font-size: 1.8em;
}

.block-profile-text .staff-name-en {
   display: inline-block;
   margin: 0 0 0 10px;
   font-size: 0.7em;
   color: #777;
}

.staff-post {
   font-size: 15px;
}

.block-profile-text .staff-link a {
   padding: 5px 10px;
   font-size: 13px;
   color: #555;
}

.block-profile-text .staff-link a.btn-web:before {
   content: '\e80f';
}

.block-profile-text .staff-link a.btn-mail:before {
   content: '\e802';
}

.block-profile-text .staff-link a.btn-prof:before {
   content: '';
}


/* ===========================================================================================
   ページ: page-notice
   =========================================================================================== */

.page-notice nav.nav-main {
   display: none;
}

.page-notice .content {
   width: 820px;
   padding: 20px 60px 40px 60px;
   margin: 0 10px;
   font-size: 18px;
   line-height: 1.8;
   border: 10px solid #aae4f8;
}

.page-notice .logo-course {
    padding: 15px 10px 15px 10px;
}

/* ===========================================================================================
   ページ: page-voices
   =========================================================================================== */

.voices-block {
	margin: 0 0 60px 0;
}

h3.voices-title {
   position: relative;
   display: inline-block;
   max-width: 480px;
   padding: 5px 12px;
   margin: 5px 0 0 5px;
   background: #fff;
   border: 2px solid #45b9f0;
   border-radius: 10px;
   font-size: 1.1em;
   font-weight: bold;
}

h3.voices-title:before {
   position: absolute;
   bottom:4px;
   left:-16px;
   display: block;
   content: "";
   border: 8px solid #45b9f0;
   border-top-color: transparent;
   border-left-color: transparent;
}

h3.voices-title:after {
   position: absolute;
   bottom:6px;
   left:-12px;
   display: block;
   content: "";
   border: 6px solid #fff;
   border-top-color: transparent;
   border-left-color: transparent;
}

.voices-name {
	margin: 3px 0 0 0;
}

.voices-voice {
   margin: 0 10px;
}

.voices-voice p:first-child {
   margin-top: 15px;
}

/* ===========================================================================================
   ページ: 
   =========================================================================================== */

/* ===========================================================================================
   スクリプト用
   =========================================================================================== */

a.btn-top {
   display: none;
   position: fixed;
   bottom: 20px;
   right: 30px;
   text-decoration: none;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   line-height: 1;
   color: #000;
   opacity: 0.3;
}

a.btn-top:before {
   display: block;
   content: '\e837';
   margin: 0 0 0 0;
   text-decoration: none;
   font-family: "juenicon";
   font-size: 80px;
   color: #000;
}

.lightbox {
   display: none;
   font-size: 15px;
}

.lightbox h1 {
   margin-left: -25px;
}

.lightbox h1,
.lightbox h2,
.lightbox h3,
.lightbox p {
   max-width: 800px;
}

.printThisBody .lightbox {
   display: block;
}

.printThisBody .btn-print {
   display: none;
}

ul.list-slide {
   width: 960px;
   height: 320px;
   overflow: hidden;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

.bx-wrapper {
   margin: 0 0 20px 0;
   box-shadow: none;
   border: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
   bottom: 20px;
   z-index: 1000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
   width: 12px;
   height: 12px;
   margin: 0 5px;
   border-radius: 6px;
   background: #fff;
   opacity: 0.5;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
   background: #fff;
   opacity: 1;
}

.bx-wrapper .bx-loading {
  background: url('/gkk-edupart/img/js/bx_loader.gif') center center no-repeat #ffffff;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
   background: none;
   line-height: 1;
}

.bx-wrapper .bx-prev {
    left: 0;
}

.bx-wrapper .bx-controls-direction a {
   margin-top: -16px;
   text-indent: 0;
   font-size: 32px;
   color: #fff;
   width: 32px;
   opacity: 0;
}

.bx-wrapper:hover .bx-controls-direction a {
   opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a:hover {
   opacity: 1;
}

.dtable_pro{
display: table; /* ブロックレベル要素をtableと同じように表示にする */
table-layout:fixed; /* ブロックレベル要素を均等に配置 */
width:600px; /* ブロックレベル要素全体の幅 */}
.dtable_c{
display: table-cell;
font-weight: bold;
text-align: center;
}

.proj_btn{
    display: inline-block;
    margin: 2em 0;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.proj_btn:hover {
    border-style: dotted;
    color: #67c5ff;
}

p.fnote {
	font-size:90%;
text-align:center;
padding:10px;
}
