@charset "utf-8";

/**
 *
 *  企業情報
 *　about
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/




/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#About{
	padding: 80px 0 20px;
}
#About h3{
	margin-bottom: 35px;
	font-size:185%;
	color:#4574BA;	
}
#About .tel-sp{
	display:none;	
}


/* outline
-----------------------------------------------------------------*/
#About .outline{
	margin-bottom: 80px;
}
#About .outline dl{
	display:flex;
	flex-wrap:wrap;	
}
#About .outline dt,
#About .outline dd{
	padding-bottom: 20px;
	margin-bottom: 20px;	
	font-size:115%;
	border-bottom:1px solid #DBDBDB;
}
#About .outline dt{
	width: 230px;
}
#About .outline dd{
	width: 934px;
	margin-left: 35px;
}
#About .outline ul li{
	display:inline-block;
	width: 345px;
	margin: 0 55px 8px 0;	
}
#About .outline a{
	color:#4574BA;	
}
#About .outline .btn a{
	font-size:88%;	
}


/* branch
-----------------------------------------------------------------*/
#About .branch{
	margin-bottom: 35px;
}
#About .branch ul{
	display:flex;
	flex-wrap:wrap;		
}
#About .branch ul li{
	display:flex;
	width: 590px;	
	margin-bottom: 55px;	
}
#About .branch ul li:nth-child(even){
	margin-left: 20px;	
}
#About .branch .pic{
	margin-right: 32px;	
}
#About .branch h4{
	margin-bottom: 7px;
	font-size:129%;
}
#About .branch .address{
	margin-bottom: 20px;
	font-size:115%;
}

/* history
-----------------------------------------------------------------*/
#About .history table{
	width: 100%;
	margin-bottom: 40px;
}
#About .history th,
#About .history td{
	border-color:#C6C6C6;
	vertical-align:top;
	font-size:115%;
}
#About .history th{
	width: 200px;
	padding: 15px 25px;
	background:#DAE7F8;
	font-weight:normal;
	text-align:left;	
}
#About .history td{
	padding: 15px;
}
#About .history tr td:first-of-type{
	width: 70px;
	text-align:center;
}



/* btn */
#About .btn{
	display:inline-block;
	margin-right: 20px;	
}
#About .btn a{
	background:url(../images/common/arw_bg_w01_pc.png) no-repeat left 4px;
	padding: 0 15px 3px 25px;
	color:#3D3D3D;	
}
#About .btn a[target="_blank"]{
	background:url(../images/common/arw_bg_w01_pc.png) no-repeat left 4px,
	url(../images/common/ico_blank.png) no-repeat right center;
}
#About .btn a:hover{
	color:#4574BA;	
}


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

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#About{
	padding: 40px 0 30px;
}
#About h3{
	margin-bottom: 20px;
	font-size:148%;
}
#About .tel-pc{
	display:none;	
}
#About .tel-sp{
	display:inline;	
}
#About .tel-sp a{
	color:#3D3D3D;	
}

/* outline
-----------------------------------------------------------------*/
#About .outline{
	margin-bottom: 55px;
}
#About .outline dl{
	display:block;
	border-top:1px solid #DBDBDB;
}
#About .outline dt,
#About .outline dd{
	padding: 0;
	margin-bottom: 0;	
	font-size:100%;
}
#About .outline dt{
	width: 100%;
	padding: 15px 0 0 0;
	border-bottom:none;
	font-size:109%;
}
#About .outline dd{
	width: 100%;
	padding: 5px 0 15px;
	margin-left: 0;
}
#About .outline ul{
	margin-bottom: 15px;	
}
#About .outline ul li{
	display:inline-block;
	width: 100%;
	margin: 0;	
}
#About .outline .btn a{
	font-size:100%;
	padding-top: 2px;	
}


/* branch
-----------------------------------------------------------------*/
#About .branch{
	margin-bottom: 50px;
}
#About .branch ul{
	display:block;	
}
#About .branch ul li{
	width: 100%;	
	margin-bottom: 40px;	
}
#About .branch ul li:nth-child(even){
	margin-left: 0;	
}
#About .branch .pic{
	width: 100px;
	margin-right: 10px;	
}
#About .branch h4{
	margin-bottom: 7px;
	font-size:117%;
	line-height:1.4;
}
#About .branch .address{
	margin-bottom: 10px;
	font-size:100%;
}
#About .branch .btn+.btn{
	margin-top: 5px;	
}


/* history
-----------------------------------------------------------------*/
#About .history table{
	margin-bottom: 0;
}
#About .history th,
#About .history td{
	font-size:100%;
}
#About .history th{
	width: 75px;
	padding: 10px 15px;
}
#About .history td{
	padding: 10px;
}
#About .history tr td:first-of-type{
	width: 60px;
}



/* btn */
#About .btn{
	display:block;
	margin-right: 0;	
}
#About .btn a{
	background:url(../images/common/arw_bg_w01_sp.png) no-repeat left 4px;
	background-size:15px auto;
	padding: 2px 15px 2px 25px;
}


}