@charset "utf-8";
/******************** 全体設定 ********************/
* {
    margin: 0;
    padding: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3";
    color: #444444;
    font-size: 88%;
}
body img {
    vertical-align: bottom;
}
article, header, footer, nav, section, h1, dl, dt, dd {
    display: block;
}
a {
    text-decoration: none;
    color: #666666;
}
.strikeout {
    text-decoration: line-through;
}
.sp550Show{
    display:none;	
}
.aboutmyno p{
    word-break: keep-all
}
/*ヘッダーの高さ分スクロールするとクラス追加*/
.menu_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}
.scroll-header {
    display: none;
}
.line-breaks {
    word-wrap: break-word;
}
/*お知らせ長*/
#topic-long{
	margin: 40px 30px 0;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
#topic-long p{
	margin: 15px;	
}
.notice03{
	background: #ccc;
	border: none;
}
/* FRESAタイトル専用 */
div#fresa {
    width: 90%;
    margin-left: 10px;
}
div#fresa img.left {
    width: 20%;
    float: left;
    margin-top: 20px;
}
div#fresa p.right {
    width: 70%;
    float: right;
}
/* フォーム用追加分 */
dl dd .tx-input {
    border: 0;
    padding: 8px;
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
dl dd .tx-input2 {
    border: 0;
    padding: 8px;
    font-size: 1em;
    font-family: Arial, sans-serif;
    color: #666666;
    border: solid 1px #ccc;
    margin: 0 0 20px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
dl dd.birthdata .tx-input {
    width: 3.2em;
    margin-right: 5px;
}
#radio input {
    display: none;
}
#radio label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
#radio label:before, #radio label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
#radio label:before {
    background: #fafafa;
    border: 1px solid #666666;
}
#radio input:checked + label:after {
    top: 3px;
    left: 3px;
    height: 11px;
    width: 11px;
    background: #0099ff;
}
.select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-box select {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
}
.select-box label {
    position: relative;
}
.select-box label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../images/arrow.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
.quicksearch .select-box label:after {
    background: url(../images/arrow2.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
.quicksearch p.title {
    background: #f9be00;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 0;
}
select::-ms-expand {
     display: none;
}
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/******************** フォント ********************/
.s-tx {
    font-size : 82%;
}
.l-tx {
    font-size : 180%;
}
.attention {
    color: #f00;
}
.emph01 {
    font-weight: bold;
}
.emph02{
	text-decoration: underline;
}
.emph04{
    background: linear-gradient(#fff 60%, #FEECD2 0%);
}
.tx-white {
    color: #ffffff;
}
.tx-blue {
    color: #d3edfb;
}
.tx-orange {
    color: #eb6100;
}
.tx-pink {
    color: #ff00cc;
}
.tx-green {
    color: #009900;
}
/*テキストカラー→AKブルー*/
.tx-akBlue {
    color: #005bac;
}
/*テキストカラー→薄い赤*/
.tx-red01 {
    color: #ea545d;
}
/*テキストカラー→赤*/
.tx-red02 {
    color: #e60012;
}
/*テキストカラー→赤黒*/
.tx-black01 {
    color: #540e29;
}
/*テキストカラー→青*/
.tx-blue01 {
    color: #1050a2;
}
/*テキストカラー→鮮やか青*/
.tx-blue02 {
    color: #00a0e9;
}
/*ロゴはオンマウスでも薄くしない*/
header a:hover, footer #footer-navi a:hover, .advantage span a:hover {
    opacity: 1;
}
header #header-utility li a:hover, footer #footer-navi-utility li a:hover {
    opacity: 0.7;
}
/******************** レイアウト ********************/
html {
    overflow-x : hidden;
    overflow-y : auto;
}
body {
    width: 100%;
    overflow-x : hidden;
    overflow-y : auto;
}
/******************** 全体設定 ********************/
#wrapper {
    max-width: 950px;
    margin: 0 auto;
}
/******************** ヘッダー ********************/
#header-area {
    background: #fff;
}
#header-logo {
    float: left;
    display: table;
}
#header-logo #header-logoText {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#header-utility {
    display: table;
    float: right;
}
nav#breadcrumbs {
    padding: 10px 0;
}
.children li span:not(.trigger) a span:after {
    padding-left: 10px;
    content: url("../images/ic-window.gif");
}
/******************** ナビ：メインビジュアルS ********************/
#s-mv {
    background: #eee;
}
/******************** ナビ：ぱんくず ********************/
nav#breadcrumbs {
    font-size: 82%;
}
nav#breadcrumbs ol li {
    display: inline;
    list-style-type: none;
}
/*項目の前に＞表示（最初は除く）*/
nav#breadcrumbs ol li:before {
    content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
    content: "";
}
/*ホーム画像を右に配置*/
nav#breadcrumbs .home {
    background: url(../images/icon_home.png) right top no-repeat;
    padding: 0 20px 5px 0;
}
/******************** キービジュアル ********************/
#visual {
    position: relative;
}
/*640px*/
#visual img, .mv-contact img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#mv-sp, #mv-pc {
    width: 100%;
    max-width: 1280px;
    height: auto;
}
/******************** コンテンツ ********************/
article {
    margin: 0 0 30px 0;
}
section {
    margin: 30px 0;
    background: #ffffff;
}
h1 {
    font-size: 125%;
}
h2 {
    font-size: 125%;
}
article section dl dt {
    font-size: 113%;
}
/*テーブル設定*/
article section table {
    margin: 15px 0;
    width: 100%;
}
article section table th {
    white-space: nowrap;
    width: 100px;
    background: #eeeeee;
    text-align: left;
}
article section table th.lv3 {
    white-space: nowrap;
    width: 100px;
    background: #0055aa;
    text-align: left;
}
article section table th, article section table td {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.table01, .table02, .table04 {
    width: 100%;
}
.table01 th {
    width: 20%;
    white-space: nowrap;
}
.table02 th {
    width: 50%;
}
.table04 th {
    width: 30%;
}
th.bgwh {
    background: #fff;
}
table .center {
    text-align: center;
}
table .total-line{
background: #f8f8ff;
}
table .cell-r{
text-align: right;
}




/*新規ウィンドウアイコン*/
div#wrapper .out:after {
    padding-left: 5px;
    content: url("../images/icon_window.png");
}
div#wrapper .outclor:after {
    padding-left: 5px;
    content: url("../images/icon_window2.png");
}
/*PDFアイコン*/
article section .pdf:after {
    padding-left: 5px;
    content: url("../images/icon_pdf.png");
}
/*フリーダイヤルアイコン*/
.free_dial {
    background: url(../images/icon_freedial.gif) no-repeat left center;
    padding-left: 30px;
}
.free_dial::before {
    content: ": ";
}
/*テキストアイコン*/
.icon-txt {
    display: inline-block;
    text-align: center;
    font-size: 82%;
    font-weight: bold;
    padding: 2px 10px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#wrapper article section .orange {
    color: #eb6100;
    background: #fce4ce;
}
#wrapper article section .blue {
    color: #00a1e9;
    background: #d3edfb;
}
#wrapper article section .green {
    color: #009900;
    background: #ccffcc;
}
#wrapper article section .red {
    color: #e60012;
    background: #ffcccc;
}
/***ボタン設定***/
/*基本のボタン→オレンジ*/
.btn_orange a {
    background: url(../images/icon_btn.png) /*15px*/20px 50% no-repeat #eb6100;
}
/*問い合わせ・エントリー等フォームへのリンクボタン→ブルー*/
.btn_blue a {
    background: url(../images/icon_btn.png) /*15px*/20px 50% no-repeat #00a1e9;
}
.btn_yellow a {
    background: url(../images/icon_btn.png) /*15px*/20px 50% no-repeat #f9be00;
}
/*詳細ページ等へのリンクボタン*/
#wrapper .btn_gray a {
    background: url(../images/icon_list_ul.gif) /*15px*/20px 50% no-repeat #eee;
    color: #444;
}
#wrapper .btn .s-btx {
    font-size : 75%;
}
.btn_bold {
    font-weight: bold;
    font-size: 113%;
}
/*フォーム用*/
#btnArea p#info {
    background: url(/shared/images/info.png) left 50% no-repeat;
    display: inline-block;
    padding: 10px 0 10px 30px;
    font-size: 82%;
}
#btnArea p#info a {
    text-decoration: none;
}
#btnArea p#info a.link {
    border-bottom: 1px solid #666666;
    padding-bottom: 2px;
    color: #666666;
}
#btnArea p#ssl {
    background: url(/shared/images/lock.png) left 50% no-repeat;
    margin-top: 0 !important;
    display: inline-block;
    padding: 15px 0 10px 30px;
    font-size: 82%;
}
/***リスト設定***/
article section ul {
    margin: 15px 0 15px 15px;
}
article section ul li {
    list-style: none;
    margin: 5px 0 5px 12px;
    position: relative;
}
article section ul li:before {
    content: url(../images/icon_list_ul.gif);
    padding: 5px 7px;
    position: absolute;
    top: -5px;
    left: -2em;
}
/*リスト装飾*/
.list02 li:before {
    content: "― ";
}
.list03 li {
    list-style: disc;
}
.list03 li:before {
    content: none;
}
ol.list04 li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}
ol.list04 li:before {
    content: "(" counter(cnt) ") ";
    padding-left: 5px;
}
ol.list05 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list05 > li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-left: 0;
}
ol.list05 > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 2px 3px 2px
}
.noarrow02 li:before{
    content: none;
}
.list11 li,.list12 li,.list13 li{
    list-style-type: none;
}
.baloon li:before {
    content: none;
}
/*プレゼントアイコン*/
.list12 li:before {
    font-family: fontAwesome;
    content: '\f06b';
    font-size: 1.4em;
}
/*引用文 ダブルクオーテーション*/
blockquote {
	position: relative;
	margin: 1em 1.5em 0 2em;
	padding: 1.2em 1.2em 3.8em ;
	border: 1px dotted #ccc;
	border-radius: 4px;
}
#wrapper blockquote p{
	margin: 2.5em 2em 0 2.5em;
	font-weight: bold;
	color: #636363;
}
#wrapper blockquote p span{
	display: block;
	text-align: right;
	margin-top: 5px;
}
blockquote:before,blockquote:after{
	position: absolute;
	font-size: 4em;
	opacity: .1;
}
blockquote:before{
	top: 10px;
	left: 20px;
	content: '“';
}
blockquote:after{
	right: 20px;
	content: '”';
}
/*pointアイコン*/
.list13 li:before {
    font-family: fontAwesome;
    content: '\f0a4';
    font-size: 1.4em;
}
 /*ふきだし*/
