@charset "utf-8";


div#inquiry h1 {
	margin: 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

body h1.bch-p-global-header__logo {
	border: none;
}

div#inquiry dl {
	margin: 0 0 25px 0;
	padding: 15px 0 35px 0;
	line-height: 1;
	position: relative;
	border-bottom: 1px solid #cccccc;
}

div#inquiry dl dt {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

div#inquiry dl dd {
	font-size: 16px;
	margin: 0 0 20px 0;
}

div#inquiry dl dd a {
	color: #000000;
	text-decoration: none;
}

div#inquiry dl dd a:hover {
	color: #07a3d2;
}

div#inquiry dl dd.other {
	position: absolute;
	right: 0;
	bottom: 20px;
}

div#inquiry dl dd.other a {
	display: inline-block;
	padding: 8% 0;
	width: 12em;
	text-align: center;
	background: #e6e6e6;
	border-radius: 5px;
	font-weight: bold;
}

div#inquiry dl dd.other a:hover {
	background: #51b5da;
	color: #ffffff;
}

div#inquiry dl#contact {
	border: none;
}

div#inquiry dl#contact dd ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

div#inquiry dl#contact dd ul li {
	width: 46%;
}

div#inquiry dl#contact dd ul li a {
	display: inline-block;
	width: 100%;
	padding: 4% 0;
	background: #07a3d2;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
	line-height: 1.5;
}

div#inquiry dl#contact dd ul li a:hover {
	background: #51b5da;
}

div#inquiry dl#contact dd ul li a span {
	display: inline-block;
	position: relative;
}

div#inquiry dl#contact dd ul li:first-child a span {
	background: transparent url("https://image2.b-ch.com/contents/inquiry/icn_contact_service.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 60px;
	left: 15%;
}

div#inquiry dl#contact dd ul li:last-child a span {
	background: transparent url("https://image2.b-ch.com/contents/inquiry/icn_contact_other.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 90px;
	left: 10%;
}


div#inquiry dl#contact dd ul li:first-child a:hover,
div#inquiry dl#contact dd ul li:last-child a:hover {
	background-color: #51b5da;
}

/* ------ inq_general ------ */
div#inquiry h2 {
	margin: 25px 0 0 0;
	padding: 0 0 25px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 100%;
}

div#inquiry div#inq-general {
	width: 55%;
	float: left;
}

div#inquiry div#inq-general input,
div#inquiry div#inq-general select,
div#inquiry div#inq-general textarea {
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 16px 50px 16px 16px;
}

div#inquiry div#inq-general input.err,
div#inquiry div#inq-general select.err {
	background-color: #fde5e6;
}

div#inquiry div#inq-general input.err,
div#inquiry div#inq-general select.err,
div#inquiry div#inq-general textarea.err {
	border: 1px solid #df0000;
	color: #df0000;
}

div#inquiry div#inq-general textarea {
	height: 10em;
	resize: none;
}

div#inquiry div#inq-general select {
	outline: none;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url("https://image2.b-ch.com/contents/inquiry/icn_select_arrow.png");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: right 24px center;
}

div#inquiry div#inq-general select::-ms-expand {
	display: none;
}

div#inquiry div#inq-general dl#inq-cnf dt {
	color: #07a3d2;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	padding: 35px 0 0 0;
}

div#inquiry div#inq-general dl#inq-cnf dd {
	margin: 0 0 35px 0;
}

div#inquiry div#inq-general dl#inq-cnf dd:last-child {
	margin: 0;
}

div#inquiry dl#inq-notice {
	width: 35%;
	float: right;
	border: none;
}

div#inquiry dl#inq-notice dt {
	text-indent: -1em;
	font-size: 16px;
	font-weight: bold;
}

div#inquiry dl#inq-notice dd {
	text-indent: -1em;
	font-size: 14px;
	line-height: 130%;
}

div#inquiry p:last-child {
	margin-bottom: 70px;
}

div#inquiry p#submit {
	text-align: center;
	margin-top: 50px;
}

div#inquiry p#submit a {
	display: inline-block;
	width: 20em;
	padding: 2% 0;
	background: #07a3d2;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
	line-height: 100%;
	text-decoration: none;
}

div#inquiry p#back {
	text-align: center;
}

div#inquiry p#back a {
	display: inline-block;
	width: 14em;
	padding: 2% 0;
	background: #ffffff;
	border: 2px solid #07a3d2;
	color: #07a3d2;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	line-height: 100%;
	text-decoration: none;
}

div#inquiry p#submit a:hover,
div#inquiry p#back a:hover {
	background: #51b5da;
	color: #ffffff;
}

div#inquiry span.err {
	color: #df0000;
	display: inline-block;
	background: transparent url("https://image2.b-ch.com/contents/inquiry/icn_err.png") 0 1px no-repeat;
	background-size: 14px auto;
	margin: 0;
	padding: 0 0 0 20px;
	position: relative;
	top: 10px;
}

div#inquiry div#inq-cmt {
	margin: 0;
	padding: 20px 0 0 0;
}

div#inquiry div#inq-cmt h2 {
	margin: 0;
	padding: 0 0 50px 0;
}

div#inquiry div#inq-cmt p {
	font-size: 16px;
}

div#inquiry div#inq-cmt p#inq-no {
	margin: 50px 0;
	text-align: center;
}

div#inquiry div#inq-cmt p#inq-no span {
	display: inline-block;
	border: 1px solid #000000;
	padding: 1em 3em;
}

div#inquiry div#inq-cmt p#inq-no span span {
	display: inline;
	border: none;
	padding: 0;
	font-weight: bold;
}

div#inquiry div#inq-cmt dl {
	border: none;
}

div#inquiry div#inq-cmt dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

div#inquiry div#inq-cmt dl dd {
	font-size: 14px;
	margin: 0;
	margin: 0;
	line-height: 150%;
}

div#inquiry div#inq-cmt p.btn {

}


/* ------ inq_general ------ */

