@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/
:root {
    --category-color: #ae1d7c;
    --category-second: #fbe2f3;
}

h3.title {
	background: url(/images/common/icon_title1_cat0.png) 0 2px no-repeat;
}

h3.title2 {
	background: url(/images/common/bg_title02_cat0.png) no-repeat left center #ebebeb;
}

h4.title {
	background: url(/images/common/bg_title03_cat0.png) no-repeat left 0.05em;
}

section dl {
	border-bottom:#CCC 1px dotted;
	padding-bottom:30px;
	margin-bottom:30px;
}
section dl.last {
	border:none;
	margin:0;
	padding:0;
}
section dt {
	background:url(/faq/images/icon_question.png) no-repeat left top;
	padding-left:55px;
	margin-bottom:22px;
	min-height:55px;
	font-weight:bold;
	font-size:112%;
	line-height:1.4;
}
section dd {
	background:url(/faq/images/icon_answer.png) no-repeat left top;
	padding-left:55px;
}

section table td {
	text-align: center;
}

#sec01 a {
    background: var(--primary-color);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    color: #ffffff;
    margin-right: 1rem;
    text-decoration: none;
}
