@charset "UTF-8";

<!--
.QandA{
	width : 95%;
	font-size : 13px; /*全体のフォントサイズ*/

  margin-left : auto;
  margin-right : auto;
}
.QandA p{
	font-size: 16px;
	font-weight: bold;
  margin-left : 2px;
  margin-bottom : 5px;
  margin-top : 30px;
}
.QandA dl{
	border : 1px solid #cccccc;
  margin-bottom : 15px;
}
.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-right : 0px;margin-bottom : 0px;margin-left : 0px;
	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;
}
}

-->

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

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

.mainA{
  padding-bottom : 20px;
}

