@charset "utf-8";


.profile-kikuchi ul li,
.profile-ohmoto ul li{
  list-style: none;
}

.profile-kikuchi-title,
.profile-ohmoto-title{
  margin-bottom : 5vh;
  text-align:center;
}

.profile-kikuchi-title {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.profile-kikuchi-title .card {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}

.profile-kikuchi-title .card:first-child {
	margin-right: 2%;
}

.profile-kikuchi-title .card p {
	flex: 0 1 30%;
	margin: 0;
}

.profile-kikuchi-title .card img {
	margin-bottom: .5rem;
	max-width:11rem;
}


.profile-kikukchi-body,
.profile-ohmoto-body{
  text-align: left;
}

.profile header {
text-align: center;
overflow: hidden;
margin-bottom: 1.5rem;
}
.profile-kikuchi header img,
.profile-ohmoto header img {
width : 9rem;
border-radius: 50%;
margin: 0 auto;
display: block;
}

.profile-kikuchi header img.profile-nng-badge,
.profile-kikuchi header img.profile-ixdf-membership{
border-radius:0;
}

.profile-kikuchi {
	margin-bottom: 8vh;
}

.profile-wrap section {
margin-bottom : 10vh;
}
.profile dt,
.profile dd {
margin: 0;
padding: 0;
}
.profile dt::after {
content: "：";
}
.profile dl {
background: #f5f4f2;
padding: 1rem;
overflow: hidden;
font-size: .875rem;
}
.profile dt {
width: 3rem;
float: left;
}

.profile dd {
overflow: hidden;
}

@media screen and (min-width: 37.5rem) {
.profile h2 {
font-size: 1.5rem;
}
.profile,
table {
width: 90%;
padding: .5rem 0;
max-width: 36rem;
margin: 0 auto 1rem;
box-sizing: border-box;
}
}

@media screen and (min-width:52.5em){
/*.profile-kikuchi header,
.profile-ohmoto header {
	display: flex;
	align-items: center;
	justify-content:center;
	margin-bottom: 1.5rem;
}

.profile-kikuchi header img,
.profile-ohmoto header img {
margin: 0 1rem 0 0;
}*/
/*
.profile-kikuchi header,
.profile-ohmoto header {
	    width: 30%;
}
.profile-text {
	width: 66%;
}*/

.profile-kikuchi-title {
	margin: 0;
	text-align:left;
}

.profile-text h3 {
	text-align:left;
}
}

.profile-kikuchi-title img.book-image {
	height: 12rem;
}
