@charset "utf-8";

main {
  font-family: "Noto Sans JP", sans-serif;
  min-height: calc(100vh - 80px);
}

.c-btn {
  width: 274px;
  background-color: #009de6;
  height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  line-height: 48px;
  box-shadow: 0px 4px rgba(51, 51, 51, 0.1);
  transition: all 0.3s;
}

.c-letters { background-color: #fabe00; }
.c-economics { background-color: #22ac38; }
.c-business { background-color: #ee7800; }
.c-law { background-color: #920783; }
.c-engineering { background-color: #009fb0; }
.c-liberalarts { background-color: #3fa9f5; }
.c-human { background-color: #e5004f; }
.c-international { background-color: #0081cc; }
.c-informatics { background-color: #003894; }
.c-regional { background-color: #007f41; }


/* 黄色 */
.c-btn--y {
  background-color: #fdd130;
}
.c-btn--y:hover {
  background-color: #aa7a1b;
}
/* 緑色 */
.c-btn--g {
  background-color: #6bbc6e;
}
.c-btn--g:hover {
  background-color: #166c25;
}
/* オレンジ */
.c-btn--o {
  background-color: #f19233;
}
.c-btn--o:hover {
  background-color: #a04b18;
}
/* ピンク */
.c-btn--p {
  background-color: #eb6ea5;
}
.c-btn--p:hover {
  background-color: #910f58;
}
/* グレー */
.c-btn--gr {
  background-color: #a0a0a0;
}
.c-btn--gr:hover {
  background-color: #095760;
}
/* ブルー */
.c-btn--b {
  background-color: #3fa9f5;
}
.c-btn--b:hover {
  background-color: #093264;
}
/* 全体hover */
.c-btn:hover {
  filter: brightness(80%);
  transform: translateY(4px);
  box-shadow: 0px 0px rgba(51, 51, 51, 0.1);/* */
}

/* この内容で検索 */

.c-btn-search {
  display: block;
  position: relative;
  margin: 56px auto 0px auto;
  border: none;
  background-color: #d31f1f;
  cursor: pointer;
}
.c-btn-search::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%) rotate(180deg);
  background: url(../img/btn-arrow-right.svg) center no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  transition: all 0.3s;
}
.c-btn-search:hover {
  background-color: #f25555;
}

.c-btn-search:hover::after {
  right: 12px;
}

/* 検索条件クリア */
.c-btn-reset {
  display: block;
  position: relative;
  margin: 20px auto 96px auto;
  border: none;
  background-color: #aaaaaa;
  cursor: pointer;
}
.c-btn-reset:hover {

  background-color: #cccccc;
}

/* 別の条件で検索&検索結果へ戻る */

.c-btn-re {
  position: relative;
/*  margin: 0 auto 96px auto; /* */
  margin: 0 auto 0px auto; /* */
}

#backto_results {
	margin-bottom: 50px;
}

.c-btn-re::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translate(0%, -50%);
  background: url(../img/btn-arrow-right.svg) center no-repeat;
  background-size: contain;
  width: 6px;
  height: 9px;
  transition: all 0.3s;
}
.c-btn-re:hover {
  background-color: #046296;
}

.c-btn-re:hover::before {
  left: 12px;
}

/* PDF＆印刷 */

.u-btn-wrap {
  width: 564px;
  margin: 56px auto 40px auto;
  display: flex;
  justify-content: space-between;
}

.c-btn-pdf {
  position: relative;
  background-color: #333333;
}

.c-btn-pdf span {
  position: relative;
  padding-right: 28px;
}

.c-btn-pdf span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: url(../img/pdf-icon-fff.svg) center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.c-btn-pdf:hover {
  background-color: #666666;
}

.c-btn-co {
  position: relative;
  background-color: #333333;
}
.c-btn-co span {
  position: relative;
  padding-right: 28px;
}

.c-btn-co span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  background: url(../img/Icon-printer.svg) center no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
}

.c-btn-co:hover {
  background-color: #666666;
}

/* ▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
              共通ヘッダー
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
header {
  position: fixed;
  width: 100%;
  top: 0;
  border-top: solid 4px #009de6;
  z-index: 100;
}
.header_inner {
  position: relative;
  max-width: 958px;
  margin: 0 auto;
  padding: 34px 0 20px 0;
  display: flex;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
}
.header_logo {
  position: absolute;
  top: 0;
  left: -1px;
  width: 280px;
  padding: 18px 0 10px 0;
  background-color: #009de6;
  border-radius: 0 0 8px 8px;
}
.header_logo img {
  display: block;
  margin: 0 auto;
}
.header_logo-text {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.header_nav {
  position: relative;
  display: block;
  z-index: 100;
  width: 220px;
  float:left;
  margin-right: 100px;
}
.header_nav .c-btn {

}
.header_menu {
  display: flex;
}

.header_menu-item {
  font-size: 16px;
  font-weight: bold;
  padding: 0 38px;
  border-left: 1px solid #333;
  color: #333;
  transition: all 0.3s;
}
.header_menu-item:last-of-type {
  padding: 0 14px 0 13px;
  border-right: 1px solid #333;
}
.header_menu-item:nth-child(2) {
  padding: 0 43px 0 45px;
  position: relative;
}

.header_menu-item:hover {
  color: #009de6;
}

.open_area {
  width: 227px;
  padding: 21px 15px 0px 24px;
  /* background: rgb(0 157 230 / 10%); */
  background: rgba(0, 157, 230, 0.1);
  position: absolute;
  top: 28px;
  left: -1px;
}
.open_area-item {
  font-weight: 500;
  font-size: 16px;
  color: #009de6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.3s;
}
.open_area-item li {
  width: 110px;
  line-height: 1;
  margin-bottom: 19px;
}
.open_area-item li:hover {
  opacity: 0.8;
}

/* js-class */

.js-header {
  transition: all 0.3s;
  background-color: #fff;
}

.js-header.change-color {
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0px 3px 6px 0px #0000005c;
}

.js-arrow {
  transition: all 0.3s;
}

.js-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 8px;
  background: url(../img/Iconl-arrow-down.svg) center no-repeat;
  background-size: contain;
  width: 8px;
  height: 4px;
  transition: all 0.3s;
}
.js-arrow.active {
  color: #009de6;
}
.js-arrow.active::before {
  transform: rotate(-180deg);
}

#js-btn {
  position: relative;
  cursor: pointer;
}

#js-open {
  display: none;
}

/* ▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
              共通footer
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

footer {
  padding: 20px 0 24px 0;
  background: linear-gradient(90deg, rgba(0, 157, 255, 1) 0%, rgba(62, 198, 215, 1) 100%);
}
.footer_inner {
  max-width: 960px;
  margin: 0 auto;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-= ▼TOPページ =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* ▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
              sec_top
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
.sec_top {
  border-top: solid 4px #009de6;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 31%, rgba(0, 157, 255, 0.1) 31%);
  margin-bottom: 70px;
}

.sec_top-year {
  background-color: #009de6;
  width: 204px;
  margin: 0 auto 11px auto;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.3;
  padding: 36px 0 8px 0;
  border-radius: 0 0 8px 8px;
}

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

.sec_top-item {
  margin-bottom: 14px;
}

.sec_top-title {
  position: relative;
  text-align: center;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 900;
  padding-bottom: 26px;
}

.sec_top-text {
  color: #009de6;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-family: "Overpass", sans-serif;
  letter-spacing: 0.04em;
}
/* 
.sec_top-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/syllabus2022.svg) center no-repeat;
  background-size: contain;
  width: 152px;
  height: 22px;
} */

/* ▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
              sec_area
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */
.serch_area {
  max-width: 568px;
  margin: 0 auto 44px auto;
}

.serch-btn {
  width: 100%;
}

.serch-btn:hover {
  background-color: #046296;
}

/* ▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲
              sec_over
▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲▼▲ */

.sec_over {
  margin-bottom: 65px;
}

.sec_over-inner {
  max-width: 568px;
  margin: 0 auto;
}

.sec_over-title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.45;
}

