@charset "UTF-8";

.mid_131 .tabLink {
	display: flex;
	justify-content: center;
}

.mid_131 .tabLink li {
	margin: 0 15px;
}

.mid_131 .tabLink li a {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 64px;
  padding: 0 20px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #5c5a5a;
  color: #231815;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .4s ease;
  transition: border .4s ease;
  text-decoration: none;
}

.mid_131 .tabLink li span {
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

.mid_131 .lead {
  text-align: center;
  margin-bottom: 40px;
}

.mid_131 .row {
  max-width: 1100px;
  margin: 0 auto;
}
.mid_131 .col--1of2 .imgBlock {
  text-align: center;
}

.mid_131 .col--1of2 img {
  width: 100%;
  height: auto;
  max-height: 600px;
}

.mid_131 .movieBlock {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 381px;
  padding-top: 600px;
  overflow: hidden;
}

.mid_131 iframe {
  width: 101%;
  height: 101%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 768px) {
  .mid_131 .tabLink li {
    margin: 0 5px;
  }
  .mid_131 .tabLink li a {
    border: 1px solid #e5e3e5;
    padding: 0;
    position: relative;
    text-align: center;
    height: 110px;
    padding-bottom: 15px;
  }
  .mid_131 .tabLink li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e0e0e0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(180deg) translateX(-50%);
  }
  
  .mid_131 .tabLink li .link--bottom {
    background: none;
  }

  .mid_131 .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .mid_131 .info {
    text-align: left;
  }

  .mid_131 .movieBlock {
    width: 300px;
    padding-top: 473px;
  }

}