.right-box{
  background-color: #fff;
  padding-top: 50px;
}

#others{
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  height: fit-content;
  padding: 20px 10px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
}

.others-wrap {
  padding: 0;
}

.others-wrap>a  {
  width: fit-content;
  display: block;
}

.others-item {  
  list-style: none;
  display: flex;
  height: 50px;
  width: 400px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 10px;
  margin: 7px auto;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 5px #ccc;
}

.others-item::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 2px;
  top: 50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #aaa;
  transform: translateY(-50%);
}

.others-bookmark-img {
  width: 10px;
  height: fit-content;
  margin: 0 7px;
}

.others-text {
  color: #000;
  font-size: 13px;
  margin: 0px 2px;
}

.others-name {
  font-size: 16px;
  width: 80px;
  font-weight: bold;
}

.others-section {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 15px;
  display: grid;
  place-content: center;
  border-radius: 4px;
}

.others-pref {
  font-size: 15px;
  background-color: #aaa;
  color: #fff;
  height: 20px;
  border-radius: 5px;
  padding: 0 10px;
  max-width: 65px;
}

.bottom-content-title {
  font-weight: bold;
  font-size: 19px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px;
  margin-left: 11px;
}

.bottom-content-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  border-bottom: 2px solid #009380;
}

.bottom-content-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  border-bottom: 2px solid #ccc;
}


.search-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.search-wrap {
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 10px;
  box-shadow: 0 0.2px 0.5px rgba(0, 0, 0, 0.1);
  max-width: 90%;
  width: 400px;
  margin: 2px auto;
  box-sizing: border-box;
}

/* フォーム要素の共通スタイル */
.search-wrap .search-form,
.search-wrap .search-btn {
  border: 1px solid #ccc;
  padding: 1.5px 2px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  height: 28px;
}

/* 検索入力フィールドのスタイル */
.search-wrap .search-form {
  flex-grow: 1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  padding-left: 4px;
}

.search-wrap .search-btn {
  background-color: #e0e0e0;
  color: #555;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 4px;
  min-width: 60px;
  font-weight: bold;
  white-space: nowrap;
}

.search-wrap label {
  display: block;
  text-align: center;
  font-size: 5px;
  font-weight: bold;
  margin-bottom: 3px;
  width: 100%;
}

.search-wrap .input {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
}

.search-wrap .form-group {
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
}

.search-wrap form {
  display: flex;
  width: 100%;
  align-items: center;
}
.qa-wrap{
    list-style: none;
    padding: 0;
    margin: 20px;
}
.qa-answer-wrap{
    display: none;
}
.qa-answer-wrap.active{
    display: block;
}
.qa-items{
  border-bottom: 1px solid #aaa;
  padding: 10px;
}
.qa-items-title{
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.qa-items-title::before,.qa-items-title::after  {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1px;
  height: 20px;
  background-color: #666;
  transform: translateY(-50%);
}
.qa-items-title::after {
    transform: translateY(-50%) rotate(90deg);
}
.qa-items.active > .qa-items-title::before{
    display: none;
}
.qa-answer-text{
  font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
}
#school-map-search .area {
	position: absolute;
}

#school-map-search .area img {
	border: none;
}

#school-map-search .area h3 {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-image: none;
}

#school-map-search .area li {
	list-style: disc;
}

#school-map-search .area li:hover {
	color: #09C;
}

#map a {
	text-decoration: none;
}

#maparea {
	position: relative;
	right: 8px;
}

#school-map-search .area ul {
	width: 190px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 46px 0px 9px 9px;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	display: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#school-map-search .area li {
	height: 22px;
	padding: 0 0 0 0px;
	margin: 0 10px 7px 20px;
	float: left;
	font-size: 15px;
	line-height: 19px;
	cursor: pointer;
}

#school-map-search .area a {
	text-decoration: underline;
}


.univ {
	position: absolute;
	z-index: 6;
}

.univ>h3{
  margin: 0;
}

.univ-image {
	position: relative;
	width: 40px;
	height: 41px;
}

#site-global-header {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding-bottom: 25px;
}

#site-global-header .wrapper {
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}

#site-global-header .wrapper .logo {
	width: 1000px;
	margin: 15px 0 8px 0;
}

