@charset "utf-8";
/* CSS Document */
.tl-box {
	background-color: #A6A6A6;
	padding: 32px 0;
}
.timeline {
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
	padding: 64px 64px;
}
.timeline,
.timeline a{
	color: #0b496d;
}
.timeline h2{
    padding: 16px;
	margin: 8px 0;
    background-color: #FFFFFF;
    font-size: 2.5em;
    font-weight: 900;
    text-align: center;
    color: #000000;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	box-sizing: border-box;
}
.timeline-stext {
	padding: 16px;
	margin: 8px 0;
    background-color: #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
}
.hs-iframe-ck{
	display: none !important;
}

/*基本装飾*/

.impact-yellow{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*タイムライン*/
ul.tl,
ul.tl-links,
ul.tl-links-cat,
ul.tl-links-cou{
	list-style-type: none;
	padding: 0;
}
ul.tl{
	width: 100%;
	position: relative;
	padding-bottom: 64px;
}
ul.tl::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #0b496d;
	left: 50%;
    transform: translateX(-50%);
	box-sizing: inherit;
}
.tl-item{
	width: 100%;
}
.tl-dbox{
	position: relative;
	display: table;
	width: 46%;
	margin: 16px 0;
	padding: 8px;
	border-radius: 8px;
	background-color: hsla(0,0%,100%,0.9);
	box-shadow: 2px 2px 3px hsla(0,0%,20%,0.70);
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,20%,0.70);
	box-sizing: border-box;
}
.tl-point{
    position: absolute;
	left: calc(50% - 20px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
	border: 5px solid #0b496d;
}
.tl-section .tl-dbox {
	width: 100%;
	font-size: 1.25em;
	font-weight: 800;
	border: 6px solid #0b496d;
	text-align: center;
}
.tl-gap .tl-dbox {
	width: 100%;
	font-size: 1.25em;
	font-weight: 800;
	padding: 8px 16px;
	text-align: center;
}
.tl-gap2 {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
.tl-event .tl-dbox:before{
	content: "";
	position: absolute;
	top: 28px;
	left: 100%;
	margin-top: -15px;
	border: 8px solid transparent;
	border-left: 16px solid hsla(0,0%,20%,0.70);
}
.tl-event .tl-point{
    background-color: #FF4B67;
}
.tl-movie .tl-dbox{
	position: relative;
	left: 54%;
}
.tl-movie .tl-dbox:before{
	content: "";
	position: absolute;
	top: 28px;
	left: -24px;
	margin-top: -15px;
	border: 8px solid transparent;
	border-right: 16px solid hsla(0,0%,20%,0.70);
}
.tl-movie .tl-point{
	background-color: #FFB54C;
}
.tl-detail-icon,
.tl-detail-info{
 	display: table-cell;
}
.tl-detail-icon{
	font-size: 3.0em;
	padding-left: 8px;
	padding-right: 16px;
	vertical-align: middle;
	width: 55px;
	text-align: center;
}
.tl-detail-date {
	font-size: 0.85em;
}
h3.tl-detail-title{
	margin: 4px 0;
	font-size: 1.05em;
}
h3.tl-detail-title a{
	text-decoration: none;
}
h3.tl-detail-title a:after{
    content: '\f35d';
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-left: 4px;
	font-size: 0.65em;
}

ul.tl-links-cat,
ul.tl-links{
	margin-top: 2px;
}
ul.tl-links-cou{
	margin-top: 4px;
	margin-bottom: 4px;
}
.tl-links-cat li,
.tl-links li{
	display: inline-block;
	margin: 2px 4px 2px 0;
}
.tl-links-cou li{
	display: inline-block;
	margin: 6px 4px 6px 0;
}
.tl-links-cat li,
.tl-links-cou li a,
.tl-links li a{
	border-radius: 4px;
}
.tl-links-cat li{
	padding: 4px 8px;
	font-size: 0.82em;
    background-color: #E08B00;
    color: #FFFFFF;
}
.tl-links-cou li a{
	padding: 2px 10px;
	font-size: 1.0em;
	text-decoration: none;
	background-color: #0b496d;
	color: #FFFFFF;
}
.tl-links li{
	margin: 6px 4px 6px 0;
}
.tl-links li a{
	padding: 3px 8px;
	font-size: 0.75em;
	text-decoration: none;
	background-color: #454545;
	color: #FFFFFF;
}
.tl-links li a:hover{
    background-color: #232323;
}
.tl-detail-comment {
	font-size: 0.9em;
	line-height: 1.5em;
}
.tl-detail-comment a:hover{
	color: #F14B2C;
}
.twitter-tweet {
	width: 100% !important;
	max-width: 500px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


/*ifeame*/
.hs-iframe-ck {
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 99%;
}
.hs-iframe-ck::before {
	display: table-cell;
	position: absolute;
	content: "Click";
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 99%;
	z-index: 10;
	padding-top: 25%;
	transition: all 0.3s;
}
.hs-iframe-ck:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}
.hs-iframe-ck img{
	width: 100%;
	height: auto;
}
.tl-list-box {
    border: 4px solid #F4CB3E;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    background-color: #F2F7CD;
}
.tl-list-box h3{
	text-align: center;
	margin: 16px auto;
	font-weight: 600;
	font-size: 1.25em;
}
.tl-list-box a{
	color: #000000;
}
.tl-list-box a:hover{
	color: #F84B4B;
}
ul.tl-nav {
	list-style-type: none;
	margin: 16px auto;
	padding: 0;
}
ul.tl-nav li a{
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 4px;
	margin: 4px 0;
}
ul.tl-list {
	display: block;
	list-style-type: none;
	margin: 16px auto;
	padding: 0;
	text-align: center;
}
ul.tl-list li{
	display: inline-block;
	margin-right: 8px;
}
ul.tl-list li a{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1.5em;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	background-color: #FFFFFF;
}

.tl-detail-nico-iframe {
	overflow-x: scroll;
}
/*個別対応*/
#1129597097907347457 .MediaCard-media{
	display: none !important;
}

@media screen and (max-width: 960px){
	.timeline {
		padding: 64px 20px;
	}
	ul.tl::before {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 4px;
		left: 24px;
		transform: translateX(-8px);
		box-sizing: inherit;
	}
	.tl-dbox{
		width: 85%;
		padding: 4px;
	}
	.tl-point{
		position: absolute;
		left: 5px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
	}
	.tl-section .tl-dbox,
	.tl-gap .tl-dbox{
		position: relative;
		left: 0px;
	}
	.tl-section .tl-dbox,
	.tl-gap2{
		box-sizing: border-box;
	}
	.tl-gap .tl-dbox{
		width: calc(100% + 8px);
	}
	.tl-event .tl-dbox,
	.tl-movie .tl-dbox{
		position: relative;
		left: 50px;
	}
	.tl-event .tl-dbox:before,
	.tl-movie .tl-dbox:before{
		top: 20px;
		left: -17px;
		border-left: none;
		border-right: 16px solid hsla(0,0%,20%,0.70);
	}
	.tl-detail-info{
		font-size: 0.85em;
		padding-bottom: 0;
	}
	.tl-links{
		margin-bottom: 4px;
		margin-left: 4px;
	}
}
@media screen and (max-width: 560px) {
	.twitter-tweet {
		max-width: 250px !important;
	}
}
@media screen and (max-width: 480px) {
	.tl-dbox {
		width: 85%;
	}
	.twitter-tweet {
		width: 200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}