@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　company
 */

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

/*--------------------------------------------------------------------------
   Kv
---------------------------------------------------------------------------*/
.index .page-hd .kv{
	background:url(../images/company/top/img_kv.jpg) no-repeat 335px top;	
}
.index .page-hd .kv .page-ttl{
	padding-left: 200px;	
}


.page01 .page-hd .kv,
.page02 .page-hd .kv,
.page03 .page-hd .kv{
	height: 340px;
	background-size:cover;	
}
.page01 .page-hd .kv{
	background:url(../images/company/outline/bg_kv.jpg) no-repeat center center;	
}
.page02 .page-hd .kv{
	background:url(../images/company/history/bg_kv.jpg) no-repeat center center;	
}
.page03 .page-hd .kv{
	background:url(../images/company/suppliers/bg_kv.jpg) no-repeat center center;	
}
.page01 .page-hd .kv .page-ttl,
.page02 .page-hd .kv .page-ttl,
.page03 .page-hd .kv .page-ttl{
	left:-810px;
	width: 500px;
	height: 147px;
	padding-top: 34px;
	padding-left: 200px;
	font-size: 4.4rem;
}
.page01 .page-hd .kv .page-ttl span,
.page02 .page-hd .kv .page-ttl span,
.page03 .page-hd .kv .page-ttl span{
	font-size: 1.8rem;
}
page01 .page-hd .breadcrum,
page02 .page-hd .breadcrum,
page03 .page-hd .breadcrum{
	padding: 15px 0;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Company{
	padding-bottom: 40px;	
}

/* INDEX
-----------------------------------------------------------------*/
#Company .cont-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;	
}
#Company .cont-list li{
	width: 570px;
	margin-bottom: 80px;	
}
#Company .cont-list .pic{
	margin-bottom: 20px;
}
#Company .cont-list h3{
	margin-bottom: 3px;
	font-size:2.6rem;	
}
#Company .cont-list .txt{
	margin-bottom: 20px;
}

#Company .cont-list .btn_base_line a{
	font-weight:bold;
}

/* タイトル */
.ttl-company{
	position: relative;
	margin-bottom: 40px;
	font-size:2.8rem;
	line-height:1.2;	
}
.ttl-company::after{
	position: absolute;
	left:-67px;
	top:50%;
	transform:translateY(-50%);
	display:block;
	content:"";
	width: 48px;
	height: 4px;
	background:#F6891F;
}
.ttl-company .order{
	font-weight:normal;
	font-size:1.4rem;
	right:0;
	top:50%;
	transform:translateY(-50%);	
}

/* Outline
-----------------------------------------------------------------*/
#Outline{
	padding: 80px 0 105px;	
}

/* outline */
#Outline .outline{
	margin-bottom: 70px;	
}
#Outline .outline dl{
	display:flex;
	flex-wrap:wrap;
}
#Outline .outline dt{
	width: 200px;
	margin: 0 25px 20px 0;
	padding-bottom: 20px;
	border-bottom:1px solid #393A38;
}
#Outline .outline dd{
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 975px;
	border-bottom:1px dotted #9C9C9B;	
}
#Outline .outline dt:last-of-type,
#Outline .outline dd:last-of-type{
	border-bottom:none;
}
#Outline .outline dd .branch{
	display:flex;	
}
#Outline .outline dd .branch+.branch{
	margin-top: 15px;	
}
#Outline .outline dd .branch p:first-child{
	width: 6em;	
}
#Outline .outline dd ul li{
	display:flex;	
}
#Outline .outline dd ul li span:first-child{
	width: 13em;	
}
#Outline .outline dd a{
	color:#F6871F;	
}
#Outline .outline dd a:hover{
	text-decoration:underline;	
}
#Outline .outline dd a[target="_blank"]{
	padding-right: 18px;
	background:url(../images/common/ico_blank_b_s.png) no-repeat right center;	
}

/* map */
#Outline .map-box{
	display:flex;	
}
#Outline .map-box+.map-box{
	margin-top: 60px;	
}
#Outline .map-box .googlemap{
	position: relative;
	width: 500px;
	padding-bottom: 350px;	
}
#Outline .map-box .googlemap iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;	
}
#Outline .map-box .txt-area{
	width: 630px;
	margin-left: 70px;
}
#Outline .map-box h3{
	padding:60px 0 15px;
	font-size:2.6rem;
	line-height:1.2;	
}
#Outline .map-box .info{
	margin-bottom: 70px;	
}

/* History
-----------------------------------------------------------------*/
#History{
	padding: 50px 0 80px;	
}
#History table{
	width: 100%;
	border-collapse:collapse;
}
#History table th{
	position: relative;
	width: 70px;
	padding-right: 30px;	
	vertical-align:middle;
}
#History table th img{
	width: 70px;
	height: auto;	
}
#History table th::after{
	position: absolute;
	left:30px;
	bottom:-5px;
	display:block;
	content:"";	
	width: 9px;
	height: 9px;
	background:#D9D9D9;
	border-radius:50%;
}
#History table th.nodot::after{
	display:none;	
}

#History table td{
	width: 1100px;
	padding: 40px 0;
	vertical-align:middle;
	border-bottom:1px dotted #9C9C9B;		
}
#History table td.noline{
	border-bottom:none;	
}
#History table td.lines02{
	padding: 30px 0;
}
#History table td.lines03{
	padding: 20px 0;
}
#History table td p.month{
	clear:both;
	float: left;
	width: 50px;
	color:#F6871F;
}
#History table td p.txt{
	padding-left:50px ;	
}

