@charset "UTF-8";
.p-mt-15 {
  margin-top: 15px;
}

.p-mt-25 {
  margin-top: 25px;
}

.p-mt-30 {
  margin-top: 30px;
}

.hidden {
  display: none;
}

.grid-wrapper-external-link-1 .col {
  float: none;
}

.grid-wrapper-external-link-1 a {
  display: block;
  width: 485px;
  padding: 20px 0;
  border: 1px solid #56cff2;
  text-align: center;
  margin: 30px auto 0 auto;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}

.grid-wrapper-external-link-1 a span {
  font-size: 12px;
}

.index .flyout {
  z-index: 100 !important;
}

.index .page_content {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
}

.index .grid-wrapper {
  width: 1018px;
  margin-left: -32px;
}

.index .grid-wrapper .grid-wrapper-col {
  border-left: 32px solid transparent;
  margin-top: 50px;
}

.index .grid-wrapper .grid-wrapper-col p {
  margin-bottom: 20px;
}

.index .grid-wrapper .grid-wrapper-col .contents-type-1 {
  border-top: 3px solid #00a7d7;
}

.index .grid-wrapper .grid-wrapper-col .contents-type-2 {
  background-color: #ebf9fc;
}

.index .page_header p {
  margin: 0;
}

.index h2 {
  background-color: #00a7d7;
  border-bottom: none;
  color: #ffffff;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}

.index h2:before {
  background: none;
}

.index .lead_title h2 {
  width: 986px;
  height: 160px;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.index .lead_title h2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #222222;
  font-size: 25px !important;
}

.index .lead_title h2 a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  margin-top: -19px;
  padding: 0 0 0 80px;
  background: url("/edrs/img/img-index-h2-link-1.png") no-repeat 40px 5px;
}

.index .lead_title h2 a p {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.index h3.h3-type-1 {
  margin-bottom: 0px;
  height: 48px;
  height: 3rem;
  padding: 5px 0 5px 25px;
  border-top: none;
  border-bottom: none;
  background-color: none;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.index h3.h3-type-1:before {
  content: url(/common/img/ico-circle_arrow.png);
  display: inline-block;
  position: absolute;
  top: 19px;
  top: 1.1875rem;
  left: 0px;
  background: none;
}

.index h3.h3-type-2 {
  margin-bottom: 0px;
  height: 48px;
  height: 3rem;
  padding: 7px 0 7px 14px;
  border-top: none;
  border-bottom: none;
  background-color: none;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.index h3.h3-type-2:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border: 3.5px solid transparent;
  border-left: 5px solid #00a7d7;
  border-right: none;
  background: none;
}

/*
curriculum.html
*/
.curriculum .page-content-wrapper {
  width: 1028px;
}

.curriculum .page_content {
  width: 734px;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

.curriculum .page_sidebar {
  float: left;
  margin-left: 32px;
  padding-right: 0;
}

.curriculum .grid .col {
  border-left: none;
}

.curriculum .grid .col:first-child {
  border-left: 16px solid transparent;
}

.curriculum table {
  width: 100%;
  border-top: 1px solid #00a7d7;
  border-bottom: 1px solid #00a7d7;
  font-size: 14px;
}

.curriculum table tr {
  border-left: 1px solid #d6d6d6;
}

.curriculum table th {
  width: 50%;
  border-left: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.curriculum table td {
  width: 50%;
  vertical-align: top;
  border-left: 1px solid #d6d6d6;
}

.curriculum table.left-cluster th {
  height: 30px;
}

.curriculum table.left-cluster td {
  border-left: 1px solid #d6d6d6;
}

.curriculum table.right-cluster th {
  height: 61px;
}

.curriculum .border-none {
  border-left: none !important;
}

.curriculum .styled_list, .curriculum .styled_list-type-2 {
  margin: 25px 0 25px 18px;
}

.curriculum .styled_list li, .curriculum .styled_list-type-2 li {
  font-size: 14px;
  margin-top: 2px;
  padding-left: 9px;
  text-indent: -9px;
}

.curriculum .styled_list li:first-child, .curriculum .styled_list-type-2 li:first-child {
  margin-top: 0;
}

.curriculum .styled_list-type-2 li {
  text-indent: -1em;
  padding-left: 1em;
}

.curriculum .styled_list-type-2 li:before {
  content: "※";
  margin-right: 0px;
  vertical-align: middle;
}

.curriculum p.annotation {
  text-align: right;
}

.curriculum .school-year-1-wrapper {
  height: 740px;
}

.curriculum .school-year-2-wrapper {
  height: 558px;
}

.curriculum .school-year-3-wrapper {
  height: 845px;
}

.curriculum .school-year-4-wrapper {
  height: 770px;
}

.curriculum .school-year-5-wrapper {
  height: 458px;
}

.curriculum .school-year-6-wrapper {
  height: 365px;
}

/*
faculty_summary.html
*/

.faculty_summary .sp {
  display: none;
}

.faculty_summary h2 {
  background-color: transparent !important;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 12px 0;
  padding-top: 0;
  border: none;
  font-size: 200%;
}

.faculty_summary h2 span {
  color: #00a7d7;
  font-size: 19px;
}

.faculty_summary .grid a {
  display: block;
  background-color: #f4f4f4;
  overflow: hidden;
}

.faculty_summary .grid a img + p {
  color: #222222;
  font-size: 100% !important;
  margin: 5px;
}

.faculty_summary .grid a img + p + p {
  color: #ffffff;
  float: right;
  margin: 0;
  padding: 2px 20px 0 30px;
  background: #00a7d7 url(/edrs/img/img-faculty_summary-link-icon.png) no-repeat 10px center;
  font-size: 14px !important;
}

.faculty_summary .grid-wrapper-1 a {
  height: 190px;
  position: relative;
}

.faculty_summary .grid-wrapper-1 p {
  line-height: 1.2;
  margin-top: 5px;
}

.faculty_summary .grid-wrapper-1 p.detail-link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.faculty_summary figure {
  margin-top: 20px;
}

.faculty_summary div#slide-img-outer {
  width: 726px;
  height: 532px;
  border: 4px solid #f7f7f7;
  position: relative;
  overflow: hidden;
}

.faculty_summary ul#slide-img-inner {
  position: absolute;
  left: 0;
  width: 10000px;
}

.faculty_summary ul#slide-img-inner li {
  position: static;
  float: left;
}

.faculty_summary ul#slide-nav-wrapper {
  overflow: hidden;
  position: relative;
}

