@charset "UTF-8";
/* CSS Document */

.txtAln_ctr {
	text-align: center;
}
.imgtxt {
	display:block;
	font-size:1.2rem;
}
.abl_table {
    width: 100%;
    font-size: 1.5rem;
}
.abl_table th, .abl_table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    line-height: 1.8rem;
}
.abl_table th {
	background: #f5f5f5;
}
.abl_table td {
    text-align: center;
}
.abl_graf {
	margin:15px 0;
}
.p-prvideo__main p {
	margin-bottom: 0px;
}
.prvideo2-list__txt .abl-subttl {
    text-decoration: none;
    font-size: 1.6rem;
    margin: 5px 0;
	padding-left:4.3rem;
	text-indent:-4.3rem;
}
.prvideo2-list__txt {
	width:100%;
}
.just-c-centr {
	justify-content: center;
}
.pralb-info {
	font-size:1.6rem;
}
.pralb-info p {
	font-size:1.6rem;
}
.abl-list li , .abl-list dd{
    position: relative;
    padding-left: 12px;
}
.abl-list li:before , .abl-list dd:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00A32C;
    position: absolute;
    top: 10px;
    left: 0;
}
.txt_green {
	text-decoration: underline !important;
}
.txt_green:hover {
	color: #00A417 !important;
}
.txt-deco-under {
	text-decoration: underline !important;
}
@media print , screen and (min-width:1024px){
	.abl-list__left {
		width: 30%;
		display: inline-block;
	}
}
@media screen and (max-width:767px){
	.cover_table {
		width:100%;
		overflow: scroll;
	}
	.abl_table {
		width: 800px;
	}
	.prvideo2-list__txt .abl-subttl {
		font-size:1.6rem;
	}
	.abl_graf {
		margin-top:20px;
	}
	.abl_graf li {
		margin-bottom: 15px;
	}
	.spmt0{
    	margin-top: 0px !important;
	}
	.pralb-info {
		font-size:1.4rem;
	}
	.pralb-info p {
		font-size:1.4rem;
	}
	.sp-left {
		text-align:left;
	}
	.spdb-ib {
		display:block;
	}
	.spmb10 {
		margin-bottom:10px;
	}
	.imgtxt {
		font-size:1.2rem;
	} 
}