.role-upper {
	padding: 0 0;
}

.role-upper p {
	width: 62.5%;
	margin: auto;
	font-size: 1.25vw;
	text-align: center;
	transform: translate(0, -80%);
}

.role-Lower {
	padding: 80px 0;
}

.role-Lower-wrapper {
	width: 62.5%;
	background: #fff;
	margin: auto;
	padding: 0 27px 27px;
	border: solid 4px #D6ECED;
	border-radius: 8px;
}

.role-Lower h3 {
	background: linear-gradient(rgb(225, 245, 243) 50%, rgb(255, 255, 255) 50%);;
	width: 50%;
	margin: 0 auto 0;
	padding: 0 30px;
	font-size: 1.71vw;
	text-align: center;
	border: none;
	box-sizing: border-box;
	transform: translate(0, -50%);
}

.role-Lower-wrapper .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 20px;
}

.role-Lower-conts {
	flex: 1;
	flex-basis: 30%;
	width: 30%;
	padding: 0 1em;
	box-sizing: border-box;
}

.role-Lower-conts h4 {
	margin: 0;
}

.dietitian h4 {
	width: 92.79%;
	margin: 0 0 10px;
}

.nutritionist h4 {
	width: 73.42%;
	margin: 0 0 10px;
}


.role-Lower p {
	margin: auto 0;
	font-size: 0.937vw;
}

.about {
	background: #D6ECED;
	margin: 0;
	border: none;
	padding: 1em;
}

.role-Lower-conts h4 {
	margin-bottom: 15px;
	font-size: 1.18vw;
}

.flow.cmn-margin {
	width: 62.5%;
	margin: 80px auto 0;
}

@media screen and (min-width: 1280px) {
	.role-upper p {
		font-size: 1.6rem;
	}
	.role-Lower h3 {
		font-size: 2.2rem;
	}
	.role-Lower p {
		font-size: 1.2rem;
	}
}

#motif .motif-main-ph {
	max-width: 956px;
	margin: 0 auto 50px;
}

#motif h2.motif-main-ttl {
	margin-bottom: 50px;
	font-size: 34px;
}

#motif p.motif-lead {
	max-width: 640px;
	margin:  0 auto 80px;
	padding: 0 15px;
	font-size: 16px;
}

#motif .challenge {
	background: url('../../img/role/motif-bg_pc.jpg') center center no-repeat;
	background-size: cover;
	margin-bottom: 85px;
	padding: 30px 20px;
}

#motif .challenge h3 {
	width: 100%;
	max-width: 670px;
	background-color: #FFF;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.motif-list {
	display: flex;
	justify-content: space-between;
	max-width: 670px;
	margin: auto;
}

.motif-list-item {
	flex: 0 1 48%;
}

h4.motif-list-item-ttl {
	font-size: 22px;
}

.motif-list-item p {
	font-size: 14px;
}

.motif-list-item-used-txt {
	font-size: 14px;
}