@charset "utf-8";
/* CSS Document */


/* 共通 */
.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 h2 {
	margin: 0 0 16px;
	padding: 16px 20px;
	background: #12a83a;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.cont-wallpaper h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 12px;
}

.cont-wallpaper p {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.9;
}

.cont-wallpaper ul,
.cont-wallpaper ol {
	margin: 0;
	padding: 0;
}

.lead {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
}

.top-text {
	margin-bottom: 14px;
}

.cta-push {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #d74b00;
}

.bnr-img {
	margin: 20px 0 40px;
	text-align: center;
}

.bnr-img img {
	margin: 0 auto;
}

/* 冒頭 */
.top-ct ul {
	margin: 0 0 20px;
	padding: 18px 22px;
	background: #fff5f5;
	border: 3px solid #e60023;
}

.top-ct ul li {
	list-style: none;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}

.top-ct ul li:last-child {
	margin-bottom: 0;
}

/* 理由 */
.reason-box {
	margin: 20px 0;
	padding: 20px;
	background: #f7fff7;
	border: 3px solid #8ad08a;
}

.reason-box h3 {
	margin-bottom: 10px;
	padding: 10px 14px;
	background: #9af0a7;
	font-size: 22px;
}

/* 料金 */
.fee-card-list {
	margin-top: 20px;
}

.fee-card {
	margin-bottom: 20px;
	padding: 14px;
	border: 6px solid #fe8402;
	background: #fff8e1;
	box-sizing: border-box;
}

.fee-card h3 {
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fe8402;
	font-size: 24px;
	color: #4b4b4b;
}

.fee-card-body {
	display: flex;
	gap: 20px;
	align-items: center;
}

.fee-card-image {
	width: 40%;
	flex-shrink: 0;
}

.fee-card-price {
	flex: 1;
}

.fee1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	color: #ff8f00;
	font-size: 22px;
	font-weight: bold;
}

.fee-em {
	float: right;
	color: #de0000;
	font-size: 120%;
	font-weight: bold;
}

.fee-card-note {
	font-size: 13px !important;
	line-height: 1.7;
	color: #666;
}

/* 流れ */
.hachi-method-flow {
	margin-top: 20px;
}

.hachi-method-flow li {
	list-style: none;
	position: relative;
	margin-bottom: 40px;
	padding: 18px;
	border: 5px solid #fe8402;
	background: #fff;
}

.hachi-method-flow li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fe8402;
}

.hachi-method-flow h3 {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fe8402;
	color: #296e39;
	font-size: 22px;
}

/* FAQ */
.qa-cont {
	margin-top: 10px;
}

.qa-list {
	margin-top: 20px;
}

.qa-item {
	list-style: none;
	margin-bottom: 16px;
	border: 8px solid #e8e7e7;
	background: #fff;
}

.qa-item dl {
	margin: 0;
}

.qa-item dt {
	position: relative;
	margin: 0 0 10px;
	padding: 12px 16px 14px 74px;
	background: #e8e7e7;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.qa-item dt::before {
	content: "Q";
	position: absolute;
	left: 12px;
	top: 10px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #52a747;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 8px;
}

.qa-item dd {
	position: relative;
	margin: 0;
	padding: 0 16px 16px 74px;
	font-size: 16px;
	line-height: 1.9;
}

.qa-item dd::before {
	content: "A";
	position: absolute;
	left: 12px;
	top: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #fe8402;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 8px;
}

.qa-item dt p,
.qa-item dd p {
	margin: 0;
}

/* 特徴ボックス */
.hachi-box {
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	border: 3px solid #9ad39a;
}

.hachi-box h3 {
	margin-bottom: 10px;
	color: #2f8d35;
	font-size: 22px;
}

/* 注意書き */
.komelist {
	margin-top: 20px;
	padding: 18px 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
}

.komelist p {
	margin-bottom: 10px;
	line-height: 1.8;
	color: #555;
}

.komelist p:last-child {
	margin-bottom: 0;
}

#mainimgIn {
    opacity: 0;
}
#mainimg {
    background: url(https://cms.locoplace.biz/storeimg/36/363696/20260526_0935081.png) no-repeat top center;
    position: relative;
}

#wrapper {
    padding: 0px 0px 40px;
    background: url(../img/bg_wrap01.jpg) repeat center top;
    min-width: 956px;
    background: #fffad6;
}
/* 見出し */
.cont-wallpaper h2 {
	background: #e60023;
	color: #fff;
}

/* CTA */
.cta-push {
	color: #e60023;
}

/* 理由 */
.reason-box {
	border: 3px solid #e60023;
	background: #fff5f5;
}

.reason-box h3 {
	background: #ffe5e5;
	color: #e60023;
}

/* 料金 */
.fee-card {
	border: 5px solid #e60023;
	background: #fff;
}

.fee-card h3 {
	border-bottom: 2px solid #e60023;
	color: #333;
}

.fee1 {
	color: #333;
}

.fee-em {
	color: #e60023;
}

/* 流れ */
.hachi-method-flow li {
	border: 4px solid #e60023;
}

.hachi-method-flow li:not(:last-child)::after {
	border-top: 18px solid #e60023;
}

.hachi-method-flow h3 {
	color: #e60023;
	border-bottom: 2px solid #e60023;
}

/* FAQ */
.qa-item {
	border: 4px solid #ddd;
}

.qa-item dt {
	background: #f5f5f5;
}

.qa-item dt::before {
	background: #333;
}

.qa-item dd::before {
	background: #e60023;
}
.qa-item dt p {
    font-size: 22px;
}

/* 特徴 */
.hachi-box {
	border: 3px solid #e60023;
	background: #fff;
}

.hachi-box h3 {
	color: #e60023;
}

/* 注意 */
.reason-box ul {
    font-size: 17px;
    margin-bottom: 10px;
}
.reason-box li {
    border-bottom: solid 2px #e60023;
    font-weight: bold;
}
.sting-guide {
	margin-top: 20px;
}

.sting-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 16px;
	padding: 18px;
	background: #fff7f7;
	border-left: 6px solid #e60023;
	border-radius: 10px;
}

.sting-num {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #e60023;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.sting-body {
	flex: 1;
}

.sting-body h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
}

.sting-body p {
	margin: 0;
	font-size: 16px;
	line-height: 1.9;
}

.sting-alert {
	margin-top: 24px;
	padding: 20px;
    border: 2px solid #e60023;
    background: #fff;
	border-radius: 8px;
}

.sting-alert p {
	margin-bottom: 12px;
}

.sting-alert p:last-child {
	margin-bottom: 0;
}
.other-ct img {
    margin-bottom: 20px;
}
.areaname {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(0%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 305px;
    color: #ffffff;
    font-weight: bold;
}