@charset "UTF-8";

div.contents{
	padding: 30px 0 0;
}

.contents > p{
	margin-bottom: 40px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.contents > p span{
	color: #ff427b;
}

.main-column-container{
	position: relative;
	padding-bottom:100px;
}

.maincontents{
	margin-bottom:75px;
}

.maincontents > dl:nth-child(1) > dt::before{
	width: 35px;
	height: 25px;
	background: url(../service/images/home_icon.svg) no-repeat center center / contain;
	top: calc(20px - 0.5rem);
}

.maincontents > dl:nth-child(2) > dt::before{
	width: 35px;
	height: 25px;
	background: url(../service/images/hand_icon.svg) no-repeat center center / cover;
}

.maincontents > dl:not(:last-child){
	margin-bottom: 50px;
}

.maincontents > dl > dt{
	position: relative;
	margin-bottom: 45px;
	padding: 20px 20px 20px 70px;
	background: #1E467F;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 700;
}

.maincontents > dl > dt::before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
}

.maincontents > dl > dd{
	padding: 0 20px;
}

.maincontents dl dd ul li dl dt,
.maincontents dl dd ul li dl dd{
	font-size: 1.5rem;
	line-height: 1.5;
}

.maincontents dl dd ul li{
	list-style: none;
}

.maincontents dl dd ul li:not(:last-child){
	margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom:1px #ccc dashed;
}

.maincontents dl dd ul li dl dt,
.maincontents dl dd ul li dl dd{
	padding-left: 40px;
}

.maincontents dl dd ul li dl dt{
	position: relative;
	margin-bottom: 10px;
	color: #1E467F;
	font-size: 2.2rem;
	font-weight: 700;
}

.maincontents dl dd ul li dl dt::before,
.maincontents dl dd ul li dl dt::after{
	content: '';
	display: block;
	position: absolute;
}

.maincontents dl dd ul li dl dt::before{
	top: .5rem;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #3580E3;
	border-radius: 50%;
}

.maincontents dl dd ul li dl dt::after{
	top: 6px;
	left: 5px;
	width: 16px;
	height: 5px;
	border-left: 2px solid #3580E3;
	border-bottom: 2px solid #3580E3;
	transform: rotate(-45deg);
}

.maincontents dl dd p{
	font-size: 1.5rem;
	line-height: 1.5;
}

.maincontents .figure-contents figure{
	margin: 0;
}

div.property-list{
	width:100%;
	padding-bottom:20px;
}

div.property-list > h3{
	margin-bottom:20px;
	padding:11px 20px 9px;
	background:#e4e4e4;
	border-bottom:2px #ff427b solid;
	font-size:1.6rem;
	font-weight:700;
}

div.property-list > ul{
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	list-style-type:none;
}

div.property-list > ul > li{
	position:relative;
	width:calc((100% / 4) - 20px);
	margin:0 10px 30px;
	padding-bottom:10px;
	border-top:3px #3580e3 solid;
}

div.property-list > ul > li::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid #3580e3;
	border-bottom: 12px solid #3580e3;
	border-left: 12px solid transparent;
	z-index: 1;
}

div.property-list > ul > li .property-image{
	position:relative;
	width:100%;
	overflow: hidden;
}

div.property-list > ul > li .property-image::before{
	content:"";
	display:block;
	padding-top:75%;
}

div.property-list > ul > li .property-image img{
	position:absolute;
	top:0;
	left:50%;
	translate:-50% 0;
	width:100%;
	height:100%;
	object-fit: cover;
}

/*
div.property-list > ul > li > p > img{
    max-width: 275px;
    height: 206px;
}
*/

div.property-list > ul > li > .property-image img.vertically_long{
    max-width: 275px;
    height: 206px;
}

div.property-list > ul > li > .property-image img.horizontally_long{
/*
    width: 275px;
    max-height: 206px;
*/
    width: auto !important;
    height: 206px;
}

div.property-list > ul > li > dl{
	width:100%;
}

div.property-list > ul > li > dl dt{
	padding:15px 0 6px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	line-height:1.3;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.property-list > ul > li > dl dd{
	padding:12px 0 5px;
	border-top:1px #999 solid;
	font-size: 14px;
	font-size: 1.4rem;
	line-height:1.3;
}

div.property-list > ul > li > dl dd > p{
	margin-bottom:8px;
	font-size: 15px;
	font-size: 1.5rem;
}

div.property-list > ul > li > dl dd > h4{
    min-height: 19px;
	margin-bottom:15px;
	color:#1d3172;
	font-size: 15px;
	font-size: 1.5rem;
}

div.property-list > ul > li > dl dd > ul{
	width:100%;
	list-style-type:none;
}

div.property-list > ul > li > dl dd > ul li{
	min-height: 18px;
	margin-bottom:8px;
	padding:0 0 0 7px;
	border-left:2px #3580e3 solid;
	font-size: 14px;
	font-size: 1.4rem;
}

div.property-list > ul > li > p a{
	padding-left:10px;
	background:url(../images/link_detail_point.png) left 7px no-repeat;
	color:#ff427b;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.0;
}



/* *****************************************************
 *	contact
 * *****************************************************/
ul.contact{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;

	width:100%;
	margin-bottom:40px;
	list-style-type:none;
}

ul.contact li{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
	
	width:540px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.0;
	text-align:center;
}

ul.contact li:first-child{
	margin-right:20px;
}

ul.contact li p{
	width:100%;
	height:120px;
	margin-bottom:10px;
	padding:26px 0 0;
	background:#555;
	text-align:center;
}

