  @charset "utf-8";

/****
 * 厚仟晩: 2025/03/29
 *
 ****/

/*position_list_body*/
.p-position_list_body{
	font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	margin-bottom: 0.625rem;
	/*border-bottom: #D9DCE0 1px solid;*/
}

.p-pos_section{
	/*border-top: #c0c5cc 2px solid;*/
}

.p-pos_unit{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: #D9DCE0 1px solid;
	padding: 0.375rem 0;
	margin: 0;
	min-height: 3.5rem;
}

.p-pos_section .p-pos_unit:last-of-type{
	/*border-bottom: none;
	margin-bottom: 2px;*/
}

.p-pos_unit__title{
	flex: 0 0 auto;
	width: 9rem;
	margin-right: 1rem;
}
.p-pos_unit__name{
	flex: 0 0 auto;
	width: 9rem;
	margin-right: 1rem;
	font-weight: 500;
}
.p-pos_unit__role{
	flex: 1 0 auto;
	width: 50%;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #3C4248;
}
.c-asterisk{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
}

/*====sp=======*/
.sp #main .p-position_list_body h4{
	font-size: 0.9375rem;
}

.sp	.p-pos_unit{
	min-height: inherit;
	padding: 0.4375rem 0 0.4375rem;
}

.sp .p-pos_unit__title,
.sp .p-pos_unit__name{
	margin-right: 0;
}
.sp .p-pos_unit__title{
	width: 7rem;
	font-size: 0.8125rem;
}

.sp .p-pos_unit__role{
	width: 100%;
	padding-left: 7rem;
	font-size: 0.75rem;
}
