@charset "UTF-8";
/* Scss Document */
/*!
*******************************************

このCSSはSassで記述されています。
修正する場合は「.scss」を修正してください。

*******************************************
*/
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .tableBox table {
    border-bottom: none;
  }
  .tableBox table th,
  .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  text-align: center;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

.list-Style ul > li {
  padding-left: 1em;
  position: relative;
}
.list-Style ul > li:before {
  content: "\f111";
  font-family: "FontAwesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.2em;
  margin-left: -1em;
  color: #ff0000;
}

.number-Style ol {
  counter-reset: my-counter;
}
.number-Style ol > li {
  padding-left: 1.6em;
  position: relative;
}
.number-Style ol > li:before {
  font-size: 95%;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.5em;
  margin-left: -1.6em;
  text-align: center;
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  margin-top: 1px;
  background-color: #ff0000;
}

.inline-Style ul {
  letter-spacing: -0.4em;
}
.inline-Style ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
}
.inline-Style ul li:last-child {
  margin-right: 0px;
}

.table-Style ul {
  display: table;
  width: 100%;
}
.table-Style ul li {
  display: table-cell;
}

.marker {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

span.this-year {
  margin-right: 0 !important;
  font-weight: normal !important;
}
span.this-year::before {
  content: "2021";
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.sectionhead {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.sectionBox {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .sectionBox {
    margin: 40px auto;
  }
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
}

.head-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.head-link .linkBox {
  padding: 0 5px;
}
.head-link .link-01 {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .head-link .link-01 {
    width: 100%;
  }
}
.head-link .link-01 ul {
  display: inline-flex;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .head-link .link-01 ul {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .head-link .link-01 ul {
    margin: 0 -4px -10px;
  }
}
.head-link .link-01 ul li {
  padding: 0 4px;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .head-link .link-01 ul li {
    min-width: inherit !important;
  }
}
@media screen and (min-width: 993px) {
  .head-link .link-01 ul li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 993px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .head-link .link-01 ul li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .head-link .link-01 ul li {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width:992px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .head-link .link-01 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .head-link .link-01 ul li {
    width: calc(100% / 1);
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .head-link .link-01 ul li {
    width: 100%;
  }
}
.head-link .link-01 ul li a {
  display: block;
  padding: 1px 5px;
  border: 2px dotted #3e3a39;
  color: #000;
}
.head-link .link-01 ul li a::before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin-right: 1px;
  font-weight: bold;
}
.head-link .link-01 ul li a::after {
  content: none !important;
}
@media screen and (min-width: 993px) {
  .head-link .link-01 ul li a:hover {
    color: #eb6d8e;
  }
}
.head-link .link-02 {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .head-link .link-02 {
    width: 100%;
    background: none;
  }
}
.head-link .link-02 p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.head-link .link-02 a {
  display: block;
  text-align: center;
  line-height: 120%;
  font-size: 1.25rem;
  margin: auto;
  color: #000;
}
@media screen and (min-width: 993px) {
  .head-link .link-02 a:hover {
    color: #f00;
  }
}
.head-link .link-02 a::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .head-link .link-02 a {
    padding: 8px;
  }
  .head-link .link-02 a br {
    display: none;
  }
}
.head-link .link-02 a img {
  width: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .head-link .link-02 a img {
    margin-top: 0;
    vertical-align: bottom;
  }
}
.head-link .link-02.multiple-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .head-link .link-02.multiple-link {
    justify-content: flex-start;
  }
}
.head-link .link-02.multiple-link p {
  height: auto;
  padding: 5px 5px;
}
.head-link .link-02.multiple-link p:first-child {
  border-bottom: 2px solid #fff;
}
.head-link .link-02.multiple-link p:last-child {
  border-top: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .head-link .link-02.multiple-link p {
    height: 100%;
  }
}
.head-link .link-02.multiple-link p a {
  font-size: 1.15rem;
}
.head-link .link-02 p.notlink {
  background-color: #ddd !important;
}
.head-link .link-02 p.notlink a {
  color: #000;
}

h3.title-01,
h3.title-02,
h4.subtitle,
.columnArea h5,
.topicArea h5 {
  font-size: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h3.title-01,
  h3.title-02,
  h4.subtitle,
  .columnArea h5,
  .topicArea h5 {
    margin-bottom: 20px;
  }
}
h3.title-01 span,
h3.title-02 span,
h4.subtitle span,
.columnArea h5 span,
.topicArea h5 span {
  font-family: "Noto Serif JP", serif;
  margin-right: 1em;
}

h3.title-01::before,
h3.title-02::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

h3.title-02 label,
h3.title-02 small {
  display: inline-block;
}
h3.title-02 label {
  font-size: 1.8rem;
  font-weight: bold;
}
h3.title-02 small {
  font-size: 1.3rem;
  font-weight: normal !important;
}

h4.subtitle {
  padding: 1px 10px;
  border: 1px solid;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h4.subtitle {
    margin-bottom: 20px;
  }
}

.pointArea dl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pointArea dl {
    flex-wrap: wrap;
  }
}
.pointArea dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pointArea dl dt,
  .pointArea dl dd {
    width: 100% !important;
  }
}
.pointArea dl dt {
  width: 65px;
  padding: 0 5px;
}
.pointArea dl dt img {
  width: 40px;
  height: 100%;
}
.pointArea dl dd {
  width: calc(100% - 65px);
  padding-left: 20px;
  border-left: 2px dotted #3e3a39;
}
@media screen and (max-width: 768px) {
  .pointArea dl dd {
    border-left: none;
    border-top: 2px dotted #3e3a39;
    padding-left: 0px;
    padding-top: 10px;
  }
}
.pointArea dl dd h6.point-title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
.pointArea dl dd p:last-child {
  margin-bottom: 0;
}

.modal-btn,
.link-pdf-btn {
  width: 190px;
  margin-bottom: 15px;
}

.modal-btn {
  margin-top: 15px;
}
.modal-btn a {
  display: block;
  border: 1px solid #787575;
  padding: 2px 5px 2px 40px;
  position: relative;
  border-radius: 5px;
  color: #514f4f;
}
.modal-btn a::before {
  content: "\f002";
  font-family: "FontAwesome";
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #787575;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.modal-btn a::after {
  content: none !important;
}
@media screen and (min-width: 993px) {
  .modal-btn a:hover {
    color: #eb6d8e;
  }
}

.link-pdf-btn a {
  display: block;
  padding: 1px 5px;
  border: 2px dotted #3e3a39;
  color: #000;
}
.link-pdf-btn a::before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 1.8rem;
  margin-right: 1px;
  font-weight: bold;
}
.link-pdf-btn a::after {
  content: none !important;
}
@media screen and (min-width: 993px) {
  .link-pdf-btn a:hover {
    color: #eb6d8e;
  }
}

