@charset "utf-8";



.termsBlock {
	font-size: 15px;
	line-height: 1.5em;
	max-width: 1200px;
	margin: 0 auto 32px;
	padding: 16px 0;
}
.termsBlock h1 {
    font-size: 34px;
	line-height: 1.5em;
    font-weight: bold;
	text-align: center;
    margin: 35px 0 60px;
}
.termsBlock h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0 0 25px;
}
.termsBlock h3 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: 2px #514d47 solid;
	margin: 0 0 16px;
}
.termsBlock p {
	margin: 0 0 16px;
}
.termsBlock ul {
	list-style: none;
}
.termsBlock ol {
	margin: 0 0 16px;
	list-style: none;
}
.termsBlock ol li {
	margin: 0 0 8px;
}
.termsBlock .anchorLinks {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between;
    align-items: center;
}
.termsBlock .anchorLinks li {
	width: 30%;
}
.termsBlock .anchorLinks li a {
	color: #514d47;
    font-size: 14px;
	line-height: 50px;
    font-weight: bold;
	text-align: center;
    border: 2px solid #514d47;
    border-radius: 25px;
	width: 100%;
	height: 50px;
	display: block;
    position: relative;
	padding: 0;
    text-decoration: none;
}
.termsBlock .anchorLinks li a::after {
    content: '';
    position: absolute;
    display: inline-block;
    border-top: 2px solid #514d47;
    border-right: 2px solid #514d47;
    width: 12px;
    height: 12px;
    transform: rotate(-225deg);
    right: 20px;
    top: 50%;
    margin-top: -6px;
}
.termsBlock .anchorLinks li a::before {
	content: '';
    width: 2px;
    height: 15px;
    background-color: #514d47;
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -7px;
}
.termsBlock .itemList {
	margin: 0 0 8px;
}
.termsBlock .outro {
	padding: 16px 0 0;
}
#termsPersonal .itemList {
    background: #f5f5f5;
    padding: 1px 25px 17px;
}
#termsPersonal .itemList p {
	padding: 16px 0 0;
    margin: 0;
}
#termsPersonal.termsBlock ol {
	margin: 16px 0 0;
}
a.link {
    text-decoration: underline;
}
h4.ttl4 {
    font-size: 16px;
    padding: 7px 20px;
    background: #f5f5f5;
    margin: 25px 0 20px;
}
.li--detail li {
    display: table;
    line-height: 1.6em;
    table-layout: auto;
}
.li--detail li .pre {
    display: table-cell;
    padding: 0rem 0.5rem 0rem 0rem;
    white-space: nowrap;
    width: 1%;
}


@media screen and (max-width: 768px) {
	.termsBlock h1 {
		font-size: 28px;
		line-height: 1.5em;
		margin: 16px 0 32px;
	}
	.termsBlock h2 {
		font-size: 26px;
		line-height: 1.5em;
	}
	.termsBlock h3 {
		font-size: 20px;
		line-height: 1.5em;
	}
	.termsBlock .anchorLinks {
		flex-wrap: wrap;
	}
	.termsBlock .anchorLinks li {
		width: 100%;
		margin: 0 0 8px;
	}
    .pane-main {
    margin: 0 0 50px;
    padding: 0 5.3vw;
}
}