@charset "UTF-8";

/* ---------------------------------------------------
 policy common
--------------------------------------------------- */

/* ----------------------------------------
 layout
---------------------------------------- */
#policy .section {
	margin-top: 40px;
}

#policy .section .body {
	padding: 0 20px;
	line-height: 1.6;
}

#policy .section .body dl {
	margin-top: 15px;
}

#policy .section .body dl dd > ol {
	padding-left: 20px;
	margin-top: 10px;
}

#policy .section .body a {
	text-decoration: underline;
}

#policy .section .body a:hover {
	text-decoration: none;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	#policy .section {
		margin-top: 25px;
	}

	#policy .section .body {
		padding: 0 5px;
	}

	#policy .section .body dl {
		margin-top: 10px;
	}

	#policy .section .body br {
		display: none;
	}
}/* --- media 700px以下 --- */

/* ----------------------------------------
 module
---------------------------------------- */
/* title */
#policy .policyTitle {
	font-size: 20px;
	color: #007AC6;
	margin-bottom: 15px;
}

#policy .policyTitle span {
	font-size: 13px;
}

/* --- media 700px以下 --- */
@media (max-width: 700px) {
	#policy .policyTitle {
		font-size: 16px;
		margin-bottom: 10px;
	}

	#policy .policyTitle span {
		display: block;
		font-weight: normal;
		margin-top: 3px;
	}
}/* --- media 700px以下 --- */


/* lead text */
#policy .lead {
	margin-bottom: 30px;
}
@media (max-width: 700px) {
	#policy .lead {
		margin-bottom: 15px;
	}
}/* --- media 700px以下 --- */


/* list */
#policy .numberList > li:not(:first-child) {
	margin-top: 5px;
}

#policy .parenthesesList > li {
	position: relative;
	padding-left: 2.0em;
	margin-top: 5px;
	list-style: none;
}

#policy .parenthesesList > li:nth-child(n+10) {
	padding-left: 2.4em;
}

#policy .parenthesesList > li > span:first-child {
	position: absolute;
	top: 0;
	left: -0.5em;
}

#policy .listText {
	position: relative;
	padding-left: 1.3em;
}

#policy .section .body .list > li {
	position: relative;
	padding-left: 1.3em;
	margin-top: 3px;
	list-style-type: none;
}

#policy .listText > span:first-child,
#policy .section .body .list > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

#policy .kanaList li {
	list-style-type: katakana;
	margin-left: 20px;
}


/* note text */
#policy .noteText {
	position: relative;
	padding-left: 1.2em;
}

#policy .noteText > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}


/* ---------------------------------------------------
 terms page
--------------------------------------------------- */
#clothing {
	border-top: 1px solid #007AC6;
	margin-top: 40px;
	padding-top: 40px;
}

.version {
    text-align: left;
    font-size: 13px;
    margin-top: 40px;
}

.version_list {
    margin-top: 5px;
}
/* --- media 700px以下 --- */
@media (max-width: 700px) {
	#clothing {
		margin-top: 25px;
		padding-top: 20px;
	}
}/* --- media 700px以下 --- */

/* 改定履歴へのリンク */
.historyLink{
	text-decoration: underline;
	display: flex;
    justify-content: end;
	margin-bottom: 10px;
}
.historyLink:after{
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 12px #333;
    border-right: solid 10px transparent;
    top: 2px;
    margin-left: 10px;
	position: relative;
}