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

/*--------------------------------
	宅配クリーニング
---------------------------------*/

.mainablock01 {
	padding: 40px 0px 40px;
}

.mainTit01 {
	margin-bottom: 0px;
}

.bannerBox03 {
	margin-top: 50px;
}

.bannerBox03.bnr {
	margin: 30px auto;
	width: 100%;
	max-width: 400px;
}

/*--------------------*/

.tabContFlex01 .tab {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	height: 130px;
	border: 1px solid #EBEBEB;
	border-radius: 12px;
	width: 23.5%;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	transition-duration: 0.3s;
	background-color: #ffffff;
}

.tabContFlex01 .tab img {
	width: 50px;
	height: auto;
}

.tabContFlex01 .tab:hover {
	border: 1px solid #B60081;
	background-color: #F9EFF6;
	transition-duration: 0.3s;
}

.tabContFlex01 .tab.active {
	border: 1px solid #B60081;
	background-color: #F9EFF6;
	transition-duration: 0.3s;
}

/*--------------------*/

.detailBlock01 {
	background-color: #ffffff;
	position: relative;
	padding: 50px 0px;
	margin-top: 50px;
}

.detailBlock01::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 62px solid transparent;
	border-left: 62px solid transparent;
	border-bottom: 50px solid #ffffff;
	border-top: 0;
	position: absolute;
	top: -46px;
	left: 50%;
	transform: translateX(-50%);
}

.detailH301 {
	text-align: left;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	border-left: 4px solid #00233A;
	margin-bottom: 20px;
}

/*----------------------*/

.card21 {
	padding-bottom: 0px;
}

.card21 .l-inner {
	position: relative;
}

/*.card21 .swiper-slide {
	width: 420px;
}*/
/*.card21 .swiper-pagination {
	bottom: -30px;
}*/

.card21 .swiper-slide {
	position: relative;
	background-color: #F9EFF6;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 20px;
	width: 420px;
	border: 1px solid #B60081;
	text-align: left;
	height: auto;
}

.card21 .swiper-slide form {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card21 .swiper-navigation-icon {
	display: none;
}

.card21 .swiper-button-prev {
	background-image: url("../img/slide_prev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	/*left: 50%;
	margin-left: -270px;*/
	left: 10px;
}

.card21 .swiper-button-next {
	background-image: url("../img/slide_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 44px auto;
	width: 44px;
	height: 44px;
	/*right: 50%;
	margin-right: -270px;*/
	right: 10px;
}

.card21 .swiper-button-disabled {
	opacity: 0;
}

/*.card21 .swiper-pagination-bullet-active {
	background-color: #B60081;
}*/

.card21 .swiper {
	padding-top: 0px;
	padding: 4px 0px;
}

/*------------------------------*/

.card21Text01 {
	color: #F30D11;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
}

.card21Text02 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 14px;
}

.card21Text02 .p01 {
	/*width: 45px;*/
	width: 65px;
	flex-shrink: 0;
	margin-right: 20px;
}

.card21Text02 .p01 img {
	border-radius: 50%;
}

.card21Text02 .p02 {
	font-size: 22px;
}

.card21Text03 .p01 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.card21Text03 .s01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	color: #B60081;
}

.card21Text03 .s02 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	color: #B60081;
	margin-left: 3px;
}

.card21Text03 .s0102 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 500;
	text-decoration: line-through;
	margin-right: 5px;
}

.card21Box01 {
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #ECD3E4;

	display: flex;
	flex-direction: column;
	height: 100%;
}

.card21Text04 {
	color: #9F287C;
	font-size: 14px;
	line-height: 1.5em;
}

.card21Dl01 {
	color: #9F287C;
	background-color: #F6DFF0;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 15px;
}

.card21Dl01 dt {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

.card21Dl01 dd {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
}

.card21Text05 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: auto;
}

.card21Btn01 {
	/*margin: 15px auto;*/
	margin: 10px auto 15px;
	width: 100%;
}

.card21Btn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 48px;
	margin: auto;
	border-radius: 6px;
	background-color: #00233A;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

.card21Btn01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.card21Btn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.card21Btn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.card21Btn01 a:active {
	color: #ffffff;
	text-decoration: none;
}

