@charset "UTF-8";
.marker {
  color: #A92955;
}

.ol_number-style ol {
  counter-reset: number 0;
}
.ol_number-style ol li {
  padding-left: 2rem;
}
.ol_number-style ol li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-left: -2rem;
  margin-right: 0.8rem;
}

.ul_list--style ul li {
  padding-left: 1.2em;
  position: relative;
}
.ul_list--style ul li::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #A92955;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.tableBox table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
}
.tableBox table thead th {
  background-color: #F9F6F1;
  text-align: left;
}
.tableBox table th,
.tableBox table td {
  padding: 10px;
  border: 1px solid #9D9D9D;
  vertical-align: middle;
}
.tableBox table th {
  text-align: center;
  min-width: 150px;
  background-color: #f9f9f9;
}
@media screen and (max-width:767px) {
  .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 #9D9D9D;
  }
}

.over-tableBox {
  width: 100%;
  overflow-y: hidden;
}
.over-tableBox table {
  border-collapse: collapse;
  border: 1px solid #9D9D9D;
  width: 100%;
}
@media screen and (max-width:767px) {
  .over-tableBox table {
    min-width: 600px;
  }
}
.over-tableBox table thead th {
  background-color: #F9F6F1;
}
.over-tableBox table th,
.over-tableBox table td {
  padding: 10px;
  border: 1px solid #9D9D9D;
  vertical-align: middle;
}
.over-tableBox table th {
  background-color: #f9f9f9;
}

.btnArea {
  margin-top: 2rem;
}
.btnArea ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.btnArea ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.btnArea ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.btnArea ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width:767px) {
  .btnArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btnArea a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A92955;
  border-radius: 15rem;
  font-weight: 700;
  color: #A92955;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.btnArea a i {
  margin-left: 0.5em;
}
.btnArea a:hover {
  background-color: #A92955;
  color: #fff !important;
}
.btnArea a:hover i {
  color: #fff;
}
.btnArea a:hover .common-button__pdf::after {
  background: url(../img/common/icon_pdf_white.svg);
}

body.sakunen .common-head__title::after,
body.sakunen .breadcrumbs__boxes li:last-child::after {
  content: "（昨年度参考）";
}

body.sakunen.exam .common-head__title::after,
body.sakunen.exam .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.g-school .common-head__title::after,
body.sakunen.g-school .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.path-transfer .common-head__title::after,
body.sakunen.path-transfer .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.pamphlet .common-head__title::after,
body.sakunen.pamphlet .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.mirai .common-head__title::after,
body.sakunen.mirai .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.int-link .common-head__title::after,
body.sakunen.int-link .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.past-exa .common-head__title::after,
body.sakunen.past-exa .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.fe .common-head__title::after,
body.sakunen.fe .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}
body.sakunen.res-info .common-head__title::after,
body.sakunen.res-info .breadcrumbs__boxes li:last-child::after {
  content: none !important;
}

