@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**ここから各ページ共通**/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
img,
th,
td,
dl,
dt,
dd,
span {
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
th,
td,
dl,
dt,
dd {
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
a {
  text-decoration: none;
  color: #000;
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
.pageback {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
}
.pageback a {
  background: #fff;
}
footer {
  background: #e9ddc2;
}
footer p {
  /**	background:#e9ddc2;**/
  color: #fff;
  /* text-align: center; */
  margin: 10px auto 0;
  padding: 10px;
}
footer p.classification {
  color: #777;
  font-size: 15px;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
footer .sitemap {
  max-width: 1024px;
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
footer .sitemap ul.pageLink01,
footer .sitemap ul.pageLink02 {
  margin: 30px auto 0;
  width: 45%;
  text-align: center;
}
footer .sitemap .pageLink01 li,
footer .sitemap .pageLink02 li {
  margin: 5px;
  display: flex;
  justify-content: center;
}
footer .sitemap .pageLink01 li {
  padding: 15px 0;
}

footer .sitemap .pageLink01 li a,
footer .sitemap .pageLink02 li a {
  display: block;
}
footer .sitemap .pageLink01 li a img {
  width: 250px;
  height: auto;
  object-fit: contain;
}
footer .sitemap .pageLink02 li a img {
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
footer p.footer_copy {
  text-align: center;
}
/**ここまで各ページ共通**/
/**index**/

.mv {
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
  position: relative;
}
.mv img {
  /*max-width: 100%;*/
  width: 100%;
  height: auto;
}
h1 .mv-pc {
  display: block !important;
}
h1 .mv-sp {
  display: none !important;
}

.container {
  max-width: 1024px;
  width: calc(100% - 20px);
  margin: 40px auto;
  padding: 0 10px;
}
.container h2 {
  display: flex;
  justify-content: center;
  font-size: 26px;
  line-height: 1.6;
}
button.SearchButton {
  width: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  border-radius: 10px;
  background: #f99292;
  padding: 10px 15px;
  font-size: 18px;
  border: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  /* box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.2) inset; */
  cursor: pointer;
}

button.SearchButton:hover {
  opacity: .8;
  color: #fff;
  cursor: pointer;
}
ul {
  list-style: none;
}
.indexHeader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.top h1 {
  color: #f094b0;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
h1 {
  color: #f094b0;
  line-height: 1.6;
}
.h1_logo img {
  display: none;
  max-width: 120px;
  margin: 10px;
  height: auto;
  object-fit: contain;
}
.video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pading: 0;
  margin: 0;
}
.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.top p{
	position:absolute;
	z-index:100;
	bottom:8%;
	right:44%;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(https://www.ishin.jp/iryou_guide/images/top_p_title.svg) no-repeat center/ contain;
	width:432px;
	height:226px;
}**/
.top h2 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
.top .search {
  position: absolute;
  top: 25px;
  left: 55%;
  z-index: 3;
}
.search-box {
  position: relative;
  /*display: flex;*/
  width: 80%;
  margin: 0 auto 30px;
}
.search-box input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 1.2rem 0 1.2rem 1rem;
  border: 1px solid #f99292;
  border-radius: 1.5rem;
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.search-box button {
  position: absolute;
  top: -0.05rem;
  right: 10px;
  cursor: pointer;
  padding: 0.7rem 0.7rem 0.9rem 1rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #333;
  font-size: 1.5rem;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
.subLeft {
  font-size: 13px;
}
p.comment {
  width: 100%;
  text-align: right;
}
p.comment a {
  font-size: 13px;
  color: #777;
  padding: 0 10px;
}
p.comment a:hover {
  color: #555;
}
.menu {
  height: 50px;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  z-index: 999;
}
.menu__line {
  background: #f99292;
  display: block;
  height: 3px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}
.menu__line--center {
  top: 24px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 24px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 24px;
  transform: rotate(135deg);
  background: #fff;
}
.gnav {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 998;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu__item::-webkit-scrollbar {
  display: none;
}
.gnav__menu__item {
  margin: 30px 0;
}
.gnav__menu__item a {
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.2;
}
.gnav__menu__item a:hover {
  color: #000;
}
/**index**/
.contents_wrap {
  /* width: 100%;
  margin: 0 auto; */
}
.drop_menu_flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  font-size: 18px;
}
.drop_Menu {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.drop_Menu p {
  width: 160px;
}
.drop_Menu .select01 {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #999;
  /* font-size: 16px; */
}
.drop_Menu .select_date {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.drop_Menu .select_date input:first-child {
  margin-right: 10px;
}
.drop_Menu .select_date input:last-child {
  margin-left: 10px;
}
input[type="date"] {
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #999;
  width: 40%;
  height: 30px;
}
.drop_Menu .select_date span {
  text-align: center;
}
/**index**/
/**schoolpage**/
.schoolHeader {
  position: sticky;
  top: 0;
  z-index: 997;
  width: 100%;
  background: #fcecea;
}
.schoolHeader .header-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.schoolHeader .header-area a {
  display: block;
}
.schoolHeader .header-area h1 {
  font-size: 16px;
  padding: 10px;
}
.schoolHeader .header-area img {
  width: 200px;
  vertical-align: bottom;
}
.schoolHeader .header-area p small {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
}
ul.schoolPage {
  /* margin: 230px auto 0; */
  /**	margin:100px auto 0;**/
}
summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
details {
  width: 100%;
}
details.school summary.scHead,
details.schoolInnerFaculty summary.department,
details.schoolInnerApplication summary.testway,
details.basis summary.basisHeader {
  position: relative;
  z-index: 0;
}
details.school summary.scHead:after,
details.schoolInnerFaculty summary.department:after,
details.schoolInnerApplication summary.testway:after,
details.basis summary.basisHeader:after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://www.ishin.jp/iryou_guide/images/roll_plus.svg) no-repeat;
  background-size: contain;
  margin: 0 10px;
  z-index: 0;
  transition: transform 0.3s;
  font-size: inherit;
}
details.school[open] summary.scHead:after,
details.schoolInnerFaculty[open] summary.department:after,
details.schoolInnerApplication[open] summary.testway:after,
details.basis[open] summary.basisHeader:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.ishin.jp/iryou_guide/images/roll_minus.svg) no-repeat;
  background-size: contain;
  margin: 0 10px;
  transition: 0.3s;
}
.scHead {
  display: flex;
  justify-content: flex-start;
  padding: 10px;
  font-weight: 900;
  cursor: pointer;
  transition-duration: 0.2s;
  align-items: center;
  color: #fff;
  margin: 0 auto 10px;
}
ul.schoolPage li:nth-of-type(odd) .scHead {
  background: #f99292;
}
ul.schoolPage li:nth-of-type(even) .scHead {
  background: #07b467;
}
.scHead h3 {
  font-size: 26px;
  max-width: 600px;
}
.scHead button {
  border-radius: 5px;
  background: #fff;
  margin: 0 20px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.scHead button a {
  display: block;
  padding: 5px;
  color: #f99292;
  font-size: 14px;
}
.scHead .kubun {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scHead .kubun img {
  width: 60px;
  object-fit: contain;
  margin-right: 10px;
}
.department {
  color: #928484;
  margin: 20px 20px 0 20px;
}
/**.department span{
	padding:0 5px;
	opacity:0.3;
}
.department span.active{
	opacity:1;
}**/
ul.schoolPage li:nth-of-type(odd) .department {
  background: #fcecea;
}
ul.schoolPage li:nth-of-type(even) .department {
  background: #a8dba8;
}
.department h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}
.department h4:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.ishin.jp/iryou_guide/images/roll_arrow.svg) no-repeat;
  background-size: contain;
  margin: 0 10px;
}
ul.faculty {
  /* margin: 0 0 5px 20px;
  width: calc(100% - 20px); */
  margin: 0 40px 20px 40px;
}
ul.faculty li {
  margin: 15px 0 0 0;
  /* display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 1px 0; */
}
ul.faculty li:last-child {
  align-items: center;
}
ul.faculty li:last-child p {
  margin-right: 10px;
}
ul.faculty li p {
  font-weight: 700;
}
ul.faculty li p.fac01 {
  /* width: 30%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  background: #efefef;
  padding: 8px 10px; */
  width: 100%;
  text-align: left;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 700;
}
ul.faculty li p.fac02 {
  /* width: 70%;
  padding: 8px 10px; */
  font-weight: normal;
}
ul.faculty li img {
  width: 56px;
  height: auto;
  object-fit: contain;
  margin: 5px;
}
ul.faculty li.caution_about_fee {
  font-size: 14px;
  padding: 10px 0;
}
.testway {
  color: #fff;
  margin: 5px 20px;
  font-size: 20px;
  font-weight: normal;
  padding: 10px;
}
ul.schoolPage li:nth-of-type(odd) .testway {
  background: #ee817b;
}
ul.schoolPage li:nth-of-type(even) .testway {
  background: #79bd9a;
}

.testway:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.ishin.jp/iryou_guide/images/roll_doublearrow.svg) no-repeat;
  background-size: contain;
  margin: 0 10px;
}

#search h3 {
  background: #f99292;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
#search .search_caption {
  position: relative;
  z-index: 0;
}
#search .search_caption p.searchable {
  /**position:absolute;
	top:0;
	right:0;**/
  color: #f99292;
  /**border-radius:10px;
	padding:5px;
	color:#FFF;**/
  font-size: 16px;
}
#search .search_caption img {
  width: 320px;
  height: auto;
  object-fit: contain;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
}
.application_inner {
  /* margin: 0px 0 5px 40px; */
  margin: 0 40px 20px 40px;
}
.application_inner li {
  margin: 15px 0 0 0;
}
.basis .basisHeader {
  background: #fff;
  color: #777;
  font-weight: 600;
  font-size: 20px;
  padding: 10px;
  border-left: 10px solid #777;
  margin: 10px 20px 20px;
}
.basis h5 {
  display: none;
  position: relative;
  width: calc(100% - 35px);
  padding: 20px 10px 72px;
  background: #ccc;
  margin-left: 15px;
}
.basis h5 span.pref {
  position: absolute;
  font-size: 16px;
  display: block;
  top: 5px;
  left: 10px;
  border-radius: 10px;
  background: #fff;
  color: #777;
  text-align: center;
  width: 4.5em;
  height: 32px;
  line-height: 32px;
}
.basis h5 span.schoolname {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-size: 24px;
  padding: 5px;
  font-weight: 900;
}
.basis h5 span.schoolname a {
  /**	position:absolute;
	bottom:5px;
	left:5px;**/
  color: #fff;
  font-size: 24px;
  padding: 5px;
  font-weight: 900;
}
.info {
  display: flex;
  justify-content: space-between;
  margin: 0 20px 30px;
}
.info dl {
  width: calc(100% - 360px);
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 20px;
}
.info dl dt {
  width: 6em;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  background: #efefef;
  padding: 5px 10px;
  margin-bottom: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info dl dt.pamphlet_dt,
.info dl dt.application_dt {
  width: 6em;
}
.info dl dd {
  width: calc(100% - 6em);
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
.info dl dd.pamphlet_dd,
.info dl dd.application_dd {
  width: calc(50% - 6em);
}
.info iframe {
  text-align: center;
  border: none;
  margin: 0px auto;
  max-width: 350px;
  max-height: 350px;
  overflow: hidden;
}
.info li i,
.info dt i {
  padding-right: 0.5em;
  font-weight: 900;
}
.info dt img {
  max-width: 24px;
  height: auto;
  object-fit: contain;
}
dl.search_result {
  width: 100%;
  padding: 1%;
  display: grid;
  grid-template-columns: 37% 47% 8%;
  gap: 1%;
  font-size: 20px;
  border-bottom: 3px solid #78bbe6;
  align-items: center;
  margin: 10px 0;
}
dl.search_result dd.result {
  color: #78bbe6;
  font-size: 140%;
  font-weight: 700;
}
p.search_word {
  font-size: 16px;
  color: inherit;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
p.search_word strong {
  font-size: inherit;
  /* border-radius: 15px; */
  padding: 5px;
  border: none;
  background: #78bbe6;
  color: #fff;
  margin-right: 10px;
}
p.search_word span {
  color: inherit;
}
p.search_word span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.ishin.jp/iryou_guide/images/roll_xmark.svg) no-repeat;
  background-size: contain;
  margin: 0 10px;
}
p.search_word::-webkit-scrollbar {
  display: none;
}
.heading {
  width: 100%;
  text-align: left;
  /* border-bottom: 1px dotted #333; */
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 700;
}
.detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.detail p.average {
  padding-right: 5px;
  width: 10em;
  font-size: 14px;
}
.detail img {
  width: 56px;
  padding: 0;
  margin: 5px;
}
table {
  margin: 0 auto;
  border-collapse: collapse;
  /* width: 90%; */
  width: 100%;
}
table tr {
  border: 1px dotted #333;
  padding: 10px 0 5px;
}
table td img {
  width: 56px;
  object-fit: contain;
  margin-right: 5px;
}
table th {
  background: #efefef;
}

table th,
table td {
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
}
.terms {
  margin: 10px auto;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 20% 85px 85px 85px 85px 85px;
  place-items: center;
  gap: 5px;
}
.terms img {
  width: 56px;
  object-fit: contain;
}
.date {
  display: grid;
  grid-template-columns: 40% 5% 40%;
  font-size: 16px;
  gap: 3%;
  padding: 5%;
  text-aling: center;
}
.caption {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.caption table th {
  width: 20%;
}
.caption table th img {
  width: 50%;
  object-fit: contain;
}
.caption table td {
  width: 80%;
  font-size: 15px;
}
p.toppage_ex {
  display: flex;
  justify-content: center;
  color: inherit;
  margin: 20px 0 30px;
}
.sp {
  display: none;
}
.searchable_sp {
  display: none;
}
.searchPage {
  /* margin: 220px auto 0; */
  max-width: 1024px;
  /* width: calc(100% - 20px); */
  margin: 20px auto 0;
  padding: 0 10px;
}
.managePage {
  margin: 110px auto 0;
}

.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.design01 th {
  padding: 3px;
  background: #e9faf9;
  border: solid 1px #778ca3;
}
.design01 td {
  padding: 3px;
  border: solid 1px #778ca3;
}

.map {
  width: 400px;
  max-width: 100%;
  height: 350px;
}
.nav_sp {
  display: none;
}
@media (max-width: 799px) {
  .drop_Menu .select_date {
    flex-wrap: wrap;
  }
  input[type="date"] {
    width: 100%;
  }
  .drop_Menu .select_date span {
    width: 100%;
  }
  .drop_Menu .select_date input:first-child {
    margin-right: 0;
  }
  .drop_Menu .select_date input:last-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 15px;
  }
  .top {
    /**	background:url(../guide/images/test0701_sp.jpg) no-repeat center/ cover;
	background:url(https://www.ishin.jp/iryou_guide/images/background_sp_0710.webp) no-repeat center/ cover;**/
    width: 100%;
    height: 80vh;
  }
  .top p {
    /**font-size:30px;
	text-align:left;**/
    bottom: 5%;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: 182px;
  }
  .menu {
    height: 30px;
    right: 15px;
    top: 15px;
    width: 30px;
  }
  .menu__line--center {
    top: 14px;
  }
  .menu__line--top.active {
    top: 14px;
  }
  .menu__line--bottom.active {
    bottom: 13px;
  }
  .gnav__menu__item a {
    font-size: 1.6em;
  }

  h1 .mv-pc {
    display: none !important;
  }
  h1 .mv-sp {
    display: block !important;
  }
  .container {
  margin: 20px auto;
}
  .container h2 {
    font-size: 20px;
  }
  .scHead h3 {
    font-size: 20px;
    max-width: 300px;
  }
  button.SearchButton {
  margin: 20px auto 30px;
  }
  .schead button {
    margin: 0 5px;
    width: 58px;
  }
  .scHead button a {
    margin: 0 5px;
    width: 60px;
    font-size: 12px;
  }
  .department {
    margin: 10px 10px 0 10px;
  }
  .department h4 {
    font-size: 18px;
  }
  ul.faculty {
    margin: 0 10px 20px 10px;
  }
  ul.faculty li {
    dislay: block;
    font-size: 15px;
  }
  ul.faculty li p,
  ul.faculty li p.fac01,
  ul.faculty li p.fac02 {
    /* font-size: 14px; */
    /* width: 100%; */
  }
  ul.faculty li p.fac01 {
    /* padding: 5px 10px; */
  }
  ul.faculty li p.fac02 {
    /* padding-left: 10px; */
  }
  ul.faculty li.caution_about_fee {
    font-size: 14px;
    padding-top: 0;
  }
  ul.faculty li img {
    width: 45px;
  }
  .testway {
    margin: 5px 10px;
    font-size: 18px;
  }
  table th,
  table td {
    font-weight: normal;
    font-size: 14px;
  }

  .application_inner {
    margin: 0 10px 20px 10px;
  }
  .basis .basisHeader {
    font-size: 18px;
    padding: 5px 10px;
    border-left: 8px solid #777;
    margin: 10px 10px 20px;
  }
  .detail img {
    width: 45px;
  }
  .top .search {
    top: 30px;
    left: 60%;
  }
  p.toppage_ex {
    margin: 10px 0 15px;
  }
  .search-box {
    margin: 0 auto;
  }
  .search-box input[type="text"] {
    padding: 0.8rem 0 0.6rem 0.6rem;
    border-radius: 1.5rem;
    font-size: 14px;
  }
  .search-box button {
    padding: 0.6rem 0.4rem 0.4rem 0.6rem;
    border-radius: 0 1.5rem 1.5rem 0;
    font-size: 1.2rem;
    transition: 0.5s;
  }
  .schoolHeader .header-area img {
    width: 160px;
  }
  footer .sitemap .pageLink01,
  footer .sitemap .pageLink02 {
    margin: 0 auto;
    padding: 0;
  }
  footer .sitemap .pageLink01 li a img {
    width: 130px;
    height: auto;
    object-fit: contain;
  }
  footer .sitemap .pageLink02 li a img {
    max-width: 90px;
    height: auto;
    object-fit: contain;
  }
  footer p.classification {
    font-size: 12px;
  }
  p.search_word {
    font-size: 13px;
    padding: 3px;
  }
  p.search_word span:not(:last-child):after {
    padding: 0 5px;
  }
  .schoolHeader {
    display: block;
    width: 100%;
  }
  .header-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
  }
  .kubun img {
    width: 45px;
    object-fit: contain;
    margin-right: 5px;
  }
  .basis h5 .facility img,
  .basis h5 .facility img:last-of-type {
    width: 35px;
    margin: 3px;
  }
  .info {
    display: block;
    margin: 0 10px 20px;
    position: relative;
  }
  .info dl {
    width: 100%;
    margin: 0 auto 20px;
  }
  .info dl dt,
  .info dl dd {
    font-size: 14px;
  }
  .info iframe {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto 10px;
    width: 300px;
    height: 200px;
    padding: 0;
  }
  .basis h5 span.schoolname {
    font-size: 16px;
  }
  .basis h5 .facility {
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: wrap;
    width: 55%;
  }

  p.search_word span {
    font-size: 11px;
    padding: 1px;
  }
  dl.search_result {
    display: grid;
    grid-template-columns: 37% 37% 18%;
    gap: 1%;
    font-size: 14px;
    padding: 0;
  }

  .pagetop__arrow {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  .drop_menu_flex {
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .drop_Menu,
  .drop_Menu:nth-of-type(2n) {
    width: 100%;
    padding: 12px 20px;
  }
  .drop_Menu p {
    width: 130px;
    font-size: 14px;
  }
  .drop_Menu .select_date {
    flex-wrap: wrap;
  }
  input[type="date"] {
    width: 100%;
  }
  .drop_Menu .select_date span {
    width: 100%;
  }
  .drop_Menu .select_date input:first-child {
    margin-right: 0;
  }
  .drop_Menu .select_date input:last-child {
    margin-left: 0;
  }
  .drop_Menu .select01 {
    /* font-size: 13px; */
  }
  .sp {
    display: block;
  }
  .info dl dd.pamphlet_dd,
  .info dl dd.application_dd {
    font-size: 14px;
  }
  #search {
    /* padding-top: 570px; */
  }
  #search .search_caption {
    padding-top: 10px;
  }
  #search .search_caption img {
    width: 280px;
    top: -100px;
    right: 0;
  }
  .nav_sp {
    display: block;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 14px;
  }
  ul.schoolPage {
    /* margin: 82px auto 0; */
    /**margin:100px auto 0;**/
  }
  /**#search .search_caption{
	padding-top:600px;
	}**/
  .top .search {
    top: 28px;
    left: 50%;
  }
  p.toppage_ex {
    padding: 0;
  }
  #search {
    /* padding-top: 150px; */
  }
  #search .search_caption {
    padding-top: 280px;
  }
}
@media (max-width: 500px) {
  .top .search {
    top: 74px;
    left: 50%;
  }
  #search {
    /* padding-top: 50px; */
  }
  #search .search_caption {
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  .h1_logo img {
    max-width: 80px;
    margin: 10px;
    height: auto;
    object-fit: contain;
  }
  .top .search {
    top: 28px;
    left: 48%;
  }
  .search-box input[type="text"] {
    /* padding: 0.5rem 0 0.3rem 0.6rem; */
    /* width: 120px; */
  }
  .search-box button {
    padding: 0.6rem 0.2rem 0.2rem 0.6rem;
    border-radius: 0 1.5rem 1.5rem 0;
    font-size: 1rem;
  }
  .top p {
    /**font-size:30px;
	text-align:left;**/
    bottom: 10px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /**object-fit:contain;**/
  }
  .schoolHeader {
    padding: 0 5px;
  }
  .schoolHeader .header-area h1 {
    font-size: 15px;
    padding: 5px 0 0 5px;
  }

  .schoolHeader .header-area p small {
    font-size: 12px;
  }
  .container {
    padding: 0 5px;
    width: calc(100% - 10px);
  }
  dl.search_result {
    width: calc(100% - 10px);
  }
  .scHead h3 {
    font-size: 15px;
    width: 188px;
  }
  .scHead button {
    /**	margin:0 10px;
	width:58px;**/
  }
  details.school summary.scHead:after,
  details.schoolInnerFaculty summary.department:after,
  details.schoolInnerApplication summary.testway:after,
  details.basis summary.basisHeader:after,
  details.school[open] summary.scHead:after,
  details.schoolInnerFaculty[open] summary.department:after,
  details.schoolInnerApplication[open] summary.testway:after,
  details.basis[open] summary.basisHeader:after {
    margin: 0 3px;
  }
  .scHead button a {
    margin: 0 3px;
    width: 43px;
    font-size: 10px;
  }
  .department h4 {
    font-size: 15px;
  }

  ul.faculty li.caution_about_fee {
    font-size: 12px;
  }
  .testway {
    /* margin: 5px 0 5px 20px;
    font-size: 16px; */
  }
  .basis .basisHeader {
    font-size: 16px;
  }
  .menu {
    height: 30px;
    right: 15px;
    top: 15px;
    width: 30px;
  }
  .menu__line--center {
    top: 14px;
  }
  .menu__line--top.active {
    top: 14px;
  }
  .menu__line--bottom.active {
    bottom: 13px;
  }

  ul.schoolPage {
    /* margin: -100px auto 0; */
    /**margin:100px auto 0;**/
  }

  p.comment a {
    font-size: 12px;
  }
  #search {
    /* padding-top: 170px; */
  }
  #search .search_caption {
    padding-top: 200px;
  }
  #search .search_caption {
    padding-top: 20px;
  }
  #search .search_caption img {
    width: 120px;
    top: -20px;
    right: 0;
  }
  #search .search_caption p.searchable {
    /**	top:50px;
	right:0;**/
    color: #f99292;
    /**border-radius:10px;
	padding:5px;
	color:#FFF;**/
    font-size: 12px;
  }
  .searchable_sp {
    display: block;
  }
}
.schoolPage {
  /* margin: 200px auto 0; */
}
.searchPage {
  /* margin: 220px auto 0; */
}
.managePage {
  margin: 10px auto 0;
}

