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

/*--------------------------------
	ハウスクリーニング
---------------------------------*/

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

.mainTit01 {
	margin-bottom: 40px;
}

.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-top: 20px;
	margin-bottom: 10px;
}

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

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

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

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

.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("../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;*/
	line-height: 1.3;
	font-weight: bold;
}

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

.block06BoxIn01 p {
	line-height: 1.3;
}

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

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

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

@media screen and (min-width:768px) {
	.detailBlock03.hc_sonota {
		margin-bottom: 150px;
	}
}

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

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

/*---修正-----------------------------*/
.mainvisualWrap01 {
	position: relative;
}

.mainvisualWrap01 a img {
	width: auto;
	height: 64px;
}

.mainBtn01 {
	position: absolute;
	top: 38px;
	left: 182px;
}

.mainBtn02 {
	position: absolute;
	top: 204px;
	left: 208px;
}

.mainBtn03 {
	position: absolute;
	top: 370px;
	left: 312px;
}

.mainBtn04 {
	position: absolute;
	top: 394px;
	left: 430px;
}

.mainBtn05 {
	position: absolute;
	top: 370px;
	right: 278px;
}

.mainBtn06 {
	position: absolute;
	top: 166px;
	right: 165px;
}

.mainBtn07 {
	position: absolute;
	top: 18px;
	right: 184px;
}



/*@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-top: 50px;
	}

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

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

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

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

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

	.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("../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;
	}

	.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: 2.5em;
		margin-bottom: 7px;
	}

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

	.block06BoxIn01.no3 {
		margin-bottom: 5px;
	}

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

	.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: 100%;
		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: 40px;
	}

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

	/*---修正-----------------------------*/
	.mainvisualWrap01 {
		position: relative;
	}

	.mainvisualWrap01 a img {
		width: auto;
		height: 12.3vw;
	}

	.mainBtn01 {
		position: absolute;
		top: 1.79vw;
		left: 3.33vw;
	}

	.mainBtn02 {
		position: absolute;
		top: 38.46vw;
		left: 3.33vw;
	}

	.mainBtn03 {
		position: absolute;
		top: 68.2vw;
		left: 9.48vw;
	}

	.mainBtn04 {
		position: absolute;
		top: 70.25vw;
		left: 33.33vw;
	}

	.mainBtn05 {
		position: absolute;
		top: 69.23vw;
		right: 9.74vw;
	}

	.mainBtn06 {
		position: absolute;
		top: 27.17vw;
		right: 3.33vw;
	}

	.mainBtn07 {
		position: absolute;
		top: 0vw;
		right: 9.74vw;
	}



}


.contBlock04.case {
	padding: 30px 0px 40px;
}