/*打ち消し*/

.content ul > li::before {
    content: none;
}

.content ul li {
	margin: 0;
	padding: 0;
}

/*関連動画*/

summary {
    display: block;
}

summary::-webkit-details-marker {
    display: none;
}

.accordion-contents {
	margin-top: 0 !important;
}

.scroll-table {
    overflow-x: scroll;
}

.sticky-table td {
	padding: 20px !important;
	background: #fbfbfb !important;
	border: 1px solid transparent !important;
}

.accordion-title {
    position: relative;
    padding: 14px;
    background-color: #333;
    letter-spacing: .05em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.accordion-title::before {
    content: '\f107';
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
}

.accordion-contents {
    margin-top: 1.2em;
}

.related-list {
    display: flex;
    margin: 0;
    padding: 0;
}

.related-item {
    width: 140px;
    list-style: none;
}

.related-item + .related-item {
    margin-left: 1.2em;
}

.video-img {
    width: 100% !important;
    height: 100px !important;
    object-fit: cover;
}

.video-title {
    display: block;
    margin-top: .5em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.video-link {
    display: block;
    margin-top: -1em;
    padding: 10px;
    border-radius: 40px;
    background: #a83f3f;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    transition: background .3s;
}

.video-link:hover {
    background-color: #333;
}

/* 動画配信表 */

.webcast table {
    width: 100%;
}

.webcast-table_title {
    text-align: center;
}

.webcast .webcast-table_title td {
    width: 33%;
    background-color: #f0f9fc !important;
}

.webcast td {
    padding: .5em 1em;
    text-align: center;
    vertical-align: middle;
    background-color: #fff !important;
    color: #333;
}

.webcast-vod-img {
    width: 80%;
}

.webcast-icon {
    width: 25%;
}

.webcast td span {
    display: block;
    margin-top: .5em;
}

.webcast-btn {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 6px;
    color: #fff !important;
}

.webcast-btn.possible {
    background-color: #ef9505;
    border-radius: 40px;
}

.webcast-btn.otameshi {
	background-color: #A6A6A6;
	border-radius: 40px;
}

.webcast-btn-row span:last-child {
    margin: 0;
}

.webcast-btn-row span {
    font-size: 1em;
}

/* CVボタン */

.cv-btn-area {
    margin-top: 4em;
}

.balloon {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    background-color: #a83f3f;
    border-radius: 24px;
}

.balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #a83f3f; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.balloon.jump {
    animation: bound-animation 1s infinite alternate;
}

@keyframes bound-animation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.balloon p {
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}

.cv-btn {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
    background-color: #ef9505;
    border-radius: 24px;
    box-shadow: 0px 8px #694101
}

.cv-btn:hover {
    transform: translateY(8px);
    box-shadow: 0px 0px;
}

.cv-btn a {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.cv-btn img {
    width: 120px;
}

.cv-btn p {
    margin-left: 1em;
    font-size: 1.6em;
    color: #fff;
}

.cv-btn span {
    color: #ffff00;
}

/* サイドバー */

.wp-block-search__input {
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
}

.wp-block-search__button {
	width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 50%;
	background: #333;
	border: none;
}

.search-icon {
	color: #fff;
}

.side-widget-title {
	   padding: 20px 16px;
    background: #ECD0A3;
    border-radius: 4px;
	   font-size: 18px;
    color: #fff;
}

.side-archive-block {
	margin-top: 1.2em;
}

.widget-side li {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.widget-side li a {
	display: block;
	font-size: 16px;
}

.side-newPost-block {
	margin-top: 1.2em;
}

.wp-block-categories {
	margin-top: 1.2em;
}