.sec_over-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec_over-btn li {
  margin-bottom: 20px;
}

.sec_over-btn li:nth-child(9),
.sec_over-btn li:nth-child(10) {
  margin-bottom: 8px;
}

.sec_over-att {
  color: #f33;
  font-size: 14px;
  text-align: right;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-= ▼各学部 =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.c-sec {
  margin-top: 82px;
  padding-top: 102px;
}
.c-sec_inner {
  max-width: 960px;
  margin: 0 auto;
}
.c-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;

  margin-bottom: 70px;
  /* border: solid 1px; */
}


/* 文学部 */
.c-title--letters { border-bottom: solid 4px #fabe00; }
/* 経済学部 */
.c-title--economics { border-bottom: solid 4px #22ac38; }
/* 経営学部 */
.c-title--business { border-bottom: solid 4px #ee7800; }
/* 法学部 */
.c-title--law { border-bottom: solid 4px #920783; }
/* 工学部 */
.c-title--engineering { border-bottom: solid 4px #009fb0; }
/* 教養学部 */
.c-title--liberalarts { border-bottom: solid 4px #3fa9f5; }
/* 人間科学部 */
.c-title--human { border-bottom: solid 4px #e5004f; }
/* 国際学部 */
.c-title--international { border-bottom: solid 4px #0081cc; }
/* 情報学部 */
.c-title--informatics { border-bottom: solid 4px #003894; }
/* 地域総合学部 */
.c-title--regional { border-bottom: solid 4px #007f41; }


/* 検索関連 */

.c-title--search {
  border-bottom: solid 4px #009de6;
  margin-bottom: 40px;
}

.c-link {
  position: relative;
  display: inline-block;
  /* border: solid 1px; */
  padding-right: 40px;
  transition: all 0.3s;
}

a[href$=".pdf"].c-link:after {
  content: "";
  display: inline-block;
  background: url(../img/pdf-icon.svg) center right no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  transform: translateY(4px);
}

/* .c-link::after {
  content: "";
  display: inline-block;
  background: url(../img/pdf-icon.svg) center right no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  transform: translateY(4px);
} */

.c-link:hover {
  opacity: 0.6;
}
.c-link span {
  position: relative;
  border-bottom: solid 1px #333;
}

.link-list_outer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 136px;
}

.link-list li {
  font-size: 16px;
}
.link-list > li {
  position: relative;
  margin-bottom: 20px;
}
.link-list > li > ol {
  margin-top: 20px;
}

/* .link-list > li > span {
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin-right: 16px;
} */

/* リストナンバー */

.list-num {
  width: 26px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  margin-right: 16px;
}

/* リストナンバー二桁 */
.list-num--dd {
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  margin-right: 6px;
}

/* 学科課程カリキュラムリスト */

.link-list--in {
  margin-left: 35px;
}

.list-num--en {
  margin-right: 20px;
}

/* 講義内容リスト */
.c-link--u {
  margin: 20px 0 20px 0;
}
.list-num--u {
  font-size: 16px;
  margin-right: 22px;
}
.list-num--u.mr--13 {
  margin-right: 13px;
}

/* .link-list--curri > li > span {
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
} */

/* ====== 各種margin ====== */

.ml--33 {
  margin-left: 33px;
}

.ml--50 {
  margin-left: 50px;
}

.mb--20 {
  margin-bottom: 20px;
}
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-= ▼シラバス検索 =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.serach_use {
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 40px 55px;
  margin-bottom: 56px;
}

.serach_use-titile {
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.serach_use-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.serach_use-text:nth-of-type(4) {
  margin-bottom: 30px;
}

.serach_use-text span {
  color: #009de6;
  font-weight: bold;
  margin-right: 10px;
}

.serach_use-text:nth-child(4) span {
  margin-right: 5px;
  margin-left: 5px;
}

/* ==== 検索フォーム ==== */

.form-wrap {
  max-width: 568px;
  margin: 0 auto;
}

.form-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.form-item--u {
  position: relative;
  margin-bottom: 40px;
}

.form-item--u .form-item {
  margin-bottom: 0;
}

.form-text-ex {
  position: absolute;
  top: 40px;
  left: 136px;
  font-size: 10px;
  color: #333333;
  font-weight: 500;
}

.form-item dt {
  width: 116px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-right: 20px;
}


.form-item dd select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  font-size: 14px;
  color: #bbb;
  width: 432px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 10px 0 10px 10px;
  opacity: 1;
}

.form-item dd select option {
  color: #000;
}
.form-item dd select option:disabled {
  color: #ccc;
}

.form-item dd select:hover {
/*	color: #333; /* マウスオーバーでselectの未選択時の文字色濃くする */
}

.form-item--select {
  position: relative;
}

.form-item--select::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 16px;
  background: url(../img/select-drop-down.svg) center no-repeat;
  background-size: contain;
  width: 8px;
  height: 4px;
}

.form-item input {
  width: 334px;
  font-size: 14px;
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding: 10px 0 10px 10px;
}

select::-ms-expand {
  display: none;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-= ▼検索結果 =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.c-dt {
  position: relative;
  float: left;
  clear: left;
  padding-right: 16px;
  width: 116px;
}

.c-dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

.c-dd {
  float: left;
  margin-left: 16px;
}

.result-num {
  font-size: 16px;
  font-weight: bold;
  color: #009de6;
  margin-bottom: 16px;
}
.result-num span {
  margin-right: 20px;
}
.table-outer {
  padding-top: 40px;
  clear: both;
  margin-bottom: 56px;
}

.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  /* background-color: #095760; */
  margin-bottom: 20px;
}

.c-tr {
  cursor: pointer;
}

.c-table .c-tr:hover .c-td {
  background-color: #dbe1e5;
}

.c-th {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
/*  padding: 14px 0 13px 0; */
  padding: 12px 2px 12px 2px;
  line-height: 1;
  background-color: #009de6;
  cursor: pointer;
}
.c-td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
  background-color: #f8f8f8;
/*  padding: 15px 0 15px 16px; */
  padding: 12px 8px 12px 8px;
}
.sort_mark {
	color: #ffff66;
}
.note {
	margin:-45px 0 0 0;
	display: inline-block;
	width: 320px;
	float:right;
	text-indent: -1.4em;
	color: #ff0000;
	font-size: 12px;
	line-height:120%;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-= 科目詳細 =-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

.table-outer--u {
  padding-top: 0;
  margin-bottom: 40px;
}

.detail-th {
  padding: 8px 0px 8px 16px;
  position: relative;
  font-size: 16px;
  width: 224px;
  text-align: left;
  vertical-align: top;
  padding-left: 16px;
  line-height: 1.75;
  z-index: 3;
}
.detail-td {
  position: relative;
  font-size: 16px;
  padding: 8px 16px 8px 16px;
  z-index: 3;
  line-height: 1.75;
}

.detail-td--b {
  color: #009de6;
  background-color: rgba(0, 157, 230, 0.1);
}

.table-outer--detail {
  position: relative;
}

.detail-th--u {
  background-color: #3eb4d7;
}
.table-outer--detail::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 0;
  width: 100%;
  background-color: #009de6;
  z-index: 1;
}
.table-outer--detail::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 2px;
  right: 0;
  width: 244px;
  background-color: #95ddf2;
  z-index: 2;
}
.detail-td--f {
  border-left: solid 2px #009de6;
  background-color: #fff;
}

/* ====== 授業計画リスト ===== */
.program-list > li > span {
  font-weight: bold;
}

.program-list-detail li {
  font-size: 16px;
  font-weight: 500;
}

/* ====== ページスクロールボタン ===== */
.pagetop {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 200;
    width: 50px;
}
.pagebottom {
    display: block;
    position: fixed;
    top: 50px;
    right: 15px;
    z-index: 200;
    width: 50px;
}

.pagetop a,
.pagebottom a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 5px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover,
.pagebottom a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 5px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
