
@charset "UTF-8";

#service+section .heading.block_header_6{
	background: url("/common/upload_data/escrowcojp/image/bg_h1_service.png") no-repeat center top/45px auto;
}
@media screen and (max-width: 800px){
#service+section .heading.block_header_6 {
    margin-bottom: 20px;
    padding-top: 35px;
    background-size: 35px auto;
}
}

/*----------------------------下層見出しアイコン H2----------------------------*/

#item01+section .heading.block_header_2 .h::before{
	border:none;
	content:"";
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(/common/upload_data/escrowcojp/image/item1.png) no-repeat;
	background-size:contain;
	top: 0 !important;
}
#item02+section .heading.block_header_2 .h::before{
	border:none;
	content:"";
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(/common/upload_data/escrowcojp/image/item2.png) no-repeat;
	background-size:contain;
	top: 0 !important;
}
#item03+section .heading.block_header_2 .h::before{
	border:none;
	content:"";
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(/common/upload_data/escrowcojp/image/item3.png) no-repeat;
	background-size:contain;
	top: 0 !important;
}
#item04+section .heading.block_header_2 .h::before{
	border:none;
	content:"";
	display:inline-block;
	width:1.7em;
	height:1.7em;
	background:url(/common/upload_data/escrowcojp/image/item4.png) no-repeat;
	background-size:contain;
	top: 0 !important;
}

#item01+section .heading.block_header_2 .h,
#item02+section .heading.block_header_2 .h,
#item03+section .heading.block_header_2 .h,
#item04+section .heading.block_header_2 .h{
	padding-left: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom:none;
	font-size: 2.3rem;
	font-weight: bold;
	padding-top: 5px;
}

#item01+section .heading.block_header_2 .h{
	color: #ff9000 !important;
}
#item02+section .heading.block_header_2 .h{
	color: #93cb4b!important;
}
#item03+section .heading.block_header_2 .h{
	color: #ff7d8f !important;
}
#item04+section .heading.block_header_2 .h{
	color: #ffba00 !important;
}

@media screen and (max-width: 800px){
	#item01+section .heading.block_header_2 .h,
	#item02+section .heading.block_header_2 .h,
	#item03+section .heading.block_header_2 .h,
	#item04+section .heading.block_header_2 .h{
		padding-left: 40px;
}
}

/*----------------------------2020/09/02----------------------------*/
section#71333 {
    overflow: hidden;
    background: url(/common/upload_data/escrowcojp/image/bg_h3_1.jpg) repeat #e2faf4;
    padding: 12px 12px 12px 25px;
    margin-bottom: 30px;
}
/*----------------------------2021/01/21----------------------------*/
.parallax_img {
    position: absolute !important;
    left: 0;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}