/*
Theme Name:MAG-child
Template:mag_tcd036
Version:4.1.2
*/


/* form */
.form-row {
	display: flex;
	align-items: center;
	margin: 0 0 2em;
}

@media (max-width: 782px) {
	.form-row {
		display: block;
	}
}


.form-row > label {
	display: block;
	margin: 0;
	font-size: 13px;
	width: 143px;
	font-weight: bold;
}

@media (max-width: 782px) {
	.form-row > label{
		margin-bottom: .75em;
	}
}

.wpcf7-form-control-wrap {
	flex: 1 0 auto;
}

.required-text {
	font-size: 10px;
	padding: 5px;
	background: #f5b400;
	color: #fff;
	border-radius:2px;
	margin-right:5px;
	position: relative;
	bottom: 1px;
}

.product-info {
	position: relative;
	padding: 0 0 1em;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em;
}

.product-info__radio-label {
	display: inline-block;
	margin-right: 1em;
}

.product-info__radio br {
	display: none;
}

.product-info__textarea {
	height: 60px;
}


.product-info__image-wrap {
	padding-top: 1em;
}

.product-info__image {
	position: relative;
	width: calc(100% - 143px);
	margin: 0 0 1em auto;
}

@media (max-width: 782px) {
	.product-info__image {
			width: 100%;
	}
}

.product-info__image br {
	display: none;
}

.product-info__image:not(.product-info__image--01) {
	display: none;
}

.product-info__image-del {
	text-decoration: none;
	cursor: pointer;
}

.product-info__image-del::after{
	position: absolute;
	top: 7px;
	right: 7px;
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f057";
	font-size: 2.0em;
	color: #000;
}

.product-info__image-del::before{
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	border-radius: 50%;
}

.product-info__image-label {
	display: block;
	cursor: pointer;
	background: #333;
	color: #fff;
	font-size: 1em;
	line-height: 5;
	text-align: center;
}

.product-info__image-label::before{
	font-weight: 900;
	font-family: "FontAwesome";
	content: "\f030";
	margin-right: .5em;
}

.product-info__image-label input {
	display: none;
}

.product-info__image-thumb {
	width: 100%;
	height: auto;
}

.product-info__btn {
	display: block;
	margin: 0 0 0 auto;
}

input.contact-acceptance {
	margin-right: 1em;
}

.send-before-check-text {
	font-size: 14px;
	text-align: center;
}

.form-btn-wrap {
	text-align: center;
}

input.wpcf7c-btn-back {
	margin-right: 1em;
}

input.wpcf7c-btn-confirm[disabled]{
	opacity: 0.7;
	cursor:not-allowed; /* 禁止カーソル */
}

.product-info__btn--close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	color: #03669e;
	background: transparent;
	font-weight: normal;
}