/* IMPORT RESET */
@import url("reset.css?v=20190129");
@import url("responsive.gs.12col.css?v=20190129");
/*datetimepicker*/
@import url("jquery.datetimepicker.css?v=20190129");
/*base*/
@import url("common.css?v=20190129");
@import url("frame.css?v=20190129");


.inquiry-frame input[type="text"],
textarea,
.inquiry-frame select {
	width:100%;
	font-size: 14px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}
textarea[name="message"] {
	min-height: 120px;
}
select.select-category,
input.datetimepicker,
select.datetimepicker,
select.pull-down {
	background-image: url(../img/common/icon-point-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	border-radius: 4px;
}
select.pull-down {
	cursor: pointer;
}
span.require {
	display: inline-block;
	width: 10px;
	color: #cc0000;
	margin: 0 0 0 1px;
	line-height: 12px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
}
.notice {
	margin: 10px 0;
}
.required-guide {
	margin: 10px 0;
	text-align: right;
}

.inquiry-select {
	margin-top: 15px;
}
.inquiry-form {
	margin: 10px auto;
}
.inquiry-select,
.inquiry-form {
	display: flex;
}

.inquiry-select dt,
.inquiry-form dt {
	width: 33.3%;
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	font-weight: bold;
}
.inquiry-select dd,
.inquiry-form dd {
	width: 66.6%;
}
.inquiry-select select,
.inquiry-form select {
	width: 100%;
	font-size: 14px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	height: 32px;
}
.inquiry-form input[type="text"] {
	width: 100%;
	font-size: 14px;
	border: solid 1px #ccc;
	padding: 5px 10px;
	border-radius: 4px;
	height: 32px;
}

@media (max-width:540px) {
.inquiry-select,
.inquiry-form {
	display: inline;
}
.inquiry-select dt,
.inquiry-form dt {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.inquiry-select dd,
.inquiry-form dd {
	width: 100%;
	margin-bottom: 5px;
}

}

/*--- checkbox ---*/
label {
	display: block;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + .checkbox-icon {
	position: relative;
}
input[type="checkbox"] + .checkbox-icon:before {
	content: "";
	position: absolute;
	top: -13px;
	left: -20px;
	display: block;
	background: #fff;
	width: 16px;
	height: 16px;
	border: solid 1px #ccc;
	border-radius: 1px;
	box-sizing: border-box;
}
input[type="checkbox"]:checked + .checkbox-icon:before {
	content: "";
	background: #53bf49 url(../img/en/inquiry/icon-checkbox-check.png) no-repeat center;
	background-size: 16px;
	border: none;
}
.privacy-policy {
	border: solid 1px #ccc;
	max-height: 240px;
	overflow-y: scroll;
	font-size: 12px;
	line-height: 1.6;
	padding: 15px 10px 20px;
}
.privacy-policy strong {
	font-weight: bold;
}

/*--- agree-check-area ---*/
.agree-check-area {
	text-align: center;
	padding: 10px;
}
.agree-check-area label {
	display: inline-block;
	font-weight: bold;
}

/*--- link-to-confirm ---*/
.link-to-confirm {
	margin: 20px 0 20px;
}
.link-to-confirm a.btn {
	display: block;
	background: #53bf49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 80%;
	max-width: 340px;
	margin: 15px auto 0;
	padding: 15px 0 12px;
}
.link-to-confirm a.btn:hover {
	opacity: 0.8;
}
.link-to-confirm a.btn.invalid {
	pointer-events:none;
	opacity: 0.4;
}

.link-to-confirm a.btn span {
	position: relative;
	padding-left: 28px;
}
.link-to-confirm a.btn span:before {
	content: "";
	position: absolute;
	background: url(../img/common/icon-inquiry-w.png) no-repeat;
	background-size: 24px 20px;
	top: 0;
	left: 0;
	width: 24px;
	height: 20px;
}


/*--- submit-select ---*/

.submit-select {
	width: 90%;
	margin: 20px auto;
	display:flex;
	justify-content: space-around;
	padding-bottom: 10px;
}
.submit-select div {
	width: 50%;
}
.submit-select div a.btn {
	width: 90%;
	max-width: 300px;
	margin: 15px auto 0;
	padding: 10px 0 8px;
	display: block;
	text-align: center;
}
.submit-select div a.btn:hover {
	opacity: 0.8;
}
.btn-back a.btn {
	background: #645c60;
	color: #fff;
}
.btn-send a.btn {
	background: #53bf49;
	color: #fff;
}


.btn-back a.btn span {
	position: relative;
	padding-left: 28px;
}
.btn-send a.btn span {
	position: relative;
	padding-left: 28px;
}
.btn-back a.btn span:before {
	content: "";
	position: absolute;
	background: url(../img/en/inquiry/icon-arrow-return-w.png) no-repeat;
	background-size: 24px 20px;
	top: 0;
	left: 0;
	width: 24px;
	height: 20px;
}
.btn-send a.btn span:before {
	content: "";
	position: absolute;
	background: url(../img/common/icon-inquiry-w.png) no-repeat;
	background-size: 24px 20px;
	top: 0;
	left: 0;
	width: 24px;
	height: 20px;
}


/*--- btn-select ---*/
.btn-select {
	width: 90%;
	margin: 0 auto;
	display:flex;
	justify-content: space-around;
}
.btn-select div {
	width: 50%;
}
.btn-select .middle-btn a.btn {
	width: 80%;
	max-width: 300px;
	margin: 15px auto 0;
	padding: 10px 0 8px;
}
@media (max-width:640px) {
.content.send-check h2 {
	font-size: 16px;
}
.content.send-check .content-frame h3 {
	font-size: 14px;
}
.btn-select {
	width: 90%;
	margin: 0 auto;
}
.submit-select {
	width: 90%;
	margin: 0 auto;
}
}

/--- *input-error ---*/
p.input-error {
	margin: 0;
	color: #f33;
	font-weight: bold;
}
.txt-error {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #f33;
	margin-top: 6px;
}
.txt.announce {
	margin-top: 20px;
	padding: 0;
}
.txt.announce.danger {
	color: #e74c3c;
}
.txt-description {
	display: block;
	font-size: 12px;
	margin-top: 6px;
}
@media (max-width: 640px) {
.txt.announce {
	padding-bottom: 25px;
}
}

.warning {
	font-size : 10px;
	color : black;
}

.btn_send {
	cursor: pointer;
}
form.category-part {
	margin-top: 40px;
}


/*--- to-faq-area ---*/

.to-faq-area {
	background: #f6f6f6;
	border: solid 1px #e6e6e6;
	margin: 15px 10px 5px;
	padding-bottom: 20px;
}
.to-faq-area p {
	text-align: center;
	padding: 15px 0 0;
}
.to-faq-area a {
	display: block;
	background: #53bf49;
	color: #fff;
	text-align: center;
	font-size: 14px;
	max-width: 200px;
	margin: 15px auto 0;
	padding: 11px 0 9px;
}
.to-faq-area a span {
	position: relative;
	padding-left: 26px;
}
.to-faq-area a span:before {
	content: "";
	left: -4px;
	top: 0;
	width: 26px;
	height: 20px;
	position: absolute;
	background-image: url(../img/common/icon-faq-w.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 26px 20px;
}

/*--- inquiry-area ---*/
.inquiry-area {
	padding: 15px 10px 20px;
}

h3 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 2px #222;
	padding-bottom: 10px;
	line-height: 1.6;
}

.notes {
	margin: 10px 0;
}
.remarks {
	color: #e74c3c;
	margin: 10px auto 0;
	display: inline-block;
	font-size: 12px;
}

.send-check {
	max-width: 640px;
	height: 100%;
	position: relative;
	margin: 0px auto 0px;
	padding: 20px 15px;
	overflow: hidden;
}

.contact_confirm {
	background: #f6f6f6;
	border: solid 1px #e6e6e6;
	margin: 15px 0 5px;
}

.confirm-form {
	padding: 20px 20px;
}

.confirm-form dt {
	font-size: 18px;
	font-weight: bold;
}

.confirm-form dd {
	margin-bottom: 15px;
}

.complete-txt {
	padding: 30px 10px 20px;
	text-align: center;
}

.return-btns {
	margin: 20px auto 40px;
}

.return-btns .btn {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	width: 80%;
	max-width: 200px;
	margin: 20px auto 0;
	padding: 11px 0 9px;
}
.to-faq-complete {
	background: #53bf49;
}
.to-site {
	background: #7c706f;
}

.to-faq-complete span {
	padding-left: 26px;
	position: relative;
}
.to-faq-complete span:before {
	content: "";
	left: -4px;
	top: 0;
	width: 26px;
	height: 20px;
	position: absolute;
	background-image: url(../img/common/icon-faq-w.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 26px 20px;
}

.return-btns .btn:hover {
	opacity: 0.8;
}

dd.checkbox-group label:first-child {
	margin-top: 7px;
}