.faculty_summary ul#slide-nav-wrapper li {
  width: 85px;
  height: 50px;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

.faculty_summary ul#slide-nav-wrapper li:first-child {
  margin-left: 0;
  margin-right: 2px;
}

.faculty_summary ul#slide-nav-wrapper li.last {
  position: absolute;
  height: 23px;
  right: 0;
  line-height: 23px;
}

.faculty_summary ul#slide-nav-wrapper li.last.last-1 {
  top: 27px;
}

.faculty_summary ul#slide-nav-wrapper li.last.last-2 {
  top: 0px;
}

.faculty_summary ul#slide-nav-wrapper .active {
  background-color: #00a7d7;
  color: #ffffff;
}

/*
faculty_summary.html
211105
*/
.faculty_summary .lead_title{
}
.faculty_summary .lead-txt {
  margin-bottom: 16px;
  margin-top: 30px;
}
.faculty_summary .lead-txt br {
  display: block;
}
.faculty_summary .lead-txt .lead-content-ttl {
  font-size: 14px;
  height: 3em;
}
.faculty_summary .lead-txt .lead-content {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faculty_summary .lead-txt .lead-content li:not(:last-child){
  width: 45%;
  margin-bottom: 40px;
}
.faculty_summary .lead-txt .lead-content li:last-child .lead-content-ttl{
  height: 1.3em;
}
.faculty_summary .lead-txt .lead-content .lead-content-data {
  font-size: 90px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #00a7d7;
}
.faculty_summary .lead-txt .lead-content .lead-content-data .unit {
  font-size: 36px;
}
.faculty_summary .lead-txt .lead-content .lead-content-data .note {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
  text-align: right;
}
.faculty_summary .lead-txt .lead-content-img {
  width: 100%;
  margin-top: -30px;
}
.faculty_summary .lead-txt .lead-content-img figcaption {
  text-align: right;
  margin-top: -20px;
  position: relative;
  z-faculty_summary: 1;
}
.faculty_summary .lead-txt .grid img {
  border: none;
  width: 100%;
}
.faculty_summary .lead-txt .grid p {
  margin-bottom: 16px;
}
.faculty_summary .lead-txt .col.md1_2.sm1_1{
  margin-top: 24px;
}
/*
faculty_summary.html
220224
*/
.faculty_summary div#slide-img-outer {
  width: 726px;
  height: 532px !important;
  border: 4px solid #f7f7f7;
  position: relative;
  overflow: hidden;
}

