@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 : 0px;
}
#QandA dl{
	border : 1px solid #cccccc;
  margin-bottom : 10px;
}
#QandA dt{
	font-weight: bold;
	color : #b9b9ff;
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #000080; /* 「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-right : 0px;margin-bottom : 0px;margin-left : 0px;
	line-height: 140%;
}
#QandA dd::first-line{
	font-weight: bold;
	color : #ffa8a8;
}
#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;
}
}

.mainA a{
  line-height : 1.5rem;
}

#QandA dt a{
  text-decoration : none;
}

-->