@charset "utf-8";
/* CSS Document */

main .container {
	max-width: 900px;
}


/*////////// セクション2（フォーム） ///////////*/
.form label strong {
	color: #EF0000;
	display: inline-block;
	margin-left: 0.5em;
	font-size: 0.85em;
	font-weight: 500;
}

.form .note {
	color: #3F3F3F;
	display: inline-block;
	font-size: 0.87em;
	line-height: 1.5em;
	padding-top: 0.5em;
	margin-bottom: 0 !important;
}

.postal-code .wpcf7-form-control {
	width: auto !important;
}

.wpcf7-form-control {
	width: 100% !important;
}

.wpcf7 {
	padding: 0.1rem;
}

.wpcf7 p {
	margin-bottom: 1.25rem;
}

.wpcf7-submit {
	background-color: #555;
	color: #fff;
	width: 240px !important;
	padding: 12px 5px;
	display: block;
	margin: 30px auto 0;
	border: 0;
}

.wpcf7-submit:hover {
	background-color: #28baee;
	transition-duration: 0.3s;
}

::placeholder {
  color: #ccc;
}


@media (min-width: 576px) {
	.wpcf7-submit {
		width: 240px !important;
	}
}

@media (min-width: 768px) {
	.wpcf7 {
		padding: 0.5rem;
	}
}



/*////////// カートリッジ注文フォーム ///////////*/
.form .pay-wrap {
	border-bottom: 1px dotted #ababab;
}

.form .radio-btn {
	margin: -10px 0 !important;
}

.form .wpcf7-list-item-label {
	font-size: 1rem !important;
	line-height: 2em;
}

.form .pay-wrap .list {
	font-size: 1.2em !important;
	font-weight: bold !important;
}

.form .telnum {
	font-size: 1.3rem !important;
}

@media (min-width: 992px) {
	.form .pay-wrap {
		width: 83%;
	}
}


/*////////// ご利用停止のお手続き ///////////*/
.form .checkbox-btn {
	margin: -10px 0 !important;
}

.form .bypass h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #0067a0;
}

@media (min-width: 768px) {
	.form .bypass h2 {
		font-size: 1.6em;
	}
}


/*////////// マンション専用フォーム ///////////*/
.fee {
	background-color: #e9f5ff;
}

.fee h2 {
	font-size: 1.25em;
	line-height: 1.7em;
	font-weight: 600;
}

.fee h2 strong {
	font-size: 1.4em;
	font-weight: 600;
	display: inline-block;
	margin-left: 10px;
}

.fee h2 strong span {
	font-size: 0.7em;
}

.fee h3 {
	font-size: 1.15em;
	line-height: 1.7em;
}

.fee .wrap {
	border: 1px solid #888;
}

.custom-field-width {
    width: 6em !important;
    box-sizing: border-box; /* paddingを含めて幅を計算 */
}


/*フォーム入力フィールドの余白*/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
	padding: 10px !important;
}

@media (min-width: 576px) {
	.fee h2 {
		font-size: 1.35em;
	}
}

@media (min-width: 768px) {
	.fee .wrap {
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media (min-width: 992px) {
	.fee h2 {
		font-size: 1.4em;
	}
	
	.fee h3 {
		font-size: 1.2em;
	}
	
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form textarea {
		padding: 15px !important;
	}	
}
