/* ==========================================================
 hero-program-01
========================================================== */
.hero-program-01 {
  background-color: #040000;
}

.hero-program-01 .inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .hero-program-01 .inner {
    max-width: 1024px;
  }
}


/* ==========================================================
 box-whatnews-01
========================================================== */
.box-whatnews-01 {
  height: 320px;
  padding: 0 30px;
  overflow-y: auto;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  .box-whatnews-01 {
    height: 160px;
    padding: 0 10px;
  }
  .hero-program-01 img {
    width: 100%;
}
}

.box-whatnews-01 .list .item {
  border-bottom: 1px solid #ccc;
}

.box-whatnews-01 .list .item:last-child {
  border-bottom: none;
}

.box-whatnews-01 .list a {
  display: block;
  padding: 15px 10px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.box-whatnews-01 .list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .box-whatnews-01 .list a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .box-whatnews-01 .list a {
    padding: 8px 0;
  }
}

.box-whatnews-01 .list .date {
  color: #646464;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .box-whatnews-01 .list .date {
    font-size: 10px;
  }
}

.box-whatnews-01 .list .txt-para-01 {
  color: #000;
}

/* ==========================================================
 list-instagram-01
========================================================== */
.box-instagram-01 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .box-instagram-01 {
    overflow: auto;
    margin-bottom: 20px;
  }
}

.list-instagram-01 {
  display: -webkit-box; /*Android4.3*/
  display: -ms-flexbox; /*IE10*/ /*PC-Safari,iOS8.4*/
  display: flex; /* Safari etc. */
	-ms-flex-wrap    : wrap; /* IE10        */
	flex-wrap        : wrap;
	overflow: hidden;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .list-instagram-01 {
    width: 800px;
    margin-left: -10px;
  }
}

.list-instagram-01 li {
	min-width:20%;
  width: 20%;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .list-instagram-01 li {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}

.list-instagram-01 img {
  width: 100%;
}

/* ==========================================================
  box-sns-feed
========================================================== */
.box-sns-feed {
  height: 500px;
  padding: 20px 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

@media screen and (min-width: 951px) {
  .box-sns-feed {
    width: 60%;
  }
	.facebook-feed-widget {
		width: 420px;
		margin: 0 auto;
	} 
}

@media screen and (max-width: 950px) {
  .box-sns-feed {
    margin-bottom: 20px;
  }
}

.box-sns-feed .widget {
  height: 100%;
  margin: 0 auto;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}

.box-sns-feed .widget.twitter-feed-widget {
  overflow: auto;
  margin-top: -3px;
  padding-right: 5px;
}

.box-sns-feed .widget.facebook-feed-widget {
  overflow: hidden;
  margin-top: -3px;
}

@media screen and (min-width: 768px) {
  .box-col-01 .box-sns-feed {
    width: 100%;
  }
}
		
.area-brd {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.area-brd + .sec-related-programs,
.area-brd + .area-brd {
  border-top: none;
}

/* ==========================================================
 staff
========================================================== */
.list-staff-01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.list-staff-01 .item:first-child {
  padding-top: 0;
}

.list-staff-01 .item:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list-staff-01 .item {
    padding: 10px 0;
  }
}

.list-staff-01 a {
  display: block;
}

.list-staff-01 a:hover {
  opacity: 0.7;
}

.list-staff-01 .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.list-staff-01 .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list-staff-01 .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

.list-staff-01 .box-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .list-staff-01 .box-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: 15px;
  }
}

.list-staff-01 .box-info .text {
  color: #000;
}

.list-staff-01 .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: -10px;
}

.list-staff-01 .list-sns li {
  margin-left: 10px;
}

.list-staff-01 .list-sns a {
  display: block;
  width: 30px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-staff-01 .list-sns a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .list-staff-01 .list-sns a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .list-staff-01 .list-sns a {
    width: 20px;
  }
}

.list-staff-01 .list-sns a img {
  width: 100%;
}

.table-staff-01 {
  width: 100%;
  margin-bottom: 40px;
}

.table-staff-01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .table-staff-01 {
    margin-bottom: 25px;
  }
}

.table-staff-01 tr {
  border-bottom: 1px solid #ccc;
}

.table-staff-01 td {
  width: 50%;
  padding: 20px 12px;
  vertical-align: top;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.table-staff-01 tr:last-child {
	border: none;
}

@media screen and (max-width: 767px) {
  .table-staff-01 td {
    padding: 10px 0;
    font-size: 15px;
  }
}

.table-staff-01 td .other {
  font-weight: normal;
}
