@charset "utf-8";

/* ------------------------------
MAIN
------------------------------ */
.topic_inner {
	margin: 0 14.2857%;
}

@media all and (max-width: 768px) {
	.topic_inner {
		margin: 0 4.6%;
	}
}

.categ_parent{
	border-right:none;
}
/* --------- ttl/lead ---------- */
.sec_ttl {
	font-size: 2.8rem;
	display: inline-block;
	padding: 0 0 15px 0;
	margin: 80px auto 0 auto;
	position: relative;
}
.sec_ttl:after {
	content: '';
	width: 100%;
	height: 7px;
	background: url("/commons/images/bg.gif");
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec_leadWrap {
	margin: 50px 0;
}

.sec_lead {
	font-size: 1.5rem;
	line-height: 2.4;
	text-align: center;
	margin: 0 0 30px 0;
}

.sec_lead_note {
	font-size: 1.3rem;
	line-height: 2.4;
}

.sec_lead_note-underline {
	color: #fff;
	display: inline-block;
	background: #c4c4c4 url("/commons/images/bg.gif");
	padding: 3px 8px 0 8px;
	margin: 0 0 10px 0;
}

.cont_ttl {
	font-size: 2.5rem;
	line-height: 1.5;
	background: #e1e1e1;
	padding: 19px 0 11px 0;
	margin: 0 0 30px 0;
}

@media all and (max-width: 768px) {
	.sec_ttl {
		font-size: 2.1rem;
		margin: 40px auto 0 auto;
	}

	.sec_leadWrap {
		margin: 35px 5%;
	}

	.sec_lead {
		text-align: left;
		line-height: 2;
	}

	.sec_lead_note {
		font-size: 1.1rem;
		line-height: 1.75;
	}

	.sec_lead_note-underline {
		font-size: 1.25rem;
		padding: 3px 8px 1px 8px;
		margin: 0 0 15px 0;
	}

	.cont_ttl {
		font-size: 1.6rem;
		padding: 16px 5% 12px 5%;
	}
}

/* --------- contents ---------- */
.container {
	padding: 0 0 10px 0;
}

.cont {
	margin: 0 14.2%;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.cont.cont-checkbox {
	margin: 0 13.57%;
	position: relative;
}


@media all and (max-width: 768px) {
	.cont,
	.cont.cont-checkbox {
		margin: 0 5%;
	}
}

/* --------- form Elements ---------- */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}

/* checkbox */
.form_check_txt,
.form_txt {
	font-size: 1.5rem;
	line-height: 1.45;
}

.form_check_set {
	float: left;
	width: 235px;
	margin: 0 20px 20px 0;
	display: table;
	table-layout: fixed;
	border: 2px solid #c8c8c8;
	cursor: pointer;
}

.form_check .form_check_set:before {
	content: '';
	vertical-align: middle;
	display: table-cell;
	width: 57px;
	height: 57px;
	margin: 0 0 0 0;
	background: transparent url("/contact/images/checked_none_x2.png") no-repeat center center/contain;
	border-right: 2px solid #c8c8c8;
}

.form_check input[type=checkbox]:checked + .form_check_set:before {
	background: transparent url("/contact/images/checked_x2.png") no-repeat center center/contain;
}

input[type=checkbox] {
	display: none;

	/*
	vertical-align: middle;
	display: table-cell;
	width: 57px;
	height: 57px;
	margin: 0 0 0 0;
	background: transparent url("/contact/images/checked_none_x2.png") no-repeat center center/contain;
	border-right: 2px solid #c8c8c8;
	*/
}
/*
.form_check input[type=checkbox]:checked {
	background: transparent url("/contact/images/checked_x2.png") no-repeat center center/contain;
}
*/

.form_check_txt {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding: 5px 10px 0 10px;
}

@media all and (max-width: 768px) {
	.form_check_set {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.form_check .form_check_set:before {
		width: 48px;
		height: 48px;
	}
}

/* txtbox */
.form_main {
	text-align: left;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}

.form_main input,
.form_main textarea {
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.45;
	display: inline-block;
	padding: 15px;
	width: auto;
	border: 2px solid #c8c8c8;
}

input[type=text],
input[type=tel],
input[type=email],
.form_main textarea {
	width: 80%;
}
input[data=postal-code] {
	width: 20%;
}

.form_txt {
	font-size: 1.5rem;
	text-align: center;
	display: inline-block;
	width: 19%;
}

.form_btnArea {
	margin: 0 14.8% 20px 14.8%;
	text-align: right;
}

.form_btn {
	color: #646464;
	font-size: 1.5rem;
	display: inline-block;
	width: 190px;
	height: 80px;
	background: #fff;
	border: 4px solid #c8c8c8;
	cursor: pointer;
	transition: all 200ms;
}
.form_btn:hover {
	color: #fff;
	background: #c4c4c4 url("/commons/images/bg.gif");
	border: none;
}

:placeholder-shown {
    color: #c8c8c8; }
::-webkit-input-placeholder {
    color: #c8c8c8; }
:-moz-placeholder {
    color: #969696; opacity: 1; }
::-moz-placeholder {
    color: #c8c8c8; opacity: 1; }
:-ms-input-placeholder {
    color: #c8c8c8; }

.form_note.disp-pc {
	display: inline-block;
	font-size: 1.5rem;
	color: #969696;
}
.form_note.disp-sp {
	display: none;
}

@media all and (max-width: 768px) {
	.form_main input,
	.form_main textarea {
		font-size: 1.5rem;
		padding: 12px;
	}

	input[type=text],
	input[type=tel],
	input[type=email],
	.form_main textarea  {
		width: 100%;
	}

	input[name=postal-code] {
		width: 40%;
	}

	.form_txt {
		font-size: 1.25rem;
		text-align: left;
		width: 100%;
		margin: 0 0 5px 0;
	}

	.form_btnArea {
		margin: 35px 0 0 0;
		text-align: center;
	}

	.form_btn {
		width: 50%;
		height: 80px;
		margin: 0 auto;
		background: #fff;
		transition: none;
	}

	.form_btn:hover {
		color: #646464;
		background: #fff none;
		border: 4px solid #c8c8c8;
	}

	.form_note.disp-pc {
		display: none;
	}
	.form_note.disp-sp {
		display: inline;
		font-size: 1.1rem;
		color: #969696;
	}
}

/* --------- sec_note ---------- */
.sec_noteWrap {
	overflow: hidden;
}

.sec_note_ttl {
	font-size: 1.5rem;
	margin: 50px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
}

.sec_note {
	font-size: 1.3rem;
	line-height: 2.15;
	text-align: left;
	margin: 20px 0 0 0;
}

/*
.sec_note_img {
	float: right;
	width: 130px;
	margin: 10px 0;
}
*/

@media all and (max-width: 768px) {
	.sec_note_ttl {
		font-size: 1.5rem;
		margin: 30px 0 0 0;
	}

	.sec_note {
		font-size: 1.25rem;
		line-height: 1.75;
	}

	/*
	.sec_note_img {
		float: none;
		width: 28%;
		margin: 10px auto;
	}
	*/
}

/* --------- jQuery-Validation-Engine ---------- */
.formError {
	z-index: 20;
}

.formCheckError .formError {
	bottom: 50px;
	right: 0;
	left: auto;
	top: auto;
}

.formError + input,
.formCheckError .form_check_set:before {
	background: rgba(238, 1, 1, .1);
}
.formError:after {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 4px solid transparent;
	border-right: 10px solid rgba(238, 1, 1, .8);
	border-bottom: 4px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: -20px;
	margin: -2px 0 0 0;
}

.formError .formErrorContent {
	line-height: 1.45;
	border-radius: 0;
	padding: 10px 10px 10px 10px;
	border: none;
	background: rgba(238, 1, 1, .8);
	position: relative;
	box-shadow: none;
}

.formError .formErrorArrow {
	display: none!important;
}

@media all and (max-width: 768px) {
	.formCheckError .formError {
		top: 50px;
		right: 0;
		left: auto;
		bottom: auto;
	}

	.formError:after {
		content: '';
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 10px solid transparent;
		border-right: 4px solid transparent;
		border-bottom: 10px solid rgba(238, 1, 1, .8);
		border-left: 4px solid transparent;
		position: absolute;
		top: -20px;
		left: 50%;
		margin: 0 0 0 -2px;
	}

	.formError .formErrorContent {
		padding: 5px 5px 5px 5px;
	}
}

/* --------- confirm ---------- */
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#confirm {
	background: rgba(210, 210, 210, .3) url("/commons/images/ptn.gif");
	padding: 100px 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	overflow-y: scroll;
	display: none;
}

.cf_container {
	background: #fff;
	padding: 80px 4.5%;
}

.cf {
	text-align: left;
	display: block;
	width: 100%;
}

.cf_body {
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 1.45;
	display: inline-block;
	padding: 15px;
	width: 90%;
	border: 2px solid #c8c8c8;
	margin: 0 0 20px 0;
}

.cf_head {
	font-size: 1.5rem;
	text-align: center;
	display: inline-block;
	width: 9%;
}

.cf_btnArea {
	text-align: center;
	margin: 50px 0 0 0;
}

.form_btn.form_btn-submit,
.form_btn.form_btn-cancel {
	text-align: center;
	margin: 0 30px;
}

@media all and (max-width: 768px) {
	#confirm {
		padding: 40px 0;
	}

	.cf_body {
		padding: 12px;
		width: 100%;
	}

	.cf_head {
		font-size: 1.25rem;
		text-align: left;
		width: 100%;
		margin: 0 0 5px 0;
	}

	.cf_btnArea {
		text-align: center;
		margin: 30px 0 0 0;
	}

	.form_btn.form_btn-submit,
	.form_btn.form_btn-cancel {
		text-align: center;
		width: 40%;
		margin: 0 4%;
	}
}