@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5% !important;
}
/*body {
	color: #1f1f1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 2;
	min-width: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 186px 0 0;
}*/

/*--------------------------------------
　共通
---------------------------------------*/
#contents .secTit span {
    font-size: 3rem;
    color: #fa9128;
    font-weight: 700;
}
#contents .locate_photo {
	margin: 30px 0 0;
}
#contents.area section {
	padding: 4rem 4%;
}

#contents.area .bnArea {
    background: #e4f4f0;
}

/*--------------------------------------
　KV（下層）
---------------------------------------*/
#key.lower {
	background: url("../../../../asset/images/area/bg_key.jpg") no-repeat;
	background-size: cover;
}


/*--------------------------------------
　index
---------------------------------------*/
#contents.area .example {
	padding: 40px 0;
}
#contents.area .example .twoColBox {
	margin: 0 0 2rem;
	height: auto;
	position: relative;
	padding: 20rem 0 0;
}
#contents.area .example .twoColBox:last-child {
	margin: 0;
}
#contents.area .example .twoColBox:before {
	content: "";
	background: url("../../../../asset/images/area/bg_key_index.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 20rem;
	position: absolute;
	top: 0;
	right: auto;
}
#contents.area .example .twoColBox .txtBox {
	width: 100%;
	float: none;
	padding: 2rem;
}
#contents.area .example .twoColBox.reverse .txtBox {
	float: none;
	padding: 2rem;
}
#contents.area .example .catch {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	margin: 0 0 1rem;
}





/*--------------------------------------
　map
---------------------------------------*/
#contents.area .map {
	padding: 4rem 4%;
	position: relative;
}
#contents.area .map .secTit {
    margin: 0 0 20px;
}
#contents.area .map {
	background: #eef8f6;
}
#contents.area .map .map_image {
	width: 100%;
	margin: 0 auto;
}

#contents.area .txtClick {
	text-align: center;
	font-size: 13px;
	margin: 40px 0 0;
}
#contents.area .modalArea {
display: block;
cursor: pointer;
z-index: 2;
position: relative;
}
#contents.area .modalArea:hover {
opacity: 0.8;
}
#contents.area .municipalities {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 95%;
background: rgba(255,255,255,0.9);
padding: 20px 10px;
box-sizing: border-box;
border: 1px solid #00a082;
opacity: 0;
transition: .7s;
z-index: -1;
overflow-y: auto;
height: 95%;
}
#contents.area .municipalities.open {
opacity: 1;
z-index: 10000000;
}
.overlay {
position: relative;
opacity: 0;
transition: opacity .5s ease-in-out;
}
.overlay.open {
opacity: 1;
position: fixed;
content: "";
background: rgba(255,255,255,0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
cursor: pointer;
}
#contents.area .municipalities ul li {
width: 33%;
float: left;
margin: 0 0 3px 0;
position: relative;
font-size: 13px;
}
#contents.area .municipalities ul > li:before {
content: "・";
color: #00a082;
vertical-align: middle;
padding: 0 3px 0 0;
}
#contents.area .municipalities .close {
text-align: center;
background: #00a082;
color: #FFF;
font-size: 14px;
padding: 6px 25px 6px 20px;
display: block;
width: 180px;
margin: 20px auto 0;
border-radius: 30px;
cursor: pointer;
}
#contents.area .municipalities .close span {
margin: 0 5px 0 0;
}


/*--------------------------------------
　map_dtl
---------------------------------------*/
#contents.area .map_dtl {
}
#contents.area .map_dtl .cityBox {
	background: #fff;
	border: solid 4px #00a082;
	padding: 20px;
	margin: 0 0 30px;
}
#contents.area .map_dtl .cityBox:last-of-type {
	margin: 0;
}
#contents.area .map_dtl .cityBox .tit {
	background: #00a082;
	color: #fff;
	font-size: 15px;
	border-radius: 25px;
	padding: 9px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px;
}
#contents.area .map_dtl .cityBox p {
	color: #00a082;
	line-height: 1.8;
}
#contents.area .map_dtl .cityBox p a {
	color: #1ebea0;
	text-decoration: underline;
}
#contents.area .map_dtl .cityBox p a:hover {
	text-decoration: none;
}
#contents.area .map_dtl .rowBox {
	margin: 0 0 20px;
}
#contents.area .map_dtl .rowBox:last-child {
	margin: 0;
}

#contents.area .map_dtl .btn-internal {
    width: 100%;
	margin: 20px auto 10px;
}
#contents.area .map_dtl .btn-internal a {
    background: #fff url("../../images/shared/arr_gr_right.png") no-repeat right 10px center;
    background-size: 10px auto;
    font-size: 15px;
    padding: 16px 2rem;
    line-height: 1.4;
}



