@charset "UTF-8";
.main_title {
  background-image: url(../../department/img/cover.jpg);
}
a {
  text-decoration: none;
}

/* 法学トップ */
.course {
  width: 100%;
  height: 190px;
  overflow: hidden;
  margin-top: 30px;
}
.course .course_img {
  width: 61%;
  height: 190px;
  float: right;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.course .course_img img {
  display: block;
  transition: 0.3s;
}
a:hover .course .course_img img {
  transform: scale(1.2);
  transition: 0.8s;
  cursor: pointer;
}
.course .course_title {
  width: 39%;
  height: 190px;
  float: left;
  box-sizing: border-box;
  color: #fff;
  padding: 40px;
}
.course .course_title dt {
  font-size: 24px;
}
.course .course_title dt span {
  font-size: 18px;
  font-style: italic;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.course .course_title dd {
  padding-top: 36px;
}
.course .course_title dd span {
  display: inline-block;
  padding: 0 40px 0 0;
  background: url(../img/top_about_arrow.png) right 50% no-repeat;
  transition: 0.3s;
}
a:hover .course .course_title dd span {
  padding: 0 52px 0 0;
}
.course_text {
  padding: 5px 0 0;
  color: #000;
}
.law {
  background: #1ea6e6;
}
.info_law {
  background: #e98033;
}
.sports_law {
  background: #37b27a;
}

/* コース紹介 */
/*法学コース*/
.law_h2 {
  background: #1ea6e6;
}
.law_h2 .sub {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.law_h3 {
  height: 48px;
  background: #1ea6e6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
  line-height: 1;
  width: 100%;
  border: none;
  margin-top: 60px;
}
.law_h3 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 8px;
}
.law_h3:after {
  display: none;
}
.law_message01 {
  width: 100%;
  padding: 24px 24px 0;
  overflow: hidden;
}
.law_message01 img {
  max-width: 22%;
  float: left;
}
.law_message01 dl {
  max-width: 74%;
  float: right;
  padding-top: 12px;
}
.law_message01 dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 4px;
}
.law_message01 dt span {
  font-size: 14px;
  font-weight: normal;
}
.law_message01 dd {
  padding: 20px;
  background: #e5f4fb;
}
.law_textbox {
  border-right: solid 2px #1ea6e6;
  border-bottom: solid 2px #1ea6e6;
  border-left: solid 2px #1ea6e6;
  padding: 20px 30px 10px;
  overflow: hidden;
}
.law_textbox li {
  overflow: hidden;
  padding-bottom: 20px;
}
.law_textbox li span {
  display: inline-block;
  padding: 12px 12px 8px;
  font-size: 24px;
  color: #fff;
  background: #1ea6e6;
  float: left;
  margin-right: 16px;
}
.law_textbox li:last-child p {
  display: block;
  max-width: 73%;
  float: left;
}
.law_textbox li img {
  max-width: 23%;
  float: right;
}

.law_textbox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
  position: relative;
  color: #1ea6e6;
}
.law_textbox .left {
  max-width: 32%;
  float: left;
  padding: 30px 0 20px;
}
.law_textbox .left dl {
  margin-top: 12px;
}
.law_textbox .left dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.law_textbox .left dd {
  text-align: center;
}
.law_textbox .right {
  max-width: 65%;
  float: right;
  padding: 40px 0 20px;
}
.law_textbox .right dt {
  font-size: 24px;
  font-weight: bold;
}

/*情報と法コース*/
.info_law_h2 {
  background: #e98033;
}
.info_law_h2 .sub {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.info_law_h3 {
  height: 48px;
  background: #e98033;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
  line-height: 1;
  width: 100%;
  border: none;
  margin-top: 60px;
}
.info_law_h3 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 8px;
}
.info_law_h3:after {
  display: none;
}
.info_law_message01 {
  width: 100%;
  padding: 24px 24px 0;
  overflow: hidden;
}
.info_law_message01 img {
  max-width: 22%;
  float: left;
}
.info_law_message01 dl {
  max-width: 74%;
  float: right;
  padding-top: 12px;
}
.info_law_message01 dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 4px;
}
.info_law_message01 dt span {
  font-size: 14px;
  font-weight: normal;
}
.info_law_message01 dd {
  padding: 20px;
  background: #fef3ee;
}
.info_law_textbox {
  border-right: solid 2px #e98033;
  border-bottom: solid 2px #e98033;
  border-left: solid 2px #e98033;
  padding: 20px 30px 10px;
  overflow: hidden;
}
.info_law_textbox li {
  overflow: hidden;
  padding-bottom: 20px;
}
.info_law_textbox li span {
  display: inline-block;
  padding: 12px 12px 8px;
  font-size: 24px;
  color: #fff;
  background: #e98033;
  float: left;
  margin-right: 16px;
}
.info_law_textbox li:last-child p {
  display: block;
  max-width: 74%;
  float: left;
}
.info_law_textbox li img {
  max-width: 23%;
  float: right;
}

