@charset "utf-8";

/* =====================================
   共通
===================================== */
.cont-wallpaper {
	line-height: 1.8;
	color: #333;
}

.cont-bg {
	margin: 0 auto 24px;
}

.cont-wallpaper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.cont-wallpaper p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.9;
}

.cont-wallpaper ul,
.cont-wallpaper ol {
	margin: 0;
	padding: 0;
}

.cont-title {
	margin: 30px 0 18px;
	padding: 14px 18px;
	background: linear-gradient(90deg, #2458bd, #3479df);
	text-align: center;
}

.cont-title h2 {
	margin: 0;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}

.cont-wallpaper h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}

.lead {
	margin: 0 0 20px;
	padding: 18px 22px;
	background: #eef4ff;
	border-left: 6px solid #2d63c8;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.top-text {
	margin-bottom: 16px;
}

.cta-push {
	margin: 22px 0;
	padding: 14px 18px;
	background: #fff2e8;
	border: 2px solid #ff6b2b;
	color: #d94a00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.main-img,
.reason-img,
.credit-img,
.telfooter {
	margin: 20px 0 32px;
	text-align: center;
}

.main-img img,
.reason-img img,
.credit-img img,
.telfooter img {
	margin: 0 auto;
}

/* =====================================
   冒頭のお悩み
===================================== */
.trouble-lead-list {
	display: flex;
	gap: 16px;
	margin: 20px 0;
}

.trouble-lead-list li {
	list-style: none;
	flex: 1;
	padding: 18px 14px;
	background: #fff;
	border: 3px solid #2d63c8;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,.08);
	text-align: center;
}

.trouble-lead-list li::before {
	content: "!";
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: #ff6b2b;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
}

.trouble-lead-list p {
	margin: 0;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

/* =====================================
   選ばれる理由
===================================== */
.reason-bg {
	margin: 20px 0;
	padding: 22px;
	background: #f5f8ff;
	border: 3px solid #b9cdf5;
	border-radius: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,.07);
}

.reason-bg h3 {
	margin-bottom: 12px;
	padding: 10px 14px;
	background: #2d63c8;
	color: #fff;
	font-size: 22px;
	border-radius: 6px;
}

.reason-bg p:last-child {
	margin-bottom: 0;
}

/* =====================================
   料金
===================================== */
.fee {
	margin: 22px 0;
	padding: 0;
}

.fee li {
	list-style: none;
	margin-bottom: 18px;
	padding: 16px;
	background: #fff;
	border: 12px solid #2d63c8;
	border-radius: 10px;
	box-sizing: border-box;
}

.fee-title {
	margin: 0 0 14px;
	padding: 0px 14px 8px;
	border-bottom: 3px solid #2d63c8;
	color: #444;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}

.fee-body {
	display: flex;
	align-items: center;
	gap: 20px;
}

.fee-img {
	width: 34%;
	flex-shrink: 0;
}

.fee-img img {
	width: 100%;
	height: auto;
	display: block;
}

.fee-txt {
	flex: 1;
}

.fee_A {
	margin: 0 0 6px !important;
	color: #1f5ab8;
	font-size: 22px !important;
	font-weight: bold;
}

.fee_B {
	margin: 0 0 8px !important;
	color: #ff4b22;
	font-size: 30px !important;
	font-weight: bold;
	text-align: right;
}

.fee_B span {
	font-size: 16px;
}

.fee-note {
	margin: 0 !important;
	color: #666;
	font-size: 13px !important;
	line-height: 1.7;
}

/* =====================================
   流れ
===================================== */
.step-box {
	margin-top: 20px;
}

.step-box li {
	list-style: none;
	position: relative;
	margin-bottom: 28px;
	padding: 18px 20px 18px 72px;
	background: #fff;
	border: 3px solid #2d63c8;
	border-radius: 10px;
}

.step-box li::before {
	content: "";
	position: absolute;
	left: 18px;
	top: 18px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ff6b2b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}

.step-box li:nth-child(1)::before { content: "1"; }
.step-box li:nth-child(2)::before { content: "2"; }
.step-box li:nth-child(3)::before { content: "3"; }
.step-box li:nth-child(4)::before { content: "4"; }
.step-box li:nth-child(5)::before { content: "5"; }
.step-box li:nth-child(6)::before { content: "6"; }

.step-box li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -23px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 18px solid #2d63c8;
	z-index: 2;
}

.step-flex {
	display: flex;
	gap: 20px;
}

.step-text {
	flex: 1;
}

.step-photo {
	width: 240px;
	flex-shrink: 0;
}

.step-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.step-box h3 {
	margin: 0 0 8px;
	color: #222;
	font-size: 22px;
}

.step-box h3 span {
	margin-right: 8px;
	color: #2d63c8;
}

/* =====================================
   ねずみサイン
===================================== */
.sign-list {
	margin-top: 18px;
}

.sign-item {
	position: relative;
	margin-bottom: 14px;
	padding: 16px 16px 16px 58px;
	background: #fff8f2;
	border: 3px solid #ffb27f;
	border-radius: 10px;
}

.sign-item::before {
	content: "!";
	position: absolute;
	left: 16px;
	top: 16px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff6b2b;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.sign-item h3 {
	margin: 0 0 6px;
	color: #d94a00;
	font-size: 20px;
}

.sign-item p {
	margin-bottom: 0;
}

/* =====================================
   FAQ
===================================== */
.qa-list {
	margin-top: 20px;
}

.qa-item {
	list-style: none;
	margin-bottom: 16px;
	border: 4px solid #c8d7f5;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.qa-item dl {
	margin: 0;
}

.qa-item dt {
	position: relative;
	margin: 0;
	padding: 14px 16px 14px 72px;
	background: #eef4ff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

.qa-item dt::before {
	content: "Q";
	position: absolute;
	left: 16px;
	top: 14px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #2d63c8;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 8px;
}

.qa-item dd {
	position: relative;
	margin: 0;
	padding: 14px 16px 16px 72px;
	font-size: 16px;
	line-height: 1.9;
}

.qa-item dd::before {
	content: "A";
	position: absolute;
	left: 16px;
	top: 14px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #ff6b2b;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 8px;
}
.qa-item dt h3 {
	margin: 0;
	padding: 0;
	color: inherit;
	background: none;
	border: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}
.qa-item dt h3,
.qa-item dd p {
	margin: 0;
}
.qa-item dt h3 {
	background: none;
	border: none;
	color: inherit;
}
/* =====================================
   事例
===================================== */
.area-box {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 18px !important;
}

.area-box li {
	list-style: none;
	width: calc(50% - 8px);
	padding: 16px;
	background: #fff;
	border: 4px solid #2d63c8;
	border-radius: 10px;
	box-sizing: border-box;
}

.area-box dl,
.area-box dt,
.area-box dd {
	margin: 0;
}

.area-box dt {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #8caceb;
	color: #1f5ab8;
	font-size: 17px;
	font-weight: bold;
}

.area-box dd {
	font-size: 15px;
	line-height: 1.8;
}

.area-box dd span {
	display: block;
	margin-top: 8px;
	color: #ff6b2b;
	font-weight: bold;
}

/* =====================================
   サービス
===================================== */
.service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.service-item {
	width: calc(50% - 9px);
	padding: 20px;
	background: #fff;
	border: 3px solid #2d63c8;
	border-radius: 12px;
	box-sizing: border-box;
	box-shadow: 0 3px 8px rgba(0,0,0,.08);
}

.service-item:last-child {
	width: 100%;
}

.service-item h3 {
	margin: 0 0 12px;
	padding: 10px 12px;
	background: #2d63c8;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
}

.service-item p {
	margin-bottom: 0;
}

/* =====================================
   ねずみの種類
===================================== */
.type-list {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.type-item {
	flex: 1;
	min-width: 0;
	padding: 20px;
	background: #f7faff;
	border-top: 5px solid #2d63c8;
	border-radius: 8px;
	box-shadow: 0 3px 8px rgba(0,0,0,.06);
}

.type-item h3 {
	margin: 0 0 10px;
	color: #1f5ab8;
	font-size: 20px;
}

.type-item p {
	margin-bottom: 0;
}

/* =====================================
   最終エリア
===================================== */
strong {
	display: block;
	margin: 18px 0;
	padding: 14px 16px;
	background: #eef4ff;
	border-left: 5px solid #2d63c8;
	color: #222;
	font-size: 17px;
	line-height: 1.8;
}

.areabox {
	margin: 18px 0;
	padding: 16px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	font-size: 15px;
	line-height: 1.8;
}

.kome {
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}


#mainimgIn {
	background: transparent url(https://cms.locoplace.biz/storeimg/13/137235/20250707_1333095.png)no-repeat scroll top!important;
	height: 757px;
	width: 100%;
}
#wrapper {
	background: #fff;
}
#headerWrap {
	width: 100%;
	background: 0;
}
#header {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background: -moz-linear-gradient(top, #fff, #e6e6e6);
	background: -o-linear-gradient(top, #fff, #e6e6e6);
	background: linear-gradient(to bottom, #fff, #e6e6e6);
	padding: 0;
}
#headerBtm {
	background: 0;
}
#headerCategoryList, #headerStoreContact {
	display: none;
}
#headerStore .name {
	font-size: 18px;
}
#gNavi li a {
	background: transparent url(https://cms.locoplace.biz/storeimg/15/155718/20180614_1218241.jpg)no-repeat scroll left top;
}
#gNavi ul {
	border-bottom: 0;
}
#gNavi {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background: -moz-linear-gradient(top, #fff, #e6e6e6);
	background: -o-linear-gradient(top, #fff, #e6e6e6);
	background: linear-gradient(to bottom, #fff, #e6e6e6);
}
.section, .sectionBtm, .sectionWrap {
	background: 0;
}
.section {
	font-size: 17px;
}
.pageTop>a:nth-child(1)>img:nth-child(1) {
	position: fixed;
	bottom: 0;
	right: 130px;
}
#mainimg {
	margin: 0;
	margin-top: -10px;
	background: transparent url(https://cms.locoplace.biz/storeimg/13/137235/20240820_1500101.png)scroll top!important;
}
#contents_1, #contents_2, #contents_3, #contents_4 {
	text-decoration: none;
	color: #5a5a5a;
	font-size: 20pt;
}
.telfooter a {
	background: transparent url(https://cms.locoplace.biz/storeimg/13/137235/20170421_2000425.gif)no-repeat scroll 0 0;
	height: 213px;
	width: 55pc;
	display: block;
}
.telfooter>a>img {
	display: none;
}
#dlpoC_B>div>div>img, .qa img, .sectionIn.mb20>p>img {
	width: 100%;
	height: auto;
}

/*OM_通常
======================================================*/

#g01 .sectionWrap:nth-child(1) h2::before {
	content: "新着情報";
	font-size: 23px;
}
#g01 .sectionWrap:nth-child(1) h2 {
	font-size: 0;
}
div#section_push h2 {
	font-size: 0;
}
div#section_push h2::before {
	content: "新着情報";
	font-size: 19px;
}
#g01 .topMessageDetail .detailAnchor a {
	font-size: 0;
	background: transparent;
}
#g01 .topMessageDetail .detailAnchor a::before {
	content: "新着情報一覧";
	font-size: 18px;
	background: url(https://localplace.jp/static/img/ico_index_arrow01.png) no-repeat left;
	padding: 2px 0 2px 22px;
}
/*mv
======================================================*/

#mainimg {
	position: relative;
}
.areaname {
	position: absolute;
	top: min(30 / 200*(100vw - 40px), 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	left: 50%;
	width: 305px;
	margin-left: 135px;
	color: #ffffff;
	font-weight: bold;
}
#g02 #contents img {
    width: 100%;
    height: auto;
}