.faculty_summary ul#slide-img-inner {
  position: absolute;
  left: 0;
  width: 10000px;
}

.faculty_summary ul#slide-img-inner li {
  position: static;
  float: left;
}

.faculty_summary ul#slide-img-inner li img {
  border: none;
}

.faculty_summary ul#slide-nav-wrapper {
  overflow: hidden;
  position: relative;
}

.faculty_summary ul#slide-nav-wrapper li {
  width: 85px;
  height: 50px;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  background-color: #f7f7f7;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}

.faculty_summary ul#slide-nav-wrapper li:first-child {
  margin-left: 0;
  margin-right: 2px;
}

.faculty_summary ul#slide-nav-wrapper li.last {
  position: absolute;
  height: 23px;
  right: 0;
  line-height: 23px;
}

.faculty_summary ul#slide-nav-wrapper li.last.last-1 {
  top: 27px;
}

.faculty_summary ul#slide-nav-wrapper li.last.last-2 {
  top: 0px;
}

.faculty_summary ul#slide-nav-wrapper .active {
  background-color: #00a7d7;
  color: #ffffff;
}

.faculty_summary .grid .col {
  border-left: none;
}

.faculty_summary #proLink_pc {
  width: 100%;
}

/**/
.faculty_summary .grid {
  margin-top: 0;
  margin-left: 0;
}

.faculty_summary .grid + .grid {
  margin-top: 50px;
}

.faculty_summary .grid img {
  border-top: 3px solid #00a7d7;
}

.faculty_summary .grid p {
  color: #222222;
  font-size: 14px;
}

.faculty_summary .grid .md1_2 {
  width: 47.5% !important;
  border-left: 40px solid transparent;
}

.faculty_summary .grid .link-type-1 {
  border: 1px solid #56cff2;
  text-align: center;
  text-decoration: underline;
  color: #56cff2;
  margin-top: 20px;
}

.faculty_summary .grid h3 {
  border: none;
  background: none;
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
  padding: 5px 0;
  height: 3em;
  display: table-cell;
  vertical-align: middle;
  color: #222222;
}

.faculty_summary .grid h3:before {
  content: none;
  display: block;
  width: 41px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #00a7d7;
}

.faculty_summary .grid .col.md1_2 {
  border-left: none;
  float: right;
}

.faculty_summary .grid .col:first-child.md1_2 {
  float: left;
}

/*
curriculum.html
*/
.syllabus h2 {
  background-color: transparent !important;
}

.syllabus #graduate-school {
  margin-top: 50px;
}

.syllabus ul#page-link {
  overflow: hidden;
  margin: 0 0 30px 0;
}

.syllabus ul#page-link li {
  float: left;
  text-align: center;
}

.syllabus ul#page-link li a {
  display: inline-block;
  padding: 0 25px;
  text-decoration: underline;
  border-left: 1px solid #ccc;
}

.syllabus ul#page-link li a:hover {
  text-decoration: none;
}

.syllabus ul#page-link li:first-child a {
  border-left: none;
  padding-left: 0;
}

/*
graduate_summary.html
*/
.graduate-summary h2 {
  background-color: transparent !important;
}

.graduate-summary #link-wrapper p {
  width: 600px;
  margin: 30px auto 0 auto;
}

.graduate-summary #link-wrapper p:first-child {
  margin-top: 15px;
}

/*
doctor-course.html
*/
.doctor-course h2 {
  background-color: transparent !important;
  margin-top: 45px;
}

.doctor-course .lead_title h2 {
  margin-top: 0;
}

.doctor-course h4 {
  margin-bottom: 15px;
}

.doctor-course .annotation {
  font-size: 11px;
  margin-top: 20px;
}

.doctor-course .annotation p {
  margin: 0;
}

.doctor-course .annotation-type-2 {
  font-size: 12px;
  color: #222222;
  text-align: right;
}

/*
masters_degree.html
*/
.masters-degree h2 {
  background-color: transparent !important;
  margin-top: 45px;
}

.masters-degree .lead_title h2 {
  margin-top: 0;
}

