/* CSS Document */

#main h2.p-content_title__catch{
	font-size: 1.5rem;
	line-height: 1.4;
	border-bottom: #E6002D 1px solid;
	padding-bottom: 0.375rem;
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}

#main h3.p-content_title__site{
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}


/*component*/
.c-narrow{
	width: 75%;
}

.c-paren{
	display: inline-block;
	margin-left:-0.4em;
	margin-right: -0.4em;
}

.c-tight_spacing{
	letter-spacing: -0.03em;
}

.c-border_img{
	border: #ccc 1px solid;
}

.c-small_txt{
	font-size: 85%;
}

.c-flex_row_reverse{
	flex-direction: row-reverse;
}

.c-line_section{
	padding-top: 1.5rem;
	border-top: #ccc 1px solid;
}
.c-line_section.wide_padding{
	padding-top: 3rem;
}

/*project*/

.p-site_info__data{
	font-size: 0.875rem;
	line-height: 1.375rem;
}
#main .p-site_info__data h4{
	font-size: 1rem;
	line-height: 1.5;
}

.p-site_info__data li{
	margin: 0.25rem 0;
	/*padding-left: 4.5em;*/
	padding-left: 5.5em;
}
.p-site_info__label{
	display: inline-block;
	/*width: 4.5em;
	margin-left: -4.5em;*/
	width: 5.5em;
	margin-left: -5.5em;
}

.p-site_info__data li.long{
	padding-left: 8em;
}
.long .p-site_info__label{
	display: inline-block;
	width: 8em;
	margin-left: -8em;
}
.p-site_info__data li.inline{
	padding-left: 0;
}
.inline .p-site_info__label{
	width: auto;
	margin-left: 0;
}


#main h3.p-site_hedding{
	font-size: 1.25rem;
	margin: 1.5rem 0 0.25rem;
}


/*column*/
.c-box_article.p-site_column{
	background-color: #f7f7f7;
}

.c-box_article.p-site_column.p-bg_wh{
	background-color: #fff;
}
.c-box_article.p-site_column.p-border_female{
	border-color: #F19891;
}

#main .p-border_female h3.p-column_header__logo {
	border-bottom-color: #F19891;
}

/*p-person_info__name*/
.p-person_info {
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: left;
	color: #212121;
}
.p-person_info__name {
	font-size: 1.4375rem;
	font-weight: bold;
	display: inline-block;
}
.sp .p-person_info__name {
	font-size: 1.25rem;
	color: #212121;
}

/*interview*/
.p-column_header{
	align-content: flex-start;
}
#main h3.p-column_header__title{
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 0.375rem 0 1.25rem;
	border-bottom: #B4B4B4 1px solid;
}

#main h3.p-column_header__logo{
	border-bottom: #B4B4B4 1px solid;
	padding-bottom: 1.75rem;
	margin-bottom: 1rem;
}
#main h3.p-column_header__logo.medium{
	padding-bottom: 1.125rem;
}

#main h4.p-column_header__title{
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 1.5rem;
}
#main h4.p-column_header__title.first{
	margin-top: 0.5rem !important;
}
/**/
.p-interview_person{
	position: relative;
}

.p-interview_person__info{
	position: absolute;
	width: 10rem;
	left: -10rem;
	bottom: 0px;
	font-size: 0.8125rem;
	line-height: 1.5;
}
.p-interview_person__name{
	font-size: 1.25rem;
	margin-top: 0.125rem;
}
.p-interview_person__name span{
	font-size: 0.9375rem;
}

/*p-step_col*/
.p-step_col .col .p-step_col__img{
	position: relative;
}

.p-step_col .col .p-step_col__img::after{
	content:"";
	display: block;
	width: 40px;
	height: calc(100% - 0.45rem);
	position: absolute;
	left: 100%;
	top: 0.45rem;
	background:url("../images/arrow_step_x.svg") no-repeat 50% 50%;
}
.p-step_col .col:last-of-type .p-step_col__img::after{
	display: none;
}

.c-box_article .p-step_col .col .p-step_col__img::after{
	width: 30px;
	background-size: 25px 25px;
}

.p-photo_by_unit{
}
.p-photoby {
  color: #B4B4B4;
  font-size: 0.75rem;
	line-height: 1.5;
}
.p-photo_by_unit .p-photoby{
	padding-top: 0.375rem;
}


/*sp*/
/*.sp #main h3.p-column_header__logo{
	text-align: center;
}*/

.sp .p-interview_person__info{
	position: static;
	padding-top: 0.5rem;
}

.sp .p-step_col .col .p-step_col__img::after{
	display: none;
}
.sp .p-step_col .col .p-step_col__img::before{
	content:"";
	display: block;
	width: 100%;
	height: 40px;
	position: static;
	background:url("../images/arrow_step_y.svg") no-repeat 50% 50%;
	margin-top: -1rem;
}
.sp .p-step_col .col:first-of-type .p-step_col__img::before{
	display: none;
}

.sp #main .col.p-interview_person{
	width: 50% !important;
}


/*p-interview*/
.p-interview{
	position: relative;
	padding-left: 2.75rem;
	margin-bottom: 1.25rem;
}
.p-interview__name{
	display: inline-block;
	position: absolute;
	top:0px; left: 0px;
	font-weight: bold;
}
.p-interview.q{
	color: #0C3388;
	font-weight: 600;
}
.p-interview.q .p-interview__name::before{
	content: "──";
	color: #0C3388;
}


/**/

#main .col img.link_icon{
	margin-top: 0;
}

/**/
.c-box_article .col5 .col{
	width: calc((100% - 120px)/5);
}
.c-box_article .col5 .col.span-2{
	width: calc((100% - 120px)/5*2 + 30px);
}
.c-box_article .col5 .col.span-3{
	width: calc((100% - 120px)/5*3 + 60px);
}

.u-spMb--1{}
.sp .u-spMb--1{
	margin-bottom: 1.25rem;
}

