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


/* layout03 */

.layout03 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
}

.layout03 .box-img {
	width: 500px;
}

.layout03 .box-img img {
	border-radius: 50%;
}

.layout03 .box-detail {
	width: 410px;
	text-align: center;
}

.layout03 h5 {
	font-size: 35px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 30px 0px 40px;
}

.layout03 h5 span {
	font-size: 26px;
	display: inline-block;
	padding-right: 10px;
}

.layout03 p {
	text-align: left;
	line-height: 2;
	padding: 0px 20px;
}



.sp-view {
	display: none;
}
