@charset "UTF-8";


@media screen and (max-width:600px){
	
	.button   {
	width: 120px;
	height: 20px;
	text-align: center;
	background-color: #0A2482;
	-webkit-border-radius: 47;
	-moz-border-radius: 47;
	border-radius: 47px;
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-box-shadow: 1px 3px 5px #595959;
	box-shadow: 1px 3px 5px #595959;
	font-size: 13px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}


.button:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	color: #EBE9E9;
	background-color: #091F6D;
	position: relative;
	top: 2px;
}


	.wrapper .Introduction h3 {
	font-size: 13px;
	margin-bottom: 10px;
}
		.pc{
			display:none;
			}
        .move #text_area .Introduction {
         clear:both;
}
.move #text_area .soft_img {
	width: 150px;
	height: 105px;
	border: 0.5px solid #E4E4E4;
}
#text_area .wrapper{
	text-align:center;
	width:100%;}
}
