/*
Theme Name: oneli school
Author: BRIGHT COMMS
Template: kadence
Version: 1.0.0
*/

/* フォント */
p, h1, h2, h3, h4, h5, h6, a, button {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* 非表示 */
.site-header, .entry-hero, .site-footer {
    display: none !important;
}

#pmpro_message, #pmpro_message_bottom {
	display: none !important;
}

/* 全体 */
.main-visual-pc {
    display: block;
}

.main-visual-sp {
    display: none;
}

/* リセット */
.content-area {
    margin: 0;
}

.site-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-content-wrap {
    padding: 0;
}

body.footer-on-bottom #wrapper {
	min-height: 100%;
}

button:disabled {
	opacity: 1 !important;
}

/* 無効化された予約ボタンのスタイル */
.el-button.el-button--primary.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ヘッダー */
.custom-header {
    background-color: #FFF;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 99;
    position: fixed;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}

.header-left {
    margin-left: 60px;
}

.logo {
    width: 226px;
    height: auto;
}

.vertical-line {
    width: 1px;
    height: 42px;
    background-color: #CCCCCC;
    margin: 0 30px;
}

.benefits-text {
    font-weight: 500;
    font-size: 17px;
    color: #222222;
}

.header-right {
    margin-right: 60px;
}

.nav-item {
    font-weight: 500;
    font-size: 15px;
    color: #222222;
    margin: 0 15px;
}

.register-button {
    border: 2px solid #F4A93D;
    height: 50px;
    width: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.register-text {
    font-weight: 500;
    font-size: 15px;
    color: #F4A93D;
}

/* リンクの装飾を削除 */
.nav-link {
    text-decoration: none;
    color: inherit;
}

/* マウスオーバーで透過効果 */
.nav-link:hover {
    opacity: 0.7;
}

/* パンくずリスト */
.breadcrumb-wrapper {
    background-color: #e2efff;
}

.breadcrumb-navigation {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 100px 0 0 0;
}

.breadcrumb-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.breadcrumb-link {
    font-weight: 400;
    font-size: 14px;
    color: #428FEE;
    text-decoration: none;
}

.breadcrumb-link:hover {
    opacity: 0.7;
}

.breadcrumb-current {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.breadcrumb-content i {
    margin: 0 10px;
}

/* メインビジュアル */
.main-visual-section {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
}

.main-visual-container {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.main-visual-image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 1920px;
    min-height: 360px;
}

/* 直近の注目レッスンセクション */
.highlighted-lessons-section {
    background-color: #fff;
    width: 100%;
	padding-top: 80px;
}
.highlighted-lessons-main {
	padding: 70px 0;
}

.highlighted-lessons-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.highlighted-lessons-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.highlighted-lessons-header .icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.highlighted-lessons-header h2 {
    font-size: 23px;
    font-weight: 500;
    color: #222222;
    margin: 0 !important;
}

.highlighted-lessons-header h2 span {
    color: #F4A93D;
}

.highlighted-lessons-section h2 {
    color: #222222;
}

.highlighted-lessons-section h2 span {
    color: inherit;
}

/* 直近の注目レッスンスライダー */
.lesson-slider {
    position: relative;
}

.lesson-slider .lesson-slide-track {
    display: flex;
    transition: transform 0.3s ease;
}

.lesson-slider .lesson-item-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-shrink: 0;
}

.lesson-slider .lesson-item {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
    transition: transform 0.2s;
    opacity: 0.5;
}

.lesson-slider .lesson-item.active {
    opacity: 1;
}

.lesson-slider .lesson-item a {
    text-decoration: none;
    color: inherit;
}

.lesson-slider .lesson-date {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    width: 100%;
    margin-bottom: 5px !important;
    line-height: 1;
    display: flex;
    align-items: center;
}

.lesson-slider .lesson-date-line {
    flex-grow: 1;
    margin-left: 10px;
    height: 1px;
    background-color: #999;
}

.lesson-slider .lesson-time {
    font-size: 15px;
    font-weight: 700;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
}

.lesson-slider .lesson-thumbnail img {
    width: 100%;
    height: auto;
}

.lesson-slider .lesson-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-top: 10px;
}

.lesson-slider .slide-left, .lesson-slider .slide-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    height: auto;
}

.lesson-slider .slide-left img, .lesson-slider .slide-right img {
    width: 50px;
}

.lesson-slider .slide-left {
    left: -60px;
}

.lesson-slider .slide-right {
    right: -60px;
}

/* タグ一覧セクション */
.tag-list-section {
    background-color: #E2EFFF;
    padding: 50px 0 70px;
    width: 100%;
    text-align: center;
}

.tag-list-title {
    font-size: 28px;
    font-weight: bold;
    color: #428FEE;
}

.tag-list-subtitle {
    font-size: 23px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 40px !important;
}

.tag-list-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

.tag-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: calc(20% - 10px);
    padding: 10px;
    text-decoration: none;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.tag-item:hover {
    transform: scale(1.05);
}

