dl.qa dt {
	text-align:left;
	font-size:16px;
	line-height: 1.4em;
    padding: 0.5em;
}

dl.qa dd {
	text-align: left;
	margin: 4px 0;
}

dt, dd {
	padding-left:1em;
}

label.l-faq {
	width:120px;
	height:70px;
	border-radius:50%;
	margin:10px;
	display: inline-block;
	vertical-align: middle;
	padding-top:50px;
	cursor: pointer;
}

div#contents div p {
	text-align:center;
}

div.q-box {
	 border-radius: 10px;
	 width:95%;
	 margin: 0 auto;
}

div.q-list {
	font-size:16px;
	margin: 0 auto;
	padding:15px;
	border-radius: 6px 6px 0 0;
}

div.q-link {
	padding:1em;
}

div#contents div.q-link p {
	font-size:16px;
	text-align:left;
	line-height:2em;
}

/* ƒ^ƒu */
input[type="radio"] {
	display: none;
}

#tab1-contents, #tab2-contents, #tab3-contents, #tab4-contents { 
	display: none;
}

#tab1:checked ~ .tab-box > #tab1-contents, #tab2:checked ~ .tab-box > #tab2-contents,
#tab3:checked ~ .tab-box > #tab3-contents, #tab4:checked ~ .tab-box > #tab4-contents {
	display: block;
}

/* table */
td, th {
	border: 1px solid #000;
}

@media screen and (max-width: 949px) {
	td {
		width: 100%;
		display: block;
		border-bottom: none;
		word-break: break-all;
		padding: 0.3em 0 0.3em 1em;
		box-sizing: border-box;
	}
	table {
		border-bottom: 1px solid #000;
		width: 100%;
		table-layout: fixed;
		word-break: break-all;
	}
}