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

body.is-open {
	overflow: hidden !important;
	position: relative;
	/* fixedを使わず、スクロールを封じ込める */
	height: 100%;
}

/*------------------------------
	エアコンクリーニング商品詳細
-------------------------------*/

.weightM {
	font-weight: 500;
}

.weightSB {
	font-weight: 600;
}

.weightB {
	font-weight: bold;
}

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

.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: 50px;*/
	width: 65px;
	flex-shrink: 0;
	margin-right: 20px;
}

.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;
}

.card21Btn01 {
	/*margin: 15px auto;*/
	margin: auto 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 20px;
}

.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;
}

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

.airconBlock01 {
	margin: 30px auto 60px;
}

.contH202.airconH201 {
	margin: 0 auto 10px;
	position: relative;
}

h1.contH202.airconH201 {
	width: fit-content;
}

h1.contH202.airconH201::before {
	position: absolute;
	top: 0;
	left: -30px;
}

.contH202.airconH201::after {
	background-image: url("../img/tit_deco_right01.png");
}

h1.contH202.airconH201::after {
	position: absolute;
	top: 0;
	right: -23px;

}

.text18_15_n {
	font-size: 18px;
	line-height: 1.5em;
}

.text18_18_n {
	font-size: 17px;
	line-height: 1.5em;
}

.bannerBox03 {
	margin: 26px auto 60px;
}

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

.vAlignM {
	display: inline-block;
	vertical-align: middle;
}

.vAlignM.single {
	margin-top: 20px;
}

.text16_15_n {
	font-size: 16px;
	line-height: 1.5em;
}

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

.airconTabBox01 {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	gap: 0px 38px;
	text-align: left;
}

.airconInBox01 {
	width: 100%;
}

.airconInBox02 {
	width: 210px;
	flex-shrink: 0;
}

.airconTabBox02 {
	padding: 30px 0px;
	border-top: 1px solid #EBEBEB;
	display: flex;
	justify-content: space-between;
	gap: 0px 38px;
	text-align: left;
}

.airconTabBox02.catch {
	display: block;
	text-align: center;
	margin-bottom: -10px;
	padding: 20px 0 0;
}

.airconTabBox02.catch p {
	font-size: 22px;
}

@media screen and (max-width:767px) {
	.airconTabBox02.catch p {
		font-size: 18px;
	}
}

.airconTabBox02.catch+.airconTabBox02 {
	border-top: none;
}

.airconText01 {
	color: #B60081;
}

.airconBox01 {
	background-color: #F9EFF6;
	border-radius: 10px;
	padding: 20px;
	color: #9F287C;
	margin-bottom: 20px;
}

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

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

.airconAcWrap01 {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 68px;
	padding: 10px 0px;
	border-top: 1px solid #EBEBEB;
	cursor: pointer;
}

.airconAcWrap01::after {
	content: "";
	background-image: url("../img/plan_ac_plus.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.airconAcWrap01.open::after {
	background-image: url("../img/plan_ac_plus_on.png");
}

.airconAcCont01 {
	display: none;
	text-align: left;
	padding-bottom: 15px;
}

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

.airconAcUl01 {}

.airconAcUl01 li {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.airconAcUl01 li .img01 {
	width: 112px;
	flex-shrink: 0;
}

.airconAcUl01 li .dl01 {
	width: 100%;
}

.airconAcUl01 li .dl01 dt {
	color: #147195;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

.airconAcUl01 li .dl01 dd {
	font-size: 15px;
	line-height: 1.5em;
}

.airconAcBox01 {
	background-color: #E1F5FD;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
}

.text12_15_n {
	font-size: 12px;
	line-height: 1.5em;
}

.text13_15_n {
	font-size: 13px;
	line-height: 1.5em;
}

.airconAcText01 {
	color: #147195;
	margin-bottom: 5px;
}

.airconMb5 {
	margin-bottom: 5px;
}

.airconAcNum {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #147195;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 1.0em;
	font-weight: 600;
	margin-right: 5px;
}

.airconAcUl02 {
	padding-left: 1em;
}

.airconAcUl02 li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 7px;
	text-indent: -1em;
}

.airconAcBox02 {
	background-color: #F9EFF6;
	border-radius: 15px;
	padding: 20px 30px 30px;
	margin-top: 30px;
}

.airconAcBox02In {
	width: 400px;
	margin: auto;
}

.airconAcList01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.airconAcFlex01 {
	display: flex;
	align-items: center;
	gap: 13px;
}

.airconAcFlex01 .equipmentSelect01 {
	flex-shrink: 0;
	/*width: 84px;
	height: 44px;*/
	width: 45px;
	height: 40px;
	padding: 5px 5px;
	font-size: 15px;
}

.topOtherBtn01.airconAcBtn01 button {
	margin-top: 15px;
}

.airconMovieBox01 {
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px;
}

.airconBtn01 {
	text-align: center;
}

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

.airconBtn01 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;
}

.airconFlex01 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px auto;
}