.tag-icon img {
    max-width: 40px;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.tag-name {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
    flex-grow: 1;
    text-align: left;
}

.tag-arrow {
    font-size: 18px;
    color: #E27985;
    margin-left: auto;
}

.tag-item:nth-child(-n+10) .tag-arrow {
    color: #428FEE;
}

/* 動画一覧のスタイル */
.video-list-section {
    background: #E2EFFF;
    padding: 70px 0;
	margin-top: 70px;
}

.video-list-title {
    color: #428FEE;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 1.5px;
}

.video-list-subtitle {
    color: #222222;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
	margin: 0 0 40px !important;
}

.video-list-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-item {
    width: calc(33.333% - 20px);
    margin-bottom: 40px;
}

.video-thumbnail {
    cursor: pointer;
    position: relative;
}

.video-title {
    color: #222222;
    text-align: center;
	margin: 5px 0 !important;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail:hover .overlay {
    opacity: 1;
}

/* Magnific Popupのスタイル */
.mfp-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mfp-iframe-holder .mfp-content {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mfp-iframe-scaler {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* レッスンブロック選択メッセージを非表示にする */
.lesson-details {
    margin: 20px;
}

.lesson-details h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.lesson-meta {
    margin-bottom: 20px;
}

.lesson-meta p {
    font-size: 1.2em;
    margin: 5px 0;
}

.lesson-content {
    font-size: 1em;
}

/* レッスン一覧ページ */
.post-type-archive-lesson, .archive {
    background-color: #E2EFFF;
}

.lesson-archive {
    margin: 50px auto;
    width: 1200px;
}

.lesson-archive-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.lesson-archive h1 {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
}

.lesson-archive h3 {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}

.lesson-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.lesson-item {
    width: calc(32.5%);
    padding: 10px;
    box-shadow: none !important;
    transition: transform 0.2s;
    background-color: #fff;
    border-radius: 6px;
}

.lesson-item:hover {
    transform: scale(1.05);
}

.lesson-thumbnail img {
    width: 100%;
    height: auto;
}

.lesson-info {
    margin: 15px 0;
    text-align: left;
}

.lesson-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.lesson-info p {
    font-size: 1em;
    margin: 5px 0;
}

.lesson-item a {
    text-decoration: none;
    color: inherit;
}

.lesson-item a:hover {
    opacity: 0.7;
}

.article-link {
    text-decoration: none;
    color: inherit;
    display: block;
	width: 1000px;
}

.article-link:hover article {
    opacity: 0.7;
}

.lesson .post-thumbnail-inner img {
    height: auto !important;
    display: block;
}

.wp-site-blocks .post-thumbnail .post-thumbnail-inner {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.wp-site-blocks .post-thumbnail {
    display: block !important;
    height: auto !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    position: static !important;
}

.post-archive {
    width: 1200px;
    margin: 50px auto 0;
}

.lesson-archive, .related-articles {
    margin: 50px auto;
    width: 1200px;
}

.lesson-archive-header, .related-articles-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.lesson-archive h1, .related-articles h2 {
    font-weight: 500;
    font-size: 30px;
    color: #333333;
}

.lesson-archive h3, .related-articles h3 {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}

.lesson-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.lesson-item {
    width: calc(32.5%);
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    background-color: #fff;
    border-radius: 6px;
}

.lesson-item:hover {
    transform: scale(1.05);
}

.lesson-thumbnail img {
    width: 100%;
    height: auto;
}

.lesson-info {
    margin-top: 10px;
}

.lesson-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.lesson-info p {
    font-size: 1em;
    margin: 5px 0;
}

.lesson-item a {
    text-decoration: none;
    color: inherit;
}

.lesson-item a:hover {
    opacity: 0.7;
}

/* レッスン詳細ページ */
.single-lesson {
    background-color: #E2EFFF;
}

.lesson-detail-page {
    background-color: #E2EFFF;
    width: 100%;
}

.lesson-detail-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-top: 50px;
}

.lesson-content-container {
    text-align: center;
}

.lesson-thumbnail img {
    width: 880px;
    height: auto;
    margin: 0 auto;
}

.lesson-time {
    margin-top: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    text-align: left;
}

.lesson-title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 28px;
    color: #222222;
    text-align: left;
}

.lesson-description {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    text-align: left;
    line-height: 1.8;
}

.lesson-description h2 {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}

.lesson-description h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
}

.lesson-description h2::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 880px;
    height: 1px;
    background-color: #999999;
    margin-top: 10px;
}

.lesson-apply-button {
    margin-top: 30px;
}

.amelia-booking-button {
    background-color: #F4A93D;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    width: 880px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
}

.amelia-booking-button.booked {
    background-color: #999;
    color: #fff;
    cursor: not-allowed;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 20px;
    border: none;
    line-height: 1.4;
}

.amelia-event-info {
    text-align: left;
    margin: 15px 0 10px;
}

.amelia-event-info p {
    font-size: 20px;
    color: #222222;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* 同じカテゴリーの新着記事 */
.single-lesson .related-articles {
    background-color: #FFF;
    width: 100%;
    padding: 80px 0;
    text-align: center;
    margin-top: 100px;
}

.single-lesson .related-articles .content-wrap {
    width: 1200px;
    margin: 0 auto;
}

.single-lesson .article-link {
	width: calc(33.333% - 10px);
}

.single-lesson .related-articles h2 {
    font-weight: 700;
    font-size: 28px;
    color: #428FEE;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.single-lesson .related-lesson-info {
    padding: 10px;
    text-align: left;
}

.single-lesson .lesson h2, .single-lesson .related-lesson-info h2 {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

.single-lesson .lesson .entry-content-wrap {
    padding: 15px;
}

.single-lesson .lesson .entry-footer {
    display: none;
}

.single-lesson .related-articles h3 {
    font-weight: 500;
    font-size: 23px;
    color: #222222;
    margin-bottom: 30px;
}

.single-lesson .related-lesson-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: 1000px;
    margin: 0 auto;
}

.single-lesson .related-lesson-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    margin-bottom: 20px;
}

.single-lesson .related-lesson-item:hover {
    transform: scale(1.05);
}

.single-lesson .related-lesson-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.single-lesson .related-lesson-time {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    text-align: left;
}

.single-lesson .related-lesson-title {
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    text-align: left;
}

/* フッター */
.custom-footer {
    background-color: #FFF;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left, .footer-right {
    display: flex;
    align-items: center;
}

.footer-left {
    margin-left: 60px;
}

.footer-right {
    margin-right: 60px;
}

/* 番組表 */
.page-template-page-lesson-schedule .breadcrumb-wrapper {
    background-color: #fff;
}

.page-template-page-lesson-schedule {
    background-color: #fff;
}

.program-table-container {
    width: 1200px;
    margin: 0 auto;
}

.program-table-container .program-table-date-selector {
    width: 310px;
    height: 50px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 2px;
    margin: 0;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    top: 30px;
}

.page-template-page-lesson-schedule input {
    border: none;
    font-size: 22px;
    font-weight: 500;
    color: #222222;
    background: none;
    pointer-events: none;
}

.page-template-page-lesson-schedule input[type="date"] {
    position: absolute !important;
    top: 240px !important;
    left: 360px !important;
    width: 20% !important;
    height: 7% !important;
    pointer-events: auto !important;
    z-index: 9999 !important;
}

.program-table-container .program-table-date-arrow {
    border: solid #222222;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    right: 14px;
    position: relative;
    bottom: 3px;
}

.program-table-channel-navigation {
    text-align: right;
    margin-bottom: 10px;
}

.program-table-slide-left, .program-table-slide-right {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
	color: #333333;
    font-weight: 700;
}

.program-table-slide-left:hover, .program-table-slide-right:hover {
    background-color: #333333;
	color: #FFF;
}

.program-table-container thead {
    height: 70px;
}

.program-table-container thead th {
    background-color: #F5F5F5;
    width: 223px;
}

.program-table-container thead td {
    background-color: #FFF;
}

.program-table-schedule {
    max-width: 1200px;
    overflow-x: auto;
	position: relative;
}

.program-table-schedule table {
    width: 100%;
    transition: transform 0.5s ease;
}

.program-table-time-slot {
	position: -webkit-sticky;
    position: sticky;
    left: 0 !important;
    background-color: #666666;
	width: 20px;
    height: 100px;
    z-index: 1;
}

.program-table-time-slot-right {
	position: -webkit-sticky;
    position: sticky;
    right: revert-layer;
    background-color: #666666;
    width: 20px;
    height: 100px;
    z-index: 1;
}

.program-table-time-slot-right p {
    color: #FFF;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    font-size: 14px;
    margin: 0 auto;
}

.program-table-time-slot p {
    color: #FFF;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    font-size: 14px;
    margin: 0 auto;
}


.program-table-empty-slot {
    background-color: #E1E1E1;
    min-width: 223px;
}

.program-table-lesson-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: block;
    background-color: #FFF;
    vertical-align: top;
}