/*--------------------------------------
　item
---------------------------------------*/
#contents .item {
}
#contents .item .itemBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#contents .item .itemBox {
	width: 48%;
	margin: 0 3% 3% 0;
	background: #fff;
}
#contents .item .itemBox:nth-child(2n) {
	margin: 0 0 3% 0;
}
#contents .item .itemBox .photo {
	height: 18vh;
	overflow: hidden;
}
#contents .item .itemBox .txtBody {
    padding: 3rem 1.5rem 1.5rem;
	position: relative;
}
#contents .item .itemBox .txtBody p {
	font-size: 1.3rem;
    line-height: 1.6;
}
#contents .item .itemBox .planName {
	background: #00a082;
    padding: 1.4rem 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    width: 165px;
    top: -2.5rem;
    left: -0.8rem;
}
#contents .item .itemBox:nth-child(2) .planName {
	background: #fa9128;
}
#contents .item .itemBox:nth-child(3) .planName {
	background: #ff5643;
}
#contents .item .itemBox:nth-child(4) .planName {
	background: #a0a0a0;
}
#contents .item .itemBox .planName:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #005032;
}
#contents .item .itemBox:nth-child(2) .planName:before {
    border-right: solid 8px #7d4614;
}
#contents .item .itemBox:nth-child(3) .planName:before {
    border-right: solid 8px #7d2828;
}
#contents .item .itemBox:nth-child(4) .planName:before {
    border-right: solid 8px #505050;
}



/*--------------------------------------
　recycle
---------------------------------------*/
#contents .recycle .itemBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 10px;
}
#contents .recycle .itemBox {
	width: 48%;
    margin: 0 3% 3% 0;
	background: #eef8f6;
}
#contents .recycle .itemBox:nth-child(2n) {
	margin: 0 0 3% 0;
}
#contents .recycle .itemBox .photo {
	overflow: hidden;
}
#contents .recycle .itemBox .txtBody {
	padding: 3rem 1.5rem 1.5rem;
	position: relative;
}
#contents .recycle .itemBox .txtBody p {
	font-size: 13px;
	line-height: 1.6;
}
#contents .recycle .itemBox .planName {
	background: #00a082;
    padding: 1.4rem 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    position: absolute;
    width: 165px;
    top: -2.5rem;
    left: -0.8rem;
}
#contents .recycle .itemBox .planName:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #005032;
}
#contents .recycle .notBuyBox {
	margin: 20px 0 0;
}
#contents .recycle .notBuyBox .tit {
	background: #00a082;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.03em;
	padding: 13px;
	line-height: 1.4;
}
#contents .recycle .notBuyBox .txtBox {
	background: #eef8f6;
	padding: 20px;
}
#contents .recycle .notBuyBox .txtBox li {
	color: #fa9128;
	font-weight: 500;
	float: left;
	font-size: 15px;
	margin: 0 10px 0 0;
}
#contents .recycle .notBuyBox .txtBox li:before {
	content: "・";
	color: #000;
}
#contents .recycle .notice {
	font-size: 12px;
}
#contents .cost .pointBox:before {
    content: none;
}
#contents.area .reason {
	margin: 0;
}



/*--------------------------------------
　work
---------------------------------------*/
#contents .work .label {
	color: #fff;
	text-align: center;
	font-size: 16px;
	background: #00a082;
	border-radius: 30px;
	padding: 8px 20px 8px;
	font-weight: 700;
	margin: 0 0 20px;
}
#contents.area .table_scroll {
	overflow: auto;
}
#contents.area .table_v1 {
	border: solid 2px #eef8f6;
	width: 100%;
}
#contents.area .table_scroll .table_v1 {
	white-space: nowrap;
}
#contents.area .table_v1 th {
	background: #ffc819;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: 700;
	border: solid 2px #eef8f6;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}
#contents.area .table_v1 th:first-child {
	background: #00a082;
	color: #fff;
}
#contents.area .table_v1 td {
	border: solid 2px #eef8f6;
	padding: 10px 20px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	vertical-align: middle;
}
#contents.area .table_v1 tr:nth-child(odd) td {
	background: #d2ebe6;
}
#contents.area .table_v1 a {
	color: #1ebea0;
	text-decoration: underline;
}
#contents.area .table_v1 a:hover {
	text-decoration: underline;
}
#contents.area .table_v1 .txt_red {
	color: #ff5643;
	font-weight: 500;
}
#contents.area .table_scroll {
	white-space: nowrap;
	overflow-x: scroll;
}