/* Suppliers
-----------------------------------------------------------------*/
#Suppliers .category{
	margin-bottom: 55px;	
}
#Suppliers .category ul{
	display:flex;
	flex-wrap:wrap;	
}
#Suppliers .category ul.sp{
	display:none;	
}
#Suppliers .category ul li{
	display:flex;
	align-items: center;
	width: 280px;
	margin: 0 0 25px 25px;
	padding-bottom: 22px;
	border-bottom:1px dotted #000;
	font-size:1.5rem;	
}
#Suppliers .category ul li:first-child,
#Suppliers .category ul li:nth-of-type(4n+1){
	margin-left: 0;	
}

/* banner */
#Suppliers .bnr{
	position: relative;
	width: 800px;
	margin: 85px auto 0;
}
#Suppliers .bnr .ico{
	right:;
	top:-52px;
	right:-70px;	
}
#Suppliers .bnr .note{
	padding-top: 3px;
	font-size:1rem;
	text-align:right;	
}




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


/*--------------------------------------------------------------------------
   Kv
---------------------------------------------------------------------------*/
.index .page-hd .kv{
	background:url(../images/company/top/img_kv_sp.jpg) no-repeat center center;
	background-size:cover;	
}
.index .page-hd .kv .page-ttl{
	padding-left: 20px;	
}


.page01 .page-hd .kv,
.page02 .page-hd .kv,
.page03 .page-hd .kv{
	height: 175px;
}
.page01 .page-hd .kv{
	background:url(../images/company/outline/bg_kv_sp.jpg) no-repeat center center;	
}
.page02 .page-hd .kv{
	background:url(../images/company/history/bg_kv_sp.jpg) no-repeat center center;	
}
.page03 .page-hd .kv{
	background:url(../images/company/suppliers/bg_kv_sp.jpg) no-repeat center center;	
}
.page01 .page-hd .kv .page-ttl,
.page02 .page-hd .kv .page-ttl,
.page03 .page-hd .kv .page-ttl{
	left:-110%;
	width: 200px;
	height: 115px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 3rem;
}
.page01 .page-hd .kv .page-ttl span,
.page02 .page-hd .kv .page-ttl span,
.page03 .page-hd .kv .page-ttl span{
	font-size: 1.4rem;
}
page01 .page-hd .breadcrum,
page02 .page-hd .breadcrum,
page03 .page-hd .breadcrum{
	padding: 15px 0;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Company{
	padding-bottom: 20px;	
}

/* INDEX
-----------------------------------------------------------------*/
#Company .cont-list{
	display:block;
}
#Company .cont-list li{
	width: 100%;
	margin-bottom: 40px;	
}
#Company .cont-list .pic{
	margin-bottom: 10px;
}
#Company .cont-list h3{
	margin-bottom: 2px;
	font-size:2rem;	
}
#Company .cont-list .txt{
	margin-bottom: 20px;
}

/* タイトル */
.ttl-company{
	position: relative;
	margin-bottom: 30px;
	font-size:1.9rem;
	line-height:1.4;	
}
.ttl-company::after{
	position: absolute;
	left:0;
	top:auto;
	bottom:-10px;
	transform:none;
	display:block;
	content:"";
	width: 30px;
	height: 3px;
}
.ttl-company .order{
	font-size:1.3rem;
}


/* Outline
-----------------------------------------------------------------*/
#Outline{
	padding: 40px 0 50px;	
}

/* outline */
#Outline .outline{
	margin-bottom: 40px;	
}
#Outline .outline dl{
	display:block;
}
#Outline .outline dt{
	width: 100%;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
#Outline .outline dd{
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#Outline .outline dt:last-of-type{
	border-bottom:1px solid #000;	
}
#Outline .outline dd:last-of-type{
	border-bottom:none;
}
#Outline .outline dd .branch+.branch{
	margin-top: 15px;	
}
#Outline .outline dd .branch p:first-child{
	width: 25%;	
}
#Outline .outline dd .branch p+p{
	width: 75%;
}

/* map */
#Outline .map-box{
	display:block;	
}
#Outline .map-box+.map-box{
	margin-top: 40px;	
}
#Outline .map-box .googlemap{
	width: 100%;
	padding-bottom: 70%;	
}
#Outline .map-box .txt-area{
	width: 100%;
	margin-left: 0;
}
#Outline .map-box h3{
	padding:20px 0 10px;
	font-size:1.9rem;	
}
#Outline .map-box .info{
	margin-bottom: 20px;	
}

/* History
-----------------------------------------------------------------*/
#History{
	padding: 40px 0 50px;	
}
#History table{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
#History table th{
	position: relative;
	width: 70px;
	padding-right: 10px;	
	vertical-align:middle;
}
#History table th img{
	width: 60px;
	height: auto;	
}
#History table th::after{
	left:25px;
	bottom:-4px;
	content:"";	
	width: 8px;
	height: 8px;
}

#History table td{
	width: auto;
	padding: 15px 0;	
}
#History table td.noline{
	border-bottom:none;	
}
#History table td.lines02{
	padding: 15px 0;
}
#History table td.lines03{
	padding: 15px 0;
}
#History table td p.month{
	float: none;
	width: 100%;
}
#History table td p.txt{
	padding-left:0 ;	
}

/* Suppliers
-----------------------------------------------------------------*/
#Suppliers .category{
	margin-bottom: 40px;	
}
#Suppliers .category ul{
	display:block;
}
#Suppliers .category ul.sp{
	display:block;	
}
#Suppliers .category ul.pc{
	display:none;	
}
#Suppliers .category ul li{
	disply:block;
	width: 100%;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
}
#Suppliers .category ul li:first-child,
#Suppliers .category ul li:nth-of-type(4n+1){
	margin-left: 0;	
}

/* banner */
#Suppliers .bnr{
	position: relative;
	width: 100%;
	margin: 70px auto 0;
}
#Suppliers .bnr .ico{
	width: 73px;
	top:-55px;
	right:-10px;	
}


}