.card21Flex01 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.card21Flex01>span {
	flex-shrink: 0;
	font-size: 13px;
	margin-right: -15px;
}

.card21Flex01 .equipmentSelect01 {
	flex-shrink: 0;
	width: 50px;
	height: 46px;
	padding: 5px 5px;
}

.card21Flex01 .topOtherBtn01 {
	width: 100%;
}

.card21Flex01 .topOtherBtn01 button {
	margin: auto;
	height: 46px;
}

.panelBox01 {
	margin-bottom: 50px;
}

.detailTable01 {
	width: 100%;
}

.detailTable01 th {
	box-sizing: border-box;
	height: 44px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #AFD7E7;
	padding: 10px;
	background-color: #E1F5FD;
	font-size: 15px;
	line-height: 1.5em;
}

.detailTable01 .tr01 th {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #848586;
	color: #ffffff;
}

.detailTable01 td {
	box-sizing: border-box;
	height: 44px;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	font-family: "Montserrat", sans-serif;
}

.tableFlex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	width: 100%;
}

.tableFlex01 .img01 {
	width: 24px;
	height: auto;
}

.detailBtn01 {
	margin-top: 30px;
	text-align: center;
}

.detailBtn01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 10px;
	width: 400px;
	height: 54px;
	margin: auto;
	border-radius: 8px;
	background: #F76A0C;
	box-shadow: 0px 5px 0px #C24D00;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	position: relative;
}

.detailBtn01 a::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 100%;
	background-image: url(../../common/img/btn_or_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 10px;
}


.detailBtn01 a:link {
	color: #ffffff;
	text-decoration: none;
}

.detailBtn01 a:visited {
	color: #ffffff;
	text-decoration: none;
}

.detailBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.detailBtn01 a:active {
	color: #ffffff;
	text-decoration: none;
}

/*----------------------*/

.contBlock06.detail {
	margin-top: 0px;
}

.detailBlock02 {
	background-image: url("../house-cleaning/img/block02_bg02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 75px 0px 160px;
}

.block02Box01 {
	margin: 20px auto 30px;
}

.block06Flex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 0px;
	margin-top: 30px;
	text-align: left;
}

.block06Box02 {
	background-color: #F5F7F7;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	width: 292px;
}

.block06Box02.box02 {
	width: 23.6%;
}

.box02 .block06BoxIn01 {
	color: #B60081;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	height: 82px;
}

.block06BoxIn01 {
	display: flex;
	align-items: center;
	gap: 0px 15px;
	margin-bottom: 10px;
	height: 60px;
}

.block06BoxIn01 .crawn {
	width: 28px;
	flex-shrink: 0;
}

.block06BoxIn01 .text1 {
	color: #C2A309;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}

.block06BoxIn01 .text2 {
	color: #757575;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.block06BoxIn01 .text3 {
	color: #BC6F4E;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.text15_15_n {
	font-size: 15px;
	line-height: 1.5em;
}

/*--------------------*/

.detailBlock03 {
	margin: 50px auto;
	overflow: hidden;
}

.detailBlock03.reform_tokucho {
	margin: 80px auto;
}

.detailFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
	margin-top: 35px;
}

.detailFlex01 li {
	position: relative;
	box-sizing: border-box;
	width: 48.5%;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	gap: 0px 20px;
	text-align: left;
}

.detailFlex01 li .img01 {
	width: 218px;
	flex-shrink: 0;
}

