@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*
Theme Name: e-job
Author: 
Description: 
Version: 1.0
*/

/* ================================================================================ */
/*                                                                                  */
/*      スタイル                                                                    */
/*                                                                                  */
/* ================================================================================ */

/* ベース
----------------------------------------------- */
*{
	box-sizing:border-box;
}

body{
	min-width: 100%;
	line-height:1.8;
	color:#595757;
	font-size:15px;font-size: 1.5rem;
	font-family:Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

/* 汎用
----------------------------------------------- */
.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

.cancel{
	text-decoration:line-through !important;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.att{
	color:#ee3344;
}

p.mark {
    text-indent: -1em;
    margin-left: 1em;
}
p.mark span {
    display: inline-block;
    width: 1em;
    text-indent: 0;
}

textarea[name=message]{
	padding:5px;
	line-height:1.4;
}

.scroll table{
	width:100%;
}
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar {
	height: 5px;
}
.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.br-pc { display:none; }
.br-mb { display:block; }


/* テキスト
----------------------------------------------- */
.contents_m > .main > h2,
.contents_m > h2{
	margin: 20px 0;
	font-size: 20px;font-size: 2.0rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.3;
	background: url(https://e-job.hk/common/img/ico_ttl_base.png) no-repeat left top 4px;
	background-size: 20px auto;
    padding: 0 1em 0 1.4em;
}

.contents_m > .main > h2:first-child,
.contents_m > h2:first-child {
	font-size:20px;font-size: 2.0rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
    padding-right: 1em;
	position: relative;
	margin:0 0 20px;
}
.contents_m > .main > h2:first-child:after,
.contents_m > h2:first-child:after {
    width: 55em;
    border-top: 1px solid #bf0008;
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
}

.ttl02_blue {
    width: 300px;
    height: 77px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    display: block;
    background: url(https://e-job.hk/common/img/bg_ttl02_blue.png) no-repeat center top;
    background-size: 200px auto;
    margin: 0 auto;
}
.ttl02_blue h2 {
    font-size: 15px;
	padding-top: 7px;
}

h3.ttl_sub01 {
	color: #000000;
	font-size: 18px !important;font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: normal;
	border-left:5px solid #bf0008 !important;
	padding: 0 0 0 10px !important;
}

.ttl_sub02 {
    color: #000000;
    font-size: 18px !important;font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	background: url(https://e-job.hk/common/img/ico_ar02.png)  no-repeat left top 8px;
	background-size: 10px auto;
    padding: 0 1em 0 1em;
	display:flex;
	align-items:center;
}

.ttl_sub02:after{
    content:"";
	margin-left: 10px;
	border-top:1px solid #bf0008;
	flex-grow:1;
}

.font-b {
	font-weight: bold;
}

.font-red {
	color: #bf0008 !important;
}

.font-b-ora {
	color: #f09400;
	font-weight: 500;
}

.font-b-blue {
	color: #396688;
	font-weight: bold;
}

.font-gray {
	color: #595757;
}

/* スペース
----------------------------------------------- */
.mb0 {
	margin-bottom: 0 !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}


/* width
----------------------------------------------- */
.wd100 {
	width: 100%;
}
.wd66 {
	width: 66%;
}
.wd50 {
	width: 50%;
}
.wd40 {
	width: 40%;
}
.wd25 {
	width: 25%;
}


/* list
----------------------------------------------- */
ul.list01 li {
    background: url(https://e-job.hk/common/img/ico_ar06.png) no-repeat left top 10px;
    background-size: 6px auto;
    padding: 0 0 5px 14px;
}

ul.list02 {
    font-size: 18px;font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
}
ul.list02 li {
    background: url(https://e-job.hk/common/img/ico_list01.png) no-repeat left top 4px;
    background-size: 25px auto;
    padding: 0 0 20px 35px;
}


/* Button
----------------------------------------------- */
a.btn01,
.btn01 a{
	color: #FFF;
	font-size: 11px;font-size: 1.1rem;
	padding: 3px 25px 3px 15px;
	background: #bf0008 url(https://e-job.hk/common/img/ico_ar01.png) no-repeat right 10px top 50%;
	background-size: 5px auto;
	border-radius: 3px;
	position: absolute;
    top: 21%;
	right: 0;
	display: inline-block;
}
a.btn01:hover,
.btn01 a:hover {
	background: #d24d53 url(https://e-job.hk/common/img/ico_ar01.png) no-repeat right 10px top 50%;
	background-size: 5px auto;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;
}

a.btn02 {
	color: #bf0008;
	font-size: 11px;font-size: 1.1rem;
	padding: 0 20px;
	background: url(https://e-job.hk/common/img/ico_ar02.png) no-repeat right top 50%;
	background-size: 8px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
    top: 25%;
	right: 0;
}

.btn03 a,
a.btn03 {
	color: #000000;
	font-size: 12px;font-size: 1.2rem;
	padding: 5px 35px 5px 25px;
	background: #FFF url(https://e-job.hk/common/img/ico_ar03.png) no-repeat right 10px top 50%;
	background-size: 8px auto;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}

.btn04 {
	text-align: right;
}
.btn04 a{
	color: #000000;
	font-size: 11px;font-size: 1.1rem;
	padding-right: 20px;
	background: url(https://e-job.hk/common/img/ico_ar03.png) no-repeat right top 50%;
	background-size: 8px auto;
}

.btn_inq a {
    color: #FFF;
    font-size: 16px;font-size: 1.6rem;
    padding: 15px 60px;
    background: #f09400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
a.btn_inq02 {
    font-size: 14px;
    padding: 10px 30px 10px 20px;
    background: #f09400 url(https://e-job.hk/common/img/ico_ar01.png) no-repeat right 12px top 52%;
    background-size: 6px auto;
}


/* Table
----------------------------------------------- */
table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

table caption{
	background-color:#555;
	color:#FFF;
	font-size:12px;font-size: 1.2rem;
	padding:5px 5px 5px 10px;
}

table th {
	text-align: center;
	background-color:#F4F4F4;
	border:1px solid #ccc;
	border-bottom: none;
	padding: 10px;
	display: block;
}

table td{
	border:1px solid #ccc;
	border-bottom: none;
	padding: 10px;
	background-color:#FFF;
	display: block;
}





/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

#wrapper{
	border-top:3px solid #333;
}

.head_inline{
	width: 100%;
}

#menu ul{
	width: 100%;
}

#contents{
	width:100%;
	margin:0;
	padding: 20px 10px;
}

.contents_inline{
	width: 100%;
	margin:0 auto;
}

/* 1カラム
----------------------------------------------- */
.c1 .contents_m{
	overflow: hidden;
}

/*----------------------------------------------------------------【汎用デザイン】*/

/* コンテンツ部：メイン
----------------------------------------------- */

.contents_m {}

.contents_m h3 {
	padding:5px 0;
	margin-bottom:10px;
	font-size:14px;font-size: 1.4rem;
}


/* ヘッダー(共通)
----------------------------------------------- */

#head{
	width:100%;
	background:#FFF;
	padding: 12px 0;
	border-bottom: 1px solid #bdcbd5;
}

.head_inline{
	min-height:70px;
	margin:0 auto;
	position:relative;
}

#head #logo{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

#head #logo > a{
	display:block;
}

#head #logo > a > img{
	display:block;
	max-height:70px;
	width:auto;
}

p.hello{
	text-align:right;
}


/* グローバルナビゲーション(共通)
----------------------------------------------- */
#menu{
	display: none;
}

.qj-head-mb {
	display: block;
	position: relative;
}

.regi-mb,
.phone-mb,
.inq-mb,
.inq-sns-mb {
	width: 36px;
    height: 36px;
	color: #5e5e5e;
	text-align: center;
	border: 1px solid #5e5e5e;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	position: absolute;
    top: -5px;
    right: 179px;
	display: block;
}
.regi-mb .fa,
.phone-mb .fa,
.inq-mb .fa,
.inq-sns-mb .fa {
	font-size: 18px;font-size: 1.8rem;
}
.regi-mb span,
.phone-mb span,
.inq-mb span,
.inq-sns-mb span {
	font-size: 8px;font-size: 0.8rem;
	line-height: 1;
	margin-top: -5px;
	display: block;
}
.inq-mb {
	right: 136px;
}
.inq-sns-mb {
    right: 94px;
}
.regi-mb {
	color: #FFF;
	border: 1px solid #f09400;
	background: #f09400;
	right: 52px;
}


/*ナビメニューのスタイルを指定*/
.menu-mb {
  display: block;
  position: fixed; /*表示位置を固定*/
  z-index: 10;
  top: 0;
  left: 0;
  background: #CCC;
  border-top: solid 3px #333;
  width: 100%;
  padding: 50px 30px 30px;
  transform: translateY(-100%); /*ナビを上に隠す*/
  transition: all 0.6s; /*アニメーションの時間を指定*/
  }

.menu-mb .myMenuPanel {
}
.menu-mb ul {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
  
.menu-mb ul li {
	background: url(https://e-job.hk/common/img/ico_ar02.png)  no-repeat left top 10px;
	background-size: 8px auto;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
  
.menu-mb ul li a {
  color: #000;
  display: block;
}
  
/*トグルボタンが押されたときに付与するクラス*/
.menu-mb.active{
  transform: translateY(0%);
}
  
/*トグルボタンのスタイルを指定*/
.Toggle {
	  border-radius: 3px;
	  position: fixed;
	  right: 7px;
	  top: 7px;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  z-index: 13;
	  display: block;
}
  
.Toggle span {
	  display: block;
	  position: absolute;
	  width: 26px;
	  border-bottom: solid 3px #5e5e5e;
	  -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
	  -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
	  transition: .35s ease-in-out;     /*変化の速度を指定*/
	  left: 7px;
}
  
.Toggle span:nth-child(1) {
    top: 8px;
}
  
.Toggle span:nth-child(2) {
    top: 15px;
}
  
.Toggle span:nth-child(3) {
    top: 22px;
}
  
  /* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
  /* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.Toggle p {
	  width: 100%;
	  font-size: 10px;font-size: 1.0rem;
	  text-align: center;
	  position: absolute;
	  top: 24px;
}

a.head__lang {
    width: 158px;
    font-size: 14px;font-size: 1.4rem;
	text-align: left;
	background: #FFF url(https://e-job.hk/common/img/ico_jp.png) no-repeat left 13px top 50%;
    background-size: 10px auto;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 16px 4px 36px;
	display: inline-block;
	display: block;
    margin: auto;
}






/* フッター
----------------------------------------------- */
#foot_inquiry .foot_inquiry_box {
	width: 100%;
	font-size: 11px;
    padding: 0 20px 20px;
}
.foot_inquiry_box p.ttl {
    font-size: 14px;
	top: -16px;
}
.foot_inquiry_box .foot_inquiry_box_mail {
	width: 100%;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.foot_inquiry_box .foot_inquiry_box_wa {
	width: 100%;
	padding: 20px 10px;
	margin-bottom: 20px;
}
.foot_inquiry_box .foot_inquiry_box_wa dt {
    font-size: 28px;
	margin-top: 0;
}
.foot_inquiry_box .foot_inquiry_box_wa dd {
	margin-top: 0;
}
.foot_inquiry_box .foot_inquiry_box_line {
	width: 100%;
	padding: 20px 10px;
}
.foot_inquiry_box_line_box .foot_inquiry_box_line_id .id {
    font-size: 18px;
    padding: 2px 40px 2px 20px;
    margin-top: 33px;
    background: #FFF url(https://e-job.hk/common/img/ico_seach.png) no-repeat right 10px top 50%;
    background-size: 16px auto;
}
@media only screen and (orientation:landscape) {
	.foot_inquiry_box .foot_inquiry_box_mail {
		width: calc(33.33% - 10px);
    	margin-bottom: 0;
	}
	.foot_inquiry_box .foot_inquiry_box_wa {
		width: calc(33.33% - 10px);
    	margin-bottom: 0;
	}
	.foot_inquiry_box .foot_inquiry_box_wa dt {
		font-size: 24px;
	}
	.foot_inquiry_box .foot_inquiry_box_line {
		width: calc(33.33% - 10px);
    	margin-bottom: 0;
	}
	.foot_inquiry_box_line .foot_inquiry_box_line_box img {
		width: 60px;
		height: auto;
	}
	.foot_inquiry_box_line_box .foot_inquiry_box_line_id .id {
		font-size: 13px;
		padding: 4px 20px 4px 10px;
		margin-top: 18px;
		background: #FFF url(https://e-job.hk/common/img/ico_seach.png) no-repeat right 5px top 50%;
		background-size: 10px auto;
	}
}

#foot{
	margin:0;
	padding: 10px;
	background:#000;
}

#foot .foot_inline{
	width: 100%;
	margin:0 auto;
	border-top: 1px solid #CCC;
}

#foot .foot_inline .foot_menu{
	font-size: 12px;font-size: 1.2rem;
	padding: 0;
	text-align: left;
}

#foot .foot_inline .foot_menu li {
    border-bottom: 1px solid #CCC;
    background: url(https://e-job.hk/common/img/sp/arrow.png) no-repeat right;
    background-size: 20px 11px;
    line-height: 1.5;
    display: block;
    padding: 7px 10px;
	margin-right: 0;
}

#foot .foot_inline .foot_menu li.first {
    background: url(https://e-job.hk/common/img/sp/arrow.png) no-repeat right;
    background-size: 20px 11px;
}
#foot .foot_inline .foot_menu a {
    text-decoration: none;
    color: #FFF;
}

#foot #pagetop a{
	display:inline-block;
	padding:10px;
	text-decoration:none;
}

#foot .foot_logo {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0 auto;
	border-bottom: 1px solid #808080;
}
#foot .foot_logo img {
	width: 120px;
	height: auto;
}