.program-table-lesson-item:hover {
    background-color: #E2EFFF;
}

.program-table-lesson-item p {
    margin: 0;
}

.program-table-container .time-header {
	position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 40px;
    padding: 0;
    border: none;
    background-color: #FFF;
    z-index: 1;
}

.program-table-container .time-header-right {
	position: -webkit-sticky;
    position: sticky;
    right: revert-layer;
    width: 40px;
    padding: 0;
    border: none;
    background-color: #FFF;
    z-index: 1;
}

.channel-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 223px;
}

.channel-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.channel-name {
    font-size: 14px;
    font-weight: 500;
}

.program-table-lesson-time {
    margin: 0;
    font-size: 14px;
    color: #222222;
}

.program-table-lesson-category {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 10px;
    color: #fff;
    font-size: 11px;
}

.program-table-category-child {
    background-color: #428FEE;
}

.program-table-category-parent-child {
    background-color: #F4A93D;
}

.program-table-category-parents {
    background-color: #E27985;
}

.program-table-lesson-title {
    margin-top: 5px !important;
    font-size: 14px !important;
    color: #222222 !important;
}

.program-table-lesson-item-link {
    text-decoration: none;
    display: block;
}

/* マイページ */
.mypage-container {
    background-color: #E2EFFF;
    padding: 20px 0;
}

.mypage-content-box {
    max-width: 1000px;
    margin: 60px auto;
    background-color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
	border-radius: 10px;
}

.mypage-user-info {
    text-align: center;
    margin-bottom: 40px;
}

.mypage-user-info .user-name {
    font-size: 24px;
    color: #222222;
}

.mypage-user-info .user-email,
.mypage-user-info .user-tickets {
    font-size: 16px;
    color: #666666;
}

.membership-menu {
    margin-bottom: 40px;
}

.membership-menu h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
	padding-bottom: 8px;
}

.membership-menu h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

