@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
*/

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

/* reset
----------------------------------------------- */

body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

table{
	border-collapse:collapse; 
	border-spacing:0;
}

caption,
th{
	text-align:left;
}

a{
	text-decoration: none;
	color:#000000;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;
}

a:hover{
	text-decoration:none;
	opacity: 0.7;  
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

input[type="text"],
input[type="password"],
select{
	padding:3px;
	border:1px solid #CCC;
}
input[type="email"] {
    border-bottom: 1px solid #CCC;
}

/* clearfix
----------------------------------------------- */

.clearfix:after{
	content:'';
	display:block;
	clear:both;
}

/* ベース
----------------------------------------------- */

*{
	box-sizing:border-box;
}

body{
	min-width: 1060px;
	line-height:1.8;
	color:#595757;
	font-size:15px;font-size: 1.5rem;
	font-family:Verdana,Arial,Meiryo,"Hiragino Kaku Gothic Pro",sans-serif;
}

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

p {
	margin-bottom: 20px;
}

/* 汎用
----------------------------------------------- */
.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;
}

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


/* テキスト
----------------------------------------------- */
.contents_m > .main > h2,
.contents_m > h2,
.forminator-guttenberg h2 {
	margin: 20px 0;
	font-size: 22px;font-size: 2.2rem;
	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 5px;
	background-size: 28px auto;
    padding: 0.2em 1em 0.2em 1.7em;
}

.contents_m > .main > h2:first-child,
.contents_m > h2:first-child,
.forminator-guttenberg h2 {
	color: #000000;
	font-size:22px;font-size: 2.2rem;
	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,
.forminator-guttenberg h2: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: 300px auto;
	margin: 0 auto;
}
.ttl02_blue h2 {
	color: #FFF;
	font-size:22px;
	font-weight: 500;
	line-height: 100%;
	padding-top: 14px;
}
.ttl02_blue p.sub {
	color: #9cb3c4 ;
	font-size:11px;
	letter-spacing: 2px;
}

h3.ttl_sub01 {
	color: #000000;
	font-size: 20px !important;font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-left:5px solid #bf0008 !important;
	padding: 0 0 0 13px !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 12px;
	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 8px;
    background-size: 8px auto;
    padding: 0 0 5px 16px;
}

ul.list02 {
    font-size: 20px;font-size: 2.0rem;
    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;
    background-size: 35px auto;
    padding: 0 0 20px 45px;
}


/* Button
----------------------------------------------- */
a.btn01,
.btn01 a{
	color: #FFF;
	font-size: 13px;font-size: 1.3rem;
	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;
	-moz-border-radius: 3px;
	-webkit-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: 13px;font-size: 1.3rem;
	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: 14px;font-size: 1.4rem;
	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: 13px;font-size: 1.3rem;
	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: 18px;font-size: 1.8rem;
    padding: 15px 100px;
    background: #f09400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

a.btn_inq02 {
	color: #FFF;
	font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding: 15px 46px 15px 30px;
	background: #f09400 url(https://e-job.hk/common/img/ico_ar01.png) no-repeat right 20px top 52%;
	background-size: 8px auto;
	border-radius: 3px;
	display: inline-block;
}


/* Table
----------------------------------------------- */
table{
	width:100%;
	line-height:150%;
	margin-bottom:20px;
}

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;
	padding:8px 10px;
}

table td{
	border:1px solid #ccc;
	padding:8px 10px;
	background-color:#FFF;
}





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

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

.head_inline{
	width:1060px;
}

#menu ul{
	width:1060px;
}

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

.contents_inline{
	width:1060px ;
	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:10px 0;
}

.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{
	border-bottom:1px solid #bdcbd5;
}

#menu > ul{
	width:1060px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	position:relative;
}

#menu > ul > li{
	font-size:16px;font-size: 1.6rem;
	vertical-align: bottom;
	padding: 5px 30px;
	display: inline-block;
	border-right: 1px dotted #bdcbd5;
}

