@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

article {
	padding-top: 50px;
}

ul.list-logo li sup {
	top: 4em;
}

#pager {
	margin-top: 0;
}

/* PCI登録商標 */
.tm-pci {
	font-size: 1.2rem;
	margin-top: 2.4rem;
	padding: .5em .7em;
	border: 1px solid #000;
}

.tm-pci .flex-container {
	align-items: center;
}

.tm-pci .img {
	width: 50px;
}

.tm-pci .text {
	margin-left: .8em;
	flex: 1 0;
}

/* リンクテキスト */
#intro a {
	text-decoration: underline;
}

#intro a:hover {
	text-decoration: none;
}

/* もくじ */
.section-title {
	text-align: center;
}

ul.sub-contents {
	font-size: 1.6rem;
	font-weight: 400;
}

ul.sub-contents>li {
	padding-top: .6em;
}

.ul.sub-contents>li:first-child {
	border-top: none;
}

ul.sub-contents>li>a {
	display: block;
	text-decoration: none;
	padding-left: 1em;
	position: relative;
}


/* ====================================
	PC専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	ul.sub-contents {
		padding-left: 5%;
		padding-right: 5%;
	}
}