@charset "UTF-8";

@import url("../common/css/common.css");


.g-hdr .gNav-gomi_lp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	margin-left: 150px;
}

.g-hdr .gNavgomiLP .listItem {
    margin-right: 80px;
    font-size: 16px;
    color: #182987;
    font-weight: bold;
}
.g-hdr .gNavgomiLP .listItem:first-child {
    margin-left: 100px;
}


.f-price {
	margin:3.4rem 1rem 0;
	padding: 4rem 2rem 2.5rem;
	border-radius: 4rem;
	content-visibility: auto;
	contain-intrinsic-size: 221rem;
}

.f-price .priceTtl {
	margin: 0 8rem 2rem;
}

.f-price .priceList {
	margin-bottom: 0.8rem;
}

.f-price .listItem {
	margin-top: 1.8rem;
}

.f-price .lastImg {
	margin-bottom: 2rem;
	margin-top:3.8rem;
}

.f-price .priceListTxt {
	line-height: 2.4rem;
	font-size: 1.2rem;
	color: #fff;
	text-align: left;
}

.f-price .detailBt {
	display: block;
	margin: auto;
	width: 25.8rem;
	position: relative;
	border-radius: 3rem;
	background: #009ff8;
	border: 0.2rem solid #fff;
	line-height: 6.2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}

.f-price .detailBt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.6rem;
	margin-top: -0.6rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6rem 0 0.6rem 1rem;
	border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 767px) {
	.f-price {
		margin: 60px auto;
		padding: 90px 60px;
		border-radius: 60px;
		position: relative;
		contain-intrinsic-size: 2387px;
	}

	.f-price .priceTtl {
		margin: 0 auto 10px;
		width: 400px;
	}

	.f-price .priceTxt {
		margin-bottom: 70px;
		line-height: 1.6;
		font-size: 22px;
		color: #fff;
	}

	.f-price .priceList {
		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;
		margin-bottom: 10px;
	}

	.f-price .listItem {
		margin-top: 50px;
		width: 508px;
	}

	.f-price .lastImg {
		margin-top:50px;
	}

	.f-price .priceListTxt {
		line-height: 28px;
		font-size: 18px;
	}

	.f-price .detailBt {
		width: 472px;
		border-radius: 57px;
		border: 4px solid #fff;
		line-height: 113px;
		font-size: 28px;
	}

	.f-price .detailBt:after {
		right: 48px;
		margin-top: -9px;
		border-width: 9px 0 9px 18px;
	}
}
.bnr {
	display: block;
	margin: 0 1rem 2.2rem;
}

.f-privacy {
    position: relative;
}

.f-privacy .privacyTtl {
	text-align:center; 
	}
	
.f-privacy .privacyTtl img {
	width:273px;
	margin-top:4.3rem;
	}
	
.f-privacy .headTxt {
	margin:1.4rem 0 1.2rem 0;
	line-height: 2.2rem;
	font-size: 1.4rem;
	text-align:center;
}

.f-privacy .privacyarea {
	padding: 0;
	align-items:flex-start;
}
	
.f-privacy .staff {
	width: 14.6rem;
}

.f-privacy .headDesc {
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
	padding: 0 1rem;
}

.privacyMessage {
	display:flex;
	flex-direction: row-reverse;
	margin-top:2rem;
}


.f-privacy .bluesheet {
	width: 14.2rem;
	display: block;
    margin:0 auto;
}
	
.f-privacy .memo {
	font-size:18px;
	color:above#1E1E1E;
	text-align:left;
	margin-top:4px;
	}
	
.f-privacy .desc {
	padding: 2.4rem 2rem 1.6rem 2rem;
	width: calc(120% - 13rem);
	position: relative;
	background: #fff;
	border-radius: 3rem;
	line-height: 2.2rem;
	font-size: 1.2rem;
	color: #1e1e1e;
	font-weight:bold;
}

.f-privacy .desc:after {
	content: "";
	position: absolute;
	top: 60%;
	left: -1.2rem;
	width: 2.1rem;
	height: 1.2rem;
	background: url("../images/img-triangle.svg") no-repeat;
	background-size: 2.1rem 1.2rem;
}

.f-privacy .offsetCase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	padding: 4.5rem 1rem;
	border-radius: 3rem;
	background: #c6d3e3;
}

.f-privacy .privacyCase:last-child {
	margin-bottom: 8rem;
}

.f-privacy .detailList {
	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;
	margin-bottom: 2.4rem;
}

.f-privacy .detailList .listItem {
	width: calc((100% - 2rem)/3);
	border-radius: 0.6rem;
	background: #fff;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.f-privacy .detailList .listHead {
	background: #e9e9e9;
	line-height: 3.6rem;
	font-size: 1.6rem;
	color: #00bab8;
}

.f-privacy .detailList .listBody {
	padding: 1rem 0;
	font-size: 1.8rem;
	color: #182987;
}

.f-privacy .detailList .listBody em {
	font-size: 2.6rem;
}

.f-privacy .detailPrice {
	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;
}

.f-privacy .priceList {
	padding: 1rem;
	position: relative;
	width: calc((100% - 4.7rem)/2);
	border-radius: 0.8rem;
	background: #fff;
	text-align: center;
}

.f-privacy .priceList .price {
	font-size: 1.1rem;
	color: #182987;
	font-weight: bold;
}

.f-privacy .priceList .price em {
	font-size: 2.7rem;
}

.f-privacy .priceList:first-child .priceListTtl {
	margin-bottom: 40px;
}

.f-privacy .purchase {
	margin: 0.5rem;
	padding-left: 0.8rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}

.f-privacy .purchase:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #009ff8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-privacy .workFee:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3.3rem;
	width: 2rem;
	height: 0.7rem;
	background: #182987;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-privacy .finalPrice {
	margin-top: 3.5rem;
	width: 100%;
	background: none;
}

.f-privacy .finalPrice:after {
	content: "";
	position: absolute;
	top: -3rem;
	left: 50%;
	margin-left: -1.8rem;
	width: 3.9rem;
	height: 3.9rem;
	background: url("../../images/img-arw-w.png") no-repeat;
	background-size: 3.9rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.f-privacy .finalPrice .priceListTtl {
	text-align: center;
	width: 17.5rem;
}

.f-privacy .finalPrice .price {
	text-align: left;
	line-height: 0.8;
	font-size: 3rem;
}

.f-privacy .finalPrice .price em {
	font-size: 6.2rem;
}

.f-privacy .finalPriceTxt {
	padding: 1.8rem 0;
	padding-left: 1rem;
	position: absolute;
	top: -2.4rem;
	right: 0;
	width: 10.1rem;
	height: 8.1rem;
	background: url("../../images/img-txt-bg-sp.png") no-repeat;
	background-size: 10.1rem 8.1rem;
	text-align: left;
	line-height: 2rem;
	font-size: 1.3rem;
	color: #001581;
	font-weight: bold;
}

.f-privacy .finalPriceTxt span {
	font-size: 1rem;
}

.f-privacy .priceListTtl {
	margin-bottom: 1rem;
	padding: 0 0.8rem;
	border-radius: 1.4rem;
	background: #00bab8;
	line-height: 2.7rem;
	font-size: 1.4rem;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.f-privacy {
		padding: 0;
	}

.f-privacy .privacyTtl img {
	width:584px;
	}
	

	.f-privacy .headTxt {
		margin-bottom: 20px;
		margin-left: 0;
		line-height: 2.2rem;
		font-size: 20px;
		text-align: center;
	}

	.f-privacy .headDesc {
		margin: 0 auto 50px;
		width: 840px;
		padding: 0;
	}

	.f-privacy .privacyarea {
		display:flex;
		margin: 52px auto 50px;
		width:1020px;
		padding: 0;
	}

	.f-privacy .bluesheet {
		width: 273px;
	}
	
	.f-privacy  .privacyMessage {
		width:1020px;
		display:flex;
		margin:2rem;
}

	.f-privacy .staff {
		width: 351px;
	}

	.f-privacy .desc {
		padding: 30px;
		height:180px;
		width: calc(100% - 237px);
		border-radius: 30px;
		line-height: 2;
		margin-right:80px;
	}

	.f-privacy .desc:after {
		top: 60%;
		left: -12px;
		width: 21px;
		height: 12px;
		background-size: 21px 12px;
	}
}


.f-license  {
	margin: 4rem 1rem 3rem 1rem;
    padding: 3.6rem auto;
    border-radius: 24px;
	background: #C7D4E3;	
	position: relative;
	}

	
.f-license .licenseTtl {
	width:32rem;
	display: block;
    margin:auto;
	margin-bottom: 3rem;
	padding-top:3.2rem;
	}
	
.f-license .headTxt {
	line-height: 2.5rem;
	font-size: 1.4rem;
	text-align: center;
}

.f-license .headDesc .license {
	margin: 0 auto ;
	width: 143px;
	padding: 0;
}
	
.f-license .licensearea .desc {
	width: 31.5rem;
	font-size:1.4rem;
	line-height:2.5rem;
	color:#1E1E1E;
	margin:0 auto;
	padding-bottom:2.3rem;

	}
	
.f-license .headDesc {
	display: flex;
	flex-flow: column-reverse;
}

.f-license .licenseImg {
	margin: 0 auto 3rem;
	width: 14.3rem;
	-webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
	box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
}

.f-license .licenceImg img {
	-o-object-fit: cover;
	object-fit: cover;
}

.f-license .licenseTxt {
	line-height: 2.5rem;
	font-size: 1.4rem;
}
.f-license .licenseArea {
	padding: 0 1.8rem 3.6rem;
}

.modal-licenseBody {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2;
}

.modal-licenseBody img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 50%;
	-o-object-fit: contain;
	object-fit: contain;
}

