/* TEL FAX */
.phone_flex{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-inline:auto;
	max-width: 960px;

}
.phone_flex .phone{
	position: relative;
	width: 100%;

}
.phone_flex .phone .inner{
	position: relative;
	color: #393939;
	display: block;
	padding: 1.5rem;
	z-index: 2;
	border-bottom: dashed 1px rgba(0,103,192,0.2);
	transition: .5s;
}

.phone_flex .phone .nb{
	font-weight: 700;
	font-size: clamp(1.6rem, 1.195rem + 1.44vw, 2.5rem);
	line-height: 52px;
	vertical-align: middle;
	display: block;
	color: #539a53;
	white-space: nowrap;
	transition: .5s;
}
.phone_flex .phone .nb i{
	display: inline-block;
	text-align: center;
	color: #fff;
	background:#539a53;
	vertical-align: bottom;
	line-height: 52px;
	width: 52px;
	font-size: 1rem;
	border-radius: 50%;
	margin-right: 1rem;
	transition: .5s;
}
.phone_flex .phone .nb:hover{
	color: #8db751;
}
.phone_flex .phone .nb:hover i{
	background: #8db751;
}
.phone_flex .phone .txt01{
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	display: block;
	padding: 10px;
}
.phone_flex .phone .txt02{
	font-size: 1rem;
	text-align: center;
	display: block;
	margin-top: 1em;
	font-weight: 400;
	
}
.phone_flex .phone .txt03{
	font-size: 0.75rem;
	text-align: left;
	display: block;
	margin-top: 1em;
}
.phone_flex .phone ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.phone_flex .phone ul li{
	font-size: 0.9em;
	font-weight: 500;
	padding: 1em 0.5em 0;
}
.phone_flex .phone ul li i{
	padding-right: 0.5em;
	color: #0160ae;
}
.phone_flex .phone dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 500;
}
.phone_flex .phone dl dt{
	width: 5em;
	text-align: left;
	font-size: 0.9rem;
}
.phone_flex .phone dl dd{
	flex: 1;
	font-size: 0.9rem;
	text-align: left;
	text-indent: -1rem;
	margin-left: 1rem;
}
.phone_flex .phone dl dd::before{
	content: '｜'
}
.dl_wrap{
	margin-top: 15px;
	margin-left: 15px;
}

/* フォーム============================================================  */
#mailformpro{
	width: 100%;
	padding: 20px;
}
#mailformpro table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailformpro table tr{
	border-bottom: dashed 1px #fff;
}
#mailformpro table tr:last-child{
	border-bottom:none;
}
#mailformpro table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 500;
}
#mailformpro table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailformpro .radio{
	padding: 0 2rem 0 0;
}
#mailformpro .checkbox{
	padding: 0 2rem 0 0;
}
#mailformpro .form_input,#mailformpro textarea{
	background:#fff;
	color: #393939;
	width: 100% !important;
	padding: 15px 10px;
	border-radius: 5px;
	border: none;
}
#mailformpro .form_input.mini{
	width: 150px !important;
}
#mailformpro span.form_required{
	display: inline-block;
	font-size: 60%;
	font-weight: 500;
	color: #fff;
	background:#539a53;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 500;
	background: #fff;
	border:solid 2px #539a53;
	color:#393939;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background:#539a53;
	color: #fff;
}
input[type='radio']{
	accent-color: #539a53;
}

input[type='checkbox']{
	accent-color: #539a53;
}
input[type='file']{
	width: 100%;
	margin-bottom: 0.6em;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	font-weight: 700;
	margin-top: 1em;
}
.infobox h5 i{
	color: #539a53;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#fff;
	border-radius: 5px;
	border: none;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}

@media (max-width: 960px){
	#mailformpro{
		padding: 10px 0;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailformpro table td{
		padding-bottom: 1rem;
	}
	
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% ;
	}
}

.product_wrap{
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px 0;
}
.product_wrap h4{
	border-bottom: #8db751 1px solid;
	margin :10px 5px;
}
.product_wrap .inner2{
	width: calc(100% / 2 - 40px);
	margin: 20px;
	background:rgba(255,255,255,1);
	padding: 30px;
	position: relative;
	z-index: 2;
}
.product_image{
	width: 250px;
	padding: 5px;
	margin: auto;
}
.product_image img{
	width: 100%;
	height: 150px;
	object-fit: contain;
	object-position: center;
	
}
.product_txt{
	margin: 10px 0;
}
.product_txt p{
	margin: 0;
	font-size: 0.85em;
}
.product_price{
	width: 200px;
	margin-inline:auto 0;
	text-align: right;
}
.product_price select{
	margin: 5px;
	padding: 2px 5px;
	cursor: pointer;
	width: 100px;
	border:solid 1px #666;
	text-align: right;
}
.product_price p{
	font-size:0.9em;
}
@media (max-width: 960px){
	.product_wrap{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.product_wrap .inner2{
		width: calc(100% - 40px);
	}
}