@charset "utf-8";

/* -------------------------------------------------
	#about
------------------------------------------------- */

#download a {
    color: #0d6fb8;
    text-decoration: underline;
}

#about .layout-type1 {
	margin-top: 50px;
}

#about .left img + img {
	margin-top: 50px;
}
#about .h-style2 {
	margin-bottom: 0;
}
#about ul li {
	display: flex;
	padding: 1em 0;
	align-items: flex-start;
	border-bottom: solid 1px #cfdde5;
}

#about div.step {
	display: flex;
	width: 245px;
	align-items: center;
	color: #226db6;
	font-weight: 500;
}

#about p.num {
	width: 63px;
	height: 24px;
	margin-right: 1em;
	padding: 0 1em;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	background-color: #0d6fb8;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about p.num + p {
	margin-top: 0;
}

#about p.desc {
	width: calc(100% - 245px);
}

#about .detail {
	margin-top: 1em;
}

#about .detail a{
	color: #4092c1;
	border-bottom: 1px solid #4092c1;
}

#about .detail p ~ p a {
	color: #333;
	border-bottom: none;
}
#about .detail p + p {
	margin-top: 0;
}

@media print, screen and (min-width:768px) {
	#about .layout-type1 {
		margin-bottom: 50px;
		position: relative;
	}
	#about .h-style2 {
		position: absolute;
		left: 0;
		top: -20px;
		border-bottom: none;
	}
	#about .detail a:hover{
		border-bottom: none;
	}
}

@media screen and (max-width:767px) {
	#about .layout-type1 {
		margin-top: 5vw;
	}
	#about .layout-type1 {
		margin-top: 5vw;
	}
	#about .h-style2 {
		padding-top: 0.9em;
	}
	#about img {
		display: block;
		width: 65%;
		margin: 0 auto;
	}
	#about ul li {
		flex-wrap: wrap;
	}
	#about div.step {
		width: 100%;
	}
	#about p.num {
		width: 16vw;
		height: 6vw;
		border-radius: 3vw;
		font-size: 3.2vw;
	}
	#about p.desc {
		width: 100%;
		margin-top: 0.4em;
	}
	#future .space li + li {
		margin-top: 0.8em;
	}
}

/* -------------------------------------------------
	#rental
------------------------------------------------- */
#rental .lead {
	margin-bottom: 60px;
}

#rental .pics dt {
	margin-bottom: 20px;
	padding: 1.1em 0 1em;
	font-size: 18px;
	color: #0d6fb8;
	font-weight: 500;
	border-bottom: 1px solid #cfdde5;
	line-height: 1.3;
}

#rental .pics .detail{
	box-sizing: border-box;
	width: 100%;
	padding-left: calc(20 / 380 * 100%);
	padding-right: calc(20 / 380 * 100%);
}

#rental .pics .detail{
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #cfdde5;
	border-top: none;
}

#rental .lv3 + .lv3 {
	margin-top: 60px;
}

@media print, screen and (min-width:768px) {
	#rental .pics {
		display: flex;
		flex-wrap: wrap;
	}
	#rental .pics li {
		width: calc(380 / 1200 * 100%);
		margin-right: calc(30 / 1200 * 100%);
	}
	
	#rental .pics li:nth-child(3n) {
		margin-right: 0;
	}
	#rental .pics li:nth-child(3) ~ li {
		margin-top: 55px;
	}
}

@media screen and (max-width:767px) {
	#rental .lv3 + .lv3 {
		margin-top: 8vw;
	}
	
	#rental .lead {
		margin-bottom: 5vw;
	}

	#rental .pics {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#rental .pics li {
		width: 48%;
	}
	#rental .pics li:nth-child(2) ~ li {
		margin-top: 3vw;
	}
	#rental .pics li img {
		width: 100%;
	}
	#rental .pics dt {
		font-size: 3.4vw;
		margin-bottom: 1em;
	}
}

