
.bg-lightgreen{background-color: #dae9e4;padding: 20px 30px 10px 30px;margin: 40px 0 0 0}

/* お役立ち情報 */
.guide-detail .mainWrapper .content ul{padding-left: 2.0em}
.guide-detail .mainWrapper .content ul li{list-style: disc;}
.guide-detail .mainWrapper .detail h3{clear: none;}
.guide-detail .guide-area .detail img{width:220px;float: right;}
.guide-detail .guide-flow .detail img{width:240px}
.guide-detail .guide-movein .detail img{width:240px}
.guide-detail .guide-trouble .detail img{width:200px}
.guide-detail .guide-properties .detail img{width:200px}
.guide-detail .guide-service .detail img{width:120px}
.guide-detail .guide-service table{border: 1px solid #ddd;}
.guide-detail .guide-service table tr{}
.guide-detail .guide-service table td{border: 1px solid #ddd;padding: 0.5rem 0.8em}
.guide-detail .guide-service table tr.title th{background-color: #ddd;text-align: center;}
.guide-detail .guide-service table tr:not(.title) td:nth-of-type(1){width: 35%}

/*** スマホ向け  ***/
@media screen and (max-width: 768px){
	.guide-detail .guide-flow .detail img{width:120px}
	.guide-detail .bg-lightgreen{padding: 15px 15px 5px 15px;}
	.guide-detail .guide-service table{display: block;}
	.guide-detail .guide-service table tr{display: block;}
	.guide-detail .guide-service table tr th{display: block;}
	.guide-detail .guide-service table tr td{display: block;width: auto !important;line-height: 1.3;}
.guide-detail .guide-service table tr:not(.title) td:nth-of-type(1){font-weight: bold;}

}