.courseArea .course-wrap {
  margin: 0;
  flex-direction: row-reverse;
}
@media screen and (min-width: 993px) {
  .courseArea .course-wrap {
    margin: 0 -15px;
  }
}
.courseArea .course-wrap .textArea,
.courseArea .course-wrap .imgArea {
  padding: 0;
}
@media screen and (min-width: 993px) {
  .courseArea .course-wrap .textArea,
  .courseArea .course-wrap .imgArea {
    padding: 0 15px;
  }
}
.courseArea .course-wrap .imgArea {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 993px) {
  .courseArea .course-wrap .imgArea {
    width: 300px;
  }
}
.courseArea .course-wrap .textArea {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .courseArea .course-wrap .textArea {
    width: calc(100% - 300px);
  }
}
.courseArea .course-wrap .textArea .textBox {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .courseArea .course-wrap .textArea .textBox {
    margin: 0;
  }
}
.courseArea .course-wrap .textArea .itemBox {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .courseArea .course-wrap .textArea .itemBox {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.courseArea .course-wrap .textArea .itemBox dl dt {
  margin-bottom: 3px;
  font-weight: bold;
}
.courseArea .course-subtitle {
  margin-bottom: 15px;
  text-align: center;
  padding: 1px 5px;
  color: #fff;
}

.themeArea .themelist li::before {
  content: "\f0c8" !important;
}

.getArea h6.get-subtitle {
  text-align: center;
  color: #fff;
  padding: 0px 10px;
  margin-bottom: 15px;
}
.getArea dl {
  align-items: center;
  margin-bottom: 20px;
}
.getArea dl:last-child {
  margin-bottom: 0;
}
.getArea dl.get-notbg {
  background: none !important;
  margin-top: -30px;
}
@media screen and (min-width: 993px) {
  .getArea dl.get-notbg {
    margin-top: -10px;
  }
}
.getArea dl dt {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 5px;
}
@media screen and (min-width: 993px) {
  .getArea dl dt {
    width: 100px;
  }
}
.getArea dl dd {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
  padding-left: 0px;
}
@media screen and (min-width: 993px) {
  .getArea dl dd {
    width: calc(100% - 100px);
    padding-top: 0px;
    padding-left: 20px;
  }
}
.getArea .list-Style ul li {
  display: inline-block;
}

.columnArea h5,
.topicArea h5 {
  padding: 3px 10px;
  font-size: 2rem;
}
.columnArea h5 small,
.topicArea h5 small {
  font-size: 1.3rem;
  font-weight: normal !important;
}
.columnArea h6,
.topicArea h6 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.columnArea h6 small,
.topicArea h6 small {
  font-size: 1.3rem;
  font-weight: normal !important;
}
.columnArea .flexBox,
.topicArea .flexBox {
  margin: 0;
}
@media screen and (min-width: 993px) {
  .columnArea .flexBox,
  .topicArea .flexBox {
    margin: 0 -15px;
  }
}
.columnArea .flexBox.item02 .itemBox,
.topicArea .flexBox.item02 .itemBox {
  width: calc(100% / 2);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .columnArea .flexBox.item02 .itemBox,
  .topicArea .flexBox.item02 .itemBox {
    width: 50%;
  }
}
.columnArea .flexBox.item03 .itemBox,
.topicArea .flexBox.item03 .itemBox {
  width: calc(100% / 3);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .columnArea .flexBox.item03 .itemBox,
  .topicArea .flexBox.item03 .itemBox {
    width: 33.3333333333%;
  }
}
.columnArea .itemBox,
.topicArea .itemBox {
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .columnArea .itemBox,
  .topicArea .itemBox {
    width: 100% !important;
    padding: 0;
    margin-bottom: 10px;
  }
}
.columnArea .itemBox.text-left,
.topicArea .itemBox.text-left {
  text-align: left !important;
}

.graduateArea dl {
  margin-bottom: 20px;
}
.graduateArea dl:last-child {
  margin-bottom: 0;
}
.graduateArea dl dt {
  margin-bottom: 10px;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
}
.graduateArea dl dd .imgArea {
  text-align: center;
}

/*-----------------------------------

個別設定カラー設定

-----------------------------------*/
body.tandai .pageHero_img {
  background-image: url(../tan/images/pageHero-junior.jpg);
}
body.tandai h3.title-01::before {
  background-image: url(../tan/images/tandai-title-01.svg);
}
body.tandai h3.title-02::before {
  background-image: url(../tan/images/tandai-title-02.svg);
}

body.literature h3.title-01::before {
  background-image: url(../dai/images/literature-title-01.svg);
}
body.literature h3.title-02::before {
  background-image: url(../dai/images/literature-title-02.svg);
}

body.education h3.title-01::before {
  background-image: url(../dai/images/education-title-01.svg);
}
body.education h3.title-02::before {
  background-image: url(../dai/images/education-title-02.svg);
}

body.health h3.title-01::before {
  background-image: url(../dai/images/health-title-01.svg);
}
body.health h3.title-02::before {
  background-image: url(../dai/images/health-title-02.svg);
}

body.living h3.title-01::before {
  background-image: url(../dai/images/living-title-01.svg);
}
body.living h3.title-02::before {
  background-image: url(../dai/images/living-title-02.svg);
}

body.food h3.title-01::before {
  background-image: url(../dai/images/food-title-01.svg);
}
body.food h3.title-02::before {
  background-image: url(../dai/images/food-title-02.svg);
}

body.arch h3.title-01::before {
  background-image: url(../dai/images/arch-title-01.svg);
}
body.arch h3.title-02::before {
  background-image: url(../dai/images/arch-title-02.svg);
}

body.musics h3.title-01::before {
  background-image: url(../dai/images/musics-title-01.svg);
}
body.musics h3.title-02::before {
  background-image: url(../dai/images/musics-title-02.svg);
}

body.pharmacy h3.title-01::before {
  background-image: url(../dai/images/pharmacy-title-01.svg);
}
body.pharmacy h3.title-02::before {
  background-image: url(../dai/images/pharmacy-title-02.svg);
}

body.nurse h3.title-01::before {
  background-image: url(../dai/images/nurse-title-01.svg);
}
body.nurse h3.title-02::before {
  background-image: url(../dai/images/nurse-title-02.svg);
}

body.business h3.title-01::before {
  background-image: url(../dai/images/business-title-01.svg);
}
body.business h3.title-02::before {
  background-image: url(../dai/images/business-title-02.svg);
}

/*文学部*/
/*教育部*/
/*心理・社会福祉学部*/
/*健康・スポーツ科学部*/
/*生活環境学部*/
/*社会情報学部*/
/*食物栄養科学部*/
/*建築学部*/
/*音楽学部*/
/*薬学部*/
/*環境共生学部*/
/*看護学部*/
/*経営学部*/
/*color02関連　202405現在不使用*/
/*文学部*/
/*教育部*/
/*心理・社会福祉学部*/
/*健康・スポーツ科学部*/
/*生活環境学部*/
/*社会情報学部*/
/*食物栄養科学部*/
/*建築学部*/
/*音楽学部*/
/*薬学部*/
/*看護学部*/
/*経営学部*/
/*短大学部*/
/*大学トップ*/
#d_list .sectionBox {
  margin: auto;
}
#d_list div.linkBox > ul > li > a {
  border: 1px solid;
}
#d_list div.linkBox > ul > li:first-child > a {
  color: #fff !important;
}
@media screen and (min-width: 993px) {
  #d_list div.linkBox > ul > li:first-child > a:hover {
    border-color: #f00;
    color: #f00;
  }
}
@media screen and (min-width: 993px) {
  #d_list div.linkBox > ul > li:last-child > a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
}
#d_list div.linkBox > ul > li:last-child > a.notlink {
  border-color: #ccc !important;
  color: #ccc !important;
  cursor: auto;
}
#d_list div.linkBox > ul > li:last-child > a.notlink::after {
  color: #ccc !important;
}
#d_list #literature h3:not([class]) {
  border-color: #f27179;
}
#d_list #literature h4:not([class])::before {
  background: #f27179;
}
#d_list #literature div.linkBox > ul > li > a {
  border-color: #f27179;
  color: #f27179;
}
#d_list #literature div.linkBox > ul > li > a::after {
  color: #f27179;
}
#d_list #literature div.linkBox > ul > li:first-child > a {
  background: #f27179;
}
#d_list #education h3:not([class]) {
  border-color: #ba783e;
}
#d_list #education h4:not([class])::before {
  background: #ba783e;
}
#d_list #education div.linkBox > ul > li > a {
  border-color: #ba783e;
  color: #ba783e;
}
#d_list #education div.linkBox > ul > li > a::after {
  color: #ba783e;
}
#d_list #education div.linkBox > ul > li:first-child > a {
  background: #ba783e;
}
#d_list #sports h3:not([class]) {
  border-color: #50b848;
}
#d_list #sports h4:not([class])::before {
  background: #50b848;
}
#d_list #sports div.linkBox > ul > li > a {
  border-color: #50b848;
  color: #50b848;
}
#d_list #sports div.linkBox > ul > li > a::after {
  color: #50b848;
}
#d_list #sports div.linkBox > ul > li:first-child > a {
  background: #50b848;
}
#d_list #life h3:not([class]) {
  border-color: #00b085;
}
#d_list #life h4:not([class])::before {
  background: #00b085;
}
#d_list #life div.linkBox > ul > li > a {
  border-color: #00b085;
  color: #00b085;
}
#d_list #life div.linkBox > ul > li > a::after {
  color: #00b085;
}
#d_list #life div.linkBox > ul > li:first-child > a {
  background: #00b085;
}
#d_list #food h3:not([class]) {
  border-color: #f47931;
}
#d_list #food h4:not([class])::before {
  background: #f47931;
}
#d_list #food div.linkBox > ul > li > a {
  border-color: #f47931;
  color: #f47931;
}
#d_list #food div.linkBox > ul > li > a::after {
  color: #f47931;
}
#d_list #food div.linkBox > ul > li:first-child > a {
  background: #f47931;
}
#d_list #food .und-link .linkBoxArea a {
  background-color: #fff;
  color: #f47931 !important;
  border-color: #f47931 !important;
}
#d_list #food .und-link .linkBoxArea a::after {
  color: #f47931 !important;
}
@media screen and (min-width: 993px) {
  #d_list #food .und-link .linkBoxArea a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
  #d_list #food .und-link .linkBoxArea a:hover::after {
    color: #f00 !important;
  }
}
#d_list #architecture h3:not([class]) {
  border-color: #498ecc;
}
#d_list #architecture h4:not([class])::before {
  background: #498ecc;
}
#d_list #architecture div.linkBox > ul > li > a {
  border-color: #498ecc;
  color: #498ecc;
}
#d_list #architecture div.linkBox > ul > li > a::after {
  color: #498ecc;
}
#d_list #architecture div.linkBox > ul > li:first-child > a {
  background: #498ecc;
}
#d_list #architecture .und-link .linkBoxArea a {
  background-color: #fff;
  color: #498ecc !important;
  border-color: #498ecc !important;
}
#d_list #architecture .und-link .linkBoxArea a::after {
  color: #498ecc !important;
}
@media screen and (min-width: 993px) {
  #d_list #architecture .und-link .linkBoxArea a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
  #d_list #architecture .und-link .linkBoxArea a:hover::after {
    color: #f00 !important;
  }
}
#d_list #musics h3:not([class]) {
  border-color: #e1905c;
}
#d_list #musics h4:not([class])::before {
  background: #e1905c;
}
#d_list #musics div.linkBox > ul > li > a {
  border-color: #e1905c;
  color: #e1905c;
}
#d_list #musics div.linkBox > ul > li > a::after {
  color: #e1905c;
}
#d_list #musics div.linkBox > ul > li:first-child > a {
  background: #e1905c;
}
#d_list #pharmacy h3:not([class]) {
  border-color: #b5689d;
}
#d_list #pharmacy h4:not([class])::before {
  background: #b5689d;
}
#d_list #pharmacy div.linkBox > ul > li > a {
  border-color: #b5689d;
  color: #b5689d;
}
#d_list #pharmacy div.linkBox > ul > li > a::after {
  color: #b5689d;
}
#d_list #pharmacy div.linkBox > ul > li:first-child > a {
  background: #b5689d;
}
#d_list #pharmacy .und-link .linkBoxArea a {
  background-color: #fff;
  color: #b5689d !important;
  border-color: #b5689d !important;
}
#d_list #pharmacy .und-link .linkBoxArea a::after {
  color: #b5689d !important;
}
@media screen and (min-width: 993px) {
  #d_list #pharmacy .und-link .linkBoxArea a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
  #d_list #pharmacy .und-link .linkBoxArea a:hover::after {
    color: #f00 !important;
  }
}
#d_list #environment h3:not([class]) {
  border-color: #947cba;
}
#d_list #environment h4:not([class])::before {
  background: #947cba;
}
#d_list #environment div.linkBox > ul > li > a {
  border-color: #947cba;
  color: #947cba;
}
#d_list #environment div.linkBox > ul > li > a::after {
  color: #947cba;
}
#d_list #environment div.linkBox > ul > li:first-child > a {
  background: #947cba;
}
#d_list #nurse h3:not([class]) {
  border-color: #e584b6;
}
#d_list #nurse h4:not([class])::before {
  background: #e584b6;
}
#d_list #nurse div.linkBox > ul > li > a {
  border-color: #e584b6;
  color: #e584b6;
}
#d_list #nurse div.linkBox > ul > li > a::after {
  color: #e584b6;
}
#d_list #nurse div.linkBox > ul > li:first-child > a {
  background: #e584b6;
}
#d_list #management h3:not([class]) {
  border-color: #7b86c2;
}
#d_list #management h4:not([class])::before {
  background: #7b86c2;
}
#d_list #management div.linkBox > ul > li > a {
  border-color: #7b86c2;
  color: #7b86c2;
}
#d_list #management div.linkBox > ul > li > a::after {
  color: #7b86c2;
}
#d_list #management div.linkBox > ul > li:first-child > a {
  background: #7b86c2;
}
#d_list #psychology {
  /*
  div.linkBox > ul > li:last-child,
  div.linkBox > ul > li.exclusive {
    & > a {
      line-height: 130%;
    }
  }
  */
}
#d_list #psychology h3:not([class]) {
  border-color: #e29717;
}
#d_list #psychology h4:not([class])::before {
  background: #e29717;
}
#d_list #psychology h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 3px 10px;
  background-color: #f6d9a6;
  font-weight: bold;
}
#d_list #psychology div.linkBox > ul > li > a {
  border-color: #e29717;
  color: #e29717;
}
#d_list #psychology div.linkBox > ul > li > a::after {
  color: #e29717;
}
#d_list #psychology div.linkBox > ul > li:first-child > a {
  background: #e29717;
}
#d_list #psychology div.linkBox > ul > li.exclusive > a {
  background-color: #fff;
  color: #e29717 !important;
}
@media screen and (min-width: 993px) {
  #d_list #psychology div.linkBox > ul > li.exclusive > a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
}
#d_list #psychology .und-link .linkBoxArea a {
  background-color: #fff;
  color: #e29717 !important;
  border-color: #e29717 !important;
}
#d_list #psychology .und-link .linkBoxArea a::after {
  color: #e29717 !important;
}
@media screen and (min-width: 993px) {
  #d_list #psychology .und-link .linkBoxArea a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
  #d_list #psychology .und-link .linkBoxArea a:hover::after {
    color: #f00 !important;
  }
}
#d_list #socialinformatics h3:not([class]) {
  border-color: #00b7ec;
}
#d_list #socialinformatics h4:not([class])::before {
  background: #00b7ec;
}
#d_list #socialinformatics div.linkBox > ul > li > a {
  border-color: #00b7ec;
  color: #00b7ec;
}
#d_list #socialinformatics div.linkBox > ul > li > a::after {
  color: #00b7ec;
}
#d_list #socialinformatics div.linkBox > ul > li:first-child > a {
  background: #00b7ec;
}
#d_list #socialinformatics .und-link .linkBoxArea a {
  background-color: #fff;
  color: #00b7ec !important;
  border-color: #00b7ec !important;
}
#d_list #socialinformatics .und-link .linkBoxArea a::after {
  color: #00b7ec !important;
}
@media screen and (min-width: 993px) {
  #d_list #socialinformatics .und-link .linkBoxArea a:hover {
    border-color: #f00 !important;
    color: #f00 !important;
  }
  #d_list #socialinformatics .und-link .linkBoxArea a:hover::after {
    color: #f00 !important;
  }
}