.masters-degree h4 {
  margin-bottom: 15px;
}

.masters-degree .annotation {
  font-size: 11px;
  margin-top: 20px;
}

.masters-degree .annotation p {
  margin: 0;
}

.masters-degree .annotation-type-2 {
  font-size: 12px;
  color: #222222;
  text-align: right;
}

.masters-degree figure.fix-1 {
  display: block;
  width: 702px;
  margin: 0 auto;
}

/*
doctors_financial_plan.html /
masters_financial_plan.html
*/

.doctors_financial_plan .page_content h3:not(:first-of-type),
.masters_financial_plan .page_content h3:not(:first-of-type) {
  margin-top: 50px;
}

.doctors_financial_plan .page_content .fp-label,
.masters_financial_plan .page_content .fp-label {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  font-weight: normal;
  background-color: #00a7d7;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: text-top;
}

.doctors_financial_plan .page_content .table_pattern2,
.masters_financial_plan .page_content .table_pattern2 {
  margin-bottom: 40px;
}

.doctors_financial_plan .page_content .table_pattern2 .th01,
.masters_financial_plan .page_content .table_pattern2 .th01{
  width: 7rem;
}

.doctors_financial_plan .page_content .indent01,
.masters_financial_plan .page_content .indent01 {
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
  word-break: break-word;
}
.doctors_financial_plan .page_content .indent01e,
.masters_financial_plan .page_content .indent01e {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  word-break: break-word;
}
.doctors_financial_plan .page_content .indent02,
.masters_financial_plan .page_content .indent02 {
  display: block;
  padding-left: 2rem;
  text-indent: -2rem;
}
.doctors_financial_plan .page_content .indent02-5,
.masters_financial_plan .page_content .indent02-5 {
  display: block;
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}
.doctors_financial_plan .page_content .indent03,
.masters_financial_plan .page_content .indent03 {
  display: block;
  padding-left: 3rem;
  text-indent: -3rem;
}
.doctors_financial_plan .page_content .indent03-5,
.masters_financial_plan .page_content .indent03-5 {
  display: block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
}
.doctors_financial_plan .page_content .indent04,
.masters_financial_plan .page_content .indent04 {
  display: block;
  padding-left: 4rem;
  text-indent: -4rem;
}
.doctors_financial_plan .page_content .indent05,
.masters_financial_plan .page_content .indent05 {
  display: block;
  padding-left: 5rem;
  text-indent: -5rem;
}


/*
system.html
*/
.system h2 {
  background-color: transparent !important;
  margin-top: 50px;
}

.system h2:first-child {
  margin-top: 0;
}

.system h3 {
  clear: both;
  margin-top: 25px;
}

.system h4, .system h5 {
  font-size: 14px;
}

.system h5 {
  margin: 10px;
  margin-left: 0;
}

.system .list-type-1 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 25px 0;
  font-size: 14px;
}

.system .list-type-2 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  font-size: 14px;
}

.system .link-pdf-wrapper {
  margin-top: 20px;
}

.system .link-pdf-wrapper a {
  display: block;
  border: 1px solid #00a7d7;
  text-align: center;
  padding: 10px 0;
}

.system .page-link .page-link-nav {
  clear: both;
}

.system .page-link .page-link-nav ul {
  overflow: hidden;
  margin: 5px 0 15px;
}
.system .page-link ul li {
  float: left;
  width: 25%;
  margin-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.system .page-link ul li:first-child {
  margin-left: 0;
}

.system .page-link ul li a {
  display: block;
  border: 1px solid #00a7d7;
  text-align: center;
  padding: 10px 0;
}

.system .page-link ul li a:after {
  /* content: url(/common/img/ico-arrow_down.png); */
  margin-left: 5px;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}

.system .page-link ul li a strong{
  color: #ff0000;
  font-weight: normal;
}

.system .page-link ul li a strong{
  color: #ff0000;
  font-weight: normal;
}

.title_attention {
  color: #ff0000;
  font-weight: normal;
  font-size: 82%;
  padding-left: 15px;
}

.line_bottom {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

/*# sourceMappingURL=edrs.css.map */
.syllabus #page-link {
  float: left;
}

.syllabus .link_section:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.syllabus .link_section .btn_link {
  float: right;
}

.syllabus .link_section .btn_link a {
  position: relative;
  display: inline-block;
  float: right;
  padding: 3px 30px 2px 30px;
  background: #00a7d7;
  color: #fff;
  font-size: 100%;
}

.syllabus .link_section .btn_link a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3.5px;
  border: 3.5px solid transparent;
  border-left: 5px solid #fff;
  border-right: none;
}