.is-license-modal {
	overflow: hidden;
}

.is-license-modal .modal-licenseBody {
	display: block;
}


@media screen and (min-width: 767px) {
	.f-license  {
		width:1200px;
		margin: 60px auto 94px auto;
    	padding: 90px 60px;
    	border-radius: 60px;
		background: #C7D4E3;	
		position: relative;
	}
   
	
	.f-license .licenseTtl {
		width:810px;
		display: block;
    	margin:auto;
		margin-bottom: 76px;
	}
	
	.f-license .headTxt {
		margin-bottom: 20px;
		margin-left: 0;
		line-height: 2.2rem;
		font-size: 20px;
		text-align: center;
	}

	.f-license .headDesc .license {
		margin: 0 auto ;
		width: 266px;
		padding-right:60px;
	}
	
	.f-license .licensearea .desc {
		width: 635px;
		font-size:20px;
		line-height:40px;
		color:#1E1E1E;
	}
	
	.f-license  .licensearea {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
	}
	.f-license .licenseArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.f-license .licenseImg {
		margin: 0 auto;
		width: 266px;
		-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
		cursor: pointer;
	}

	.f-license .licenseTxt {
		width: calc(100% - 356px);
		line-height: 40px;
		font-size: 22px;
	}
	.modal-licenseBody img {
		width: 542px;
		height: 758px;
	}
	
}
	



.f-hassle {
	margin: 3.4rem 1rem;
    padding: 1.6rem ;
	}
	
	
.f-hassle .hasslearea {
    margin: 77px auto 94px auto ;
    padding: 2rem 1.2rem;
    border-radius: 2.4rem;
    background: #fff;
    position: relative;	
}
	.f-hassle .hassleTtl {
		margin:0 auto;
		padding-bottom:3.2rem;
		width:90%;
	}

.f-hassle .hassle-wrap {
	text-align:center;
	}
	
.f-hassle .hassle-wrap:first-child {
	margin-bottom:1.2rem;
	}
	
.f-hassle .hassle-caption {
	margin-top:3.2rem;
	text-align:left;
	}
	
.f-hassle .hassle-lead {
	color:#484848;
	font-weight:bold;
	font-size:1.8rem;	
	margin-bottom:10px;
	line-height:2.5rem;
}
	
.f-hassle .hassle-lead span {
	color:#009CF5;
	}
	
.f-hassle .hassle-detail {
	font-size:1.4rem;
	color:#484848;
	line-height:2.5rem;
}
	
.f-hassle .hassle-ir1 {
	width:16.9rem;
}
		
.f-hassle .hassle-ir2 {
	width:16.7rem;
}
	
@media screen and (min-width: 767px) {
	
	.f-hassle .hasslearea {
		width:1200px;
		margin:0 auto;
	}

	.f-hassle .hassleTtl {
		width:866px;
		padding: 0 auto 77px auto;
	}

	.f-hassle .hassle-wrap {
		display:flex;
		justify-content:center;
		align-items: center;  
		text-align:left;
		padding-left:91px;
		padding-right:91px;
	}
	
	.f-hassle .hasslearea .ul {
		display:flex;
	}
	
	.f-hassle .hassle-lead {
		color:#484848;
		font-weight:bold;
		font-size:28px;	
		margin-bottom:10px;
	}
	
	.f-hassle .hassle-lead span {
		color:#009CF5;
	}
	
	.f-hassle .hassle-detail {
		font-size:22px;
		color:#484848;
		line-height:46px;
	}
	
	.f-hassle .hassle-ir1 {
		width:296px;
		padding-right:63px;
	}
		
	.f-hassle .hassle-ir2 {
		width:294px;
		padding-right:63px;
	}

}
.f-worries {
	margin:20px;
}
	
.f-worries .worriesTtl {
	margin-bottom: 1rem;
	padding: 0 2rem;
}

.f-worries .worriesComment {
	height: auto;
	position: relative;
}

.f-worries .worriesComment:before {
	content: "";
	display: block;
	padding-bottom: 116%;
}

.f-worries .commentWoman {
	height: 100%;
}

.f-worries .commentWoman:after {
	content: "";
	position: absolute;
	top: 2rem;
	left: 0;
	width: 8rem;
	height: 13.8rem;
	background: url("../images/img-woman.png") no-repeat;
	background-size: 8rem 13.8rem;
}

.f-worries .commentWoman .comment {
	color: #001581;
}

.f-worries .commentMan {
	height: 100%;
}

.f-worries .commentMan:after {
	content: "";
	position: absolute;
	bottom: -2.1rem;
	right: 0;
	width: 9.2rem;
	height: 15.6rem;
	background: url("../images/img-man.png") no-repeat;
	background-size: 9.2rem 15.6rem;
}

.f-worries .commentMan .comment {
	color: #fff;
}

.f-worries .comment {
	line-height: 1.2;
	font-size: 1.2rem;
	font-weight: bold;
}

.f-worries .fukidashi1 {
	position: absolute;
	top: 0;
	right: 1rem;
	padding: 1.6rem 1rem 0 2rem;
	width: 26rem;
	height: 5.9rem;
	background: url("../images/img-fukidashi01.svg") no-repeat;
	background-size: 26rem 5.9rem;
}

.f-worries .fukidashi2 {
	position: absolute;
	top: 16.4rem;
	right: 6.5rem;
	padding: 0.9rem 1rem 0 2rem;
	width: 24rem;
	height: 5.8rem;
	background: url("../images/img-fukidashi02-sp.svg") no-repeat;
	background-size: 24rem 5.8rem;
}

.f-worries .fukidashi3 {
	position: absolute;
	top: 32.5rem;
	right: 15.5rem;
	padding: 1.3rem 1.2rem 0 2rem;
	width: 16.6rem;
	height: 5.6rem;
	background: url("../images/img-fukidashi03.svg") no-repeat;
	background-size: 16.6rem 5.6rem;
}

.f-worries .fukidashi4 {
	position: absolute;
	top: 8.2rem;
	left: 8.2rem;
	padding: 1.3rem 1.4rem 0 2rem;
	width: 21.1rem;
	height: 5.5rem;
	background: url("../images/img-fukidashi04.svg") no-repeat;
	background-size: 21.1rem 5.5rem;
}

.f-worries .fukidashi5 {
	position: absolute;
	top: 24.5rem;
	left: 5rem;
	padding: 0.9rem 1rem 0 2rem;
	width: 21rem;
	height: 6rem;
	background: url("../images/img-fukidashi05-sp.svg") no-repeat;
	background-size: 21rem 6rem;
}

