@charset "utf-8";
/***************************************
	動画テキスト版スタイル　
	2024 May～
****************************************/
h1 span {
	display: inline-block;
}

#contents.contWord ul {
	list-style: disc !important;
}
#contents.contWord ol li {
	font-weight: bold;
	line-height: 1.6em;
}
#contents.contWord ol li .normal {
	font-weight: normal !important;
}
#contents dl {
	margin: 0 1em 1.25em;
}
#contents dl.gray {
    background: #efefef;
	padding: 1em !important;
}
#contents dl.w20em {
	max-width: 20em;
}
#contents dl.w36em {
	max-width: 36em;
}


#contents .scrollBox {
	overflow-x: auto;
	width: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
#contents .scrollBox-in {
	scroll-snap-type: x mandatory;
	max-width: 1200px;
	min-width: 540px;
}

#contents table {
	font-size: 0.8em;
}
#contents table.rev2 span.sq {
    font-size: 0.5em;
    background: #333;
    padding: 0.2em 0.3em 0.2em 0.2em;
    border-radius: 6px;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 0.3em;
    color: white;
}
#contents table.rev2 th {
    font-weight: bold;
    width: 120px;
}


/* ページバック */
.page_return {
	margin: 10px auto;
	text-align: center;
	background-color: #3f51b5;
	width: 300px;
	border-radius: 30px;
}
.page_return a p {
	width: 300px;
	color: #FFF;
	font-size: 0.9em;
	padding: 10px 0;
	margin: 0 !important;
    line-height: 1.5em;
	display: inline-block;
	
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 20px center;
    background-image: url(../images/icon/icon_back.svg);
}
.page_return:hover {
	opacity: 0.6;
	transition: .3s;
}
