@import url("css/common/reset.css");
@import url("css/common/common.css");
@import url("css/common/slick.css");
.mark-required:before{
    content: "必須";
    display: inline-block;
    padding: 3px;
    top: 4px;
    color: #fff;
    font-size: 12px;
    background: red;
    border-radius: 5px;
    vertical-align: text-top;
    line-height: 1;
}
.inquiry dl{
	width: 98%;
	max-width: 750px;
	margin: 0 auto;
	display: table;

}
.inquiry dt,
.inquiry dd{
	display: table-cell;
	padding: .5rem;
	font-size: 16px;
	text-align: left;
	border-bottom:  1px solid #ccc;
	font-weight: bold;
	line-height: 1;
	vertical-align: top;
}
.inquiry dt{
	width: 40%;
}
.inquiry dd span span > span{
	display: block;
	margin-bottom: .5rem;
}
.inquiry dd input.wpcf7-text{
	border: 1px solid #a9a9a9;
	padding: 5px 0;
}
@media screen and (max-width:640px) { 
	.inquiry dt,
	.inquiry dd{
		width: 100%;
		display: block;
	}
}
.l-ph-max{
	width: 100%;
}
.wpcf7-submit{
	width: 30%;
	margin: 0 auto;
	padding: 1rem;
	border-radius: 1rem;
	font-size: 16px;
	background: #ccc;
	border: 0;
}
.wpcf7-file{
margin-bottom: .2rem;
}
.privacy h2{
	text-align: center;
	margin: 2rem auto 1rem;
}

#products dl{
	display: table;
	width: 100%;
}
#products dt,
#products dd{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#products dt{
	width: 20%;
	padding-right: 2%;
}
#products dd > strong{
	display: block;
	font-size: 16px;
}
.item_list dd p:after{
	content: "";
	display: block;
	clear: both;
}
.item_list dd p a{
	display: block;
	text-align: center;
	float: right;
	padding: .5rem 1rem;
	color: #fff;
	background: #2e8a7b;
	border-radius: 5px;
}
.item_list dd p a:hover{
	background: #6bcfbf;
}
.item_list dd p strong{
	font-weight: normal;
}
