@charset "utf-8";

/* ====================================================
Common
==================================================== */
.pc {
	display: block;
}
.sp {
	display: none;
}
#sideNavi {
	display: none;
}

/* ====================================================
Main Visual
==================================================== */
.page-sp_service_index {
	padding-bottom: 150px;
}
.main-visual-sub {
	min-height: 200px;
	background: url(/common/img/service/mv.png) no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	min-width: 1130px;
}
.main-visual-sub .inner {
	position: relative;
}
.main-visual-sub .inner .img-right {
	position: absolute;
	z-index: 2;
	right: 89px;
	bottom: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.main-visual-sub .inner .img-right {
		bottom:-54px;
	}
}
.main-visual-sub .ttl-type02 {
	margin-top: 53px;
}
.main-visual-sub p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: calc(24/16);
	width: 100%;
	font-weight: bold;
	letter-spacing: -1px;
}

/* ====================================================
Main
==================================================== */
.list-object {
	padding-bottom: 10px;
}
.list-object a {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.list-object a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 0;
	background: rgba(224, 247, 229, 0.6);
}
.list-object a:hover::before {
	opacity: 1;
}
.list-object a::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 45%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #2cbc4b;
	border-right: 2px solid #2cbc4b;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.itemObject {
	display: -webkit-box;
	display: -ms-flexbog;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.itemObject .box-img {
	width: calc(290/805*100%);
	border-right: 1px solid #ddd;
}
.itemObject .content {
	width: calc(515/805*100%);
	padding: 30px;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-inline-box;
	display: -ms-inlne-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemObject .content .ttl-type01 {
	margin-top: 0;
}
.itemObject .content p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: calc(24/15);
	color: #333;
	letter-spacing: -2px;
	width: 100%;
	padding-right: 12px;
}
.present-wrapper {
	margin: 20px 0 4px;
}
.caution-txt {
	line-height: 1.8;
	margin-bottom: 36px;
}

/* ====================================================
Sidebar
==================================================== */
.box-service {
	margin-bottom: 30px;
}
.box-service .ttl {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: calc(18/16);
	margin-bottom: 18px;
	font-weight: bold;
}
.list-service {
	border: 1px solid #ddd;
	border-radius: 3px;
}
.list-service .item {
	border-bottom: 1px dashed #ddd;
	position: relative;
}
.list-service .item:last-child {
	border-bottom: 0;
}
.list-service .item a {
	display: block;
	width: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 15px 17px 13px 62px;
	min-height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.list-service .item a:hover {
	background: #e0f7e5;
}
.list-service .item img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 14px;
}
.list-service .item img.w35 {
	width: 35px;
}
.list-service .item span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: calc(18/14);
	color: #0971b9;
	font-weight: 500;
	letter-spacing: -1px;
	display: inline-block;
}
