@charset "utf-8";

/* -------------------------------
common
------------------------------- */


/* section */
.l-content .section {
	margin-bottom: 60px;
}
.l-content .sectionInner {
	margin-bottom: 60px;
}


/* txt */
.l-content .secTxt {
	font-size:14px;
}
.l-content .secList {
	font-size:14px;
	margin-left:12px;
	list-style-type:decimal !important;
	list-style: square !important;

}
.l-content .secList li {
	text-indent:-0.5em;
	margin-left:0.5em;
}
.l-content .secPic {
	text-align: center;
	margin-top:30px;
}
.l-content .linkBtn {
	width: 270px;
	margin: 36px auto;
}


.l-content .m-h2--custom {
	
	background-color: #f2f2f2;
	font-size: 16px;
	color: #333333;
}

.l-content .m-btnLink--strong:hover {
	background: #ffcc00 !important;
	color:#000 !important;
	box-shadow: none;
	
}

.l-content .m-h2--custom img {
	margin: 0 auto;
    display: block;
    /* float: left; */
    background: #fff;
}

.l-content .m-h2--custom span {
	display: inline-block;
	padding: 12.5px 0 12.5px 25px;
}

.l-content .sub_main--border {
	border: 3px solid #ffcc00;
	border-radius: 7px;
}

.l-content .sub_main--title {
	background-color: #000;
	color: #ffcc00;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 15px;
	margin: 0 auto;
	text-align: center;

}
.l-content .sub_main--title span {
	display: inline-block;
	color: #ffffff;
	background: #000000;
	padding: 2px 5px;
	line-height: 1.1em;
}

.l-content .sub_main--title2 {
	background-color: #ffcc00;
	color: #0f218b;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 10px;
	margin: 0 auto;
	text-align: center;
}

.l-content .sub_product--title {
	background-color: #000;
	color: #ffcc00;
	
}

.l-content .imgstyle {
	margin: auto 0 30px;
	
}



/* ------------------------------------------------------
contents
------------------------------------------------------ */
/* ttl */
.l-content .mainVisual {
	width: 950px;
	height: 390px;
	margin-bottom:;
	padding: 0;
	border: none;
	background: url(/pr/1storder202512/images/mainvs.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* newRegistrationsBlock */
.l-content .newRegistrationsBlock {
	margin-top:20px;
}
.l-content .newRegistrations .box.boxL {
	float: left;
	width: 302px;
}
.l-content .newRegistrations .box.boxR {
	float: right;
	width: 626px;
}
.l-content .newRegistrations .box .txt {
	margin-bottom:30px;
}
.l-content .newRegistrations .box .pic .picList .picB {
	float:left;
}
.l-content .newRegistrations .box .pic .picList .picC {
	float:right;
}
.l-content .newRegistrations .box .pic .picList li span{
	display:block;
	font-size:10px;
	margin-top:3px;
}


/* filterBlock */
.l-content .filterBlock {
	width:910px;
	margin:30px auto 0;
}
.l-content .filterBlock .picList li {
	width:450px;
}
.l-content .filterBlock .picList .picListL {
	float:left;
}
.l-content .filterBlock .picList .picListR {
	float:right;
}