/* ---------------------------------------------------------------
	ページ：お問い合わせ
------------------------------------------------------------------*/
/*** 入力画面 ***/
.contact__top-container {

}

.contact__top-head {
	width: 80%;
	margin: auto;
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__top-head {
		width: 88%;
		font-size: 3.95vw;
		margin-bottom: 12%;
	}
}
.contact__top-head a {
	color: var(--main-cp-color);
}

.contact__top-image {
	width: 40%;
	margin: 3% auto 0;
}
@media screen and (max-width: 750px) {
	.contact__top-image {
		width: 87%;
		margin: 13% auto 0;
	}
}

.contact__top-form {
	background: var(--bg-color-gray);
	padding: 5% 0 6%;
}
@media screen and (max-width: 750px) {
	.contact__top-form {
		padding: 10% 0;
	}
}

.contact__top-form-area {
	width: 75%;
	background-color: #fff;
	border-radius: 10px;
	word-wrap: break-word;
	margin: auto;
	padding: 5% 10.5% 5%;
	font-size: 1.3vw;
}
@media screen and (max-width: 750px) {
	.contact__top-form-area {
		width: 90%;
		padding: 7% 5.5% 10%;
		font-size: 3.7vw;
	}
}


.contact__top-form-area .edit__box {
	margin-top: 2%;
	margin-bottom: 7%;
}
@media screen and (max-width: 750px) {
	.contact__top-form-area .edit__box {
		margin-top: 4%;
		margin-bottom: 13%;
	}
}

.contact__top-form-area .error__msg {
	color: red;
}
.contact__top-form-area input,
.contact__top-form-area textarea {
	display: block;
	margin: 0;
	padding: 16px;
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	-webkit-appearance: none;
	background: var(--bg-color-gray);
}

.contact__top-form-area input.error,
.contact__top-form-area textarea.error {
	color: #630015;
	border-color: #f6a8a8;
	background-color: #fbefef;
	border: 2px solid #f6a8a8;
}

.edit__select-wrap {
	margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
	.edit__select-wrap {
		margin-bottom: 13%;
	}
}

.contact__top-form-area .edit__select {
	display: block;
	margin-top: 2%;
	padding: 5px;
	background: #fff;
	width: 40%;
	border: 2px solid #d0d0d0;
	border-radius: 3px;
	-webkit-appearance: none;
}
@media screen and (max-width: 750px) {
	.contact__top-form-area .edit__select {
		width: 100%;
		max-width: unset;
	}
}

.contact__top-form-area .edit__select.error {
	color: #630015;
	border-color: #f6a8a8;
	background-color: #fbefef;
	border: 2px solid #f6a8a8;
}

.contact__top-form-area .edit__select select {
	width: 100%;
	padding: 4% 2%;
}


.agreement-check {
	margin: 10% auto 5%;
}
@media screen and (max-width: 750px) {
	.agreement-check {
		margin: 17% auto 16%;
	}
}

.agreement-check input {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
#-webkit-appearance: checkbox;
}

.agreement-check a {
	color: var(--main-cp-color);
}

.agreement-check a:hover {
    border-bottom: 1px solid #b1afaf;
}

.agreement-check>div {
	text-align: center;
	margin-bottom: 4%;
}
@media screen and (max-width: 750px) {
	.agreement-check>div {
		text-align: left;
		margin-bottom: 13%;
	}
}

.checkboxItem {
	display: flex;
	align-items: center;
	column-gap: 15px;
	width: fit-content;
	line-height: 1.5;
	cursor: pointer;
	justify-content: center;
	margin: auto;
	position: relative;
	padding-right: 10%;
}
@media screen and (max-width: 750px) {
	.checkboxItem {
		padding-right: 11%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
}
.checkboxItem:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(/images/contact/contact_required.png);
#	background-size: contain;
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
#	.checkboxItem:after {
#		display: none;
#	}
}

@media screen and (max-width: 750px) {
#	.checkboxItem:before {
#		content: "";
#		display: inline-block;
#		width: 75%;
#		height: 75%;
#		background-image: url(/images/contact/contact_required.png);
#		background-size: auto 45%;
#		background-repeat: no-repeat;
#		background-position: center left;
#		position: absolute;
#		left: 0;
#		top: -60%;
#		transform: translateY(-50%);
#	}
	.checkboxItem:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		background-image: url(/images/contact/contact_required.png);
		background-size: auto 3.5vw;
		background-repeat: no-repeat;
		background-position: center right;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.checkboxItem:not(:last-of-type) {
	margin-bottom: 16px;
}




.checkboxItem2 {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 15px;
	justify-content: center;
	z-index: 1;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.checkboxItem2 {
		padding-right: 0%;
	}
}

.checkboxItem2 span {
	position: relative;
	padding-right: 10%;
	z-index: 1;
}
@media screen and (max-width: 750px) {
	.checkboxItem2 span {
		padding-right: 0;
	}
}

.checkboxItem2 a {
	color: var(--main-cp-color);
	z-index: 2;
	position: relative;
}

.checkboxItem2 span:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(/images/contact/contact_required.png);
#	background-size: contain;
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    z-index: 1;
}
@media screen and (max-width: 750px) {
	.checkboxItem2 span:after {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.checkboxItem2:before {
		content: "";
		display: inline-block;
		width: 75%;
		height: 75%;
		background-image: url(/images/contact/contact_required.png);
		background-size: auto 45%;
		background-repeat: no-repeat;
		background-position: center left;
		position: absolute;
		left: 0;
		top: -60%;
		transform: translateY(-50%);
	}
}
.checkboxItem2:not(:last-of-type) {
	margin-bottom: 16px;
}

.checkbox {
	appearance: none;
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #06b6d4;
	border-radius: 2px;
	cursor: pointer;
}

.checkbox:checked {
	background-color: #06b6d4;
}
.contact__top-form-area input.error:checked {
	background-color: #06b6d4;
}
.checkbox:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 6px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: translate(-50%, -50%) rotate(-45deg);
}
input[type="checkbox"] {
	outline: 0;
}


