/*---------------------------------------------
  PROFILE/BIOGRAPHY
---------------------------------------------*/


/**** biography ****/

#profile .biography {
	margin-bottom:128px;
}

#profile .biography dl {
}


@media screen and (max-width: 767px) {

#profile .biography dt {
	margin-bottom:32px;
}

}



/**** profile ****/

#profile .profile li {
	margin-bottom:64px;
}

#profile .profile dl {
display:flex;
flex-direction: column;
justify-content:space-between;
}

@media screen and (max-width: 767px) {

#profile .profile dt {
	margin:0 auto 32px;
	max-width:450px;
}

#profile .profile dd .name {
	font-size:16px;
	margin-bottom:32px;
}

#profile .profile dd .name .font-accent {
	font-size:42px;
	display:block;
	line-height:1;
	margin-bottom:8px;
}

}


/*------------------
  TYPE-A
------------------*/

#profile.profile-a .main {
	margin-bottom:64px;
}

/**** biography ****/

#profile.profile-a .biography dl {
	display:flex;
	flex-direction:column;
	align-items: center;
	justify-content: space-between;
}

#profile.profile-a .biography dt {
width: 100%;
}

@media screen and (min-width: 768px) {
#profile.profile-a .biography dl {
flex-direction: row;
}

#profile.profile-a .biography dt {
	flex-basis: 48%;
}

#profile.profile-a .biography dd {
	flex-basis: 48%;
}

}


/**** profile ****/

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

#profile.profile-a .profile li:nth-child(odd) dl {
flex-direction: row;
}

#profile.profile-a .profile li:nth-child(even) dl {
flex-direction: row-reverse;
}


#profile.profile-a .profile dt {
	flex-basis: 35%;
}

#profile.profile-a .profile dd {
	flex-basis: 60%;
}


#profile.profile-a .profile dd .name {
	font-size:20px;
	margin-bottom:32px;
}

#profile.profile-a .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
	margin-bottom:16px;
}

#profile.profile-a .profile li:nth-child(odd) .name {
	text-align:right;
}

#profile.profile-a .profile li:nth-child(even) .name {
	text-align:left;
}

}


/*------------------
  TYPE-B
------------------*/

/**** biography ****/

#profile.profile-b .biography dt {
	width:50%;
	margin: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-b .biography dt {
	width:80%;
}

}


/**** profile ****/

#profile.profile-b .profile dl {
flex-direction: column;
}

@media screen and (min-width: 768px) {
#profile.profile-b .profile dl {
flex-direction: row;
}

#profile.profile-b .profile dt {
	flex-basis:35%;
}

#profile.profile-b .profile dd {
flex-basis:60%;
}

#profile.profile-b .profile dd .name {
	font-size:20px;
	margin-bottom:32px;
}

#profile.profile-b .profile dd .name .font-accent {
	font-size:56px;
	display:block;
	line-height:1;
	margin-bottom:16px;
}

}


/*------------------
  TYPE-C
------------------*/

/**** biography ****/

#profile.profile-c .biography dt {
	width:50%;
	margin: 32px auto;
}


@media screen and (max-width: 767px) {

#profile.profile-c .biography dt {
	width:80%;
}

}

/**** profile ****/


/*------------------
  C-MEDIA Renewal
------------------*/
/**** profile ****/
#profile {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
}

#profile h5{
	letter-spacing: 5px;
	color: #FFD1DC;
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	font-weight: 400;
}

#profile span.name {
	letter-spacing: 5px;
	margin-bottom: 5px;
	color: #FFD1DC;
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	display: block;
	border-bottom: solid 1px #222;
}


#profile dl {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	border-left:solid 2px #222;

	display:flex;
	flex-wrap: wrap;
}

#profile dt {
	flex: 0 0 16.666667%;
	max-width:16.666667%;
	padding-left:15px;
}

#profile dd {
	flex: 0 0 83.333333%;
	max-width:83.333333%;
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
#profile dt {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
#profile dd {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
}

#profile table,
#profile .l-border {
	border-left:solid 2px #FFD1DC;
}
#profile table th,
#profile .l-border {
	padding-left: 15px;
	font-weight: inherit;
}
#profile table * {
	vertical-align: top;
}

@media screen and (max-width: 767px) {

	#profile table.w2 th {
		width: 10%!important;
	}
}