.info_law_textbox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
  position: relative;
  color: #e98033;
}
.info_law_textbox .left {
  max-width: 32%;
  float: left;
  padding: 30px 0 20px;
}
.info_law_textbox .left dl {
  margin-top: 12px;
}
.info_law_textbox .left dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.info_law_textbox .left dd {
  text-align: center;
}
.info_law_textbox .right {
  max-width: 65%;
  float: right;
  padding: 40px 0 20px;
}
.info_law_textbox .right dt {
  font-size: 24px;
  font-weight: bold;
}
.info_law_more {
  border: solid 8px #fef3ee;
  padding: 30px 0 0;
  margin-top: 40px;
  background-image: url(../../department/img/info_law_more.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 120px;
}
.info_law_more dt {
  font-size: 24px;
  font-weight: bold;
  padding: 0 2%;
}
.info_law_more dt span {
  color: #e98033;
}
.info_law_more dd {
  overflow: hidden;
  padding: 30px 0 30px 2%;
  width: 100%;
}
.info_law_more dd a {
  display: block;
  width: 48%;
  margin: 0 2% 0 0;
  float: left;
  text-align: center;
  background-color: #e98033;
  padding: 30px 0 26px;
  color: #fff;
  border-radius: 6px;
  border: solid 2px #e98033;
  background-image: url(../../department/img/info_law_btn.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: right bottom;
  transition: 0.3s;
}
.info_law_more dd a:hover {
  background-color: #fff;
  color: #e98033;
}

/*スポーツ法コース*/
.sports_law_h2 {
  background: #37b27a;
}
.sports_law_h2 .sub {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.sports_law_h3 {
  height: 48px;
  background: #37b27a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: table;
  line-height: 1;
  width: 100%;
  border: none;
  margin-top: 60px;
}
.sports_law_h3 span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 8px;
}
.sports_law_h3:after {
  display: none;
}
.sports_law_message01 {
  width: 100%;
  padding: 24px 24px 0;
  overflow: hidden;
}
.sports_law_message01 img {
  max-width: 22%;
  float: left;
}
.sports_law_message01 dl {
  max-width: 74%;
  float: right;
  padding-top: 12px;
}
.sports_law_message01 dt {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 4px;
}
.sports_law_message01 dt span {
  font-size: 14px;
  font-weight: normal;
}
.sports_law_message01 dd {
  padding: 20px;
  background: #f1f8eb;
}
.sports_law_textbox {
  border-right: solid 2px #37b27a;
  border-bottom: solid 2px #37b27a;
  border-left: solid 2px #37b27a;
  padding: 20px 30px 10px;
  overflow: hidden;
}
.sports_law_textbox li {
  overflow: hidden;
  padding-bottom: 20px;
}
.sports_law_textbox li span {
  display: inline-block;
  padding: 12px 12px 8px;
  font-size: 24px;
  color: #fff;
  background: #37b27a;
  float: left;
  margin: 0 16px 20px 0;
}
.sports_law_textbox li:last-child p {
  display: block;
  max-width: 73%;
  float: left;
}
.sports_law_textbox li img {
  max-width: 23%;
  float: right;
}

.sports_law_textbox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
  position: relative;
  color: #37b27a;
}
.sports_law_textbox .left {
  max-width: 32%;
  float: left;
  padding: 30px 0 20px;
}
.sports_law_textbox .left dl {
  margin-top: 12px;
}
.sports_law_textbox .left dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.sports_law_textbox .left dd {
  text-align: center;
}
.sports_law_textbox .right {
  max-width: 65%;
  float: right;
  padding: 40px 0 20px;
}
.sports_law_textbox .right dt {
  font-size: 24px;
  font-weight: bold;
}

.listbox {
  padding-top: 40px;
  overflow: hidden;
}
.listbox .left {
  float: left;
}
.listbox .right {
  float: right;
}
.listbox dl {
  border: solid 1px #eee;
  width: 48%;
}
.listbox dt {
  background: #eee;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 5px;
}
.listbox dd {
  padding: 20px;
}

/* 学びのポイント */
.point {
  padding: 0 24px;
  border-right: solid 2px #76bb00;
  border-bottom: solid 2px #76bb00;
  border-left: solid 2px #76bb00;
}
.point ul {
}
.point ul li {
  display: block;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: solid 1px #76bb00;
}
.point ul li:last-child {
  border: none;
}
.point ul li span {
  display: inline-block;
  padding: 10px 10px 6px;
  margin-right: 16px;
  background: #76bb00;
  color: #fff;
  float: left;
}
.point ul li p {
  padding: 4px 0 0 0;
  line-height: 1.4;
}

.point02 {
  border: solid 2px #76bb00;
  padding: 24px;
}
.point02 dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}

