@charset "utf-8";

.head_cell .body.image {
	border: 1px solid #ccc;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.head_cell .body.image {
		margin-bottom: 2.4vw;
	}
	.head_cell .body img {
		width: 100%;
	}
	.rental_feature {
		position: relative;
		border: 1px solid #990005;
		margin-bottom: 2.4vw;
		padding: 0 32px 32px 32px;
	}
	.rental_feature .title {
		position: relative;
		margin: 0 12px;
		text-align: center;
		padding-bottom: 48px;
	}
	.rental_feature h2 {
		font-size: 1.4rem;
		line-height: 1.8rem;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background-color: #990005;
		color: #fff;
		padding: 8px 16px;
		border-radius: 96px;
	}
	.rental_products_link {
		background-color: #eee;
		padding: 16px;
		line-height: 2.2rem;
		margin-bottom: 6.4vw;
	}
	.rental_content .linkbtn {
		text-align: right;
		padding-bottom: 4.8vw;
	}
	.rental_content .linkbtn a {
		font-weight: bold;
		color: #fff;
		border-radius: 24px;
		padding: 8px 24px;
		background-color: #4e83e6;
	}
	.rental_products {
		padding: 0 0 32px 0;
	}
	.rental_content .content_lead p {
		margin-bottom: 2.4vw;
	}
	.area_tab_sel {
		width: 100%;
		text-align: center;
		margin-bottom: 24px;
	}
	.area_tab_sel li {
		width: 100%;
		padding: 16px 0;
		font-size: 1.3rem;
		border-radius: 4px;
		background-color: #f2f2f2;
		cursor: pointer;
		margin-bottom: 8px;
	}
	.area_tab_sel li.here {
		background-color: #4e83e6;
		color: #fff;
		font-weight: bold;
	}
	.branches .map_box {
		width: 100%;
	}
	.branches .map_box iframe {
		width: 100%;
		height: 40vw;
	}
	.branches .map_link {
		position: absolute;
		border-radius: 16px;
		background-color: #3964bb;
		padding: 6px 24px;
		color: #fff;
		right: 0;
		bottom: 0;
	}
	.area_tab_content.hide {
		display: none;
	}
}
@media (max-width: 360px) {
}
@media print, screen and (min-width: 769px) {
	.head_cell .body img {
		width: 120%;
		margin: -10%;
	}
	.rental_feature {
		position: relative;
		border: 1px solid #990005;
		margin-bottom: 48px;
		padding: 0 32px 32px 32px;
	}
	.rental_feature .title {
		margin-top: -28px;
		text-align: center;
	}
	.rental_feature h2 {
		display: inline-block;
		background-color: #990005;
		color: #fff;
		padding: 12px 48px;
		border-radius: 32px;
	}
	.rental_feature h3 {
	}
	.rental_content .linkbtn {
		text-align: right;
	}
	.rental_content .linkbtn a {
		font-weight: bold;
		color: #fff;
		border-radius: 24px;
		padding: 8px 24px;
		background-color: #4e83e6;
	}
	.rental_products {
		padding: 0 0 32px 0;
	}
	.rental_products_sample {
		display: flex;
		margin: 0 auto 0 auto;
		justify-content: center;
		align-items: center;
	}
	.rental_products_link {
		background-color: #eee;
		padding: 32px;
		line-height: 2.0rem;
	}
	.rental_products_sample li {
		width: 20%;
	}
	.area_tab_sel {
		display: flex;
		text-align: center;
		margin: 0 auto 24px auto;
		justify-content: center;
		align-items: center;
	}
	.area_tab_sel li {
		width: 25%;
		margin: 0 4%;
		padding: 16px 0;
		border-radius: 4px;
		background-color: #f2f2f2;
		cursor: pointer;
	}
	.area_tab_sel li.here {
		background-color: #4e83e6;
		color: #fff;
		font-weight: bold;
	}
	.branches .map_box {
		float: right;
		width: 320px;
	}
	.branches .map_box iframe {
		width: 320px;
		height: 200px;
	}
	.branches .map_link {
		border-radius: 18px;
		background-color: #3964bb;
		padding: 4px 24px;
		color: #fff;
	}
	.area_tab_content.hide {
		display: none;
	}
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.head_cell .body {
		min-height: 15.4vw;
	}
	.head_cell .body img {
		margin: 0;
	}
	.rental_products_link {
		padding: 2.4vw;
	}
	.profile_table dd {
		font-size: 1.5vw;
	}
}
@media print, screen and (min-width: 1200px) {
}
