/*出演者_画面幅狭いとき体裁調整用*/
@media screen and (max-width:420px) { 
 p.item-text.long_text{
	font-size:8px;
	}
}

p.item-text.long_text{
    height: 1.2em;
	}
	
/*出演者奇数　画像*/
.cast_odd{
	width: 50%;
}

/*観覧募集　応募はコチラボタン*/
a.btn_04 {
	color: #ffffff;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 1.4em;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}

.box29 {
    margin: 2em 0;
    font-size: 1.2em;
    background: #f1f1f1;
    text-decoration-line： none;
}
.box29 .box-title {
    font-size: 1.4em;
    background: #27acd9;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

.social-button-x {
    background-color: #000000;
}
  
.social-button-facebook {
    background-color: #1877F2 !important;
}
  
.social-button-facebook > svg {
    width: 5rem;
    height: 5rem;
}

.device-type-desktop .social-button-icon.social-button-facebook > svg {
    width: 40px;
    height: 40px;
    top: -6px;
  }
  
  .device-type-mobile .social-button-icon.social-button-facebook > svg {
    width: 44px;
    height: 44px;
    top: -6px;
  }