#outer .baloon {
	margin-left: 0;
}
.baloon li span:first-child{
	padding:4px 20px;
	display:inline-block;
	background:#00a1e9;
	border:1px solid #ddd;
	color:#fff;
	border-radius:4px;
	position:relative;
	font-weight: bold;
	margin-bottom: 10px;
}
.baloon li span:first-child:before,
.baloon li span:first-child:after{
	content:"";
	display:block;
	height:8px;
	border:4px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-4px;
}
.baloon li span:first-child:before{
	border-top:8px solid #ddd;
	bottom:-20px;
}
.baloon li span:first-child:after{
	border-top:8px solid #00a1e9;
	bottom:-19px;
}
#outer .list11 li:before {
    content: none;
}
article section ul.arrow {
    list-style: none;
    margin: 8px 0 8px 12px;
    padding: 10px 0 10px 0;
    position: relative;
    border-bottom: dotted 1px #666666;
}
article section ul.arrow li {
    list-style: none;
    margin: 5px 0 5px 12px;
    position: relative;
}
article section ul.arrow li:before {
    content: url(../images/icon_list_ul.gif);
    padding: 5px 7px;
    position: absolute;
    top: -5px;
    left: -2em;
}
/*重要なお知らせ*/
.important-info{
	background: #FFF0F0;
	color: #c00;
	padding: 30px;
	margin-top: 45px;
}
.important-info p:first-child{
	font-weight: bold;
	margin-bottom: 15px;
}
.important-info2{
	background: none;
	color: #c00;
	padding: 30px;
	margin-top: 45px;
}
.important-info2 p:first-child{
	font-weight: bold;
	margin-bottom: 15px;
}

