@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: 1100px;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 186px 0 0;
}

/*--------------------------------------
　共通
---------------------------------------*/
#contents .secTit span {
    font-size: 5rem;
    color: #fa9128;
    font-weight: 700;
}
#contents .locate_photo {
	margin: 50px 0 0;
}
#contents .locate_photo img {
	width: 100%;
}
#contents.area .bnArea {
    background: #e4f4f0;
}

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


/*--------------------------------------
　index
---------------------------------------*/
#contents.area .example .twoColBox {
	margin: 0;
	height: 40rem;
	position: relative;
}
#contents.area .example .twoColBox:before {
	content: "";
	background: url("../../images/area/bg_key_index.jpg") no-repeat center;
	background-size: cover;
	width: 50%;
	height: 40rem;
	position: absolute;
	top: 0;
	right: 50%;
}
#contents.area .example .twoColBox .txtBox {
	width: 50%;
	float: right;
	padding: 6rem 4rem 6rem 10rem;
}
#contents.area .example .catch {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	line-height: 1.7;
	margin: 0 0 2rem;
}
/*--------------------------------------
　map
---------------------------------------*/
#contents.area .map .secTit {
    margin: 0 0 20px;
}
#contents.area .map {
	background: #eef8f6;
	position: relative;
}
#contents.area .map .map_image {
	width: 970px;
	margin: 0 auto;
}

#contents.area .txtClick {
	text-align: center;
	margin: 60px 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: 1100px;
background: rgba(255,255,255,0.9);
padding: 50px;
box-sizing: border-box;
border: 1px solid #00a082;
opacity: 0;
transition: .7s;
z-index: -1;
}
#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: 125px;
float: left;
margin: 0 26px 10px 0;
position: relative;
	line-height: 1;
}
#contents.area .municipalities ul li:nth-child(6n) {
margin: 0 0 10px 0;
}

#contents.area .municipalities ul > li:before {
content: "・";
color: #00a082;
display: inline-block;
vertical-align: middle;
padding: 0 5px 4px 0;
}

#contents.area .municipalities ul li a:hover {
text-decoration: underline;
}
#contents.area .municipalities .close {
text-align: center;
background: #00a082;
color: #FFF;
padding: 10px 30px 10px 20px;
display: block;
width: 250px;
margin: 50px auto 0;
border-radius: 20px;
cursor: pointer;
}
#contents.area .municipalities .close:hover {
opacity: 0.8;
}
#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: 30px;
	margin: 0 0 80px;
}
#contents.area .map_dtl .cityBox:last-of-type {
	margin: 0;
}
#contents.area .map_dtl .cityBox .tit {
	background: #00a082;
	color: #fff;
	font-size: 20px;
	border-radius: 25px;
	padding: 15px;
	line-height: 1;
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px;
}
#contents.area .map_dtl .cityBox p {
	color: #00a082;
	line-height: 2;
}
#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 25px;
}
#contents.area .map_dtl .rowBox:last-child {
	margin: 0;
}
#contents.area .map_dtl .btn-internal {
    width: 550px;
	margin: 40px auto 10px;
}
#contents.area .map_dtl .btn-internal a {
    background: #fff url("../../images/shared/arr_gr_right.png") no-repeat right 17px center;
    background-size: 12px auto;
    font-size: 15px;
    padding: 16px 3rem;
    line-height: 2;
}