#foot ul.foot_sns {
	text-align: center;
	margin-bottom: 40px;
}
#foot ul.foot_sns li {
	margin: 0 10px;
	display: inline-block;
}

#foot .foot_copy {
	width: 100%;
	color: #FFF;
	font-size: 11px;font-size: 1.1rem;
	text-align: center;
	margin-top: 20px;
}

/* ヘッダー(共通)
----------------------------------------------- */
.qj-head {
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: nowrap;
	position: relative;
}

.qj-head__set {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	padding: 0 0 0 10px;
}

.qj-head__set__logo {
	margin: 0;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
}

.qj-head__set__logo a {
}

.qj-head__set__logo a img {
	display: block;
	width: 170px;
	height: auto;
}

.qj-head__set__logo a:hover {
	opacity: 0.7;
}

.qj-head ul.lang {
	font-size: 12px;font-size: 1.2rem;
	position:absolute;
	top: -10px;
	right:0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	background: #000000;
}

.qj-head ul.lang li {
	display: inline-block;
}

.qj-head ul.lang li a {
	color: #FFF;
	padding: 1px 10px 1px 25px;
}

.qj-head ul.lang li.active {
	background: #FFF;
}

.qj-head ul.lang li.active a {
	color: #000000;
	display: inline-block;
}

