@charset "utf-8";

.red-ttl span {
	display: block;
	margin-bottom: 40px;
}
.red-ttl .ttl {
	float: left;
}
.red-ttl .date {
	font-size: 1.4rem;
	color: #000;
	float: right;
}
/*----------------------------------------------

共通

----------------------------------------------*/
p {
	line-height: 2;
	text-align: justify;
	letter-spacing: .03em;
}
/* メインビジュアル */
.mainv {
	background: url(../img/company/mainv.jpg) center top no-repeat;
	background-size: cover;
}

/* table */
.base-table {
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 60px;
	width: 100%;
}
.base-table tr {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
.base-table th {
	white-space: nowrap;
	width: 25%;
	text-align: center;
}
.base-table .th2{
	width: 10%;
	text-align: left;
}
.base-table th,
.base-table td {
	padding: 25px;
}
.base-table b {
	display: inline-block;
	width: 20%;
}

.benefits-img {
	text-align: left;
	margin-top: 30px;
}
.benefits-img li:first-child {
	margin-right: 8%;
}
.benefits-img li {
	display: inline-block;
}
.benefits-img li p {
	margin-top: 20px;
}

.map {
	height: 360px;
	width: 100%;
	margin-bottom: 80px;
}
.gm-style .gm-style-iw {
	font-weight: 400;
}
.gm-style .gm-style-iw a {
	text-decoration: underline;
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

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

	共通

	----------------------------------------------*/
	/* table */
	.base-table {
		margin-bottom: 30px;
	}
	.base-table th {
		text-align: left;
		width: 27%;
		padding-right: 2% !important;
	}
	.base-table .th2{
		width: auto;
		margin-bottom: 8px;
		text-align: left;
	}
	.base-table th,
	.base-table td {
		padding: 13px 0;
	}
	.base-table b {
		display: block;
		width: 100%;
		margin-top: 5px;
	}




	.benefits-img {
		text-align: left;
		margin-top: 15px;
	}
	.benefits-img li {
		width: 45vw;
	}
	.benefits-img li:first-child {
		width: 24.5vw;
		margin-right: 3%;
	}
	.benefits-img img {
		max-width: 100%;
	}
	.benefits-img li p {
		margin-top: 10px;
	}
	

	.red-ttl .date {
		display: none;
	}
	.sec-wrapper .red-ttl {
		margin-bottom: 0;
	}
	

	.map {
	}



}
