/* index */

#ttl {
	background: url(../img/ttlBack.jpg) no-repeat;
	height: 130px;
	text-indent: -99999px;
	margin-bottom: 30px;
}

table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}

th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
	width: 160px;
	text-align: left;
	color: #666;
}

td {
    padding: 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.ttl2 {
	background: url(../img/ttlBack2.jpg) no-repeat;
	height: 31px;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 0 0 10px;
	margin-bottom: 20px;
}

.sentence strong{
	font-size:120%;
}


.sekou_box h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	border-left:8px solid #000;
	border-bottom:1px solid #000;
	padding-left:8px;
}

.before , .after {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	position:relative;
}

.before p, .after p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:18px;
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	padding:0 20px;
}

.before{
	border-top:5px solid #0000ff;
}

.before p{
	background-color:#0000ff;
}
.after{
	border-top:5px solid #ff0000;
}
.after p{
	background-color:#ff0000;
}

/* staff */

#ttlStaff {
	background: url(../img/ttlBackStaff.jpg) no-repeat;
	height: 130px;
	text-indent: -99999px;
	margin-bottom: 30px;
}

.staffText {
	width: 462px;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
}

.tmb {
  width: 23%;
    float: left;
	margin-right: 7px;
    margin-left: 7px;
	margin-bottom: 21px;
}
.tmb_img {
  width: 100%;
  height: auto;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
      top: 5vh;
    right: 5vh;
    width: 6vh;
    height: 6vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}