.point03 {
  overflow: hidden;
}
.point03 dt {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.point03 dd {
  width: 33.3%;
  float: left;
}
.point03 dd a {
  transition: 0.3s;
}
.point03 dd a:hover {
  opacity: 0.7;
}

.point04 {
  padding-top: 30px;
  background: url(../../department/img/point_image.jpg) right 30px no-repeat;
  background-size: 240px;
}
.point04 dt {
  font-size: 20px;
  font-weight: bold;
}
.point04 dd {
  padding: 10px 0 30px 4.5em;
}
.point04 dd.margin_r {
  padding-right: 270px;
}

.point05 {
  padding-top: 30px;
}
.point05 dt {
  font-size: 20px;
  font-weight: bold;
  color: #76bb00;
}
.point05 dd {
  overflow: hidden;
  padding: 14px 0 30px;
}
.point05 dd .left {
  width: 24%;
  float: left;
  text-align: center;
  font-size: 12px;
}
.point05 dd .left p span {
  font-size: 18px;
  font-weight: bold;
}
.point05 dd .right {
  width: 72%;
  float: right;
}
.point05 dd .right span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 14px;
}

/* 教員紹介 */
.table01 tr.teacher_list {
  transition: 0.3s;
}
.table01 tr.teacher_list:hover {
  background: #f9f9f9;
  cursor: pointer;
}

.table01 th.w_20 {
  width: 20%;
}
.table01 th.w_30 {
  width: 30%;
}
.table01 li {
  padding: 0 0 14px;
}
.table01 li:last-child {
  padding: 0;
}

.table01 td span:after {
  content: "　";
}
.table01 td span:before {
  content: "○";
  color: #ccc;
}
.table01 dt {
  padding: 0 0 8px;
}
.table01 dd {
  padding: 0 0 8px 1em;
}

.teacher_top {
  width: 90%;
  margin: 40px auto 0;
  overflow: hidden;
  padding-bottom: 30px;
}
.teacher_top img {
  width: 20%;
  height: auto;
  float: left;
  margin-right: 20px;
}
.teacher_top dl {
  float: left;
  display: inline-block;
}
.teacher_top dt {
  font-size: 20px;
  padding: 12px 0;
}
.teacher_top p {
  padding: 10px 0 0;
}

/* カリキュラム */
.curriculum {
  padding-top: 30px;
}
.table01.table_curriculum {
  font-size: 13px;
}
.table01.table_curriculum th {
  text-align: center;
  vertical-align: middle;
  padding: 6px 0.4em 4px;
}
.table01.table_curriculum td {
  vertical-align: middle;
  padding: 6px 0.4em 4px;
}

/* iPad */
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .table01 th.teacher_content {
    width: 30%;
  }
  .table01 th.teacher_content02 {
    width: 42%;
  }
}

