@charset "UTF-8";

body{
	color:#333333;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:14px;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;
}
a{
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
a img{
	vertical-align:bottom;
	-webkit-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
  border-color: orange;
}

.footstepBox{
	width: 100%;
	max-width: 1200px;
	padding: 20px 40px 0;
}
@media screen and (max-width: 750px) {
	.mainBox{
		background: none;
	}
	.footstepBox{
		padding: 16px 16px 0;
	}
}

#business{
	max-width: 1200px;
	margin: 70px auto 0;
	padding: 0 40px;
}
#business .contentsMain{
	padding-bottom: 15px;
}
#business .contentsMain h1{
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
	color: #333;
}
#business .contentsMain p{
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.01em;
	margin-top: 25px;
}
#business .box{
	display: table;
	width: 100%;
	border-top: solid 1px #e3e9f1;
}
#business .contentsMain + .box{
	border-top: none;
}
#business .box .img{
	display: table-cell;
	vertical-align: top;
	width: 470px;
	padding: 40px 38px 35px 0;
}
#business .box:last-child .img{
	padding-bottom: 0;
}
#business .box .txt{
	display: table-cell;
	vertical-align: middle;
	padding: 35px 0;
}
#business .box:last-child .txt{
	padding-bottom: 0;
}
#business .box .txt p{
	font-size: 14px;
	line-height: 1.71;
	margin-top: 20px;
	letter-spacing: 0.01em;
}
#business .box .txt p:first-child{
	margin-top: 0;
	font-size: 16px;
	color: #003459;
	letter-spacing: 0;
}
#business .box .txt h2{
	font-size: 28px;
	line-height: 1;
	margin-top: 15px;
}
#business .box .txt h2 span{
	display: inline-block;
	width: 136px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fff;
	background: #d30a1d;
	margin-left: 20px;
	transform: translateY(-5px);
}
#business .box .txt h2 span.rentalspace{
	background: #ef8742;
}
#business .box .btn{
	width: 100%;
	max-width: 343px;
	margin-top: 15px;
}
#business .box .btn a{
	display: block;
	background: #00afdd;
	border-radius: 4px;
	position: relative;
}
#business .box .btn a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	opacity: 0;
	background: #333;
	transition: opacity .2s cubic-bezier(.210, .60, .350, 1);
}
#business .box .btn a:hover{
	text-decoration: none;
}
#business .box .btn a:hover::after{
	opacity: 0.2;
}
#business .box .btn a span{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 48px;
	font-weight: bold;
	height: 48px;
	color: #fff;
}
#business .box .btn a span::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
}
#business .box .linkList{
	margin-top: 15px;
	font-size: 0;
}
#business .box .linkList li{
	display: inline-block;
	font-size: 13px;
	line-height: 1.2;
	margin-left: 20px;
}
#business .box .linkList li:first-child{
	margin-left: 0;
}
#business .box .linkList li a{
	color: #00afdd;
}
#business .box .linkList li a::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #00afdd;
	border-right: solid 2px #00afdd;
	margin-left: 6px;
	margin-bottom: 3px;
	transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
	#business .box .img{
		width: 55%;
	}
}
@media screen and (max-width: 980px) {
	#business .box{
		display: block;
	}
	#business .box .img{
		display: block;
		width: 470px;
		margin: 0 auto;
		padding: 40px 0 0;
	}
	#business .box .txt{
		display: block;
	}
	#business .box .btn{
		margin: 15px auto 0;
	}
	#business .box .linkList{
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	#business{
		margin: 35px 0 0;
		padding: 0 16px;
	}
	#business .contentsMain{
		padding-bottom: 50px;
	}
	#business .contentsMain h1{
		font-size: 24px;
	}
	#business .contentsMain p{
		font-size: 13px;
		line-height: 1.84;
		margin-top: 20px;
	}
	#business .box .img{
		width: 100%;
		padding: 28px 0 0;
	}
	#business .box .txt{
		padding: 26px 0;
	}
	#business .box .txt p{
		font-size: 13px;
		line-height: 1.84;
		margin-top: 25px;
	}
	#business .box .txt p:first-child{
		font-size: 16px;
	}
	#business .box .txt h2{
		font-size: 21px;
	}
	#business .box .txt h2 .mobile{
		width: 100%;
		max-width: 343px;
	}
	#business .box .txt h2 .uspace{
		width: 100%;
		max-width: 343px;
	}
	#business .box .txt h2 span{
		margin-left: 12px;
		transform: translateY(-2.5px);
	}
	#business .box .btn{
		margin: 20px auto 0;
		max-width: 310px;
	}
	#business .box .btn a{
		border-radius: 2px;
	}
	#business .box .btn a:after{
		border-radius: 2px;
	}
	#business .box .linkList{
		margin-top: 28px;
	}
}