/*index*/
ol li {
	list-style: decimal inside;
	margin-left: 2em;
	text-indent: -1em;
}

.btnWrap {
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}

.btn {
	margin: 10px;
	margin-bottom:1em;
	font-size: 1.2em;
	background-color: #396f55;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	position:relative;
}

.btn a {
	text-decoration: none !important;
	color: #fff !important
}
.index-sub-title{
	font-size: 70%;
	font-weight: normal;
}
.new:after{
content: 'NEW';
    position: absolute;
    top: -30px;
    left: 0;
    font-weight: 700;
    width: 80px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff2300;
    color: #fff;
    text-align:center;
}
/*index end*/
#Page h1.title {
	padding: 25px 0px;
	line-height: 120%;
	text-align:center;
	font-size:1.9em;
}

#Page h2 {
	margin-bottom: 10px;
}

.sub-title {
	display: block;
	text-align: center;
	padding: 10px 0 0 0;
	background-color: #2cb4a8;
	color: #fff;
}

video {
	min-width: 600px;
}

.movie .samnail {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.movie .samnail img {
	width: 370px;
}

.movie .samnail dl {
	max-width: 100%;
	display: inline-block;
	margin: 0 1em 1em 0;
}

.movie .samnail dl dt {
	margin-bottom: 10px;
	border: 1px solid #999;
}

.movie .samnail dl dd {
	font-size: .9em;
	line-height: 1.3em;
}

.movie .samnail dl dd.txt-right {
	text-align: right;
	padding-right: 1em;
}

.movie .itemstitle {
	text-align: center;
}

.movie .item {
	display: table;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 5px;
	margin-bottom: 1em;
}

.movie .item a {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background: #00AAFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	padding: 5px;
	text-decoration: none !important;
}

.movie .item img {}

movie .item a:hover {
	border: 1px solid #f60;
}

.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	margin: 0;
	border: 2px solid #aaa;
	background: #000;
	text-align: center;
	width: 640px;
	height: 360px;
}

.modal-content img {}

.modal-content p {
	margin: 0;
	padding: 0;
}

.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-open {
	color: #00f;
	text-decoration: underline;
}

.modal-open:hover {
	cursor: pointer;
	color: #f00;
}

.modal-close {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	width:100%;
	padding:5px;
}

.modal-close:hover {
	cursor: pointer;
	color: #000;
	background-color: #fff;
}

#illustboshu {
	display: none !important;
}

.adv {
	font-size: larger;
	text-align: center;
}

.adv p {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 3em;
}

.hokenkai {
	margin-bottom: 1.5em;
	width: 30%;
	text-align: center;
	margin: auto;
}

.sp ul li {
	display: inline-block;
	width: 20%;
	margin: 0 3%;
}

.sp ul li:first-child {
	width: 30%;
}

@media only screen and (max-width: 768px) {

	video,
	iframe {
		min-width: inherit;
	}

	.movie .samnail img {
		width: 100%;
	}

	.modal-content img {
		width: 100%;
	}
	#Page h1.title {
		font-size:1.5em;
	}
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
	/* Adjust as needed */
}

@media only screen and (max-width: 640px) {
	.movie .samnail {
		display: block;
		width: 100%;
	}

	.movie .samnail dl {
		display: block;
	}

	.modal-content {
		width: 95%;
		max-height: 200px;
	}

	.sp ul li {
		display: block;
		width: 100%;
		margin-bottom: 1em;
	}

	.sp ul li:first-child {
		width: 100%;
	}
}