/* Mobile Phone */
@media screen and (max-width: 640px) {
  /* 法学トップ */
  .course {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .course .course_img {
    width: 100%;
    height: 120px;
    float: none;
    z-index: 1;
  }
  .course .course_title {
    width: 90%;
    height: auto;
    float: none;
    padding: 18px;
    display: table;
    z-index: 2;
    position: absolute;
    left: 5%;
    top: 100px;
  }
  .course .course_title dt {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
  }
  .course .course_title dt span {
    font-size: 14px;
  }
  .course .course_title dd {
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  a:hover .course .course_title dd span {
    padding: 0 40px 0 0;
  }

  .table01 th.teacher_name {
    width: 30%;
  }
  .teacher_top {
    width: 100%;
    padding-bottom: 10px;
    margin: 20px auto 0;
  }
  .teacher_top img {
    width: 30%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .teacher_top dl {
    width: 100%;
    float: none;
    text-align: center;
  }
  .teacher_top dt {
    font-size: 18px;
    padding: 20px 0 0 0;
  }

  .teacher_top p {
    padding: 3px 0 0;
    line-height: 1.2;
  }
  .profile th,
  .profile td {
    display: block;
    width: 100%;
  }
  .table01 th.teacher_content {
    width: 100%;
  }
  .table01 th.teacher_content02 {
    width: 100%;
  }

  /* コース紹介 */
  /*法学コース*/
  .law_h3 {
    margin-top: 30px;
  }
  .law_message01 {
    width: 100%;
    padding: 24px 2% 0;
  }
  .law_message01 img {
    max-width: 60%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .law_message01 dl {
    max-width: 100%;
    float: none;
  }
  .law_message01 dt {
    text-align: center;
  }
  .law_textbox {
    padding: 20px 20px 10px;
  }
  .law_textbox li span {
    font-size: 20px;
    margin-right: 14px;
  }
  .law_textbox li:last-child p {
    display: block;
    max-width: 60%;
    float: left;
  }
  .law_textbox li img {
    max-width: 37%;
    float: right;
    margin-top: 14px;
  }
  .listbox .left {
    float: none;
  }
  .listbox .right {
    float: none;
  }
  .listbox dl {
    width: 100%;
    margin-top: 10px;
  }

  .law_textbox .left {
    max-width: 60%;
    float: none;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  .law_textbox .right {
    max-width: 100%;
    float: none;
    padding: 10px 0 20px;
  }
  .law_textbox .right dt {
    font-size: 24px;
    font-weight: bold;
  }
  /*情報と法コース*/
  .info_law_h3 {
    margin-top: 30px;
  }
  .info_law_message01 {
    width: 100%;
    padding: 24px 2% 0;
  }
  .info_law_message01 img {
    max-width: 60%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .info_law_message01 dl {
    max-width: 100%;
    float: none;
  }
  .info_law_message01 dt {
    text-align: center;
  }
  .info_law_textbox {
    padding: 20px 20px 10px;
  }
  .info_law_textbox li span {
    font-size: 20px;
    margin-right: 14px;
  }
  .info_law_textbox li:last-child p {
    display: block;
    max-width: 60%;
    float: left;
  }
  .info_law_textbox li img {
    max-width: 37%;
    float: right;
    margin-top: 14px;
  }
  .info_law_more dd {
    padding: 16px 4% 8px;
  }
  .info_law_more dd a {
    width: 100%;
    margin: 0 0 8px 0;
    float: none;
  }

  .info_listbox .left {
    float: none;
  }
  .info_listbox .right {
    float: none;
  }
  .info_listbox dl {
    width: 100%;
    margin-top: 10px;
  }

  .info_law_textbox .left {
    max-width: 60%;
    float: none;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  .info_law_textbox .right {
    max-width: 100%;
    float: none;
    padding: 10px 0 20px;
  }
  .info_law_textbox .right dt {
    font-size: 24px;
    font-weight: bold;
  }
  /*スポーツ法コース*/
  .sports_law_h3 {
    margin-top: 30px;
  }
  .sports_law_message01 {
    width: 100%;
    padding: 24px 2% 0;
  }
  .sports_law_message01 img {
    max-width: 60%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .sports_law_message01 dl {
    max-width: 100%;
    float: none;
  }
  .sports_law_message01 dt {
    text-align: center;
  }
  .sports_law_textbox {
    padding: 20px 20px 10px;
  }
  .sports_law_textbox li span {
    font-size: 20px;
    margin-right: 14px;
  }
  .sports_law_textbox li:last-child p {
    display: block;
    max-width: 60%;
    float: left;
  }
  .sports_law_textbox li img {
    max-width: 37%;
    float: right;
    margin-top: 14px;
  }
  .sports_listbox .left {
    float: none;
  }
  .sports_listbox .right {
    float: none;
  }
  .sports_listbox dl {
    width: 100%;
    margin-top: 10px;
  }

  .sports_law_textbox .left {
    max-width: 60%;
    float: none;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  .sports_law_textbox .right {
    max-width: 100%;
    float: none;
    padding: 10px 0 20px;
  }
  .sports_law_textbox .right dt {
    font-size: 24px;
    font-weight: bold;
  }

  /* 学びのポイント */
  .point ul li {
    font-size: 18px;
  }
  .point ul li p {
    padding: 0;
  }
  .point03 dt {
    width: 96%;
  }
  .point03 dd {
    width: 96%;
    float: none;
    margin: 0 auto 20px;
  }

  .point04 {
    padding-top: 30px;
    background: url(../../department/img/point_image.jpg) center 20px no-repeat;
    background-size: 240px;
    padding-top: 200px;
  }
  .point04 dt {
    font-size: 18px;
  }
  .point04 dd {
    padding: 10px 0 30px 0;
  }
  .point04 dd.margin_r {
    padding-right: 0;
  }

  .point05 dt {
    font-size: 18px;
  }
  .point05 dd .left {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .point05 dd .left p span {
    font-size: 16px;
  }
  .point05 dd .right {
    width: 96%;
    float: none;
    margin: 20px auto 0;
  }

  .table01.table_curriculum {
    font-size: 11px;
    line-height: 1.4;
  }
}

/* ==========================================================
2024.10.22 追記
========================================================== */
/*情報と法コース（もっと詳しく）*/
#detail {
  margin: 0;
}

/*---リード---*/
#detail .lead_yellow {
  font-size: 20px;
  line-height: 1.4em;
  background: #fef09f;
  padding: 40px;
}

#detail .lead_blue {
  font-size: 20px;
  line-height: 1.4em;
  background: #c1e3ec;
  padding: 40px;
}

/*---見出し---*/
#detail .main_tit {
  height: 90px;
  line-height: 90px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #df312d;
  border: 2px solid #4399e5;
  border-radius: 10px;
  background: #fff;
  margin-top: 60px;
}

#detail .main_tit02 {
  height: 90px;
  line-height: 1em;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #df312d;
  border: 2px solid #4399e5;
  border-radius: 10px;
  background: #fff;
  padding-top: 16px;
  margin-top: 60px;
}

#detail .main_tit02 span {
  font-size: 18px;
  font-weight: normal;
}

#detail .tit_bold {
  font-size: 36px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-top: 60px;
}

#detail .tit_red {
  font-style: italic;
  text-align: center;
  color: #df312d;
}

#detail .tit_blue {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #1c87f7;
  background: #cdf4fe;
  padding: 12px 0;
}

/*---リスト---*/
.law_list {
  padding: 0 0 0 1.5em;
  list-style: disc;
}

.law_list li {
  padding-bottom: 0.5em;
}

/*---横並び（4つ）---*/
.column04_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.column04_flex .yellow_box {
  background: #fefbdd;
  padding: 20px 14px 30px;
  border: 1px solid #ded363;
}

.column04_flex .pink_box {
  background: #feeadd;
  padding: 20px 14px 30px;
  border: 1px solid #f7c2a0;
}

.column04_flex .blue_box {
  background: #dff4f9;
  padding: 20px 14px 30px;
  border: 1px solid #7fd7ec;
}

.column04_flex .green_box {
  background: #b8e0d0;
  padding: 20px 14px 30px;
  border: 1px solid #6ccca6;
}

.column04_flex img {
  width: 40px;
}

.column04_flex .tit {
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url(../../department/img/info_law_detail/01/icon.webp) left top
    no-repeat;
  padding-top: 10px;
}

/*---横並び---*/
.column_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}

