@charset "utf-8";
/* CSS Document */

/* =====================
  .common
===================== */
/* sub-link */
.sub-link {
	text-align: center;
	margin-bottom: 80px;
}
.sub-link ul,
.sub-link ul li {
	display: inline-block;
}
.sub-link ul li a {
	padding: 0 20px;
	border-right: 1px solid #ccc;
	text-decoration: underline;
}
.sub-link ul li:last-child a {
	border-right: none;
}
.sub-link ul li a:hover {
	text-decoration: none;
}
.sub-link ul li.active a {
	color: #ccc;
	text-decoration: none;
}





/* =====================
  .index
===================== */
section.business-main {
	max-width: 1120px;
	margin: 0 auto;	
}
section.business-main .detail {
	text-align: center;
	margin-bottom: 20px;
}
section.business-col01,.business-col02{
	max-width: 1220px;
	margin: 80px auto;	
	position: relative;
}
section.business-col01:after,.business-col02:after{
	content: "."; 
  	display: block; 
  	height: 0; 
  	font-size:0;	
  	clear: both; 
  	visibility:hidden;
}
section.business-col01 .business-text,.business-col02 .business-text{
	display: block;
	text-align: justify;
	position: absolute;
	margin: 20px 0px 20px 200px;
	width: 35%;
	right: 8px;
	top: 130px;
	padding: 20px;
	background-color: rgba(255,255,255,0.6);
}
section.business-col02 .business-text{
	left: 10px;
	top: 200px;
	float: left;
	margin: 20px 200px 20px 0px;
}
section.business-col02 .business-img{
	float: right;
	
}
.business-btn {
	margin-top: 40px;
}
.btn-arrow.black a{
	background-color: #1f1f1f;
	color: #fff;
}
.btn-arrow.black a:hover {
	background-color: #fff;
	color: #1f1f1f;
}
.btn-arrow.black a:after {
	content: url(../images/common/icon_arrow_w.png);
}
.btn-arrow.black a:hover:after {
	content: url(../images/common/icon_arrow.png);
}

/* =====================
  .partner
===================== */
.box-shadow{
	width:400px;
	padding: 1.2em 1em;
    background: white;
    box-shadow: 0 20px 28px rgba(0, 0, 0, 0.16);
	margin: 20px auto;
}
.box-shadow p {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
	padding-right:inherit;
}
.box-shadow p:after {
	content: url(../images/common/icon_arrow.png);
    position: relative;
    left: 30px;
    top: -1px;
}

/* =====================
  .history
===================== */
.history th{
	text-align: right;
	padding-right:inherit;
}

/* ====================================================================================
         SP時
  ==================================================================================== */
@media screen and (max-width: 768px) {

/* =====================
  .common
===================== */
	/* sub-link */
	.sub-link {
		margin-bottom: 40px;
	}
	.sub-link ul li a {
		padding: 0 10px;
	}

	
/* =====================
  .index
===================== */
	section.business-main{
		padding: 0 25px;
		text-align: justify;
	}
	section.business-main .detail h3{
		line-height: 1.5;
	}
	section.business-col01,.business-col02{
		max-width: 100%;
		padding: 0px 25px;
		margin: 40px 0;
	}
	section.business-col01 .business-img img,.business-col02 .business-img img{
		max-width: 100%;
	}
	section.business-col01 .business-text{
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		position: static;
	}
	section.business-col02 .business-text{
		display: block;
		width: 100%;
		margin: 0;
		padding:20px  0;
		position: static;
	}
	
	.business-btn {
		margin-top: 20px;
	}
	.btn-arrow a {
		width: 100%;
	}

/* =====================
  .history
===================== */
.history th{
	text-align: left;
	}

}




