
/*  commercial-transactions  */

body {
	padding: 0 16px;
	font-family: sans-serif;
	background-color: #f2f2f2;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

main {
	margin: 20px auto 30px;
	padding: 20px;
	max-width: 1060px;
	background-color: #fff;
	box-sizing: border-box;
}

.page__title {
	position: relative;
	margin: 30px 0 40px;
	padding: 0 0 20px;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
}

.page__title::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
    border-top: 2px solid #69BD83;
	max-width: 150px;
}

.section {
	margin: 45px 0 0;
}

.title {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
}

.commercial-transactions .list__item-mark::marker {
	content: "・";
}

.commercial-transactions .list__item-annotation::marker  {
	content: "※";
}

/*  privacy-policy  */

.list {
	padding-left: 20px;
	counter-reset: item;
}

.list__in-list {
	margin-bottom: 20px;
    padding-left: 20px;
	counter-reset: item;
}

.privacy-policy .list__item-mark,
.terms-of-service .list__item-mark {
	counter-increment: item;
	padding-left: 1em;
	text-indent: -1em;
}

.privacy-policy .list__item-mark::before,
.terms-of-service .list__item-mark {
	content: counter(item, lower-alpha) ". ";
}

.link {
	color: #333;
}

.date {
	margin: 24px 0 0;
}

/*  terms-of-service  */

.contents {
	margin: 20px 0 0;
}

.contents__title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 300;
}

.txt {
	margin: 0 0 20px;
}

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

	.page__title {
		margin: 16px 0;
		padding: 0 0 16px;
		text-align: left;
		font-size: 24px;
	}
	
	.page__title::after {
		max-width: 100%;
		border-top: 2px solid #69BD83;
	}

	.section:first-of-type {
		margin: 24px 0 0 ;
	}
}
