@charset "UTF-8";

/****************************************
  ./nakahara_css/policy.css
  created 2026.4.4   updated 2026.4.9
****************************************/

h4.bridge-blue {
margin:30px 0 10px 0 !important;
padding:10px 0 10px 20px !important;
border-left: 4px solid rgba(217, 39, 30, 1);
}

.bridge-blue {
    color: rgba(39, 154, 200, 1);
}

.bridge-red {
    color: rgba(217, 39, 30, 1);
}

.bridge-red-large {
    color: rgba(217, 39, 30, 1);
    font-size: 1.2em;
}

/* --- ★ ボタンブロック ★ --- */
/* ボタンを右寄せするラッパー */
.profile-btn-wrap {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 40px;
}
.profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #d9271e;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: 0.25s ease;
}
.profile-btn:hover {
  background-color: #b02019;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.profile-btn::after {
  content: "\00BB";
  font-size: 1.1em;
  transition: 0.25s ease;
}
.profile-btn:hover::after {
  transform: translateX(4px);
}

/* --- ★ スマホ最適化 ★ */
@media screen and (max-width: 767px) {
}