.flex-item {
  flex: 1;
  position: relative;
}

.column_flex .blue_flame {
  display: block;
  width: 160px;
  background: #4399e5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 10px;
  position: relative;
  top: 14px;
  margin: 0 auto;
}

.column_flex .tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/*---リンク---*/
#detail a {
  text-decoration: underline;
}

#detail a:hover {
  text-decoration: none;
}

/*---Fonts---*/
#detail .fwB {
  font-weight: bold;
}

/*---Margin---*/
#detail .mt20 {
  margin-top: 20px;
}

#detail .mt40 {
  margin-top: 40px;
}

#detail .mt60 {
  margin-top: 60px;
}

#detail .mt100 {
  margin-top: 100px;
}

/*---Width---*/
#detail .w60per {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#detail .img_w90per {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*---Inline Align---*/
#detail .taC {
  text-align: center;
}

#detail .taR {
  text-align: right;
}

/*---動画（youtube）---*/
#detail .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#detail .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*---動画（埋め込み）---*/
#detail video {
  border: 1px solid #484848;
}

/* Mobile Phone */
@media only screen and (min-width: 641px) {
  .Sp_Cont {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  /*---リード---*/
  #detail .lead_yellow {
    font-size: 16px;
    line-height: 1.4em;
    background: #fef09f;
    padding: 20px;
  }

  #detail .lead_blue {
    font-size: 16px;
    line-height: 1.4em;
    background: #c1e3ec;
    padding: 20px;
  }

  /*---見出し---*/
  #detail .main_tit {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #df312d;
    border: 2px solid #4399e5;
    border-radius: 10px;
    background: #fff;
    margin-top: 40px;
  }

  #detail .main_tit02 {
    height: 70px;
    line-height: 1.1em;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #df312d;
    border: 2px solid #4399e5;
    border-radius: 10px;
    background: #fff;
    padding-top: 14px;
    margin-top: 40px;
  }

  #detail .main_tit02 span {
    font-size: 14px;
    font-weight: normal;
  }

  #detail .tit_bold {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 40px;
  }

  #detail .tit_blue {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1c87f7;
    background: #cdf4fe;
    padding: 10px 0 8px;
  }

  /*---横並び（4つ）---*/
  .column04_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .column04_flex .yellow_box {
    width: 100%;
    background: #fefbdd;
    padding: 20px 14px 30px;
    border: 1px solid #ded363;
    margin: 0 auto;
  }

  .column04_flex .pink_box {
    width: 100%;
    background: #feeadd;
    padding: 20px 14px 30px;
    border: 1px solid #f7c2a0;
    margin: 12px auto 0;
  }

  .column04_flex .blue_box {
    width: 100%;
    background: #dff4f9;
    padding: 20px 14px 30px;
    border: 1px solid #7fd7ec;
    margin: 12px auto 0;
  }

  .column04_flex .green_box {
    width: 100%;
    background: #b8e0d0;
    padding: 20px 14px 30px;
    border: 1px solid #6ccca6;
    margin: 12px auto 0;
  }

  /*---横並び---*/
  .column_flex {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .column_flex .blue_flame {
    display: block;
    width: 160px;
    background: #4399e5;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    position: relative;
    top: 14px;
    margin: 0 auto;
  }

  /*---Margin---*/
  #detail .mt20 {
    margin-top: 14px;
  }

  #detail .mt40 {
    margin-top: 18px;
  }

  #detail .mt60 {
    margin-top: 22px;
  }

  #detail .mt100 {
    margin-top: 40px;
  }

  /*---Width---*/
  #detail .w60per {
    width: 100%;
  }

  #detail .img_w90per {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  /*---Inline Align---*/
  #detail .taC {
    text-align: left;
  }

  .Sp_None {
    display: none;
  }
}