#site-global-header .wrapper .site-catch-copy {
	color: #666;
	font-size: 11px;
	line-height: 1em;
	margin: 0px 0 15px 0;
}

#site-global-header a:hover img {
	opacity: 0.8;
}

#site-header-box {
	width: 228px;
	position: absolute;
	right: 20px;
	top: -7px;
}

#site-header-box {
	width: 228px;
	position: absolute;
	right: 20px;
	top: -7px;
}

#content {
  width: 980px;
  margin: 0 auto;
  background-color: #FFF;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 1px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.search-keyword-area{
  width: 100%;
  padding: 10px 10px;
  background-color: #FFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

#map-main{
  margin: 0 20px;
  padding: 15px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  background-color: #E4E4E4;
}

#syllabaryArea {
  background-color: rgb(255, 255, 255);
  padding: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  float: left;
  margin-bottom: 15px;
  height: fit-content;
}
#syllabaryArea h5 {
  border-bottom: 1px solid #DDD;
  padding-left: 5px;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 14px;
  letter-spacing: 1pt;
  line-height: 120%;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding: 5px 0;
}

#syllabaryArea p {
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-size: 11px;
  line-height: 120%;
  color: #555;
  text-align: left;
  margin-top: 10px;
}

#syllabary {
  width: 256px;
}

#syllabary .syllabaryBox {
  float: left;
  margin: 4px;
  width: 120px;
  height: 120px;
}

.syllabaryBox>a:link {
  text-decoration: none;
}

.syllabaryBox>a.able:hover {
  border: #04B28C 1px solid;
  box-shadow: 0px 0px 2px rgba(4, 178, 140, 0.4) inset;
}

.syllabaryBox>a.disabled {
  color: #BBB;
  font-weight: 400;
}

.syllabaryBox>a {
  display: block;
  width: 24px;
  height: 24px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  float: left;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  font-weight: bold;
  color: #333;
}
#map-main {
  background-color: #E4E4E4;
}

#map-main h5 {
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'MS PGothic', sans-serif;
  font-size: 14px;
  letter-spacing: 1pt;
  line-height: 120%;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding: 5px 0;
  border-bottom: 1px solid #DDD;
}

#map-main h5 span {
  color: #04B28C;
}

.map-maintitle-video {
  color: white;
  background-color: #009380;
  text-align: center;
  padding: 20px;
  font-size: 50px;
}

.subtitle-video {
  color: #009380;
  text-align: center;
  font-size: 40px;
  margin: 20px;
}


.sub-item .movie-box {
  display: inline-block;
}

#map-main-left-column {
  float: left;
  width: 630px;
  margin-right: 15px;
}

#map-main-right-column {
  float: left;
  width: 265px;
}

.include-banner-area {
  width: 100%;
  text-align: center;
  margin: 4vh auto;
}

.include-banner-area p {
  font-weight: bold;
  line-height: 1.3;
  font-size: 3.4vw;
  margin-bottom: 1vh;
  text-align: center;
}