.membership-menu a {
    display: block;
    padding: 10px 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 6px;
    position: relative;
	font-weight: 500;
}

.membership-menu a:hover {
    opacity: 0.7;
}

.membership-menu a::after {
    content: '>';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
}

.mypage-container .lesson-list-container {
    margin-bottom: 40px;
}

.mypage-container .lesson-list-container h2 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
	padding-bottom: 8px;
}

.mypage-container .lesson-list-container h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

.mypage-container .lesson-list-container li {
    display: flex;
}

.lesson-list-container2 {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.mypage-container .membership-level {
	margin-top: 50px;
}

.mypage-container .lesson-item {
    width: calc(33.333% - 10px);
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mypage-container .lesson-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mypage-container .lesson-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.mypage-container .lesson-date {
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
}

.mypage-container .lesson-title {
    font-size: 16px;
    color: #222222;
    margin: 0 0 10px;
}

.mypage-container .cancel-booking {
    display: block;
    padding: 0 15px;
    color: #999;
    text-decoration: none;
    transition: background-color 0.3s;
}

.mypage-container .cancel-booking:hover {
    opacity: 0.7;
}

.mypage-container .logout-button {
    text-align: center;
    margin-top: 20px;
}

.mypage-container .logout-button a {
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s;
}

.mypage-container .logout-button a:hover {
    background-color: #f1f1f1;
}

/* あなたのプロフィール */
.pmpro-member-profile-edit .pmpro_section {
    background-color: #E2EFFF;
    padding: 20px 0 70px;
	margin-bottom: 0;
}

.pmpro-member-profile-edit .pmpro_section_content {
    max-width: 1000px;
    margin: 60px auto;
    background-color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
	border-radius: 10px;
}

.pmpro-member-profile-edit .pmpro_card_content {
	padding: 0 !important;
	margin: 0 !important;
}

.pmpro-member-profile-edit .pmpro_card {
	border: none;
	box-shadow: none;
	margin: 0 !important;
}

.pmpro-member-profile-edit .pmpro_form_legend {
	width: 100%;
}

.pmpro-member-profile-edit h2 {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    color: #222222;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #999999;
	padding-bottom: 8px !important;
}

.pmpro-member-profile-edit h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

/* 会員プラン変更 */
.pmpro-levels .pmpro_section {
    background-color: #E2EFFF;
    padding: 20px 0 70px;
	margin: 0;
}

.pmpro-levels .pmpro_section_content {
    max-width: 1000px;
    margin: 60px auto;
    background-color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
	border-radius: 10px;
}

.pmpro-levels .pmpro_card_content {
	padding: 0 !important;
	margin: 0 !important;
}

.pmpro-levels .pmpro_card {
	border: none;
	box-shadow: none;
	margin: 0 !important;
}

.pmpro-levels .pmpro_form_legend {
	width: 100%;
}

.pmpro-levels h2 {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    color: #222222;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #999999;
	padding-bottom: 8px !important;
}

.pmpro-levels h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

/* 会員購入手続き */
.pmpro-checkout .pmpro {
    background-color: #E2EFFF;
    padding: 20px 0 70px;
}

.pmpro-checkout .pmpro_section {
    max-width: 1000px;
	margin: 60px auto !important;
    background-color: #FFFFFF;
    padding: 10px 60px 60px;
    box-sizing: border-box;
	border-radius: 10px;
}

.pmpro-checkout .pmpro_card_content {
	padding: 0 !important;
	margin: 0 !important;
}

.pmpro-checkout .pmpro_card {
	border: none;
	box-shadow: none;
	margin: 0 !important;
}

.pmpro-checkout .pmpro_form_legend {
	width: 100%;
}

.pmpro-checkout h2 {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    color: #222222;
    margin: 50px 0 20px 0 !important;
    border-bottom: 1px solid #999999;
	padding: 0 0 8px 0 !important;
}

.pmpro-checkout h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

/* 会員確認 */
.pmpro-confirmation .pmpro {
    background-color: #E2EFFF;
    padding: 20px;
}

.pmpro-confirmation .pmpro_section {
    max-width: 1000px;
    margin: 60px auto 0 !important;
    background-color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pmpro-confirmation #pmpro_order_single {
	margin-bottom: 70px !important;
}

.pmpro-confirmation .pmpro_card_content {
	padding: 0 !important;
	margin: 0 !important;
}

.pmpro-confirmation .pmpro_card {
	border: none;
	box-shadow: none;
	margin: 0 !important;
}

.pmpro-confirmation .pmpro_form_legend {
	width: 100%;
}

.pmpro-confirmation h2 {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    color: #222222;
    margin: 50px 0 20px 0 !important;
    border-bottom: 1px solid #999999;
	padding: 0 0 8px 0 !important;
}

.pmpro-confirmation h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

.pmpro-confirmation .pmpro_actions_nav {
	display: none !important;
}

.pmpro-variation_1 #pmpro_confirmation-1 {
    margin: 60px auto !important;
}

.pmpro-confirmation .pmpro_card h3 {
	padding: 0;
    margin-bottom: 30px;
}

/* ログイン */
.pmpro-login .pmpro {
    background-color: #E2EFFF;
    padding: 20px;
}

.pmpro-login .pmpro_section {
    max-width: 1000px;
    margin: 60px auto !important;
    background-color: #FFFFFF;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pmpro-login #pmpro_order_single {
	margin-bottom: 70px !important;
}

.pmpro-login .pmpro_card_content {
	padding: 0 !important;
	margin: 0 !important;
}

.pmpro-login .pmpro_card {
	border: none;
	box-shadow: none;
	margin: 0 !important;
}

.pmpro-login .pmpro_form_legend {
	width: 100%;
}

.pmpro-login h2 {
    display: flex;
    align-items: center;
    font-size: 24px !important;
    color: #222222;
    margin: 50px 0 20px 0 !important;
    border-bottom: 1px solid #999999;
	padding: 0 0 8px 0 !important;
}

.pmpro-login h2::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 32px;
    background-color: #428FEE;
    border-radius: 3px;
    margin-right: 10px;
}