@media screen and (min-width: 767px) {
	.f-worries {
	}

	.f-worries .worriesTtl {
		margin-bottom: 44px;
		padding: 0 160px;
	}

	.f-worries .u-worriesContainer {
		margin: auto;
		width: 960px;
	}

	.f-worries .worriesComment {
		height: 410px;
	}

	.f-worries .worriesComment:before {
		padding-bottom: 100%;
	}

	.f-worries .commentWoman:after {
		top: 130px;
		width: 150px;
		height: 259px;
		background-size: 150px 259px;
	}

	.f-worries .commentMan:after {
		bottom: 0;
		right: 0;
		width: 160px;
		height: 273px;
		background-size: 160px 273px;
	}

	.f-worries .commentMan .comment {
		color: #fff;
	}

	.f-worries .comment {
		font-size: 18px;
	}

	.f-worries .fukidashi1 {
		right: 116px;
		padding: 19px 18px 0;
		width: 344px;
		height: 78px;
		background: url("../images/img-fukidashi01.svg") no-repeat;
		background-size: 344px 78px;
	}

	.f-worries .fukidashi2 {
		top: 150px;
		right: 160px;
		padding: 20px 18px 0;
		width: 392px;
		height: 80px;
		background: url("../images/img-fukidashi02-pc.svg") no-repeat;
		background-size: 392px 80px;
	}

	.f-worries .fukidashi3 {
		top: 336px;
		right: 270px;
		padding: 19px 12px 0;
		width: 210px;
		height: 74px;
		background: url("../images/img-fukidashi03.svg") no-repeat;
		background-size: 210px 74px;
	}

	.f-worries .fukidashi4 {
		top: 60px;
		left: 138px;
		padding: 19px 18px 0;
		width: 287px;
		height: 80px;
		background: url("../images/img-fukidashi04.svg") no-repeat;
		background-size: 287px 80px;
	}

	.f-worries .fukidashi5 {
		top: 242px;
		left: 200px;
		padding: 19px 8px 0 25px;
		width: 471px;
		height: 80px;
		background: url("../images/img-fukidashi05-pc.svg") no-repeat;
		background-size: 471px 80px;
	}
}

	
.f-included {
	width:100%;
	content-visibility: auto;
	contain-intrinsic-size: 221rem;
	text-align:center;
	margin-top:4.2rem;
	}
	
.f-included .u-includedContainer {
	margin: auto;
	}

.f-included .includedTtl {
	width:31.5rem;
	margin: 4.4rem auto 2rem;
}

.f-included .includeList {
	display:flex;	
	flex-wrap: wrap;
	
}


.f-included .includelistItem {
	width:16.3rem;
	margin-bottom:0.6rem ;
	background-color:#fff;
	padding:1.3rem 0.5rem 0.7rem 0.5rem; 
	border-radius: 1.8rem;
	margin-top:1rem;
	margin-left:1.7rem;
}
	
.f-included .includelistItem .listItemTtl {
	width:96%;
	padding:6px 15px 7px 15px;
	margin:0 auto 17px auto ;
	text-align:center;
	background-color:#009CF5;
	color:#182987;
	font-weight:bold;
	font-size:1.2rem;
	border-radius: 5rem;	
	}
	
.f-included .includelistItem .listItemTtl span {
	color:#fff;
	margin-right:6px;

	}
	
.f-included .included-img {
		width:15.1rem;
		height:10rem;
	}
	

.f-included .lastImg {
	margin-bottom: 2rem;
}

.f-included .includedListTxt {
	line-height: 2.6rem;
	font-size: 1.2rem;
	color: #fff;
	text-align: left;
	padding:2rem;
}

.f-included .detailBt {
	display: block;
	margin: auto;
	width: 25.8rem;
	position: relative;
	border-radius: 3rem;
	background: #009ff8;
	border: 0.2rem solid #fff;
	line-height: 6.2rem;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}

.f-included .detailBt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.6rem;
	margin-top: -0.6rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6rem 0 0.6rem 1rem;
	border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 767px) {
	.f-included {
		margin: 60px auto 0 auto;
		padding: 90px 60px 44px;
		position: relative;
		contain-intrinsic-size: 2387px;
	}
	
	.f-included .u-includedContainer {
		margin: auto;
    	width: 1200px;
	}	
	
	.f-included .includedTtl {
		width:777px;
		margin: 0 auto 2rem;
	}
	
	
	.f-included .priceTtl {
		margin: 0 auto 10px;
		width: 400px;
	}
	
		
	.f-included .included-img {
		width:260px;
		height:173px;
	}
	
	.f-included .includelistItem {
		width:280px;
		margin-bottom:0.6rem ;
		background-color:#fff;
		padding:0px 9px 9px 9px; 
		border-radius: 2.4rem;
		margin-right:1rem;
		margin-top:1rem;
}
	.f-included .includelistItem .listItemTtl {
		width:92%;
		padding:6px 15px 8px 15px;
		margin:21px auto 17px auto ;
		text-align:center;
		background-color:#009CF5;
		color:#182987;
		font-weight:bold;
		font-size:22px;
		border-radius: 12px;	
		}
	
	.f-included .includeList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;		
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		margin-bottom: 42px;
	}

	.f-included .listItem {
		margin-top: 50px;
		width: 260px;
	}
	

	.f-included .lastImg {
		margin-top:50px;
	}

	.f-included .includedListTxt {
		line-height: 45px;
		font-size: 22px;
		color:#fff;
		text-align:center;
	}

	.f-included .detailBt {
		width: 472px;
		border-radius: 57px;
		border: 4px solid #fff;
		line-height: 113px;
		font-size: 28px;
	}

	.f-included .detailBt:after {
		right: 48px;
		margin-top: -9px;
		border-width: 9px 0 9px 18px;
	}


	.bnr {
		display: block;
		margin: 0 1rem 2.2rem;
	}
	
}
	
	

.f-cleaning {
	padding: 2rem 1rem 0;
}

.f-cleaning .cleaningTtl {
	margin-bottom: 1rem;
	padding: 0 4rem;
}

.f-cleaning .example {
	margin-bottom: 2rem;
	padding: 3rem 2rem;
	border-radius: 4rem;
}

.f-cleaning .cleaningPrice {
	margin-bottom: 2.4rem;
	overflow: hidden;
	border-radius: 1rem;
}

.f-cleaning .priceHead, .f-cleaning .priceDetail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1rem 1.6rem;
}

.f-cleaning .priceHead {
	background: #009ff8;
}

.f-cleaning .priceTtl {
	display: inline-block;
	border-radius: 0.7rem;
	padding: 0 1.5rem;
	background: #fff;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #182987;
	font-weight: bold;
}

.f-cleaning .price {
	margin-left: auto;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
}

.f-cleaning .price span {
	margin-left: -0.5rem;
	font-size: 1.3rem;
}

.f-cleaning .price span.priceS {
	margin-left: -0.3rem;
	font-size: 1.3rem;
	font-weight: normal;
}

.f-cleaning .price span em {
	font-size: 1.5rem;
	font-weight: bold;
}


.f-cleaning .priceDetail {
	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;
	background: #c6d3e3;
}

.f-cleaning .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.f-cleaning .detailTtl {
	display: inline-block;
	border-radius: 0.7rem;
	padding: 0 1.2rem;
	background: #009ff8;
	line-height: 3rem;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}

.f-cleaning .detailTxt {
	margin-left: 1rem;
	font-size: 2.4rem;
	color: #182987;
	font-weight: bold;
}

.f-cleaning .detailTxt span {
	font-size: 1.3rem;
	font-weight: normal;
}

.f-cleaning .cleaningImg {
	margin-bottom: 1rem;
}

