.main .under_fv::before{display:none}.privacy_section{max-width:1040px;width:94%;margin-bottom:13%;margin-left:auto;margin-right:auto}.privacy_section .head_container{margin-bottom:30px}.privacy_section .content_head{margin:30px 0 12px}@media (max-width:768px){.privacy_section .content_head{font-size:20px}}@media (max-width:480px){.privacy_section .content_head{font-size:18px}}.privacy_section .content_wrapper ul{margin:10px 0}.privacy_section .content_wrapper .last{margin-top:8%;text-align:right}@media (max-width:480px){.privacy_section .content_wrapper .last{margin-top:18%}}@media (max-width:480px){.privacy_section{width:86%}}

.fb {
  font-weight: bold;
}
.privacy_section .content_wrapper p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.privacy_section .content_wrapper .flex_block {
  margin-top: 15px;
}
.privacy_section .content_wrapper .flex_block .box {
  display: flex;
}
.privacy_section .content_wrapper .flex_block .box div {
  padding: 8px;
  border: 1px solid #c0c0c0;
  border-bottom: transparent;
}
.privacy_section .content_wrapper .flex_block .box:last-child div {
  border-bottom: 1px solid #c0c0c0;
}
.privacy_section .content_wrapper .flex_block .box:first-child div {
  text-align: center;
}
.privacy_section .content_wrapper .flex_block .box .left {
  flex: 0 0 53%;
  border-right: transparent;
}
.privacy_section .content_wrapper .flex_block .box .right {
  flex: auto;
}