.pmpro-login .pmpro_actions_nav {
	display: none !important;
}

.pmpro-login .pmpro_card_actions {
	display: none !important;
}

/* レッスン予約情報（新規追加） */
.page-id-358 .breadcrumb-wrapper, .page-id-360 .breadcrumb-wrapper {
    background-color: #ffffff;
}

.page-id-358 a, .page-id-360 a {
    text-decoration: none;
}

.booking-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.booking-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1.2em;
    text-align: left;
}

.booking-table th, .booking-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}

.booking-table th {
    background-color: #f4f4f4;
}

.booking-table tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.booking-table tr:hover {
    background-color: #f1f1f1;
}

button#toggle-past-bookings {
    background-color: #0073aa;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    display: block;
}

button#toggle-past-bookings:hover {
    background-color: #005f8d;
}

/* レスポンシブデザインの対応 */
@media screen and (max-width: 768px) {
	.page-id-358 h2, .page-id-360 h2 {
		font-size: 14px;
	}
    .booking-table th, .booking-table td {
        padding: 8px 10px;
		font-size: 0.5em;
    }

    button#toggle-past-bookings {
        padding: 8px 12px;
        font-size: 0.5em;
    }

    .booking-container {
        padding: 10px;
    }
	
	.page-id-358 #past-bookings, .page-id-360 #past-bookings {
		font-size: 12px;
	}
}


