﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.bpts_footer_pagetop {
  display: none !important;
}
.l_substage_img {
  width: 100%;
  background-image: url("/jpn/newscenter/image/bgi-stage.jpg");
}
/*新任教員のメッセージ*/
.l_newteacher_wrap {
  border: 3px solid #CDCDCD;
  padding: 1.5em 1.7em;
  margin: 100px 0;
}
.l_newteacher_wrap h3 {
  text-align: left;
  font-size: 1.3em;
  padding-left: 1em;
}
.l_newteacher_wrap h3 span {
  font-size: .8em;
  color: #B4B4B4;
  margin-left: 1em;
}
.l_newteacher_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 3fr;
  grid-template-columns: 1fr 3fr;
  grid-gap: 10px;
  font-size: .9em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l_newteacher_box div {
  margin: 0 5px;
}
.l_newteacher_box ul.col_mark_circle, .l_newteacher_box ul.col_mark_circle li {
  margin: 0;
}
.l_prof_img img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.l_newteacher_box .unit_table_side {
  max-width: 100%;
}
.unit_table_side table, .unit_table_side table tbody, .unit_table_side table tr, .unit_table_side table tr th, .unit_table_side table tr td {
  display: revert;
}
@media screen and (max-width:768px) {
  .l_newteacher_box {
    display: block;
  }
  .l_newteacher_box ul.col_mark_circle {
    margin-left: 2em;
  }
  .l_newteacher_box .unit_table_side {
    text-align: center;
  }
  .l_prof_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .l_newteacher_wrap h3 {
    text-align: center;
  }
  .l_newteacher_wrap h3 span {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
/* =================================
           横並びのテーブル 
 ==================================*/
.unit_table_side {
  max-width: 500px;
  margin: 0 auto;
}
.unit_table_side table {
  border-collapse: collapse;
  border: none;
  border-width: 1px;
  table-layout: fixed;
  width: 100%;
}
.unit_table_side table thead {
  font-size: 1.3em;
}
.unit_table_side table tbody tr {
  border-bottom: #E9E9E9 2px solid;
}
.unit_table_side table tbody tr th {
  padding: 0.4em;
  vertical-align: middle;
  text-align: left;
  border-bottom: #E9E9E9 2px solid;
}
.unit_table_side table tbody tr:first-child th {
  background: url("../image/icon-gakko.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3em;
}
.unit_table_side table tbody tr:nth-child(2) th {
  background: url("../image/icon-tantou.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3em;
}
.unit_table_side table tbody tr:nth-child(3) th {
  background: url("../image/icon-like.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3em;
}
.unit_table_side table tbody tr:nth-child(3) th span {
  display: inline-block;
  margin-left: 2.1em;
}
.unit_table_side table tbody tr td {
  padding: 0.7em;
  text-align: left;
  vertical-align: top;
  border-bottom: #E9E9E9 2px solid;
}
.unit_table_side table tbody tr th {
  width: 140px !important;
}
@media screen and (max-width:768px) {
  .unit_table_side {
    width: 100%;
  }
  .unit_table_side table, .unit_table_side table tbody, .unit_table_side table tbody tr, .unit_table_side table tbody tr th, .unit_table_side table tbody tr td {
    display: block;
    border-bottom: none;
  }
  .unit_table_side table {
    width: 100%;
    margin: 0 auto;
  }
  .unit_table_side table tbody tr th {
    text-align: left;
    font-size: .9em;
    border-bottom: none;
    width: 100% !important;
  }
  .unit_table_side table tbody tr th, .unit_table_side table tbody tr td {
    width: 100%;
    padding: 3px 0;
    border-bottom: none;
  }
  .unit_table_side table tbody tr td {
    border-width: 0px 1px 0px 1px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .unit_table_side table tbody tr:nth-child(3) th span {
    display: inline;
    margin-left: 0;
  }
}
/* コメントボックス */
.l_comment_box {
  margin: 1.5em 1em;
}
.l_comment_box p {
  text-align: justify;
  margin: 10px 20px;
}
.l_comment_box h4.tantou {
  background: url("../image/icon-gaiyo.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
}
.l_comment_box h4.comme1 {
  background: url("../image/icon-comme1.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
}
.l_comment_box h4.comme2 {
  background: url("../image/icon-comme2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
}
@media screen and (max-width:768px) {
  .l_comment_box {
    margin: 0;
  }
  .l_comment_box h4 {
    margin-top: 10px;
  }
  .l_comment_box p {
    margin: 10px 0;
  }
  #zone_middle_floor {
    width: 90%;
  }
}
/*最下部*/
.under_image {
  text-align: right;
  margin-top: 70px;
}
.under_image img {
  max-width: 855px;
  width: 100%;
}