.table_pattern2 .th01 {
  width: 30%;
}
.page_content dl.information {
  width: 100%;
  font-size: 117%;
}
.page_content dl.information:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.page_content dl.information dt {
  width: 27%;
  float: left;
}
.page_content dl.information dd {
  width: 73%;
  float: left;
}
.page_content dl.information a {
  font-size: 100%;
}

/*
curriculum_map.html
*/
.curriculum_map .lnk_pdf,
.curriculum_tree .lnk_pdf {
  width: 100%;
  text-align: right;
  font-size: 85%;
}
.curriculum_map figure,
.curriculum_tree figure {
  margin-top: 0 !important;
}


/*
course_model.html
*/

/* 220401 更新 */
.faculty_summary .course_model .grid .modelListTtl {
  margin-bottom: 25px;
  padding: 8px 18px;
  border-top: 3px solid #00a7d7;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fbfbfb;
  font-size: 167%;
}
.course_model .readTxt {
  margin-bottom: 30px;
}

.course_model .block_link:after {
  transform: rotate(90deg);
  transform-origin: 30% 20%;
}

.course_model .grid {
  width: 734px;
}

.course_model .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.course_model .grid .col {
  float: none;
  width: 31.8%;
  margin-right: 16px;
}
.course_model .grid .col:nth-child(3n) {
  margin-right: 0;
}
.faculty_summary .course_model  .grid a {
  height: 100%;
  display: flex;
  align-items: center;
}
.faculty_summary .course_model .grid + .grid {
  margin-top: 30px;
}
.faculty_summary .course_model .grid h3 {
  width: 734px;
  font-size: 15px;
  padding: 0;
  border-top: 1px solid #00a7d7;
  border-left: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

.course_model .model {
  margin-top: 50px;
  width: 734px;
}
.course_model .model .modelTtl {
  margin-bottom: 15px;
  padding: 8px 18px;
  border-top: 3px solid #00a7d7;
  border-bottom: 1px solid #d6d6d6;
  background-color: #fbfbfb;
  font-size: 167%;
}
.course_model .model .modelTtl:before {
  display: none;
}
.course_model .model .modelList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #00a7d7;
  border-bottom: 1px solid #00a7d7;
}
.course_model .model .modelItem {
  width: 33.2%;
}
.course_model .model .modelItem:nth-child(1),
.course_model .model .modelItem:nth-child(2),
.course_model .model .modelItem:nth-child(3) {
  border-bottom: 1px solid #d6d6d6;
}
.course_model .model .modelItem:nth-child(2),
.course_model .model .modelItem:nth-child(5) {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.course_model .model .modelItem dt{
  background-color: #ebf8fc;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  padding: 8px 0 6px;
  font-weight: bold;
}
.course_model .model .modelItem dd{
  padding: 0 15px;
}

.course_model .styled_list,
 .course_model .styled_list-type-2 {
  margin: 25px 0 25px 0px;
  text-align: left;
}

.course_model .styled_list li,
 .course_model .styled_list-type-2 li {
  font-size: 13px;
  margin-top: 4px;
  padding-left: 9px;
  text-indent: -9px;
}

.course_model .styled_list li:first-child,
 .course_model .styled_list-type-2 li:first-child {
  margin-top: 0;
}

.course_model .styled_list-type-2 li {
  text-indent: -1em;
  padding-left: 1em;
}

.course_model .styled_list-type-2 li:before {
  content: "※";
  margin-right: 0px;
  vertical-align: middle;
}


/* 2023/02/08 シラバス改修 */
.syllabus .employmentArea-list-item {
  background-color: #fff;
  margin: 0 auto 5.33333vw;
}

@media only screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item {
    margin-top: 32px;
    margin-bottom: 24px;
    border-radius: 10px;
  }
}

.syllabus .employmentArea-list-item .listTtl {
  letter-spacing: .01em;
  padding: 2.33333vw 11.33333vw 2.33333vw 3.33333vw ;
  font-size: 110%;
  line-height: 1.5;
  position: relative;
  text-align: justify;
  margin: 0;
  border: none;
  background-color: #3a8cb4;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listTtl {
    padding: 14px 60px 14px 20px;
    font-size: 14.5px;
  }
}