/*文学部*/
body.literature .head-link .link-02 p,
body.literature .columnArea h5 {
  background-color: #fde6e7;
}
body.literature .pointArea dl dd h6.point-title,
body.literature .courseArea .course-wrap .textArea .itemBox dl dt,
body.literature .themeArea .themelist li::before,
body.literature h3.title-02 small.sma-color,
body.literature .getArea .list-Style ul li::before,
body.literature .head-link .link-01 ul li a::before,
body.literature .link-pdf-btn a::before {
  color: #f27179;
}
body.literature h4.subtitle,
body.literature .sectionhead {
  border-color: #f27179;
}
body.literature .getArea dl {
  background-color: #f27179;
}
body.literature h3.title-02 label,
body.literature .columnArea h6 {
  color: #c94f8e;
}
body.literature .graduateArea dl dt {
  background-color: #c94f8e;
}

/*教育学部*/
body.education .head-link .link-02 p,
body.education .columnArea h5 {
  background-color: #ddba9a;
}
body.education .pointArea dl dd h6.point-title,
body.education .courseArea .course-wrap .textArea .itemBox dl dt,
body.education .themeArea .themelist li::before,
body.education h3.title-02 small.sma-color,
body.education .getArea .list-Style ul li::before,
body.education .head-link .link-01 ul li a::before,
body.education .link-pdf-btn a::before {
  color: #ba783e;
}
body.education h4.subtitle,
body.education .sectionhead {
  border-color: #ba783e;
}
body.education .getArea dl {
  background-color: #ba783e;
}
body.education h3.title-02 label,
body.education .columnArea h6 {
  color: #c93759;
}
body.education .graduateArea dl dt {
  background-color: #c93759;
}

