* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  vertical-align: baseline;
  outline: none;
}
body {
  background-color: #FFFFFF;
}
a {
  text-decoration: none;
}
#wrap {
  background-color: #FFFFFF;
}
.MainArea {
  max-width: 1200px;
  margin: 0 auto;
}
header.common {
  background-color: rgba(21, 0, 103, 1.0);
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 200;
  height: 60px;
  display: block;
}
.clogo {
  padding-top: 10px;
}
.menu-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  background: url(../spimg/menu.png) no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.tooltip-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  display: block;
  background: url(../spimg/config.png) no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#tooltip h2 {
  margin: 0.5em 0;
  font-size: 18px;
  font-weight: bold;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.dl-horizontal {
  background: #FFFFFF;
  padding: 15px;
  font-size: 13px;
}
.dl-horizontal a {
  font-size: 13px;
  color: #222222;
}
.dl-horizontal dd {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #7B7B7B;
}
.dl-horizontal dd:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}
.news_box {
  border-color: rgba(21, 0, 103, 1.0);
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  padding: 0 !important;
  margin-top: 0px;
  height: 443px;
  overflow-y: auto;
}
.news_ttl {
  background-color: rgba(21, 0, 103, 1.0);
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
a.insta_btn {
  width: 100%;
  height: 70px;
  display: block;
  background: url("../img/page/instgram.png") no-repeat center;
  margin-top: 7px;
  clear: both;
}
a.ryugaku_btn {
  width: 100%;
  height: 100px;
  display: block;
  background: url("../img/page/bn-ryugaku-500px.jpg") no-repeat center;
  background-size: 100%;
  margin-top: 7px;
  clear: both;
}
/*サイドバー設置 2021/04/21*/
.col2-sidebar ul {
  list-style: none;
}
.col2-sidebar li {
  margin: 5px 0;
}
.col2-sidebar li:first-of-type {
  margin-top: 10px;
}
.col2-sidebar li:last-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .col2-sidebar li img {
    width: 240px;
  }
  .fb-container {
    width: 240px;
  }
}
@media screen and (max-width: 500px) {
  .col2-sidebar ul {
    text-align: center;
  }
  .fb-container {
    width: 100%;
    max-width: 500px;
  }
}