.privacy,
.cookie,
.customerharassment {
	padding-top: 104px;
}

.privacy .section__title,
.cookie .section__title,
.customerharassment .section__title {
	margin-bottom: 64px;
}

.privacy .section__headline,
.cookie .section__headline,
.customerharassment .section__headline {
	margin-bottom: 57px;
	margin-top: 0;
}

.privacy .section__title__word,
.cookie .section__title__word,
.customerharassment .section__title__word {
	letter-spacing: 0;
}

.privacy .section__headline::after,
.cookie .section__headline::after,
.customerharassment .section__headline::after {
	bottom: -31px;
}

.privacy .section__note,
.cookie .section__note,
.customerharassment .section__note {
	font-size: 12px;
}

.privacy__inir {
	margin: 0 auto 38px;
	width: 690px;
}

.privacy__inir p {
	line-height: 1.8;
	letter-spacing: .03em;
	text-align: justify;
}

.privacy__box {
	margin: 0 auto 55px;
	width: 690px;
	letter-spacing: .03em;
	text-align: justify;
}

.step__info {
	margin-bottom: 1px;
	padding-left: 25px;
	line-height: 1.95;
	text-indent: -25px;
	letter-spacing: -.1px;
}

.step__info span {
	padding-right: 13px;
}

.privacy__time {
	margin: 0 auto 152px;
	width: 690px;
}

.privacy__time p {
	margin-bottom: 16px;
	line-height: 2.1;
}

/*------------------------------------------------------------
	tradelaw
------------------------------------------------------------*/
.tradelaw {
	padding-top: 104px;
}

.tradelaw .section__title {
	margin-bottom: 64px;
}

.tradelaw .section__headline {
	margin-bottom: 50px;
}

.tradelaw .section__title__word {
	letter-spacing: 0;
	line-height: 1.1;
}

.tradelaw .section__headline::after {
	bottom: -23px;
}

.tradelaw .section__note {
	font-size: 12px;
	letter-spacing: .1em;
}

.tradelaw__box {
	margin: 0 auto 162px;
	width: 680px;
}

.tradelaw__list__item {
	margin-bottom: 50px;
}

.tradelaw__list__item h3 {
	padding-bottom: 9px;
	margin-bottom: 16px;
	font-size: 15.5px;
	font-weight: bold;
	letter-spacing: .7px;
	border-bottom: 1px solid #ddd;
}

.tradelaw__list__item p {
	margin-bottom: 27px;
	font-size: 13px;
	letter-spacing: .03em;
	text-align: justify;
	line-height: 1.9;
}
/*------------------------------------------------------------
        pagePath 2022.05
------------------------------------------------------------*/
.privacy #pagePath li,
.cookie #pagePath li,
.customerharassment #pagePath li,
.tradelaw #pagePath li{
    color: #000 !important;
}
.privacy #pagePath li a,
.cookie #pagePath li a,
.customerharassment #pagePath li a,
.tradelaw #pagePath li a{
    color: #000 !important;
}
.privacy #pagePath li + span,
.cookie #pagePath li + span,
.customerharassment #pagePath li + span,
.tradelaw #pagePath li + span{
    color: #000 !important;
}
.privacy #pagePath,
.cookie #pagePath,
.customerharassment #pagePath,
.tradelaw #pagePath{
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

/*------------------------------------------------------------
        cookie
------------------------------------------------------------*/
h3,h4 {
	margin: 10px 0;
	font-weight: bold;
}
ul.link-flex{
  margin: 20px 0;
  line-height: 1.5;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
ul.link-flex a {
	text-decoration: underline;
}
ul.link-flex ul{
  display: flex;
}
ul.link-flex ul.ul01{
  border-bottom: 0;
}
ul.link-flex ul li{
  flex-grow: 1;
  width: 25%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 10px;
}
ul.link-flex ul li:last-child{
  border-right: none;
}
ul.link-flex ul.ul01 li{
  background-color: #eee;
}
ul.link-flex ul.ul01 li.li01{
  background-color: #ff9191;  
}