@charset "UTF-8";

<!--
#QandA{
	width: 100%;
	font-size : 13px; /*全体のフォントサイズ*/
}
#QandA p{
	font-size: 16px;
	font-weight: bold;
  margin-left : 2px;
  margin-bottom : 5px;
  margin-top : 25px;
}
#QandA dl{
	border: 1px solid #ccc;
}
#QandA dt{
	font-weight: bold;
	color: #111;
	background: #f2f2f2; /* 「Q」タイトルの背景色 */
	padding : 8px;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
}
#QandA dt:first-child{
	border-top: none;
}
#QandA dt::before{
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA dd{
	padding : 12px 16px 18px 30px;
	margin: 0;
	line-height: 140%;
}
#QandA dd::first-line{
	font-weight: bold;
	color: #bf0000;
}
#QandA dd::before{
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}



/*===============================================
●SP.css  画面の横幅が770pxまで③
===============================================*/
@media screen and (max-width:770px){
#QandA img{
  margin-right : 5px;
  margin-bottom : 5px;
  width : 17px;
  height : 17px;
}
}

-->

.video-container{
	position: relative;
	padding-bottom: 56.25%;
	padding-top : 30px;
	height: 0;
	overflow: hidden;
  margin-left : 2%;
  margin-right : 2%;
  margin-bottom : 20px;
  margin-top : -10px;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}