.syllabus .employmentArea-list-item .listTtl:hover {
  cursor: pointer;
}

.syllabus .employmentArea-list-item .listTtl-btn {
  position: absolute;
  margin: 0;
  width: 4.8vw;
  height: 4.8vw;
  top: 50%;
  right: 5.86667vw;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listTtl-btn {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.06452vw;
  }
}

@media screen and (min-width: 1240px) {
  .syllabus .employmentArea-list-item .listTtl-btn {
    width: 14px;
    height: 14px;
    right: 38px;
  }
}

.syllabus .employmentArea-list-item .listTtl-btn .line01 {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 4.8vw;
  height: 0.53333vw;
  transition: all 0.5s;
  transform: rotate(90deg);
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listTtl-btn .line01 {
    width: 14px;
    height: 2px;
  }
}

.syllabus .employmentArea-list-item .listTtl-btn .line02 {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 1.6vw;
  height: 0.53333vw;
  transition: all .5s;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listTtl-btn .line02 {
    width: 14px;
    height: 2px;
  }
}

.syllabus .employmentArea-list-item .listTtl-btn .open {
  transform: rotate(0);
}

.syllabus .employmentArea-list-item:nth-child(2) .listTtl:before {
  background-image: url("../img/ttl_icon_15.png");
  width: 4.8vw;
  height: 4.8vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item:nth-child(2) .listTtl:before {
    width: 24px;
    height: 24px;
  }
}

.syllabus .employmentArea-list-item:nth-child(3) .listTtl:before {
  background-image: url("../img/ttl_icon_16.png");
  width: 4.8vw;
  height: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item:nth-child(3) .listTtl:before {
    width: 25px;
    height: 28px;
  }
}

.syllabus .employmentArea-list-item:nth-child(4) .listTtl:before {
  background-image: url("../img/ttl_icon_17.png");
  width: 3.73333vw;
  height: 5.86667vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item:nth-child(4) .listTtl:before {
    width: 21px;
    height: 32px;
  }
}

.syllabus .employmentArea-list-item .listWrap {
  display: none;
  padding: 4.66667vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap {
    padding: 32px 0 0 0;
  }
}

.syllabus .employmentArea-list-item .listWrap-ttl {
  font-weight: bold;
  margin-bottom: 2vw;
  width: 100%;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap-dtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.syllabus .employmentArea-list-item .listWrap-dtl-contents {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap-dtl-contents {
    width: 50%;
  }
}

.syllabus .employmentArea-list-item .listWrap-dtl-txt {
  position: relative;
  padding: 2vw 4.66667vw;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap-dtl-txt {
    padding: 8px 14px;
  }
}

.syllabus .employmentArea-list-item .listWrap-dtl-txt:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 1.33333vw 0 1.33333vw 1.6vw;
  border-color: transparent transparent transparent #3a8db4;
}

@media screen and (min-width: 768px), print {
  .syllabus .employmentArea-list-item .listWrap-dtl-txt:before {
    border-width: 5px 0 5px 6px;
  }
}

.syllabus .employmentArea-list-item:first-child .listWrap {
  display: block;
}


/* 2023.03.14 */
.curriculum .school-year-3-wrapper {
  height: 895px;
}

/* 2023.08.18 */
@media screen and (max-width: 768px), print {
  .page_content.six .md1_2:nth-child(2n){
    margin-top: 30px;
  }
}
.page_content.six .col-six_ttl{
  border-bottom: 2px solid #d6d6d6;
  position: relative;
  font-weight: 700;
}

.page_content.six .col-six_ttl:before{
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a7d7;
}

.faculty_summary div#slide-img-outer{
  height: 560px !important;
}
.col-flex{
  display: flex;
  margin-top: 60px;
}
.caution{
  margin-top: 30px;
}
.caution p{
  margin: 0;
}
.col-flex .col:nth-child(1){
  padding-right: 20px;
}
.col-flex .col:nth-child(2){
  padding-left: 20px;
}
.col-flex-ttl{
  border-bottom: 2px solid #d6d6d6;
  position: relative;
  font-weight: 700;
}

.col-flex-ttl:before{
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #00a7d7;
}
/* 20250313 */

.img img{
  width: 100%;
}