@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	box-sizing: border-box;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック体 M", "游ゴシック体 B", sans-serif;
}
img{
	border: none;
	font-size: 0;
	vertical-align:top;
}
h1{
	padding: 5px 20px;
}
footer{
	padding: 30px 15px;
	text-align: center;
}
address{
	font-size: 14px;
	margin-top: 1em;
	font-style:normal;
	line-height: 150%;
}
.ptn01{
	background-color: #003A9F;
	color: #FFFFFF;
	font-size: 14px;
}
.ptn02{
	color: #E62B2B;
	font-size: 30px;
	font-weight: bold;
	line-height: 150%; 
}
.w580 *:not(img){
	margin-top: 30px;
	text-align: center;
}
@media only screen and (min-width:600px), print{
	.wrap{
		width: 1200px;
		margin: 0 auto;
		padding: 100px 0;
	}
	.clm{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sp{
		display:none!important;
	}
}
@media only screen and (max-width:599px){
	img{
		max-width: 100%;
		height: auto;
	}
	.wrap{
		padding: 80px 15px 50px;	
	}
	.rig{
		margin-top: 80px;	
	}
	.ptn02{
		font-size: 24px;
	}
}