.topIMG {
	margin-bottom: 15px;
}
.category {
	display: flex;
	justify-content: space-between;
}
.category li {
	background:#fa7a91;
	width: 24%;
	text-align: center;
	color:#fff;
	border-radius: 3px;
}
.category li a {
	display: block;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	
}
.recBOX {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.recBOX .ph {
	width: 38%;
}
.recBOX .text {
	width: 59%;
}
.recBOX .text p {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	
}
.block p:last-child {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.fat {
	background: #fde3e8;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	font-weight: 500;
	margin-bottom: 15px;
}
#system-tb.rectb td {
	text-align: left;
}
#system-tb.rectb td a {
	color:#3f7047;
}
.rectel {
	width: 80%;
	margin: 20px auto 0;
}

.lineid {
	font-size: clamp(1.8rem, 3.1vw, 2rem);
	text-align: center;
}

.lineqr  {
	width: 30%;
	margin: 0px auto 15px;
}

.input_type01 {
	background: #fff;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.5rem;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 3px;
}
.must {
	background: #c31700;
	color:#fff;
	font-size: clamp(1.2rem, 2.1vw, 1.4rem);
	padding: 3px 10px;
	position: absolute;
	right:10px;
}
#gaiyou textarea {
	padding: 10px;
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 160px;
	box-sizing: border-box;
}
.sendbutton  {
	width: 40%;
	padding: 15px 0;
	color:#fff;
	 font-size: clamp(1.6rem, 2.8vw, 1.8rem);
	border: 0px;
	margin: 20px 0;
	background: #222;
}
.cation {
	  font-size: clamp(1.2rem, 2.1vw, 1.4rem);
}
select {
	padding:10px;
	border: 1px solid #e0dfdf;
	 font-size: clamp(1.4rem, 1.5vw, 1.6rem);
	height: 40px;
	
}


@media screen and (max-width: 834px) {
.recBOX {
	display: block;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.recBOX .ph {
	width: 100%;
}
.recBOX .text {
	width: 100%;
}
.recBOX .text p {
	font-size: clamp(1.5rem, 1.5vw, 1.6rem);
	
}	
.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category li {
	background:#fa7a91;
	width: 49%;
	text-align: center;
	color:#fff;
	border-radius: 3px;
	margin-bottom: 5px;
}
.category li a {
	display: block;
	color:#fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
	
.rectel {
	width: 95%;
	margin: 10px auto 0;
}

	.rectel .dlw-tel a {
		font-size: 1.8rem;
	}
		.rectel .dlw-tel i {
		top: 15px;
	}

}