/*矢印他に適応時*/
article section .details02:before {
    content: url(../images/icon_list_ul.gif);
    padding: 5px 7px;
    background: none;
}
/*ul ボタン　矢印ナシ*/
article section .btnArea02 li:before {
    content: none;
}
article section ul.arrowmark {
    list-style: none;
    margin: 8px 0 8px 12px;
    padding: 10px 0 10px 0;
    position: relative;
}
article section ul.arrowmark li {
    list-style: none;
    margin: 5px 0 5px 12px;
    position: relative;
}
article section ul.arrowmark li:before {
    content: url(../images/icon_list_ul.gif);
    padding: 5px 7px;
    position: absolute;
    top: -5px;
    left: -2em;
}
/*2ケタ用*/
article section ol li.twodigit:before {
    padding: 5px 2px;
}
/*古郡 派遣拠点紹介専用*/
article section ul li.two {
    list-style-type: disc;
    color: #0099ff;
    margin: 5px 0 5px 42px;
    position: relative;
}
article section ul li.two p {
    color: #444444;
}
/**/
.job-list article section ul li::before {
    content: none;
}
/*olの場合*/
article section ol {
    margin: 15px 0 15px 15px;
    counter-reset: number;
}
article section ol li {
    list-style: none;
    margin: 5px 0 5px 12px;
    position: relative;
}
article section ol li:before{
    counter-increment: number;
    content: counter(number);
    padding: 5px 7px;
    position: absolute;
    top: -5px;
    left: -2em;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/icon_list_ol.gif) left 50% no-repeat;
}
/*ol背景ナシ 番号のみ*/
article section .nobg li:before {
    color: #444;
    background: none;
}
article section ul li p, article section ol li p {
    margin: 15px 0 15px 5px;
}
/** 古郡専用 ***/
div#showkainohyou {
    margin-left: 25px;
    width: 90%;
    height: 100%;
}
div#showkainohyou p.hidari {
    margin: 2px 15px 0 0;
    padding: 0;
    float: left;
    width: 48%;
}
div#showkainohyou p.migi {
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    width: 48%;
}
div#showkainohyou p.hidari02 {
    margin: 2px 15px 0 10px;
    padding: 0;
    float: left;
    width: 20%;
}
div#showkainohyou p.migi02 {
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    width: 76%;
}
div#ikujinohyou, div#ikujinohyou2 {
    margin-left: 10px;
    width: 90%;
    height: 100%;
}
div#ikujinohyou p.hidari, div#ikujinohyou2 p.hidari {
    margin: 2px 15px 0 0;
    padding: 0;
    float: left;
    width: 48%;
}
div#ikujinohyou p.migi, div#ikujinohyou2 p.migi {
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    width: 48%;
}
div#ikujinohyou p.hidari02, div#ikujinohyou2 p.hidari02 {
    margin: 2px 15px 0 10px;
    padding: 0;
    float: left;
    width: 30%;
}
div#ikujinohyou p.migi02, div#ikujinohyou2 p.migi02 {
    margin: 2px 0 0 0;
    padding: 0;
    float: left;
    width: 55%;
    text-align: right;
}
article span.ic-new {
    padding: 1px 41px 5px 0;
    background: url(/shared/images/ic-com001.gif) no-repeat 0 4px;
    text-decoration: none;
}
article span.ic-jyoujyou {
    padding: 1px 41px 5px 0;
    background: url(/shared/images/ic-com002.gif) no-repeat 0 4px;
    text-decoration: none;
}
article span.ic-asahikasei {
    padding: 1px 41px 5px 0;
    background: url(/shared/images/ic-com003.gif) no-repeat 0 4px;
    text-decoration: none;
}
/**バナーエリア設定***/
#bnrArea {
    text-align: center;
}
#hakenC-search #btnArea, #staff-top #btnArea {
    margin-top: 10px;
}


