@charset "utf-8";

/* support_block
-------------------------------------------------- */
.support_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.support_block .support_box {
	margin-top: 10px;
}

@media print, screen and (min-width:768px) {
	.living_gas .product_feature {
		left: auto;
		right: -30px;
		top: -10px;
	}
	.support_block .support_box {
		width: calc((100% - 20px) / 4);
		margin-right: 6px;
	}
	.support_block .support_box:nth-of-type(4n){
		margin-right: 0;
	}
	.support_block .support_box:nth-of-type(-n+4){
		margin-top: 0;
	}
}

@media screen and (max-width:767px){
	.living_gas .product_feature{
		left: auto;
		right: -30px;
		top: -10px;
	}
	.support_block .support_box {
		width: calc((100% - 10px) / 2);
		margin-top: 10px;
		margin-right: 10px;
	}
	.support_block .support_box:nth-of-type(2n){
		margin-right: 0;
	}
	.support_block .support_box:nth-of-type(-n+2){
		margin-top: 0;
	}
}

.support_box .support_conts {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	border-radius: 10px;
	background-color: #FFFBF3;
	color: #64463C;
	text-align: center;
}
.support_box .support_conts .icon{
	position: absolute;
	top: -54px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 128px;
	height: 128px;
	border-radius: 1000px;
	background-color: #FFFBF3;
}
.support_box .support_conts .icon img{
	position: absolute;
	top: 32px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.support_box02.support_box .support_conts .icon img{
	top: 17px;
}
.support_box03.support_box .support_conts .icon img{
	top: 25px;
}
.support_box05.support_box .support_conts .icon img{
	top: 23px;
}
.support_box .support_conts .txt{
	position: relative;
	text-align: left;
}
.support_box .support_conts .ttl{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
