@charset "UTF-8";

.News_comment_strong
{
	color: #ff7d7d;
	font-size:0.9em;
}

.PanelImage_Mobile{
	display:none;	
}

#Recruit{
	width:80%;
	margin:0px auto;
	padding:0px;
}

#Recruit img{
	width:100%;
	margin:10px 0px 0px;	
}

#News .comment{
	
	border: rgba(255,209,209,1) 1px solid;  /* 枠線を追加 */
	padding:1% 2%;
	width:76%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

#News .comment .TitleImage{
	width:100%;
	margin:10px 0px;
}

#News .comment .DivLineImage{
	width:80%;
	margin:0px auto;
}


.panel1 img.PanelImage{
	right:0px;
	top:0px;
	width:40%;
	height:auto;
	float:right;
	
}

.panel1 .Panel_comment{
	width:58%;
	height:auto;
}

.panel1 .comment1{
	margin-top:90px;
}

.panel2 img.PanelImage{
	padding-top:70px;
	width:60%;
	height:auto;
	float:right;
	
}

.panel2 .Panel_comment{
	padding-top:90px;
	width:40%;
	height:255px;
}

.panel3 img.PanelImage{
	right:0px;
	top:0px;
	width:40%;
	height:auto;
	float:right;
	
}

.panel3 .Panel_comment{
	padding-top:90px;
	width:58%;
	height:278px;
}

.panel3 .panel_comment_1
{
	width:79%;
}

/* Small Desktops */
@media (min-width: 769px) and (max-width: 1096px) {
}
/* Small Tablets */
@media (min-width: 481px) and (max-width: 768px) {

}
/* Mobile */
@media (max-width: 480px) {


	.panel1 img.PanelImage{
		display:none;
	}

	.panel1 img.PanelImage_Mobile{
		display:block;
		width:85%;
		height:auto;
		margin: 0px auto;
		
	}
	
	.panel1 .Panel_comment{
		width:84%;
		height:auto;
		margin:10px auto ;
	}

	.panel2 img.PanelImage{
		display:none;		
	}
	
	.panel2 .Panel_comment{
		width:84%;
		margin:10px auto;
		height:auto;
		padding:0px;
	}


	.panel3 img.PanelImage{
		display:none;		
	}
	
	.panel3 img.PanelImage_Mobile{
		display:block;
		width:85%;
		height:auto;
		margin:10px auto;
	}
	
	.panel3 .Panel_comment{
		width:84%;
		margin:10px auto;
		height:auto;
		padding:0px;
	}
	
	.panel3 .panel_comment_1
	{
		width:100%;
	}
}