/* 教員紹介--リニューアル */

.teachers_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* background-color: pink; */
  gap: 20px;
  margin-top: 3%;
}

.teachers_list li {
  display: flex;
  min-height: 0;
}

.teacher_item {
  display: flex;
  flex: 1;
  padding: 5% 3%;
  gap: 5%;
  width: 100%;
  aspect-ratio: auto;
  align-items: stretch;
  border: 1px solid #d0d6cf;
  min-height: 0;
}

a.teacher_item {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a.teacher_item:hover {
  background-color: rgba(238, 238, 238, 0.62);
}

.teacher_prof {
  width: 80%;
  height: 100%;
  flex-shrink: 1;
}

p.teacher_position,
p.teacher_name {
  padding-top: 0;
  text-align: center;
}

p.teacher_position {
  color: #80b02e;
  font-size: clamp(12px, 1.3vw, 14px);
}

p.teacher_name {
  font-size: clamp(16px, 2vw, 22px);
}

.teacher_details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.teacher_details dl dd {
  font-size: clamp(13px, 1.1vw, 14px);
}

.teacher_label {
  width: 50%;
  text-align: center;
  padding: 1% 0;
  color: #668735;
  font-size: clamp(12px, 1.3vw, 14px);
  border: 1px solid #87ab51;
  background-color: #f3f6ef;
  border-radius: 15px;
  margin-bottom: 1.5%;
}

.teacher_label.message {
  margin-top: 4%;
}

@media screen and (max-width: 1024px) {
  .teacher_item {
    aspect-ratio: auto;
    height: auto;
    align-items: stretch;
  }

  .teacher_details dl dd {
    font-size: clamp(12px, 1.7vw, 15px);
  }
}

@media screen and (max-width: 640px) {
  .teachers_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .teacher_prof {
    width: 70%;
  }

  .teacher_details dl dd {
    font-size: 14px;
  }

  .teachers_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
