@charset "UTF-8";

@media (max-width:900px) and (min-width:601px){
		.img01_mov, .img01{display:none;}

	.list_p ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 40px;
	font-size: 13px;
}
.clear_00 {
	height: 20px;
	font-size: 1px;
	clear: both;
	opacity: 0;
	width: auto;
}
.move #text_area .wrapper {
	width: 100%;
	height: auto;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper .business h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.wrapper .business02 h2 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
}
.wrapper .business .img {
	width: 120px;
	height: 88px;
	border: 1px solid #DEDEDE;
	margin-left: auto;
	margin-right: auto;
}
.wrapper .business02 .img {
	width: 120px;
	height: 88px;
	border: 1px solid #DEDEDE;
	margin-left: auto;
	margin-right: auto;
}
.move #text_area .img01_tab {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 308px;
}
.move #text_area .coution {
	text-align: center;
	font-size: 13px;
}


	.move #text_area .business {
	width: 42%;
	float: left;
	margin-left: 4%;
	background-color: rgba(89,148,244,0.09);
	padding-top: 0px;
	padding-bottom: 15px;
	border-radius: 15px;
	max-width: 300px;
	-webkit-box-shadow: 1px 3px 5px #595959;
	box-shadow: 1px 3px 5px #595959;
	height: auto;
}
	.move #text_area .business:hover {
	-webkit-box-shadow: 1px 1px 0px #797979;
	box-shadow: 1px 1px 0px #797979;
	position: relative;
	top: 5px;
	float: left;
	background-color: rgba(3,21,52,0.09);
}
.business .list_p {
	height: 88px;
	width: 100%;
}

	.move #text_area .business02 {
	width: 42%;
	float: right;
	background-color: rgba(89,148,244,0.09);
	padding-top: 0px;
	padding-bottom: 15px;
	border-radius: 15px;
	max-width: 300px;
	-webkit-box-shadow: 1px 3px 5px #595959;
	box-shadow: 1px 3px 5px #595959;
	margin-right: 4%;
	height: auto;
}
	.move #text_area .business02:hover {
	-webkit-box-shadow: 1px 1px 0px #797979;
	box-shadow: 1px 1px 0px #797979;
	position: relative;
	top: 5px;
	background-color: rgba(3,21,52,0.09);
}
.business02 .list_p {
	height: 88px;
	width: 100%;
}

}
.coution a {
color: #797979;
text-decoration: underline;
}