@charset "utf-8";
/*********************************************************************
 *
 *  For Q&A
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 25px;
}
#outline .inner {
	padding: 30px;
	color: #FFF;
	background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#outline h2 {
	margin-bottom: 25px;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}
#outline .list {
}
#outline .list dt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
#outline .list dt, #outline .list dd {
	padding-top: 6px;
	padding-left: 45px;
	min-height: 30px;
	background-size: auto 30px;
	background-position: left top;
	background-repeat: no-repeat;
}
#outline .list dt {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: bold;
	background-image: url(../img/ico_q.svg);
}
#outline .list dd {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.2rem;
		border-bottom: 2px solid #FFF;
	background-image: url(../img/ico_a.svg);
}
#outline .list dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
}/* min-width: 768px */

@media screen and (max-width: 767px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 20px;
}
#outline .inner {
	padding: 20px 10px;
	color: #FFF;
	background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#outline h2 {
	margin-bottom: 15px;
	font-size: 2.4rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
#outline .list {
}
#outline .list dt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
}
#outline .list dt, #outline .list dd {
	padding-top: 0;
	padding-left: 30px;
	min-height: 20px;
	background-size: auto 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
#outline .list dt {
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-weight: bold;
	background-image: url(../img/ico_q.svg);
}
#outline .list dd {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 1.1rem;
		border-bottom: 2px solid #FFF;
	background-image: url(../img/ico_a.svg);
}
#outline .list dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
}/* max-width: 767px */