@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
#shimolab_enter{
	width: 1260px;
	margin: 0 auto 100px;
}
a::hover{
	opacity: 0.7;
}
#shimolab_enter span.u_txt{
	font-size: 12px;
}
/*top_img*/
#shimolab_enter .top_img{
	width: 100%;
	margin-bottom: 50px;
	padding: 25px 50px;
	height: 330px;
	background-image: url("/img/lp/shimolab/shimolabo_topimg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shimolab_enter .top_img ._title_white{
	display: inline-block;
	padding: 20px;
	border-radius: 1em;
	width: 44%;
}
#shimolab_enter .top_img ._title_white .c_txt{
	color: #df0012;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3;
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
}
#shimolab_enter .top_img ._img{
	width: 54%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*_title*/
#shimolab_enter ._title{
	text-align: center;
	margin-bottom: 2em;
}
#shimolab_enter ._title h2{
	font-size: 3em;
	font-weight: bold;
	display: inline;
	background:linear-gradient(transparent 75%, #df0012 75%);
}
/*シモラボパッケージ*/
#shimolab_enter .det_packaging{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#shimolab_enter .det_packaging img{
	width: 100%;
}
#shimolab_enter .det_packaging ._txt{
	width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#shimolab_enter .det_packaging ._txt .l_txt{
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.2;
}
#shimolab_enter .det_packaging ._txt .btn{
	margin-bottom: 10px;
}
#shimolab_enter .det_packaging ._txt .btn:hover{
	opacity: 0.7;
}
#shimolab_enter .det_packaging ._txt .btn a{
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
}
#shimolab_enter .det_packaging ._txt .btn._n a{
	font-size: 1.5em;
	color: #ffffff;
	background-color: #ed7774;
	padding: 0.5em 0;
	border-radius: 2em;
}
#shimolab_enter .det_packaging ._txt .btn._f a{
	font-size: 1.8em;
	color: #ed7774;
	background-color: #ffffff;
	border: solid 3px #ed7774;
	padding: 1em 0;
	border-radius: 3em;
}
#shimolab_enter .det_packaging ._img{
	width: 54%;
}
/*シモラボオフィス*/
#shimolab_enter .det_office{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 50px;
}
#shimolab_enter .det_office img{
	width: 100%;
}
#shimolab_enter .det_office ._txt{
	width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#shimolab_enter .det_office ._txt .l_txt{
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.2;
}
#shimolab_enter .det_office ._txt ._logo{
	margin-bottom: 5px;
}
#shimolab_enter .det_office ._txt .btn{
	margin-bottom: 10px;
}
#shimolab_enter .det_office ._txt .btn:hover{
	opacity: 0.7;
}
#shimolab_enter .det_office ._txt .btn a{
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
}
#shimolab_enter .det_office ._txt .btn._n a{
	font-size: 1.5em;
	color: #ffffff;
	background-color: #036eb8;
	padding: 0.5em 0;
	border-radius: 2em;
}
#shimolab_enter .det_office ._txt .btn._f a{
	font-size: 1.8em;
	color: #036eb8;
	background-color: #ffffff;
	border: solid 3px #036eb8;
	padding: 1em 0;
	border-radius: 3em;
}
#shimolab_enter .det_office ._img{
	width: 54%;
}
@media screen and (max-width: 768px) {
#shimolab_enter{
	width: 100%;
	margin: 0 auto 50px;
}
a::hover{
	opacity: 1;
}
	/*top_img*/
#shimolab_enter .top_img{
	width: 100%;
	margin-bottom: 25px;
	padding: 10px;
	height: 330px;
	/*background-image: url("/img/lp/shimolab/shimolabp_topimg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: flex;
	justify-content: space-between;*/
}
#shimolab_enter .top_img ._title_white{
	/*display: inline-block;
	border-radius: 1em;*/
	width: 100%;
	padding: 20px 10px 0;
}
#shimolab_enter .top_img ._title_white .c_txt{
	font-size: 1em;
	/*color: #df0012;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;*/
}
#shimolab_enter .top_img ._img{
	width: 100%;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
/*_title*/
#shimolab_enter ._title{
	margin-bottom: 1em;
	text-align: center;
}
#shimolab_enter ._title h2{
	font-size: 1.5em;
}
	/*シモラボパッケージ*/
#shimolab_enter p.at_txt{
	font-size: 0.8em;
}
#shimolab_enter .det_packaging{
	/*width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
	flex-direction: column-reverse;
	padding: 0 10px;
	margin-bottom: 25px;
}
#shimolab_enter .det_packaging img{
	/*width: 100%;*/
}
#shimolab_enter .det_packaging ._txt{
	width: 100%;
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
}
#shimolab_enter .det_packaging ._txt .l_txt{
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.2;
}
#shimolab_enter .det_packaging ._txt .btn{
	margin-bottom: 10px;
}
#shimolab_enter .det_packaging ._txt .btn:hover{
	opacity: 1;
}
#shimolab_enter .det_packaging ._txt .btn a{
	/*width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;*/
}
#shimolab_enter .det_packaging ._txt .btn._n a{
	font-size: 1em;
	/*color: #ffffff;
	background-color: #ed7774;
	padding: 0.5em 0;
	border-radius: 2em;*/
}
#shimolab_enter .det_packaging ._txt .btn._f a{
	font-size: 1.2em;
	/*color: #ed7774;
	background-color: #ffffff;
	border: solid 3px #ed7774;
	padding: 1em 0;
	border-radius: 3em;*/
}
#shimolab_enter .det_packaging ._img{
	width: 100%;
	margin-bottom: 10px;
}
	/*シモラボオフィス*/
#shimolab_enter .det_office{
	/*width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;*/
	flex-direction: column-reverse;
	padding: 0 10px;
	margin-bottom: 25px;
}
#shimolab_enter .det_office img{
	/*width: 100%;*/
}
#shimolab_enter .det_office ._txt{
	width: 100%;
	/*width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: center;*/
}
#shimolab_enter .det_office ._txt .l_txt{
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.2;
}
#shimolab_enter .det_office ._txt ._logo{
	margin-bottom: 5px;
}
#shimolab_enter .det_office ._txt .btn{
	margin-bottom: 10px;
}
#shimolab_enter .det_office ._txt .btn:hover{
	opacity: 1;
}
#shimolab_enter .det_office ._txt .btn a{
	/*width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;*/
}
#shimolab_enter .det_office ._txt .btn._n a{
	font-size: 1em;
	/*color: #ffffff;
	background-color: #036eb8;
	padding: 0.5em 0;
	border-radius: 2em;*/
}
#shimolab_enter .det_office ._txt .btn._f a{
	font-size: 1.2em;
	/*color: #036eb8;
	background-color: #ffffff;
	border: solid 3px #036eb8;
	padding: 1em 0;
	border-radius: 3em;*/
}
#shimolab_enter .det_office ._img{
	width: 100%;
	margin-bottom: 10px;
}
}