.f-cleaning .cleaningTxt {
	line-height: 2rem;
	font-size: 1.2rem;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.f-cleaning {
		padding: 20px 0;
	}

	.f-cleaning .cleaningTtl {
		margin-bottom: 20px;
		padding: 0 250px;
	}

	.f-cleaning .example {
		margin-bottom: 48px;
		padding: 50px 60px;
		border-radius: 60px;
		position: relative;
		height: auto;
	}

	.f-cleaning .example:before {
		content: "";
		display: block;
		padding-bottom: 35%;
	}

	.f-cleaning .cleaningPrice {
		margin-bottom: 24px;
		width: 468px;
		position: absolute;
		top: 50px;
		right: 60px;
	}

	.f-cleaning .cleaningImg {
		position: absolute;
		top: 50px;
		left: 60px;
	}

	.f-cleaning .cleaningTxt {
		position: absolute;
		top: 230px;
		right: 60px;
		width: 468px;
		line-height: 1.6;
	}
}

.f-offset {
	padding: 0rem 2rem 3rem;
}

.f-offset .offsetTtl {
	margin-bottom: 1rem;
	padding: 0;
}

.f-offset .headTxt {
	margin-bottom: 1rem;
	margin-left: 2rem;
	line-height: 2.2rem;
	font-size: 1.4rem;
}

.f-offset .headDesc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
}

.f-offset .house {
	width: 11.8rem;
}

.f-offset .desc {
	padding: 1.8rem;
	width: calc(100% - 13rem);
	position: relative;
	background: #fff;
	border-radius: 3rem;
	line-height: 2.6rem;
	font-size: 1.4rem;
	color: #182987;
	font-weight: bold;
}

.f-offset .desc:after {
	content: "";
	position: absolute;
	top: 60%;
	left: -1.2rem;
	width: 2.1rem;
	height: 1.2rem;
	background: url("../images/img-triangle.svg") no-repeat;
	background-size: 2.1rem 1.2rem;
}

.f-offset .offsetCase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	padding: 4.5rem 1rem;
	border-radius: 3rem;
	background: #c6d3e3;
}

.f-offset .offsetCase:last-child {
	margin-bottom: 0;
}

.f-offset .caseTtl {
	margin-bottom: 3rem;
	padding: 0 0 1rem 3rem;
	background: url("../images/ico-home.svg") 0 0.4rem no-repeat;
	background-size: 2.4rem 2.1rem;
	border-bottom: 0.2rem solid #009ff8;
	line-height: 2.1rem;
	font-size: 2.4rem;
	color: #182987;
	font-weight: bold;
}

.f-offset .caseTtl span {
	font-size: 3rem;
}

.f-offset .caseInner1 {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2rem;
}

.f-offset .caseTxt {
	margin-left: 1rem;
	width: calc(100% - 13rem);
}

.f-offset .caseTxt1 {
	margin-bottom: 1.6rem;
	font-size: 1.6rem;
	color: #182987;
	font-weight: bold;
}

.f-offset .caseDetailTxt {
	line-height: 1.8;
	font-size: 1rem;
}

.f-offset .case1 .caseImg {
	width: 10rem;
}

.f-offset .case2 .caseImg {
	width: 13rem;
}

.f-offset .case2 .caseTxt {
	width: calc(100% - 14rem);
}

.f-offset .case3 .caseImg {
	width: 15.6rem;
}

.f-offset .case3 .caseTxt {
	width: calc(100% - 16.6rem);
}

.f-offset .caseR {
	width: 100%;
}

.f-offset .detailList {
	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;
	margin-bottom: 2.4rem;
}

.f-offset .detailList .listItem {
	width: calc((100% - 2rem)/3);
	border-radius: 0.6rem;
	background: #fff;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.f-offset .detailList .listHead {
	background: #e9e9e9;
	line-height: 3.6rem;
	font-size: 1.6rem;
	color: #00bab8;
}

.f-offset .detailList .listBody {
	padding: 1rem 0;
	font-size: 1.8rem;
	color: #182987;
}

.f-offset .detailList .listBody em {
	font-size: 2.6rem;
}

.f-offset .detailPrice {
	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;
}

.f-offset .priceList {
	padding: 1rem;
	position: relative;
	width: calc((100% - 4.7rem)/2);
	border-radius: 0.8rem;
	background: #fff;
	text-align: center;
}

.f-offset .priceList .price {
	font-size: 1.1rem;
	color: #182987;
	font-weight: bold;
}

.f-offset .priceList .price em {
	font-size: 2.7rem;
}

.f-offset .priceList:first-child .priceListTtl {
	margin-bottom: 40px;
}

.f-offset .purchase {
	margin: 0.5rem;
	padding-left: 0.8rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	font-weight: bold;
}

.f-offset .purchase:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #009ff8;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-offset .workFee:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -3.3rem;
	width: 2rem;
	height: 0.7rem;
	background: #182987;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-offset .finalPrice {
	margin-top: 3.5rem;
	width: 100%;
	background: none;
}