#menu > ul > li.first {
	border-left: 1px dotted #bdcbd5;
}

#menu > ul > li > a{
	height: 30px;
	color:#000;
	text-decoration:none;
	position: relative;
	display: inline-block;
}

#menu > ul > li > a::after {
  position: absolute;
  bottom: -7px;
  left: -15%;
  content: '';
  width: 130%;
  height: 3px;
  background: #bf0008;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#menu > ul > li > a:hover{
	color:#bf0008;
	opacity: 1;  
	filter: alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”
}

#menu > ul > li > a:hover::after {
  transform: scale(1, 1);
}

/* グローバルナビ 下層リンク */
#menu .addMainMenu{
	width: 1060px;
	position:absolute;
	left: 0;
	top: 39px;
	z-index:80;
	background:#FFF;
	text-align:left;
	border-top: solid 3px #bf0008;
	border-right: 1px solid #bdcbd5;
	border-bottom: 1px solid #bdcbd5;
	border-left: 1px solid #bdcbd5;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 5px 10px #8ea3b2;
	box-sizing: border-box;
	padding: 20px;
}

#menu .addMainMenu::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-top: solid 8px #bf0008;
     left: 403px;
     top: 0;
}

#menu .menu_service::before {
     left: 763px;
}

#menu .menu_tips::before {
     left: 922px;
}

#menu .addMainMenu dl {
	color: #000;
	border-bottom: 1px dotted #bdcbd5;
	padding-bottom: 10px;
	margin-bottom: 15px
}

#menu .addMainMenu dt {
	font-size: 20px;font-size: 2.0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	vertical-align: middle;
	border-right: 1px dotted #bdcbd5;
	padding-right: 10px;
	margin-right: 10px;
}

#menu .addMainMenu dd {
	font-size: 12px;font-size: 1.2rem;
	font-weight: normal;
	vertical-align: middle;
}

#menu .addMainMenu img{
	margin-right: 20px;
}

#menu .addMainMenu ul{
	width:auto;
	vertical-align: top;
}

#menu .addMainMenu li{
	width:100%;
	font-size: 15px;font-size: 1.5rem;
}

#menu .addMainMenu ul li a{
	font-weight: 500;
	display:block;
	padding: 0 20px 10px 14px;
	color:#000;
	background: url(https://e-job.hk/common/img/ico_ar02.png) no-repeat left top 7px;
	background-size: 8px;
	text-decoration:none;
}

#menu .addMainMenu ul li a:hover{
}

#menu .parent_menu div{
	display:none;
}

#menu li a.current-item{
	color:#bf0008;
}

#menu > ul > li > a.current-item::before {
  position: absolute;
  bottom: -7px;
  left: -15%;
  content: '';
  width: 130%;
  height: 3px;
  background: #bf0008;
}

#menu > ul > li.home {
	font-size: 21px;font-size: 2.1rem;
	line-height: 30px;
	vertical-align: bottom;
	padding: 5px 30px;
}

#menu > ul > li.regi {
	padding: 0 20px;
	border-right: none;
}
#menu > ul > li.regi > a:hover{
	color:#FFF;
	opacity: 0.7;  
	filter: alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”
}
#menu > ul > li.regi > a:hover::after {
  transform: none;
}
#menu > ul > li.regi > a::after {
  content: none;
}

#menu a.qj-head__regi {
	color: #FFF;
	height: auto;
	border-radius: 3px;
	background: #f09400;
	padding: 6px 20px;
	position: absolute;
	top: -4px;
}
#menu a.qj-head__regi i {
	color: #f09400;
    font-size: 12px;font-size: 1.2rem;
	vertical-align: text-bottom;
	background: #FFF;
	margin-right: 6px;
	padding: 4px;
	border-radius: 20px;
}

.menu-mb,
.Toggle {
	display: none;
}

