@charset "UTF-8";
/* ===================================================================
CSS information

file name  : template3.scss
author     : Abilive
style info : 親着一覧・イベント一覧のテンプレート
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@media only screen and (min-width: 768px) {
  #main_and_aside > .inner #main {
    margin-right: initial;
    margin-left: initial;
  }
  #main_and_aside > .inner #main:not(:only-child) {
    width: calc(770 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1440px) {
  #main_and_aside > .inner #main:not(:only-child) {
    max-width: 770px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1441px) {
  #main_and_aside > .inner #main:not(:only-child) {
    max-width: calc(770px * (17 / 14));
  }
}

@media only screen and (max-width: 767px) {
  #main_and_aside > .inner #main:not(:only-child) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #main_and_aside > .inner #main:not(:only-child) {
    width: calc(700 / 767 * 100%);
  }
}

@media only screen and (min-width: 768px) {
  #main_and_aside > .inner #news_aside {
    width: calc(260 / 1100 * 100%);
    margin-right: initial;
    margin-left: initial;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1440px) {
  #main_and_aside > .inner #news_aside {
    margin-left: 70px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1441px) {
  #main_and_aside > .inner #news_aside {
    margin-left: calc(70px * (17 / 14));
    max-width: calc(260px * (17 / 14));
  }
}

@media only screen and (max-width: 767px) {
  #main_and_aside > .inner #news_aside:not(:only-child) {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #main_and_aside > .inner #news_aside:not(:only-child) {
    width: calc(700 / 767 * 100%);
  }
}

.tmp3_no_data {
  max-width: 971px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #dcdcdc;
}

.tmp3_article {
  max-width: 971px;
  margin-right: auto;
  margin-left: auto;
}
html[data-fsz="large"] .tmp3_article {
  max-width: none;
}
.tmp3_article > a {
  display: block;
  text-decoration: none;
}
.tmp3_article > a > .inner {
  width: calc(740 / 800 * 100%);
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 0 2rem;
  display: flex;
  align-items: flex-start;
}
.tmp3_article > a > .inner > .inner2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.tmp3_article > a .box_img {
  width: calc(210 / 740 * 100%);
}
.tmp3_article > a .box_img .img {
  border-radius: 0.71rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_img .img {
    border-radius: 0.57rem;
  }
}
.tmp3_article > a .box_img .status {
  line-height: 1.42rem;
  border-width: 1px 1px 1px 1px;
  border-radius: 0.35rem;
  border-style: solid;
  text-align: center;
  margin-top: 0.35rem;
}
@media only screen and (min-width: 768px) {
  .tmp3_article > a .box_img .status {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_img .status {
    font-size: 0.69rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_img .status {
    line-height: 1.3;
  }
}
[data-theme="white"] .tmp3_article > a .box_img .status {
  color: #fff;
  background-color: #045ccf;
  border-color: #045ccf;
}
.tmp3_article > a .box_img .status.end {
  color: inherit;
  border: none;
  background-color: #dcdcdc;
}
.tmp3_article > a .box_txt {
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tmp3_article > a .box_txt:not(.no_img) {
  width: calc(500 / 740 * 100%);
}
.tmp3_article > a .box_txt .st {
  padding: 0.71rem 0;
  font-weight: bold;
  order: 1;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .tmp3_article > a .box_txt .st {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt .st {
    font-size: 1.08rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt .st {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    padding: .75rem 0;
  }
  .firefox .tmp3_article > a .box_txt .st {
    max-height: 4.5em;
  }
}
[data-theme="white"] .tmp3_article > a .box_txt .st {
  color: #395b77;
}
.tmp3_article > a .box_txt .box_date {
  order: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .tmp3_article > a .box_txt .box_date {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt .box_date {
    font-size: 0.77rem;
  }
}
.tmp3_article > a .box_txt .box_date time {
  margin-right: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt .box_date time {
    margin-right: 1em;
  }
}
.tmp3_article > a .box_txt .box_date .cate {
  display: flex;
}
.tmp3_article > a .box_txt .box_date .cate > span {
  background-color: black;
  border-radius: 0.35rem;
  color: #fff;
  width: 6.42rem;
  height: 1.42rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt .box_date .cate > span {
    width: 6rem;
  }
}
.tmp3_article > a .box_txt .box_date .cate > span:not(:first-child) {
  margin-left: 0.71rem;
}
.tmp3_article > a .box_txt .box_date .cate > span.new {
  background-color: #395b77;
}
[data-theme="white"] .tmp3_article > a .box_txt .box_date .cate > span.status {
  color: #fff;
  background-color: #045ccf;
  border-color: #045ccf;
}
.tmp3_article > a .box_txt .box_date .cate > span.status.end {
  color: inherit;
  border: none;
  background-color: #dcdcdc;
}
.tmp3_article > a .box_txt dl {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .tmp3_article > a .box_txt dl {
    font-size: 0.86rem;
  }
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt dl {
    font-size: 0.77rem;
  }
}
.tmp3_article > a .box_txt dl div {
  display: flex;
  align-items: baseline;
}
.tmp3_article > a .box_txt dl div:not(:first-child) {
  margin-top: 0.21rem;
}
.tmp3_article > a .box_txt dl div dt {
  border-radius: 0.35rem;
  width: 6.42rem;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt dl div dt {
    width: 5rem;
  }
}
[data-theme="white"] .tmp3_article > a .box_txt dl div dt {
  border-color: #dcdcdc;
}
.tmp3_article > a .box_txt dl div dd {
  width: calc(100% - 6.42rem);
  padding-left: 1.07rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .tmp3_article > a .box_txt dl div dd {
    padding-left: .75rem;
    width: calc(100% - 5rem);
  }
}
.tmp3_article > a .txt {
  width: 100%;
  padding-top: 1.28rem;
  margin-top: 1.28rem;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #dcdcdc;
}
.tmp3_article > a .txt:empty {
  display: none;
}
.tmp3_article > a .txt_url {
  font-size: 0.86rem;
  text-align: left;
  width: 100%;
  color: #6b6b6b;
}

@media only screen and (min-width: 768px) {
  #main_and_aside > .inner #main:only-child {
    width: 100%;
  }
}

#event .tmp3_article {
  margin-right: auto;
  margin-left: auto;
}
#event .tmp3_article > a {
  border-radius: 0.71rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  border-radius: 0.71rem;
  display: block;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #event .tmp3_article > a {
    border-radius: 0.57rem;
  }
}
[data-theme="white"] #event .tmp3_article > a {
  background-color: #fff;
  border-color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  #event .tmp3_article > a {
    border-radius: 0.57rem;
  }
}
#event .tmp3_article > a > .inner {
  margin-right: auto;
  margin-left: auto;
}
#event .tmp3_article > a > .img {
  border-radius: 0.71rem;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #event .tmp3_article > a > .img {
    border-radius: 0.57rem;
  }
}
#event .tmp3_article > a .tmp_arr.pos_rb {
  margin-bottom: -0.72rem;
  margin-right: 0;
  margin-left: auto;
}
#event .tmp3_article > a::before {
  content: "";
  display: block;
  border-radius: 0.71rem;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #event .tmp3_article > a::before {
    border-radius: 0.57rem;
  }
}
[data-theme="white"] #event .tmp3_article > a::before {
  border-color: #045ccf;
}
.mouse #event .tmp3_article > a:hover, #event .tmp3_article > a.is-active, #event .tmp3_article > a:focus, #event .tmp3_article > a:focus-within, .touch #event .tmp3_article > a.touchstart {
  outline: none;
  box-shadow: 0 0 2.07rem 0.06rem rgba(0, 0, 0, 0.2);
}
.mouse #event .tmp3_article > a:hover::before, #event .tmp3_article > a.is-active::before, #event .tmp3_article > a:focus::before, #event .tmp3_article > a:focus-within::before, .touch #event .tmp3_article > a.touchstart::before {
  opacity: 1;
}
.mouse #event .tmp3_article > a:hover .tmp_arr, #event .tmp3_article > a.is-active .tmp_arr, #event .tmp3_article > a:focus .tmp_arr, #event .tmp3_article > a:focus-within .tmp_arr, .touch #event .tmp3_article > a.touchstart .tmp_arr {
  transform: scale(1.3);
}
.touch #event .tmp3_article > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #event .tmp3_article > a.touchend {
  transition-delay: 200ms;
}
#event .tmp3_article > a .inner .inner2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #event .tmp3_article + .tmp3_article {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #event .tmp3_article + .tmp3_article {
    margin-top: 3rem;
  }
}

.box_event_anchor {
  width: 100%;
}

#news .news_bdr_box {
  border-radius: 0.71rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #news .news_bdr_box {
    border-radius: 0.57rem;
  }
}
[data-theme="white"] #news .news_bdr_box {
  background-color: #fff;
  border-color: #dcdcdc;
}
#news .tmp3_article:not(:last-child) {
  border-width: 0 0 1px 0;
  border-style: solid;
}
[data-theme="white"] #news .tmp3_article:not(:last-child) {
  border-color: #dcdcdc;
}
#news .tmp3_article > a {
  padding: 1rem 0;
  display: flex;
  text-decoration: none;
}
#news .tmp3_article > a > .inner {
  width: calc(670 / 770 * 100%);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding: 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #news .tmp3_article > a > .inner {
    width: 92%;
  }
}
#news .tmp3_article > a > .inner::after {
  font-size: 1.07rem;
  width: calc(70 / 670 * 100%);
  content: "\e901";
  font-family: 'icomoon';
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  #news .tmp3_article > a > .inner::after {
    width: 2rem;
  }
}
[data-theme="white"] #news .tmp3_article > a > .inner::after {
  color: #045ccf;
}
#news .tmp3_article > a > .inner .inner2 {
  display: flex;
  flex-direction: row-reverse;
  width: calc(600 / 670 * 100%);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #news .tmp3_article > a > .inner .inner2 {
    width: calc(100% - 2rem);
  }
}
#news .tmp3_article > a > .inner .inner2 .box_img {
  width: calc(110 / 600 * 100%);
}
#news .tmp3_article > a > .inner .inner2 .box_img .img {
  position: relative;
}
#news .tmp3_article > a > .inner .inner2 .box_img .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#news .tmp3_article > a > .inner .inner2 .box_img .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-bottom: calc(75 / 110 * 100%);
}
#news .tmp3_article > a > .inner .inner2 .box_txt {
  display: flex;
  flex-direction: column;
  padding-left: 1.07rem;
  width: 100%;
}
#news .tmp3_article > a > .inner .inner2 .box_txt:not(.no_img) {
  width: calc(490 / 600 * 100%);
}
#news .tmp3_article > a > .inner .inner2 .box_txt .st {
  margin: 0.35rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #news .tmp3_article > a > .inner .inner2 .box_txt .st {
    font-size: 1.07rem;
  }
}
@media only screen and (min-width: 768px) {
  #news .tmp3_article > a > .inner .inner2 .box_txt .st {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  #news .tmp3_article > a > .inner .inner2 .box_txt .st {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  .firefox #news .tmp3_article > a > .inner .inner2 .box_txt .st {
    max-height: 2.8em;
  }
}
[data-theme="white"] #news .tmp3_article > a:visited {
  color: #395a77;
}
[data-theme="white"] #news .tmp3_article > a:visited > .inner .inner2 .box_txt p .cate {
  background-color: #395a77;
}
.mouse #news .tmp3_article > a:hover, #news .tmp3_article > a.is-active, #news .tmp3_article > a:focus, #news .tmp3_article > a:focus-within, .touch #news .tmp3_article > a.touchstart {
  outline: none;
  box-shadow: 0.12rem 0.48rem 1.14rem 0 rgba(0, 0, 0, 0.1);
}
.mouse #news .tmp3_article > a:hover > .inner, #news .tmp3_article > a.is-active > .inner, #news .tmp3_article > a:focus > .inner, #news .tmp3_article > a:focus-within > .inner, .touch #news .tmp3_article > a.touchstart > .inner {
  transform: translateX(0.71rem);
}
@media only screen and (max-width: 767px) {
  .mouse #news .tmp3_article > a:hover > .inner, #news .tmp3_article > a.is-active > .inner, #news .tmp3_article > a:focus > .inner, #news .tmp3_article > a:focus-within > .inner, .touch #news .tmp3_article > a.touchstart > .inner {
    transform: translateX(0.46rem);
  }
}
.touch #news .tmp3_article > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #news .tmp3_article > a.touchend {
  transition-delay: 200ms;
}
[data-theme="white"].mouse #news .tmp3_article > a:hover, [data-theme="white"] #news .tmp3_article > a.is-active, [data-theme="white"] #news .tmp3_article > a:focus, [data-theme="white"] #news .tmp3_article > a:focus-within, [data-theme="white"].touch #news .tmp3_article > a.touchstart {
  outline: none;
  color: #045ccf;
  background-color: #f4f4f5;
}
[data-theme="white"].mouse #news .tmp3_article > a:hover > .inner .inner2 .box_txt p .cate, [data-theme="white"] #news .tmp3_article > a.is-active > .inner .inner2 .box_txt p .cate, [data-theme="white"] #news .tmp3_article > a:focus > .inner .inner2 .box_txt p .cate, [data-theme="white"] #news .tmp3_article > a:focus-within > .inner .inner2 .box_txt p .cate, [data-theme="white"].touch #news .tmp3_article > a.touchstart > .inner .inner2 .box_txt p .cate {
  background-color: #045ccf;
}

#school_detail .news_bdr_box {
  border-radius: 0.71rem;
  border-width: 1px;
  border-style: solid;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #school_detail .news_bdr_box {
    border-radius: 0.57rem;
  }
}
[data-theme="white"] #school_detail .news_bdr_box {
  background-color: #fff;
  border-color: #dcdcdc;
}
@media only screen and (min-width: 1025px) {
  #school_detail .news_bdr_box {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #school_detail .news_bdr_box {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] #school_detail .news_bdr_box {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #school_detail .news_bdr_box {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #school_detail .news_bdr_box {
    width: calc(700 / 767 * 100%);
  }
}
#school_detail .txt_current_show {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  #school_detail .txt_current_show {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #school_detail .txt_current_show {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] #school_detail .txt_current_show {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #school_detail .txt_current_show {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #school_detail .txt_current_show {
    width: calc(700 / 767 * 100%);
  }
}
#school_detail section + .c_block_list2 {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  #school_detail section + .c_block_list2 {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  #school_detail section + .c_block_list2 {
    max-width: calc(1100px * (17 / 14));
  }
}
@media only screen and (min-width: 1025px) {
  html[data-fsz="large"] #school_detail section + .c_block_list2 {
    max-width: none;
    width: calc(100% - 5%*1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #school_detail section + .c_block_list2 {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  #school_detail section + .c_block_list2 {
    width: calc(700 / 767 * 100%);
  }
}
#school_detail .tmp3_article {
  width: 100%;
  max-width: none;
}
#school_detail .tmp3_article:not(:last-child) {
  border-width: 0 0 1px 0;
  border-style: solid;
}
[data-theme="white"] #school_detail .tmp3_article:not(:last-child) {
  border-color: #dcdcdc;
}
#school_detail .tmp3_article > a {
  padding: 1rem 0;
  display: flex;
  text-decoration: none;
}
#school_detail .tmp3_article > a > .inner {
  width: calc(670 / 770 * 100%);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding: 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #school_detail .tmp3_article > a > .inner {
    width: 92%;
  }
}
#school_detail .tmp3_article > a > .inner::after {
  font-size: 1.07rem;
  width: calc(70 / 670 * 100%);
  content: "\e901";
  font-family: 'icomoon';
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  #school_detail .tmp3_article > a > .inner::after {
    width: 2rem;
  }
}
[data-theme="white"] #school_detail .tmp3_article > a > .inner::after {
  color: #045ccf;
}
#school_detail .tmp3_article > a > .inner .inner2 {
  display: flex;
  flex-direction: row-reverse;
  width: calc(600 / 670 * 100%);
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #school_detail .tmp3_article > a > .inner .inner2 {
    width: calc(100% - 2rem);
  }
}
#school_detail .tmp3_article > a > .inner .inner2 .box_txt {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#school_detail .tmp3_article > a > .inner .inner2 .box_txt .st {
  color: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
#school_detail .tmp3_article > a > .inner .inner2 .txt {
  padding: 0;
  margin: 0;
  border: 0;
}
.mouse #school_detail .tmp3_article > a:hover, #school_detail .tmp3_article > a.is-active, #school_detail .tmp3_article > a:focus, #school_detail .tmp3_article > a:focus-within, .touch #school_detail .tmp3_article > a.touchstart {
  outline: none;
  box-shadow: 0.12rem 0.48rem 1.14rem 0 rgba(0, 0, 0, 0.1);
}
.mouse #school_detail .tmp3_article > a:hover > .inner, #school_detail .tmp3_article > a.is-active > .inner, #school_detail .tmp3_article > a:focus > .inner, #school_detail .tmp3_article > a:focus-within > .inner, .touch #school_detail .tmp3_article > a.touchstart > .inner {
  transform: translateX(0.71rem);
}
@media only screen and (max-width: 767px) {
  .mouse #school_detail .tmp3_article > a:hover > .inner, #school_detail .tmp3_article > a.is-active > .inner, #school_detail .tmp3_article > a:focus > .inner, #school_detail .tmp3_article > a:focus-within > .inner, .touch #school_detail .tmp3_article > a.touchstart > .inner {
    transform: translateX(0.46rem);
  }
}
.touch #school_detail .tmp3_article > a {
  -webkit-tap-highlight-color: transparent;
}
.touch #school_detail .tmp3_article > a.touchend {
  transition-delay: 200ms;
}
[data-theme="white"].mouse #school_detail .tmp3_article > a:hover, [data-theme="white"] #school_detail .tmp3_article > a.is-active, [data-theme="white"] #school_detail .tmp3_article > a:focus, [data-theme="white"] #school_detail .tmp3_article > a:focus-within, [data-theme="white"].touch #school_detail .tmp3_article > a.touchstart {
  outline: none;
}