.f-offset .finalPrice:after {
	content: "";
	position: absolute;
	top: -3rem;
	left: 50%;
	margin-left: -1.8rem;
	width: 3.9rem;
	height: 3.9rem;
	background: url("../../images/img-arw-w.png") no-repeat;
	background-size: 3.9rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.f-offset .finalPrice .priceListTtl {
	text-align: center;
	width: 17.5rem;
}

.f-offset .finalPrice .price {
	text-align: left;
	line-height: 0.8;
	font-size: 3rem;
}

.f-offset .finalPrice .price em {
	font-size: 6.2rem;
}

.f-offset .finalPriceTxt {
	padding: 1.8rem 0;
	padding-left: 1rem;
	position: absolute;
	top: -2.4rem;
	right: 0;
	width: 10.1rem;
	height: 8.1rem;
	background: url("../../images/img-txt-bg-sp.png") no-repeat;
	background-size: 10.1rem 8.1rem;
	text-align: left;
	line-height: 2rem;
	font-size: 1.3rem;
	color: #001581;
	font-weight: bold;
}





.f-offset .finalPriceTxt span {
	font-size: 1rem;
}

.f-offset .priceListTtl {
	margin-bottom: 1rem;
	padding: 0 0.8rem;
	border-radius: 1.4rem;
	background: #00bab8;
	line-height: 2.7rem;
	font-size: 1.4rem;
	color: #fff;
}

@media screen and (min-width: 767px) {
	.f-offset {
		padding: 0;
	}

	.f-offset .offsetTtl {
		margin-bottom: 20px;
		padding: 0 200px;
	}

	.f-offset .headTxt {
		margin-bottom: 20px;
		margin-left: 0;
		line-height: 2.2rem;
		font-size: 20px;
		text-align: center;
	}

	.f-offset .headDesc {
		margin: 0 auto 50px;
		width: 615px;
		padding: 0;
	}

	.f-offset .house {
		width: 237px;
	}

	.f-offset .desc {
		padding: 30px;
		width: calc(100% - 237px);
		border-radius: 30px;
		line-height: 1.6;
		font-size: 20px;
	}

	.f-offset .desc:after {
		top: 60%;
		left: -12px;
		width: 21px;
		height: 12px;
		background-size: 21px 12px;
	}

	.f-offset .offsetCase {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 70px;
		padding: 56px;
		border-radius: 30px;
		position: relative;
	}

	.f-offset .offsetCase:before {
		content: "";
		display: block;
		padding-bottom: 42%;
	}

	.f-offset .caseTtl {
		margin-bottom: 30px;
		padding: 0 0 12px 64px;
		background: url("../images/ico-home.svg") 0 0 no-repeat;
		background-size: 56px 49px;
		border-bottom: 3px solid #009ff8;
		line-height: 40px;
		font-size: 40px;
	}

	.f-offset .caseTtl span {
		font-size: 50px;
	}

	.f-offset .caseInner1 {
		display: block;
		width: 544px;
		position: relative;
	}

	.f-offset .caseTxt {
		margin-left: 0;
		width: 100%;
	}

	.f-offset .caseTxt1 {
		position: absolute;
		margin-bottom: 0;
		font-size: 30px;
	}

	.f-offset .caseDetailTxt {
		position: absolute;
		top: 300px;
		left: -0;
		width: 544px;
		font-size: 20px;
	}

	.f-offset .case1 .caseTxt1 {
		top: 230px;
		left: 168px;
	}

	.f-offset .case1 .caseImg {
		width: 230px;
		top: 0;
		left: 50%;
		margin-left: -115px;
	}

	.f-offset .case2 .caseTxt1 {
		top: 240px;
		left: 200px;
	}

	.f-offset .case2 .caseImg {
		width: 358px;
		top: 10px;
		left: 50%;
		margin-left: -179px;
	}

	.f-offset .case3 .caseTxt1 {
		top: 256px;
		left: 220px;
	}

	.f-offset .case3 .caseImg {
		width: 418px;
		top: 0;
		left: 50%;
		margin-left: -209px;
	}

	.f-offset .case3 .caseTxt {
		width: calc(100% - 16.6rem);
	}

	.f-offset .caseImg {
		position: absolute;
		height: auto;
	}

	.f-offset .caseR {
		margin-left: 48px;
		width: 496px;
	}
}

	
	
.f-request {
	margin-bottom: 3rem;
	background: #182987;
}

.f-request .requestTtl {
	padding: 1.6rem 3rem;
}

.f-request .bnrInner {
	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;
	padding: 1rem 3rem;
	background: url("../images/img-bnr-bg.png") no-repeat;
	background-size: cover;
}

.f-request .bnrTxt {
	padding: 1rem 0;
	line-height: 2.4rem;
	font-size: 1.4rem;
	color: #fff;
}

.f-request .ico {
	width: 7.2rem;
}

@media screen and (min-width: 767px) {
	.f-request {
		margin: 60px auto;
	}

	.f-request .requestTtl {
		margin: auto;
		padding: 26px 0;
		width: 708px;
	}

	.f-request .bnrInner {
		padding: 20px 90px 20px 150px;
	}

	.f-request .bnrTxt {
		padding: 20px 0;
		width: 720px;
		line-height: 1.8;
		font-size: 32px;
	}

	.f-request .ico {
		width: 174px;
	}
}
	
	
.f-reason {
	margin: 1rem 1rem 2.2rem;
}

.f-reason .reasonTtl {
	margin: 0 4rem 2rem;
}

.f-reason .reasonTxt {
	margin: 2rem;
	line-height: 2.3rem;
	font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
	.f-reason {
		margin: 0 auto 100px;
	}

	.f-reason .reasonTtl {
		margin: 0 auto 74px;
		width: 608px;
	}

	.f-reason .reasonInner {
		display: block;
		overflow: hidden;
	}

	.f-reason .reasonImg {
		display: block;
		margin: 0 50px 30px 0;
		width: 558px;
		float: left;
	}

	.f-reason .reasonTxt {
		margin: 0;
		line-height: 44px;
		font-size: 22px;
	}
}


.f-media {
	background: linear-gradient(180deg, #182987 0%, #182987 52%, #009CF5 35%, #009CF5 100%);
	width:auto;
	content-visibility: auto;
	contain-intrinsic-size: 221rem;
	text-align:center;
	margin-bottom:3.4rem;
}
	
.f-media .u-mediaContainer {
	margin: auto;
    width: 100%;
	}

.f-media .mediaTtl {
	width:28.3rem;
	padding-top:4.3rem;
	margin:0 auto;
}

.f-media .mediaList {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom:1.85rem;
	padding:0 1rem;
	}
			
.f-media .mediaList .medialistItem  {
	width:11.4rem;
	margin-right:0.7rem;
	margin-top:2.8rem;	
	}


.f-media .media-cliantComment  {
	display:inline-block;
	margin:0 auto;
	}	


.f-media .media-cliantWoman  {	
	display:flex;
	justify-content: center;
  	align-items: center;
	}
	
.f-media .media-cliantMen  {	
	display:flex;
	justify-content: center;
  　align-items: center;
	padding-top:1.7rem;

	}	
	
.f-media .mediaList .medialistItem:last-child  {
	margin-right:0;	
	}
	

	
.f-media .media-cliantComment .desc {
	font-size:1.2rem;
	color:#182987;
	
	}	
	
.f-media .media-cliantComment .media-cliantImg1 {
	width:8.8rem;
	margin-left:3.65rem;
	} 

.f-media .media-cliantComment .media-cliantImg2 {
	width:10.5rem;
	height:9.9rem;
	margin-right:3.65rem;
	} 
	
.f-media .mediaListTxt {
	margin-bottom:1.3rem;
	}	
		
.f-media .mediaListTxt .mediaListTxt-1 {
	font-size:1.4rem;
	color:#182987;
	font-weight:bold;
	margin-top:2.5rem;
	margin-bottom:1.4rem;
	}
	
.f-media .mediaListTxt .mediaListTxt-2 {
	font-size:1.2rem;
	color:#fff;
	font-weight:bold;
	}	

.f-media .mediaListTxt .mediaListTxt-2 span {
	color:#F2E033;
	}
	
.f-media .arrow_box1{
    position:relative;
    width:15.8rem;
    height:9.5rem;
    background:#FFFFFF;
    padding:2.4rem 1.6rem;
    text-align:center;
	line-height:2.3rem;
    color:#182987;
    font-size:1.2rem;
    font-weight:bold;
    border-radius:7.9rem / 4.75rem;
    -webkit-border-radius:7.9rem / 4.75rem;
    -moz-border-radius:7.9rem / 4.75rem;
	
}

.f-media .arrow_box1  span{
	background:linear-gradient(transparent 60%, #FFE177 60%);	
}

.f-media .arrow_box2  span{
	background:linear-gradient(transparent 60%, #FFE177 60%);	
}

.arrow_box1:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:8px;
    border-bottom-width:0.8rem;
    border-left-width:3rem;
    border-right-width:3rem;
    margin-top: -0.2rem;
    border-left-color:#FFFFFF;
    left:97%;
    top:50%;
}
	
.arrow_box2{
    position:relative;
    width:15.8rem;
    height:9.5rem;
    background:#FFFFFF;
     padding:2.4rem 1.6rem;
    text-align:center;
	line-height:2.3rem;
    color:#182987;
    font-size:1.2rem;
    font-weight:bold;
   border-radius:7.9rem / 4.75rem;
    -webkit-border-radius:7.9rem / 4.75rem;
    -moz-border-radius:7.9rem / 4.75rem;
}
	
	
.arrow_box2:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:15px;
    border-bottom-width:0.8rem;
    border-left-width:3rem;
    border-right-width:3rem;
    margin-top: -0.2rem;
    border-right-color:#FFFFFF;
    right:99%;
    top:50%;
}


@media screen and (min-width: 767px) {	
	.f-media {
		background: linear-gradient(180deg, #182987 0%, #182987 65%, #009CF5 35%, #009CF5 100%);
		width:auto;
		content-visibility: auto;
		contain-intrinsic-size: 221rem;
		text-align:center;
		margin-bottom:95px;
		}
	
	.f-media .u-mediaContainer {
		margin: auto;
    	width: 1200px;
		}

	.f-media .mediaTtl {
		width:637px;
		margin: 0 auto 45px;
	}

	.f-media .mediaList {
		display:flex;
		justify-content:center;
		align-items: center;
		margin-bottom:55px;
		}
			
	.f-media .mediaList .medialistItem  {
		width:385px;
		height:261px;
		margin-right:23px;	
		}
	
	.f-media .media-cliantWoman  {	
		display:flex;
		align-items:flex-end;
		width:auto;
		}
	
	.f-media .media-cliantMen  {	
		display:flex;
		align-items:flex-end;
		width:auto;
		}	
	
	.f-media .mediaList .medialistItem:last-child  {
		margin-right:0;	
	}
	
	.f-media .media-cliantComment {
		width:1200px;
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
  		align-items:flex-end;
	}
	
	.f-media .media-cliantComment .desc {
		font-size:24px;
		color:#182987;
		padding-top: 44px;
	}	
	
	.f-media .media-cliantComment .media-cliantImg1 {
		width:168px;
		height:172px;
	} 

	.f-media .media-cliantComment .media-cliantImg2 {
		width:201px;
		height:191px;
		margin:0 18px;
	}  	
	
	.f-media .mediaListTxt {
		margin-bottom:100px;
	}	
		
	.f-media .mediaListTxt .mediaListTxt-1 {
		font-size:34px;
		color:#182987;
		font-weight:bold;
		margin-top:55px;
		margin-bottom:40px;
	}
	
	.f-media .mediaListTxt .mediaListTxt-2 {
		font-size:24px;
		color:#fff;
	}	
	
	.f-media .mediaListTxt .mediaListTxt-2 span {
		color:#F2E033;
	}

	.f-media .arrow_box1  span{
		background:linear-gradient(transparent 60%, #FFE177 60%);	
	}

	.f-media .arrow_box2  span{
		background:linear-gradient(transparent 60%, #FFE177 60%);	
	}
	
	.f-media .arrow_box1{
    	position:relative;
   	 	width:340px;
    	height:180px;
    	background:#FFFFFF;
    	padding:42px;
    	text-align:center;
		line-height:45px;
   		color:#182987;
    	font-size:24px;
    	font-weight:bold;
    	border-radius:170px / 90px;
    	-webkit-border-radius:170px / 90px;
    	-moz-border-radius:170px / 90px;
	}

	.arrow_box1:after{
    	border: solid transparent;
    	content:'';
    	height:0;
    	width:0;
    	pointer-events:none;
    	position:absolute;
   	 	border-color: rgba(255, 255, 255, 0);
    	border-top-width:8px;
    	border-bottom-width:10px;
    	border-left-width:44px;
    	border-right-width:38px;
    	margin-top: -4px;
    	border-left-color:#FFFFFF;
    	left:97%;
    	top:50%;
	}
	
	.arrow_box2{
    	position:relative;
   	 	width:340px;
    	height:180px;
    	background:#FFFFFF;
    	padding:33px;
    	text-align:center;
		line-height:45px;
   		color:#182987;
    	font-size:24px;
    	font-weight:bold;
    	border-radius:170px / 90px;
    	-webkit-border-radius:170px / 90px;
    	-moz-border-radius:170px / 90px;
	}
	
	
	.arrow_box2:after{
    	border: solid transparent;
    	content:'';
    	height:0;
    	width:0;
    	pointer-events:none;
    	position:absolute;
    	border-color: rgba(255, 255, 255, 0);
    	border-top-width:15px;
    	border-bottom-width:12px;
    	border-left-width:34px;
   	 	border-right-width:38px;
    	margin-top: -4px;
    	border-right-color:#FFFFFF;
    	right:99%;
    	top:50%;
	}
}
	
.f-flow {
	margin: 1rem 1rem ;
	padding: 4rem 2rem 3rem;
	border-radius: 4rem;
}

.f-flow .flowTtl {
	margin: 0 8rem 2rem;
}

.f-flow .listItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 7rem;
}

.f-flow .listItem:after {
	content: "";
	position: absolute;
	bottom: -4.4rem;
	right: 50%;
	margin-right: -1.3rem;
	width: 2.6rem;
	height: 2.3rem;
	background: url("../images/img-arw-b.png") no-repeat;
	background-size: 2.6rem 2.3rem;
}

.f-flow .listItem:last-child {
	margin-bottom: 2rem;
}

.f-flow .listItem:last-child:after {
	display: none;
}

.f-flow .flowImg {
	width: calc(100% - 21.2rem);
}

.f-flow .flowImg img {
	display: block;
	margin: auto;
	height: auto;
}

.f-flow .step1 .flowImg img {
	width: 9.7rem;
}

.f-flow .step2 .flowImg img {
	width: 11.1rem;
}

.f-flow .step3 .flowImg img {
	width: 7.8rem;
}

.f-flow .step4 .flowImg img {
	width: 9rem;
}

.f-flow .step5 .flowImg img {
	width: 7rem;
}

.f-flow .flowDetail {
	margin-left: 2rem;
	width: 19.2rem;
	color: #fff;
}

.f-flow .detailHead {
	margin-bottom: 0.8rem;
	font-size: 1.6rem;
	font-weight: bold;
}

.f-flow .detailHead em {
	display: inline-block;
	margin-right: 0.5rem;
	padding: 0 0.8rem;
	border-radius: 1rem;
	background: #ffe177;
	line-height: 2.6rem;
	color: #182987;
}

.f-flow .detailTxt {
	line-height: 1.9rem;
	font-size: 1.4rem;
}

.f-flow .detailTxt .time {
	font-size: 1.6rem;
	font-weight: bold;
}

@media screen and (min-width: 767px) {
	.f-flow {
		margin: 0 auto 90px ;
		padding: 90px 60px ;
		border-radius: 60px;
	}

	.f-flow .flowTtl {
		margin: 0 auto 70px;
		width: 375px;
	}

	.f-flow .flowList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.f-flow .listItem {
		display: block;
		margin-right: 20px;
		margin-bottom: 0;
		width: calc((100% - 80px)/5);
	}

	.f-flow .listItem:last-child {
		margin-right: 0;
	}

	.f-flow .listItem:last-child:after {
		display: none;
	}

	.f-flow .listItem:after {
		bottom: 84%;
		right: 5px;
		margin-left: -11px;
		width: 21px;
		height: 24px;
		background: url("../images/img-arw-b.png") no-repeat;
		background-size: 21px 24px;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.f-flow .flowImg {
		margin-bottom: 20px;
		width: 100%;
		height: 90px;
	}

	.f-flow .step1 .flowImg img {
		width: 127px;
	}

	.f-flow .step2 .flowImg img {
		width: 106px;
	}

	.f-flow .step3 .flowImg img {
		width: 60px;
	}

	.f-flow .step4 .flowImg img {
		width: 60px;
	}

	.f-flow .step5 .flowImg img {
		width: 73px;
	}

	.f-flow .flowDetail {
		margin-left: 0;
		width: 100%;
	}

	.f-flow .detailHead {
		margin-bottom: 8px;
		font-size: 17px;
	}

	.f-flow .detailHead em {
		margin-right: 5px;
		padding: 0 16px;
		border-radius: 20px;
		line-height: 28px;
	}

	.f-flow .detailTxt {
		line-height: 32px;
		font-size: 16px;
	}

	.f-flow .detailTxt .time {
		font-size: 27px;
	}

	.f-flow .detailTxt .time span {
		display: block;
		font-size: 16px;
	}
}


.f-area {
	margin: 1rem 0 3.4rem;
}

.f-area .areaTtl {
	margin: 0 1rem 2rem;
}

.f-area .areaHead {
	position: relative;
}

.f-area .mapImg {
	display: block;
	padding-right: 4rem;
	margin-right:10rem;
}

.f-area .areaTable {
	display:flex;	
}
	
.f-area	.areagroup {
	display:flex;
	flex-direction: row;
 	flex-wrap: wrap;
}

.f-area	.areagroup.pcOnly {
	display:none;
}
	
.f-area	.areagroup .listgroup {
	width:228px;
	height:72px;
	padding:26px 10px;
	margin-right:32px;
	background-color:#009CF5;
	font-size:20px;
	color:#fff;
	text-align:center;
	border-radius:15px;
	
}
						
	
	
.f-area .headImg {
	position: absolute;
	top: 1.2rem;
	right: 1.4rem;
	width: 18.7rem;
	height: auto;
}

.f-area .areaList .listItem {
	position: absolute;
	width: 7.4rem;
	border-radius: 1.4rem;
	background: #00bab8;
	border: 0.2rem solid #e0edf1;
	line-height: 2.8rem;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}

.f-area .sp_area {
	display:none;
	
}

.f-area .areaList .saitama {
	top: 7.3rem;
	left: 6.5rem;
}

.f-area .areaList .kanagawa {
	top: 18.4rem;
	left: 6rem;
}

.f-area .areaList .chiba {
	top: 16.7rem;
	left: 21rem;
}

.f-area .areaList .tokyo {
	top: 13.2rem;
	left: 8.5rem;
}

.f-area .headTtl   {
	position: absolute;
	bottom: 1.4rem;
	left: 50%;
	border-radius: 1rem;
	background: #e84e4e;
	width: 24.3rem;
	text-align: center;
	line-height: 3.4rem;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.f-area .headTxt {
	margin: 2rem 3.5rem;
	line-height: 1.8rem;
	font-size: 1.4rem;
}

.f-area .areaAcList .areaList {
	margin-bottom: 0.1rem;
	padding: 0 3rem;
	position: relative;
	background: #182987;
	line-height: 4.7rem;
	font-size: 1.8rem;
	color: #fff;
}

.f-area .areaAcList .areaList:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.6rem 0 0.6rem;
	border-color: #00bab7 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-area .areaAcList .ac:after {
	border-width: 0 0.6rem 0.8rem 0.6rem;
	border-color: transparent transparent #00bab7 transparent;
}

.f-area .areaDetail {
	display: none;
}

.f-area .areaDetail .listItem {
	padding: 2rem 3rem;
}

.f-area .areaDetail .listItem:nth-child(even) {
	background: #fff;
}

.f-area .areaDetail .detailHead {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	color: #00bab8;
	font-weight: bold;
}

.f-area .areaDetail .detailArea {
	line-height: 1.8rem;
	font-size: 1.3rem;
	color: #182987;
}

@media screen and (min-width: 767px) {
	.f-area {
		width:100%;
		margin: 0 auto;
		padding: 50px 0 100px;
		background-color:#fff;
	}

	.f-area .areaTtl {
		margin: 0 auto 30px;
		width: 670px;
	}

	.f-area .mapImg {
		padding-right: 0;
		width: 253px;
	}

	.f-area .areaTable {
		width:1080px;
		display:flex;
		padding-left:98px;
		margin:0 auto;
	}
	
	.f-area	.areagroup {
		display:flex;
		flex-direction: row;
 		flex-wrap: wrap;
	}	
	
	.f-area	.areagroup .listgroup {
		width:228px;
		height:72px;
		padding:26px 10px;
		margin-right:32px;
		background-color:#009CF5;
		font-size:20px;
		color:#fff;
		text-align:center;
		border-radius:15px;
	
	}

	.f-area .areaHead {
		margin-bottom: 50px;
	}

	.f-area .pc_area {
		display:none;
	}

	.f-area .headImg {
		top: 91px;
		left: 412px;
		width: 667px;
	}

	.f-area .headTxt {
		position: absolute;
		top: 260px;
		left: 412px;
		margin: 0;
		padding: 0;
		line-height: 40px;
		font-size: 22px;
	}

	
	.f-area .areaAcList {
		width:1080px;
		cursor: pointer;
		display: block;
		margin:50px auto 0 auto;
	}


	.f-area .areaAcList .areaList {
		margin-bottom: 1px;
		padding: 0 30px;
		line-height: 66px;
		font-size: 26px;
	}

	.f-area .areaAcList .areaList:after {
		right: 40px;
		border-width: 16px 11px 0 11px;
	}

	.f-area .areaAcList .ac:after {
		border-width: 0 11px 16px 11px;
	}

	.f-area .areaDetail .listItem {
		padding: 30px;
	}

	.f-area .areaDetail .detailHead {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.f-area .areaDetail .detailArea {
		line-height: 18px;
		font-size: 20px;
		letter-spacing:2px;
	}
	.f-area	.areagroup.pcOnly {
		display:flex;
	}
}
	

.priceBt {
	display: block;
	margin: 0 auto 3rem;
	padding-left: 3.8rem;
	width: 25.8rem;
	position: relative;
	border-radius: 4rem;
	border: 0.2rem solid #fff;
	background: #009ff8;
	line-height: 6.2rem;
	text-align: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.priceBt:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2.6rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.7rem 0 0.7rem 1rem;
	border-color: transparent transparent transparent #ffffff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 767px) {
	.priceBt {
		margin: 0 auto 60px;
		padding-left: 80px;
		width: 472px;
		border-radius: 57px;
		border: 4px solid #fff;
		line-height: 110px;
		font-size: 28px;
	}

	.priceBt:after {
		right: 48px;
		border-width: 13px 0 13px 18px;
	}
}

.mod-contact {
	margin-bottom: 2rem;
}

@media screen and (min-width: 767px) {
	.mod-contact {
		margin-bottom: 90px;
	}
}



.f-qa {
	margin: 1rem 0 2.2rem;
}

.f-qa .qaTtl {
	margin: 0 8rem 2rem;
}

.f-qa .qaTxt {
	margin: 2rem;
	line-height: 2.4rem;
	font-size: 1.4rem;
}

.f-qa .qaList {
	padding: 1.4rem 4rem 1.4rem 3rem;
	position: relative;
	background: #f6f6f6;
	border-bottom: 0.1rem solid #cecece;
	line-height: 1.4;
	font-size: 1.6rem;
	color: #182987;
}

.f-qa .qaListTtl {
	margin: 2rem 0;
	padding-left: 13rem;
	line-height: 5.3rem;
	font-size: 2.1rem;
	background-size: 5.3rem;
}

.f-qa .qaList:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.8rem 0.6rem 0 0.6rem;
	border-color: #009ff8 transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-qa .ac:after {
	border-width: 0 0.6rem 0.8rem 0.6rem;
	border-color: transparent transparent #009ff8 transparent;
}

.f-qa .qaAnswer {
	display: none;
	margin-bottom: 0.1rem;
	padding: 2rem 3rem;
	background: #fff;
	line-height: 2.4rem;
	font-size: 1.6rem;
	color: #1e1e1e;
}

.f-qa .moreBt {
	display: block;
	margin-top: 1rem;
	margin-right: 1rem;
	text-align: right;
	font-size: 1.6rem;
	color: #009ff8;
}

.f-qa .recoveryQaTtl {
	background: url("../images/ico-recovery.svg") 7rem center no-repeat;
	color: #00bab8;
}

.f-qa .purchaseQaTtl {
	background: url("../images/ico-purchase.svg") 7rem center no-repeat;
	color: #009ff8;
}

.f-qa .garbageMansionQaTtl {
	background: url("../images/ico-clean.svg") 7rem center no-repeat;
	color: #00bab8;
}

@media screen and (min-width: 767px) {
	.f-qa {
		margin:92px auto 90px;
	}

	.f-qa .qaTtl {
		margin: 0 auto 60px;
		width: 385px;
	}

	.f-qa .qaTxt {
		margin: 70px;
		line-height: 44px;
		font-size: 22px;
	}

	.f-qa .qaAcList {
		margin-bottom: 10px;
	}

	.f-qa .qaList {
		margin-bottom: 10px;
		padding: 18px 30px;
		border-bottom: none;
		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		font-size: 24px;
		font-weight: bold;
		cursor: pointer;
	}

	.f-qa .qaList:after {
		right: 40px;
		border-width: 16px 11px 0 11px;
	}

	.f-qa .ac:after {
		border-width: 0 11px 16px 11px;
	}

	.f-qa .qaAnswer {
		margin-bottom: 10px;
		padding: 20px 30px;
		line-height: 2;
		font-size: 21px;
	}

	.f-qa .moreBt {
		margin-top: 20px;
		margin-right: 0;
		font-size: 22px;
	}
	
		.f-qa .qaListTtl {
		margin: 38px 0 50px;
		padding-left: 430px;
		line-height: 53px;
		font-size: 36px;
		background-size: 53px;
	}



	.f-qa .garbageMansionQaTtl {
		background: url("../images/ico-clean.svg") 355px center no-repeat;
		color: #00bab8;
	}
}

.f-review {
	margin: 1rem 1rem 4rem;
	padding: 4rem 2rem 3rem;
	border-radius: 4rem;
}

.f-review .reviewTtl {
	margin: 0 6rem 2rem;
}

.f-review .listItem {
	margin-top: 2rem;
	overflow: hidden;
	border-radius: 4rem;
}

.f-review .listItem:first-child {
	margin-top: 0;
}

.f-review .reviewHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.4rem 1.5rem;
	background: #e0edf1;
}

.f-review .headThum {
	width: 5.3rem;
}

.f-review .detail {
	width: calc(100% - 5.3rem);
	text-align: right;
}

.f-review .reviewListTtl {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	color: #182987;
	font-weight: bold;
}

.f-review .reviewListName {
	font-size: 1.4rem;
	color: #009ff8;
}

.f-review .reviewInner {
	padding: 2rem 2.5rem;
	background: #fff;
	line-height: 2.4rem;
	font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
	.f-review {
		margin: 0 auto 90px;
		padding: 90px 60px;
		border-radius: 60px;
	}

	.f-review .reviewTtl {
		margin: 0 auto 60px;
		width: 522px;
	}

	.f-review .reviewList {
		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;
	}

	.f-review .listItem {
		margin-top: 50px;
		width: 512px;
		border-radius: 24px;
	}

	.f-review .listItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.f-review .reviewHead {
		padding: 24px 30px;
	}

	.f-review .headThum {
		width: 80px;
	}

	.f-review .detail {
		width: calc(100% - 80px);
	}

	.f-review .reviewListTtl {
		margin-bottom: 18px;
		font-size: 25px;
	}

	.f-review .reviewListName {
		font-size: 20px;
	}

	.f-review .reviewInner {
		padding: 30px;
		line-height: 38px;
		font-size: 18px;
	}
}

.mod-acTxt {
	margin-bottom: 6rem;
	position: relative;
}

.mod-acTxt .txtAcBt {
	z-index: 0;
	position: absolute;
	right: 0;
	bottom: -2.6em;
	left: 0;
	margin: auto;
	padding-left: 3rem;
	width: 11.9rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #e5e5e5;
	line-height: 3.1rem;
	font-size: 1.4rem;
	color: #001581;
}

.mod-acTxt .txtAcBt::before {
	content: "続きを読む";
}

.mod-acTxt .acTxtInner {
	position: relative;
	overflow: hidden;
	height: 6rem;
}

.mod-acTxt .acTxtInner span {
	line-height: 2rem;
	font-size: 1.4rem;
}

.mod-acTxt .acTxtInner:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	content: "";
}

.mod-acTxt .acTxt {
	display: none;
}

.mod-acTxt .acTxt:checked ~ .txtAcBt {
	bottom: -2.6em;
	padding-left: 4rem;
}

.mod-acTxt .acTxt:checked ~ .txtAcBt::before {
	content: "閉じる";
}

.mod-acTxt .acTxt:checked ~ .acTxtInner {
	height: auto;
}

.mod-acTxt .acTxt:checked ~ .acTxtInner::before {
	display: none;
}

.mod-Txt {
	margin: 0 60px 40px;
	line-height: 1.6;
	font-size: 22px;
}

.seoTxtBody {
	margin-bottom: 2.2rem;
	padding: 2rem;
	background: #fff;
}

.seoTxtBody .inner {
	padding: 1rem;
	background: #e9e9e9;
}

.seoTxtBody .seoTxt {
	line-height: 2rem;
	font-size: 1.2rem;
}

.seoTxtBody em {
	display: block;
	font-weight: bold;
}

.seoTxtBody .txt1 {
	margin-bottom: 2rem;
}

@media screen and (min-width: 767px) {
	.seoTxtBody {
		margin-bottom: 90px;
		padding: 26px;
		border-radius: 40px;
	}

	.seoTxtBody .inner {
		padding: 20px 34px 40px;
		border-radius: 40px;
	}

	.seoTxtBody .seoTxt {
		line-height: 1.8;
		font-size: 18px;
	}

	.seoTxtBody .txt1 {
		margin-bottom: 50px;
	}
}

.g-ftr {
	margin-bottom: 10.6rem;
}

.g-ftr .ftrDetail_gomi_lp   {
	padding-bottom: 2rem;
	background: #009ff8;
}

.g-ftr .ftrLink {
	padding: 0 2rem;
}

.g-ftr .ftrLink .listItem {
	margin-bottom: 0.6rem;
}

.g-ftr .ftrLink a {
	display: block;
	line-height: 1.4rem;
	font-size: 1.2rem;
	color: #fff;
}

.g-ftr .u-companyNumber  {
	padding: 1.6rem 2rem 3.4rem 2rem;
}

.g-ftr .copy {
	background: #1e1e1e;
	line-height: 3.6rem;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding-bottom:1rem;
}

@media screen and (min-width: 767px) {
	.g-ftr {
		margin-bottom: 0;
	}

	.g-ftr .ftrDetail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 32px 0;
	}

	.g-ftr .ftrDetail .u-mainContainer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.g-ftr .mod-greyTel {
		top: 40px;
	}

	.g-ftr .spOnly {
		display: none;
	}

	.g-ftr .ftrLogo {
		display: block;
		width: 294px;
		height: 63px;
		margin-bottom:30px;
	}

	.g-ftr .ftrNavgomi_lp {
		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;
		margin:0 auto;
		width: 900px;
		color:#fff;
	}

	.g-ftr .ftrNav .listItem {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
	}

	.g-ftr .gomi-spOnly {
		display:none;
	}
	
	.g-ftr .gomi-pcOnly {
		display:none;
	}
	
	.g-ftr .u-companyNumber .number {
		margin-bottom: 10px;
	}

	.g-ftr .u-companyNumber .inner {
		margin: auto;
		width: 616px;
	}

	.g-ftr .copy {
		line-height: 90px;
		font-size: 16px;
	}
}

	.f-contact .listItem {
	padding: 0 0 1.5rem;
	background: none;
	border-bottom: 0.1rem solid #a8a8a8;
	border-radius: 0;
	position: relative;
	line-height:2rem;
	font-size: 1.2rem;
	}
	.f-contact .areaSelectList .listItem {
    padding-bottom: 1.5rem;
	}

	.f-contact .listItem .inputTtl {
	display:block;
	margin-bottom: 1rem;
	font-size:1.4rem;
	font-weight: bold;
	}
	.f-contact .listItem .u-required {
	position: absolute;
	top: 0;
	}
	.f-contact .listItem.inputName .u-required {
	left: 6rem;
	}
	.f-contact .listItem.inputTel .u-required {
	left: 9rem;
	}
	.f-contact .listItem.inputMail .u-required {
	left: 12rem;
	}
	.f-contact .areaSelectBody,
	.f-contact .genreList,
	.f-contact .requestBody{
    font-size:1.2rem;
	}

	.f-contact .mod-radioList {
	font-size: 1.5rem;
	padding-bottom: 0;
	}

	.f-contact .mod-radioList .answerListItem {
	width: auto;
	}

	.f-contact .estimateInputBody {
	font-size: 1.5rem;
	}
}

@media screen and (min-width: 767px) {
	.f-contact .mod-chkboxList,
	.f-contact .mod-radioList {
		margin: 0 auto;
		padding: 0;
		width: 714px;
	}
	
	.f-contact .mod-chkboxList:last-child,
	.f-contact .mod-radioList:last-child {
		margin: 0 auto 40px;
	}
	
	.f-contact .mod-radioList .answerListItem {
		font-size: 1.5rem;
	}

	.f-contact .listItem {
		padding: 0 0 20px 0;
	}
	.f-contact .mod-chkboxList > span {
		margin-bottom: 30px;
	}

	.f-contact .mod-chkboxList input[type=checkbox] + span {
		font-size: 20px;
		line-height: 30px;
		padding-left: 40px;
	}

	.f-contact .mod-chkboxList input[type=checkbox] + span:before {
		width: 28px;
		height: 28px;
		content: '';
		border: 1px solid #707070;
	}

	.f-contact .mod-chkboxList input[type=checkbox]:checked + span:before {
		border-color: #707070;
		background: #ffffff;
	}

	.f-contact .mod-chkboxList input[type=checkbox]:checked + span:before {
		background: #182987;
	}
	.f-contact .areaSelectHead {
		font-size: 1.4rem;
	}
	.f-contact .listItem.inputName .u-required {
		left: 68px
	}
	.f-contact .listItem.inputTel .u-required {
		left: 106px;
	}
	.f-contact .listItem.inputMail .u-required {
		left: 144px;
	}
	.u-required {
    	padding: 6px 14px;
    	font-size: 18px;
	}

	.f-contact .estimateInputBody {
		font-size: 16px;
	}
	
	.f-contact .contactBody {
		padding-bottom: 3rem;
		border-radius: 2.4rem;
		background: #fff;
		overflow: hidden;
		padding: 1rem 2rem;
    	line-height: 1.5;
	}

}

@media screen and (min-width: 767px) {
	.f-contact {
    	margin: 50px auto 90px;
}
}