.yellow-ul {
  background: linear-gradient(transparent 60%, #FAE800 60%);
}

.search-keyword-wrap>.input.text>input{
  margin: 0;
  border: 1px solid #DFDFDF;
  border-radius: 3px 0 0 3px;
  border-right: none;
  padding: 6px;
  box-shadow: 1px 2px 2px #DDD inset;
  display: block;
  width: 340px;
  font-size: 11px;
}
.btn-submit{
  margin: 0;
  display: block;
  background: #28cbb2;
  background: -moz-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28cbb2), color-stop(100%, #32b59f));
  background: -webkit-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -o-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -ms-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: linear-gradient(to bottom, #28cbb2 0%, #32b59f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cbb2', endColorstr='#32b59f', GradientType=0);
  border: 1px solid #24B7A0;
  height: 32px;
  border-radius: 0 3px 3px 0;
  color: #FFFFFF;
  font-weight: bold;
}

.column-right, .column-left{
  position: relative;
  width: 50%;
}
.column-right{
  display: flex;
}
.column-wrap{
  display: flex;
}
.search-select{
    font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
    font-size: 11px;
    height: 19px;
    border: 1px solid #CCC;
}
.search-keyword-wrap{
  display: flex;
}
.search-mini-text{
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-size: 11px;
  line-height: 120%;
  color: #555;
  text-align: left;
  margin-top: 10px;
}
.search-select-wrap{
  display: flex;
  font-size: 11px;
  align-items: center;
  margin: 5px;
  height: fit-content;
}
.search-upper-text{
  
  background-color: #A7A7A7;
  font-family: 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  font-size: 11px;
  letter-spacing: 1pt;
  font-weight: bold;
  color: #FFF;
  /* height: 12px; */
  padding: 2px;
  position: absolute;
  top: -24px;
  left: 0;
}
.btn-submit-right{
  position: absolute;
  top: 37px;
  left: 340px;
  width: 60px;
  height: 22px;
  background: #28cbb2;
  background: -moz-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28cbb2), color-stop(100%, #32b59f));
  background: -webkit-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -o-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: -ms-linear-gradient(top, #28cbb2 0%, #32b59f 100%);
  background: linear-gradient(to bottom, #28cbb2 0%, #32b59f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28cbb2', endColorstr='#32b59f', GradientType=0);
  border: 1px solid #24B7A0;
  border-radius: 3px;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  .include-banner-area{
    width: 1000px;
    margin: 0 auto;
    margin: 30px auto;
  }
  .include-banner-area p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .include-banner-area img:hover {
    opacity: .8;
  }
}

.sub-item{
  position: relative;
}

.more-btn {
    width: 810px;
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.readmore-btn{
  background-color: #009380;
  color: #fff;
  border-radius: 22px;
  padding: 10px 80px;
  display: inline;
  box-shadow: 2px 5px 5px 1px rgba(0,0,0,0.4);
}
.textlink{
  text-decoration: none;
}

/*ç‰¹é›†ãƒšãƒ¼ã‚¸å°Žç·š*/
.tv-special-flex{
  display:  flex;
  justify-content: space-between;
  margin-top: 11px;
}

.tv-special-link{
  width:  728px;
  margin:  0 auto;
  text-align: center;
}

.OC{
  width:  100%;
}

.movie-box-area{
  display: flex;
  flex: 3;
  justify-content: center;
  flex-wrap: wrap;
}
.movie-box{
  margin: 5px;
}

.icon-btn-box{
  position: relative;
}
.icon-btn{
  position: absolute;
  left: 26%;
  top: -10%;
}

/* æŽ²è¼‰å¤§å­¦ä¸€è¦§ç”¨CSS */
.school-ex-cnt {
  width: 825px;
  margin: 15px auto;
}
.school-ex-ttl {
  text-align: left;
  color: #009380;
  border-bottom: 3px solid #009380;
}
.school-ex-list{
  display: flex;
  flex-wrap:wrap;
  margin: 10px auto;
}
a.school-ex-item-link{
  font-size: 21px;
  color: #5848ee;
}
.school-ex-txt {
  margin: 10px auto;
}
.school-ex-item {
  position: relative;
  margin: 6px 30px;
}
.school-ex-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 4px;
  left: -20px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #cb4f13;
}

.list-item {
  background-color: #e8e8e8;
  margin: 5px auto;
  padding: 15px 30px;
  border-radius: 15px;
}
.list-top {
  font-size: 21px;
  text-align: left;
}
.univ-item-list {
  width: 775px;
  margin: 5px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.univ-item-name {
  text-align: left;
}
.univ-item {
  margin-right: 6px;
  width: 11em;
  text-align: left;
  line-height: 1.5;
}
.univ-item a ,
.center a{
  color:#5848ee;
}
.center {
  margin-right: 40px;
}

.flex {
  display: flex;
}

.section-ttl {
  font-size: 28px;
  font-weight: bold;
}

.area-name {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  margin-top: 10px;
}

.year-mini-text{
  margin-left: 50px;
  font-size: 18px;
}
@media screen and (min-width:1661px) {

  .univ-image-top {
    width: 100%;
    height: 61.8%;
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 1px #aaaaaa);
  }
  .page-wrap {
    display: grid;
    grid-template-columns: 1fr 800px 1.5fr;
    padding: 0 100px 0 100px;
  }
  #others{
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    height: fit-content;
    padding: 20px 10px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    position:fixed;
    top:176px;
    right:60px;
    z-index: 100;
  }
  #tags {
    padding: 20px 20px 20px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    width: 300px;
    margin: 30px auto 0 auto;
    filter: drop-shadow(0 0 0.75rem #aaaaaa);
    height: fit-content;
    position:fixed;
    top: 140px;
    left: 40px;
  }

  .tags-container {
    list-style: none;
    padding: 0;
    width: fit-content;
  }

  .tags-items {
    display: flex;
    height: 60px;
    width: fit-content;
    position: relative;
  }
  .tags-items-exam {
    display: flex;
    height: 60px;
    width: fit-content;
    position: relative;
  }

  .tags-items::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 23px; 
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #009380;
    border-right: 1px solid #009380;
  }

  .tags-exam::before, .tags-exam::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 250px;
    width: 14px;
    height: 1px;
    border-top: 1px solid #009380;
    transform: translateY(-50%);
  }
  .tags-exam::after {
    transform: translateY(-50%) rotate(90deg);
}

  .tags-items>a, .tags-items-exam>a{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
  }

  .tags-items>a {
    width: 230px;
    position: relative;
  }

  .tags-image>a>img {
    height: 30px;
    display: block;
    margin: 15px auto;
  }

  .tags-image {
    width: 50px;
    display: grid;
  }

  .tags-univname-text {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
  }
  .exam-tags-container{
    display: none;
    list-style: none;
    padding: 0;
  }
  .exam-tags-container.exam-active{
    display: block;
  }
  .exam-tags-container > a{
    text-decoration: none;
    color: #000;
  }
  .tags-items-exam.exam-active::before{
    display: none;
  }
  .tags-items-exam.exam-active::after{
    position: absolute;
    content: '';
    top: 10px;
    left: 250px;
    transform: translateY(-50%);
    width: 14px;
    height: 1px;
    border-top: 1px solid #009380;
  }
  .exam-tags-button{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 7px;
    width: 280px;
  }
  .exam-tags-item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #aaa;
    width: 98%;
    padding-left: 10px;
    position: relative;
  }
  .exam-tags-item::before{
    position: absolute;
    content: '';
    top: 50%;
    left: 250px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #009380;
    border-right: 1px solid #009380;
  }
  .exam-tags-item > p{
    margin: 0;
  }
  .exam-tags-date{
    width: 30px;
  }
  .exam-big-text{
    font-size: 21px;
  }
  .exam-tags-day{
    background-color: #003884;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    display: grid;
    place-content: center;
    border-radius: 4px;
    margin:  0 10px;
  }
  .tags-search-txt {
    margin-top: 10px;
    width: 232px;
  }
  .tags-items-exam.tags-exam {
    display: block;
    margin-top: 7px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width:1660px) {
  .univ-image-top {
    width: 60%;
    height: 61.8%;
    aspect-ratio: 1.618 / 1;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    filter: drop-shadow(1px 1px 1px #aaaaaa);
  }
  .page-box{
    width: 1000px;
    margin: 0 auto;
  }
  .tags-container {
    width: 1000px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px auto;
    justify-content: center;
    box-shadow: 0px 5px 8px #cccccc;
    background-color: #fff;
  }

  .tags-items,
  .tags-items-under,
  .tags-items-exam {
    width: 100px;
    text-align: center;
    display: flex;
    flex-flow: column;
  }

  .tags-items.active,
  .tags-items-under.active,
  .tags-items-exam.active {
    background: linear-gradient(#ffffff, #eee);
    border-bottom: 3px solid #009380;
  }

  .tags-items>a,
  .tags-items-under>a,
  .tags-items-exam>a {
    color: black;
  }

  .tags-items>a,
  .tags-items-exam>a {
    margin-top: 10px;
  }

  .tags-items>a {
    width: 105px;
  }

  .others-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .exam-tags-container{
    display: none;
  }
  .exam-tags-button{
    display: none;
  }
  .tags-univname-text{
    display: none;
  }
  .tags-search-txt {
    margin-top: 10px;
    width: 110px;
  }
  .tags-items-exam.tags-exam {
    display: none;
  }
}