/*-------------------------------
	history
-------------------------------*/

.history {
	padding-bottom:130px;
}

.his_block:not(:last-of-type) {
	margin-bottom:120px;
}

.his_block h2 {
	font-size:2.4rem;
	margin-bottom:1em;
	line-height:1.65;
}

.his_dl {
	padding-top:20px;
}

.his_dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width:240px;
	position:relative;
	padding:30px 70px 30px 0;
	border-top:1px solid #d9d9d9;
}

.his_dl dt,
.his_dl dt span {
	font-size:1.8rem;
	font-weight:500;
	line-height:1.5;
	letter-spacing: 0.05em;
}

.his_dl dd p {
	font-size:1.6rem;
	font-weight:400;
	line-height:1.75;
}

.his_dl dd p:not(:last-of-type) {
	margin-bottom:1em;
}

.his_dl dt::before,
.his_dl dt:last-of-type::after {
	content:"";
	display: block;
	width:50%;
	height:1px;
	background:#b3b3b3;
	position:absolute;
	top:-1px;
	left:0;
}

.his_dl dt:last-of-type::after {
	top:auto;
	bottom:-1px;
}

.his_dl dd {
	width:calc(100% - 240px);
	position:relative;
	padding:30px 0;
	border-top:1px dotted #d9d9d9;
}

.his_dl dt:last-of-type {
	border-bottom:1px solid #d9d9d9;
}

.his_dl dd:last-of-type {
	border-bottom:1px dotted #d9d9d9;
}

/*-------------------------------
	ver sp
-------------------------------*/

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

/*-------------------------------
	history
-------------------------------*/

.history {
	padding-bottom:20vw;
}

.his_block:not(:last-of-type) {
	margin-bottom:20vw;
}

.his_block h2 {
	font-size:2.2rem;
}

.his_dl {
	padding-top:0;
}

.his_dl dt {
	width:30%;
	padding:5vw 5vw 5vw 0;
}

.his_dl dt,
.his_dl dt span {
	font-size:1.4rem;
	line-height:1.65;
}

.his_dl dd,
.his_dl dd p {
	font-size:1.4rem;
	line-height:1.65;
	text-align: justify;
	text-justify: inter-ideograph;
}


.his_dl dd {
	width:70%;
	padding:5vw 0;
}

.his_block02 .his_dl dt {
	width:100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-bottom:2.5vw;
}

.his_block02 .his_dl dt span {
	margin-left:0.5em;
}

.his_block02 .his_dl dt:last-of-type {
	border-bottom:none;
}

.his_block02 .his_dl dt:last-of-type::after {
	display: none;
}

.his_block02 .his_dl dd {
	width:100%;
	border-top:none;
	padding-top:0;
}

.his_block02 .his_dl dd:last-of-type {
	border-bottom:none;
}

.his_block03 .his_dl dt {
	width:40%;
}

.his_block03 .his_dl dd {
	width:60%;
}


}