.airconFlex01 li {
	/*width: 242px;*/
	width: calc((100% - 180px)/4);
	background-color: #ffffff;
	border-radius: 10px;
	padding: 15px 15px 46px;
	text-align: left;
	position: relative;
}

.airconFlex01 .card21Text02 {
	margin-top: 10px;
}

.airconText02 {
	display: inline-block;
	background-color: #EAF9FF;
	border: 1px solid #AAD4E3;
	border-radius: 4px;
	color: #2380A4;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 500;
	padding: 2px 8px;
	margin: 8px 0px 10px;
}

.inline-wrap .airconText02::before {
	content: "";
	display: inline-block;
	background-image: url("../img/icon_time01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: sub;
}

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

.airconText03 .s01 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 500;
	margin-left: 3px;
}

.airconPopupLink01 {
	color: #00233A;
	font-size: 14px;
	line-height: 1.5em;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.airconPopupLink01 {
	text-decoration: underline;
}

.airconFlex01 .popup-modal {
	display: block;
}

.mfp-close:active {
	top: 10px;
}

.arrow.arrow03 {
	margin-left: 5px;
}

.arrow.arrow03::before {
	height: 2px;
	background-color: #00233A;
}

.arrow.arrow03::after {
	height: 2px;
	background-color: #00233A;
}

.vM {
	vertical-align: middle;
}

.inline-wrap {
	position: relative;
	display: inline-block;
}

.inline-wrap .popUpBlock01 {
	width: 650px;
}

.inline-wrap .popUpBox01 {
	height: auto;
	max-height: 80vh;
	padding-right: 20px;
	padding-bottom: 15px;
}

.airconPopupFlex01 {
	display: flex;
	gap: 20px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 15px;
}

.airconPopupFlex01 .airconText03 {
	margin: 10px auto;
}

.airconPopupBox01 {
	text-align: left;
}

.airconPopupDl01 {
	font-size: 13px;
	line-height: 1.5em;
}

.airconPopupDl01 dt {}

.airconPopupText01 {
	background-color: #F5F7F7;
	padding: 2px 10px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 5px auto;
}

.airconPopupImg01 {
	width: 250px;
	flex-shrink: 0;
}

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

.airconSetBox01 {
	background-color: #DFF2F9 !important;
	border: 1px solid #C6E0EA !important;
	border-radius: 15px;
	padding: 20px;
}

.airconSetBoxIn01 {
	background-color: #ffffff;
	border-radius: 10px;
	margin: 10px auto;
	padding: 7px 15px;
}

.airconSetBoxIn01 p {
	margin: 8px auto;
}

.airconSetBoxIn01 .p01 {
	background-color: #F9EFF6;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	min-height: 44px;
	color: #B60081;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
}

.airconSetBoxIn01 .p02 img {
	width: 16px;
}

.airconSetBoxIn01 .p03 {
	background-color: #DFF2F9;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 5px 10px;
	min-height: 44px;
	color: #147195;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
}

.topOtherBtn01.airconAcBtn02 {}

.topOtherBtn01.airconAcBtn02 button {
	margin-top: 10px;
	height: 54px;
	cursor: pointer;
}

.card04 .swiper-slide.airconSetBox01 {
	width: 300px;
}

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

.airconTable01 {
	width: 100%;
	border: 1px solid #EBEBEB;
}

.airconTable01 th {
	border: 1px solid #EBEBEB;
	text-align: center;
	vertical-align: middle;
	background-color: #939999;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 15px 5px;
}

.airconTable01 th.th01 {
	background-color: #B60081;
}

.airconTable01 th.th02 {
	background-color: #00233A;
}

.airconTable01 th.th03 {
	background-color: #68ABC4;
}

.airconTable01 td {
	background-color: #ffffff;
	border: 1px solid #EBEBEB;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	height: 80px;
	padding: 15px 5px;
}

.airconTable01 td.td01 {
	background-color: #F9EFF6;
}

.airconTable01 td.td02 {
	background-color: #EFD2E6;
}

.airconTable01 td.td03 {
	background-color: #CFE9F3;
}

.tableP01 {
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
}

.tableP01 .s01 {
	font-size: 14px;
}


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

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

.dryPointBlock01Wrap01 {
	position: relative;
}

.dryPointBlock01Wrap01::before {
	content: "";
	background-image: url("../../../dc/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("../../../dc/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%);
}

.airconContBox01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 30px;
	margin: 0 auto 80px;
	padding: 50px 40px 40px;
}