/*** 確認画面 ***/
.contact__confirm-container {

}

.contact__confirm-head {
	width: 80%;
	margin: auto;
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__confirm-head {
		font-size: 2.7vw;
	}
}

.contact__confirm-image {
	width: 39%;
	margin: 3% auto 0;
}
@media screen and (max-width: 750px) {
	.contact__confirm-image {
		width: 100%;
	}
}

.contact__confirm-form {
	background: var(--bg-color-gray);
	padding: 5% 0;
}

.contact__confirm-form-area {
	width: 75%;
	background-color: #fff;
	border-radius: 10px;
	word-wrap: break-word;
	margin: auto;
	padding: 2% 10.5% 5%;
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.contact__confirm-form-area {
		width: 90%;
		padding: 2% 5% 10%;
		font-size: 3.9vw;
	}
}

.contact__confirm-list li {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 5%;
}

.contact__confirm-list li p {
	margin: 3% 0;
}
@media screen and (max-width: 750px) {
	.contact__confirm-list li p {
		margin: 5% 0;
	}
}

.contact__retouching-button {
	margin: 5% auto;
	width: 50%;
	text-align: center;
	text-decoration: underline;
}


/*** 送信画面 ***/
.contact__send-container {

}

.contact__send-head {
	width: 80%;
	margin: auto;
	font-size: 1.1vw;
	line-height: 1.9;
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__send-head {
		font-size: 2.7vw;
	}
}

.contact__send-image {
	width: 38%;
	margin: 3% auto 0;
}
@media screen and (max-width: 750px) {
	.contact__send-image {
		width: 100%;
	}
}

.contact__send-area {
	width: 75%;
	margin: 0 auto 10%;
	font-size: 1.1vw;
	line-height: 1.9;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.contact__send-area {
		font-size: 3.8vw;
		margin: 0 auto 25%;
	}
}
.contact__send-area h2 {
	font-size: 1.2vw;
	margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
	.contact__send-area h2 {
		font-size: 3.9vw;
		margin-bottom: 8%;
	}
}

.contact__send-button-top {
	width: 27%;
	margin: 9% auto 5%;
}
@media screen and (max-width: 750px) {
	.contact__send-button-top {
		width: 90%;
		margin: 15% auto;
	}
}
.contact__send-button-top a {
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.contact__send-button-top a {
		font-size: 3.4vw;
	}
}

.contact__send-button-top .arrow-link-button {
	padding: 7% 5%;
}
@media screen and (max-width: 750px) {
	.contact__send-button-top .arrow-link-button {
		padding: 7% 5%;
		border-radius: 65px;
	}
}

.contact__send-button-top .arrow-link-button::after {
	right: 7%;
}


/*** 共通（お問い合わせ） ***/
.edit__label {
	font-weight: bold;
	position: relative;
	padding-right: 8%;
	font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
	.edit__label {
		font-size: 3.9vw;
		padding-right: 17%;
	}
}
.edit__label.required:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(/images/contact/contact_required.png);
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
	.edit__label.required:after {
		background-size: auto 60%;
	}
}

.contact__send-button {
	width: 35%;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.contact__send-button {
		width: 90%;
	}
}
.contact__send-button a {
	font-size: 1.0vw;
}
@media screen and (max-width: 750px) {
	.contact__send-button a {
		font-size: 3.4vw;
	}
}

.contact__send-button .arrow-link-button {
	padding: 8% 5%;
}
@media screen and (max-width: 750px) {
	.contact__send-button .arrow-link-button {
		padding: 7% 5%;
		border-radius: 65px;
	}
}

.contact__send-button .arrow-link-button::after {
	right: 7%;
}

/*** recaptcha ***/
.contact__recaptcha {
	margin-top: 5%;
}


/* ---------------------------------------------------------------
	ページ：サポート対応が終了した製品
------------------------------------------------------------------*/
.contact__over-container {
	background: var(--bg-color-gray);
	padding: 7% 0;
}
@media screen and (max-width: 750px) {
	.contact__over-container {
		padding: 10% 0 14%;
	}
}

.contact__over-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3%;
	border-radius: 5px;
	font-size: 1.1vw;
}

