.border-pink {
	border-color: #ff717b !important;
  }

  .staff-img {
	width: 170px;
	margin: 0;
}
  .staff-text {
	flex: 1;
	min-width: 180px;
	margin: auto 10px;
	padding: 5px;
  }

  .btn-pink {
	color: #fff;
	background-color: #ff717b;
	border-color: #ff717b;
	white-space: nowrap;
	position: absolute;
  }
  
  .btn-pink:hover {
	color: #fff;
	background-color: #ff9aa1;
	border-color: #ff9aa1;
	white-space: nowrap;
	position: absolute;
  }
  .staff-box {
  vertical-align: middle;
}
/*PC用*/
@media print, screen and (min-width: 641px){

	.corona img{
		width: 30%;
	}

}

/*SP用*/
@media screen and (max-width:640px){

.corona img{
	width:90%;
}
	
}
	

/*PC用*/
@media print, screen and (min-width: 641px){
	.youtube2 {
		max-width: 640px;
		height: auto;
		aspect-ratio: 16 / 9;
		text-align: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.youtube2 iframe{
		width: 100%;
		height: 100%;
	}

	.pc-link {
		display: inline-block;
		width: 60%;
		margin: 0;  /* マージンをリセット */
		padding: 0; /* 余白をリセット */
		line-height: 1; /* 行の高さをリセット */
		vertical-align: top; /* 垂直方向の整列を上端に設定 */
	}
	
	.pc {
		width: 100%;
		display: block; /* 画像をブロック要素として表示 */
	}
	
}

/*SP用*/
@media screen and (max-width:640px){
	.youtube2 {
		width: 100%;
		aspect-ratio: 16 / 9;
		text-align: center;
	}

	.youtube2 iframe{
		width: 100%;
		height: 100%;
	}
}

