.bl_border_heading span {
	margin-right: 80px;
}
@media only screen and (min-width: 768px) {
	.bl_border_heading {
		margin-bottom: 142px;
	}
}

.p-doc {
	/* padding: 180px 0 120px; */
	padding: 195px 30px 80px;
	background-color: #a9c9ea;
}

/* .p-doc_ttl {
	font-size: 40px;
	line-height: 1em;
	letter-spacing: .15em;
	text-align: center;
	color: #72b2ca;
	font-weight: 400;
	font-family: owners-wide, sans-serif
} */

.p-doc_container {
	max-width: 800px;
	margin: 0 auto;
}
.p-doc_con {
	margin-top: 66px
}

.p-doc_ttlarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	width: 100%
}

.p-doc_ttlarea_ttl {
	font-size: 28px;
	line-height: 1.5em
}

.p-doc_ttlarea_ttl,
.p-doc_ttlarea_txt {
	letter-spacing: .05em;
	color: #000000;
	font-weight: 400;
	font-family: zen-kaku-gothic-new, sans-serif
}

.p-doc_ttlarea_txt {
	font-size: 16px;
	line-height: 2em
}

.p-doc_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 46px;
	margin-top: 66px;
	width: 100%
}

.p-doc_list,
.p-doc_list_cmn_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.p-doc_list_cmn_label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px
}

.p-doc_list_cmn_label:before {
	content: "";
	display: block;
	width: 24px;
	height: 1px;
	background-color: #000000
}

.p-doc_list_cmn_label h3 {
	width: calc(100% - 36px);
	font-size: 24px;
	line-height: 1em;
	letter-spacing: .05em;
	color: #000000;
	font-weight: 400;
	font-family: zen-kaku-gothic-new, sans-serif
}

.p-doc_list_cmn p {
	margin-top: 12px
}

.p-doc_list_cmn p,
.p-doc_list_cmn ul {
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .05em;
	color: #000000;
	font-weight: 400;
	font-family: zen-kaku-gothic-new, sans-serif
}

.p-doc_list_cmn ul {
	list-style-type: disc;
	padding-left: 1.5em
}

.p-doc .contact-form {
	/* max-width: 800px;
	margin: 0 auto; */
	color: #000000
}

.p-doc .contact-form input[type=email],
.p-doc .contact-form input[type=text],
.p-doc .contact-form textarea {
	width: 100%;
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	font-size: 18px;
	line-height: 1.6em;
	color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: .2s cubic-bezier(.18, .06, .23, 1);
	-o-transition: .2s cubic-bezier(.18, .06, .23, 1);
	transition: .2s cubic-bezier(.18, .06, .23, 1)
}

.p-doc .contact-form input[type=email]::-webkit-input-placeholder,
.p-doc .contact-form input[type=text]::-webkit-input-placeholder,
.p-doc .contact-form textarea::-webkit-input-placeholder {
	color: #999999
}

.p-doc .contact-form input[type=email]::-moz-placeholder,
.p-doc .contact-form input[type=text]::-moz-placeholder,
.p-doc .contact-form textarea::-moz-placeholder {
	color: #999999
}

.p-doc .contact-form input[type=email]:-ms-input-placeholder,
.p-doc .contact-form input[type=text]:-ms-input-placeholder,
.p-doc .contact-form textarea:-ms-input-placeholder {
	color: #999999
}

.p-doc .contact-form input[type=email]::-ms-input-placeholder,
.p-doc .contact-form input[type=text]::-ms-input-placeholder,
.p-doc .contact-form textarea::-ms-input-placeholder {
	color: #999999
}

.p-doc .contact-form input[type=email]::placeholder,
.p-doc .contact-form input[type=text]::placeholder,
.p-doc .contact-form textarea::placeholder {
	color: #999999
}

.p-doc .contact-form input[type=email]:focus,
.p-doc .contact-form input[type=text]:focus,
.p-doc .contact-form textarea:focus {
	background: #f2f7f9;
	border-color: #000000;
	-webkit-box-shadow: 0 0 0 1px #000000;
	box-shadow: 0 0 0 1px #000000;
	outline: none
}

.p-doc .contact-form input[type=email],
.p-doc .contact-form input[type=text] {
	height: 60px
}

.p-doc .contact-form textarea {
	min-height: 180px;
	resize: vertical
}

.p-doc .contact-form button[type=submit] {
	min-width: 240px;
	height: 60px;
	padding: 12px;
	border: none;
	border-radius: 0;
	background: #000000;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .2s cubic-bezier(.18, .06, .23, 1);
	-o-transition: .2s cubic-bezier(.18, .06, .23, 1);
	transition: .2s cubic-bezier(.18, .06, .23, 1);

	opacity: 1;
}