/*--------------------------------------
　voice
---------------------------------------*/
#contents .voice{
    padding: 10rem 4% 7rem;
}
#contents .voiceBox {
	border: solid 3px #00a082;
	padding: 20px;
	margin: 0 0 20px;
}
/*#contents .voiceBox:last-child {
	margin: 0;
}*/
#contents .voiceBox .leftBox {
	width: 100%;
	float: none;
	margin: 0 0 20px 0;
}
#contents .voiceBox .befoAfBox > div {
	width: 48%;
	height: 48%;
	float: left;
	position: relative;
}
#contents .voiceBox .befoAfBox .before {
	margin: 0 4% 0 0;
}
#contents .voiceBox .befoAfBox .after {
	margin: 0;
}
#contents .voiceBox .befoAfBox .label {
	background: #00a082;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	position: absolute;
	width: 76px;
	top: 0;
	left: -5px;
}
#contents .voiceBox .befoAfBox .before .label {
	background: #666;
}
#contents .voiceBox .befoAfBox .label:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #005032;
}
#contents .voiceBox .befoAfBox .before .label:before {
    border-right: solid 5px #000;
}
#contents .voiceBox .what {
    display: table;
	width: 100%;
	margin: 20px 0 0;
}
#contents .voiceBox .what dt {
	display: table-cell;
	vertical-align: middle;
	background: #00a082;
    width: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#contents .voiceBox .what dd {
	display: table-cell;
	vertical-align: middle;
    background: #eef8f6;
	padding: 10px;
	font-size: 14px;
}
#contents .voiceBox .rightBox {
	overflow: hidden;
	width: auto;
	display: table;
}
#contents .voiceBox .person {
	text-align: center;
	display: table-cell;
	vertical-align: top;
	padding: 0 15px 0 0;
}
#contents .voiceBox .person img {
	width: 80px;
	border-radius: 50%;
	margin: 0 0 10px;
}
#contents .voiceBox .person p {
	font-size: 11px;
	font-weight: 500;
}
#contents .voiceBox .commentBox {
	display: table-cell;
	vertical-align: top;
	border: solid 2px #00a082;
	border-radius: 10px;
	position: relative;
	width: 70%;
	height: 100%;
	padding: 15px;
}
#contents .voiceBox .commentBox:before {
	content: "";
	background: url("../../../../asset/images/area/fuki_voice.png") no-repeat;
	background-size: 100%;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 40px;
	left: -14px;
}
#contents .voiceBox .commentBox p {
	line-height: 1.8;
	font-size: 14px;
}

#contents .no_photo.voiceBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents .no_photo .voiceBox {
	width: 100%;
	margin: 0 0 20px;
}
#contents .no_photo .personBox {
	display: table;
	width: 100%;
}
#contents .no_photo .personBox dt {
	display: table-cell;
	vertical-align: middle;
	width: 80px;
}
#contents .no_photo .personBox img {
	border-radius: 50%;
}
#contents .no_photo .personBox dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 500;
	padding: 0 0 0 20px;
}
#contents .no_photo .voiceBox .what {
    display: block;
	width: 100%;
	margin: 20px 0 0;
}
#contents .no_photo .voiceBox .what dt {
	display: block;
    width: 100%;
	padding: 5px;
}
#contents .no_photo .voiceBox .what dd {
	display: block;
    width: 100%;
	padding: 10px 15px;
}
#contents .no_photo .voiceBox .commentBox {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0 0;
	flex-grow: 1;
}
#contents .no_photo .voiceBox .commentBox:before {
	content: none;
}
#contents .lower_voice .voiceBox {
	padding: 20px;
}
#contents .lower_voice .befoAfBox {
    margin: 20px 0 0;
}
#contents .lower_voice .voiceBox .befoAfBox > div {
    width: 140px;
    height: 140px;
}
#contents .lower_voice .voiceBox .befoAfBox .before {
    margin: 0 12px 0 0;
}
#contents .lower_voice .voiceBox .befoAfBox .label {
    padding: 7px 0;
    font-size: 14px;
    width: 70px;
}
#contents .lower_voice .voiceBox .info_dtl {
	margin: 5px 0 0;
}
#contents .lower_voice .voiceBox .info_dtl dl {
    display: table;
    width: 100%;
	margin: 0 0 5px;
}
#contents .lower_voice .voiceBox .info_dtl dt {
    display: table-cell;
    vertical-align: middle;
    background: #00a082;
    width: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#contents .lower_voice .voiceBox .info_dtl dd {
	display: table-cell;
    vertical-align: middle;
    background: #eef8f6;
    padding: 10px;
    font-size: 14px;
}





/*--------------------------------------
　search
---------------------------------------*/
#contents .search .searchBtnWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents .search .searchBtn {
	width: 48%;
	background: #00a082;
	border-radius: 5px;
	margin: 0 4% 3% 0;
	padding: 20px 15px 15px;
}
#contents .search .searchBtn:nth-child(2n) {
	margin: 0 0 3%;
}
#contents .search .searchBtn .pref {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}
#contents .search .searchBtn .btn {
	width: 100%;
	margin: 0 auto;
}
#contents .search .searchBtn .btn a {
	background: #fff;
	font-size: 15px;
	color: #00a082;
	border-radius: 30px;
	display: block;
	text-align: center;
	padding: 5px;
}



