/*-----------------------------------------------------------------------------------------------
display
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
align-items
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
justify-content
-----------------------------------------------------------------------------------------------*/
#privacy .title_box {
  justify-content: center;
}

/*-----------------------------------------------------------------------------------------------
position
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
width
-----------------------------------------------------------------------------------------------*/
.priv_box {
  width: 70%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  #privacy .priv_box {
    width: 100%;
  }
}

/*【iPad 横向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #privacy .priv_box {
    width: 100%;
  }
}

/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  #privacy .title_box {
    width: 100%;
  }

  #privacy .priv_box {
    width: 95%;
  }

  #privacy .title_cont {
    width: 76%;
  }
}


/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
height
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
font-szie
-----------------------------------------------------------------------------------------------*/
.priv_box h3 {
  font-size: 130%;
}

/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  #privacy .title_box h2 {
    font-size: 110%;
  }
}

/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
font-weight
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
margin
-----------------------------------------------------------------------------------------------*/
.priv_box {
  margin: 50px auto 0;
}

.priv_box p,
.priv_box dl {
  margin-bottom: 30px;
}

.priv_box h3,
.priv_box dt {
  margin-bottom: 10px;
}

/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  .priv_box {
    margin: 0 auto;
  }
}

/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
padding
-----------------------------------------------------------------------------------------------*/
.priv_box h3 {
  padding: 10px 20px;
}

/*-----------------------------------------------------------------------------------------------
color
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
background
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
text-shadow
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
border
-----------------------------------------------------------------------------------------------*/
.priv_box h3 {
  border-left: 5px solid #294777;
}

.priv_box h3 {
  border-bottom: 1px solid #294777;
}

/*-----------------------------------------------------------------------------------------------
border-radius
-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------
text-align
-----------------------------------------------------------------------------------------------*/