  @charset "utf-8";
/* CSS Document */

h2.p-history_catch {
	font-size: 2.375rem;
	font-weight: 300;
	color: #7E8993;
}

/*p-history_sub_title*/
h3.p-history_sub_title{
	background-color: #7E8993;
	padding: 0.375rem 0.875rem 0.4375rem 0.5rem;
	margin: 1.125rem 0 1.125rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.3;
	color: #fff;
}
.sp h3.p-history_sub_title{
	padding: 0.375rem 0.875rem 0.5rem 0.5rem;
}

/*p-history_main*/

.p-history_main{
	/*padding:1.6875rem 0 1.875rem;*/
	padding:0 0 1.875rem;
	/*margin-top: 4rem;*/
	margin-top: 5.5rem;
}

.p-history_area__since{
	flex: 0 0 auto;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2.75rem 0 0.5rem;
	/*font-size: 2.875rem;*/
	margin-bottom: 1.25rem;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}
.p-history_area__since .p-history_area__txt{
	/*margin-top: -3rem;*/
	margin-top: -5.5rem;
}
.p-history_area__since .year{
	/*font-size: 5.875rem;*/
	font-size: 5.5rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 0.375rem;
}
.p-history_main h2.p-history_catch {
	/*color: #7E8993;*/
	color: #D9DEE4;
}

.sp .p-history_area__since{
	font-size: 2rem;
}
.sp .p-history_area__since .year{
	font-size: 3.5rem;
}
/*.sp .p-history_area__since .p-history_area__txt{
	margin-top: -1.5rem;
}*/

/*p-history_table*/
.p-history_table{
	font-size: 0.9375rem;
	line-height: 1.5;
  border-bottom: #C3C8CD 1px solid;
}

.p-history_table__year{
	flex: 0 0 auto;
	width: 4rem;
	padding: 0.75rem 0 0.8125rem;
	border-top: #C3C8CD 1px solid;
}
.p-history_table__list{
	flex: 1 0 auto;
	width: calc(100% - 4rem);
	padding: 0.75rem 0 0.8125rem;
	border-top: #C3C8CD 1px solid;
}


/*==sp======*/

.sp .p-history_table{
	display: flex;
	font-size: 0.8125rem;
	margin-bottom: 1rem;
}
.sp dd.p-history_table__list{
	padding-left: 0 !important;
}

