@charset "UTF-8";
/*=======================================================
共通
=======================================================*/

/*=======================================================
MV
=======================================================*/
.bl-mv {
  margin-top: 88px;
  height: 140px;
  background: url(../images/common/mv-bg.jpg) top center/cover no-repeat;
}
.bl-mv-conts {
  line-height: 1.6em;
  padding: 48px 0 32px;
  text-align: center;
}
.bl-mv-ttl {
  letter-spacing: 0.96px;
  font-size: 24px;
  margin-bottom: 8px;
}
.bl-mv-subTtl {
  letter-spacing: 0.72px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .bl-mv {
    margin-top: 136px;
    height: 250px;
    background: url(../images/common/mv-bg-sp.jpg) top center/cover no-repeat;
  }
  .bl-mv-conts {
    padding: 80px 0 64px;
  }
  .bl-mv-ttl {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .bl-mv-subTtl {
    font-size: 28px;
  }
}
/*=======================================================
privacy
=======================================================*/
.bl-privacy {
	padding: 60px 0 56px;
}
.bl-privacy .ly-cont-inner {
  width: 1024px;
}
.el-privacy-headTxt {
  width: 672px;
  padding: 16px 22px 24px;
  background: transparent linear-gradient(100deg, #D6F4FF 0%, #E8F9F4 100%);
  font-size: 16px;
  margin: 0 auto 56px;
}
.bl-privacy-item:not(:first-of-type) {
	margin-top: 24px;
}
.bl-privacy-list {
  counter-reset: num;
}
.bl-privacy-item .el-privacy-dttl {
  padding: 3px 24px 4px 2.5em;
  position: relative;
}
.bl-privacy-item .el-privacy-dttl:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 3px;
  left: 24px;
}
.bl-privacy-item:nth-of-type(n + 11) .el-privacy-dttl {
  padding: 3px 24px 4px 3.1em;
}
.el-privacy-dttl {
  background-color: #E8F9F4;
	font-size: 20px;
	font-weight: bold;
	padding-left: 24px;
	margin-bottom: 24px;
  border-left: 8px solid #0E847D;
	position: relative;
}
.bl-privacy-item:nth-of-type(3) .bl-privacy-ddata .bl-numList {
	margin: 24px 0 0 64px;
}
.bl-privacy-item:nth-of-type(5) .bl-privacy-ddata .bl-numList--kakko {
  margin-top: 24px;
}
.bl-privacy-item:nth-of-type(5) .bl-privacy-ddata .bl-numList--kakko > li + li {
  margin-top: 16px;
}
.bl-privacy-item:nth-of-type(7) .bl-privacy-ddata .bl-numList--kakko .bl-numList--circle {
  margin: 8px 0 16px;
}
.bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .bl-bulletList {
  margin-top: 16px;
}
.bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .bl-numList--kakko {
  margin: 16px 0 0 56px;
}
.bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .el-att {
  margin: 8px 0 0 104px;
}
.bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .el-att > a,
.bl-privacy-item:nth-of-type(10) .att-List .el-att > a {
  color: #3884C6;
  text-decoration: underline;
}
.bl-privacy-item:nth-of-type(10) .bl-privacy-ddata > p + p {
  margin-top: 24px;
}
.bl-privacy-item:nth-of-type(10) .att-List {
  margin: 24px 0 40px 56px;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.bl-privacy-item:nth-of-type(10) .att-List .el-att {
    text-indent: -3.5em;
    padding-left: 3.5em;
    line-height: 1.8em;
}
.bl-privacy-item.contact {
  width: 416px;
  background-color: #D6F4FF;
  padding: 16px 32px 24px;
  margin: 24px auto 56px;
}
.el-contact-ttl {
  text-align: center;
  color: #3884C6;
  margin-bottom: 16px;
}
.bl-sign {
  width: 232px;
	margin-top: 24px;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width : 750px){
  .bl-privacy .ly-cont-inner {
    width: 690px;
  }
  .el-privacy-headTxt {
    width: 100%;
    padding: 24px;
    font-size: 24px;
  }
  .bl-privacy-item:not(:first-of-type) {
	  margin-top: 32px;
  }
  .el-privacy-dttl {
	  font-size: 28px;
    padding: 4px 24px 6px 2.5em;
  }
  .bl-privacy-item .el-privacy-dttl:before {
    top: 4px;
  }
  .bl-privacy-item:nth-of-type(3) .bl-privacy-ddata .bl-numList {
	  margin: 26px 0 0 0;
  }
  .bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .bl-numList--kakko {
    margin: 16px 0 0 0;
  }
  .bl-privacy-item:nth-of-type(9) .bl-privacy-ddata .el-att {
    margin: 8px 0 0 64px;
  }
  .bl-privacy-item:nth-of-type(10) .att-List {
    margin: 24px 0 40px 0;
  }
  .bl-privacy-item.contact {
    width: 100%;
    padding: 16px 56px 24px;
  }
  .el-contact-ttl {
    margin-bottom: 24px;
  }
  .bl-sign {
    width: 368px;
  }
}
