@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
}

#wrap {
	background-image: url(/css/inquiry/img/body-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

.nlink {
}
.nlink:hover {
	opacity: 0.5;
	display: block;
}

.bg-white {
	position: relative;
	overflow: hidden;
}
.bg-orange {
	position: relative;
	background-color: #ffb546;
	overflow: hidden;
}

header .pc-menu .pc-menu-table td .select {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	padding-bottom: 2px;
}

@media (min-width: 1200px) {

header .pc-menu {
	height: auto;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .3);
	background-color: #FFF;
	position: relative;
	z-index: 100;
}
header .pc-menu .pc-menu-table {
	width: 100%;
}
header .pc-menu .pc-menu-table td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
header .pc-menu .pc-menu-table td .word {
	color: #333;
}
header .pc-menu .pc-menu-table td .word:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	padding-bottom: 2px;
}
header .pc-menu .pc-menu-table .slogo {
	padding-left: 20px;
}
header .pc-menu .pc-menu-table .tlogo {
	padding-right: 30px;
	text-align: right;
}

.main-img {
	padding-top: 20px;
}
.main-img h1 {
	margin: 0px;
}
.main-img .main-img-table {
	margin-bottom: 75px;
	margin-right: auto;
	margin-left: auto;
}
.main-img .main-img-table td {
	vertical-align: bottom;
}
.login-bt {
	position: absolute;
	top: 0px;
	right: 30px;
}

.mtab {
	background-repeat: repeat-y;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
	background-position: center;
}
.mtab .tab {
	width: 100%;
	margin: 0px;
	position: relative;
}
.mtab .tab .bt {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.mtab .tab a.bt {
	background-color: #E6E6E6;
	color: #999;
}
.mtab .tab .select {
	background-color: #FF9933;
	color: #FFF;
}
.mtab .tab .arrow {
    background-image: url(/img/lp/menu-lr-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 35px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
    margin: auto auto;
}

.page-n .top-title, .page-w .top-title {
	font-size: 36px !important;
	letter-spacing: 0.1em;
	margin-bottom: 22px !important;
	font-weight: bold !important;
}
.page-w .top-title {
	color: #FF9933 !important;
}
.page-w .text {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 30px;
}
.page-n .text {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 30px;
}

.b-bt-left {
	float: right;
}
.b-bt-right {
	float: left;
}

.pc-menu .slogo {
	text-align: left !important;
	padding-left: 30px !important;
}
.pc-menu .tlogo {
	text-align: right !important;
	padding-left: 30px !important;
}
.cmodal .modal-lg {
	width: 1170px;
}

}

@media (max-width: 1199px) and (min-width: 992px) {

header .pc-menu {
	height: auto;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .3);
	background-color: #FFF;
	position: relative;
	z-index: 100;
}
header .pc-menu .pc-menu-table {
	width: 100%;
}
header .pc-menu .pc-menu-table td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
header .pc-menu .pc-menu-table td .word {
	color: #333;
}
header .pc-menu .pc-menu-table td .word:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	padding-bottom: 2px;
}
header .pc-menu .pc-menu-table td .h-sample-bt {
	height: 30px;
	width: 135px;
}
header .pc-menu .pc-menu-table .slogo {
	padding-left: 20px;
}
header .pc-menu .pc-menu-table .tlogo {
	padding-right: 25px;
	text-align: right;
}

.main-img {
	padding-top: 20px;
}
.main-img h1 {
	margin: 0px;
}
.main-img .main-img-table {
	margin-bottom: 75px;
	margin-right: auto;
	margin-left: auto;
}
.main-img .main-img-table td {
	vertical-align: bottom;
}
.login-bt {
	position: absolute;
	top: 0px;
	right: 25px;
}

