/* -------------------------------------------------------------------------- */
/*	4.1 PLAN  F
/* -------------------------------------------------------------------------- */
.privacypolicy { width: 1140px; margin: 0 auto; }
.privacypolicy .flex3 { display: flex; margin-left: 0px; margin-right: 0; padding: 50px 20px 0; position: relative; width: 100%; box-sizing: border-box; text-align: left; }
.privacypolicy .flex3 h5 { width: 200px; }
.privacypolicy .entry-content .flex { display: flex; margin-left: 0px; margin-right: 0; padding: 50px 20px; position: relative; width: 100%; box-sizing: border-box; }
.privacypolicy .entry-content .flex.no-margin { margin-left: 0; padding: 65px; padding-left: 0; }
.privacypolicy .entry-content .flex:nth-child(odd) { background-color: white; }
.privacypolicy .entry-content .flex:nth-child(even) { background-color: white; }
.privacypolicy .entry-content .flex:first-child { margin: 0; padding-left: 0; }
.privacypolicy .entry-content .flex:nth-of-type(2) { flex-wrap: nowrap; width: auto; }
.privacypolicy .entry-content .flex h4 { width: 200px; font-size: 2em; margin: 0; position: relative; padding-left: 20px; padding-right: 56px; }
.privacypolicy .entry-content .flex h4::before { content: ''; border-top: 2px solid #13AE67; height: 2px; width: 37px; display: block; }
.privacypolicy .entry-content .flex h4::after { content: ""; height: 140px; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; -webkit-transform: rotate(30deg); transform: rotate(30deg); top: -28px; border-right: 1px solid #ccc; right: 40px; }
.privacypolicy .entry-content .flex div { text-align: left; }
.privacypolicy .entry-content .flex .image img { width: 500px; height: auto; }
.privacypolicy .entry-content .flex .about-table { font-size: 1.3em; width: 100%; }
.privacypolicy .entry-content .flex .about-table .tr { display: flex; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid; width: 100%; }
.privacypolicy .entry-content .flex .about-table .tr .left { width: 120px; min-width: 120px; font-weight: bold; padding-right: 10px; }
.privacypolicy .entry-content .flex .about-table .tr .right { width: 100%; }
.privacypolicy .entry-content .flex .image { margin: 0 auto; text-align: center; }
.privacypolicy .flex2 { flex-direction: column; }
.privacypolicy .flex2 .flex { padding: 0; padding-bottom: 50px; }

@media screen and (max-width: 768px) { .privacypolicy { width: 100%; }
  .privacypolicy .entry-content .flex { display: flex; margin-left: 0; padding: 5% 0; position: relative; flex-direction: column; }
  .privacypolicy .entry-content .flex p { font-size: 1.3em; line-height: 2.5em; }
  .privacypolicy .entry-content .flex:nth-of-type(2) { width: 100%; }
  .privacypolicy .entry-content .flex h4 { width: 100%; }
  .privacypolicy .entry-content .flex h4::after { content: none; }
  .privacypolicy .entry-content .flex div { text-align: left; padding: 5% 3% 1%; width: 100%; box-sizing: border-box; }
  .privacypolicy .entry-content .flex .image img { min-width: 100%; width: 100%; }
  .privacypolicy .entry-content .flex .image figure { margin: 0; }
  .privacypolicy .entry-content .flex table td:first-child { white-space: nowrap; }
  .privacypolicy .entry-content .flex table td { white-space: normal; }
  .privacypolicy .entry-content .flex.no-margin { padding: 0; }
  .privacypolicy .entry-content .flex .main-title { padding: 0; }
  .privacypolicy .entry-content .flex .main-title::before { top: -10%; }
  .privacypolicy .entry-content .flex .main-title h5, .privacypolicy .entry-content .flex .main-title p { margin-left: 20px; }
  .privacypolicy .entry-content .flex .about-table { font-size: 1.3em; width: 100%; padding: 2%; }
  .privacypolicy .entry-content .flex .about-table div { padding: 2%; }
  .privacypolicy .entry-content .flex .about-table .tr { display: flex; flex-direction: column; margin-bottom: 10px; border-bottom: 1px solid; width: 100%; }
  .privacypolicy .entry-content .flex .about-table .tr .left { width: 100%; padding-right: 20px; }
  .privacypolicy .entry-content .flex .about-table .tr .right { width: 100%; min-width: 100%; }
  .privacypolicy .entry-content .flex2 .flex { padding: 0; } }
