@charset "UTF-8";
/*-----------------------------------▼list▼-----------------------------------*/




/*-----------------------------------▼detail▼-----------------------------------*/
/*-----------------------------------

	detail main

-----------------------------------*/
.detail #main{
	text-align: right;
	position: relative;
}
.detail #main .logo{
	background: #fcfcfc;
	position: absolute;
	top:40%;
	left: 0;
	padding: 45px 2.5%;
	box-sizing: border-box;
}
@media screen and (max-width: 980px) {
	.detail #main{
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.detail #main .logo{
		width: 60%;
		padding:20px 2.5%;
		top:inherit;
		bottom:0;
	}
}
@media screen and (max-width: 740px) {
	.detail #main .logo{
		width: 60%;
		padding:20px 2.5%;
		top:inherit;
		bottom:0;
	}
}
/*-----------------------------------

	detail about

-----------------------------------*/
.detail #about .text p{
	font-size: 17px;
}
.detail #about #point{
	margin-bottom: 30px;
}
.detail #about #point h5{
	margin-top: 60px;
}
.detail #about #point .text{
	width: 48%;
	max-width: 545px;
}
.detail #about #point .img{
	width: 52%;
	max-width: 625px;
}
.detail #about #history,
.detail #about #greeting{
	width: 49%;
}
.detail #about #history .img,
.detail #about #greeting .img{
	width: 100%;
	max-width: 580px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 980px) {
	.detail #about #point .text{
		width: 100%;
		max-width: 100%;
	}
	.detail #about #point .img{
		width: 80%;
		max-width: 625px;
		margin: 0 auto;
		float: none!important;
	}
}
@media screen and (max-width: 740px) {
	.detail #about .text p {
		font-size: 14px;
	}
	.detail #about #history, .detail #about #greeting {
		width: 100%;
		float: none!important;
	}
	#about #greeting {
		margin-top: 20px;
	}
}
/*-----------------------------------

	detail item

-----------------------------------*/
.detail #item{
	text-align: center;
	margin-top: 60px;
}
.detail #item h3{
	width: 60%;
	font-size: 30px;
	line-height: 3.6rem;
	display: inline-block;
	margin-bottom: 40px;
	padding:0 0 10px;
	border-left: none;
	border-bottom: solid 1px #363636;
}
.detail #item h3 span{
	font-size: 16px;
	display: block;
}
.detail #item ul li{
	display: inline-block;
	margin: 0 10px ;
}
.detail #item ul li h4{
	font-size: 24px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
@media screen and (max-width: 740px) {
	.detail #item h3 {
		width: 60%;
		font-size: 21px;
		line-height: 3.2rem;
		margin-bottom: 0;
		padding: 0 0 10px;
	}
	.detail #item h3 span {
		font-size: 13px;
		display: block;
	}
	.detail #item ul li{
		display: block;
		margin: 20px 0;
	}
	.detail #item ul li h4{
		font-size: 18px;
		margin: 10px 0;
	}
}
/*-----------------------------------

	detail line_slider

-----------------------------------*/
.detail .line_slider{
	margin-top: 60px;
}
.detail .line_slider li{
	margin: 0 10px;
}
.detail .line_slider img {
	width: 100%;
}
@media screen and (max-width: 740px) {
	.detail .line_slider{
		margin-top: 30px;
	}
	.detail .line_slider li{
		margin: 0 5px;
	}
}

/*-----------------------------------

	detail company

-----------------------------------*/
.detail #company{
	text-align: center;
	margin-top: 60px;
}
.detail #company h3{
	margin-bottom: 20px;
	border-left: none;
}
.detail #company table{
	width: 100%;
	max-width: 700px;
	text-align: left;
	margin: 0 auto;
	border: solid 1px #c9c9c9;
}

.detail #company table th{
	background: #f7f4f4;
}
.detail #company table th,
.detail #company table td{
	padding: 5px 2.5%;
}
.detail #company table tr:first-child th,
.detail #company table tr:first-child td{
	padding-top: 10px;
}
.detail #company table tr:last-child th,
.detail #company table tr:last-child td{
	padding-bottom: 10px;
}
@media screen and (max-width: 740px) {
	.detail #company {
		margin-top: 30px;
	}
	.detail #company h3{
		width: 60%;
		margin:0 auto 20px;
	}
	.detail #company table th,
	.detail #company table td{
		width: 100%!important;
		display: block;
		box-sizing: border-box;
	}
}
/*-----------------------------------

	abunosato

-----------------------------------*/
#abunosato #h2_title{
	background: url(../img/union/abunosato/bg_abunosato.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
/*-----------------------------------

	fukunosato

-----------------------------------*/
#fukunosato #h2_title{
	background: url(../img/union/fukunosato/bg_fukunosato.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
/*-----------------------------------

	hongobara

-----------------------------------*/
#hongobara #h2_title{
	background: url(../img/union/hongobara/bg_hongobara.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
/*-----------------------------------

	kiyo

-----------------------------------*/
#kiyo #h2_title{
	background: url(../img/union/kiyo/bg_kiyo.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
/*-----------------------------------

	tamagawa

-----------------------------------*/
#tamagawa #h2_title{
	background: url(../img/union/tamagawa/bg_tamagawa.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