.design01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.design01 th {
  padding: 3px;
  background: #e9faf9;
  border: solid 1px #778ca3;
}
.design01 td {
  padding: 3px;
  border: solid 1px #778ca3;
}

.Pagination {
  display: flex;
  align-items: center;
  border: solid 2px #111;
  border-radius: 9999px;
  overflow: hidden;
  margin: 20px 0;
}
.Pagination > * + * {
  /*border-left: solid 2px #111;*/
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 9px;
  color: #111;
  /*font-weight: bold;*/
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #111;
  color: #fff;
}

.Paging {
  overflow-x: auto;
  border: 1px solid #999;
  /*padding: 10px;*/
  width: 95%;
}
.Paging > div {
  display: flex;
}
.Paging > div > div {
  /*コレ*/
  white-space: nowrap;
  border: 1px solid #999;
  background: #f2f2f2;
}
.loading {
  height: 100vh;
  width: 100vw;
  cursor: progress;
}
.loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5em;
  height: 5em;
  margin-top: -2.5em;
  margin-left: -2.5em;
  border-radius: 50%;
  border: 0.25em solid #ccc;
  border-top-color: #333;
  animation: spinner 1.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.searchable_period {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 2px dotted #f99292;
}
hr {
  height: 0.5px;
  background-color: #ccc;
  border: none;
  color: #ccc;
}