.qj-head ul.lang li.jp a{
	background: url(https://e-job.hk/common/img/ico_jp.png) no-repeat left 10px top 50%;
	background-size: 10px auto; 
}

.qj-head ul.lang li.en a{
	background: url(https://e-job.hk/common/img/ico_en.png) no-repeat left 10px top 50%;
	background-size: 10px auto; 
}


.qj-head__set__switch {
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #DDD;
}

.qj-head__set__switch__btn {
	float: left;
}

.qj-head__set__switch__btn + .qj-head__set__switch__btn {
	border-left: 1px solid #DDD;
}

.qj-head__set__switch__btn a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;font-size: 1.2rem;
	text-decoration: none;
	background: #DDD;
	color: #333;
}

.qj-head__set__switch__btn a:hover {
	background: #FFF;
}

.qj-head__set__switch__btn--fresh {}

.qj-head__set__switch__btn--mid {}

.qj-head__set__switch__btn--fresh.active a {
	background: #FFF;
}

.qj-head__set__switch__btn--mid.active a {
	background: #FFF;
}

.qj-head__panel {
	width: 100%;
	margin: 0 56px 0 0;
	text-align: right;
}

.qj-head__panel__menu {
	display: none;
}


/*----------------------------------------------------------------【追加ページ】*/
.contents_m.page {
}

.contents_m.page .main {
    padding: 0 1em;
}

.contents_m.page .main .page_text {
    margin: 0 1em 3em;
}
.page_text_inner {
    margin: 1em 1.3em 3em;
}

/* Registration Form
----------------------------------------------- */
.forminator-guttenberg {
	width: auto;
}
