<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.contentsBody {
	z-index:1;
}
.contentsBody h2 {
	font-size:18px;
	font-family:'Roboto';
	font-weight:400;
	margin:20px auto 20px;
}
.contentsBody h3 {
	font-size:20px;
	font-family:'Roboto';
	font-weight:400;
	margin:40px auto 20px;
}

/*
Profile
*/
#profile {
	text-align:center;
	padding:120px 0px 20px 0px;
}
#profile .contentsBody {
	width:960px;
	min-width:960px;
	margin:0px auto;
}
#profile .feat_item {
	text-align:left;
    width: 960px;
	margin:20px 0px 20px 0px;
	float:left;
	background:#fff;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,.5);
	box-sizing: border-box;
}
#profile .feat_item .photo {
	text-align:center;
	margin:0px;
}
#profile .feat_item .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#profile .feat_item .data {
	margin:0px;
	padding-bottom:20px;
	text-align:center;
}
#profile .feat_item h3 {
	font-size:30px;
	font-family:'Roboto';
	font-weight:400;
	margin:30px auto 20px;
}
#profile .feat_item .data p {
	font-size:12px;
	text-align:center;
	margin:0px 40px 10px 40px;
}
#profile .feat_item .data p.lead {
	font-size:14px;
	margin:10px 0px 20px 0px;
}
#profile .feat_item .data p.lead span {
	font-size:12px;
}

p {
	font-size:13px;
	text-align:left;
	margin:0px 0px 10px 0px;
}

/* 2023.08.07 追加*/
#member_profile {
	text-align:center;
	padding:0px 0px 0px 88px;
	margin:0px auto;
}

#profile .item {
	text-align:left;
    width: 160px;
	height: 300px;
	margin:16px;
	float:left;
	background:#fff;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,.5);
	box-sizing: border-box;
}
#profile div.item:first-child {
	margin-left:0px !important;
}
#profile div.item:last-child {
	margin-right:0px !important;
}

#profile .item .photo {
	text-align:center;
    width: 160px;
	overflow: hidden;
	position: relative;
}
#profile .item .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#profile .item h4 {
	font-size:12px;
	font-weight:400;
	margin:10px 10px;
}
#profile .item p {
	font-size:12px;
	font-weight:400;
	margin:10px 10px;
}
#profile .item ul {
	font-size:12px;
	list-style:none;
}
#profile .item ul li a {
	color:#666;
	font-size:10px;
	font-weight:400;
	margin:10px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#profile .item ul li a i {
	margin-right: 5px;
}
#profile .item ul li a i.fa-brands {
	font-size: 120%;
}
#profile .item ul li a:hover {
	color:#cd0c1f;
}
#profile .item ul li a span {
	font-size:14px;
	margin-top:2px;
}

#biography {
	width:80%;
	margin:0px auto 0px;
}
#biography dl {
	font-size:12px;
	text-align:left;
	margin:30px auto 20px;
}
#biography dt {
	font-size:18px;
	font-family:'Roboto';
	font-weight:300;
	text-align:left;
	padding-right: 10px;
	float:left;
	width:12%;
	clear:both;
}
#biography dd {
	float:right;
	line-height:180%;
	width:80%;
	border-left:1px solid #999;
	padding:5px 0px 7px 15px;
	margin-left:-20px;
	margin-right:5%;
	position:relative;
}
#biography dd span {
	display:inline-block;
	position:absolute;
	left:-4px;
	top:10px;
	width:7px;
	height:7px;
	background:#000;
}



@media screen and (max-width: 768px) {
#profile {
	text-align:center;
	margin:0px auto 0px auto;
	padding:80px 0px 20px 0px;
}
#profile .contentsBody {
	width:96%;
	min-width:320px;
	margin:0px auto;
}

/*
Profile
*/
#profile .feat_item {
	text-align:left;
    width: 100%;
	margin:20px 0px 20px 0px;
	float:none;
}

/* 2023.08.07 追加*/
#member_profile {
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}

/* 2022.06.06 margin修正 */
#profile .item {
	text-align:left;
    width: 160px;
	height: 300px;
	/*margin:16px;*/
	margin:10px;
	float:left;
	background:#fff;
	box-shadow: 0 2px 5px 0px rgba(0,0,0,.5);
	box-sizing: border-box;
}
#profile div.item:first-child {
	margin-left:0px !important;
}
#profile div.item:last-child {
	margin-right:0px !important;
}

#profile .item .photo {
	text-align:center;
    width: 160px;
	overflow: hidden;
	position: relative;
}
#profile .item .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#profile .item h4 {
	font-size:12px;
	font-weight:400;
	margin:10px 10px;
}
#profile .item p {
	font-size:12px;
	font-weight:400;
	margin:10px 10px;
}
#profile .item ul {
	font-size:12px;
	list-style:none;
}
#profile .item ul li a {
	color:#666;
	font-size:10px;
	font-weight:400;
	margin:10px 10px;
}
#profile .item ul li a:hover {
	color:#cd0c1f;
}
#profile .item ul li a span {
	font-size:14px;
	margin-top:2px;
}
/* 2022.06.06 #biography追加 */
#biography {
	width:90%;
	margin:0px auto 0px;
}
}

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


/*
*/
.item:after {
	content: "";
	clear: both;
	display: block;
}
*:after {
  display:block;
  clear:both;
}
</pre></body></html>