@charset "UTF-8";

#continued {
	margin: 1rem;
}

#owner-contact {
	padding: 0.5rem;
	background: rgba(255,255,255,0.7);
	text-align: center;
}
#owner-contact button {
	padding: 1rem 2rem;
}

dl#selling-point dt {
	padding: 0.2rem 0.5rem;
	border: 1px solid #44d1ed;
	border-radius: 0.3rem;
	box-shadow: 0 0 10px 3px #ccf0ff inset;
	font-size: 1.2em;
	color: #005dc4;
}

dl#selling-point dd {
	margin-bottom: 0.8rem;
}

#owner-header {
	position: relative;
	height: 300px;
	padding: 1rem;
	background: linear-gradient(0deg, white 0%, white 17%, transparent 17%, transparent 100%), url("/img/owner/top-image.jpg") no-repeat;
	background-size: cover;
}

#owner-header h1 {
	border: none;
	margin-bottom: 1rem;
	color: white;
	font-weight: bold;
	background: none;
}
#owner-header h1::before, #owner-header h1::after {
	content: none;
}

#owner-header p {
	margin-bottom: 3rem;
	border-bottom: 1px solid #0097CE;
	color: white;
	font-size: 1.2em;
	text-align: center;
}

#owner-header ul {
	text-align: center;
}
#owner-header ul li {
	width: 9rem;
	height: 9rem;
	margin: 0 2rem;
	border-radius: 4.5rem;
	box-shadow: 0 0 1px 1px #0097CE;
	font-size: large;
	text-align: center;
	line-height: 9rem;
	background: linear-gradient(0deg, #0097CE 0%, #0097CE 30%, rgba(52,232,255,1.0) 30%, rgba(175,235,255,0.75) 100%);
}

#case-study ul {
	text-align: center;
}
#case-study article ul li {
	margin: 0.5rem;
}
#case-study article ul li:not(:last-child) {
	margin-right: 3rem;
}
#case-study article ul li img {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	box-shadow: 0 0 1px 2px #5a5c61;
}
#case-study article ul li span.arrow {
	border: 12px solid transparent;
	border-left: 24px solid #0097CE;
	margin-left: 16px;
	margin-right: 4px;
	font-size: 0;
}

#procedure {
	padding: 1rem 0;
}
#procedure ul {
	text-align: center;
}
#procedure ul li {
	width: 7rem;
	height: 7rem;
	margin: 0 1rem;
	border-radius: 3.5rem;
	font-size: large;
	text-align: center;
	background: #AFEBFF;
	box-shadow: 0 0 1px 1px #0097CE;
	line-height: 7rem;
	vertical-align: middle;
}
#procedure ul li div {
	margin-top: 2.2rem;
	line-height: 1.4rem;
}
#procedure #period {
	position: relative;
	width: 37rem;
	padding-right: 2px;
	margin: 0 auto;
	border-top: 2px solid #005DC5;
	text-align: center;
}
#procedure #period::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	font-size: 0;
	border-top: 8px solid transparent;
	border-right: 12px solid transparent;
	border-left: 12px solid #005DC5;
	border-bottom: 8px solid #005DC5;
}
#procedure #period::after {
	content: "";
	position: absolute;
	top: -16px;
	right: -4px;
	font-size: 0;
	border-top: 8px solid transparent;
	border-right: 12px solid transparent;
	border-left: 12px solid #005DC5;
	border-bottom: 8px solid #005DC5;
}
#procedure #period span {
	padding: 0.3rem 1rem;
	background: #005DC5;
	color: white;
	line-height: 1.7rem;
	border-bottom-left-radius: 0.4rem;
	border-bottom-right-radius: 0.4rem;
}

ul#sublease {
	padding: 1rem 0;
}
ul#sublease {
	text-align: center;
}
ul#sublease li {
	min-width: 7rem;
	height: 7rem;
	margin: 0 1rem;
	vertical-align: middle;
}
ul#sublease li.round {
	border-radius: 3.5rem;
	font-size: large;
	text-align: center;
	background: #DDD;
	box-shadow: 0 0 1px 1px #0097CE;
	line-height: 7rem;
}
ul#sublease li.round div {
	margin-top: 2.2rem;
	line-height: 1.4rem;
}
ul#sublease li .arrow-right, ul#sublease li .arrow-left {
	position: relative;
	width: 8.5rem;
	padding: 0.1rem 0;
	font-size: 0.8em;
}
ul#sublease li .arrow-right {
	margin-top: 2rem;
	margin-bottom: 3px;
	padding-left: 0.5rem;
	background: lightskyblue;
}
ul#sublease li .arrow-right::before {
	content: "";
	position: absolute;
	top: -17px;
	right: -24px;
	z-index: -1;
	font-size: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid lightskyblue;
	border-left: 20px solid lightskyblue;
}
ul#sublease li .arrow-left {
	margin-top: 3px;
	margin-bottom: 2rem;
	padding-right: 0.5rem;
	background: turquoise;
}
ul#sublease li .arrow-left::after {
	content: "";
	position: absolute;
	bottom: -17px;
	left: -24px;
	z-index: -1;
	font-size: 0;
	border-top: 20px solid turquoise;
	border-right: 20px solid turquoise;
	border-bottom: 20px solid transparent;
	border-left: 20px solid transparent;
}
ul#sublease li .logo {
	margin-top: 0.5rem;
	padding: 0.4rem;
	border-radius: 2rem;
	line-height: 2.5rem;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.15);
}
ul#sublease li .logo img {
	display: block;
	width: 16rem;
	border-bottom: 1px solid #005DC5;
}
ul#sublease li.owner {
	background: url("/img/owner/owner.png") 110% 0%;
}
ul#sublease li.user {
	background: url("/img/owner/user.png") 10% 0%;
}

ul#management {
	padding: 1rem 0;
}
ul#management {
	text-align: center;
}
ul#management li {
	min-width: 7rem;
	height: 7rem;
	border-radius: 3.5rem;
	margin: 0 2rem;
	font-size: large;
	text-align: center;
	background: #DDD;
	box-shadow: 0 0 1px 1px #0097CE;
	line-height: 7rem;
	color: black;
	vertical-align: middle;
	background-size: contain;
}
ul#management li div {
	margin-top: 2.2rem;
	line-height: 1.4rem;
}
ul#management li div.rows-3 {
	margin-top: 1.5rem;
}
ul#management li.clean {
	background: url("/img/owner/mana01.jpg");
}
ul#management li.risk {
	background: url("/img/owner/mana02.jpg");
}
ul#management li.user {
	background: url("/img/owner/user.png") 10% 0%;
}
ul#management li.manage {
	background: url("/img/owner/mana04.jpg");
}

#faq dt::before {
	content: "Ｑ";
	font-size: 1.5rem;
	margin-right: 0.2rem;
	color: #005DC4;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

@media only screen and (max-width: 959px) {
	#owner-header {
		height: auto;
	}
	#header-case-study {
		display: none;
	}

	#case-study article ul li:not(:last-child) {
		margin-right: 0.5rem;
	}
	#case-study article ul li img {
		width: 120px;
		height: 120px;
		border-radius: 60px;
	}
	#case-study article ul li span.arrow {
		border: 8px solid transparent;
		border-left: 16px solid #0097CE;
		margin-left: 8px;
		margin-right: 0px;
	}

	#procedure {
		display: none;
	}

	ul#management li {
		margin: 0.5rem;
	}
}