/* フッター
----------------------------------------------- */
#foot_inquiry {
	width: 100%;
	border-top: 6px #396688 solid;
    background: #e9eef2;
}
#foot_inquiry .foot_inquiry_box {
	width: 1060px;
    position: relative;
	padding: 30px 0 40px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#foot_inquiry .foot_inquiry_ttl {
	color: #396688;
    font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    transform: translateY(-50%);
}
#foot_inquiry .foot_inquiry_ttl::before {
    position: absolute;
    z-index: -1;
    left: 0;
	right: 0;
    bottom: 50%;
    width: 210px;
    height: 2px;
	margin: auto;
    background-color: #fff;
    content: '';
}
#foot_inquiry .foot_inquiry_ttl h3 {
	font-size: 22px;
    font-weight: 600;
	margin: 0;
    padding: 0;
}
#foot_inquiry .foot_inquiry_ttl span {
	font-size: 13px;
    font-weight: lighter;
}
.foot_inquiry_box p {
	margin-bottom: 0;
}
.foot_inquiry_box p.ttl {
	color: #396688;
	font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
.foot_inquiry_box p.ttl img {
	vertical-align: middle;
	margin-right: 10px;
}
.foot_inquiry_box .foot_inquiry_box_mail {
	width: calc(33.33% - 20px);
	text-align: center;
	padding: 30px 10px 20px;
	background: #FFF;
	position: relative;
}
.foot_inquiry_box .foot_inquiry_box_mail .btn_inq02 {
	width: 90%;
	margin-bottom: 10px;
}
.foot_inquiry_box .foot_inquiry_box_wa {
	width: calc(33.33% - 20px);
	text-align: center;
	padding: 30px 10px 20px;
	background: #FFF;
	position: relative;
}
.foot_inquiry_box .foot_inquiry_box_wa dt {
	color: #000;
	font-size: 30px;
    font-weight: 500;
	margin-top: 10px;
}
.foot_inquiry_box .foot_inquiry_box_wa dd {
	margin-top: 20px;
}
.foot_inquiry_box .foot_inquiry_box_line {
	width: calc(33.33% - 20px);
	text-align: center;
	padding: 30px 10px 20px;
	background: #FFF;
	position: relative;
}
.foot_inquiry_box_line .foot_inquiry_box_line_box {
	text-align: center;
	display: flex;
	justify-content: space-evenly;
}
.foot_inquiry_box_line .foot_inquiry_box_line_box .img_qr {
	padding-top: 4px;
}
.foot_inquiry_box_line_box .img_qr img{	
    vertical-align: bottom;
}
.foot_inquiry_box_line_box .foot_inquiry_box_line_id .id {
	font-size: 18px;
	padding: 6px 40px 6px 20px;
	 margin-top: 33px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: #FFF url("https://e-job.hk/common/img/ico_seach.png")  no-repeat right 10px top 8px;
	background-size: 20px auto;
}

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

#foot .foot_inline{
	width:1060px;
	margin:0 auto;
}

#foot .foot_inline .foot_menu{
	font-size: 13px;font-size: 1.3rem;
	padding: 40px 0 20px 0;
	text-align:center;
}

#foot .foot_inline .foot_menu li{
	display:inline-block;
	margin-right:20px;
	padding-left:30px;
	background:url(https://e-job.hk/common/img/ico_01.png) no-repeat left;
	background-size: 10px auto;
}

#foot .foot_inline .foot_menu li.first {
	background: none;
}

#foot .foot_inline .foot_menu a {
	color: #FFF;
}

#foot #pagetop{
	position: fixed;
    right: 0;
    bottom: 46px;
}

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

#foot .foot_logo {
	width: 1060px;
	text-align: center;
	padding: 40px 0;
	margin: 0 auto;
	border-bottom: 1px solid #808080;
}

#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: 1060px;
	color: #FFF;
	font-size: 13px;font-size: 1.3rem;
	text-align: center;
	margin: auto;
}