.airconTit01 {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	top: -40px;
}

.airconTit01 img {
	width: auto;
	height: 66px;
}

.airconH201 {
	text-align: center;
	margin-bottom: 20px;
}

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

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

.airconFlex02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0px;
}

.airconFlex02 li {
	position: relative;
	box-sizing: border-box;
	width: 48.6%;
	background-color: #EBF7FC;
	border: #68ABC4;
	border-radius: 15px;
	padding: 15px 15px 20px;
	text-align: left;
}

.airconNum01 {
	width: 66px;
	position: absolute;
	left: 15px;
	top: -22px;
}

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

.textBox02 {
	margin-top: 10px;
}

.airconImg01 {
	margin-bottom: 15px;
}

.airconContBox01 .card0202 .swiper-slide {
	text-align: left;
	width: 450px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.airconSlideBox01 {
	box-sizing: border-box;
	width: 100%;
	border-radius: 15px;
	background-image: url("../img/case_box_bg01.png");
	background-repeat: repeat;
	background-position: center top;
	background-size: 33px auto;
	padding: 20px;
}

.card0202 .swiper-button-prev {
	background-image: url("../img/voices_swiper_plev.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	left: 10px;
	top: 50%;
	margin-top: -30px;
}

.card0202 .swiper-button-next {
	background-image: url("../img/voices_swiper_next.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px auto;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 50%;
	margin-top: -30px;
}

.card0202 .swiper-slide .airconSlideBox01 {
	height: 200px;
}

.card0202 .swiper-slide.swiper-slide-active .airconSlideBox01 {
	height: 270px;
}

.card0202 .swiper-wrapper {
	align-items: flex-end;
}

.airconTable02 {
	margin-bottom: 20px;
}

.detailBtnWrap01 {
	margin-bottom: 60px;
}

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

.airconContBox01 .contBtn02 {
	margin-top: 30px;
}

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

.card0202 .swiper-pagination {
	position: relative;
	bottom: 0px;
	margin-top: 20px;
}

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

.card0202 .swiper-pagination-bullet-active {
	background-color: #B60081;
}

.card0202 {
	position: relative;
}





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

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

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

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

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

	.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: 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;
	}

	.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 20px;
	}

	.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;
	}

	.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;
	}

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

	.airconBlock01 {
		margin: 30px auto 60px;
	}

	.contH202.airconH201 {
		margin-bottom: 0;
	}

	h1.contH202.airconH201::before {
		left: -26px;
	}

	.contH202.airconH201::after {
		height: 100%;
		background-image: url("../img/tit_deco_right01.png");
	}

	h1.contH202.airconH201::after {
		right: -20px;
	}

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

	.bannerBox03 {
		margin: 10px auto 10px;
		padding: 0px;
	}

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

	.vAlignM {
		display: inline-block;
		vertical-align: middle;
	}

	.vAlignM.single {
		margin-top: 10px;
	}

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

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

	.airconTabWrap01 {
		padding: 0px 15px;
	}

	.airconTabWrap01 .tab .tabIn01 {
		height: 54px;
		padding: 10px 5px;
	}





	.airconTabBox01 {
		padding-bottom: 5px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px 0px;
		text-align: left;
	}

	.airconInBox01 {
		width: 100%;
	}

	.airconInBox02 {
		width: 100%;
		flex-shrink: 0;
		text-align: center;
	}

	.airconTabBox01 .airconInBox02 img {
		width: 210px;
	}

	.airconTabBox02 {
		padding: 20px 0px;
		border-top: 1px solid #EBEBEB;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px 0px;
		text-align: left;
	}

	.airconText01 {
		color: #B60081;
	}

	.airconBox01 {
		background-color: #F9EFF6;
		border-radius: 10px;
		padding: 10px 15px;
		color: #9F287C;
		margin-bottom: 10px;
		text-align: left;
	}

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

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

	.airconAcWrap01 {
		position: relative;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		height: 50px;
		padding: 10px 0px;
		border-top: 1px solid #EBEBEB;
		cursor: pointer;
	}

	.airconAcWrap01::after {
		content: "";
		background-image: url("../img/plan_ac_plus.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.airconAcWrap01.open::after {
		background-image: url("../img/plan_ac_plus_on.png");
	}

	.airconAcCont01 {
		display: none;
		text-align: left;
		padding-bottom: 15px;
	}

	.airconAcUl01 {}

	.airconAcUl01 li {
		display: flex;
		gap: 15px;
		margin-bottom: 15px;
	}

	.airconAcUl01 li .img01 {
		width: 112px;
		flex-shrink: 0;
	}

	.airconAcUl01 li .dl01 {
		width: 100%;
	}

	.airconAcUl01 li .dl01 dt {
		color: #147195;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.airconAcUl01 li .dl01 dd {
		font-size: 12px;
		line-height: 1.5em;
	}

	.airconAcBox01 {
		background-color: #E1F5FD;
		border-radius: 10px;
		padding: 14px;
		margin-bottom: 15px;
	}

	.text12_15_n {
		font-size: 10px;
		line-height: 1.5em;
	}

	.text13_15_n {
		font-size: 11px;
		line-height: 1.5em;
	}

	.airconAcText01 {
		color: #147195;
		margin-bottom: 5px;
	}

	.airconMb5 {
		margin-bottom: 5px;
	}

	.airconAcNum {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		background-color: #147195;
		width: 20px;
		height: 20px;
		border-radius: 20px;
		color: #ffffff;
		font-family: "Montserrat", sans-serif;
		font-size: 12px;
		line-height: 1.0em;
		font-weight: 600;
		margin-right: 5px;
	}

	.airconAcUl02 {
		padding-left: 1em;
	}

	.airconAcUl02 li {
		font-size: 12px;
		line-height: 1.5em;
		margin-bottom: 5px;
	}

	.airconAcBox02 {
		background-color: #F9EFF6;
		border-radius: 15px;
		padding: 15px 15px 20px;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
	}

	.airconAcBox02In {
		width: auto;
		margin: auto;
	}

	.airconAcList01 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 10px;
	}

	.airconAcFlex01 {
		display: flex;
		align-items: center;
		gap: 13px;
	}

	.airconAcFlex01 .equipmentSelect01 {
		flex-shrink: 0;
		/*width: 84px;
		height: 44px;*/
		width: 45px;
		height: 40px;
		padding: 5px 5px;
		font-size: 15px;
	}

	.topOtherBtn01.airconAcBtn01 button {
		margin-top: 15px;
	}

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

	.airconMovieBox01 .contBtn02 {
		margin-top: 30px;
	}

	.airconBtn01 {
		text-align: center;
	}

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

	.airconFlex01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px 0px;
		margin: 0 auto;
		padding: 0px 15px;
	}

	.airconFlex01 li {
		box-sizing: border-box;
		width: 48%;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 10px 10px 40px;
		text-align: left;
		position: relative;
	}

	.airconFlex01 .card21Text02 {
		margin-top: 10px;
	}

	.airconText02 {
		display: inline-block;
		background-color: #EAF9FF;
		border: 1px solid #AAD4E3;
		border-radius: 4px;
		color: #2380A4;
		font-size: 12px;
		line-height: 1.5em;
		font-weight: 500;
		padding: 2px 4px;
		margin: 5px 0px 8px;
	}

	.inline-wrap .airconText02::before {
		content: "";
		display: inline-block;
		background-image: url("../img/icon_time01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px auto;
		width: 15px;
		height: 15px;
		margin-right: 5px;
		vertical-align: sub;
	}

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

	.airconText03 .s01 {
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
		margin-left: 3px;
	}

	.airconPopupLink01 {
		color: #00233A;
		font-size: 12px;
		line-height: 1.5em;
		position: absolute;
		right: 15px;
		bottom: 10px;
	}

	.airconPopupLink01 a {
		text-decoration: underline;
	}

	.airconPopupLink01 a:hover {
		text-decoration: none;
	}

	.mfp-close:active {
		top: 10px;
	}

	.arrow.arrow03 {
		margin-left: 5px;
	}

	.arrow.arrow03::before {
		height: 2px;
		background-color: #00233A;
	}

	.arrow.arrow03::after {
		height: 2px;
		background-color: #00233A;
	}

	.vM {
		vertical-align: middle;
	}

	.inline-wrap {
		position: relative;
		display: inline-block;
	}

	.inline-wrap .popUpBlock01 {
		width: auto;
	}

	.inline-wrap .popUpBox01 {
		height: auto;
		max-height: 80vh;
		padding-right: 15px;
		padding-bottom: 15px;
	}

	.airconPopupFlex01 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		text-align: left;
		padding-bottom: 20px;
		border-bottom: 1px solid #EBEBEB;
		margin-bottom: 15px;
	}

	.airconPopupFlex01 .airconText03 {
		margin: 10px auto;
	}

	.airconPopupBox01 {
		text-align: left;
	}

	.airconPopupDl01 {
		font-size: 13px;
		line-height: 1.5em;
	}

	.airconPopupDl01 dt {}

	.airconPopupText01 {
		background-color: #F5F7F7;
		padding: 2px 10px;
		font-size: 13px;
		line-height: 1.5em;
		font-weight: bold;
		margin: 5px auto;
	}

	.airconPopupImg01 {
		width: 100%;
		flex-shrink: 0;
	}

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

	.airconSetBox01 {
		background-color: #DFF2F9 !important;
		border: 1px solid #C6E0EA !important;
		border-radius: 15px;
		padding: 20px;
	}

	.airconSetBoxIn01 {
		background-color: #ffffff;
		border-radius: 10px;
		margin: 10px auto;
		padding: 7px 15px;
	}

	.airconSetBoxIn01 p {
		margin: 8px auto;
	}

	.airconSetBoxIn01 .p01 {
		background-color: #F9EFF6;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 10px;
		min-height: 44px;
		color: #B60081;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.airconSetBoxIn01 .p02 img {
		width: 16px;
	}

	.airconSetBoxIn01 .p03 {
		background-color: #147195;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		padding: 5px 10px;
		min-height: 44px;
		color: #ffffff;
		font-size: 15px;
		line-height: 1.5em;
		font-weight: bold;
	}

	.topOtherBtn01.airconAcBtn02 {}

	.topOtherBtn01.airconAcBtn02 button {
		margin-top: 10px;
		height: 54px;
		cursor: pointer;
	}

	.card04 .swiper-slide.airconSetBox01 {
		width: 260px;
	}

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

	.airconTable01 {
		width: 100%;
		border: 1px solid #EBEBEB;
	}

	.airconTable01 th {
		border: 1px solid #EBEBEB;
		text-align: center;
		vertical-align: middle;
		background-color: #939999;
		color: #ffffff;
		font-size: 11px;
		line-height: 1.5em;
		font-weight: bold;
		padding: 13px 3px;
	}

	.airconTable01 th.th01 {
		background-color: #B60081;
	}

	.airconTable01 th.th02 {
		background-color: #00233A;
	}

	.airconTable01 th.th03 {
		background-color: #68ABC4;
	}

	.airconTable01 td {
		background-color: #ffffff;
		border: 1px solid #EBEBEB;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
		height: 70px;
		padding: 13px 3px;
	}

	.airconTable01 td.td01 {
		background-color: #F9EFF6;
	}

	.airconTable01 td.td02 {
		background-color: #EFD2E6;
	}

	.airconTable01 td.td03 {
		background-color: #CFE9F3;
	}

	.tableP01 {
		font-size: 18px;
		line-height: 1.3em;
		font-weight: 600;
	}

	.tableP01 .s01 {
		font-size: 12px;
	}


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

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

	.dryPointBlock01Wrap01 {
		position: relative;
	}

	.dryPointBlock01Wrap01::before {
		content: "";
		background-image: url("../../../dc/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("../../../dc/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%);
	}

	.airconContBox01 {
		position: relative;
		background-color: #ffffff;
		border-radius: 20px;
		margin-top: 60px;
		padding: 35px 15px 20px;
	}

	.airconTit01 {
		text-align: center;
		width: 100%;
		position: absolute;
		left: 0px;
		top: -25px;
	}

	.airconTit01 img {
		width: auto;
		height: 52px;
	}

	.airconH201 {
		text-align: center;
		margin-bottom: 20px;
	}

	.airconH201 img {
		width: auto;
		height: 60px;
	}

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

	.airconFlex02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 30px 0px;
	}

	.airconFlex02 li {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		background-color: #EBF7FC;
		border: #68ABC4;
		border-radius: 15px;
		padding: 15px 15px 20px;
		text-align: left;
	}

	.airconNum01 {
		width: 66px;
		position: absolute;
		left: 15px;
		top: -22px;
	}

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

	.textBox02 {
		margin-top: 10px;
	}

	.airconImg01 {
		margin-bottom: 15px;
	}

	.airconContBox01 .card0202 .swiper-slide {
		text-align: left;
		width: 450px;
		height: 100%;
		box-sizing: border-box;
		display: flex;
		align-items: flex-end;
	}

	.airconSlideBox01 {
		box-sizing: border-box;
		width: 100%;
		border-radius: 15px;
		background-image: url("../img/case_box_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 33px auto;
		padding: 20px;
	}

	.card0202 .swiper-button-prev {
		background-image: url("../img/voices_swiper_plev.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		left: -20px;
		top: 50%;
		margin-top: -30px;
	}

	.card0202 .swiper-button-next {
		background-image: url("../img/voices_swiper_next.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px auto;
		width: 30px;
		height: 30px;
		right: -20px;
		top: 50%;
		margin-top: -30px;
	}

	.card0202 .swiper-slide .airconSlideBox01 {
		height: auto;
	}

	.card0202 .swiper-slide.swiper-slide-active .airconSlideBox01 {
		height: auto;
	}

	.card0202 .swiper-wrapper {
		align-items: flex-end;
	}

	.airconTable02 {
		margin-bottom: 20px;
	}

	.detailBtnWrap01 {
		margin-bottom: 20px;
	}

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

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

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

	.card0202 .swiper-pagination {
		position: relative;
		bottom: 0px;
		margin-top: 20px;
	}

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

	.card0202 .swiper-pagination-bullet-active {
		background-color: #B60081;
	}


}


.product-fv-article {}

.product-fv-article .swiper {}

.product-fv-article .swiper-wrapper {}

.product-fv-article .swiper-slide {
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius: 10px;
}

.product-fv-article .swiper-slide a {
	display: flex;
	padding: 10px;
}

.product-fv-article .swiper-slide img {
	border-radius: 8px;
}

.product-fv-article .swiper-slide p {
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	padding-left: 5px;
}

.product-fv-article .swiper-slide p span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2380A4;
	font-size: 10px;
	padding: 0 5px;
	width: fit-content;
	height: 1.8em;
	background-color: #EAF9FF;
	border-radius: 2px;
}

.product-fv-article .swiper-button-prev,
.product-fv-article .swiper-button-next {}

.product-fv-article .swiper-button-prev {}

.product-fv-article .swiper-button-next {}

.product-fv-article .swiper-pagination {
	position: static;
}


.text16_15_b.quality {
	color: #B60081;
	text-align: center;
}

@media screen and (min-width:768px) {
	.panel .movieWrap01 {
		width: 100%;
	}

	.contBlock04:has(.movieWrap01) {
		padding: 15px 0 0;
		margin-bottom: 80px;
	}

	.panel .contBlock04:has(.movieWrap01) {
		margin-bottom: 0;
	}

	.contBlock04.option {
		padding-top: 20px;
	}

	.airconImg01 {
		text-align: center;
	}

	.airconImg01 img {
		width: auto;
		height: 189px;
	}
}

.item_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
}

