.l-wrapper{
	/*background: url(/pr/misumi_mamd_2026/images/background.png) repeat;

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
	
}
.l-wrapper:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(/pr/misumi_mamd_2026/images/background.png) repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.l-wrapper .VN_alertBox{
    margin: auto;
    padding: 20px 10px 1px 10px;
    background: #fff;
}
.l-wrapper .l-breadcrumb{
	width: 1200px;
	margin:0 auto;
	color: #fff;
	padding: 10px 0
}
.l-wrapper .l-breadcrumb > li > a{
    color: #fff;
    font-weight: bold;
}
.l-wrapper .main-visual img{
	width: 100%;
}
.l-wrapper .main-visual {
	min-width: 1200px;
}
.l-content{
	padding-top: 20px;
}
.l-content .tab-content{
	padding: 20px;
	margin-bottom:20px;
}
.l-content .tab-content .tabs-nav{
	display: flex;
    background: #fff;
    width: 100%;
    border: 5px solid #1c44bc;
    border-radius: 20px;
    position: relative;
    /* padding: 5px; */
    flex-direction: row;
    justify-content: space-around;
}
.l-content .tab-content .tabs-nav .item{
	margin: 0 15px;
    font-size: 25px;
    width: 550px;
    text-align: center;
    transition: .5s;
}
.l-content .tab-content .tabs-nav .item:hover{
	width: 450px;
}
.l-content .tab-content .tabs-nav .item.active {
    width: 450px;
}
.l-content .tab-content .tabs-nav .item a:visited{
	color: #004bb1;
}
.l-content .tab-content .tabs-nav .item a{
	display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: .5s;
}
.l-content .tab-content .tabs-nav .item.active a{
	background: #005dfc;
	background: linear-gradient(180deg,rgba(0, 93, 252, 1) 0%, rgba(23, 39, 194, 1) 100%);
	color: #fff;
	border: 5px solid #fff;
	border-radius: 20px;
	transform: scale(1.27);
	box-shadow: 0 0 5px #4b3e3e;
    font-size: 20px;
}
.l-content .tab-content .tabs-nav .item a:hover{
	
	background: #005dfc;
	background: linear-gradient(180deg,rgba(0, 93, 252, 1) 0%, rgba(23, 39, 194, 1) 100%);
    color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
    transform: scale(1.27);
    box-shadow: 0 0 5px #4b3e3e;
    font-size: 20px;
}	


.l-content .tab-section{
    /* padding: 20px 0 40px 0; */
	padding: 20px 0 300px 0;
}
.l-content .tab-section .info-content{
    display: block;
    background: #fff;
    margin-bottom: 50px;
    padding: 15px 50px;
    border-radius: 15px;

}
.l-content .tab-section .info-content h3{
	margin: 10px 0;
    text-align: center;
    font-size: 25px;
    color: #1627c3;
}
.l-content .tab-section .info-content p{
	font-size: 17px;
	margin-bottom:10px;
}