/*派遣TOP用*/
#hakenC-top #btnArea {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 15px;
    text-align: center;
}
#hakenC-top #entryaction #btnArea {
    margin-bottom: 15px;
}
#hakenC-top .quicksearch {
    background: #eee;
}
#bnrArea02 {
    margin: 15px 0 0 5px;
}
#bnrArea li, #bnrArea02 li {
    list-style: none;
    display: inline-block;
}
/*お知らせ*/
#news dl dd span {
    display: inline-block;
    text-align: center;
    font-size: 82%;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80px;
}
#news dl dd p {
	margin: 0;
}
#news dl dd span.yellow {
    color: #f9be00;
    background: #fef3d5;
}
#news dl dd span.blue {
    color: #00a1e9;
    background: #d3edfb;
}
#news dl dd span.orange {
    color: #eb6100;
    background: #fce4ce;
}
#news dl dd span.gray {
    color: #666;
    background: #f5f5f5;
}
/*コラム*/
/*オレンジ丸番号打消し設定*/
.columns article section ol li:before {
    content: none;
}
.columns article section ul li:before {
    content: url(../images/icon_list_ul.gif);
    padding: 5px 7px;
    position: absolute;
    top: -5px;
    left: -2em;
    background: none;
}
.columns ol > li {
    list-style: decimal;
}
.columns .list03 li {
    list-style: disc;
}
.columns .list03 li:before {
    content: none;
}
.columns .data_published {
    color: #bbb;
    margin: 0;
}
.list_columns .leadtxt {
    margin-top: 5px;
}
.column-detail .data_published {
    text-align: right;
    margin-right: 10px;
}
/*コラム詳細ページ*/
/*目次*/
.columns .toc .s-title {
    line-height: 2.5em;
    background: #eb6100;
    color: #fff;
    padding-left: 1em;
    font-weight: bold;
    margin-bottom: 30px;
    border-radius: 3px;
}
/*見出し装飾*/
/*サブタイトル*/
.list_columns h2, .column-detail h2 {
    background: none;
}
.column-detail h2 {
    margin: 0 0 25px 0;
}
.list_columns h2 {
    color: #eb6100;
    margin: 0 0 10px 0;
}
.column-detail h2 {
    position: relative;
    width: 100%;
}
.column-detail h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #eb6100, #eb6100 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #eb6100, #eb6100 2px, #fff 2px, #fff 4px);
}
.columns .other_columns div h2 {
    padding: 0;
}
/*見出し-デフォルト円*/
.column-detail h3 {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
}
.column-detail h3:before {
    content: '';
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    top: 14px;
    left: 7px;
    background-color: #f9be00/*#6B0CE8*/;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    z-index: 1;
}
.columns .column-detail h3:after {
    content: '';
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
    background-color: #00a1e9;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
.columns .column-detail h4 {
    font-size: 1.1em;
    margin-top: 35px;
}
.topics01 {
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}
.topics01_title {
    position: absolute;
    right: 0;
    left: 0;
    top: -1.7em;
    margin-left: 1em;
}
.topics01_title span {
    padding: 0.5em 1em;
    background: #FFF;
    color: #000;
    font-weight: bold;
}
.topics01_inner, .topics01_quote {
    padding: 1.2em;
    margin: 0;
}
.topics01_quote {
    padding-top: 0;
}
#hakenhou-kaisei2023 .table05 th.headline-side{
    width: 20%;
        }
#koyouhoken2022  table{
word-break: break-all;
}
#koyouhoken2022 table th{
word-wrap: break-word;
white-space: normal;
}

/*見出し括弧*/
.brackets {
    position: relative;
    line-height: 1.4;
    padding: 0.45em 1em;
    display: inline-block;
    margin-top: 15px;
}
.brackets:before, .brackets:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    display: inline-block;
}
.brackets:before {
    border-left: dotted 1px #ff5722;
    border-top: dotted 1px #ff5722;
    top: 0;
    left: 0;
}
.brackets:after {
    border-right: dotted 1px #ff5722;
    border-bottom: dotted 1px #ff5722;
    bottom: 0;
    right: 0;
}
/*コラムページ上部SNSボタン*/
.columns .social_button {
    border: none;
    margin: 0;
    padding: 0;
}
.columns .social_button ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}
.columns .social_button ul li {
    margin: 0 5px;
}
.columns .social_button ul li:before {
    margin: 0;
    content: none;
}
.columns .social_button p {
    text-align: center;
    margin: 0;
}
.columns .social_button02 {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: 0;
}
.columns .social_button02 li {
    text-align: center;
    width: 30%;
    height: 40px;
    padding-top: 5px;
    border-radius: 3px;
}
.columns .social_button02 .sns_btFb {
    background: #4267b2;
}
.columns .social_button02 .sns_btTw {
    background: #00a0e8;
}
.columns .social_button02 .sns_btLine {
    background: #1dcd00;
}
.columns ul.list03 li, .columns ul.list11 li {
    margin-bottom: 15px;
}
/*facebook botan高さずれ調整*/
.fb_iframe_widget > span {
    vertical-align: baseline !important;
}
/*
.two_rowsSp span.emph02 {
    display: inline;
}
*/
.qablock *, .qablock *:after, .qablock *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.qablock dt,.qablock dd {
	position: relative;
	padding: 0.8em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.qablock dt {
	margin: 0 3em 1em 3em;
	background:  #ffe0b2;
	font-weight:  bold;
}
.qablock dd {
	margin: 0 3em 3em 3em;
	background: #EAF8FF;
	line-height: 1.6;
}
/* 吹き出しｶ%・ */
.qablock dt::before,.qablock dd::before{
	position: absolute;
	z-index: 5;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出しｶ%・ */
.qablock dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出しｶ%・ */
.qablock dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #EAF8FF;
}
/* ?!アイコン */
.qablock dt::after,.qablock dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.qablock dt::after {
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #eb6100;
}
/* !アイコン */
.qablock dd::after {
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.4em;
	content: 'A';
	background: #00a1e9;
	font-weight: bold;
}
/*派遣のコスト*/
#haken-cost table tr td:first-child{
width: 27%;
}
#haken-cost .two_rowsSp span{
display: inline;
}