.common-space p,
.common-space th,
.common-space td,
.common-space a,
.common-space li {
  font-weight: 500;
}
.common-space a:not([class]) {
  color: #A92955;
}
.common-space a:not([class]):hover {
  color: #d86089;
}
.common-space strong {
  font-weight: bold;
}
.common-space p:not([class]) {
  margin-bottom: 10px;
}
.common-space .marker {
  color: #A92955;
}
.common-space .text-center {
  text-align: center;
}
.common-space .text-right {
  text-align: right;
}
.common-space .imgArea img[src$=".svg"] {
  width: 100%;
}
.common-space .sectionBox {
  margin-bottom: 4em;
}
@media screen and (max-width:767px) {
  .common-space .sectionBox {
    margin-bottom: 2em;
  }
}
.common-space .sectionBox:last-child {
  margin-bottom: 0;
}
.common-space .sectionBox .content_items {
  margin-bottom: 2em;
}
.common-space .notes-ol_list ol {
  counter-reset: number 0;
}
.common-space .notes-ol_list ol li {
  padding-left: 2em;
}
.common-space .notes-ol_list ol li:before {
  counter-increment: number 1;
  content: "※" counter(number);
  margin-left: -2em;
  margin-right: 0.5em;
}
.common-space .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
.common-space .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}
.common-space .common-title small {
  display: inline-block;
}
.common-space .common-subtitle {
  background-color: #F9F6F1;
  border-radius: 1rem;
  font-size: clamp(16px, 160vw, 2rem);
  font-weight: 700;
  padding: 1rem 2.5rem;
  margin-bottom: 1.5rem;
}
.common-space .bg_box {
  padding: 20px;
  background-color: rgb(249, 246, 241);
}
.common-space .subpage-top-link ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width:1199px) {
  .common-space .subpage-top-link ul {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width:767px) {
  .common-space .subpage-top-link ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.common-space .subpage-top-link ul li a {
  border: 2px solid #A92955;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  padding: 10px 20px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.common-space .subpage-top-link ul li a:hover {
  background-color: #A92955;
  color: #fff;
}

.internet-app .inquiry-table tbody th {
  width: 10%;
}
@media screen and (max-width:767px) {
  .internet-app .inquiry-table tbody th {
    width: 100%;
  }
}
.internet-app .inquiry-table tbody td {
  width: 40%;
}
@media screen and (max-width:767px) {
  .internet-app .inquiry-table tbody td {
    width: 100%;
  }
}
.internet-app .internet-app__document-img img[src$=".svg"] {
  width: 100%;
}
@media print {
  .internet-app .only-sp {
    display: none;
  }
}
.internet-app .internet-app__sp {
  display: none;
}
@media screen and (max-width:767px) {
  .internet-app .internet-app__sp {
    display: block;
  }
  .internet-app .internet-app__pc {
    display: none;
  }
}

.admission-policy .admission-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}

.admission-policy .admission-flex > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.admission-policy .admission-flex > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width:767px) {
  .admission-policy .admission-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.admission-policy .admission-flex table th {
  width: 220px;
}
@media screen and (max-width:767px) {
  .admission-policy .admission-flex table th {
    width: 100%;
  }
}
.admission-policy .admission-flex table td {
  padding: 0 !important;
}
.admission-policy .admission-flex table td a {
  display: block;
  padding: 10px;
}
.admission-policy .admission-flex table td a:hover {
  background-color: #A92955;
  color: #fff;
}

.application .app-table tbody th {
  width: 200px;
}
@media screen and (max-width:767px) {
  .application .app-table tbody th {
    width: 100%;
  }
}

.graduate-school .btnArea ul {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.graduate-school .imgArea {
  margin-bottom: 1rem;
}
.graduate-school .btnArea a span {
  display: inline-block;
}
.graduate-school .kenkyu-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.graduate-school .doctor-img {
  max-width: 700px;
}

.application_documents .update {
  text-align: right;
}
.application_documents .btnArea ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.application_documents .btnArea ul li {
  min-width: 250px;
}
.application_documents .btnArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.application_documents .fontred {
  color: #A92955;
}
.application_documents strong {
  font-weight: bold;
}
.application_documents .btnArea a {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .application_documents .btnArea a {
    display: block !important;
  }
  .application_documents .common-button__pdf::after {
    right: -15px !important;
    top: 55% !important;
  }
}

.fee .fee-pointArea {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 60px 20px 1fr;
  grid-template-columns: 60px 1fr;
  margin-bottom: 20px;
  background-color: #F9F6F1;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (max-width:767px) {
  .fee .fee-pointArea {
    -ms-grid-columns: 40px 10px 1fr;
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
}
.fee .fee-pointArea .textArea {
  font-size: clamp(18px, 160vw, 2.4rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fee .fee-pointArea .textArea p {
  margin-bottom: 0;
}
.fee .fee-grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.fee .verification_01 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:767px) {
  .fee .verification_01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.fee .verification_02 {
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
}
@media screen and (max-width:767px) {
  .fee .verification_02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .fee .verification_02 img {
    max-height: 400px;
  }
}

.exam .embed-container iframe {
  background-color: #ddd;
}
.exam .common-navi {
  -ms-grid-columns: 1fr !important;
  grid-template-columns: 1fr !important;
}
.exam .exam_headmenu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) and (max-width:1199px) {
  .exam .exam_headmenu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:767px) {
  .exam .exam_headmenu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.exam .exam_headmenu .exam__navi {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}
.exam .exam_headmenu .exam__navi:first-child {
  margin-top: 0;
}
.exam .exam_headmenu_item {
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width:1199px) {
  .exam .exam_headmenu_item {
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .exam .exam_headmenu_item {
    padding: 10px;
  }
}
.exam .exam_headmenu_item.item-red {
  background-color: #fbf1f5;
}
.exam .exam_headmenu_item.item-red .common-navi__link:hover {
  background-color: #A92955;
}
.exam .exam_headmenu_item.item-green {
  background-color: #ebfaf7;
}
.exam .exam_headmenu_item.item-green .common-navi__link {
  border-color: #2ccea5;
}
.exam .exam_headmenu_item.item-green .common-navi__link:hover {
  background-color: #2ccea5;
}
.exam .exam_headmenu_item.item-yellow {
  background-color: #eeebe1;
}
.exam .exam_headmenu_item.item-yellow .common-navi__link {
  border-color: #A88428;
}
.exam .exam_headmenu_item.item-yellow .common-navi__link:hover {
  background-color: #A88428;
}
.exam .common-navi__link {
  background-color: #fff;
}
.exam .exam-lead {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
@media screen and (max-width:767px) {
  .exam .exam-lead {
    font-size: 12px;
  }
}

.internet-link .internet-doc__box {
  -ms-grid-columns: 1fr 400px !important;
  grid-template-columns: 1fr 400px !important;
}
.internet-link .internet-doc__box .notlink {
  border-color: #aaa;
  color: #aaa;
  cursor: default;
}
.internet-link .internet-doc__box .notlink:hover {
  background-color: #fff;
  color: #aaa;
}
.internet-link .internet-doc__box .common-button__link i {
  margin-left: 5px;
}

.practical_skills .embed-container iframe {
  border: 1px solid #000;
}
.practical_skills .audio {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .practical_skills .audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.practical_skills .audio audio {
  width: 100%;
}

.faq .common-navi {
  margin-bottom: 0 !important;
}

.pamphlet .pamphlet__head,
.pamphlet .common-button__link {
  font-weight: 700 !important;
}
.pamphlet .pamphlet_ {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width:767px) {
  .pamphlet .pamphlet_ {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }
}

.application-situation .sigan {
  border-radius: 0.3rem;
  display: inline-block;
  padding: 0 0.5rem;
  background-color: #A92955;
  color: #fff;
}

.success .success-link_wrap {
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .success .success-link_wrap {
    margin: 0;
  }
}
.success .success-link_wrap .success-link_item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 1.5em;
}
.success .success-link_wrap .success-link_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .success .success-link_wrap .success-link_item {
    width: 100%;
    padding: 0;
  }
  .success .success-link_wrap .success-link_item .btnArea a {
    padding: 10px 15px;
  }
}

/***********************/
.past_examination .past_linkArea ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width:767px) {
  .past_examination .past_linkArea ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.past_examination .past_linkArea ul li a {
  width: 100%;
  height: 100%;
  border: 3px solid #A92955;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  font-size: clamp(14px, 160vw, 1.6rem);
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
}
.past_examination .past_linkArea ul li a:hover {
  background-color: #A92955;
  color: #fff;
}
.past_examination .past_linkArea ul li a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
}
.past_examination .gray_out {
  background-color: #eee !important;
  border-color: #9D9D9D !important;
  color: #666 !important;
  cursor: auto !important;
}
.past_examination .gray_out .common-button__pdf::after {
  background: url(../img/common/icon_pdf_pink.svg) !important;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.past_examination dl.past_exa_linebox {
  border-bottom: 1px dotted #666;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.past_examination dl.past_exa_linebox:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .past_examination dl.past_exa_linebox {
    padding-bottom: 15px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.past_examination dl.past_exa_linebox dt {
  font-size: clamp(14px, 160vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .past_examination dl.past_exa_linebox dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.past_examination .past_exa_app__box {
  -ms-grid-columns: 1fr 1.4rem 350px;
  grid-template-columns: 1fr 350px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.past_examination .past_exa_university__wrap {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3rem;
}
@media screen and (max-width:767px) {
  .past_examination .past_exa_university__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.past_examination .past_exa_university__wrap .past_exa_university__content .past_exa_university__intro {
  font-size: clamp(14px, 160vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 3rem;
}
.past_examination .past_exa_university__wrap .past_exa_university__button {
  max-width: 300px;
}
@media screen and (max-width:767px) {
  .past_examination .past_exa_university__wrap .past_exa_university__button {
    max-width: inherit;
    width: 100%;
  }
}
.past_examination .past_exa_graduate__boxes .past_exa_item {
  border-top: 1px solid #777;
  padding-top: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width:767px) {
  .past_examination .past_exa_graduate__boxes .past_exa_item {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.past_examination .past_exa_graduate__boxes .past_exa_graduate__box .past_exa_graduate__head {
  margin-bottom: 10px;
}
.past_examination .past_exa_graduate__boxes .past_exa_graduate__box .past_exa_graduate__body ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 40px;
}
@media screen and (max-width:767px) {
  .past_examination .past_exa_graduate__boxes .past_exa_graduate__box .past_exa_graduate__body ul {
    gap: 20px;
    margin: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* ===== teachers_briefing ===== */
.sectionBox {
  margin-bottom: 4em;
}
.sectionBox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .sectionBox {
    margin-bottom: 2em;
  }
}

/* ===== イントロ ===== */
.tb-intro {
  margin-bottom: 1.5rem;
}
.tb-intro p {
  margin-bottom: 1em;
}
.tb-intro p:last-child {
  margin-bottom: 0;
}

/* ===== 申込ボタン ===== */
.tb-btn-center {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tb-btn-center .common-button {
  min-width: 250px;
}

/* ===== 会場・日程テーブル ===== */
.bri-item {
  margin-bottom: 3rem;
}
.bri-item:last-of-type {
  margin-bottom: 0;
}

.bri-area {
  font-size: clamp(16px, 2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.bri-area::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #A92955;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .bri-area {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 17px;
  }
  .bri-area::before {
    width: 12px;
    height: 12px;
  }
}

.bri-schedule_table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #9D9D9D;
  border-left: 1px solid #9D9D9D;
}
@media screen and (max-width: 1199px) {
  .bri-schedule_table table {
    border: 2px solid #9D9D9D;
  }
}
.bri-schedule_table table thead th {
  border-right: 1px solid #9D9D9D;
  border-bottom: 1px solid #9D9D9D;
  background-color: #F9F6F1;
  font-size: clamp(14px, 1.6vw, 1.6rem);
  font-weight: 700;
  padding: 1rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  .bri-schedule_table table thead {
    display: none !important;
  }
}
.bri-schedule_table table tbody td {
  border-right: 1px solid #9D9D9D;
  border-bottom: 1px solid #9D9D9D;
  font-weight: 500;
  vertical-align: middle;
}
.bri-schedule_table table tbody td label {
  display: block;
  padding: 1.7rem 2rem;
}
@media screen and (max-width:767px) {
  .bri-schedule_table table tbody td label {
    padding: 1em;
  }
}
.bri-schedule_table table tbody td:nth-child(1) {
  font-size: clamp(16px, 2vw, 2rem);
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .bri-schedule_table table tbody td:nth-child(1) {
    text-align: left;
  }
}
.bri-schedule_table table tbody td:nth-child(2) {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .bri-schedule_table table tbody td:nth-child(2) {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .bri-schedule_table table tbody td {
    display: block;
    width: 100% !important;
  }
  .bri-schedule_table table tbody td:last-child {
    border-bottom: none;
  }
  .bri-schedule_table table tbody td::before {
    content: attr(data-label);
    display: block;
    border-bottom: 1px solid #9D9D9D;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 20px;
    text-align: left;
    background-color: #F9F6F1;
  }
}

.bri-schedule__station {
  position: relative;
  display: block;
  padding-left: 1.4rem;
}
.bri-schedule__station::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #A92955;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1199px) {
  .bri-schedule__station {
    padding-left: 13px;
  }
  .bri-schedule__station::before {
    width: 8px;
    height: 8px;
  }
}

.bri-red .bri-schedule_table table thead th {
  background-color: #f9e8ed;
}
.bri-red .bri-schedule_table table tbody td::before {
  background-color: #f9e8ed;
}

/* ===== 2カラム行（入試結果・在学生） ===== */
.tb-two-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  margin-bottom: 3rem;
  border-left: 1px solid #A92955;
  border-right: 1px solid #A92955;
}
.tb-two-col__label {
  padding: 1.5rem 2rem;
  font-weight: 700;
  font-size: 1.1em;
  color: #A92955;
  background-color: #fff;
  border-right: 1px solid #A92955;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tb-two-col__label p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .tb-two-col__label {
    border-right: none;
    border-bottom: 1px solid #A92955;
    padding: 1em;
  }
}
.tb-two-col__body {
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tb-two-col__body p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .tb-two-col__body {
    padding: 1em;
  }
}
@media screen and (max-width:767px) {
  .tb-two-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-left: none;
    border-right: none;
    border-top: 1px solid #A92955;
    border-bottom: 1px solid #A92955;
    margin-bottom: 20px;
  }
}

/* ===== セパレーター（個別相談会） ===== */
.tb-separator {
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.tb-separator::before, .tb-separator::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #A92955;
  min-width: 1.5rem;
}
@media screen and (max-width:767px) {
  .tb-separator {
    margin: 20px 0;
    gap: 0.6em;
  }
}

br.sp-br {
  display: none;
}
@media screen and (max-width:767px) {
  br.sp-br {
    display: inline;
  }
}

/* ===== 統一ボックス ===== */
.tb-tour-wrap {
  border: 1px solid #A92955;
  border-radius: 8px;
  background-color: #f9e8ed;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
}
.tb-tour-wrap p:not(.tb-tour-title) {
  color: #333;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width:767px) {
  .tb-tour-wrap {
    padding: 1em;
    margin-bottom: 20px;
  }
}

.tb-tour-title {
  color: #A92955;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  border-bottom: 1px solid #A92955;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
}

.tb-tour-desc {
  margin-bottom: 0;
}

.tb-tour-routes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width:767px) {
  .tb-tour-routes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 1em;
    gap: 1em;
  }
}

.tb-tour-route {
  background-color: #fff;
  border: 1px solid #A92955;
  border-radius: 5px;
  padding: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media screen and (max-width:767px) {
  .tb-tour-route {
    padding: 0.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.tb-tour-route__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.6em;
  height: 1.6em;
  background-color: #A92955;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ===== ランチ・各学科 2カラムグリッド ===== */
.tb-grid-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.tb-grid-area .tb-tour-wrap {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .tb-grid-area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===== 注記 ===== */
.tb-note {
  font-size: 0.875em;
  margin-top: 1.5rem;
}

/* ===== タイトル画像 ===== */
.tb-title-img {
  margin-bottom: 2rem;
}
.tb-title-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1199px) {
  .tb-title-img {
    margin-bottom: 15px;
  }
}

/* ===== 2ボタン横並び ===== */
.tb-btn-row {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tb-btn-row .common-button {
  min-width: 300px;
}
@media screen and (max-width:767px) {
  .tb-btn-row {
    margin-top: 1em;
    gap: 1em;
  }
}