@media screen and (max-width: 750px) {
	.contact__over-area {
		width: 90%;
		padding: 6% 5% 3%;
		font-size: 3.7vw;
	}
}

.contact__over-area p {
	margin-bottom: 5%;
}

@media screen and (max-width: 750px) {
	.contact__over-area p {
		margin-bottom: 8%;
	}
}

.contact__over-fixed-table-row {
#	max-width: 500px;
	width: 100%;
	max-height: 280px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	overflow: auto;
	font-size: 1.1vw;

	* {
		box-sizing: border-box;
	}
	table {
		border-spacing: 0;
		width: 100%;

		th, td {
			min-width: 6rem;
			max-height: 2rem;
			min-height: 2rem;
			line-height: 2rem;
			text-align: left;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			white-space: nowrap;
			padding: 10px;
		}
		th {
			background-color: #eee;
			position: sticky;
			top: 0;
		}
	}
}
@media screen and (max-width: 750px) {
	.contact__over-fixed-table-row {
		max-width: 600px;
		max-height: 280px;
		font-size: 2.7vw;
		width: 100%;
	}
}


/* ---------------------------------------------------------------
	ページ：ねじ巻きレンジャー サービス終了のお知らせ
------------------------------------------------------------------*/
.contact__over2-container {
	background: var(--bg-color-gray);
	padding: 7% 0;
}
@media screen and (max-width: 750px) {
	.contact__over2-container {
		padding: 10% 0;
	}
}

.contact__over2-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3% 3% 1%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.contact__over2-area {
		width: 90%;
		font-size: 4.1vw;
		padding: 7% 6%;
	}
}

.contact__over2-area>div {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__over2-area>div {
		margin-bottom: 15%;
	}
}

.contact__over2-area p a{
	color: var(--main-cp-color);
}


/* ---------------------------------------------------------------
	ページ：カスタマーハラスメントに対する基本方針
------------------------------------------------------------------*/
.contact__harassment-container {
	background: var(--bg-color-gray);
	padding: 7% 0;
}
@media screen and (max-width: 750px) {
	.contact__harassment-container {
		padding: 10% 0;
	}
}

.contact__harassment-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3% 3% 1%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.contact__harassment-area {
		width: 90%;
		font-size: 4.1vw;
		padding: 7% 6%;
	}
}

.contact__harassment-area>div {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__harassment-area>div {
		margin-bottom: 15%;
	}
}

.contact__harassment-area .common__text-with-leftline {
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.contact__harassment-area .common__text-with-leftline {
		margin-bottom: 5%;
	}
}

.contact__harassment-area p a{
	color: var(--main-cp-color);
}

/* ---------------------------------------------------------------
	ページ：動画・静止画像の投稿・配信に関するガイドライン
------------------------------------------------------------------*/
.contact__video-container {
	background: var(--bg-color-gray);
	padding: 5% 0;
}
@media screen and (max-width: 750px) {
	.contact__video-container {
		padding: 10% 0 16%;
	}
}

.contact__video-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3% 3% 8%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.contact__video-area {
		width: 88%;
		font-size: 3.8vw;
		padding: 6% 5% 12%;
	}
}

.contact__video-info {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.contact__video-info {
		margin-bottom: 10%;
	}
}

.contact__video-title {
	margin-bottom: 3%;
}
@media screen and (max-width: 750px) {
	.contact__video-title {
		margin-bottom: 8%;
	}
}

.contact__video-title .common__text-with-underline {
	font-size: 1.74vw;
}
@media screen and (max-width: 750px) {
	.contact__video-title .common__text-with-underline{
		font-size: 4.5vw;
	}
}

.contact__video-text {
	display: flex;
	flex-direction: column;
	gap: 5vw;
}
@media screen and (max-width: 750px) {
	.contact__video-text {
		gap: 11vw;
	}
}

.contact__video-text .common__text-with-leftline {
	font-size: 1.3vw;
	margin-bottom: 2%;
}
@media screen and (max-width: 750px) {
	.contact__video-text .common__text-with-leftline {
		font-size: 4.3vw;
		margin-bottom: 4%;
	}
}

.contact__video-text a {
	color: var(--main-cp-color);
}



/* ---------------------------------------------------------------
	ページ：コンテンツガイドライン
------------------------------------------------------------------*/
.content__guide-container {
	background: var(--bg-color-gray);
	padding: 9% 0;
}
@media screen and (max-width: 750px) {
	.content__guide-container {
		padding: 10% 0 16%;
	}
}

.content__guide-area {
	width: 80%;
	margin: auto;
	background: #fff;
	padding: 3%;
	border-radius: 5px;
	font-size: 1.1vw;
	line-height: 1.9;
}
@media screen and (max-width: 750px) {
	.content__guide-area {
		width: 88%;
		font-size: 4.0vw;
		padding: 6% 4%;
	}
}

.content__guide-info {
	margin-bottom: 5%;
}
@media screen and (max-width: 750px) {
	.content__guide-info {
		margin-bottom: 10%;
	}
}

.content__guide-text {
    display: flex;
    flex-direction: column;
    gap: 3vw;
}
@media screen and (max-width: 750px) {
	.content__guide-text {
		gap: 6vw;
	}
}

