/* パソコン用のCSS */
@media(min-width:751px){

	.f-item03 {
		align-self:stretch;
	}
	
	.happy1 {
		margin:0 auto;
		width:1200px;
		height:auto;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
		padding-top:5px;
	
	}
	
	h5.for-pc {
		display:block;
		margin-top:20px;
		margin-bottom:0px;
		font-size:18px;
		color:#FF0033;
		text-align:center;
	}
	
	h5.for-sp {
		display:none;
	}	
	
	.happy2 {
		width:400px;
		height:auto;
	}
	
	table.happy3 {
		width:400px;
		height:auto;
		border:none;
		border-collapse:collapse;
		border-spacing:0;
	
	}
	
	td.happy4 {
		width:400px;
		height:auto;
		text-align:center;
	}
	
	img.happy5 {
		width:380px;
		height:262px;
	}
	
	a.group {
		text-decoration-line:none;
		display:inline-block;
		transition:1s;
	}

	a:hover.group {
		transform:scale(1.1,1.1);
	}
	
	td.happy6 {
		font-size:15px;
		line-height:1.6em;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:20px;
	}
	
	p.for-pc {
		font-size:16px;
		color:#FF0099;
		text-align:center;
	}
	
	p.for-sp {
		display:none;
	}
}

/* スマホ用のCSS */
@media(max-width:750px){

	.f-item03 {
		align-self:stretch;
	}
	
	.happy1 {
		margin:0 auto;
		width:100%;
		height:auto;
		display:flex;
		flex-direction:column;
		align-items:center;
		flex-wrap:wrap;
		padding-top:5px;	
	}
	
	h5.for-pc {
		display:none;
	}
	
	h5.for-sp {
		display:block;
		margin-top:15px;
		margin-bottom:0px;
		font-size:16px;
		color:#FF0033;
		text-align:center;
	}	
	
	.happy2 {
		width:100%;
		height:auto;
	}
	
	table.happy3 {
		width:100%;
		height:auto;
		border:none;
		border-collapse:collapse;
		border-spacing:0;
	
	}
	
	td.happy4 {
		width:100%;
		height:auto;
		text-align:center;
	}
	
	img.happy5 {
		width:100%;
		height:auto;
	}
	
	a.group {
		text-decoration-line:none;
		display:inline-block;
		transition:1s;
	}

	a:hover.group {
		transform:scale(1.1,1.1);
	}
	
	td.happy6 {
		font-size:15px;
		line-height:1.6em;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:20px;
	}
	
	p.for-pc {
		display:none;
	}
	
	p.for-sp {
		font-size:19px;
		color:#FF0099;
		text-align:left;
		padding-left:12px;
		padding-right:10px;
	}
}

