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



.p1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	color: #1F1F63;
	letter-spacing: 2px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.name{
	text-align: right;
	margin-right: 15px;
	font-weight: 300;
}

.img1 img{
	width: 70%;
	text-align: center;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.img1 div{
	text-align: center;
}

.img2 img{
	width: 100%;
	height: auto;
	text-align: center;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.img2 div{
	text-align: center;
}



/*600px以上*/

@media screen and (min-width:600px) {

.p1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #1F1F63;
	letter-spacing: 10px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}	
	
.name{
	text-align: right;
	margin-right: 65px;
	font-weight: 300;
	letter-spacing: 8px;
	line-height: 35px;
}
	
.img1 img{
	width: 50%;
	text-align: center;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.img2 img{
	width: 80%;
	height: auto;
	text-align: center;
	aspect-ratio: 16/9;
	object-fit: cover;
}
	
}



