@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width: 1240px){
	
	.flex-4_1_1 a{text-decoration: none;}
	
	section.content-1360,section{
		margin-bottom: 20px;
		padding: 10px;	
	}

	section.top {
		padding-top: 40px;
		height: 1080px;
		background: url("../img/front/img_01.webp") center no-repeat;
		background-size: cover;
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
	}
	.top h4{
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		text-align: center;
		margin-bottom: 10px;
	}
	
	section.top div.top{
		border: none;
		padding-top: 0px;
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 24px;
}

	.top p.name{
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 24px;
		text-align: right;
		margin-top: -10px;
		margin-right: 40px;
	}
}

@media print, screen and (min-width: 640px) and (max-width: 1239px){
	
	.flex-4_1_1 a{text-decoration: none;}
	
	section.content-1360,section{
		margin-bottom: 20px;
		padding: 10px;	
	}

	section.top {
		padding-top: 40px;
		font-size: 26px;
		height: 1080px;
		background: url("../img/front/img_01.webp") center no-repeat;
		background-size: cover;
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
	}
	.top h4{
		font-size: 32px;
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		text-align: center;
		margin-bottom: 10px;
	}
	
	section.top div.top{
		border: none;
		padding-top: 0px;
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 20px;
}

	.top p.name{
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 24px;
		text-align: right;
		margin-top: 10px;
		margin-right: 40px;
	}
}

@media print, screen and (max-width: 639px){
	
	.flex-4_1_1 a{text-decoration: none;}
	
	section.content-1360,section{
		margin-bottom: 20px;
		padding: 10px;	
	}

	section.top {
		padding-top: 40px;
		height: 250px;
		background: url("../img/front/img_01.webp") center no-repeat;
		background-size: cover;
		border-bottom: 1px solid #999;
		border-top: 1px solid #999;
	}
	.top h4{
		font-size: 20px;
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		text-align: center;
		margin-bottom: 10px;
	}
	
	section.top div.top{
		border: none;
		padding-top: 0px;
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 16px;
}

	.top p.name{
		color: #FFFFFF;
		text-shadow: 1.5px 1.5px 0px rgba(153,153,153,0.80);
		font-size: 16px;
		text-align: right;
		margin-top: 10px;
		margin-right: 0px;
	}
}