/*健康・スポーツ科学科*/
body.health .head-link .link-02 p,
body.health .columnArea h5 {
  background-color: #b9e3b6;
}
body.health .pointArea dl dd h6.point-title,
body.health .courseArea .course-wrap .textArea .itemBox dl dt,
body.health .themeArea .themelist li::before,
body.health h3.title-02 small.sma-color,
body.health .getArea .list-Style ul li::before,
body.health .head-link .link-01 ul li a::before,
body.health .link-pdf-btn a::before {
  color: #50b848;
}
body.health h4.subtitle,
body.health .sectionhead {
  border-color: #50b848;
}
body.health .getArea dl {
  background-color: #50b848;
}
body.health h3.title-02 label,
body.health .columnArea h6 {
  color: #005d97;
}
body.health .graduateArea dl dt {
  background-color: #005d97;
}

/*生活環境学部*/
body.living .head-link .link-02 p,
body.living .columnArea h5 {
  background-color: #64ffd9;
}
body.living .pointArea dl dd h6.point-title,
body.living .courseArea .course-wrap .textArea .itemBox dl dt,
body.living .themeArea .themelist li::before,
body.living h3.title-02 small.sma-color,
body.living .getArea .list-Style ul li::before,
body.living .head-link .link-01 ul li a::before,
body.living .link-pdf-btn a::before {
  color: #00b085;
}
body.living h4.subtitle,
body.living .sectionhead {
  border-color: #00b085;
}
body.living .getArea dl {
  background-color: #00b085;
}
body.living h3.title-02 label,
body.living .columnArea h6 {
  color: #00833e;
}
body.living .graduateArea dl dt {
  background-color: #00833e;
}

