.msgBlock {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	width: 90%;
	margin: auto;
	margin-top: 60px;
}
.msgBlock a.privacy {
	color: #444;
	text-decoration: underline;
	transition: 0.2s;
}
@media screen and (min-width: 1100px) {
	.msgBlock a.privacy:hover {
		text-decoration: none;
		color: #81d9ff;
	}
}
@media screen and (max-width: 768px) {
	.msgBlock {
		font-size: 14px;
		line-height: 180%;
		text-align: left;
		margin-top: 40px;
		margin-bottom: 20px;
		width: 85%;
	}
}
.msgBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animationBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.contactLinksBlock {
	position: relative;
	width: 100vw;
	height: auto;
	background-image: url("../images/inquiry/img_bg_blue.jpg");
}
.contactLinksBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.contactLinksBlock::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 240px;
	z-index: 0;
	background-image: url("../images/inquiry/shape_under_blue.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 792px) {
	.contactLinksBlock::after {
		height: 360px;
		background-image: url("../images/inquiry/shape_under_blue_SP.jpg");
	}
}
@media screen and (max-width: 500px) {
	.contactLinksBlock::after {
		height: 180px;
	}
}
.contactLinksBlock .innerBlock {
	position: relative;
	z-index: 1;
	max-width: 1060px;
	width: 100%;
	margin: auto;
	padding-top: 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
@media screen and (max-width: 1100px) {
	.contactLinksBlock .innerBlock {
		justify-content: center;
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.contactLinksBlock .innerBlock {
		justify-content: center;
		max-width: 375px;
		padding-top: 40px;
	}
}
.contactLinksBlock .innerBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.contactLinksBlock .innerBlock .link {
	display: block;
	width: 520px;
	height: 160px;
	background: #effaff;
	border-radius: 4px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
	transition: box-shadow 0.5s;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.contactLinksBlock .innerBlock .link {
		height: 48vw;
		width: 100%;
		max-width: 335px;
		max-height: 180px;
		min-width: 301.5px;
		min-height: 162px;
	}
}
@media screen and (max-width: 330px) {
	.contactLinksBlock .innerBlock .link {
		min-width: initial;
		width: 95%;
	}
}
.contactLinksBlock .innerBlock .link span {
	display: inline-block;
}
.contactLinksBlock .innerBlock .link .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
}
.contactLinksBlock .innerBlock .link .title {
	width: 95%;
	padding-top: 6px;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.contactLinksBlock .innerBlock .link .des {
	width: 95%;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	text-align: center;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	padding-top: 6px;
}
.contactLinksBlock .innerBlock .link .btnBlock {
	height: 42px;
	width: 42px;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 1100px) {
	.contactLinksBlock .innerBlock .link .btnBlock {
		top: auto;
		bottom: 20px;
	}
}
@media screen and (max-width: 768px) {
	.contactLinksBlock .innerBlock .link .btnBlock {
		padding: 0;
	}
}
@media screen and (max-width: 330px) {
	.contactLinksBlock .innerBlock .link .btnBlock {
		height: 30px;
		width: 30px;
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.contactLinksBlock .innerBlock .link .btnBlock .circleBtn {
		height: 42px;
		width: 42px;
	}
}
@media screen and (max-width: 330px) {
	.contactLinksBlock .innerBlock .link .btnBlock .circleBtn {
		height: 30px;
		width: 30px;
	}
}
.contactLinksBlock .innerBlock .link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #facd00;
	opacity: 0;
	transition: 0.3s;
}
@media screen and (min-width: 1100px) {
	.contactLinksBlock .innerBlock .link:hover {
		box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	}
	.contactLinksBlock .innerBlock .link:hover::before {
		opacity: 1;
	}
	.contactLinksBlock .innerBlock .link:hover .btnBlock .circleBtn::before {
		transform: scale(1.1);
	}
}
.inquiryHeadBlock {
	padding-top: 40px;
	height: 45px;
	width: auto;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.inquiryHeadBlock {
		width: 90%;
		height: auto;
		position: static;
	}
}
@media screen and (max-width: 1200px) {
	.inquiryHeadBlock .imgBlock {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.inquiryHeadBlock .imgBlock img {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
}
@media screen and (max-width: 1200px) {
	.inquiryHeadBlock .imgBlock img {
		position: static;
	}
}
@media screen and (max-width: 768px) {
	.inquiryHeadBlock .imgBlock img {
		height: 30px;
	}
}
.inquiryHeadBlock .head {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inquiryHeadBlock .head .sub {
	display: block;
	font-size: 20px;
	line-height: 150%;
}
@media screen and (max-width: 500px) {
	.inquiryHeadBlock .head .sub {
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px) {
	.inquiryHeadBlock .head {
		padding-top: 15px;
		font-size: 24px;
		line-height: 150%;
	}
}
.currentBlock {
	width: 300px;
	margin: auto;
	height: 80px;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 1200px) {
	.currentBlock {
		margin-top: 60px;
	}
}
@media screen and (max-width: 768px) {
	.currentBlock {
		margin-top: 20px;
		width: 220px;
	}
	.currentBlock .arrow img {
		height: 10px;
	}
}
.currentBlock .item {
	position: relative;
	height: 100%;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.currentBlock .item .text {
	font-family: noto-sans-cjk-jp, sans-serif;
	position: relative;
	z-index: 1;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #444444;
}
@media screen and (max-width: 768px) {
	.currentBlock .item .text {
		font-size: 12px;
	}
}
.currentBlock .item .bgImg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.currentBlock .item .bgImg .blue {
	display: none;
}
.currentBlock .item.is-current .text {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.2em;
	color: #444444;
}
@media screen and (max-width: 768px) {
	.currentBlock .item.is-current .text {
		font-size: 14px;
	}
}
.currentBlock .item.is-current .bgImg .gray {
	display: none;
}
.currentBlock .item.is-current .bgImg .blue {
	display: block;
}
@media screen and (min-width: 769px) {
	.currentBlock .item.is-current .bgImg .blue.sp-show {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.currentBlock .item.is-current .bgImg .blue.pc-show {
		display: none;
	}
}
.inputBlock {
	padding-top: 100px;
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
@media screen and (max-width: 1200px) {
	.inputBlock {
		padding-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.inputBlock {
		width: 85%;
	}
}
.inputBlock.cue-lazy.in {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.inputBlock form {
	width: 100%;
}
.inputBlock form h5 {
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inputBlock form .form-fieldset {
	display: flex;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset {
		display: block;
	}
}
.inputBlock form .form-fieldset legend {
	padding: 13px 0;
	display: inline-block;
	width: 250px;
	display: flex;
	height: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 125%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset legend {
		width: 100%;
		padding: 0;
		height: 20px;
	}
}
.inputBlock form .form-fieldset legend span {
	margin-right: 20px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset legend span {
		margin-right: 10px;
	}
}
.inputBlock form .form-fieldset legend .required {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #ffffff;
	width: 45px;
	height: 25px;
	line-height: 25px;
	background: #facd00;
	border-radius: 4px;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-top: -2px;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset legend .required {
		width: 36px;
		height: 20px;
		line-height: 20px;
		border-radius: 3.2px;
		margin-top: 0;
	}
}
.inputBlock form .form-fieldset legend .any {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #ffffff;
	width: 45px;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	font-family: noto-sans-cjk-jp, sans-serif;
	background: #aaaaaa;
	margin-top: -2px;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset legend .any {
		width: 36px;
		height: 20px;
		line-height: 20px;
		border-radius: 3.2px;
		margin-top: 0;
	}
}
.inputBlock form .form-fieldset.form-fieldset-name .form-group {
	padding: 12px 0;
	width: calc(100% - 250px);
	display: flex;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-name .form-group {
		display: inline-block;
		width: 100%;
		padding: 10px 0 25px 0;
	}
}
.inputBlock form .form-fieldset.form-fieldset-name .form-group .form-row {
	display: flex;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-name
	.form-group
	.form-row
	.col-4 {
	width: 50%;
	max-width: 200px;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-name
		.form-group
		.form-row
		.col-4 {
		max-width: initial;
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-name
	.form-group
	.form-row
	.col-4
	input {
	display: inline-block;
	padding: 0 10px;
	max-width: 200px;
	height: 40px;
	background: #fff9dd;
	border-radius: 4px;
	border: none;
	width: calc(100% - 20px - 4px);
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-name
		.form-group
		.form-row
		.col-4
		input {
		max-width: initial;
	}
}
.inputBlock form .form-fieldset.form-fieldset-name .form-group .form-text {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	vertical-align: bottom;
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-name .form-group .form-text {
		display: inline-block;
		padding-top: 4px;
	}
}
.inputBlock form .form-fieldset.form-fieldset-phone-split .form-group {
	padding: 12px 0;
	display: inline-block;
	width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-phone-split .form-group {
		width: 100%;
		padding: 10px 0 25px 0;
	}
}
.inputBlock form .form-fieldset.form-fieldset-phone-split .form-group input {
	display: inline-block;
	padding: 0 10px;
	width: calc(28% - 20px);
	max-width: 150px;
	height: 40px;
	background: #fff9dd;
	border-radius: 4px;
	border: none;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-phone-split
		.form-group
		input {
		width: calc(30% - 20px - 4px);
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-phone-split
	.form-group
	.form-text {
	padding-top: 8px;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-phone-split
	.form-group
	.form-text
	span {
	display: inline;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-phone-split
		.form-group
		.form-text
		span.pc-show {
		display: none;
	}
}
.inputBlock form .form-fieldset.form-fieldset-text .form-group,
.inputBlock form .form-fieldset.form-fieldset-email .form-group {
	padding: 12px 0;
	display: inline-block;
	width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-text .form-group,
	.inputBlock form .form-fieldset.form-fieldset-email .form-group {
		width: 100%;
		padding: 10px 0 25px 0;
	}
}
.inputBlock form .form-fieldset.form-fieldset-text .form-group .form-row,
.inputBlock form .form-fieldset.form-fieldset-email .form-group .form-row {
	display: flex;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-text .form-group .form-row,
	.inputBlock form .form-fieldset.form-fieldset-email .form-group .form-row {
		display: block;
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-text
	.form-group
	.form-row
	.col-12,
.inputBlock
	form
	.form-fieldset.form-fieldset-email
	.form-group
	.form-row
	.col-12 {
	width: 100%;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-text
	.form-group
	.form-row
	.col-12
	input,
.inputBlock
	form
	.form-fieldset.form-fieldset-email
	.form-group
	.form-row
	.col-12
	input {
	display: inline-block;
	padding: 0 10px;
	width: calc(100% - 4px - 20px);
	height: 40px;
	background: #fff9dd;
	border-radius: 4px;
	border: none;
}
.inputBlock form .form-fieldset.form-fieldset-text .form-group .form-text,
.inputBlock form .form-fieldset.form-fieldset-email .form-group .form-text {
	padding-top: 8px;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 170%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inputBlock form .form-fieldset.form-fieldset-text .form-group .form-text span,
.inputBlock
	form
	.form-fieldset.form-fieldset-email
	.form-group
	.form-text
	span {
	display: inline;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-text
		.form-group
		.form-text
		span.pc-show,
	.inputBlock
		form
		.form-fieldset.form-fieldset-email
		.form-group
		.form-text
		span.pc-show {
		display: none;
	}
}
.inputBlock form .form-fieldset.form-fieldset-textarea .form-group {
	padding: 12px 0;
	display: inline-block;
	width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-textarea .form-group {
		width: 100%;
		padding: 10px 0 25px 0;
	}
}
.inputBlock form .form-fieldset.form-fieldset-textarea .form-group textarea {
	padding: 10px;
	width: calc(100% - 4px - 20px);
	height: auto;
	min-height: 230px;
	background: #fff9dd;
	border-radius: 4px;
	border: none;
	resize: vertical;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-textarea
		.form-group
		textarea {
		min-height: 170px;
	}
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton {
	display: block;
	margin-left: auto;
	width: calc(100% - 65px);
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-radiobutton {
		width: 100%;
	}
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton legend {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	width: 100%;
	padding: 0;
	padding-top: 20px;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-radiobutton legend {
		padding: 0;
		display: block;
		height: auto;
		line-height: 30px;
	}
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .des {
	text-align: left;
	width: 100%;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 200%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy {
	margin-top: 10px;
	padding: 0;
	width: 100%;
	background: #fff9dd;
	height: 333px;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy {
		margin-top: 15px;
	}
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox {
	height: calc(100% - 42px * 2);
	overflow: scroll;
	margin: 0 10px;
	padding: 42px 66px;
}
@media screen and (max-width: 768px) {
	.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox {
		margin: 0 5px;
		padding: 28px;
		height: calc(100% - 28px * 2);
	}
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin: 0;
	padding-bottom: 5px;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox p {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	padding-bottom: 10px;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox dl dt {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin: 0;
	padding-bottom: 5px;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox dl dd {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-left: 0;
	margin-bottom: 20px;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .pvcy .textbox table {
	width: 100%;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-collapse: collapse;
	border-spacing: 0;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	+ table {
	border-top: 0;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	caption {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-left: 0;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-radiobutton
		.pvcy
		.textbox
		table
		caption {
		padding-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-radiobutton
		.pvcy
		.textbox
		table
		tbody
		tr {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	tbody
	tr
	th {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100px;
	text-align: left;
	padding: 16px 10px;
	border-bottom: 1px solid #d4d4d4;
	background: #e8fafe;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-radiobutton
		.pvcy
		.textbox
		table
		tbody
		tr
		th {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	tbody
	tr
	td {
	width: calc(100% - 100px);
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 16px 10px;
	text-align: left;
	border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 768px) {
	.inputBlock
		form
		.form-fieldset.form-fieldset-radiobutton
		.pvcy
		.textbox
		table
		tbody
		tr
		td {
		margin-bottom: 0;
		width: 100%;
	}
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	tbody
	tr
	td.no-margin {
	margin: 0;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	tbody
	tr
	td.no-padding {
	padding: 0;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.pvcy
	.textbox
	table
	tbody
	tr
	td
	a {
	color: #444444;
	text-decoration: underline;
}
.inputBlock form .form-fieldset.form-fieldset-radiobutton .form-group {
	width: calc(250px + 65px);
	margin: auto;
	margin-top: 30px;
	margin-bottom: 60px;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12 {
	width: auto;
	height: 30px;
	margin-top: 30px;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12
	label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 0 5px 30px;
	position: relative;
	width: auto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12
	label::before {
	background: #fff;
	content: "";
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 53%;
	width: 16px;
	border: 1px solid #81d9ff;
	box-sizing: border-box;
	border-radius: 2px;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12
	label::after {
	opacity: 0;
	background: #fff;
	content: "";
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 53%;
	width: 16px;
	box-sizing: border-box;
	background-image: url("../images/inquiry/icon_checkBox.svg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12
	input[type="checkbox"] {
	display: none;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.row
	.col-md-12
	input[type="checkbox"]:checked
	+ label::after {
	opacity: 1;
}
.inputBlock
	form
	.form-fieldset.form-fieldset-radiobutton
	.form-group
	.invalid-feedback {
	width: 250px;
	text-align: center;
}
.form-buttons {
	width: 270px;
	height: 70px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}
.form-buttons input[type="submit"] {
	border-radius: 80px;
	border: none;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	transform: scale(1);
	backface-visibility: hidden;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	width: 270px;
	height: 70px;
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #232323;
	font-family: open-sans, sans-serif;
}
.form-buttons .icon img {
	position: absolute;
	top: 0;
	right: 27px;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
	transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1100px) {
	.form-buttons:hover input {
		transform: scale(1.1);
	}
	.form-buttons:hover .icon img {
		transform: translate3d(5px, 0, 0);
	}
}
input:-webkit-autofill,
textarea:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff9dd inset;
}
input,
textarea {
	outline: none;
}
.invalid-feedback {
	color: #ff8181;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.15em;
	font-family: open-sans, sans-serif;
	padding-top: 5px;
}
#errorMsg {
	opacity: 0;
	text-align: center;
	color: #ff8181;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.15em;
	font-family: open-sans, sans-serif;
	padding-top: 5px;
}
.doneMsgBlock {
	padding-top: 50px;
}
@media screen and (max-width: 768px) {
	.doneMsgBlock {
		padding-top: 30px;
	}
}
.doneMsgBlock .doneTitle {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
@media screen and (max-width: 768px) {
	.doneMsgBlock .doneTitle {
		font-size: 18px;
		line-height: 150%;
	}
}
.doneMsgBlock .doneDes {
	width: 85%;
	margin: auto;
	padding-top: 32px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	color: #444444;
	font-family: noto-sans-cjk-jp, sans-serif;
}
.btnBlock {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.btnBlock {
		padding-bottom: 30px;
	}
}
#done .btnBlock {
	margin-top: 75px;
	padding-bottom: 15px;
}
body.is-done footer {
	margin-top: 75px;
}
@media screen and (min-width: 769px) {
	.simplebar-track.simplebar-vertical {
		top: 13px;
	}
}
@media screen and (max-width: 768px) {
	.simplebar-track.simplebar-vertical {
		top: 10px;
	}
}
.simplebar-scrollbar {
	background: #c4c4c4;
	border-radius: 6px;
	width: 6px;
	height: 55px !important;
}
.simplebar-scrollbar::before {
	background: none;
	opacity: 0;
	width: 0;
}
.simplebar-track {
	background: none;
	border-radius: 0px;
	overflow: initial;
	height: 300px;
}
@media screen and (max-width: 768px) {
	.simplebar-track {
		height: 290px;
	}
}
