@charset "UTF-8";

.mid_122 h3 {
  margin-top: 0px;
}

.mid_122 .row p {
  min-height: 80px;
  padding-right: 40px;
}

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

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

.mid_122 .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_122 .tabLink li span {
	display: inline-block;
	padding-right: 0;
	width: 100%;
}

.mid_122 .col--1of2 .txt--center {
  position: relative;
}

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

.mid_122 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_122 .row p {
    padding-right: 0;
  }

  .mid_122 .tabLink li {
    margin: 0 5px;
  }
  .mid_122 .tabLink li a {
    border: 1px solid #e5e3e5;
    padding: 0;
    position: relative;
    text-align: center;
    height: 110px;
    padding-bottom: 15px;
  }
  .mid_122 .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_122 .tabLink li .link--bottom {
    background: none;
  }
  
  .mid_122 .movieBlock {
    width: 300px;
    padding-top: 473px;
  }
  
}