@charset "utf-8";

/**
 *
 *  企業情報 - 拠点紹介　詳細 -
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/

.detail .head{
	position:relative;
}
.detail .head h2{
	margin:0 0 15px 10px;
	padding:8px 10px 8px 153px;
	border-bottom:5px solid #FB485B;
	font-size:172%;
	font-weight:bold;
}
.detail .head .img{
	position:absolute;
	top:-4px;
	left:-4px;
	width:128px;
	height:128px;
	padding:10px;
	background:url(../images/common/bg_img.png) no-repeat;
}
.detail .head dl{
	overflow:hidden;
	margin:0 0 0 163px;
}
.detail .head dl dt{
	float:left;
	clear:both;
	width:3em;
	margin:0 15px 8px 0;
	padding:2px 10px;
	background:#444;
	text-align:center;
	font-size:86%;
	color:#FFF;
}
.detail .head dl dd{
	overflow:hidden;
	margin:0 0 8px;
}


/*--------------------------------------------------------------------------
   map　--- グーグルマップ表示 ---
---------------------------------------------------------------------------*/

.detail .map{
	margin:40px 0 0;
}
.detail .map iframe{
	border:1px solid #C9C7C5;
}
.detail .map p{
	margin:5px 0 0;
	font-size:93%;
}
.detail .map a{
	text-decoration:underline;
}


/*--------------------------------------------------------------------------
   access　--- 交通アクセス ---
---------------------------------------------------------------------------*/

.detail .access{
	margin:25px 0 0;
}
.detail .access dl{
	display:table;
	width:724px;
	border:1px solid #C9C7C5;
}
.detail .access dl dt{
	display:table-cell;
	width:145px;
	border-right:1px solid #C9C7C5;
	background:#E6E5E1;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}
.detail .access dl dd{
	display:table-cell;
	padding:22px 15px 12px 30px;
	background:#FFF;
	vertical-align:middle;
}
.detail .access dl dd ul li{
	position:relative;
	margin:0 0 10px 20px;
}
.detail .access dl dd ul li:before{
	content:"";
	display:block;
	position:absolute;
	top:7px;
	left:-20px;
	width:9px;
	height:9px;
	border-radius:5px;
	background:#222;
}


/*--------------------------------------------------------------------------
   other　--- その他の拠点 ---
---------------------------------------------------------------------------*/

.detail .sec-other{
	margin:40px 0 45px;
}
.detail .sec-other h3{
	margin:0 0 30px;
	padding:0 0 10px;
	border-bottom:3px solid #9C9891;
	font-size:129%;
	font-weight:bold;
}
.detail .sec-other ul{
	position:relative;
	width:738px;
	margin:0 -2px 0 -4px;
}
.detail .sec-other ul li{
	float:left;
	width:174px;
	height:50px;
	margin:0 2px 2px 0;
	padding:4px;
	background:url(../images/common/bg_other.png) no-repeat;
}
.detail .sec-other ul li a{
	display:block;
	width:100%;
	text-decoration:underline;
	font-size:86%;
}
.detail .sec-other ul li span{
	display:table-cell;
	vertical-align:middle;
}
.detail .sec-other ul li span.img{
	padding:0 8px 0 0;
}
    .detail .head .head-dl-pc {
        display: block;
    }
    .detail .head .head-dl-sp {
        display: none;
    }
.head .head-rec-btn-wrap {
    float: right;
    min-height: 100px;
}
@media (max-width: 767px){
.detail .head {
position: relative;
box-sizing: border-box;
padding: 0 20px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.detail .head h2 {
width: calc(100% - 158px);
order: 2;
text-align: left;
margin: 0;
padding: 0;
font-size: 152%;
}
.detail .head .img {
position: relative;
top: 0;
left: 0;
width: 148px;
height: 148px;
padding: 10px;
background: url(../images/common/bg_img.png) no-repeat;
background-size: cover;
margin: 0 0 7%;
box-sizing: border-box;
order: 1;
}
.detail .head div {
order: 3;
width: 100%;
}
    .detail .sec-other {
        box-sizing: border-box;
        padding: 0 20px;
        display: none;
    }
    .detail .sec-other ul{
	width:100%;
	margin:0;
    display: flex;
    flex-wrap: wrap;
    gap:20px 20px;
}
    .detail .sec-other ul.cf:before, .detail .sec-other ul.cf:after {
        display: none;
    }
    .detail .sec-other ul li {
    width:calc(50% - 10px);
        height: auto;
        background: none;
        padding: 0;
        margin: 0;
    }
.detail .sec-other ul li span.img {
padding: 0 0 10px;
display: block;
position: relative;
top: 0;
left: 0;
right: 0;
margin: auto;
}
.detail .sec-other ul li span.img img {
height: 100%;
}
.detail .sec-other ul li span {
display: block;
text-align: center;
}

.detail .head dl {
overflow: hidden;
margin: 0;
}
    .detail .head .head-dl-pc {
        display: none;
    }
    .detail .head .head-dl-sp {
        display: block;
    }
.head .head-rec-btn-wrap {
    float: none;
    margin: 5% 0;
    min-height: 0;
    max-width: 125px;
    
}

.detail .map {
box-sizing: border-box;
width: 100%;
}
.detail .map iframe {
width: 100%;
height: 250px;
box-sizing: border-box;
}
.detail .map p {
margin: 5px 20px 0;
}
    
.link-blank02 .link-icon {
display: inline-block;
width: 18px;
height: auto;
}
.detail .access dl {
    width: 100%;
    box-sizing: border-box;
}
.detail .access dl dt {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.detail .access dl dd {
    display: block;
padding: 22px 15px 12px 15px;
}

.btn-list-cmn {
    margin: 60px 0 0;
    box-sizing: border-box;
    padding: 0 20px;
}
.btn-list-cmn.type2 a img {
    width: 50%;
    height: auto;
    margin: auto;
}

.detail .access {
    margin: 25px 20px 0;
    }
    
}

