/**
 * contact
 */
body {
	font-family: 'BIZ UDPGothic', sans-serif;
	background-color: #fff;
	color: #333;
	line-height: 1.8;
}
#uniweb--lang-switch-root{
    display: block !important;
}
/* ユニウェブウィジェットボタン表示/非表示 */
button#uniweb-open {
    display: none;
    /* デフォルトでは表示 */
}

button#uniweb-open-fixed {
    display: block !important;
    bottom: 50%;
    right: 14px;
    background: transparent url("/receive/tmp_set/suginamiku_bousai7-3000/images/uniweb_mark.png") center / contain no-repeat !important;
    box-shadow: none;
    width: 40px;
    height: 40px;
	position: fixed;
    border-radius: 50%;
    box-shadow: none;
}

@media screen and (min-width: 960px) {
	.contactWrap h1 {
		font-size: 28px;
		font-weight: 400;
		max-width: 1000px;
		padding-bottom: 24px;
	}
}

.contactWrap h2 {
	padding-bottom: 0;
}

.camBoxContents p {
	font-size: 16px;
}

.zip input {
	width: 20%;
}

.contactWrap dl dt {
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 960px) {
	.contactWrap dl dd {
		padding: 10px;
	}
}

.formBack {
	background: #fff;
	box-shadow: none;
	max-width: 1000px;
	margin: 0;
	padding: 0;
}

dd.post {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
}

/*box*/
#privacy_include {
	width: 990PX;
	height: 150px;
	margin: 0 auto;
	overflow: auto;
	border: 2px solid #efefef;
}

#privacy_include p {
	padding-bottom: 8px;
}

.bullet-list {
	padding-left: 1.5em;
	list-style-type: disc;
	margin: 0;
}

.bullet-list li {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.prLavel {
	width: 990px;
	text-align: center;
	background: #efefef;
	padding: 2px;
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight: bold;
	color: #f00;
}

.prLavel .attention {
	color: #fff;
	background: #f00;
	font-size: 14px;
	padding: 5px;
	position: relative;
	top: -2px;
}

button#zip-btn {
	background-color: #47474B;
	color: #fff;
	border-radius: 10px;
	padding: 7px;
	border: none;
}

.closeBtn a {
	box-sizing: border-box;
	height: auto;
	padding: 16px;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.closeBtn a {
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.prLavel {
		width: 100%;
	}

	#privacy_include {
		width: 100%;
	}

	.checkbox {
		margin: 0 12px 8px 0 !important;
	}

	.prBox {
		padding: 10px !important;
	}
}

.prLavel input[type=checkbox] {
	display: none;
}

.checkbox {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 10px 12px 50px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 17px;
	display: block;
	margin-top: -9px;
	width: 7px;
	height: 12px;
	border-right: 3px solid #f00;
	border-bottom: 3px solid #f00;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 20;
}

.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
	background: #fff;
}

input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}

.prBox {
	padding: 20px;
}

.suBtn a {
	background: #EB8100;
	box-shadow: none;
	padding: 18px 0 4px 0;
	width: 100%;
}

.suBtn a::before {
	display: none;
}

.suBtn a::after {
	position: absolute;
	top: 50%;
	right: 14px;
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pageTitle {
	color: #333333;
}

.contactWrap h1 i {
	display: none;
}

.backBtn a,
.closeBtn a {
	border: 1px solid #333333;
	color: #333333;
}

@media screen and (max-width: 768px) {
	.closeBtn a {
		padding: 20px 0;
	}

	.closeBtn ::before {
		padding-right: 20px;
	}
}

.contactWrap dl dt .fRed {
	font-size: 16px;
	padding-left: 16px;
}
