/* アイエスホームの強み */

@media screen and (min-width: 641px){

#poi {
	line-height: 200%;
	}

#poi .poi h2.title {
	width: 90%;
	text-align: center;
	}

#poi .poi dl {
	width: 100%;
	min-height: 600px;
	margin: 0px 0px 100px 0px;
	display: table;
	}

#poi .poi dl:last-child {
	margin: 0px;
	}

#poi .poi dt {
	width: 53.125%;
	display: table-cell;
	}

#poi .poi .p01 dt {
	background: url(img/poi01.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi .p02 dt {
	background: url(img/poi02.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi .p03 dt {
	background: url(img/poi03.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi dd {
	width: 46.875%;
	line-height: 250%;
	padding: 50px 0px 50px 3.125%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	}

#poi .poi dl:nth-child(2n+1) dd {
	padding: 50px 3.125% 50px 0px;
	}

#poi .poi dd ol {
	width: 90%;
	max-width: 550px;
	}

#poi .poi dl:nth-child(2n+1) dd ol {
	margin: 0px 0px 0px auto;
	}

#poi .poi dd h3 {
	font-size: 36px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
	}

#poi .poi dd p {
	width: 90%;
	max-width: 550px;
	font-size: 160px;
	font-weight: bold;
	line-height: 100%;
	color: rgba(236,109,55,0.1);
	text-align: right;
	position: absolute;
	left: 7.142%;
	bottom: -25px;
	z-index: 0;
	}

#poi .poi dl:nth-child(2n+1) dd p {
	text-align: left;
	left: auto;
	right: 7.142%;
	}

}

@media screen and (max-width: 640px){

#poi {
	line-height: 200%;
	}

#poi .poi h2.title {
	width: 90%;
	text-align: center;
	}

#poi .poi h2.title font {
	display: block;
	}

#poi .poi dl {
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-direction: column;
	}

#poi .poi dl:last-child {
	margin: 0px;
	}

#poi .poi dt {
	width: 90%;
	height: 240px;
	margin: 0px 0px 40px 0px;
	order: 1;
	}

#poi .poi dl:nth-child(2n+1) dt {
	margin: 0px 0px 40px auto;
	}

#poi .poi .p01 dt {
	background: url(img/poi01.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi .p02 dt {
	background: url(img/poi02.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi .p03 dt {
	background: url(img/poi03.jpg) no-repeat center;
	background-size: cover;
	}

#poi .poi dd {
	width: 90%;
	margin: 0px auto;
	position: relative;
	order: 2;
	}

#poi .poi dd h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#poi .poi dd p {
	font-size: 80px;
	font-weight: bold;
	line-height: 100%;
	color: rgba(236,109,55,0.1);
	text-align: right;
	position: absolute;
    right: -3%;
	bottom: -30px;
	z-index: 0;
	}

}