/*食物栄養科学部*/
body.food .head-link .link-02 p,
body.food .columnArea h5 {
  background-color: white;
}
body.food .pointArea dl dd h6.point-title,
body.food .courseArea .course-wrap .textArea .itemBox dl dt,
body.food .themeArea .themelist li::before,
body.food h3.title-02 small.sma-color,
body.food .getArea .list-Style ul li::before,
body.food .head-link .link-01 ul li a::before,
body.food .link-pdf-btn a::before {
  color: #f47931;
}
body.food h4.subtitle,
body.food .sectionhead {
  border-color: #f47931;
}
body.food .getArea dl {
  background-color: #f47931;
}
body.food h3.title-02 label,
body.food .columnArea h6 {
  color: #00853c;
}
body.food .graduateArea dl dt {
  background-color: #00853c;
}

/*建築学部*/
body.arch .head-link .link-02 p,
body.arch .columnArea h5,
body.arch .topicArea h5 {
  background-color: white;
}
body.arch .pointArea dl dd h6.point-title,
body.arch .courseArea .course-wrap .textArea .itemBox dl dt,
body.arch .themeArea .themelist li::before,
body.arch h3.title-02 small.sma-color,
body.arch .getArea .list-Style ul li::before,
body.arch .head-link .link-01 ul li a::before,
body.arch .link-pdf-btn a::before {
  color: #498ecc;
}
body.arch h4.subtitle,
body.arch .sectionhead {
  border-color: #498ecc;
}
body.arch .getArea dl {
  background-color: #498ecc;
}
body.arch h3.title-02 label,
body.arch .columnArea h6 {
  color: #007440;
}
body.arch .graduateArea dl dt {
  background-color: #007440;
}