/*コラム一覧ページ*/
.columns .list_columns ul {
    margin-left: 0;
}
.list_columns .latest_column li:before, .list_columns .other_columns li:before {
    content: none;
}
/*FAQ*/
.faq > dt:before, .faq-open > dt:before {
    content: 'Q';
    background: url(../images/icon_list_ol.gif) left 50% no-repeat;
    font-size: 100%;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 6px;
    position: absolute;
    top: -5px;
    left: -2em;
}
.faq > dt {
    border: none;
    font-size: 100%;
    margin: 5px 0 5px 12px;
    position: relative;
    cursor: pointer;
}
.faq > dd {
    display: none;
    margin: 0 0 30px 15px;
}
.faq-open > dd:before {
    content: 'A';
    background: url(../images/icon_list.gif) left 50% no-repeat;
    font-size: 100%;
    color: #eb6100;
    font-weight: bold;
    padding: 5px 6px;
    margin-right: 5px;
    position: absolute;
    top: -5px;
    left: -2em;
}
.faq-open > dt {
    border: none;
    font-size: 100%;
    margin: 5px 0 5px 2em;
    position: relative;
    cursor: pointer;
}
.faq-open > dd {
    margin: 0 0 30px 4em;
    position: relative;
}
/*拠点一覧*/
.multiple dt {
    margin-top: 50px;
}
.multiple dt:first-child {
    margin-top: 30px;
}
/*QandA 派遣・紹介予定派遣*/
#wrapper .table-ul li {
    display: inline-block;
}
#wrapper .table-ul li:before {
    content: none;
}
dl.steps dt, dl.overview dt {
    border: 0;
    font-size: 100%;
}
dl.steps dd, dl.overview dd {
    border: 0;
}
dl.steps dt {
    margin: 15px 0 0 0;
    line-height: 1.2;
}
dl.overview dt {
    line-height: 1.5;
}
#wrapper dl.overview {
    width: 100%;
    margin-right: 0;
    float: none;
}
/*個人情報のお取り扱い*/
#privacy-policy .noarrow02,
#privacy-policy .noarrow02 li{
	margin-left: 0;
} 
#privacy-policy .noarrow02 > li {
	margin-bottom: 15px;
}
#privacy-policy dl dt:first-child{
	margin-top: 0;
}
/*arrow2*/
.arrow2 {
    margin: 0 0 75px 0;
    padding-bottom: 40px;
    position: relative;
}
.arrow2:before {
    width: 100px;
    height: 40px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 20px;
    margin-top: 75px;
}
.arrow2:after {
    border-top: 25px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    top: 115px;
    left: 0;
}
.arrow2 span {
    position: relative;
    z-index: 3;
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 2px 2px 1px rgb(255,255,255);
}
.noarrow:before {
    background-image: none;
}
/*派遣登録バナー追加部分 */
.entry-message01, .entry-message01-2 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    color: #eb6100;
    background: #fce4ce;
    text-align: center;
    font-weight: bold;
}
.entry-message01-2 {
    margin: 0;
}
.lead-mg {
    font-size: 1.2em;
    padding: 0 20px;
}
.entry-message01 img, .entry-message01-2 img {
    max-width: 480px;
    padding-bottom: 10px;
}
.entry-message01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fce4ce;
}
.entry-message02 {
    position: relative;
    display: inline-block;
    padding: 30px 0px;
    color: #eb6100;
    text-align: center;
    font-size: 1.3em;
    border-top: solid 3px #eb6100;
    border-bottom: solid 3px #eb6100;
    background: #fff;
    font-weight: bold;
    margin: 0 0 45px;
}
.entry-message02 span:last-child {
    font-size: 1.3em;
    display: block;
    padding-top: 5px;
}
.btn-haken-entry {
    background: url(../images/icS-entry.gif) no-repeat #eb6100 15px center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.btn-haken-entryL {
    background: url(../images/ic-entry.gif) no-repeat #eb6100 20px 48%;
    margin: 25px auto 15px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
}
#outer .btn-haken-entry a {
    color: #fff;
    padding-left: 45px;
}
.btn-haken-entryL a {
    color: #fff;
}
.advantage {
    margin: 40px 0 30px;
}
.advantage li {
    font-weight: bold;
    font-size: 1.2em;
    padding: 2%;
}
.advantage span {
    padding-bottom: 3px;
}
.advantage li p:nth-child(2) {
    padding: 20px 0;
}
.advantage li p:nth-child(3) {
    font-weight: normal;
    font-size: 0.8em;
    text-align: left;
}
/*簡易検索*/
section.quicksearch {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
section.quicksearch form#form {
    width: 90%;
    margin-left: 5%;
}
section.quicksearch #form select {
    width: 100%;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