.item_icon li {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: clamp(10px, 2.820512821vw, 13px);
	font-weight: 700;
	text-align: center;
	width: 18.66666vw;
	max-width: 80px;
	height: 18.66666vw;
	max-height: 80px;
	background-color: #B60081;
	border-radius: 10px;
}

.item_icon.reform li {
	font-size: clamp(10px, 2.820512821vw, 12px);
	letter-spacing: -0.5px;
}

.product_item_link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B60081;
	font-size: 16px;
	font-weight: 700;
	margin: 15px auto 45px;
	width: 85%;
	max-width: 450px;
	height: 2.4em;
	background-color: #fff;
	border: 2px solid #B60081;
	border-radius: 5px;
	position: relative;
}

@media screen and (min-width:768px) {
	.product_item_link {
		margin: -30px auto 45px;
	}
}

.product_item_link:visited {
	color: #B60081;
}

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


.chekcbox_outer .radio_tab_btn {
	display: flex;
	margin-bottom: 10px;
	width: 100%
}

.chekcbox_outer label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F76A0C;
	font-size: 15px;
	text-align: center;
	line-height: 2.5;
	width: 50%;
	background-color: #fff;
	border: 1px solid #F76A0C;
}

.chekcbox_outer label:first-of-type {
	border-right: none;
	border-radius: 5px 0 0 5px;
}