/*音楽学部*/
body.musics .head-link .link-02 p,
body.musics .columnArea h5 {
  background-color: white;
}
body.musics .pointArea dl dd h6.point-title,
body.musics .courseArea .course-wrap .textArea .itemBox dl dt,
body.musics .themeArea .themelist li::before,
body.musics h3.title-02 small.sma-color,
body.musics .getArea .list-Style ul li::before,
body.musics .head-link .link-01 ul li a::before,
body.musics .link-pdf-btn a::before {
  color: #e1905c;
}
body.musics h4.subtitle,
body.musics .sectionhead {
  border-color: #e1905c;
}
body.musics .getArea dl {
  background-color: #e1905c;
}
body.musics h3.title-02 label,
body.musics .columnArea h6 {
  color: #de6a08;
}
body.musics .graduateArea dl dt {
  background-color: #de6a08;
}

/*薬学部*/
body.pharmacy .head-link .link-02 p,
body.pharmacy .columnArea h5 {
  background-color: #dfbed5;
}
body.pharmacy .pointArea dl dd h6.point-title,
body.pharmacy .courseArea .course-wrap .textArea .itemBox dl dt,
body.pharmacy .themeArea .themelist li::before,
body.pharmacy h3.title-02 small.sma-color,
body.pharmacy .getArea .list-Style ul li::before,
body.pharmacy .head-link .link-01 ul li a::before,
body.pharmacy .link-pdf-btn a::before {
  color: #b5689d;
}
body.pharmacy h4.subtitle,
body.pharmacy .sectionhead {
  border-color: #b5689d;
}
body.pharmacy .getArea dl {
  background-color: #b5689d;
}
body.pharmacy h3.title-02 label,
body.pharmacy .columnArea h6 {
  color: #cb5d4e;
}
body.pharmacy .graduateArea dl dt {
  background-color: #cb5d4e;
}

/*看護学部*/
body.nurse .head-link .link-02 p,
body.nurse .columnArea h5 {
  background-color: white;
}
body.nurse .pointArea dl dd h6.point-title,
body.nurse .courseArea .course-wrap .textArea .itemBox dl dt,
body.nurse .themeArea .themelist li::before,
body.nurse h3.title-02 small.sma-color,
body.nurse .getArea .list-Style ul li::before,
body.nurse .head-link .link-01 ul li a::before,
body.nurse .link-pdf-btn a::before {
  color: #e584b6;
}
body.nurse h4.subtitle,
body.nurse .sectionhead {
  border-color: #e584b6;
}
body.nurse .getArea dl {
  background-color: #e584b6;
}
body.nurse h3.title-02 label,
body.nurse .columnArea h6 {
  color: #d93563;
}
body.nurse .graduateArea dl dt {
  background-color: #d93563;
}

/*経営学部*/
body.business .head-link .link-02 p,
body.business .columnArea h5 {
  background-color: white;
}
body.business .pointArea dl dd h6.point-title,
body.business .courseArea .course-wrap .textArea .itemBox dl dt,
body.business .themeArea .themelist li::before,
body.business h3.title-02 small.sma-color,
body.business .getArea .list-Style ul li::before,
body.business .head-link .link-01 ul li a::before,
body.business .link-pdf-btn a::before {
  color: #7b86c2;
}
body.business h4.subtitle,
body.business .sectionhead {
  border-color: #7b86c2;
}
body.business .getArea dl {
  background-color: #7b86c2;
}
body.business h3.title-02 label,
body.business .columnArea h6 {
  color: #00908c;
}
body.business .graduateArea dl dt {
  background-color: #00908c;
}

/*心理・社会福祉学部*/
body.psychology .head-link .link-02 p,
body.psychology .columnArea h5 {
  background-color: #f6d9a6;
}
body.psychology .pointArea dl dd h6.point-title,
body.psychology .courseArea .course-wrap .textArea .itemBox dl dt,
body.psychology .themeArea .themelist li::before,
body.psychology h3.title-02 small.sma-color,
body.psychology .getArea .list-Style ul li::before,
body.psychology .head-link .link-01 ul li a::before,
body.psychology .link-pdf-btn a::before {
  color: #e29717;
}
body.psychology h4.subtitle,
body.psychology .sectionhead {
  border-color: #e29717;
}
body.psychology .getArea dl {
  background-color: #e29717;
}
body.psychology h3.title-02 label,
body.psychology .columnArea h6 {
  color: #ed6d2b;
}
body.psychology .graduateArea dl dt {
  background-color: #ed6d2b;
}

