@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
	
/*======== fv ========*/
.fv{
	background-image: url(img/fv.jpg);
	}
/*======== content ========*/
.content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
	.company {
		width: 900px;
		margin: 0 auto 80px;
	}
	.company table {
		width: 900px;
		border: 1px solid #999;
		border-bottom: none;
	}
	.company th {
		width: 190px;
		font-size: 15px;
		text-align: left;
		padding: 25px 0 25px 25px;
		background-color: #f1f1f1;
		border-bottom: 1px solid #999;
	}
	.company td {
		font-size: 15px;
		padding: 25px 0 25px 25px;
		border-bottom: 1px solid #999;
	}
	.company .saga {
		border-left: 1px solid #999;
	}
	.company .saga a{
		pointer-events: none;
	}
	.company .tokyo {
		border-left: 1px solid #999;
	}
	.company .tokyo a{
		pointer-events: none;
	}
	.business {
		width: 900px;
		margin: 0 auto 100px;
	}
	.business h4 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 18px;
	}
	.business li {
		float: left;
		margin-right: 40px;
	}
	.business li:last-of-type {
		margin-right: 0;
	}
	.business .img {
		margin-bottom: 5px;
	}
	.business p {
		text-align: center;
	}

	.staff {
		width: 90%;
		background-color: #f1f1f1;
		padding: 120px  0 80px 0;
		margin: 0 auto;
	}
	.staff h3 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 40px;
	}
	.staff h3 span {
		margin-top: 5px;
		display: block;
		font-size: 12px;
	}
	.staff ul {
		width: 900px;
		margin: 0 auto;
	}
	.staff li{
		margin-bottom: 30px;
	}
	.staff li:last-of-type {
		margin-bottom: 0px;
	}
	.staff .img {
		float: left;
	}
	.staff figcaption {
		float: left;
		margin-left: 30px;
		width: 660px;
	}
	.staff p a {
		font-size: 14px;
		color: #666;
		border-bottom: 1px solid #ccc;
	}
	.staff figcaption p {
		font-size: 14px;
		color: #666666;
		line-height: 200%;
	}
	.staff figcaption .name_txt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.staff figcaption h5 {
		font-size: 20px;
		margin-bottom: 15px;
 }
	.contact {
		padding: 80px 0 80px 0; 
	}
	.contact figure {
		width: 600px;
		margin: 0 auto;
		padding: 20px;
		border: 1px solid #999;
	}
	.contact .img {
		float: right;
	}
	.contact figcaption {
		padding: 10px 0 0 10px;
	}
	.contact figcaption h5 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.contact p {
		font-size: 20px;
		color: #666;
		line-height: 160%;
		margin-bottom: 5px;
	}
	.contact .txt a{
		font-size: 15px;
		color: #666;
		border-bottom: 1px solid #999;
		margin-bottom: 0;
	}
}
/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
.fv{
	background-image: url(img/fv.jpg);
	}
.content {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
}
	.company {
		width: 90%;
		margin: 0 auto 70px;
	}
	.company table {
		width: 100%; 
		border: 1px solid #999;
		border-bottom: none;
	}
	.company th {
		display: block;
		font-size: 14px;
		text-align: left;
		padding: 10px 0 10px 15px;
		background-color: #f1f1f1;
		border-bottom: 1px solid #999;
	}
	.company td {
		display: block;
		font-size: 14px;
		padding: 10px 0 10px 15px;
		border-bottom: 1px solid #999;
	}
	.company .sp_saga{
		padding-bottom: 0px;
		border-bottom: none;
	}
	.company .sp_tokyo {
		padding-bottom: 0px;
		border-bottom: none;
	}
	.business {
		width: 90%;
		margin: 0 auto 50px;
	}
	.business h4 {
		text-align: center;
		margin-bottom: 30px;
	}
	.business li {
		width: 48%;
		margin: 0 4% 0 0;
		float: left;
	}
	.business li:last-of-type{ margin-right: 0;	}


	.business .img {
		width: 100%;
		margin-bottom: 5px;
	}
	.business .img img{
		width: 100%;
	}
	.business p {
		text-align: center;
	}
	.staff {
		width: 100%;
		background-color: #f1f1f1;
		padding: 45px  0 50px 0;
	}
	.staff ul {
		width: 100%;
		margin: 0 auto;
	}
	.staff h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.staff h3 span {
		margin-top: 5px;
		display: block;
		font-size: 11px;
	}
	.staff ul{
		width: 90%;
		margin: 0 auto;
	}
	.staff li{
		margin-bottom: 30px;
	}
	.staff li:last-of-type {
		margin-bottom: 0px;
	}
	.staff .img {
		width: 50%;
		margin: 0 auto 10px;
	}
	.staff .img img{
		width: 100%;
	}
	.staff figcaption {
	width: 90%;
	margin: 0 auto;
}
	.staff figcaption p {
		font-size: 13px;
		color: #666666;
		line-height: 200%;
	}
	.staff figcaption .name_txt {
		font-size: 13px;
		margin-bottom: 5px;
		text-align: center;
	}
	.staff figcaption h5 {
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.staff .ctxt {
		text-align: center;
	}
	.staff p a {
		font-size: 13px;
		color: #666;
		border-bottom: 1px solid #ccc;
	}
	.contact {
		width: 100%;
		margin: 0 auto;
		padding: 60px 0 60px 0;
	}
	.contact figure {
		width: 90%;
		margin: 0 auto;
		padding: 10px;
		border: 1px solid #999;
	}
	.contact .img {
		width: 40%;
		margin: 0 auto 20px;
	}
	.contact .img img{
		width: 100%;
	}
	.contact figcaption {
		padding: 0 0 0 10px;
	}
	.contact figcaption h5 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.contact p {
		font-size: 16px;
		color: #666;
		line-height: 160%;
		margin-bottom: 10px;
	}
	.contact .txt a{
		font-size: 13px;
		color: #666;
		border-bottom: 1px solid #999;
		margin-bottom: 0;
	}
}
/*===== header =====*/
