.sidebar_btn_wrap {
  margin-bottom: 20px;
  padding-top: 16px;
}

.sidebar_btn_wrap > a img {
  width: 100%;
  height: auto;
  display: block;
}

.sidebar_loggedin {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 0 4px;
  font-size: 11px;
  color: #4a90d9;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.sidebar_loggedin::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #4a90d9;
  border-radius: 50%;
  box-shadow: 0 0 6px #4a90d9;
}

.sidebar_login_btn {
  display: block;
  margin-top: 8px;
  padding: 10px 25px;
  text-align: center;
  background: linear-gradient(135deg, #2f5fa7, #4b7ed6);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
  cursor: pointer;
}

.sidebar_login_btn:hover {
  opacity: 0.85;
  color: #fff;
}

#loginform {
  padding: 8px 0 16px;
  margin: 0;
}

#loginform p {
  margin: 0 0 10px;
}

#loginform label {
  font-size: 10px;
  color: #888;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.08em;
}

#loginform input[type="text"],
#loginform input[type="password"] {
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border 0.2s;
}

#loginform input[type="text"]:focus,
#loginform input[type="password"]:focus {
  border-color: #4a90d9;
}

#loginform .login-remember {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
}

#loginform .login-remember label {
  font-size: 11px;
  color: #666;
  margin: 0;
  letter-spacing: 0;
}

#loginform input[type="submit"] {
  width: 100%;
  padding: 10px 25px;
  margin-top: 4px;
  background: linear-gradient(135deg, #2f5fa7, #4b7ed6);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

#loginform input[type="submit"]:hover {
  opacity: 0.85;
}

.video_pagination {
    text-align: center;
    margin: 30px 0;
}

.video_pagination a,
.video_pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.video_pagination .current {
    background: linear-gradient(135deg, #2f5fa7, #4b7ed6);
    color: #fff;
    border-color: #2f5fa7;
}

.video_pagination a:hover {
    background: #f0f0f0;
}
.video_pagination .dots {
    display: inline-block;
    padding: 8px 6px;
    color: #999;
    font-size: 14px;
}

/*レベル*/
.member_label {
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.member_label.paid {
  background: #2f5fa7;
  color: #fff;
}

.member_label.free {
  background: #aaa;
  color: #fff;
}

.video_card img {
    width: 100%;
    height: auto;
    display: block;
}

.video_thumb_placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #2f5fa7, #4b7ed6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.video_thumb_placeholder span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.video_card a {
    text-decoration: none;
}
.video_card img,
.video_thumb_placeholder {
    border-radius: 8px;
}

.single-video .title_type01{
margin-top:30px;
}

.entry h3, h4{
	font-size: 18px;
    font-weight: bold;
}
.entry h3{
	margin-top:20px;
}
.link-to-pdf img{
	margin-top:20px;
}
.entry p{
	margin-top:20px!important;
}