.mtab {
	background-repeat: repeat-y;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
	background-position: center;
}
.mtab .tab {
	width: 100%;
	margin: 0px;
	position: relative;
}
.mtab .tab .bt {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.mtab .tab a.bt {
	background-color: #E6E6E6;
	color: #999;
}
.mtab .tab .select {
	background-color: #FF9933;
	color: #FFF;
}
.mtab .tab .arrow {
    background-image: url(/css/inquiry/img/menu-lr-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 35px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
    margin: auto auto;
}

.page-n .top-title, .page-w .top-title {
	font-size: 34px !important;
	letter-spacing: 0.1em;
	margin-bottom: 22px !important;
	font-weight: bold !important;
}
.page-w .top-title {
	color: #FF9933 !important;
}
.page-w .text {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 30px;
}
.page-n .text {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 30px;
}

.b-bt-left {
	float: right;
}
.b-bt-right {
	float: left;
}

.pc-menu .slogo {
	text-align: left !important;
	padding-left: 26px !important;
}
.pc-menu .tlogo {
	text-align: right !important;
	padding-left: 26px !important;
}

}

@media (max-width: 991px) and (min-width: 768px) {

header .pc-menu {
	height: auto;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .3);
	font-size: 12px;
	background-color: #FFF;
	position: relative;
	z-index: 100;
}
header .pc-menu .pc-menu-table {
	width: 100%;
}
header .pc-menu .pc-menu-table td {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
header .pc-menu .pc-menu-table td .word {
	color: #333;
}
header .pc-menu .pc-menu-table td .word:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	padding-bottom: 2px;
}
header .pc-menu .pc-menu-table td .h-sample-bt {
	height: 30px;
	width: 135px;
}
header .pc-menu .pc-menu-table .slogo {
	padding-left: 15px;
}
header .pc-menu .pc-menu-table .tlogo {
	padding-right: 20px;
	text-align: right;
}

.main-img {
	padding-top: 20px;
}
.main-img h1 {
	margin: 0px;
}
.main-img .main-img-table {
	margin-bottom: 75px;
	margin-right: auto;
	margin-left: auto;
}
.main-img .main-img-table td {
	vertical-align: bottom;
}
.main-img .main-img-table td .img01{
	max-width:261px !important;
}
.main-img .main-img-table td .img02{
	max-width:227px !important;
}
.main-img .main-img-table td .img03{
	max-width:262px !important;
}
.login-bt {
	position: absolute;
	top: 0px;
	right: 20px;
}

.mtab {
	background-repeat: repeat-y;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
	background-position: center;
}
.mtab .tab {
	width: 100%;
	margin: 0px;
	position: relative;
}
.mtab .tab .bt {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.mtab .tab a.bt {
	background-color: #E6E6E6;
	color: #999;
}
.mtab .tab .select {
	background-color: #FF9933;
	color: #FFF;
}
.mtab .tab .arrow {
    background-image: url(/css/inquiry/img/menu-lr-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 35px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
    margin: auto auto;
}

.page-n .top-title, .page-w .top-title {
	font-size: 24px !important;
	letter-spacing: 0.1em;
	margin-bottom: 22px !important;
	font-weight: bold !important;
}
.page-w .top-title {
	color: #FF9933 !important;
}
.page-w .text {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
.page-n .text {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}

.b-bt-left {
	float: right;
}
.b-bt-right {
	float: left;
}

.pc-menu .slogo {
	text-align: left !important;
	padding-left: 20px !important;
}
.pc-menu .tlogo {
	text-align: right !important;
	padding-left: 20px !important;
}

.prequest {
	padding-top: 10px;
	padding-bottom: 10px;
}

}

@media (max-width: 767px){

.sf-menu {
	background-color: #FFF !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .3) !important;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	position: relative;
	z-index: 100;
}
.sf-menu .navbar-brand {
	height: auto;
}
.sf-menu .navbar-brand>img {
	height: 50px;
}
.sf-menu .navbar-toggle {
	margin-top: 12px;
}
.sf-menu .navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.sf-menu .navbar-collapse li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.sf-menu .navbar-collapse li a{
	color: #333;
}
.sf-menu .navbar-collapse li a:hover {
	color: #333;
}
.sf-menu .navbar-collapse li a:hover span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}

.main-img {
	padding-top: 60px;
	margin-right: 10px;
	margin-left: 10px;
}
.main-img h1 {
	margin: 0px;
}
.main-img .main-img-table {
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.main-img .main-img-table td {
	vertical-align: bottom;
	text-align: center;
}
.login-bt {
	position: absolute;
	top: 0px;
	right: 20px;
}

.page-w , .page-n {
    padding-right: 15px;
    padding-left: 15px;
}

.mtab {
	background-repeat: repeat-y;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-bottom: 20px;
	background-position: center;
}
.mtab .tab {
	width: 100%;
	margin: 0px;
	position: relative;
}
.mtab .tab .bt {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.mtab .tab a.bt {
	background-color: #E6E6E6;
	color: #999;
}
.mtab .tab .select {
	background-color: #FF9933;
	color: #FFF;
}
.mtab .tab .arrow {
    background-image: url(/css/inquiry/img/menu-lr-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 35px;
    position: absolute;
    bottom: -20px;
    right: 0px;
    left: 0px;
    margin: auto auto;
}

.page-n .top-title, .page-w .top-title {
	font-size: 18px !important;
	letter-spacing: 0.1em;
	margin-bottom: 22px !important;
	font-weight: bold !important;
}
.page-w .top-title {
	color: #FF9933 !important;
}
.page-w .text {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}
.page-n .text {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 30px;
}

.b-bt-left {
	margin-right: auto;
	margin-left: auto;
}
.b-bt-right {
	margin-right: auto;
	margin-left: auto;
}

.prequest {
	padding-top: 20px;
	padding-bottom: 5px;
}


}


@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}