/* 1300px以下 */
@media screen and (max-width: 1300px) {
	/* ヘッダー */
	.header-left {
		margin-left: 30px;
	}
	
	.header-right {
		margin-right: 30px;
	}
	
	.register-button {
		margin: 0 0 0 10px;
	}
	
	.nav-item {
		margin: 0 10px;
	}
	
	.vertical-line {
		margin: 0 15px;
	}
	
	/* 直近のレッスンセクション */
	.highlighted-lessons-main {
		padding: 70px 40px !important;
	}
	
	.highlighted-lessons-section {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	/* タグ */
	.tag-list-section {
		padding: 70px 40px;
	}
	
	/* アーカイブ動画 */
	.video-list-section {
		padding: 70px 40px;
	}
	
	/* レッスン一覧 */
	.lesson-archive, .related-articles {
		width: 100%;
		padding: 0 40px;
	}
	
	.lesson-item {
		width: calc(33.333% - 12px);
	}
	
	/* パンくずリスト */
	.breadcrumb-navigation {
		margin: 0 40px;
	}
	
	/* 新規登録 */
	.pmpro-levels .pmpro_section {
		padding: 20px 40px 70px;
	}
	
	/* 会員購入手続き */
	.pmpro-checkout .pmpro_section {
		margin: 20px auto !important;
	}
	
	/* アカウント情報 */
	.pmpro-member-profile-edit .pmpro_section_content {
		margin: 20px auto;
	}
	
	/* 番組表 */
	.program-table-container {
        width: 100%;
        margin-left: 40px;
    }
	
	.program-table-channel-navigation {
		margin-right: 80px;
	}
	
	/* フッター */
	.footer-left {
		margin-left: 30px;
	}
	
	.footer-right {
		margin-right: 30px;
	}
}

/* 1100px以下 */
@media screen and (max-width: 1100px) {
	/* ヘッダー */
	.header-right a {
        display: none;
    }
	
	.header-right a:nth-child(2), .header-right a:last-child {
        display: inline-block;
    }
	
	.register-text {
		line-height: 1;
		text-align: center;
	}
	
	/* 会員購入手続き */
	.pmpro-checkout .pmpro_section {
		margin: 20px 40px !important;
	}
	
	/* マイページ */
	.mypage-content-box {
		margin: 20px 40px;
		padding: 30px;
		border-radius: 6px;
	}
	
	/* アカウント情報 */
	.pmpro-member-profile-edit .pmpro_section_content {
		margin: 20px 40px;
		padding: 30px;
		border-radius: 6px;
	}
	
	/* 会員確認 */
	.pmpro-confirmation .pmpro_section {
		margin: 20px auto 0 !important;
		padding: 30px;
		border-radius: 6px;
	}
	
	.pmpro-confirmation .pmpro {
		padding: 10px 40px;
	}
	
	/* フッター */
	.footer-right a {
        display: none;
    }
	
    .footer-right a:nth-child(2), .footer-right a:last-child {
        display: inline-block;
    }
	
}

/* 800px以下 */
@media screen and (max-width: 800px) {
	/* リセット */
	.content-style-boxed .content-bg:not(.loop-entry) {
		margin-left: 0 !important;
		margin-right: 0 !important;
    }
	
	/* 全体 */
	.main-visual-pc {
        display: none;
    }

    .main-visual-sp {
        display: block;
    }
	
	/* ヘッダー */
	.header-left {
        margin-left: 20px;
    }
	
	.header-right {
        margin-right: 20px;
    }
	
	.header-right a:last-child {
        margin: 0;
    }
	
	.logo {
		width: 160px;
	}
	
	.benefits-text {
		font-size: 12px;
	}
	
	.vertical-line {
		height: 30px;
	}
	
	.register-button {
		height: 40px;
		width: 100px;
	}
	
	.register-text {
		font-size: 12px;
		line-height: 1;
		text-align: center;
	}
	
	.custom-header {
		height: 60px;
	}
	
	.nav-item {
		font-size: 12px;
	}
	
	/* パンくずリスト */
	.breadcrumb-link {
		font-size: 10px;
	}
	
	.breadcrumb-content i {
		margin: 0 6px;
		font-size: 10px;
	}
	
	.breadcrumb-navigation {
		padding: 80px 30px 0;
		margin: 0 auto;
	}
	
	.breadcrumb-content {
		display: block;
		width: 100%;
		font-size: 10px;
		line-height: 1.4;
	}
	
	.breadcrumb-current {
		font-size: 10px;
	}
	
	/* メインビジュアル */
	.main-visual-image {
		min-width: 100%;
		min-height: auto;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
	}
		
	.main-visual-container {
		height: auto;
	}
	
	.main-visual-section {
		margin-top: 60px;
	}
	
	/* 直近の注目レッスンセクション */
	.highlighted-lessons-main {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	
	.highlighted-lessons-header {
		margin-bottom: 10px;
	}
	
	.lesson-slider .slide-left {
		left: -16px;
		padding: 0;
	}
	
	.lesson-slider .slide-right {
		right: -16px;
		padding: 0;
	}
	
	.lesson-slider .slide-left img, .lesson-slider .slide-right img {
		width: 22px;
	}
	
	.highlighted-lessons-header h2 {
		font-size: 16px;
	}
	
	.highlighted-lessons-header .icon {
		width: 14px;
	}
	
	.lesson-slider .lesson-date {
		font-size: 13px;
	}
	
	.lesson-slider .lesson-time {
		font-size: 10px;
		line-height: 1;
	}
	
	.lesson-slider .lesson-title {
		font-size: 14px;
		margin-top: 5px;
		line-height: 1.4;
	}
	
	/* タグ */
	.tag-list-section {
		padding: 30px 20px 40px;
	}
	
	.tag-list-title {
		font-size: 18px;
		line-height: 1;
	}
	
	.tag-list-subtitle {
		font-size: 16px;
		margin-bottom: 20px !important;
	}
	
	.tag-icon img {
		max-width: 24px;
		max-height: 24px;
	}
	
	.tag-name {
		font-size: 13px;
		margin-left: 5px;
	}
	
	.tag-item {
		width: calc(33% - 10px);
		padding: 6px;
	}
	
	.tag-arrow {
		font-size: 12px;
	}
	
	/* 直近のレッスン */
	.highlighted-lessons-section {
		padding: 40px 20px 0;
	}
	
	/* アーカイブ動画 */
	.video-list-section {
		padding: 30px 20px 20px;
		margin-top: 40px;
	}
	
	.video-list-title {
		font-size: 18px;
		line-height: 1;
	}
	
	.video-list-subtitle {
		font-size: 16px;
		margin: 0 0 20px !important;
	}
	
	.video-item {
		width: calc(33.333% - 12px);
		margin-bottom: 15px;
	}
	
	.video-title {
		font-size: 13px;
		line-height: 1.4;
	}
	
	.video-thumbnail {
		line-height: 1;
	}
	
	.overlay p {
		font-size: 12px;
		padding: 0 10px;
	}
	
	/* フッター */
	.footer-left {
        margin-left: 20px;
    }
	
	.footer-right {
        margin-right: 20px;
    }
	
	.footer-right a:last-child {
        margin: 0;
    }
	
	.custom-footer {
		height: 60px;
	}
	
	/* レッスン詳細ページ */
	.lesson-detail-box {
		margin: 0 20px;
		padding: 20px;
		margin-top: 25px;
	}
	
	.lesson-info p {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.lesson-title {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.lesson-description h2 {
		padding-left: 15px;
		margin-top: 20px;
		margin-bottom: 25px;
		font-size: 16px;
	}
	
	.lesson-description h2::before {
		width: 4px;
		height: 26px;
	}
	
	.lesson-description {
		margin-top: 20px;
		font-size: 12px;
	}
	
	.amelia-booking-button {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 100%;
	}
	
	.single-lesson .related-articles {
		padding: 40px 20px;
		margin-top: 50px;
	}
	
	.single-lesson .related-articles h2 {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 1;
	}
	
	.single-lesson .related-articles h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.lesson-list {
		width: 100%;
	}
	
	.single-lesson .article-link {
		width: calc(50% - 10px);
	}
	
	.single-lesson .related-articles h2 {
        font-size: 15px;
    }
	
	.related-lesson-info p {
		font-size: 12px;
		margin: 5px 0;
	}
	
	.single-lesson .related-lesson-list {
		width: 100%;
	}
	
	.single-lesson .related-lesson-item {
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		margin-bottom: 0;
	}
	
	.amelia-booking-button.booked {
		font-size: 14px;
	}
	
	/* レッスン一覧 */
	.lesson-archive, .related-articles {
		margin: 30px auto;
		padding: 0 20px;
		width: 100%;
	}
	
	.lesson-archive h1, .related-articles h2 {
		font-size: 20px;
	}
	
	.lesson-archive-header, .related-articles-header {
		margin-bottom: 15px;
	}
	
	.lesson-info h2 {
		font-size: 16px;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	
	.lesson-item {
		width: calc(49% - 6px);
		padding: 10px;
	}
	
	.lesson-archive h3, .related-articles h3 {
		font-size: 14px;
	}
	
	/* 番組表 */
	.page-template-page-lesson-schedule input {
		font-size: 14px;
	}
	
	.program-table-container .program-table-date-arrow {
		padding: 3px;
		right: 10px;
		bottom: 0px;
	}
	
	.program-table-container .program-table-date-selector {
		width: 210px;
		height: 40px;
	}
	
	.channel-number {
		font-size: 14px;
	}
	
	.channel-name {
		font-size: 11px;
	}
	
	.program-table-container thead {
		height: 60px;
	}
	
	.program-table-lesson-time {
		font-size: 10px;
	}
	
	.program-table-lesson-category {
		font-size: 8px;
	}
	
	.program-table-lesson-title {
		font-size: 10px !important;
	}
	
	.program-table-channel-navigation {
		margin-right: 50px;
	}
	
	.program-table-slide-left, .program-table-slide-right {
		font-size: 10px;
		padding: 8px 12px;
	}
	
	.channel-header {
		width: 160px;
	}
	
	.program-table-container thead th {
		width: 160px;
	}
	
	.program-table-empty-slot {
		min-width: 160px;
	}
	
	.program-table-container {
        margin-left: 30px;
    }

}

/* 767px以下 */
@media screen and (max-width: 767px) {
	/* 新規登録 */
	.pmpro-levels .pmpro_section_content {
		margin: 0 auto;
		padding: 40px;
		border-radius: 6px;
	}
	
	.pmpro-levels .pmpro_section {
        padding: 20px 20px 40px;
    }
	
	.pmpro_table {
        font-size: 12px;
    }
	
	.pmpro_level .pmpro_btn {
        font-size: 12px;
    }
	
	#pmpro_level-2 {
		margin-top: 20px;
		display: block;
	}
	
	#pmpro_level-3 {
		margin-top: 20px;
		display: block;
	}
	
	#pmpro_level-4 {
		margin-top: 20px;
		display: block;
	}
	
	/* 会員購入手続き */
	.pmpro-checkout .pmpro_section {
		margin: 0 20px !important;
	}
	
	.pmpro-checkout .pmpro_section {
		padding: 0 30px 40px;
	}
	
	.pmpro-checkout .pmpro {
		padding: 20px 0 40px;
	}
	
	.pmpro-checkout h2 {
		font-size: 16px !important;
		margin: 30px 0 10px 0 !important;
		padding: 0 0 5px 0 !important;
	}
	
	.pmpro-checkout h2::before {
		width: 4px;
		height: 26px;
		border-radius: 2px;
		margin-right: 8px;
	}
	
	.pmpro-checkout .pmpro_card_content {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.pmpro_level_name_text {
		margin-top: 5px !important;
	}
	
	.pmpro_level_cost_text p {
		margin-top: 5px !important;
	}
	
	.pmpro-checkout .pmpro_form_legend {
		margin-bottom: 5px;
	}
	
	.pmpro_form_field-password-toggle-state {
		font-size: 12px !important;
	}
	
	.pmpro_card_content + .pmpro_card_actions {
        font-size: 12px;
		padding: 6px 12px;
    }
	
	.pmpro_btn {
		font-size: 13px !important;
	}
	
	#schedule-body tr {
		height: 100px;
	}
	
	.program-table-schedule-table tr {
		height: 60px;
	}
	
	/* ログイン */
	.pmpro-login .pmpro_section {
		margin: 0 auto !important;
		padding: 30px;
		border-radius: 6px;
	}
	
	.pmpro_section #loginform .login-username, .pmpro_section #loginform .login-password, .pmpro_section #loginform .login-remember {
        font-size: 12px;
    }
	
	.pmpro_section #loginform .login-submit .button {
        font-size: 13px;
    }
	
	.pmpro-login .pmpro {
		padding: 20px 20px 40px;
	}
	
	/* マイページ */
	.mypage-content-box {
        margin: 20px 30px;
    }
	
	.mypage-user-info {
		margin-bottom: 30px;
	}
	
	.mypage-user-info .user-name {
		font-size: 16px;
	}
	
	.mypage-user-info .user-email, .mypage-user-info .user-tickets {
		font-size: 12px;
		line-height: 1.4;
		margin: 5px;
	}
	
	.membership-menu h2 {
		font-size: 16px;
		margin-bottom: 15px;
		padding-bottom: 6px;
	}
	
	.membership-menu h2::before {
		width: 4px;
		height: 26px;
		border-radius: 2px;
		margin-right: 8px;
	}
	
	.membership-menu a, .membership-menu p {
		font-size: 12px;
	}
	
	.mypage-container .lesson-list-container {
		margin-bottom: 20px;
		font-size: 12px;
	}
	
	.mypage-container .lesson-list-container h2 {
		font-size: 16px;
		margin-bottom: 15px;
		padding-bottom: 6px;
	}
	
	.mypage-container .lesson-list-container h2::before {
		width: 4px;
		height: 26px;
		border-radius: 2px;
		margin-right: 8px;
	}
	
	.mypage-container .lesson-item {
		width: calc(50% - 8px);
	}
	
	.mypage-container .lesson-title {
		font-size: 13px;
	}
	
	.mypage-container .lesson-date {
		margin: 5px 0;
	}
	
	/* アカウント情報 */
	.pmpro-member-profile-edit .pmpro_section_content {
		margin: 0 30px;
    }
	
	.pmpro-member-profile-edit h2 {
		font-size: 16px !important;
		margin-bottom: 15px !important;
		padding-bottom: 6px !important;
	}
	
	.pmpro-member-profile-edit h2::before {
		width: 4px;
		height: 26px;
		border-radius: 2px;
		margin-right: 8px;
	}
	
	.pmpro-member-profile-edit .pmpro_form_legend {
		margin-bottom: 0;
	}
	
	.pmpro_cols-2, .pmpro_cols-3 {
		font-size: 12px;
	}
	
	.pmpro_form_input {
        font-size: 12px !important;
    }
	
	.pmpro_message.pmpro_success {
		font-size: 12px;
		margin: 20px;
	}
	
	.pmpro_form_field-password-toggle {
        font-size: 12px;
    }
	
	/* 会員確認 */
	.pmpro-confirmation .pmpro_section {
        font-size: 12px;
    }
	
	.pmpro-confirmation .pmpro {
        padding: 10px 30px;
    }
	
	.pmpro-confirmation h2 {
		font-size: 16px !important;
		margin: 30px 0 0 0 !important;
		padding: 0 0 6px 0 !important;
	}
	
	.pmpro-confirmation h2::before {
		width: 4px;
		height: 26px;
		border-radius: 2px;
		margin-right: 6px;
	}
	
	.pmpro_btn-plain, .pmpro_btn-plain:hover, .pmpro_btn-plain:focus, .pmpro_btn-plain:active {
        font-size: 10px !important;
    }
	
	.pmpro_tag-success {
		font-size: 12px;
	}
	
	.pmpro_font-large {
        font-size: 14px !important;
    }
	
	.pmpro-confirmation .pmpro_card h3 {
		margin-bottom: 15px;
	}
	
	.pmpro-variation_1 #pmpro_confirmation-1 {
		margin: 20px auto 30px !important;
	}
}

