.loader {
    border: 2px solid #ffffff;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.text-red {
    color: #f7382b;
}
.grecaptcha-badge {

}
.grecaptcha-stopped {
    position: absolute !important;
}
.inner {

}
.pc {
display: inline-block;
}
.sp {
display: none;
}
@media (max-width: 768px){
  .pc {
  display: none;
  }
  .sp {
  display: inline-block;
  }
}
/* ===========================
   Privacy Policy Page
=========================== */
#policy nav ul li a, #sitemap nav ul li a  {
  color: #333333;
}
.sub-header {
  background: #F5F8FA;
  padding: 160px 20px 50px;
  text-align: center;
  border-bottom: 1px solid #E5E8EB;
}

.sub-header h1 {
 /* font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;*/
}

/* メインセクション */
.inner {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #333;
}

.policy h2, .sitemap h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

/*.privacy-policy h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; 
    background: linear-gradient(45deg, #0575b7, #9fd4f0);
    border-radius: 2px;
}*/

.policy h3 {
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0c5395;
    padding-left: 14px;
    position: relative;
}

.policy h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 18px;
    background: #0c5395;
    border-radius: 2px;
}


.privacy-policy p , .privacy-policy .pb-15{
  margin-bottom: 15px;
}


.privacy-policy ul {
  /*padding-left: 10px;*/
 /* padding-bottom: 20px;*/
}
.en .privacy-policy ul {
  padding-left: 0px;
}

.privacy-policy ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.privacy-policy ul li span {
    flex-shrink: 0;
}

/* リンク */
.privacy-policy a {
  color: #0c5395;
  text-decoration: underline;
}
@media (max-width: 1024px) and (min-width: 767px) {
    .sub-header {
        padding: 100px 20px 60px;
    }
}
@media (max-width: 768px) {
  .sub-header {
    padding: 70px 15px 20px;
  }

  .privacy-policy {
    margin: 40px auto;
    padding: 0 15px;
  }

  .privacy-policy h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .privacy-policy h3 {
    font-size: 18px;
  }
}
/*sitemap*/
.sitemap-list li{
  line-height: 1.7;
  padding-bottom: 30px;
}
@media (max-width:768px) {
  .sitemap-list li{
  line-height: 1.7;
  padding-bottom: 20px;
  }
}
.sitemap-list li a {
  position: relative;
}
.sitemap-list li a::after {
  border-color: transparent transparent transparent rgba(136, 183, 213, 0);
  border-width: medium;
  border-bottom: 5px solid rgba(136, 183, 213, 0);
  border-left: 7px solid var(--color-blueBrand);
  border-right: 0 solid rgba(136, 183, 213, 0);
  border-top: 5px solid rgba(136, 183, 213, 0);
  content: "";
  height: 0;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
  left: 0;
}   
.sitemap-list li a {
  padding-left: 10px;
  text-decoration: underline;
}
.min-h-screen {
   min-height: 50vh;
}