section.quicksearch .select-box select {
    border: 1px solid #ccc;
}
section.quicksearch #form input[type="submit"] {
    background: url(../images/icon_btn.png) 15px 50% no-repeat #eb6100;
    min-width: 5em;
    text-align: center;
    font-size: 113%;
}
.quicksearch p.serachmore {
    text-decoration: underline;
    font-weight: normal;
}
.quicksearch #preflist optgroup {
    color: #a9a9a9;
}
.quicksearch #preflist optgroup option {
    color: #000;
}
.entrybox {
    background: #eee;
}
#entryaction {
    background: none;
}
/*お問合わせ*/
.info-tximg > div  p span{
font-weight: bold;
display:block;
}
/*お友達紹介キャンペーン（全社_ 共通ヘッダー）*/
.campaign-friends li::before{
	content: none;
}
.campaign-friends .bt-mail, 
.campaign-friends .bt-entry-friends,
.haken-oshigoto-soudan .bt-mail,
#haken-event .bt-mail{
    background: #eb6100;
}
.campaign-friends .bt-line,
#haken-event  .bt-line{
    background: #1dcd00;
}
.campaign-friends .rectangle,
#haken-event .campaign-step .rectangle {
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.campaign-friends .btnArea03 a, 
.campaign-friends.btnArea03 input {
    font-size: 1em
}
.campaign-friends .btnArea03 a {
    width: 280px;
}
.campaign-friends .btnArea03 a:hover {
    opacity: 1;
}
.campaign-friends .bt-line::before,
.campaign-friends .bt-mail::before, 
.campaign-friends .bt-entry-friends::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.campaign-license .balloon1-left div, .balloon1-right div {
  margin: 0;
  padding: 0;
}
.campaign-license .balloon1-right div p, .balloon1-left div p{
	font-weight: bold;
	margin: 15px;
}
.campaign-license .balloon1-right div ul, .balloon1-left div ul{
	margin-top: 30px;
}
.campaign-license .contact01,.campaign-license .contact01 li  {
	margin-left: 0;
}
/*ウェビナー*/
.webinar section.mv-noframe, #haken-event section.mv-noframe{
border: none;
padding: 0;
}
.webinar-notice .list05{
margin-top: 15px;
}
.webinar-notice .list03{
margin-left: 0;
margin-top: 0;
}
/*アミダスイベント*/
#haken-event .mv-area01 img{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#haken-event article section ul li::before,
#haken-event article section ol li::before{
content: none;
}
#haken-event .haken-event-category li{
    font-size: 1.3em;
    font-weight: bold;
    background:url(../../job/haken/event/images/arrow01.png)  no-repeat bottom center;
    padding-bottom: 35px;
    margin-left: 0;
}
#haken-event .course-title{
    font-size: 2.2em;
    font-weight: bold;
}
#haken-event .course-data{
    font-size: 1.8em;
}
#haken-event .course-info span{
    display: block;
    font-size: 1.2em;
    margin-bottom: 15px;
    margin-top: 30px;
}
#haken-event .course-link{
    font-size: 1.4em;
    text-align: right;
}
#haken-event .campaign-step { 
    margin-top: 60px;
}
#haken-event .campaign-step li{ 
    border: solid #1f97d5 1px;
}
#haken-event .campaign-step span { 
    display: block;
    font-size: 1.8em;
    color: #1f97d5;
    text-align: center;
    margin-bottom: 15px;
}
#haken-event .campaign-step .rectangle {
	font-size: 0.85em;
	padding: 10px 5px;
}

#haken-event .campaign-step .btnArea03 li{ 
    width: auto;
}
#haken-event article section h2 {
    position: relative;
    padding: 1rem .5rem;
    background: none;
    display: block;
    margin: 60px 0 30px;
    /*
    font-size: 2.2em;
    */
}
#haken-event h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: ' ';
    background-image: -webkit-gradient(linear, left top, right top, from(#db943e), to(#dabf7a));
    background-image: -webkit-linear-gradient(.25turn, #db943e, 10%, #dabf7a);
    background-image: linear-gradient(.25turn, #db943e, 10%, #dabf7a);
    background:-ms-linear-gradient(top, #db943e, #dabf7a); /* IE */
}
#haken-event #jmp-webinar-course div{
    background: #eaecf1;
}
#haken-event #btnArea {
    text-align: left;
    margin-left: 0;
}
#haken-event #btnArea p{
    margin: 45px 0 15px;
}
#haken-event #btnArea ul li,
#haken-event #btnArea ul{
    margin-left: 0;
}
#haken-event #btnArea a{
    background:  #2e68ab;
    padding: 10px 15px;
    border-radius: 0;
    width: 180px;
    text-align: center;
}
#haken-event .btnArea03{
    margin-top: 30px;
}
#haken-event #btnArea .btn{
    text-align: center;
}
#haken-event .btnArea03 li{
    border: none;
}
#haken-event .btnArea03 a{
    padding: 0;
    width: auto;
    display: block;
}
#haken-event .course-info {
    font-size: 1.7em;
}
#haken-event .course-info .course-title{
    background: linear-gradient(transparent 60%, rgba(219,148,62, 0.8) 0%);
    display: inline;
}
#haken-event .campaign-step img{
    margin-top: 40px;
}
#haken-event .campaign-step li{
    padding:3% 3% 0;
}
#haken-event .campaign-step li:nth-child(2) img{
    margin-top: 20px;
}
#haken-event .campaign-step .btnArea03 li{
    padding:0;
    margin-left: 0;
}
#haken-event .social_button {
    margin-top: 100px;
}
#haken-event .social_button ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}
#haken-event #haken-event .rectangle {
    font-size: 0.8em;
    padding: 2%;
}

/*cluboff*/
.h3notice_cluboff{
	text-align: center;
	font-size: 82%;
}
/*ボタン　四角で囲う*/
.rectangle {
    color: #fff;
    padding: 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.rectangle::before {
    opacity: 0;
    position: absolute;
    content: '';
    display: block;
    border: 1px solid #ffffff;
    left: 4px;
    top: 4px;
    transition: .3s;
}
.rectangle:hover::before {
    opacity: 1;
}
.rectangle:active::before {
    border-style: dashed;
}
.rectangle:active::before {
    border-style: double;
    border-width: 4px;
}
.campaign-friends  .img_align2 img {
    max-width: 280px;
}
.campaign-friends ul.arrow {
    border-bottom: none;
}
.campaign-friends .circle span {
    font-size: 1.5em;
    color: #00a1e9;
    font-weight: bold;
    display: block;
}
.circle li .manual01 img {
    position: absolute;
    top: 120px;
    left: 30%;
}
.circle li .manual01 {
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    border-radius: 50%;
    border: solid 3px #00a1e9;
    position: relative;
    margin-top: 15px;
}
.circle li:first-child .manual01 p {
    margin-top: 30px;
}
.circle li .manual01 p {
    margin-top: 55px;
}
.circle li .manual01 p span {
    text-align: center;
}
.circle li {
    padding-top: 30px;
    text-align: center;
	margin: 5px 0 5px 12px;
}
.circle li:before {
    content: none;
}
.condition01 .arrow li{
	padding-bottom: 15px;
}
/*youtube 埋込　slick.css 追加指定*/
#youtube-slide .course-info span.s-tx{
    font-size: 0.6em;
}
#youtube-slide .slick-dotted.slick-slider {
    margin-left: 0;
}
#youtube-slide .slider-2 .slick-slide {
    width: auto;
    height: 200px;
    position: relative;
    overflow: hidden;
}
#youtube-slide .slider-2 li span {
    display :block;
}
#haken-event #youtube-slide .slider-2 .slick-slide {
    margin: 0 20px 0 0;
}
#hakenC-top #youtube-slide .slider-2 .slick-slide {
    margin: 0 15px 0 0;
}
#youtube-slide .slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #youtube-slide .slider-2 .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 75px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  #youtube-slide .slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
  }
  #youtube-slide .slider-2 .slick-next {
    right: 0;
  }
  #youtube-slide .slider-2 .slick-prev {
    left: 0;
  }
  #youtube-slide .slider-2 .slick-next::before {
    left: 13px;
  }
  #youtube-slide .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    left: 16px;
  }
  #youtube-slide .dots-2 .slick-dots {
    text-align: center;
  position: static;
  }
  #youtube-slide .dots-2 .slick-dots li {
    display: inline-block;
  }
  #youtube-slide .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  #youtube-slide .dots-2 .slick-dots .slick-active button {
    background: #0a467d;
  }
