/*HISTORY ---------------------------------------------------------------------------------*/

.inner-ttl > ul > li:nth-child(2){
   background: #fff url("../images/ttl-bg@2x.jpg") no-repeat center center;
	background-size: cover;
}
.history-block{
	margin: 35px auto 80px;
}
.history-block h3{
	width: 100%;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
	margin:  0 0 35px;
	padding: 1.5rem;
	text-align: center;
	background: #fff;
}
.history-block h3 img{
	height: 3.5rem;
}
/* TXT-AREA */
.history-txt-block{
	width: calc(100% - 10rem);
	margin: 0 auto;
}
.history-txt-block img{
	width: 100%;
	max-width: 100%;
	margin: 3rem 0;
}
.history-profile-block{
	width: calc(100% - 10rem);
	margin: 2rem auto;
	display: flex;
	justify-content: space-between;
}
.history-profile-block img{
	width: 230px;
}
/* PROFILE-AREA */
.history-profileTxt-block{
	margin: 0 0 0 4rem;
}
.history-profileTxt-block dt{
	margin: 0 0 3rem;
	padding: 1rem 1rem 1rem;
	font-size: 2.5vh;
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	border-bottom: 2px solid #192460;
}
.history-profileTxt-block dt span{
	display: block;
	font-size: 1.8rem;
}
.history-profileTxt-block dt p{
	display: inline-block;
	font-size: 1.8rem;
	padding-left: 1.5rem
}
/* NAVI-AREA */
.history-navi-block{
	width: 100%;
	margin: 6rem auto;
	border-top: 1px solid #585858;
	border-bottom: 1px solid #585858;
	padding: 1.5rem;
	display: inline-block;
}
.history-navi-block img{
	height: 2.5rem;
}
.right{
	width: 45%;
	float: right;
	text-align: right;
	background: url("../images/arrow-right.svg") no-repeat center right;
	padding-right: 5rem;
}
.left{
	text-align: left;
	background: url("../images/arrow-left.svg") no-repeat center left;
	padding-left: 5rem;
}
.center{
	display: flex;
	justify-content: space-between;
	background: url("../images/arrow-right.svg") no-repeat center right,url("../images/arrow-left.svg") no-repeat center left;
	padding-right: 5rem;
}

/*INTRODUCE-TABLE---------------------------------------------------------------------------------*/

.history-list-block{
	margin: 0 5rem;
}
.history-list-block table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c3c3c3;
	background: #fff;
}
.history-list-block table th,
.history-list-block table td{
	border-collapse: collapse;
	border: 1px solid #c3c3c3;
	padding: 1rem;
}
.history-list-block table th.ttl{
	text-align: center;
	background: #EFEFEF;
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
}
.history-list-block table td .tel{
	width: 120px;
	display: inline-block;
}

@media screen and (max-width:767px) {
.inner-ttl > ul > li:nth-child(2){
   background: #fff;
}
.history-block{
	margin-top: 0;
}
.history-block h3 img{
	height: 2rem;
}
.history-txt-block,
.history-txt-block,
.history-profile-block,
.history-navi-block{
	width: calc(100% - 4rem);
	margin: 0 auto;
}
/* PROFILE-AREA */
.history-profile-block{
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
}
.history-profile-block img{
	width: 100%;
	max-width: 100%;
}
.history-profileTxt-block{
	margin: 0;
}
.history-profileTxt-block dt{
	font-size: 8vw;
}
.history-profileTxt-block dt span,
.history-profileTxt-block dt p{
	font-size: 1.5rem;
}
/* NAVI-AREA */	
.history-navi-block{
	width: 100%;
	padding: 0 2rem 1.3rem;
}
.history-navi-block img{
	height: 1.5rem;
}
.right,
.left{
	width: 100%;
	margin: auto;
}
.right{
	background-position: right bottom;
}
.left{
	background-position: left bottom;
	clear: both;
}
	
/*INTRODUCE-TABLE*/
.history-list-block{
	margin: 0 2rem 5rem;
}
.history-list-block th,
.history-list-block td{
	width: 100%;
	display: block;
	text-align: center;
}
.history-list-block th{
	text-align: center;
	background: #EDEDED;
}
.history-list-block table th.ttl{
	background: #333576;
	color: #fff;
}
.history-list-block table td .tel{
	width: auto;
}
	}