/*--------------------------------------
　column
---------------------------------------*/
#contents .column {
}
#contents .column .colBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents .column .colBox {
	width: 48%;
	margin: 0 3% 4% 0;
}
#contents .column .colBox:nth-child(2n) {
	margin: 0 0 4% 0;
}
#contents .column .colBox .thumb {
	margin: 0 0 15px;
}
#contents .column .colBox .date {
	font-size: 14px;
}
#contents .column .colBox .colTit {
	line-height: 1.6;
}
#contents .column .colBox .colTit a {
	font-size: 15px;
	color: #1ebea0;
	text-decoration: underline;
}



/*--------------------------------------
　下層
---------------------------------------*/
#contents.area .table_v1_compare th {
	width: calc(100% / 3);
}


#contents .merit .meritBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents .merit .meritBox {
	width: 100%;
	margin: 0 0 20px 0;
	background: #fff;
	padding: 80px 20px 20px;
	position: relative;
}
#contents .merit .meritBox:last-child {
	margin: 0;
}
#contents .merit .meritBox .label {
	background: #ff5643;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 20px;
	width: 300px;
    padding: 20px 20px 23px;
	left: -8px;
}
#contents .merit .meritBox .label:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #822d23;
}
#contents .merit .meritBox:last-child .label {
	background: #555;
}
#contents .merit .meritBox:last-child .label:before {
    border-right: solid 8px #000;
}
#contents .merit .meritBox p {
	line-height: 1.8;
}


#contents.area_city .reason .secTit {
    margin: 0 0 4rem;
}


/* FLOW */
#contents .flow .flowBoxWrap {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents .flow .flowBox {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
}
#contents .flow .flowBox:last-child {
	margin: 0;
}
#contents .flow .flowBox:before {
	content: "";
	background: url("../../../../asset/images/area/flow_arrow_sp.png") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 11px;
	position: absolute;
	right: calc(50% - 6px);
	bottom: -18px;
}
#contents .flow .flowBox:last-child:before {
	content: none;
}
#contents .flow .flowBox .tit {
	background: #00a082;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 10px;
	position: relative;
	margin: 0 0 10px;
}
#contents .flow .flowBox .tit:before {
	content: "";
	background: url("../../../../asset/images/area/flow_fuki.png") no-repeat;
	background-size: 100%;
	width: 12px;
	height: 6px;
	position: absolute;
	left: calc(50% - 6px);
	bottom: -6px;
}
#contents .flow .flowBox .photo {
	border: solid 2px #00a082;
	height: 160px;
	overflow: hidden;
	position: relative;
}
#contents .flow .flowBox .photo img {
	width: 102%;
	max-width: inherit;
	position: absolute;
	top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
#contents .flow .flowBox:nth-child(2) .photo img {
	top: 5%;
}
#contents .flow .flowBox:nth-child(5) .photo img {
	top: 18%;
}
#contents .flow .flowBox .txt {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 0;
	line-height: 1.6;
}


/* COST */
#contents.area .cost .tableBox {
	margin: 0 0 50px;
}
#contents.area .cost .table_v1_compare th {
	width: auto;
}
#contents.area .cost .table_v1_compare th:first-child {
	width: auto;
}
#contents.area .cost .table_v1_compare td {
	text-align: left;
}
#contents.area .cost .commBox {
	margin: 0 0 30px;
}
#contents.area .cost .commBox:last-child {
	margin: 0;
}
#contents.area .cost .commBox p {
	line-height: 1.8;
}
#contents.area .cost .infoBox {
	width: 100%;
	margin: 20px 0 0;
}
#contents.area .cost .infoBox dl {
	border: solid 1px #eef8f6;
	background: #fff;
	display: table;
	table-layout: fixed;
}
#contents.area .cost .infoBox dl:last-child {
	border: none;
}
#contents.area .cost .infoBox dt {
	display: table-cell;
	vertical-align: middle;
	background: #d2ebe6;
	width: 30%;
	padding: 13px;
	letter-spacing: 0.03em;
	font-size: 14px;
	line-height: 1.6;
}
#contents.area .cost .infoBox dd {
	display: table-cell;
	vertical-align: middle;
	padding: 13px;
	letter-spacing: 0.03em;
	font-size: 14px;
	line-height: 1.6;
	width: 70%;
	word-break: break-word;
}
#contents.area .cost .infoBox dd a {
	color: #1ebea0;
	text-decoration: underline;
	word-break: break-word;
}









