.background {
    background-image: url("../images/policy_background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 190px;
}

.background-wrapper {
  position: relative;
  overflow: hidden;
}

.blur-bg {
  position: absolute;
  width: 94%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

.background-content {
  position: relative;
  z-index: 1;
}

img.shape_margin {
    margin-top: 80px;
    margin-bottom: 50px;
}

@font-face {
    font-family: delagothicone;
    src: url(../fonts/DelaGothicOne-Regular.ttf) format("truetype");
}

.policy_no {
    font-family: "delagothicone";
    color: #00D6FF;
    text-align: right;
    font-weight: 400;
    font-size: 128px;
    opacity: 0.25;
}

.title {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 64px;
    text-shadow: 0px 0px 20px #000000;
    padding-top: 140px;
    padding-left: 40px;
    padding-bottom: 25px;
}

.title1 {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 36px;
    padding-right: 90px;
}

.contents {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 20px;
    line-height: 32px;
    padding-right: 87px;
}

.blank_btm {
    padding-bottom: 150px;
}

/* スマホ対応 */
.background_sp {
    background-image: url("../images/policy_background_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -170px;
}

.blur-bg_sp {
  position: absolute;
  width: 100%;
  object-fit: cover;
  filter: blur(1px);
  z-index: 0;
  padding: 0;
}

img.shape_margin_sp {
    margin-top: 30px;
}

.policy_no_sp {
    font-family: "delagothicone";
    color: #00D6FF;
    text-align: left;
    font-weight: 400;
    font-size: 64px;
    opacity: 0.25;
    position: relative;
    top: 15px;
}

.title_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #FFFFFF;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 12px #000000;
    padding-top: 50px;
    padding-left: 35px;
    padding-bottom: 15px;
}

.title1_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #00D6FF;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    top: -25px;
}

.contents_sp {
    font-family: "ヒラギノ丸ゴ ProN W4";
    color: #A0A0A0;
    font-size: 16px;
    line-height: 24px;
}

.blank_x {
    width: 80%;
}

.blank_btm_sp {
    padding-bottom: 100px;
}