.chekcbox_outer label:last-of-type {
	border-left: none;
	border-radius: 0 5px 5px 0;
}

.chekcbox_outer label:has(input:checked) {
	color: #fff;
	font-weight: 700;
	background-color: #F76A0C;
}

.chekcbox_outer label input {
	display: none;
}

sup {
	font-size: 60%;
}

.contIn800.smartphone {
	margin-top: 80px;
}

.contIn1024.voice {
	margin-top: 80px;
}

.coupon-banner-area {
	margin: 40px auto 15px;
}

@media screen and (min-width:767px) {
	.coupon-banner-area {
		margin: 0 auto 20px;
	}
}

.contBlock07.otoku {
	margin: 20px auto;
	overflow-x: hidden;
}

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

.contBlock04.option .card21Text02 .p02 {
	font-size: 15px;
	margin-bottom: 5px;
}

@media screen and (min-width:767px) {
	.contBlock04.option .card21Text02 .p02 {
		font-size: 17px;
		margin-bottom: 0;
	}
}




.dryPointBlock01Wrap01.bathroom_bubble::before,
.dryPointBlock01Wrap01.bathroom_bubble::after {
	display: none;
}

.dryPointBlock01Wrap01.bathroom_bubble .dryPointBlock01 {
	margin: 0 auto;
	padding: 30px 15px 10px;
	background-color: #FFF9E8;
	background-image: none;
}