/*--------------------------------------
　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: 260px;
	margin: 0 20px 0 0;
	background: #fff;
}
#contents .item .itemBox:last-child {
	margin: 0;
}
#contents .item .itemBox .photo {
	height: 175px;
	overflow: hidden;
}
#contents .item .itemBox .txtBody {
	padding: 50px 20px 30px;
	position: relative;
}
#contents .item .itemBox .txtBody p {
	line-height: 1.8;
}
#contents .item .itemBox .planName {
	background: #00a082;
	padding: 1.8rem 2.8rem;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	position: absolute;
	width: 250px;
	top: -3.5rem;
	left: -1rem;
}
#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 10px transparent;
    border-right: solid 10px #005032;
}
#contents .item .itemBox:nth-child(2) .planName:before {
    border-right: solid 10px #7d4614;
}
#contents .item .itemBox:nth-child(3) .planName:before {
    border-right: solid 10px #7d2828;
}
#contents .item .itemBox:nth-child(4) .planName:before {
    border-right: solid 10px #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 20px;
}
#contents .recycle .itemBox {
	width: 340px;
	margin: 0 40px 0 0;
	background: #eef8f6;
}
#contents .recycle .itemBox:last-child {
	margin: 0;
}
#contents .recycle .itemBox .photo {
	height: 175px;
	overflow: hidden;
}
#contents .recycle .itemBox .txtBody {
	padding: 50px 20px 30px;
	position: relative;
}
#contents .recycle .itemBox .txtBody p {
	line-height: 1.8;
}
#contents .recycle .itemBox .planName {
	background: #00a082;
	padding: 1.8rem 2.8rem;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	position: absolute;
	width: 320px;
	top: -3.5rem;
	left: -1rem;
}
#contents .recycle .itemBox .planName:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #005032;
}
#contents .recycle .notBuyBox {
	margin: 40px 0 0;
}
#contents .recycle .notBuyBox .tit {
	background: #00a082;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.03em;
	padding: 15px;
	line-height: 1.4;
}
#contents .recycle .notBuyBox .txtBox {
	background: #eef8f6;
	padding: 25px 50px;
}
#contents .recycle .notBuyBox .txtBox li {
	color: #fa9128;
	font-weight: 500;
	float: left;
	font-size: 18px;
	margin: 0 10px 0 0;
}
#contents .recycle .notBuyBox .txtBox li:before {
	content: "・";
	color: #000;
}
#contents .recycle .notice {
	font-size: 12px;
}



/*--------------------------------------
　work
---------------------------------------*/
#contents .work .label {
	color: #fff;
	text-align: center;
	font-size: 30px;
	background: #00a082;
	border-radius: 25px;
	padding: 14px 20px 18px;
	font-weight: 700;
	margin: 0 0 30px;
	    line-height: 1;
}
#contents.area .table_v1 {
	border: solid 2px #eef8f6;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#contents.area .table_v1 th {
	background: #ffc819;
	letter-spacing: 0.03em;
	text-align: center;
	font-weight: 700;
	border: solid 2px #eef8f6;
	padding: 10px 15px;
}
#contents.area .table_v1 th:first-child {
	background: #00a082;
	color: #fff;
	width: 212px;
}
#contents.area .table_v1 td {
	border: solid 2px #eef8f6;
	padding: 10px 30px;
	background: #fff;
	text-align: center;
}
#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: none;
}
#contents.area .table_v1 .txt_red {
	color: #ff5643;
	font-weight: 500;
}
#contents.area .txtR {
	text-align: right;
}


/*--------------------------------------
　voice
---------------------------------------*/
#contents .voice{
    padding: 10rem 0 7rem;
}
#contents .voiceBox {
	border: solid 4px #00a082;
	padding: 30px;
	margin: 0 0 30px;
}
/*#contents .voiceBox:last-child {
	margin: 0;
}*/
#contents .voiceBox .leftBox {
	width: 460px;
	float: left;
	margin: 0 30px 0 0;
}
#contents .voiceBox .befoAfBox > div {
	width: 226px;
	height: 226px;
	float: left;
	position: relative;
}
#contents .voiceBox .befoAfBox .before {
	margin: 0 8px 0 0;
}
#contents .voiceBox .befoAfBox .after {
	margin: 0;
}
#contents .voiceBox .befoAfBox .label {
	background: #00a082;
	padding: 7px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	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;
	min-height: 308px;
}
#contents .voiceBox .person {
	text-align: center;
	display: table-cell;
	vertical-align: top;
	padding: 0 30px 0 0;
}
#contents .voiceBox .person img {
	width: 100px;
	border-radius: 50%;
	margin: 0 0 10px;
}
#contents .voiceBox .person p {
	font-size: 12px;
	font-weight: 500;
}
#contents .voiceBox .commentBox {
	display: table-cell;
	vertical-align: top;
	border: solid 2px #00a082;
	border-radius: 10px;
	position: relative;
	width: 410px;
	height: 100%;
	padding: 20px;
}
#contents .voiceBox .commentBox:before {
	content: "";
	background: url("../../images/area/fuki_voice.png") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 20px;
	position: absolute;
	top: 40px;
	left: -16px;
}
#contents .voiceBox .commentBox p {
	line-height: 2;
}

