@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


.info_area {
	font-size: 1.3rem;
}
.area_1 {
	padding: 20px;
	/*border-top: dotted 1px #ccc;*/
	border-bottom: solid 2px #000;
	box-sizing: border-box;
}
.area_1 .tx1 {
	font-size: 120%;
	font-weight: bold;
}
.info_area .att {
	margin: 30px 0 -20px;
}
.info_area .att span {
	font-size: 1.5rem;
	color: #e7417f !important;
}
.info_area .att span i {
	font-size: 140%;
	display: inline-block;
	padding: 0 5px 0 2px;
}

form.form {
	font-family: 'Noto Sans Japanese', Arial, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
form.form input.text, form.form textarea.standard, form.form select, form.form input.date {
	color: #555;
	font-size: 16px;
	width: 100%;
	padding: 16px 1%;
	border-radius: 4px;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
form.form input.text,
form.form textarea,
form.form textarea.standard {
	font-size: 16px;
	width: 100% !important;
}
form.form label {
	font-size: 1.5rem;
}

form.form p label.field-label {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0.5em !important;
	border-left: solid 2px #ccc;
}
form.form p.required label.field-label {
	background: none;
}
form.form p.required label.field-label:after {
	content: "*";
	color: #e7417f;
	padding-left: 0.5em;
}
form.form span.value {
	padding: 20px 2%;
	background-color: #f9f9f9;
}
/*.item_check_areaはjQuery生成class*/
form.form .item_check_area .value > span {}
form.form .value > span {
	position: relative;
}
/*label全体をクリック対応範囲 radioボタン、checkbox*/
form.form .value > span input[type="radio"],
form.form .value > span input[type="checkbox"] {
	position: absolute;
	top: 36px;
	left: 2px;
	z-index: 3;
}
/*label全体をクリック対応範囲にする　label*/
form.form .value > span label.inline {
	cursor: pointer;
	display: block !important;
	padding: 30px 0px 30px 40px;
	position: relative;
	z-index: 2;
}
form.form .value > span label.inline:hover {
	background-color: #fff;
}
/*チェックボックスに商品画像設置*/
.item_check_area label.inline:after {
	/*商品画像共通*/
	content: '';
	display: inline-block;
	width: 45px;
	margin: 0 0 0 20px;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 98%;
	position: absolute;
	top: -5px;
	z-index: 6;
}
.item_check_area .ch_silr label.inline:after {
	/*リッチ*/
	background-image: url("https://go.callcall.jp/l/861751/2021-10-26/5xr6b/861751/1635251024crIPFBPQ/ch_silr.png");
}
.item_check_area .ch_siln label.inline:after {
	/*ナチュラル*/
	background-image: url("https://go.callcall.jp/l/861751/2021-10-26/5xr68/861751/1635251071KgOL5t1k/ch_siln.png");
}
.item_check_area .ch_snll label.inline:after {
	/*ラベルレス*/
	background-image: url("https://go.callcall.jp/l/861751/2021-10-26/5xr6d/861751/1635251111GfHLS8pO/ch_snll.png");
	margin-left: 10px;
}
.item_check_area .ch_kh label.inline:after {
	/*KとH*/
	background-image: url("https://go.callcall.jp/l/861751/2021-10-26/5xr66/861751/1635251142SZoN8h9u/ch_kh.png");
	width: 90px;
}


#pardot-form .g-recaptcha > div {
	/*recaptcha*/
	margin: 0 auto !important;
}
form.form p.submit input {
	color: #fff !important;
	font-size: 2rem !important;
	text-align: center;
	display: block;
	width: 84%;
	margin: 2% auto;
	padding: 3% 0;
	background-color: #e61019;
	border-radius: 99px !important;
	border: solid 1px #fff;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
form.form p.submit input:hover {
	cursor: pointer;
	background-color: #fc242d;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}
form.form p.form-field {
	padding: 4.6% 1%;
	border-bottom: solid 1px #eee;
}

body.ec form.form p.submit input {
	font-size: 18px;
	margin: 0 auto;
	padding: 18px 4em;
	text-align: center;
	font-weight: bold;
	width: 100%;
	max-width: 400px;
	background-color: #000;
}
body.ec form.form p.submit input:hover {
	background-color: #444;
}

form.form .g-recaptcha {
	margin: 10px 0;
}

form.form .comments input.text {
	/*問い合わせ内容の入力欄*/
	width: 100%;
}

.form_under_area {
	text-align: center;
	margin: 30px auto 0;
}


@media screen and (max-width:768px) {
	.info_area .att {
		margin: 30px 0 20px;
	}
	/*label全体をクリック対応範囲 radioボタン*/
	form.form .value > span input[type="radio"] {
		top: 32px;
		left: 2px;
	}

}
/*--------------------------------//mediaquery*/