@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: "（昨年度参考）";
}

.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 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}
.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;
}

.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;
}

.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;
  }
}