.detainNum01 {
	background-image: url("../img/case_num_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 38px;
	height: 35px;
	box-sizing: border-box;
	padding: 0px 6px 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	position: absolute;
	top: -8px;
	left: 0px;
}

.detailDl01 dt {
	color: #147195;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 12px;
}

.detailDl01 dd {
	font-size: 14px;
	line-height: 1.5em;
}

.text11_15_n {
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 10px;
}

.detailMt80 {
	margin-top: 80px;
}

.detailFlex01 .contBtn02 {
	margin-top: 12px;
}

.detailFlex01 .contBtn02 a {
	width: 100%;
	height: 40px;
}

/*---------------------*/

.contBlock02.detailBlock04 {
	background-image: url("../img/bestprice_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 14px auto;
	padding-top: 50px;
}

.contactBlock01.detailBlock05::before {
	content: "";
	background-image: url("../img/cont_bg01_01.png"), url("../img/bestprice_bg01.png");
	background-repeat: no-repeat, repeat;
	background-position: center center, center top;
	background-size: 100% 100%, 14px auto;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: -100px;
}

/*--ここから-------------------------*/

.dryBox01 .tabContFlex01 a {
	border: 1px solid #B60081;
	font-size: 18px;
	padding-bottom: 35px;
}

.tabContFlex01 a.dryFlexBox01 {
	width: 49%;
	height: 160px;
}

.dryText01 {
	color: #B60081;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: underline;
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
}

.dryText01 .arrow {
	margin-left: 6px;
	vertical-align: sub;
}

.dryText01 .arrow::before,
.dryText01 .arrow::after {
	height: 2px;
	width: 9px;
}

.contBlock05 {
	margin-top: 130px;
}

@media screen and (max-width:767px) {
	.contBlock05.dc {
		margin-top: 100px;
	}
}

/*-----------------------*/

.dryPointBlock01 {
	position: relative;
	z-index: 1;
	background-image: url("../img/point_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
	padding: 0;
	margin: 100px auto 180px;
}

.dryPointBlock01.majime {
	margin-top: 180px;
}

.dryPointBlock01Wrap01 {
	position: relative;
}

.dryPointBlock01Wrap01::before {
	content: "";
	background-image: url("../img/point_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
	/*background-color: #cfe9f3;*/
	width: 100%;
	height: 700px;
	position: absolute;
	left: 0px;
	top: -120px;
	z-index: 0;
	clip-path: ellipse(70% 50% at 50% 50%);
}

.dryPointBlock01Wrap01::after {
	content: "";
	background-image: url("../img/point_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 24px auto;
	/*background-color: #cfe9f3;*/
	width: 100%;
	height: 700px;
	position: absolute;
	left: 0px;
	bottom: -120px;
	z-index: 0;
	clip-path: ellipse(70% 50% at 50% 50%);
}

.dryH201 {
	text-align: center;
	margin-bottom: 24px;
}

.dryH201 img {
	width: 629px;
	height: auto;
}

.dryFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 1.6%;
}

.dryFlex01 li {
	width: 23.8%;
	background-color: #ffffff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 15px;
}

.dryIcon01 {
	text-align: center;
}

.dryIcon01 img {
	width: 74px;
	height: auto;
}

.dryInFlex01 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B60081;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	height: 3.4em;
}

.dryText02 {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
}

/*----------------------*/

.dryFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
	margin-top: 35px;
}

.dryFlex02>li {
	position: relative;
	box-sizing: border-box;
	width: 48.5%;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px;
	text-align: left;
}

.dryFlex02.dryFlex03 li {
	width: 31.4%;
}

.dryFlex02>li .img01 {
	margin-bottom: 16px;
}

.dryUl01 {
	margin-top: 10px;
}

.dryUl01>li {
	font-size: 12px;
	line-height: 1.5em;
}

.dryContBox01 {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 700px;
	border-radius: 15px;
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 0px 20px;
	margin: auto auto 30px;
}

.dryContBox01 .img02 {
	width: 320px;
	flex-shrink: 0;
}

.detailDl01 {
	text-align: left;
}

.detailDl01 .dt01 {
	font-size: 24px;
}

.dryContBox02 {
	background-image: url("../img/Frame 397.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 82px auto;
	border-radius: 25px;
	border: 2px solid #68ABC4;
	padding: 30px;
	margin-top: 40px;
	display: flex;
	gap: 30px;
}

.dryBox02In01 {
	width: 534px;
	flex-shrink: 0;
}

.dryBox02In02 {
	width: 400px;
}

.dryText03 {
	color: #147195;
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
}

.dryFlex03 {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.dryFlex03>li {
	width: 100%;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 15px 18px;
}

.dryDt01 {
	text-align: center;
	margin-top: 8px;
}

.dryListBox01 {
	background-color: #ffffff;
	padding: 48px;
	border-radius: 30px;
}

.dryListBox01 .tabContFlex01 {
	margin: auto;
}

.detailBtnWrap01 {
	margin: -20px auto 70px;
}

.detailBtnWrap01 .contBtn02 {
	margin-top: 25px;
}


.detailBlock02 h2.quality,
.detailBlock02 h2.voice {
	color: #147195;
	font-size: 22px;
	font-weight: 700;
}

.detailBlock02 h2.quality::after {
	content: "";
	display: block;
	background-image: url(../clothes/img/quality_tit01_bg.png);
	height: 32.5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 5px;
}

.detailBlock02 h2.voice::after {
	content: "";
	display: block;
	background-image: url(../clothes/img/quality_tit01_bg.png);
	height: 32.5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.detailBlock02 h2.quality span,
.detailBlock02 h2.voice span {
	color: #B60081;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.mainablock01 {
		padding: 40px 0px 0px;
	}

	.mainTit01 {
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.bannerBox03 {
		margin: 20px;
	}

	.bannerBox03.bnr {
		margin: 20px auto 70px;
		width: 90%;
	}

	/*--------------------*/

	.detailTabWrap {
		padding: 0px 15px;
	}

	.detailTabWrap.tabContFlex01 {
		justify-content: space-between;
		gap: 10px 0px;
	}

	.tabContFlex01 .tab {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 5px;
		height: 96px;
		border: 1px solid #EBEBEB;
		border-radius: 12px;
		width: 23.5%;
		font-size: 2.5vw;
		line-height: 1.4em;
		font-weight: bold;
		transition-duration: 0.3s;
		background-color: #ffffff;
	}

	.tabContFlex01 .tab img {
		width: 50px;
		height: auto;
	}

	.tabContFlex01 .tab:hover {
		border: 1px solid #B60081;
		background-color: #F9EFF6;
		transition-duration: 0.3s;
	}

	.tabContFlex01 .tab.active {
		border: 1px solid #B60081;
		background-color: #F9EFF6;
		transition-duration: 0.3s;
	}

	/*--------------------*/

	.detailBlock01 {
		background-color: #ffffff;
		position: relative;
		padding: 0px 0px;
		margin-top: 36px;
	}

	.detailBlock01::before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 37px solid transparent;
		border-left: 37px solid transparent;
		border-bottom: 30px solid #ffffff;
		border-top: 0;
		position: absolute;
		top: -28px;
		left: 50%;
		transform: translateX(-50%);
	}

	.detailH301 {
		text-align: left;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		padding-left: 6px;
		border-left: 4px solid #00233A;
		margin-bottom: 15px;
	}

	/*----------------------*/

	.card21 {
		padding-bottom: 0px;
	}

	.card21 .l-inner {
		position: relative;
	}

	/*.card21 .swiper-slide {
		width: 420px;
	}*/
	/*.card21 .swiper-pagination {
		bottom: -30px;
	}*/

	.card21 .swiper-slide {
		position: relative;
		background-color: #F9EFF6;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 14px;
		width: 420px;
		border: 1px solid #B60081;
		text-align: left;
	}

	.card21 .swiper-navigation-icon {
		display: none;
	}

	.card21 .swiper-button-prev {
		background-image: url("../img/slide_prev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		/*left: 50%;
		margin-left: -270px;*/
		left: 10px;
	}

	.card21 .swiper-button-next {
		background-image: url("../img/slide_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 44px auto;
		width: 44px;
		height: 44px;
		/*right: 50%;
		margin-right: -270px;*/
		right: 10px;
	}

	.card21 .swiper-button-disabled {
		opacity: 0;
	}

	/*.card21 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}*/

	.card21 .swiper {
		padding-top: 0px;
	}

	/*------------------------------*/

	.card21Text01 {
		color: #F30D11;
		font-size: 13px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.card21Text02 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		display: flex;
		align-items: center;
		gap: 4px;
		/*margin-bottom: 14px;*/
		margin-bottom: 0;
	}

	.card21Text02 .p01 {
		/*width: 40px;*/
		width: 60px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.card21Text02 .p02 {
		font-size: 18px;
	}

	.card21Text03 .p01 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 4px;
	}

	.card21Text03 .s01 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		color: #B60081;
	}

	.card21Text03 .s02 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		color: #B60081;
		margin-left: 3px;
	}

	.card21Text03 .s0102 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
		text-decoration: line-through;
		margin-right: 5px;
	}

	.card21Box01 {
		padding-top: 15px;
		margin-top: 10px;
		border-top: 1px solid #ECD3E4;
	}

	.card21Text04 {
		color: #9F287C;
		font-size: 14px;
		line-height: 1.5em;
	}

	.card21Dl01 {
		color: #9F287C;
		background-color: #F6DFF0;
		padding: 10px;
		margin-top: 8px;
		margin-bottom: 15px;
	}

	.card21Dl01 dt {
		font-size: 13px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.card21Dl01 dd {
		font-size: 13px;
		line-height: 1.5em;
		font-weight: normal;
	}

	.card21Text05 {
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.card21Btn01 {
		margin: 15px auto;
		margin-top: auto !important;
	}

	.card21Btn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		height: 48px;
		margin: auto;
		border-radius: 6px;
		background-color: #00233A;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.card21Btn01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.card21Btn01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.card21Btn01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.card21Btn01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	.card21Flex01 {
		display: flex;
		gap: 15px;
	}

	.card21Flex01 .equipmentSelect01 {
		flex-shrink: 0;
		width: 40px;
		height: 46px;
		padding: 5px 5px;
		font-size: 15px;
	}

	.card21Flex01 .topOtherBtn01 {
		width: 100%;
	}

	.card21Flex01 .topOtherBtn01 button {
		margin: auto;
		height: 46px;
		font-size: 15px;
	}

	.panelBox01 {
		margin-bottom: 50px;
	}

	.detailTable01 {
		width: 100%;
	}

	.detailTable01 th {
		box-sizing: border-box;
		height: auto;
		text-align: left;
		vertical-align: middle;
		border: 1px solid #AFD7E7;
		padding: 10px;
		background-color: #E1F5FD;
		font-size: 14px;
		line-height: 1.5em;
	}

	.detailTable01 .tr01 th {
		text-align: center;
		vertical-align: middle;
		border: 1px solid #ffffff;
		background-color: #848586;
		color: #ffffff;
	}

	.detailTable01 td {
		box-sizing: border-box;
		height: auto;
		text-align: center;
		vertical-align: middle;
		width: 100px;
		border: 1px solid #EBEBEB;
		padding: 10px;
		background-color: #ffffff;
		font-size: 14px;
		line-height: 1.5em;
		font-family: "Montserrat", sans-serif;
	}

	.tableFlex01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	.tableFlex01 .img01 {
		width: 24px;
		height: auto;
	}

	.detailBtn01 {
		margin-top: 30px;
		text-align: center;
	}

	.detailBtn01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 10px;
		width: 300px;
		height: 48px;
		margin: auto;
		border-radius: 8px;
		background: #F76A0C;
		box-shadow: 0px 5px 0px #C24D00;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.detailBtn01 a:link {
		color: #ffffff;
		text-decoration: none;
	}

	.detailBtn01 a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.detailBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.detailBtn01 a:active {
		color: #ffffff;
		text-decoration: none;
	}

	/*----------------------*/

	.detailPd15 {
		padding: 0px 15px;
	}

	/*----------------------*/

	.contBlock06.detail {
		margin-top: 0px;
		overflow: hidden;
	}

	.detailBlock02 {
		background-image: url("../house-cleaning/img/block02_bg02_sp.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		padding: 50px 0px 70px;
	}

	.detailBlock02 h2 {
		padding: 0px 24px;
	}

	.detailBlock02 h2.quality {
		color: #147195;
		font-size: 22px;
		font-weight: 700;
	}

	.detailBlock02 h2.quality::after {
		content: "";
		display: block;
		background-image: url(../clothes/img/quality_tit01_bg.png);
		height: 32.5px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.detailBlock02 h2.quality span {
		color: #B60081;
	}

	.block02Box01 {
		margin: -10px auto 30px;
	}

	.detailSpP01 {
		padding: 0px 40px;
	}

	.block06Flex02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 0px;
		margin-top: 30px;
		text-align: left;
	}

	.block06Box02 {
		background-color: #F5F7F7;
		border-radius: 10px;
		padding: 15px;
		box-sizing: border-box;
		width: 100%;
	}

	.block06Box02.box02 {
		width: 100%;
	}

	.box02 .block06BoxIn01 {
		color: #B60081;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		height: 3em;
	}

	.block06BoxIn01 {
		display: flex;
		align-items: center;
		gap: 0px 15px;
		margin-bottom: 10px;
		height: 60px;
	}

	.block06BoxIn01 .crawn {
		width: 28px;
		flex-shrink: 0;
	}

	.block06BoxIn01 .text1 {
		color: #C2A309;
		font-size: 24px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.block06BoxIn01 .text2 {
		color: #757575;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.block06BoxIn01 .text3 {
		color: #BC6F4E;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.text15_15_n {
		font-size: 15px;
		line-height: 1.5em;
	}

	/*--------------------*/

	.detailScWrap01 {
		overflow: auto;
	}

	.detailBlock03 {
		margin: 40px auto;
		padding: 0px 15px;
	}

	.detailFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 0px 15px;
		margin-top: 35px;
	}

	.detailFlex01 li {
		position: relative;
		box-sizing: border-box;
		width: 280px;
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 15px;
		padding: 20px;
		display: block;
		text-align: left;
	}

	.detailFlex01 li .img01 {
		width: 218px;
		flex-shrink: 0;
	}

	.detainNum01 {
		background-image: url("../img/case_num_bg01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		width: 38px;
		height: 35px;
		box-sizing: border-box;
		padding: 0px 6px 5px 0px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		position: absolute;
		top: -8px;
		left: 0px;
	}

	.detailDl01 dt {
		color: #147195;
		font-size: 18px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 12px;
	}

	.detailDl01 dd {
		font-size: 14px;
		line-height: 1.5em;
	}

	.text11_15_n {
		font-size: 11px;
		line-height: 1.5em;
		margin-top: 10px;
	}

	.detailMt80 {
		margin-top: 80px;
	}

	.detailFlex01 .contBtn02 {
		margin-top: 12px;
	}

	.detailFlex01 .contBtn02 a {
		width: 100%;
		height: 40px;
	}

	/*---------------------*/

	.contBlock02.detailBlock04 {
		background-image: url("../img/bestprice_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 14px auto;
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}

	.contactBlock01.detailBlock05 {
		margin-top: 30px;
	}

	.contactBlock01.detailBlock05::before {
		content: "";
		background-image: url("../img/cont_bg01_01.png"), url("../img/bestprice_bg01.png");
		background-repeat: no-repeat, repeat;
		background-position: center center, center top;
		background-size: 100% 100%, 14px auto;
		width: 100%;
		height: 30px;
		position: absolute;
		left: 0px;
		top: -30px;
	}

	.detailBtnWrap01 {
		margin-top: 50px;
	}

	.detailBtnWrap01 .contBtn02 {
		margin-top: 20px;
	}

	/*--ここから-------------------------*/

	.dryBox01 .tabContFlex01 {
		padding: 0px 15px;
		gap: 10px 2%;
	}

	.dryBox01 .tabContFlex01 a {
		border: 1px solid #B60081;
		font-size: 12px;
		line-height: 1.4em;
		letter-spacing: -0.05em;
		padding: 4px 4px 25px;
		width: 23.5%;
	}

	.tabContFlex01 a.dryFlexBox01 {
		width: 49%;
		height: 160px;
		font-size: 14px;
	}

	.dryText01 {
		color: #B60081;
		font-size: 11px;
		line-height: 1.5em;
		text-decoration: underline;
		white-space: nowrap;
		position: absolute;
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
	}

	.dryText01 .arrow {
		margin-left: 6px;
		vertical-align: sub;
	}

	.dryText01 .arrow::before,
	.dryText01 .arrow::after {
		height: 2px;
		width: 9px;
	}

	.contBlock05 {
		margin-top: 100px;
	}

	/*-----------------------*/

	.dryPointBlock01 {
		position: relative;
		z-index: 1;
		background-image: url("../img/point_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 24px auto;
		padding: 0px 15px;
		margin: 110px auto 75px;
	}

	.dryPointBlock01.majime {
		margin-top: 130px;
	}

	.dryPointBlock01Wrap01 {
		margin-top: 110px;
		position: relative;
	}

	.dryPointBlock01Wrap01::before {
		content: "";
		background-image: url("../img/point_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 24px auto;
		/*background-color: #cfe9f3;*/
		width: 100%;
		height: 350px;
		position: absolute;
		left: 0px;
		top: -90px;
		z-index: 0;
		clip-path: ellipse(70% 50% at 50% 50%);
	}

	.dryPointBlock01Wrap01::after {
		content: "";
		background-image: url("../img/point_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 24px auto;
		/*background-color: #cfe9f3;*/
		width: 100%;
		height: 350px;
		position: absolute;
		left: 0px;
		bottom: -60px;
		z-index: 0;
		clip-path: ellipse(70% 50% at 50% 50%);
	}

	.dryH201 {
		text-align: center;
		margin-bottom: 24px;
	}

	.dryH201 img {
		width: 629px;
		height: auto;
	}

	.dryFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 15px 0px;
		margin-top: -24px;
	}

	.dryFlex01 li {
		width: 47.6%;
		background-color: #ffffff;
		border-radius: 15px;
		box-sizing: border-box;
		padding: 9px;
	}

	.dryIcon01 {
		text-align: center;
	}

	.dryIcon01 img {
		width: 74px;
		height: auto;
	}

	.dryInFlex01 {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #B60081;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		text-align: center;
		height: 3.4em;
	}

	.dryText02 {
		text-align: left;
		font-size: 13px;
		line-height: 1.5em;
	}

	/*----------------------*/

	.dryFlex02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 30px 15px;
		margin-top: 35px;
	}

	.dryFlex02>li {
		position: relative;
		box-sizing: border-box;
		width: 280px;
		background-color: #ffffff;
		border-radius: 15px;
		padding: 20px;
		text-align: left;
		flex-shrink: 0;
	}

	.dryFlex02.dryFlex03 li {
		width: 280px;
	}

	.dryFlex02>li .img01 {
		margin-bottom: 16px;
	}

	.dryUl01 {
		margin-top: 10px;
	}

	.dryUl01>li {
		font-size: 12px;
		line-height: 1.5em;
	}

	.dryContBox01 {
		display: none;
		background-color: #ffffff;
		box-sizing: border-box;
		width: 700px;
		border-radius: 15px;
		position: relative;
		padding: 20px;
		/*display: flex;*/
		align-items: center;
		gap: 0px 20px;
		margin: auto auto 30px;
	}

	.dryContBox01 .img02 {
		width: 320px;
		flex-shrink: 0;
	}

	.detailDl01 {
		text-align: left;
	}

	.detailDl01 .dt01 {
		font-size: 24px;
	}

	.dryContBox02 {
		background-image: url("../img/Frame 397.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 82px auto;
		border-radius: 25px;
		border: 2px solid #68ABC4;
		padding: 20px 15px;
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.dryBox02In01 {
		width: 100%;
	}

	.dryBox02In02 {
		width: auto;
	}

	.dryText03 {
		color: #147195;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 18px;
	}

	.dryFlex03 {
		display: flex;
		flex-wrap: nowrap;
		gap: 15px;
	}

	.dryFlex03>li {
		width: 100%;
		background-color: #ffffff;
		border-radius: 15px;
		padding: 10px;
	}

	.dryDt01 {
		text-align: center;
		margin-top: 8px;
	}

	.dryListBox01 {
		background-color: #ffffff;
		padding: 28px 15px;
		border-radius: 25px;
	}

	.dryListBox01 .tabContFlex01 {
		margin: auto;
	}

	.detailBtnWrap01 {
		margin: -5px auto 30px;
	}

	.detailBtnWrap01 .contBtn02 {
		margin-top: 19px;
	}

	.tabContFlex01 a {
		font-size: 15px;
	}



}



/* 追記　2025/11 */
.block05Box01.dc_top_none {
	display: none;
}

.airconH201 img {
	width: auto;
	/* height: 70px; */
}

@media screen and (max-width: 767px) {
	.airconH201 img {
		width: auto;
		/* height: 60px; */
	}
}

.airconImg01 img {
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.kakunin .airconTit01 {
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -25px;
	}

	.kakunin .card0202 {
		text-align: left;
		margin-top: 25px;
	}

	.kakunin .airconTit01 img {
		height: auto;
		border-radius: 10px;
	}
}

@media screen and (min-width: 768px) {
	.kakunin .airconImg01 img {
		max-width: 600px;
		height: auto;
	}

}

.airconAcCont01 dl dt:nth-of-type(n+2) {
	margin-top: 7px;
}

.img_col3 {
	width: 30%;
}