@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    privacypolicy

*****************************************/

.privacy-img-textbox {
  position: relative;
}

.privacy-img-textbox img {
  width: 100%;
}

.privacy-img-textbox h1 {
  position: absolute;
  width: 800px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 72px;
  font-weight:bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
}

.box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.box .text-box {
  margin-bottom: 52px;
  margin-top: 50px;
  line-height: 1.9;
}

.privacy_headStyle01{
  font-size: 2.6rem;
  font-weight: bold;
  color: #332E63;
  padding-left: 20px;
  position: relative;
}

.privacy_headStyle01::before {
  display: block;
  content: "";
  width: 10px;
  height: 30px;
  background: #332E63;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.privacy_itnheadStyle02{
  font-size: 2.6rem;
  font-weight: bold;
  color: #332E63;
  padding-left: 20px;
  position: relative;
}

.privacy_itnheadStyle02::before {
  display: block;
  content: "";
  width: 10px;
  height: 30px;
  background: #332E63;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/*494px以下のとき*/
@media only screen and (max-width: 494px) {
  .privacy_itnheadStyle02::before {
    bottom: 15px;
  }
}

.secBox p {
  line-height: 2.0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.secBox ul {
  margin-top: 40px;
  margin-bottom: 50px;
}

.secBox .disc li {
  line-height: 2.0;
}

.secBox .information {
  line-height: 2.0;
  margin-top: 40px;
  margin-bottom: 0px;
}

/*1024px以下のとき*/
@media only screen and (max-width: 1024px) {
  .privacy-img-textbox h1 {
    font-size: 32px;
    width: 400px;
}
}

/*738px以下のとき*/
@media only screen and (max-width: 738px) {
  .privacy-img-textbox h1 {
    font-size: 25px;
}
}

/*430px以下のとき*/
@media only screen and (max-width: 430px) {
  .privacy-img-textbox h1 {
    font-size: 16px;
    width: 200px;
  }
}