.p-doc .contact-form button[type=submit]:hover {
	/* background: #72b2ca */
	opacity: 0.6;
}

.p-doc .form-item {
	margin-bottom: 38px;
}

.p-doc .form-item.form-item-check {
	margin-top: 8px
}

.p-doc .form-item.form-item-submit {
	margin-top: 44px;
	text-align: center
}

.p-doc .form-label {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 700;
	color: #000000
}

.p-doc .form-label span {
	margin-left: 2px
}

.p-doc .radio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 46px
}

.p-doc .radio-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	color: #000000
}

.p-doc .radio-label input[type=radio] {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.p-doc .radio-label span {
	position: relative;
	padding-left: 38px;
	line-height: 1.6
}

.p-doc .radio-label span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	/* width: 18px;
	height: 18px; */
	width: 24px;
	height: 24px;
	border: 1px solid #000000;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-doc .radio-label span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	/* width: 10px;
	height: 10px; */
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #000000;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	-o-transition: transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease
}

.p-doc .radio-label input[type=radio]:checked+span:after {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1)
}

.p-doc .check-label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	color: #000000
}

.p-doc .check-label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

.p-doc .check-label span {
	position: relative;
	padding-left: 44px;
	line-height: 1.6
}

.p-doc .check-label span:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	/* width: 20px;
	height: 20px; */
	width: 24px;
	height: 24px;
	/* border: 1px solid #000000; */
	border-radius: 4px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.p-doc .check-label span:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 9px;
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0
}

.p-doc .check-label span a {
	color: #000000;
	text-decoration: underline
}

.p-doc .check-label input[type=checkbox]:checked+span:before {
	background-color: #000000
}

.p-doc .check-label input[type=checkbox]:checked+span:after {
	opacity: 1
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important
	}

	.bl_border_heading span {
		margin-right: 0px;
	}
	.bl_border_heading.is-scrollIn.bl_border_heading__privacypolicy::after {
		width: calc(100vw - 30px - 140px);
	}

	.p-doc {
		/* padding: 122px 0 80px */
		/* padding: 140px 30px 80px; */
		padding: 195px 30px 80px;
	}

	.p-doc_container {
		max-width: none;
		/* padding: 0 30px; */
	}

	.p-doc_ttl {
		font-size: 28px
	}


	.p-doc_con {
		margin-top: 32px
	}

	.p-doc_ttlarea_ttl {
		font-size: 20px
	}

	.p-doc_ttlarea_txt {
		font-size: 14px
	}

	.p-doc_list {
		gap: 32px;
		margin-top: 32px
	}

	.p-doc_list_cmn_label:before {
		width: 18px
	}

	.p-doc_list_cmn_label h3 {
		width: calc(100% - 30px);
		font-size: 18px
	}

	.p-doc_list_cmn p,
	.p-doc_list_cmn ul {
		font-size: 14px
	}

	.p-doc .form-label {
		font-size: 16px;
	}

	.p-doc .radio-label span {
		padding-left: 28px;
	}
	.p-doc .radio-label span:before {
		width: 17px;
		height: 17px;
	}

	.p-doc .radio-label span:after {
		left: 4px;
		width: 9px;
		height: 9px;
	}

	.p-doc .radio-label {
		font-size: 15px;
	}
	.p-doc .radio-group {
		gap: 16px;
	}
	.p-doc .form-item {
		margin-bottom: 30px;
	}
	.p-doc .form-label {
		margin-bottom: 12px;
	}
	.p-doc .contact-form input[type=email], .p-doc .contact-form input[type=text], .p-doc .contact-form textarea {
		font-size: 15px;
	}
	.p-doc .contact-form input[type=email], .p-doc .contact-form input[type=text] {
		height: 50px;
	}
	.p-doc .contact-form textarea {
		min-height: 140px;
	}
	.p-doc .check-label span:before {
		width: 16px;
		height: 16px;
	}
	.p-doc .check-label span:after {
		top: 3px;
		left: 5px;
	}
	.p-doc .check-label {
		font-size: 15px;
	}
	.p-doc .check-label span {
		padding-left: 32px;
	}
	.p-doc .contact-form button[type=submit] {
		min-width: 160px;
		height: 40px;
	}
}

@media screen and (min-width:768px) {
	.sp {
		display: none !important
	}
}

@media screen and (min-width:1440px) {
	html {
		font-size: 10px
	}
}