@charset "UTF-8";
/* CSS Document */
#mailformpro{
}
.form_main{
	max-width: 850px;
	margin: auto;
}
.product_wrap hr{
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.product_wrap hr.p_hr{
	border-top: dashed 1px #b2a495;
	vertical-align: middle;
	margin: 50px 0;
}

.product_wrap{
	padding: 10px;
	max-width: 960px;
}

.product_flex{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 50px;
}
.product_flex .inner{
	width: 100%;
	align-self: flex-end;
}
.product_flex .inner_txt{
	align-self: stretch;
	width: 100%;
	padding: 30px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product_image{
	width: 100%;
	padding: 5px;
	max-width: 450px;
	margin: auto;
}
.product_image img{
	width: 100%;
	max-width: 450px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	
}
.product_txt{
	margin: 0 5%;
}
.product_txt ul{
	border-bottom: solid 1px #ccc;
	margin-bottom: 0.5rem;
}
.product_txt ul li{
	font-size: 0.85rem;
	line-height: 150%;
	margin-bottom: 0.5rem;
}
.product_txt p{
	font-size: 0.85rem;
	
}
.product_price{
	width: 200px;
	margin: 30px 5px 0 auto;
}
.product_price select{
	text-align: right;
	margin: 5px;
	padding: 2px;
	cursor: pointer;
	width: 100px;
	border:solid 1px #666;
}
.product_price p{
	font-size:0.9em;
	text-align: right;
}
.product_price .p_price{
	font-weight: 500;
	color: #cc0000;
}
.product_price .p_price span{
	font-size: 150%;
}
/* リンクボタン　==================== */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_02{
	display: inline-block;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 0.8em;
	width: 140px;
	color: #333;
	padding: 5px;
	border-radius: 5px;
	border:2px solid #333;
	background-color:rgba(135,93,232,0.35);
}
.button_02:hover{
	color: #875de8;
	background-color:rgba(255,255,255,0.45);
}
.order_flex{
	display: flex;
	justify-content:space-around;
	align-items: center;
	margin: auto;
	padding: 10px;
	max-width: 500px;
}
.order_flex_in{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.form_input{
	width: 100%;
	border: 1px solid #ccc;
	padding: 0.5rem;
	background-color: #fff;
	margin-bottom: 5px;
}
.zipcord{
	border: 1px solid #ccc;
	padding: 0.5rem;
	background-color: #fff;
	margin-bottom: 5px;
}
.submit{
	display: inline-block;
	width: 150px;
	color:#fff;
	background-color:#3e603b;
	padding: 0.25em 0;
	margin: 0 auto;
	border-radius: 5px;
	border: none;
	font-size:0.9em;
	transition: .5s;
}
.submit:hover{
	background:#bdb76b;
}
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #ccc;
	padding: 0.5rem 0;
	background: #ffffff;
	margin-bottom: 5px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.flex_select{
	display: flex;
}
.font-s {
	font-size: 80% !important;
	color:#666;
	margin: 15px;
}
@media (max-width: 959px){
	.form_main{
		width: 100%;
		padding: 10px;
		margin: auto;
	}
	.form_input{
		width: calc(100%) !important;
	}
	
	.flex_select{
		display: block;
	}
	.cp_ipselect{
		width: calc(100%) !important;
	}
	.postcord{
		width:150px;
		margin-bottom: 5px;
	}

}
@media (max-width: 750px){
	.order_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.product_flex{
		flex-direction: column;
	}
	.product_txt{
		margin: 0;
	}
	.product_price{
		width: 100%;
		text-align: right;
		margin-top: 1em;
	}
	.p_reverse{
		flex-direction: column-reverse;
	}
}