/* 500px以下 */
@media screen and (max-width: 500px) {
	/* ヘッダー */
	.benefits-text {
        font-size: 10px;
    }
	
	.register-text {
        font-size: 10px;
    }
	
	.register-button {
		height: 34px;
        width: 70px;
    }
	
	.vertical-line {
        margin: 0 10px;
    }
	
	.header-left {
        margin-left: 15px;
    }
	
	.header-right {
        margin-right: 15px;
    }
	
	.nav-item {
		font-size: 10px;
	}
	
	/* パンくずリスト */
	.breadcrumb-navigation {
		padding: 80px 20px 0;
	}
	
	/* 直近のレッスン */
	.highlighted-lessons-section {
        padding: 40px 20px 0;
    }
	
	.lesson-slider .lesson-item {
		min-width: 48%;
		padding: 0 5px;
	}
	
	.highlighted-lessons-main {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	
	/* タグ */
	.tag-item {
        width: calc(50% - 6px);
    }
	
	.tag-list-container {
		gap: 8px;
	}
	
	/* アーカイブ動画 */
	.video-item {
        width: calc(50% - 6px);
        margin-bottom: 10px;
    }
	
	/* 新規登録 */
	.pmpro-levels .pmpro_section_content {
		padding: 30px;
	}
	
	/* マイページ */
	.mypage-content-box {
        margin: 0 20px 20px;
    }
	
	/* アカウント情報 */
	.pmpro-member-profile-edit .pmpro_section_content {
        margin: 0 20px;
    }
	
	/* 会員確認 */
	.pmpro-confirmation .pmpro {
        padding: 10px 20px;
    }
	
	/* 番組表 */
	.program-table-container {
        margin-left: 20px;
    }
	
	.program-table-channel-navigation {
        margin-right: 35px;
    }
	
	/* フッター */
	.footer-left {
        margin-left: 15px;
    }

	.footer-right {
        margin-right: 15px;
    }
}

/* 420px以下 */
@media screen and (max-width: 420px) {
	/* ヘッダー */
	.benefits-text {
        font-size: 9px;
    }
	
	.register-text {
        font-size: 9px;
    }
	
	.nav-item {
		font-size: 9px;
	}
	
	.register-button {
        height: 32px;
        width: 60px;
    }
	
	.logo {
        width: 130px;
    }
	
	/* 番組表 */
	.program-table-time-slot p {
		font-size: 10px;
		background-color: #666;
        height: 100px;
        width: 20px;
        text-align: center;
		padding-right: 7px;
	}
	
	.program-table-time-slot-right p {
		font-size: 10px;
		background-color: #666;
        height: 100px;
        width: 20px;
        text-align: center;
		padding-right: 7px;
	}
}