#contents .no_photo.voiceBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents .no_photo .voiceBox {
	width: 340px;
	margin: 0 40px 40px 0;
	display: flex;
    flex-direction: column;
}
#contents .voiceBox:nth-child(3n) {
	margin: 0 0 40px 0;
}
#contents .no_photo .personBox {
	display: table;
	width: 100%;
}
#contents .no_photo .personBox dt {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
#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: 260px;
	background: #00a082;
	border-radius: 5px;
	margin: 0 20px 0 0;
	padding: 25px 20px 20px;
}
#contents .search .searchBtn:last-child {
	margin: 0;
}
#contents .search .searchBtn .pref {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 0 0 20px;
}
#contents .search .searchBtn .btn {
	width: 220px;
	margin: 0 auto;
}
#contents .search .searchBtn .btn a {
	background: #fff;
	font-size: 1.8rem;
	color: #00a082;
	border-radius: 20px;
	display: block;
	text-align: center;
	padding: 10px;
	line-height: 1.2;
}



/*--------------------------------------
　column
---------------------------------------*/
#contents .column {
    padding: 10rem 0 5rem;
}
#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: 530px;
	margin: 0 40px 50px 0;
}
#contents .column .colBox:nth-child(2n) {
	margin: 0 0 50px 0;
}
#contents .column .colBox .thumb {
	margin: 0 0 15px;
}
#contents .column .colBox .date {
	font-size: 14px;
}
#contents .column .colBox .colTit a {
	font-size: 15px;
	color: #1ebea0;
	text-decoration: underline;
}
#contents .column .colBox .colTit a:hover {
	text-decoration: none;
}




/*--------------------------------------
　下層
---------------------------------------*/
#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: 530px;
	margin: 0 40px 0 0;
	background: #fff;
	padding: 115px 30px 30px;
	position: relative;
}
#contents .merit .meritBox:last-child {
	margin: 0;
}
#contents .merit .meritBox .label {
	background: #ff5643;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 30px;
	width: 500px;
	padding: 20px 30px;
	left: -10px;
}
#contents .merit .meritBox .label:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #822d23;
}
#contents .merit .meritBox:last-child .label {
	background: #555;
}
#contents .merit .meritBox:last-child .label:before {
    border-right: solid 10px #000;
}
#contents .merit .meritBox p {
	line-height: 2;
}


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


/* FLOW */
#contents .flow .flowBoxWrap {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents .flow .flowBox {
	width: 200px;
	margin: 0 25px 0 0;
	position: relative;
}
#contents .flow .flowBox:last-child {
	margin: 0;
}
#contents .flow .flowBox:before {
	content: "";
	background: url("../../images/area/flow_arrow.png") no-repeat;
	background-size: 100%;
	width: 11px;
	height: 18px;
	position: absolute;
	right: -19px;
	top: calc(50% - 9px);
}
#contents .flow .flowBox:last-child:before {
	content: none;
}
#contents .flow .flowBox .tit {
	background: #00a082;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	padding: 15px;
	position: relative;
	margin: 0 0 10px;
}
#contents .flow .flowBox .tit:before {
	content: "";
	background: url("../../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 3px #00a082;
}
#contents .flow .flowBox .txt {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0 0;
}


/* COST */
#contents.area .cost .tableBox {
	margin: 0 0 70px;
}
#contents.area .cost .table_v1_compare th {
	width: 732px;
}
#contents.area .cost .table_v1_compare th:first-child {
	width: 366px;
}
#contents.area .cost .table_v1_compare td {
	text-align: left;
}
#contents.area .cost .commBox {
	margin: 0 0 60px;
}
#contents.area .cost .commBox:last-child {
	margin: 0;
}
#contents.area .cost .commBox p {
	line-height: 2;
}
#contents.area .cost .infoBox {
	display: table;
	width: 100%;
	margin: 30px 0 0;
}
#contents.area .cost .infoBox dl {
	border: solid 1px #eef8f6;
	background: #fff;
}
#contents.area .cost .infoBox dl:last-child {
	border: none;
}
#contents.area .cost .infoBox dt {
	display: table-cell;
	vertical-align: middle;
	background: #d2ebe6;
	width: 280px;
	padding: 13px 30px;
	letter-spacing: 0.03em;
}
#contents.area .cost .infoBox dd {
	display: table-cell;
	vertical-align: middle;
	padding: 13px 30px;
	letter-spacing: 0.03em;
}
#contents.area .cost .infoBox dd a {
	color: #1ebea0;
	text-decoration: underline;
}
#contents.area .cost .infoBox dd a:hover {
	text-decoration: none;
}








