@charset "UTF-8";
/*  ========================
  *********  共通  *********
=============================================  */
body {
  color: #3E3E3E;
  background-color: #F1F1F1;
}

.main {
  width: 100%;
}

img {
  display: inline-block;
}

.inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}
.privacy_top {
  margin-bottom: 80px;
}
h1 {
  margin-bottom: 50px;
}
h1 span {
  display: block;
  font-size: min(3.9vw, 15px);
  line-height: 2;
  color: #3E3E3E;
}
.privacy {
  font-weight: 500;
  font-size: min(3.73vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.privacy h2.top_line {
  position: relative;
  font-size: min(6.25vw, 32px);
  letter-spacing: 0.1em;
  padding-top: 40px;
  margin-top: 0;
}
.privacy h2.top_line:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 15px;
  height: 1px;
  left: 0;
  top: 0;
  margin: auto;
  background: #61B7D9;
}
.privacy h2.top_line:after {
  display: block !important;
  content: "";
  position: absolute;
  background-size: contain;
  width: calc(100% - 20px);
  height: 1px;
  left: 20px;
  top: 0;
  margin: auto;
  background: #DDDDDD;
}
.privacy_list {
  margin-bottom: 80px;
}
.privacy_list p {
  margin-bottom: 40px;
}
ul {
  padding: 0 0 0 22px;
  margin: 40px 0 80px;
}
ul li {
  color: #61B7D9;
  margin-bottom: 16px;
}
ul li span {
  color: #3E3E3E;
}
.btn_common_02 {
  position: relative;
}
.btn_common_02 a {
  box-sizing: border-box;
  width: 240px;
  margin-bottom: 0;
  font-size: min(3.73vw, 16px);
  padding: 16px 40px 16px 30px;
}
/*  ========================
  *********  SP  *********
=============================================  */
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .privacy h1 span {
    line-height: 3.5;
  }
  .privacy_top {
    margin-bottom: 16%;
  }
  h1 {
    margin-bottom: 6%;
  }

  .privacy h2.top_line {
    position: relative;
    font-size: min(6.25vw, 32px);
    letter-spacing: 0.1em;
    padding-top: 8.53vw;
    margin-bottom: 8.53vw;
    margin-top: 0;
  }
  .privacy h2.top_line:before {
    width: 10px;
    height: 1px;
  }
  .privacy h2.top_line:after {
    width: calc(100% - 16px);
    height: 1px;
    left: 16px;
  }
  .privacy_list {
    margin-bottom: 16%;
  }
  .privacy_list p {
    margin-bottom: 8%;
  }
  ul {
    padding: 0 0 0 7%;
    margin: 8% 0 16%;
  }
  ul li {
    color: #61B7D9;
    margin-bottom: 3%;
  }
  ul li span {
    color: #3E3E3E;
  }
  .btn_common_02 {
    position: relative;
  }
  .btn_common_02 a {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 8%;
  }

}