#hakenC-top #youtube-slide{
    padding-bottom: 0;
}
#hakenC-top #youtube-slide dl dt{
    padding-top: 80px;
}

#haken-event .topic-friends-campaign img{
    margin-left: 0;
    margin-top: 30px;
    text-align: left;
}
#haken-event .mv-noframe #btnArea a{
width: calc(100% - 60px);
text-align: left;
border-radius: 5px;
padding: 10px 15px 10px 45px;
background: url(/shared/images/icon_btn.png) 20px 50% no-repeat #f9be00;
display: block;
color: #fff;
}
#haken-event .mv-noframe #btnArea .btn{
margin: 0;
}
@media screen and (min-width: 801px) {
    /*
    #haken-event .mv-noframe #btnArea  ul{
    display: flex;
    justify-content: space-around;
    }
    */
    #haken-event .mv-noframe #btnArea li{
    width: 40%;
    max-width: 400px;
    }
    #hakenC-top #youtube-slide .slider-2 .slick-next {
        right: 15px;
      }
    #hakenC-top #youtube-slide .slider-2 .slick-prev {
        left: 15px;
      }



}
@media screen and (max-width: 800px) {
    #youtube-slide .slider-2 .slick-slide {
      width: 90vw;
      height: auto;
      margin: 0;
    }
    #youtube-slide .slider-2 iframe{
      aspect-ratio: 16 / 9;
      width: 100%;
      height: 100%;
    }
    #youtube-slide .slider-2 .slick-arrow {
      top: 50%;
    }
    #haken-event .mv-noframe #btnArea  ul{
    margin-left: 0;
    }
    #hakenC-top #youtube-slide .slider-2 .slick-slide {
        width: 79vw;
    }
}
/**/