.l-content .title-box{
	display: block;
    position: relative;
    padding: 40px 0;
    margin-bottom: 20px;
}
.l-content .title-box.no-line hr{
	display: none;
}
.l-content .title-box hr{
	display: block;
	width: 100%;
	border: none;
	height: 5px;
	background: #f0f0f0;
	margin-bottom: 10px;
}
.l-content .title-box h3{
	background: #005dfc;
	background: linear-gradient(180deg,rgba(0, 93, 252, 1) 0%, rgba(23, 39, 194, 1) 100%);
	width: 450px;
    font-size: 40px;
    color: #f0f0f0;
    border: 5px solid #f0f0f0;
    border-radius: 20px;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.l-content .title-box.no-line h3{
	position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
	display: block;
	margin: auto;
}
.l-content .tab-section > img{
	display:block;
	margin: 20px auto;
}

.l-content .button-box{
	display: block;
    padding: 20px 0;
	margin-bottom: 20px;	
}
.l-content .button-box a{
	background: linear-gradient(180deg,rgba(0, 93, 252, 1) 0%, rgba(23, 39, 194, 1) 100%);
	display: block;
	width: 450px;
    font-size: 25px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
    text-align: center;
    padding: 10px 5px;
    margin: auto;
}

.l-content .company-info{
	display: block;
	background: #fff;
	padding: 30px 50px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.l-content .company-info .row{
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
    align-items: center;
}
.l-content .company-info .row .col{
	flex: 0 0 75%;
	min-width: 200px;
	margin-bottom: 10px;
	font-size: 17px;
}

.l-content .company-info .row .col.col-1-4{
	flex: 0 0 25%;
}
.l-content .company-info .row .col.col-3-4{
	flex: 0 0 75%;
}
.l-content .company-info p{
	margin-bottom: 10px;
}
.l-content .company-info img{
    width: 100%;
    box-shadow: none;
}


.l-content .example-box{
	display: block;
	background: #f0f0f0;
	padding: 30px 50px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.l-content .example-box h4{
	font-size: 25px;
	color: #0d1485;
	margin-bottom: 15px;
	display:block;
    text-align: center;
}
.l-content .example-box .title-example{
	display: flex;
	justify-content: space-around;
	font-size: 20px;
	margin-bottom: 15px;
    width: 96%;
    color: #0d1485;
    font-weight: bold;
    text-decoration: underline;
}
.l-content .example-box p{
	font-size: 15px;
}
.l-content .example-box ul{
	padding: 0 10px;
    font-size: 15px;
    margin: 5px 10px 15px 10px;
    list-style: circle;
}
.l-content .example-box ul li{
    list-style: disc;
}
.l-content .example-box a{
	font-size: 22px;
    color: #131211;
    font-weight: bold;
    background: #facc02;
    padding: 7px 20px;
    display: block;
    width: 400px;
    text-align: center;
    margin: 10px auto;
    border: 4px solid;
    border-left-color: #feffa3;
    border-top-color: #fefca9;
    border-right-color: #fefca9;
    border-bottom-color: #ed9900;
}

.l-content .round-test{
	position: relative;
	padding: 40px 0;
}
.l-content .round-test hr{
	display: block;
	width: 100%;
	border: none;
	height: 5px;
	background: #fff;
	margin-bottom: 10px;
}

.l-content .round-test .round-row.relative{
	position: absolute;
    width: 100%;
    top: -20px;
}
.l-content .round-test .round-row{
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
    padding-top: 40px;
}
.l-content .round-test .round-row .round-title{
    width: 175px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    padding: 5px 5px;
    background: #0f2389;
}
.l-content .round-test .round-row .round-item{
    width: 330px;
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
}
.l-content .round-test .round-row .round-item .round-number{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #202020;
}
.l-content .round-test .round-row .round-item .round-desc{
	font-size: 15px;
    line-height: 25px;
}
.l-content .round-test .round-row .round-item .round-desc h5{
	font-size: 20px;
	color: #0d1485;
	margin-bottom: 10px;
}
.l-content .round-test .round-row .round-item .round-desc p{
	margin-bottom: 15px;
}


.l-content .slider-activity{
	display: block;
	margin-bottom: 40px;
}
.l-content .slider-activity .owl-carousel .item{
    min-height: 400px;
	padding:40px 100px;
	background: #f0f0f0;
	border-radius: 15px;
}
.l-content .slider-activity .owl-carousel .item h6{
	font-size: 25px;
	color: #0d1485;
	text-align: center;
	margin-bottom: 20px;
}
.l-content .slider-activity .owl-carousel .item  p{
	font-size: 15px;
	line-height: 30px;
    margin-bottom: 15px;
}
.l-content .slider-activity .owl-carousel .item  ul{
	padding: 0 10px;
    font-size: 15px;
    margin: 5px 10px 15px 10px;
    list-style: circle;
}
.l-content .slider-activity .owl-carousel .item ul li{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}
.l-content .slider-activity .owl-carousel .item  ul.no-style{
	padding: 0;
}
.l-content .slider-activity .owl-carousel .item  ul.no-style li{
	list-style: none;
	padding-left: 0;
}
.l-content .slider-activity .owl-carousel .item a.download-form{
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0b0085;
    padding: 20px 0;
}
.l-content .slider-activity .owl-carousel .item a.register-now{
	display: block;
    width: 300px;
    background: #facc02;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 10px;
    margin: auto;

}
.l-content .slider-activity .owl-carousel .owl-prev{
	position: absolute;
    left: 10px;
    bottom: 200px;
    font-size: 90px;
}
.l-content .slider-activity .owl-carousel .owl-next{
	position: absolute;
    right: 10px;
    bottom: 200px;
    font-size: 90px;
}
.l-content .slider-activity .owl-carousel .owl-dots{
	/* position: absolute;
	top: 200px; */
	width: 100%;
	text-align: center;
}
.l-content .slider-activity .owl-carousel .owl-dots .owl-dot{
	display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
}
.l-content .slider-activity .owl-carousel .owl-dots .owl-dot span{
	width: 18px;
    height: 18px;
    margin: auto;
    background: #636363;
}
.l-content .slider-activity .owl-carousel .owl-dots .owl-dot.active span{
	background: #fff;
}


.l-content .memories-box{
	background: #f0f0f0;
    display: block;
    padding: 40px;
	border-radius: 15px;
	margin-bottom: 40px;
}

.l-content .memories-box h4{
	background: linear-gradient(180deg, rgba(0, 93, 252, 1) 0%, rgba(23, 39, 194, 1) 100%);
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px 5px 9px #636363;
}
.l-content .memories-box .row{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    margin-top: 20px;
    justify-items: center;
}
.l-content .memories-box .row .col{

}
.l-content .memories-box .row .col table{
	min-width: 400px;
    text-align: center;
}
.l-content .memories-box .row .col table td{
	width: auto;
    text-align: center;
    font-size: 15px;
}
.l-content .memories-box .row .col table td b{
	font-size: 25px;
}

.l-content .footer-box{
    background: #fff;
    padding: 40px 0;
	 text-align: center;
	position: relative;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.l-content .footer-box h5{
	display: block;
    text-align: center;
    font-size: 40px;
}
.l-content .footer-box p{
	text-align: center;
    font-size: 15px;
    line-height: 30px;
}

/* .l-content .footer-box:after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 135%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
} */



.l-content .register-box{
	background: #f0f0f0;
    padding: 40px;
    border-radius: 15px;
}
.l-content .register-box .title-cont{
	position: relative;
	text-align: center;    
	margin-bottom: 20px;
}
.l-content .register-box .title-cont img{

}
.l-content .register-box .title-cont h4{
    font-size: 32px;
    height: 35px;
    line-height: 30px;
    color: #0e3ebb;
    background: #f0f0f0;
    padding: 10px;
    position: absolute;    
	width: 700px;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.l-content .register-box a.download-form{
	text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #0b0085;
    padding-bottom: 20px;
}
.l-content .register-box a.register-test{
	font-size: 22px;
    color: #131211;
    font-weight: bold;
    background: #facc02;
    padding: 7px 20px;
    display: block;
    width: 400px;
    text-align: center;
    margin: 10px auto 30px auto;
    border: 4px solid;
	text-decoration: none;
    border-left-color: #feffa3;
    border-top-color: #fefca9;
    border-right-color: #fefca9;
    border-bottom-color: #ed9900;
}

.l-content .register-box hr{
	display: block;
    width: 100%;
    border: none;
    border-top: 2px dashed #4f8dfe;
    margin-bottom: 30px;
}

.l-content .register-box p{
	font-size: 16px;
    margin-bottom: 10px;
}
.l-content .register-box p b{
	font-size: 18px;
}

