@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.privacy {
	font-feature-settings: "palt";
}
.privacy .mainBox {
	margin-bottom: 131px;
}
.privacy .mainImg {
	margin-bottom: 38px;
}
.privacy .mapBg {
	padding-top: 19px;
	background: url(../img/privacy/photo01.png) no-repeat right -12px top;
   	background-size: 620px auto;
   	min-height: 300px;
   	box-sizing: border-box;
}
.privacy .mainBox:first-child {
	margin-top: -98px;
}
.privacy .topList {
	max-width: 865px;
 	margin: 0 auto 29px;
}
.privacy .topList li {
	margin: 0 0 12px;
 	text-indent: 0;
}
.privacy .topList li:last-of-type {
	margin-bottom: 0;
}
.privacy .topList li a {
	padding-right: 26px;
	color: #0071B6;
	font-weight: 700;
	display: inline-block;
	background: url(../img/common/icon09.png) no-repeat top 6px right / 8px;
}
.privacy .headLine01 {
	font-size: 4.5rem;
}
.privacy .noMargin {
	margin-bottom: 0;
}
.privacy .blue {
	color: #0070B6;
	text-decoration: underline;
}
.privacy li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.67;
}
.privacy .textList {
	margin-bottom: 40px;
}
.privacy .pointList li {
	margin-left: 0.6em;
 	text-indent: -0.6em;
}
.privacy .textUl {
	margin-bottom: 28px;
}
.privacy .specList > li {
	margin-bottom: 31px;
}
.privacy .specList > li:last-of-type {
	margin-bottom: 0;
}
.privacy .noteList {
	margin-top: -21px;
}
.privacy .noteList li {
	margin-left: 1.25em;
	font-size: 1.4rem;
	line-height: 1.64;
	text-indent: -1.25em;
}
@media screen and (min-width: 897px) {
	.privacy .topList li a:hover {
		opacity: 0.7;
	}
	.privacy .blue:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 896px) {
  .privacy .mainBox:first-child {
		margin-top: 0;
	}
	.privacy .mainImg {
    margin-bottom: 8px;
  }
.privacy .mapBg {
		min-height: 48.4375vw;
		padding: 16px 12px;
		margin: 0;
		background-position: center top 14px;
		background-size: 81.6% auto;
  	}
	.privacy .topList {
		margin-bottom: 0;
	}
	.privacy .topList li {
		margin-bottom: 15px;
	}
	.privacy .topList li a {
		padding-right: 22px;
		font-size: 1.5rem;
		background-size: 6px;
	}
	.privacy .headLine01 {
		font-size: 2.83rem;
		line-height: 1.23;
	}
	.privacy .headLine02 {
		line-height: 1.26;
	}
	.privacy .headLine02.spec {
		margin-right: -8px;
	}
	.privacy .mainBox {
		margin-bottom: 31px;
	}
	.privacy .specList > li {
		margin-left: 0.5em;
		text-indent: -0.5em;
	}
	.privacy .mainBox.spec .headLine02 {
		font-size: 1.4rem;
	}
	.privacy .textList {
		margin-bottom: 28px;
	}
	.privacy .specLi {
		text-indent: 0;
		margin-left: 0;
	}
	.privacy .noteList {
		margin-top: -11px;
	}
	.privacy .noteList li {
		margin-left: 1em;
		text-indent: -1em;
		text-align: justify;
	}
}
@media screen and (max-width: 373px) {
	.privacy .topList li a {
		font-size: 1.4rem;
	}
}

.privacy p {
  margin-bottom: 40px;
  line-height: 1.67;
  text-align: left;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

.privacy p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .privacy p {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 896px) {
  .privacy .mainBox:first-of-type::after {
    width: 42%;
    height: 621px;
    background-color: #F4F5F7;
    transform-origin: right top;
    transform: skew(-32deg);
    position: absolute;
    top: -55px;
    right: -197px;
    content: "";
    z-index: -1;
    mix-blend-mode: multiply;
  }
}
@media screen and (min-width: 375px)and (max-width: 896px) {
	.privacy .mapBg {
		display: flex;
		align-items: center;
	}
	.privacy .topList {
		margin-left: 0;
	}
}