main.area_page {
  width: 770px;
  margin: 17px auto 60px;
}
main.area_page * {
  box-sizing: border-box;
  color: #333;
}
main.area_page a {
  transition: .2s;
}
main.area_page a:hover {
  text-decoration: none;
  opacity: .8;
}
main.area_page .flex {display: flex;}
main.area_page .s_between {justify-content: space-between;}
main.area_page .f_wrap {flex-wrap: wrap;}
main.area_page .area_mv {
  margin-bottom: 55px;
}
main.area_page section {
  margin-bottom: 100px;
}
main.area_page .area_h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #2e2e2e;
}
.scl_page_btns a {
  background: #01AFEC;
  color: white;
  font-size: 29px;
  font-weight: bold;
  width: 367px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: .2s;
  position: relative;
}
.scl_page_btns a::before, .scl_page_btns a::after {
  content: "";
  position: absolute;
}
.scl_page_btns a::before {
  width: 16px;
  height: 16px;
  right: 20px;
  background: white;
  border-radius: 50%;
}
.scl_page_btns a::after {
  width: 5px;
  height: 5px;
  right: 26px;
  border-right: 2px solid #01AFEC;
  border-bottom: 2px solid #01AFEC;
  transform: rotate(-45deg);
}
.scl_page_btns span {
  margin-top: 10px;
  font-size: 18px;
  color: white;
}
.area_text_links {
  width: 460px;
  margin: 0 auto 20px;
}
.area_text_links a {
  font-size: 18px;
  color: #01AFEC;
  font-weight: bold;
  margin: 0 56px 10px 0;
}
.area_text_links a:nth-child(3n) {
  margin-right: 0;
}
.link_arrow a {
  position: relative;
}
.link_arrow a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #01AFEC;
  border-bottom: 2px solid #01AFEC;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  right: -20px;
}
.cmn_search {
  height: 48px;
  margin-bottom: 30px;
  display: flex;
}
.cmn_search input[type="text"] {
  padding: 12px;
  border: 1px solid #C7C7C7;
  border-radius: 3px 0 0 3px;
  color: #333;
  font-size: 14px;
  outline: none;
  flex: 1;
}
.cmn_search input::placeholder {
  font-size: 18px;
  color: #C7C7C7;
  font-family: initial;
}
.cmn_search a {
  width: 102px;
  border-radius: 0 3px 3px 0;
  font-weight: bold;
  color: white;
  background: #01AFEC url(/common_img/scl_dai/glassicon.png) no-repeat right 15px top 15px/18px;
  padding: 12px 0 0 25px;
  font-size: 16px;
}
.top_special_bnrs img {
  width: 380px;
}
.news_list li {
  width: 50%;
  margin-bottom: 7px;
  font-size: 16px;
}
.news_list a {
  color: #01AFEC;
}
.gakku_links img {
  width: 240px;
}
.ensen_links, .ensen_links a {
  font-size: 16px;
  line-height: 28px;
}

/* イベントカレンダー */
.bx-wrapper {
  box-shadow: none;
  border: none;
}
.bx-wrapper {
  margin: 0 auto;
}
.bx-wrapper .bx-next {
  right: -20px;
}
.bx-wrapper .bx-prev {
  left: -20px;
}
.caleArea .calender_head {
  margin-bottom: 21px;
}
.caleArea .calender_head .this_month {
  font-weight: 600;
}
.caleArea .calender_content table td {
  padding: 1px 0 12px !important;
}
.caleArea .calender_content table td.day {
  padding: 16px 0 15px !important;
}
.caleArea .calender_content table .week td span.event_num {
  font-size: 10px;
}
.caleArea .calender_content table .week td.past span {
  color: #C7C7C7;
}
.caleArea .calender_content table td.future:hover::after {
  left: 0px;
  top: -4px;
}

/* 学校ニュース 詳細ページ */
main.area_page .schoolnews_txt {
  font-size: 16px;
}
main.area_page .schoolnews_catch {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
main.area_page .schoolnews_link {
  margin-top: 20px;
}
main.area_page .schoolnews_link a {
  color: #01AFEC;
}
main.area_page .schoolnews_img {
  margin-top: 20px;
  text-align: right;
}