/*サブナビゲーション*/
.snav {
    margin: 80px 30px 30px;
}
#subnav01 {
    background: #fef4ea;
    border: 1px solid #eb6100;
}
#subnav02 {
    background: #fffaed;
    border: 1px solid #f9be00;
}
#subnav03 {
    background: #ecf8fd;
    border: 1px solid #00a1e9;
}
.snav ul {
    list-style: none;
}
.snav p {
    padding: 10px 1%;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#subnav01 p {
    background: #eb6100;
}
#subnav02 p {
    background: #f9be00;
}
#subnav03 p {
    background: #00a1e9;
}
.snav p span {
    padding-right: 40px;
    font-size: 1.2em;
    position: relative;
}
.snav p span:after {
    padding-left: 10px;
    position: absolute;
}
#subnav01 p span:after {
    content: url("../images/ic-info.gif");
}
#subnav02 p span:after {
    content: url("../images/ic-info02.gif");
}
#subnav03 p span:after {
    content: url("../images/ic-info03.gif");
}
.snav dt {
    padding: 10px 0;
    font-weight: bold;
}
.snav dt img {
    width: 100%;
}
.snav dt span {
    display: block;
    margin-bottom: 5px;
}
.snav dd {
    border-bottom: dotted 1px #ccc;
    padding: 5px 0 5px 15px;
}
#subnav01 dd {
    background: url(../images/icon_list_ul.gif) left 50% no-repeat;
}
#subnav02 dd {
    background: url(../images/icon_list_ul_yellow.gif) left 50% no-repeat;
}
#subnav03 dd {
    background: url(../images/icon_list_ul_blue.gif) left 50% no-repeat;
}
/******************** フッター ********************/
/*左右いっぱいに背景色*/
#footer-siteLink {
    background-color: #eeeeee;
}
/*優良派遣事業者行動指針*/
.list01 {
    margin: 40px 15px 15px 15px;
}
/*個人情報保護方針y*/
#privacy ul.nomark {
    margin: 0px;
}
#privacy .forlmark {
    margin: 0 0 0 15px;
}
.table03 th {
    white-space: normal;
}
.link_parts {
    text-decoration: underline;
}
.forlmark {
    margin-left: 20px;
}
/*紹介コンサル*/
.consul_career th, .consul_career td {
    background: none;
    border : none;
    font-weight: normal;
    vertical-align: top;
}
.consul_career tr td:nth-child(3) {
    position: relative;
    z-index: 1;
}
.consul_career tr td:nth-child(3):before {
    content: '\f178';
    font-family: fontAwesome;
    z-index: -1;
}
/*個人情報保護方針y*/
#sub_privacy ul.nomark {
    margin: 0px;
}
#sub_privacy .forlmark {
    margin: 0 0 0 15px;
}
/*派遣お仕事相談会 */
.haken-oshigoto-soudan ul.list11{
	margin-left: 0;
	margin-top: 50px;
	margin-bottom: 60px;
}
.haken-oshigoto-soudan ul.list11 p{
	margin-top: 0;
	margin-left: 0;
}
.haken-oshigoto-soudan .lead{
	margin: 30px 0;
}
.haken-oshigoto-soudan .benefits{
	margin: 60px 0 30px;
}
/*リストマーク無し指定*/
.nomark li:before {
    content: none;
}
.to_detail {
    display: block;
    text-align: right;
}
#wrapper .msp {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
/* ==================================
マージン
================================== */
/* Margin-top */
.mt-0 {
    margin-top: 0px;
}
.mt-20 {
    margin-top: -20px !important;
}
.mt-10 {
    margin-top: -10px !important;
}
.mt-05 {
    margin-top: -6px !important;
    _margin-top: -5px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt03 {
    margin-top: 3px !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt07 {
    margin-top: 7px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt23 {
    margin-top: 23px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt100 {
    margin-top: 100px !important;
}
/* Margin-bottom */
.mb0 {
    margin-bottom: 0px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 15px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
/* Margin-left */
.ml05 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml55 {
    margin-left: 55px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.ml120 {
    margin-left: 120px !important;
}
.ml150 {
    margin-left: 150px !important;
}
.ml190 {
    margin-left: 190px;
}
/* Margin-right */
.mr19 {
    margin-right: 19px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr68 {
    margin-right: 68px !important;
}
/*padding*/
.pt05 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt60 {
    padding-top: 60px;
}
.pb05 {
    padding-bottom: 5px;
}
.pb010 {
    padding-bottom: 10px;
}
.pb015 {
    padding-bottom: 15px;
}
.pl30 {
    padding-left: 30px;
}
.pl45 {
    padding-left: 45px;
}
.pr30 {
    padding-right: 30px;
}
/* Letter-Space */
.lettersp03 {
    letter-spacing: 3px;
}
/*以下、谷川テスト*/
.ic-required {
    display: inline-block;
    line-height: 1.1em;
}
.ic-required:before {
    line-height: 2em;
}
section dl dt {
    font-size: 113%;
}
/*必須アイコン*/
.ic-required {
    position: relative;
    line-height: 2em;
    padding-left: 4em;
}
.ic-required:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    content: "必須";
    display: inline-block;
    background: #eb3333;
    padding: 0 10px 0;
    font-weight: normal;
    color: #fff;
    font-size: 85%;
}
/*ボタン大*/
.btnArea03 {
    text-align: center;
    margin: 0;
}
.btnArea03 a:active, .btnArea03 input:active .btnArea04 a:active, .btnArea04S a:active, .btnArea05 a:active, .btnArea05 input:active, .btnArea05 button:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.btnArea03 a, .btnArea03 input, .btnArea04 a, .btnArea04S a, .btnArea05 a, .btnArea05 input, .btnArea05 button {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}
.btnArea03 a, .btnArea03 input {
    font-size: 1.3em;
    padding: 1em;
}
.btnArea03 a {
    width: calc(280px - 2em);
}
.btnArea03 input {
    width: 280px;
    height: 70px;
}
/*ボタン小*/
.btnArea04 a {
    width: 170px;
    padding: 0.5em;
}
.btnArea04S a {
    width: 6em;
    padding: 0.5em;
}
.btnArea05 input, .btnArea05 a/*,.btnArea05 button*/ {
    width: 100%;
    line-height: 50px;
}
.btnArea05 input, .btnArea05 button {
    height: 50px;
}
.btnArea05 a {
    height: 45px;
}
.btnArea06 input {
    height: 45px;
    padding: 0 1em;
}
/*フォーム*/
form input, form select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    line-height: 1.6em;
    border: solid 1px #ccc;
}
button, input, optgroup, select, textarea {
    font: inherit; /* 1 */
}
form textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.6em;
    border: solid 1px #ccc;
}
/*個人情報取り扱いについて*/
.compliance .cp-policy {
    border: 1px solid #dfdfdf;
    overflow-y: scroll;
    margin-top: 20px;
    background: #f9f9f9;
}
.compliance .cp-policy ul > li {
    margin-bottom: 15px;
}
.compliance .cp-policy div {
    margin-left: 15px;
}
.compliance .cp-policy ul > li ul, .compliance .cp-policy .list06 li {
    margin-top: 0;
}
.compliance dt {
    padding-left: 1em;
}
/*PRテーブル その他派遣TOP掲載項目*/
.amidas-interview,
.haken-features{
	background: #fff;
}
.amidas-interview{
	margin-top: 30px;
	padding-bottom: 60px;
}
.haken-features{
	margin-top: 0;
}
.amidas-interview dt, 
.haken-features dt{
	color: #eb6100;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.amidas-interview dt{
	padding-top: 30px;
}
.haken-features dt{
	padding-top: 70px;
}
.haken-features dl dt:first-child{
	padding-top: 0px;
}
#hakenC-top  .amidas-interview{
	margin-bottom:0;
	padding-bottom: 0;
}
#hakenC-top .amidas-interview dt{
	padding-top: 60px;
}
.amidas-interview dt span, 
.haken-features dt span{
	border-bottom: solid 3px #eb6100;
	padding-bottom: 3px;
	z-index: 5; 
}
.amidas-interview dd, 
.haken-features dd{
	margin-top: 10px;
	padding: 0 40px;
} 
.haken-features dd{
	margin-top: 40px;
}
#wrap section#article-images-slider-white{
	padding: 0 40px;
}
/*#hakenC-top .amidas-interview,*/
#hakenC-top .haken-features{
	padding-bottom: 70px;
}
.haken-features dd img{
	width: 100%;
	max-width: 950px;
}

/*キャリアコンサルティング*/
#c_consulting article section .img_align .right_box {
    overflow: hidden;
}
