#about-content .detail dl{
	border-bottom: 1px solid #14375B;
	display: block;
	padding: 16px 0;
	font-size: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-ms-flex-align: flex-start;
}
#about-content .detail dl dt{
	width: 95px;
	display: inline-block;
	color: #14375B;
	font-size: 16px;
	font-weight: bold;
}
#about-content .detail dl dd{
	width: calc(100% - 100px);
	display: inline-block;
	line-height: 23px;
	padding-top: 5px;
}
a.button01.btn-map{
	display: block !important;
}
.office-name{
	color: #14375B;
}
.single-office{
	min-height: 246px;
	position: relative;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 32px;
}

.single-office .button-wrapper{
	position: absolute;
	bottom: -32px;
	width: 100%;
}

.single-office .button-wrapper a.btn-map{
	min-width: calc(100% - 30px);
}
#about-content .detail dl:first-child{
	padding-top: 0;
}
.signature {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.expand-team {
	position: relative;
	cursor: pointer;
}
.expand-team .fa {
    position: absolute;
    z-index: 1;
    color: #fff;
    right: 8px;
	top: 8px;
	font-size: 24px;
	transition: .5s ease;
}
.expand-team:hover .fa {
	font-size: 25px;
	transition: .5s ease;
}
.jpn-name {
    font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.expand-team .capital-name {
    font-size: 12px;
    line-height: 1;
    margin-top: 8px;
}
.popup-info {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    top: 0;
    z-index: 21;
	left: 0;
	display: none;
}
.teamdetail-pop {
    display: flex;
}
.teamdetail-pop {
	display: flex;
	background: #fff;
}
.popup-info .wrap-content {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}
.box-popup {
	position: relative;
	max-width: 920px;
	width: 100%;
}
.popteam-close {
    position: absolute;
    z-index: 1;
    top: 30px;
	right: 30px;
	cursor: pointer;
}
.detail-teampop {
    padding: 30px 30px 30px 15px;
}
.detail-teampop .jpn-name {
	font-size: 24px;
	margin-bottom: 22px;
}
.detail-teampop .capital-name {
    font-size: 14px;
    font-weight: normal;
    margin-left: 9px;
}
.popteam-close i {
    font-size: 24px;
}
.detail-teampop .text-14{
	margin-bottom: 9px;
}
.text-14{
	font-size: 14px;
	line-height: 1;
    margin-bottom: 8px;
}
.column-team {
    margin-bottom: 32px;
}
.ls-min-1{
	letter-spacing: -1px;
}
#about-content .single-office a {
	display: inline-block;
}
#list-staff .title-staff {
    color: #2462A2;
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 32px;
    position: relative;
    padding-top: 34px;
    background: #fff;
}
.title-staff:after {
    content: "";
    position: absolute;
    width: 32px;
    border-bottom: 2px solid #2462A2;
    bottom: 0;
    left: calc(50% - 16px);
}
.list-staff-wrapper {
    margin-top: 40px;
}
.single-staff {
    background: #f3f3f3;
    position: relative;
    margin-bottom: 80px;
    height: 255px;
}
.single-staff .staff-descryption .staff-position {
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    font-size: 14px;
}
.single-staff .staff-descryption .staff-name {
    font-size: 18px;
    font-weight: bold;
}
.single-staff .staff-descryption {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
    left: 16px;
    right: 16px;
    bottom: -45px;
    padding: 8px 16px;
}
.btn-home {
	padding-top: 34px;
}

@media (max-width: 1199px) {
	.single-staff {
	    height: 210px;
	}
}

@media (max-width: 991px) {
	.single-staff .staff-descryption {
	    left: 8px;
	    right: 8px;
	    padding: 8px 10px;
    }
	.single-staff {
	    height: 150px;
	}
}

@media (max-width:767px) {
	.single-office .button-wrapper{
		position: relative;
		margin-top: 24px;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
		bottom: 0;
	}
	#list-staff .title-staff {
       font-size: 28px;
    }
    #list-staff .title-staff {
	    color: #2462A2;
	    line-height: 1.6;
	    font-weight: bold;
	    padding-bottom: 32px;
	    position: relative;
}
	.single-staff .staff-descryption {
	    left: 8px;
	    right: 8px;
	    line-height: 1;
	    bottom: -30px;
}
	.single-staff {
        margin-bottom: 45px;
        height: 248px;
    }
	.single-office{
		margin-bottom: 48px;
		min-height: auto;
	}
	#about-content .img-wrapper{
		height: 245px;
	}
	
	.list-office{
		padding-bottom: 0 !important;
	}
	.teamdetail-pop {
		display: inline-block;
	}
	.popteam-close{
		top: 7px;
    	right: 7px;
	}
	.box-popup{
		height: 95%;
    	overflow: scroll;
	}
	.teamdetail-pop .col-lg-4 {
		padding: 0;
	}
	.detail-teampop .jpn-name{
		margin-bottom: 16px;
	}
	.detail-teampop{
		padding: 16px;
	}
	.popteam-close i{
		color: #fff;
	}
	.list-staff-wrapper .col-6.col-md-3:nth-child(odd) {
    padding-right: 7.5px;
  }
  .list-staff-wrapper .col-6.col-md-3:nth-child(even) {
    padding-left: 7.5px;
	}
	.btn-home.py-56 {
		padding-top: 48px;
	}
}

@media (max-width: 575px){
	.btn-home .button01, .single-office .button-wrapper a.btn-map {
		min-width: 225px;
	}
	#list-staff .title-staff {
       font-size: 5.5vw;
       padding-bottom: 16px;
    }
    .single-staff {
	    height: 48vw;
	}
}
@media (max-width: 374px){
    .single-staff .staff-descryption {
        padding: 8px 8px;
    }
}
.reload-staf{
		width: 70px;
    min-width: auto !important;
    left: 0 !important;
    transform: none !important;
}
.single-staff-reload{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
		background: #ccc;
}
