@charset "Shift_JIS";

#nav-profile a{
	color: #000;
	background-color: rgba(168,157,172,0.5);
}

h1 {
/*	margin-right: 5%;
	margin-left: 5%;*/
}

figure {
	display: block;
	text-align: center;
}


div.div-two-colum {
/*	margin-right: 5%;
	margin-left: 5%;*/
}

h1 span {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	vertical-align: middle;
	white-space: nowrap;
}
h1 p {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
}

.profile-list{
	display: inline-block;
	vertical-align: top;
	padding: 0px 0px 0px 3%;
}

.profile-list li {
	display: inline;
}

/*.profile-list li p {
	margin-left: 10px;
}

.history-content {
	text-indent: -1em;
}*/

.profile-table {
	width: 100%;
}

.profile-table th {
	white-space: nowrap;
	vertical-align: top;
	width: 80px;
	font-weight: normal;
}

.left-content div {
	display: flex;
	justify-content: center;
}

section.left-content figure img {
	/*height: 60vw;*/
	width: 60vw;
	max-width: 260px;
}

@media (max-width: 767px) {
	.left-content div {
		display: block;
	}
	section.left-content figure img {
		padding-left: 1%;
	}
}




div.div-one-colum {
/*	margin-right: 5%;
	margin-left: 5%;*/
	/*display: block;*/
	/*text-align: center;*/
}
.greeting {
	
	/*width: 90%;*/
	/*display: inline-block;*/
}


.greeting p{
	text-indent:2rem;
}

