@charset "UTF-8";
.privacyTopImg {
  position: relative;
  width: 100%;
  height: auto;
}
.privacyTopImg img {
  width: 100%;
  height: auto;
}
.privacyTopImg p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中心に移動 */
  font-size: 20px;
  color: #FFFFFF;
}

.privacyTopImgpc {
  display: none;
}

.privacyTopImgsp {
  display: block;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
.breadcrumb a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}
.breadcrumb img {
  width: 5px;
}

.privacyTitle {
  text-align: center;
  font-size: 19px;
}

.privacyTitleBar {
  border: solid 2px #1F56A3;
  width: 150px;
  margin: auto;
}

.privacyList {
  padding-left: 1em;
  text-indent: -1em;
}

.privacyItem h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.privacyItem p {
  margin-bottom: 10px;
}

.contacttext {
  text-align: center;
  margin-bottom: 20px;
}
.contacttext h2 {
  font-size: 16px;
  font-weight: normal;
}

.contactLink {
  display: block;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.contactTellBox {
  width: 100%;
  margin-bottom: 20px;
}

.contactLinkBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 65px;
  background-color: #A59879;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 19px;
}
.contactLinkBox img {
  padding-right: 20px;
}

.TopLinkBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.TopLink {
  text-decoration: none;
  color: #333333;
}
.TopLink img {
  margin: auto;
  margin-bottom: 10px;
}
.TopLink span {
  text-align: center;
}
@media (min-width: 768px){
  .privacyTopImg p {
    font-size: 30px;
  }
  .privacyTopImgpc {
    display: block;
  }
  .privacyTopImgsp {
    display: none;
  }
  .breadcrumb {
    margin-left: 50px;
  }
  .privacyTitle {
    font-size: 30px;
  }
  .privacyTitleBar {
    width: 200px;
  }
  .privacyItem h2 {
    font-size: 1.5em;
  }
  .contacttext h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 80px;
  }
  .contactLink {
    display: flex;
  }
  .contactTellBox {
    margin-bottom: 0;
    width: 365px;
  }
  .contactLinkBox {
    width: 330px;
    height: 100px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=privacy.css.map*/