.bl_sideIndex ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.4;
}

.bl_sideIndex ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

.bl_sideIndex ul li a {
  display: block;
  padding: 5px;
}

.bl_sideIndex ul li a.current {
  font-weight: bold;
  background-color: #eee;
}

.bl_sideIndex ul li ul {
  padding-left: 20px;
  margin-top: 5px;
  border-top: 1px solid #ccc;
}

/* グリッド */
.bl_grid_bg {
  background-color: #fcffdd;
}

.grid-sizer,
.grid-item {
  width: 100%;
}
.gutter-sizer {
  width: 0%;
}
.grid-item--width2 {
  width: 100%;
}

.bl_card_wrapper {
  padding: 10px;
}

/* カード */
.bl_card {
  background-color: #fff;
  padding: 15px;
}
.bl_card__green {
  background-color: #B8D808;
  color:#fff;
}
.bl_card__pink {
  background-color: #FE6474;
  color:#fff;
}
.bl_card__blue {
  background-color: #4279DA;
  color:#fff;
}
.bl_card__black {
  background-color: #555;
  color:#fff;
}
.bl_card__yellow {
  background-color: #FFE053;
}
.bl_cardCover {
  background-color: #fff;
}
.bl_card_title {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bl_toggleBox_btn {
  border: 1px solid #222;
  background-color: #fff;
  color:#222;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: .5em .5em;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.bl_toggleBox_btn:hover {
  background-color: #fafafa;
}
.bl_toggleBox_btn::before {
  margin-right: .5em;
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
}
.bl_toggleBox_btn.is_close::before {
  transform: rotate(45deg);
}
.bl_toggleBox_btn.is_open::before {
  transform: translateY(5px) rotate(225deg) ;
}
.bl_toggleBox_contents {
  margin-top: 10px;
  display: none;
  background-color: #fff;
  color:#222;
  padding: 5px;
}

.bl_greetingList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bl_greetingList_item {
  border-bottom: 1px dashed #ccc;
  padding: 5px;
}
.bl_greetingList_item {
  position: relative;
  padding-left: 90px;
  min-height: 90px;
}
.bl_greetingList_photo {
  position: absolute;
  top:5px;
  left:0;
}
.bl_greetingList_name {
  line-height: 1.4;
  font-size: 14px;
}
.bl_greetingList_link {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 1em;
}
.bl_greetingList_link::before {
  position: absolute;
  top:7px;
  left: 0;
  margin-right: .25em;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  transform: translateY(-1px) rotate(45deg);
}

.btn_news {
  display: block;
  border: 1px solid #222;
  background-color: #fff;
  color:#222;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  padding: .5em .5em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.btn_news::after {
  margin-left: .5em;
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #222;
  border-top: 2px solid #222;
  transform: translateY(-1px) rotate(45deg);
}
.btn_news:hover {
  color: #222;
  background-color: #fafafa;
}

@media (min-width:992px) {
  .grid-sizer,
  .grid-item {
    transition: all linear .07s;
    width: 33%;
    width: 25%;
    /* width: 50%; */
  }
  .gutter-sizer {
    width: 0%;
  }
  .grid-item--width2 {
    width: 66%;
    width: 50%;
    /* width: 100%; */
  }
  .col-side {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    padding-right: 50px;
  }
  .col-main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.lity {
  background-color: rgba(0,0,0,.6);
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  height: 90vh;
}
.lity-iframe-container {
  padding-top: 90vh;
}
.lity-iframe-container iframe {
  background-color: #fff;
}

.page-article p.el_catch {
  font-size: 1.25em;
  font-weight: bold;
}

.bl_editorsNote {
  font-size: 14px;
  padding: 0 10px;
}
.bl_editorsNote + .bl_editorsNote {
  border-top: 1px dashed #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.bl_editorsNote .bl_editorsNote_author {
  font-weight: bold;
}

.el_imgLity {
  display: inline-block;
  position: relative;
}
.el_imgLity::before {
  content: '';
  display: block;
  position: absolute;
  bottom:5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_zoom.png);
  background-size: contain;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 5px #000);
  opacity: .5;
}
.el_imgLity:hover {
  opacity: .8;
}
.el_imgLity:hover::before {
  opacity: .9;
}