/*心理・社会福祉学部*/
body.psychology .head-link .link-02 p,
body.psychology .columnArea h5 {
  background-color: #f6d9a6;
}
body.psychology .pointArea dl dd h6.point-title,
body.psychology .courseArea .course-wrap .textArea .itemBox dl dt,
body.psychology .themeArea .themelist li::before,
body.psychology h3.title-02 small.sma-color,
body.psychology .getArea .list-Style ul li::before,
body.psychology .head-link .link-01 ul li a::before,
body.psychology .link-pdf-btn a::before {
  color: #e29717;
}
body.psychology h4.subtitle,
body.psychology .sectionhead {
  border-color: #e29717;
}
body.psychology .getArea dl {
  background-color: #e29717;
}
body.psychology h3.title-02 label,
body.psychology .columnArea h6 {
  color: #ed6d2b;
}
body.psychology .graduateArea dl dt {
  background-color: #ed6d2b;
}

/*社会情報学部（設置届出中）*/
body.socialinformatics .head-link .link-02 p,
body.socialinformatics .columnArea h5 {
  background-color: #90e6ff;
}
body.socialinformatics .pointArea dl dd h6.point-title,
body.socialinformatics .courseArea .course-wrap .textArea .itemBox dl dt,
body.socialinformatics .themeArea .themelist li::before,
body.socialinformatics h3.title-02 small.sma-color,
body.socialinformatics .getArea .list-Style ul li::before,
body.socialinformatics .head-link .link-01 ul li a::before,
body.socialinformatics .link-pdf-btn a::before {
  color: #00b7ec;
}
body.socialinformatics h4.subtitle,
body.socialinformatics .sectionhead {
  border-color: #00b7ec;
}
body.socialinformatics .getArea dl {
  background-color: #00b7ec;
}
body.socialinformatics h3.title-02 label,
body.socialinformatics .columnArea h6 {
  color: #313994;
}
body.socialinformatics .graduateArea dl dt {
  background-color: #313994;
}

body.tandai .head-link .link-02 p,
body.tandai .columnArea h5 {
  background-color: #d7f0fa;
}
body.tandai .pointArea dl dd h6.point-title,
body.tandai .courseArea .course-wrap .textArea .itemBox dl dt,
body.tandai .themeArea .themelist li::before,
body.tandai h3.title-02 small.sma-color,
body.tandai .getArea .list-Style ul li::before,
body.tandai .head-link .link-01 ul li a::before,
body.tandai .link-pdf-btn a::before {
  color: #20aee5;
}
body.tandai h4.subtitle {
  border-color: #20aee5;
}
body.tandai .getArea dl {
  background-color: #20aee5;
}
body.tandai h3.title-02 label,
body.tandai .columnArea h6 {
  color: #5185c5;
}
body.tandai .graduateArea dl dt {
  background-color: #5185c5;
}

/*-----------------------------------

個別設定詳細設定

-----------------------------------*/
body.psychology h6.get-subtitle.color01 {
  background-color: #f27179;
}
body.psychology h6.get-subtitle.color02 {
  background-color: #b072a5;
}
body.psychology h6.get-subtitle.color03 {
  background-color: #76ad95;
}

body.education .getArea .over-tableBox th {
  background-color: #ba783e;
  color: #fff;
}
body.education .getArea .over-tableBox thead th {
  width: 10%;
  min-width: 110px;
}
@media screen and (max-width: 768px) {
  body.education .getArea .over-tableBox thead th {
    min-width: 90px;
  }
}
body.education .getArea .over-tableBox thead td {
  width: 22.5%;
  text-align: center;
  color: #fff;
}
body.education .getArea .over-tableBox thead td:nth-child(2) {
  background-color: #49b7ce;
}
body.education .getArea .over-tableBox thead td:nth-child(3) {
  background-color: #b072a5;
}
body.education .getArea .over-tableBox thead td:nth-child(4) {
  background-color: #f48da2;
}
body.education .getArea .over-tableBox thead td:nth-child(5) {
  background-color: #76ad95;
}
body.education .columnArea .tableBox {
  margin-bottom: 10px;
}
body.education .columnArea .tableBox thead th {
  background-color: #ba783e;
  color: #fff;
}
body.education .columnArea .tableBox tbody th {
  background-color: #e4c7ad;
}
body.education .columnArea .tableBox th,
body.education .columnArea .tableBox th {
  padding: 5px;
}
body.education .columnArea .tableBox th {
  width: 65%;
}
@media screen and (max-width: 768px) {
  body.education .columnArea .tableBox th {
    width: 100%;
  }
}
body.education .columnArea .tableBox td {
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.education .columnArea .tableBox td {
    text-align: left;
  }
}

body.human h6.get-subtitle {
  background-color: #00833e;
}

body.informatics .course-subtitle.color01 {
  background-color: #f48da2;
}
body.informatics .course-subtitle.color02 {
  background-color: #f9a768;
}
body.informatics .course-subtitle.color03 {
  background-color: #49b7ce;
}
body.informatics .course-subtitle.color04 {
  background-color: #b072a5;
}

body.food .columnArea .over-tableBox thead th {
  background-color: #f47931;
  color: #fff;
}
body.food .columnArea .over-tableBox tbody th {
  background-color: #fef7f3;
}

body.foodsciences .etcArea .tableBox tbody th {
  background-color: #f47931;
  color: #fff;
}

