@charset "UTF-8";

/*=======================================================

MV

=======================================================*/
.bl_lower_mv_ttl::before {
	content: "";
	position: absolute;
	background: url(../images/privacy/mv_ttl.svg) top center/cover no-repeat;
	width: 125px;
	height: 20px;
	margin-top: -36px;
	margin-left: 55px;
}

@media screen and (max-width : 750px){
	.bl_lower_mv_ttl::before {
		width: 200px;
		height: 32px;
		margin-top: -50px;
		margin-left: 90px;
	}
}
/*=======================================================

main

=======================================================*/
.bl_privacy {
    padding: 45px 0 56px;
}

.bl_privacy_list {
    margin-top: 4px;
}

.bl_privacy_item{
    margin-top: 45px;
}

.bl_privacy_item:not(:first-of-type) {
    margin-top: 30px;
}

.bl_privacy_dttl {
    margin: 0 0 20px;
    padding: 0 0 8px 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.4;
    position: relative;
}

.bl_privacy_item:nth-child(odd) .bl_privacy_dttl::before {
    content: "";
    display: block;
    width: 7px;
    height: calc(100% - 10px);
    background: #D0794B;
    position: absolute;
    top: 0;
    left: 0;
}

.bl_privacy_item:nth-child(even) .bl_privacy_dttl::before {
    content: "";
    display: block;
    width: 7px;
    height: calc(100% - 10px);
    background: #3257BE;
    position: absolute;
    top: 0;
    left: 0;
}

.bl_bulletList {
    margin-top: 30px;
}

.bl_personalInfo {
    width: 652px;
    padding: 24px 46px;
    border: 3px solid #3D3E3E;
    box-shadow: 0 0 0 6px #fff inset, 0 0 0 7px #222 inset;
    margin: 56px auto 0;
}

.bl_personalInfo_ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.bl_privacy_footerTxt{
    margin-top: 20px;
}

@media screen and (max-width : 750px){
  .bl_privacy {
        padding: 60px 0 64px;
  }

  .bl_privacy_headTxt {
        width: 100%;
  }

  .bl_privacy_item{
        margin-top: 60px;
  }
  
  .bl_privacy_item:not(:first-of-type) {
    margin-top: 40px;
  }

  .bl_privacy_dttl {
        font-size: 32px;
        padding: 8px 16px 8px 40px;
        min-height: 72px;
        margin-bottom: 32px;
  }

  .bl_privacy_dttl::before {
        width: 16px;
  }

  .bl_personalInfo {
        width: 100%;
        padding: 32px;
  }

  .bl_personalInfo_ttl {
        font-size: 30px;
  }
}

/* Mac,iPad Safari */

@media only screen and (min-device-width: 768px) {
	_::-webkit-full-page-media,
	_:future,
	:root .bl_privacy_dttl {
		padding-top: 0;
	}
}

