@charset 'UTF-8';

/* CSS information
file name  : sds.css
author     : Abilive
style info : SDS */
.chkUL_sds{
	padding-bottom:150px;
}
@media(max-width:767px){
	.chkUL_sds {
		padding-bottom:70px;
	}
}
.chkUL_sds div ul{
	width:95%;
	max-width:1100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0px;
	margin:0px auto 50px;
}
.chkUL_sds div ul li{
	width:42%;
	color:#fff;
	margin:0px 0px 24px 0px;
	padding:6rem 3rem 6rem 3rem;
	flex: 1 auto 42%;
	background: #8c8c8c;
}
.chkUL_sds div ul li label{
	margin-left: 1rem;
}
@media(max-width:767px){
	.chkUL_sds div{
		margin:0px auto 20px;
	}
	.chkUL_sds div ul{
		margin:0px auto 20px;
		justify-content: space-around;
	}
	.chkUL_sds div ul li{
		width:92%;
		max-width:100%;
		margin:0px 0px 24px 0px;
		padding:30px 3% 30px 3%;
		flex: 1 auto 84%;
	}
	.chkUL_sds .btnBox_toForm{
		width: 95%;
	}
}
.con_checkbox {
text-align: center;
margin-bottom: 70px;
}
.con_checkbox .box_checkbox{
	font-size: 1.6rem ;
	text-align: center;
	background-color: #456eb0;
	padding: 1rem 2rem;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	margin-left: 3rem;
}
.con_checkbox .box_checkbox a{
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: opacity 0.3s ease;
}

.con_checkbox .box_checkbox a:hover {
    opacity: 0.7;
}

@media(max-width:767px){
	.con_checkbox{
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-inline: auto;
	}
	.con_checkbox .box_checkbox{
		margin: 1rem 0 0 0;
		padding: 1rem 0;
		width: 100%;
	}
}