body.arch .themeArea tbody th {
  width: 100px;
  background-color: #498ecc;
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.arch .themeArea tbody th {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  body.arch .flexBox {
    margin: 0 -10px;
  }
}
body.arch .flexBox .itemBox {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  body.arch .flexBox .itemBox {
    width: 100%;
    padding: 0;
  }
}
body.arch .courseArea dt span {
  color: #000;
}
body.arch .topicArea .textArea {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.arch .topicArea .textArea {
    width: 100%;
    padding: 0;
  }
}
body.arch .topicArea .textArea p span {
  color: #498ecc;
}
body.arch .topicArea .imgArea {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body.arch .topicArea .imgArea {
    width: 100%;
    padding: 0;
  }
}

body.landscape .etaArea .list-Style ul > li:before {
  color: #498ecc;
}
body.landscape .courseArea dt span {
  color: #000;
}
body.landscape .topicArea .textArea {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body.landscape .topicArea .textArea {
    width: 100%;
    padding: 0;
  }
}
body.landscape .topicArea .textArea p span {
  color: #498ecc;
}
body.landscape .topicArea .imgArea {
  width: 60%;
}
@media screen and (max-width: 768px) {
  body.landscape .topicArea .imgArea {
    width: 100%;
    padding: 0;
  }
}

body.musics .themeArea .over-tableBox th {
  background-color: #e1905c;
  color: #fff;
}
body.musics .themeArea .list-Style ul > li:before {
  color: #e1905c;
}

body.pharmacy h3.get-subtitle {
  background-color: #b5689d;
  color: #fff;
  padding: 2px 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
body.pharmacy h3.get-subtitle:first-child {
  margin-top: 0;
}
body.pharmacy .columnArea dl {
  margin-bottom: 10px;
}
body.pharmacy .columnArea dl dt {
  color: #b5689d;
}

body.nurse .course-subtitle {
  background-color: #e584b6;
}
@media screen and (min-width: 993px) {
  body.nurse .themeArea .flexBox {
    margin: 0 -15px;
  }
}
body.nurse .themeArea .itemBox {
  width: calc(100% / 2);
  padding: 0 15px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.nurse .themeArea .itemBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.nurse .themeArea .itemBox {
    width: 100%;
    padding: 0;
  }
}
body.nurse .themeArea th {
  background-color: #e584b6;
  color: #fff;
  width: 100px;
}
@media screen and (max-width: 768px) {
  body.nurse .themeArea th {
    width: 100%;
  }
}

body.business .course-subtitle.color01 {
  background-color: #4dc0ad;
}
body.business .course-subtitle.color02 {
  background-color: #49b7ce;
}
body.business .course-subtitle.color03 {
  background-color: #e38898;
}
body.business .course-subtitle.color04 {
  background-color: #64b265;
}
@media screen and (min-width: 993px) {
  body.business .themeArea .flexBox {
    margin: 0 -15px;
  }
}
body.business .themeArea .itemBox {
  width: calc(100% / 2);
  padding: 0 15px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.business .themeArea .itemBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.business .themeArea .itemBox {
    width: 100%;
    padding: 0;
  }
}
body.business .themeArea h6.theme-subtitle {
  background-color: #7b86c2;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.business .themeArea dt {
  font-size: 1.6rem;
  color: #00908c;
}
body.business .etcArea dt {
  font-weight: bold;
}
body.business .etcArea dt.b-color01 {
  color: #e38898;
}
body.business .etcArea dt.b-color02 {
  color: #49b7ce;
}
body.business .etcArea dt.b-color03 {
  color: #4dc0ad;
}
body.business .etcArea dd {
  margin-bottom: 10px;
}
body.business .etcArea dd:last-child {
  margin-bottom: 0;
}

body.tandai .sectionhead {
  border-color: #20aee5 !important;
}
body.tandai .themeArea h6.theme-subtitle {
  color: #20aee5;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.tandai .themeArea dl {
  margin-bottom: 10px;
}
body.tandai .themeArea dl dt {
  margin-bottom: 3px;
  color: #5185c5;
}
@media screen and (min-width: 993px) {
  body.tandai .themeArea .flexBox {
    margin: 0 -10px;
  }
}
body.tandai .themeArea .itemBox {
  width: calc(100% / 2);
  padding: 0 10px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.tandai .themeArea .itemBox {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  body.tandai .themeArea .itemBox {
    width: calc(100% / 1);
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.tandai .themeArea .itemBox {
    width: 100%;
  }
}
body.tandai .courseArea h6.course-subtitle.hu-color01 {
  background-color: #f48da2;
}
body.tandai .courseArea h6.course-subtitle.hu-color02 {
  background-color: #76ad95;
}
body.tandai .columnArea h6.colum-subtitle {
  color: #20aee5;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: left;
}
body.tandai .columnArea table th {
  background-color: #d7f0fa;
}
body.tandai .columnArea .edu-colum td {
  width: 120px;
}
@media screen and (max-width: 768px) {
  body.tandai .columnArea .edu-colum td {
    width: 100%;
  }
}
body.tandai .columnArea .psy-colum {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
body.tandai .columnArea .psy-colum::before {
  content: "\f063";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -30px;
  font-size: 3rem;
  width: 200px;
  text-align: center;
  color: #5185c5;
}
body.tandai .columnArea .psy-colum:last-child::before {
  content: none;
}
body.tandai .columnArea .psy-colum th {
  background-color: #5185c5;
  color: #fff;
  width: 200px;
}
body.tandai .columnArea .psy-colum th.psy-th {
  background-color: #20aee5;
}
body.tandai .columnArea .food-colum .itemBox {
  margin-bottom: 15px;
}
body.tandai .columnArea .food-colum dt {
  background-color: #20aee5;
  color: #fff;
  margin-bottom: 5px;
}
body.tandai .columnArea .food-colum dd {
  text-align: left;
}
body.tandai .getArea h6.get-subtitle {
  color: #20aee5;
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: left;
}
body.tandai .getArea .get-hu-subtitle {
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  margin-bottom: 10px;
}
body.tandai .getArea .get-hu-subtitle.color01 {
  background-color: #f48da2;
}
body.tandai .getArea .get-hu-subtitle.color02 {
  background-color: #76ad95;
}