.dryPointBlock01Wrap01.bathroom_bubble .bathroom_bubble_title {
	background-color: #FFF9E8;
	position: relative;
}

@media screen and (min-width:768px) {
	.dryPointBlock01Wrap01.bathroom_bubble .bathroom_bubble_title {
		margin: 0 auto;
		padding: 0 30px;
		width: fit-content;
		position: relative;
	}
}

.dryPointBlock01Wrap01.bathroom_bubble .bathroom_bubble_title::before {
	content: "";
	display: block;
	width: 88.5px;
	height: 100%;
	aspect-ratio: 177 / 172;
	background-image: url(../img/bathroom_bubble_h2_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -50px;
	left: 0;
}

@media screen and (min-width:768px) {
	.dryPointBlock01Wrap01.bathroom_bubble .bathroom_bubble_title::before {
		width: 108.5px;
		top: -60px;
	}
}

.dryPointBlock01Wrap01.bathroom_bubble .airconTabWrap01 {
	padding: 0;
}

.bathroom_bubble_title h2 {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (min-width:768px) {
	.bathroom_bubble_title h2 {
		font-size: 28px;
	}
}

.bathroom_bubble_title h2 span {
	display: block;
	font-size: 1.5em;
	margin: 0 auto;
	width: fit-content;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf45f+0,fcf45f+50,fcf45f+51,fcf45f+100&0+0,0+50,1+51,1+100 */
	background: linear-gradient(to bottom, rgba(252, 244, 95, 0) 0%, rgba(252, 244, 95, 0) 60%, rgba(252, 244, 95, 1) 61%, rgba(252, 244, 95, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bathroom_bubble_title+.airconContBox01 {
	margin-top: 20px;
}


.airconText04.weightB {
	font-weight: 700;
}

.airconText04.weightB span {
	color: #B60081;
}