/* ヘッダー(共通)
----------------------------------------------- */
.qj-head {
	width: 1060px;
	margin: 0 auto;
	min-height: 70px;
	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 20px 0 0;
}

.qj-head__set__logo {
	margin: 0 20px 0 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;
	max-height: 42px;
	width: 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;
	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-top: 10px;
	text-align: right;
}

.qj-head__panel__menu {
	
}
.qj-head__panel__menu .qj-head__phone {
	color: #396688;
    font-size: 15px;font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	vertical-align: middle;
    padding: 0 0 0 40px;
    background: url(https://e-job.hk/common/img/ico_phone.png) no-repeat left center;
    background-size: 34px auto;
    line-height: 1.3;
	margin-right: 4px;
	display: inline-block;
}
.qj-head__panel__menu .qj-head__phone p {
    font-size: 18px;font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
	margin-bottom: 0;
}
.qj-head__panel__menu a.qj-head__inq {
	color: #FFF;
	border-radius: 3px;
	background: #396688;
	padding: 10px;
	margin-right: 2px;
}
.qj-head__panel__menu a.qj-head__inq i {
	color: #396688;
    font-size: 12px;font-size: 1.2rem;
	vertical-align: text-bottom;
	background: #FFF;
	margin-right: 6px;
	padding: 4px;
	border-radius: 20px;
}
.qj-head__panel__menu a.qj-head__inq_sns {
	color: #FFF;
	border-radius: 3px;
	background: #396688;
	padding: 10px;
	margin-right: 10px;
}
.qj-head__panel__menu a.qj-head__inq_sns img {
	vertical-align: sub;
	margin-right: 6px;
}
.qj-head__panel__menu a.qj-head__lang {
	text-align: left;
	background: url(https://e-job.hk/common/img/ico_jp.png) no-repeat left 10px top 50%;
    background-size: 10px auto;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 5px 30px;
	display: inline-block;
}

.head__lang,
.qj-head-mb,
.regi-mb,
.phone-mb,
.inq-mb,
.inq-sns-mb {
	display: none;
}


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

.contents_m.page .main {
    padding: 0.2em 1em 0.2em 2.9em;
}

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

/* Registration Form
----------------------------------------------- */
.forminator-guttenberg {
	width: 1060px;
    margin: 0 auto;
	overflow: hidden;
}
.forminator-ui.forminator-custom-form-38.forminator-design--material .column h2 {
	color: #000 !important;
}
.forminator-guttenberg p {
	margin-bottom: 0;
}
#forminator-module-38.forminator-design--material .forminator-label[class*="forminator-floating-"] {
	color: #000;
	font-weight: bold !important;
	background: url(https://e-job.hk/common/img/ico_ar02.png) no-repeat left top 6px;
    background-size: 10px auto;
    padding: 0 1em 0 1em;
}

#forminator-module-38.forminator-design--material .forminator-is_filled .forminator-label[class*="forminator-floating-"],
#forminator-module-38.forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"] {
    background-size: 8px auto;
}
#html-1 .column p,
#name-1,
#name-2,
#phone-1,
#email-1,
#text-1,
#address-1,
#html-2,
#checkbox-1 {
	padding: 0 2.6em !important;
}
#html-2 h3,
#html-2 h4 {
	color: #000;
}
.forminator-checkbox-label {
	color: #E04562;
}
#forminator-module-38.forminator-design--material .forminator-checkbox span[aria-hidden]:not(.forminator-checkbox-image) {
	border-color: #E04562 !important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-is_filled .forminator-label.forminator-floating--input:not(.forminator-has_phone) {
	padding-left: 1em !important;
}
.forminator-ui#forminator-module-38.forminator-design--material .forminator-button-submit {
	width: 200px;
	color: #FFF;
    font-size: 15px !important;
	font-weight: bold !important;
    padding: 10px 25px;
    background: #396688;
    border-radius: 3px;
    text-decoration: none;
    margin: auto;
    display: block;
    transition: 0.2s ease-in-out;
}