/* helper */
.mb00{
  margin-bottom: 0 !important;
}
.mt00{
  margin-top: 0 !important;
}
.mt01em {
  margin-top: 1em !important;
}
.mt02em {
  margin-top: 2em !important;
}
.mt03em {
  margin-top: 3em !important;
}
.pl01em {
  padding-left: 1em !important;
}


/* ニュース */
.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%;
}
.grid-item--width--full {
  width: 100%;
}

.bl_card_wrapper {
  padding: 10px;
}

/* カード */
.bl_card {
  background-color: #fff;
  padding: 15px;
}
.bl_card__green {
  /* background-color: #B8D808; */
  background-color: #a1bf00;
  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_card_title_small {
  display: block;
  font-size: 16px;
}

.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);
}

/* 応援メッセージ2列表示 */
.bl_greetingList2 {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}
.bl_greetingList2_item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.bl_greetingList2_photo {
  box-sizing: border-box;
  flex: 0 0 80px;
}
.bl_greetingList2_text {
  padding-left: 5px;
  flex: 1 1 auto;
}
.bl_greetingList2_name {
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
}
.bl_greetingList2_link {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 1em;
}
.bl_greetingList2_link::before {
  box-sizing: border-box;
  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);
}
@media (min-width:1200px) {
  .bl_greetingList2_item {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* 応援メッセージ1列表示 */
.bl_greetingList3 {
  box-sizing: border-box;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}
.bl_greetingList3_item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
  padding: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.bl_greetingList3_photo {
  box-sizing: border-box;
  flex: 0 0 80px;
}
.bl_greetingList3_text {
  padding-left: 5px;
  flex: 1 1 auto;
}
.bl_greetingList3_name {
  box-sizing: border-box;
  line-height: 1.4;
  font-size: 14px;
}
.bl_greetingList3_link {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
  padding-left: 1em;
}
.bl_greetingList3_link::before {
  box-sizing: border-box;
  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);
}
@media (min-width:1200px) {
  .bl_greetingList3_item {
    /* width: 50%; */
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}



.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%; */
  }
  .grid-item--width--full {
    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;
  text-decoration: none;
}
.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;
  z-index: 2;
}
.el_imgLity_caption {
  box-sizing: border-box;
  line-height: 1.2;
  font-size: 14px;
  /* position: absolute; */
  width: 100%;
  text-align: center;
  padding: .25em 45px .25em 45px;
  background-color: #eee;
  color:#333;
  text-decoration: none;
  z-index: 1;
}
.el_imgLity:hover {
  opacity: .8;
}
.el_imgLity:hover::before {
  opacity: .9;
}

/* ボタンスタイル追加 */
.el_btn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  color:#555;
  line-height: 1.2;
  width: 260px;
  max-width: 100%;
  border: 1px solid #333;
  padding: .5em 1em;
  cursor: pointer;
  text-align: left;
}
.el_btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: translateY(-5px) rotate(-45deg);
}
.el_btn:hover {
  background-color: #eee;
  color:#555;
}

/* 略歴 */
.bl_boxRyakureki {
  border: 1px solid #ccc;
  padding: 5px 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.bl_boxRyakureki .bl_boxRyakureki_title {
  border-bottom: 1px solid #ccc;
  padding: 0 5px 5px;
  margin-bottom: 10px;
}
/* 略歴レイアウト調整用 */
.page-article table.bl_tbl_borderNone {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
}
.page-article table.bl_tbl_borderNone th,
.page-article table.bl_tbl_borderNone td {
    border-top: 0;
    padding: 0;
    border-left: 0;
}
.page-article table.bl_tbl_borderNone th {
    text-align: left;
    font-weight: normal;
}
.page-article table.bl_tbl_borderNone td.year {
    width: 120px;
}

/* インタビュー */
.bl_heading {
  position: relative;
}
.bl_heading + .bl_heading {
  margin-top: 1em;
}
.bl_heading_head {
  position: absolute;
  width: 4em;
  text-align: right;
}
.bl_heading_body {
  padding-left: 4em;
}
.bl_heading_body_8em {
  padding-left: 8em;
}
.bl_heading_body + .bl_heading_body{
  margin-top: 1em;
}

.bl_photo {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
.bl_photo .el_imgLity_caption {
  text-align: left;
  padding-left: .5em;
  padding-right: .5em;
}
.bl_photo .el_imgLity::before {
  bottom: auto;
  top:5px;
}
.bl_photo + .bl_photo {
  margin-top: 15px;
}

/* アンケート */
.el_ttl_anq {
  line-height: 1.2 !important;
  border-bottom: 1px solid #aaa;
  /* background-color: #faefef; */
  margin-top: 2em;
  padding: .25em 0;
}

.bl_anq {
  
}
.bl_anq_left {
  
}
.bl_anq_right {
  text-align:center;
}
@media (min-width:768px) {
  .bl_anq {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .bl_anq_left {
    width: 55%;
  }
  .bl_anq_right {
    width:45%;
    text-align:center;
  }
}

.bl_anq_left table {
  font-size: 14px;
  border: 0;
}
.bl_anq_left table td {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.bl_anq_left table td:nth-child(2) {
  text-align: right;
}


