@charset "UTF-8";

/* ==============================
COMMON STYLING

- CF
- SHOW
- layout
- text decoration

- HEADER
-- LAYOUT
-- PRODUCTTITLE
-- LOCALLINKS
-- PHONEINQUIRY

- HEADER(SP)
-- LAYOUT
-- LOGO
-- LOCALLINKS
-- PHONEINQUIRY
-- HUMBURGERMENU

- FOOTER
-- LAYOUT
-- LOCALLINKS
-- LOCALSUBLINKS
-- RECRUITLOGO

- COMMON ITEMS
-- breadcrumb
-- find-from-subject(科目から探す&エリアから探す)
-- searchPanel
-- subcontent
-- searchBlock(〇〇から探す)
-- longLengthString
-- scroll top

- MODAL
-- 共通レイアウト
-- 募集科目モーダル（常/非常）
-- 勤務地モーダル（常/非常）
-- 曜日時間帯モーダル（非常）
-- 特徴モーダル（常）
-- 特徴モーダル（非常）
-- 施設形態モーダル（常/非常）
-- 業務内容モーダル（非常）
-- 勤務頻度モーダル（非常）
-- 色変更

- KARTE

============================== */

/* ===============
RESET
=============== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
dd{margin: 0;}

body {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.42857143;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

/* ===============
clear fix
=============== */
.cf:after {
 clear: both;
 content: '';
 display: block;
 overflow: hidden;
 visibility: hidden;
 height: 0;
}

/* ===============
layout
=============== */
.centering_contents {
  width: 1024px;
  margin: 0 auto;
}
.col_right {
  width: 25%;
  float: right;
  padding: 0 15px;
}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

/* START @media
===========================*/
@media screen and (max-width: 980px) {
  .centering_contents {
    width: auto;
  }
  .col_right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .col-md-9,
  .col-md-12 {
    padding: 0;
  }
}
/* END @media
===========================*/

/* ===============
text decoration
=============== */
.fwb {font-weight: bold;}
.tac {text-align: center;}

/* ===============
SHOW
=============== */
.pc-show {display: block !important;}
.sp-show {display: none !important;}
@media screen and (max-width: 980px) {
  .pc-show {display: none !important;}
  .sp-show {display: block !important;}
}

/* ------------------------------
HEADER
------------------------------ */

/* LAYOUT
------------------------------ */
.header {
  width: 100%;
  border-top: 4px solid #ccc;
  border-bottom: none;
}
.header_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header_userController {
  display: none;
}

/* PRODUCTTITLE
------------------------------ */
.productTitle {
  width: 320px;
  height: 100%;
}
.RDCLogo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/include/common/img/header_rdc_logo.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  text-indent: -9999px;
}

/* LOCALLINKS
------------------------------ */
.localLinks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}
.localLinks > li {
  height: 100%;
  list-style: none;
  border-left: 1px solid #efefef;
  box-sizing: border-box;
}
.localLinks > li:last-of-type {
  border-right: 1px solid #efefef;
}
.localLinks > li > a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: lighter;
  color: #666;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
}
.localLinks > li > a > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
}
.localLinks > li > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* 色変更 */
#pg_jokin .localLinks > .isActive > a {
  color: #055cb5;
}
#pg_jokin .localLinks > .isActive > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin-left: -40%;
  background-color: #055cb5;
}
#pg_hijokin .localLinks > .isActive > a {
  color: #0b9969;
}
#pg_hijokin .localLinks > .isActive > a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin-left: -40%;
  background-color: #0b9969;
}

/* ------------------------------
HEADER(SP)
------------------------------ */
@media screen and (max-width: 768px){
.header {
  height: 55px;
}
.top_header {
  margin-bottom:22px !important;
}
/* LAYOUT
------------------------------ */
h1 {
  position: relative;
  display:block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
}
.header_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
}
/* PRODUCTTITLE
------------------------------ */
.productTitle {
  width: 200px;
}
.recruitLogo {
  background-size: contain;
}

.header_userController {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-left: 1px solid #eee;
  box-sizing: border-box;
}
.header_userController li {
  list-style: none;
}
/* SLIDEMENU REGIST BTN
------------------------------ */
a.userController_registBtn {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items:flex-end;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #2764bc;
  font-size: 10px;
  letter-spacing: 0.5em;
  text-decoration: none;
  background-image: url("/include/common/img/icn_registbtn.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-background-size: 20px;
  background-size: 20px;
}
/* SLIDEMENU HUMBURGERMENU
------------------------------ */
a.userController_hamburgermenu {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-justify-content: center;
  -webkit-align-items:flex-end;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  box-sizing: border-box;
  background-color: #2764bc;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0em;
  white-space: nowrap;
}
a.userController_hamburgermenu > span {
  position: absolute;
  top: 10px;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background-color: #fff;
  border-radius: 3px;
}
a.userController_hamburgermenu > span:nth-child(2) {
  top: 17px;
}
a.userController_hamburgermenu > span:nth-child(3) {
  top: 24px;
}
/* SLIDEMENU CONTENTS
------------------------------ */
.localLinks {
  position: fixed;
  top: 54px;
  left: 100vw;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.localLinks > li {
  width: 100%;
  height: 50px;
}
.localLinks + .localLinks,
.localLinks > li + li {
  border-top: 1px #ccc dashed;
}
.localLinks > li:first-child > a {
  font-size: 16px;
}
.localLinks > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
}
.localLinks > li > a > span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
.localLinks > li > a > br {
  display: none;
}
#pg_hijokin .localLinks > .isActive > a,
#pg_jokin .localLinks > .isActive > a {
  color: #666;
}
#pg_hijokin .localLinks > .isActive > a::after,
#pg_jokin .localLinks > .isActive > a::after {
  display: none;
}


}/* @media close */
/* ------------------------------
FOOTER
------------------------------ */

/* LAYOUT
------------------------------ */
.footer {
  border-top: 10px solid #CCCCCC;
}
.footer_inner {
  width: 1024px;
  padding: 22px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footer_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}

/* LOCALLINKS
------------------------------ */
.corpInfoTxt {
  font-size: 12px;
  font-weight: bold;
}
.footerLocalLinks {
  margin-left: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.footerLocalLinks > li {
  list-style: none;
}
.footerLocalLinks > li + li > a:before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.footerLocalLinks > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footerLocalLinks > li > a > span {
  text-decoration: underline;
}

/* LOCALSUBLINKS
------------------------------ */
.footerLocalSubLinks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  order: 2;
}
.footerLocalSubLinks > li {
  list-style: none;
}
.footerLocalSubLinks > li + li {
  margin-left: 10px;
}
.footerLocalSubLinks > li + li > a:before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
  color: #ccc;
  vertical-align: middle;
}
.footerLocalSubLinks > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.footerLocalSubLinks > li > a > span {
  text-decoration: underline;
}
/* RECRUITLOGO
------------------------------ */
.footer_recruitLogo {
  display: block;
  order: 1;
}
.footer_recruitLogo > a {
  display: block;
  text-decoration: none;
}
.recruitLogo {
  display: inline-block;
  vertical-align: bottom;
}
.recruitLogo > img {
  width: 100px;
  height: auto;
  aspect-ratio: 100 / 26;
}

.corpName {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  line-height: 1;
  font-size: 10px;
  font-family: meiryo, "メイリオ";
  font-weight: bold;
  color: #435B67;
}
.recruitLink {
  display: block;
  margin-top: 10px;
}
.recruitLink > a {
  font-size: 10px;
  font-family: meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  color: #435B67;
  text-decoration: underline !important;
}

/* ------------------------------
FOOTER(SP)
------------------------------ */
@media screen and (max-width: 768px){
  .footer_inner {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

/* LAYOUT
------------------------------ */
.footer {
  padding-bottom: 20px;
  border-top: none;
}
.footer_top {
  justify-content: center;
}
.footer_bottom {
  flex-direction: column;
  align-items: center;
}
.corpInfoTxt {
  display: none;
}


/* LOCALLINKS
------------------------------ */
.footerLocalLinks {
  padding-left: 0;
  margin-bottom: 0;
}
.footerLocalLinks > li > a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.recruitLogo > img {
  vertical-align: bottom;
}

/* LOCALSUBLINKS
------------------------------ */
.footerLocalSubLinks {
  padding-left: 0;
  order: 1;
}
.footerLocalSubLinks > li + li {
  margin-left: 0;
}
.footerLocalSubLinks > li + li > a:before {
  display: none;
}
.footerLocalSubLinks > li + li > a:before {
  content: "｜";
  display: inline-block;
  margin: 0;
  color: #333;
  vertical-align: middle;
}
.footerLocalSubLinks > li > a {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.footer_recruitLogo {
  margin-top: 15px;
  order: 2;
}


}/* @media close */
@media screen and (max-width: 300px){
  .footer {
    margin: 10px 0;
  }
  .recruitLogo > img {
    width: 70px;
  }
  .corpName {
    margin-left: 0;
  }
}
/* ------------------------------
COMMON ITEMS
------------------------------ */

/* breadcrumb
------------------------------ */
.breadcrumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.breadcrumb > li {
  position: relative;
  list-style-type: none;
  font-size: 11px;
  padding-right: 25px;
  padding-bottom: 15px;
  white-space: nowrap;
}
.breadcrumb > li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  box-sizing: border-box;
  content: ">";
  padding: 0;
  vertical-align: middle;
}
.breadcrumb > li:last-of-type:after {
  display: none;
}
.breadcrumb > li > a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .breadcrumb {
    display: none;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

  /* END @media
  ===========================*/

  /* serviceFlow（サービスご利用の流れ）
  ------------------------------ */
  .col-right .serviceFlow {
  	width: 233px;
    margin-top: 20px;
  }
  .serviceFlow {
  	width: 100%;
  	background-color:#ECF5F5;
  }
  .serviceFlow .serviceFlow_ttl {
    font-size: 16px;
  	font-weight: bold;
  	text-align: center;
  	border-bottom: 2px solid #FFFFFF;
  	padding: 10px 0;
  }
  .serviceFlow dl {
  	background: url(/include/common/img/bg_service-flow-00.gif) no-repeat 0 100%;
  	background-size: 100% auto;
  	padding: 20px 10px 40px;
  }
  .serviceFlow .serviceFlow-05 {
  	background: none;
  }
  .serviceFlow dl {
  	margin-bottom: 0;
  }
  .serviceFlow dt {
  	font-size:13px;
  	font-weight:bold;
  	margin-bottom: 10px;
  }
  .serviceFlow dd {
  	font-size:13px;
    line-height: 1.5;
  	padding-right:60px;
  }
  .serviceFlow .serviceFlow-01 dd {
  	background: url(/include/common/img/bg_service-flow-01.png) no-repeat 100% 0;
  }
  .serviceFlow .serviceFlow-02 dd{
  	background: url(/include/common/img/bg_service-flow-02.png) no-repeat 100% 0;
  }
  .serviceFlow .serviceFlow-03 dd{
  	background: url(/include/common/img/bg_service-flow-03.png) no-repeat 100% 0;
  }
  .serviceFlow .serviceFlow-04 dd{
  	background: url(/include/common/img/bg_service-flow-04.png) no-repeat 100% 0;
  }
  .serviceFlow .serviceFlow-05 dd{
  	background: url(/include/common/img/bg_service-flow-05.png) no-repeat 100% 0;
  }

/* find-from-subject(科目から探す&エリアから探す)
------------------------------ */
.category-blue__box {}
.category-blue__box__title {
  padding-left: 0;
  color: #0560B6;
  border: none;
  background-color: #fff;
  background-image: url(/include/common/img/category_blue__box_ttl_underline.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 5;
}
.part-color .category-blue__box__title {
  color: #2f9357;
  background-image: url(/include/common/img/category_blue__box_ttl_underline_green.png);
}
.category-blue__box__title > h2,
.category-blue__box__title > h3 {
  font-size: 18px;
}
.category-blue__box__contnets {
  border: none;
}
.category-blue__box__contnets .pickup-list ul {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .category-blue__box__contnets .pickup-list {
    margin: 5px 0 0;
  }
}
.category-blue__box__contnets .pickup-list ul li {
  margin: 0 0 2px 0;
  list-style-type: none;
  border: 1px solid #dedede;
}
@media screen and (max-width: 980px) {
  .category-blue__box__contnets .pickup-list ul li {
    margin: 0 0 2px;
    padding: 5px;
  }
}
.category-blue__box__contnets .pickup-list ul li:last-child {
  margin: 0;
}
.category-blue__box__contnets .pickup-list ul li a {
  display: block;
  padding: 10px 0;
  text-decoration: underline;
}
.category-blue__box__contnets .pickup-list ul li a:hover > div h5,
.category-blue__box__contnets .pickup-list ul li a:hover > div  p {
  text-decoration: underline;
}
.category-blue__box__contnets .pickup-list ul li h5 {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
.category-blue__box__contnets .pickup-list ul li p {
  margin: 0;
  font-size: 1.4rem;
  color: #333;
}
.category-blue__box__contnets .pickup-list ul li p.salary {
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .category-blue__box__contnets .pickup-list ul li p.salary {
    margin-top: 10px;
    font-weight: bold;
  }
}
.category-blue__box__contnets .area-child-list a {
  display: inline-block;
  margin-top: 5px;
}
.category-blue__box__contnets .text_block--pl0-pc{
  padding-left: 0;
}
@media screen and (max-width: 980px) {
  .category-blue__box__contnets .text_block--pl0-pc{
    padding-left: 15px;
  }
}
.area-list {
  display: table;
  width: 100% !important;
  padding: 0 !important;
  margin: 0;
  clear: left;
}
.area-list > .area_ttl,
.area-list > ul {
  display: table-cell !important;
  padding-left: 15px !important;
  vertical-align: top;
  text-align: right;
}
.area-list > .area_ttl {
  width: 10%;
  font-size: 14px !important;
}
.area-list .area_ttl > span {
  font-size: 14px !important;
}
.area-list + .area-list {
  margin-top: 10px;
}
.area-list > ul > li {
  float: left;
}
.area-list ul li {
  line-height: 1 !important;
}
.area-list > ul > li:last-of-type > a:after {
  display: none;
}
.area-list > ul > li > a:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
.area-list > ul > li > a {
  font-size: 14px;
  color: #333;
}
/* エリアから探す */
.area-list > .col-md-2 {
  clear: left;
  display: table;
  width: 100%;
  padding: 0;
}
.area-list > .col-md-2 > .area_ttl,
.area-list > .col-md-2 > ul {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.area-list > .col-md-2 > .area_ttl {
  width: 12%;
}
.area-list > .col-md-2 > .area_ttl > span {
  font-weight: bold;
}
.area-list > .col-md-2 > ul {
  padding-left: 15px;
  overflow: hidden;
}
.area-list > .col-md-2 > ul > li {
  float: left;
}
.area-list > .col-md-2 > ul > li > a:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}
.area-list > .col-md-2 > ul > li > a {
  font-size: 14px;
  color: #333;
}

/* searchBlock(〇〇から探す)
------------------------------ */
.searchBlock + .searchBlock {
  margin-top: 30px;
}
.searchBlock__ttl {
  padding-bottom: 10px;
  padding-top: 1px;
  background-image: url(/include/common/img/category_blue__box_ttl_underline.png);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 18px;
  font-weight: bold;
  color: #085db1;
  letter-spacing: 1px;
  overflow: hidden;
}
.searchBlock__desc {
  padding: 20px 20px 10px;
}
#pg_hijokin .searchBlock__ttl {
  color: #0b9969;
  background-image: url(/include/common/img/category_blue__box_ttl_underline_green.png);
}
.searchBlock__ttl_link {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #085db1;
  font-weight: normal;
  float: right;
  background-image: url(/include/common/img/icn_circlearrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#pg_hijokin .searchBlock__ttl_link {
  color: #0b9969;
  background-image: url(/include/common/img/icn_circlearrow_green.png);
}
.searchBlock__list {
  padding-top: 20px;
  padding-left: 25px;
  overflow: hidden;
}
.searchBlock__list > li {
  float: left;
  list-style-type: none;
}
.searchBlock__list > li > a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  background-image: url(/include/common/img/icn_trianglearrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#pg_hijokin .searchBlock__list > li > a {
  background-image: url(/include/common/img/icn_trianglearrow_green.png);
}
.searchBlock__contents {
  padding-top: 20px;
  overflow: hidden;
}
.searchBlock__contents__ttl {
  width: 15%;
  padding-left: 15px;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.searchBlock__contents__list {
  width: 85%;
  padding-left: 25px;
  padding-top: 1px;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
}
.searchBlock__contents__list > li {
  margin-bottom: 8px;
  float: left;
  list-style-type: none;
}
.searchBlock__contents__list > li > a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  background-image: url(/include/common/img/icn_trianglearrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.noLink,
.searchBlock__contents__list > li > a.noLink,
.searchBlock__list > li > a.noLink {
  color: #bbb;
  pointer-events: none;
  cursor: default;
  text-decoration:none
}
#pg_hijokin .searchBlock__contents__list > li > a {
  background-image: url(/include/common/img/icn_trianglearrow_green.png);
}
.searchBlock--type-titlelist .searchBlock__contents__ttl {
  width: auto;
  margin-bottom: 10px;
  text-align: left;
  float: none;
}
.searchBlock--type-titlelist .searchBlock__contents__list {
  width: auto;
  padding-left: 15px;
  float: none;
}

/* searchBlock--hospital */
.searchBlock--hospital {
    margin-top: 30px;
}
.searchBlock--hospital .subcontent-summary {
    padding: 10px 10px 0;
    font-size: 14px;
}
.result__viewhospitalLink {
    margin: 10px;
    text-align: right;
    font-size: 1.4rem;
}
.result__viewhospitalLink > a {
    font-size: 1.8rem;
}

/* ■■■■■■■■■■■■■■■■■ start SP ■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 980px) {
  .searchBlock {
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
  }
  .searchBlock__ttl {
    font-size: 16px;
  }
  .searchBlock__desc {
    padding: 16px 16px 8px;
  }
  .searchBlock__ttl_link {
    position: absolute;
    right: 10px;
    bottom: -25px;
  }
  .searchBlock__list {
    padding-top: 10px;
    padding-left: 10px;
  }
  .searchBlock__list > li {
    margin-bottom: 15px;
  }
  .searchBlock__contents {
    padding-top: 10px;
    padding-left: 10px;
  }
  .searchBlock__contents__ttl {
    width: auto;
    padding-left: 0;
    margin-bottom: 10px;
    float: none;
    font-size: 15px;
    text-align: left;
  }
  .searchBlock__contents__list {
    width: auto;
    padding-left: 0;
    float: none;
  }
  .searchBlock__contents__list > li {
    margin-bottom: 15px;
  }
  .section-subcontent + .searchBlock--hospital {
    margin-top: 0;
  }
  .result__viewhospitalLink > a {
    font-size: 1.6rem;
  }
}
/* ■■■■■■■■■■■■■■■■■ end SP ■■■■■■■■■■■■■■■■■■■ */

/* scroll top
------------------------------ */
.btn_scrollTop {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
  text-decoration: underline;
  color: #333;
}
.btn_scrollTop::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(/include/common/img/icn_circlearrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  -o-transform: rotate(145deg);
  transform: rotate(145deg);
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .btn_scrollTop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0060b7;
    background-image: url('/include/common/img/icn_goTop.svg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50%;
    background-size: 35%;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle;
    z-index: 500;
  }
  .btn_scrollTop::before {
    display: none;
  }
}

/* searchPanel
------------------------------ */
.jokinTop__searchPanel {
  position: relative;
  padding-top: 43px;
  margin-top: 40px;
}
.tab__area {
  position: relative;
}
.tab-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #E5F2FF;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .active {
  display: block;
}
.tab-pane {
  padding: 30px;
}
.result__searchPanel--hijokin .tab-pane {
  background-color: #dcf7e7;
}
.tab-pane a .js__selectform-edit {
  color: #055cb5;
  font-size: 16px;
}
#part-time.tab-pane a .js__selectform-edit {
  color: #0b9969;
}
@media screen and (max-width: 980px) {
  .tab-pane a .js__selectform-edit {
    font-size: 15px;
  }
}

/* パネル切り替え */
.jsc_toggle_searchPanel__full-time #full-time {
  display: block;
}
.jsc_toggle_searchPanel__full-time #part-time {
  display: none;
}
.jsc_toggle_searchPanel__part-time #full-time {
  display: none;
}
.jsc_toggle_searchPanel__part-time #part-time {
  display: block;
}

.nav-tabs {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.nav-tabs > li {
  float: left;
  cursor: pointer;
}
.nav-tabs > li + li {
  margin-left: 15px;
}
.nav-tabs > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 60px 5px;
  box-sizing: border-box;
  border-top: 5px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b0b0b0;
  font-size: 20px;
  color: #fff;
}
.nav-tabs > li.top__searchPanel__nav__tab.active > a {
  padding-bottom: 6px;
  border-top: 4px solid #005EB9;
  border-right: 1px solid #7bb8f1;
  border-left: 1px solid #7bb8f1;
  border-bottom: 1px solid #E5F2FF;
  background-color: #E5F2FF;
  color: #055cb5;
  font-weight: bold;
}
.nav-tabs > li.top__searchPanel__nav__tab > a {
  border-top: 4px solid #E5F2FF;
  border-right: 1px solid #E5F2FF;
  border-left: 1px solid #E5F2FF;
  border-bottom: 1px solid #E5F2FF;
  background-color: #E5F2FF;
  color: #005EB9;
}
.nav-tabs > li.top__searchPanel__nav__tab--hijokin > a {
  border-top: 4px solid #dcf7e7;
  border-right: 1px solid #dcf7e7;
  border-left: 1px solid #dcf7e7;
  border-bottom: 1px solid #dcf7e7;
  background-color: #dcf7e7;
  color: #0b9969;
}
.nav-tabs > li.active.top__searchPanel__nav__tab--hijokin > a {
  border-top: 4px solid #0b9969;
  border-right: 1px solid #0b9969;
  border-left: 1px solid #0b9969;
  border-bottom: 1px solid #dcf7e7;
  background-color: #dcf7e7;
  color: #0b9969;
  font-weight: bold;
}
.nav-tabs > li > a > .small {
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .nav-tabs > li.top__searchPanel__nav__tab.active > a {
    padding: 10px;
  }
  .nav-tabs > li.top__searchPanel__nav__tab > a,
  .nav-tabs > li.top__searchPanel__nav__tab--hijokin > a {
    padding-bottom: 9px;
  }
}

.jsc_toggle_searchPanel__part-time .tab-content {
  background-color: #dcf7e7;
}
.jsc_toggle_searchPanel__full-time .tab-content {
  background-color: #E5F2FF;
}
.searchPanelSection_wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .searchPanelSection_wrapper {
    flex-direction: column;
  }
}
.searchPanelSection {
  width: 35%;
  height: 80px;
}
.searchPanelSection + .searchPanelSection {
  margin-left: 2%;
}
#part-time .searchPanelSection__activeArea:hover {
  color: #0b9969 !important;
}
.searchPanelSection__activeArea:hover {
  text-decoration: none;
  color: #2764bc !important;
  outline: none;
}
#part-time .searchPanelSection__activeArea {
  border: 1px solid #0b9969;
  color: #0b9969;
  box-shadow: 0px 0px 4px 0px #bbcfe2;
}
.searchPanelSection__activeArea {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 35%;
  border: 1px solid #055cb5;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
  color: #055cb5;
  text-decoration: none;
  box-shadow: 0px 0px 4px 2px #bbcfe2;
}

.searchPanelSection__activeArea > .btnWord {
  position: absolute;
  top: 20px;
  left: 100px;
  margin: 0;
  font-size: 20px;
}
.searchPanelSection__activeArea > .btnWord > span {
	margin-right: 5px;
	font-size: 27px;
	font-weight: bold;
}
.searchPanelSection__activeArea.icn_kamoku {
  background: url(/include/common/img/searchPanelSection_icn01.png) no-repeat 30px center,-webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: url(/include/common/img/searchPanelSection_icn01.png) no-repeat 30px center,linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-size: 35px, auto;
}
.searchPanelSection__activeArea.icn_japan {
  background: url(/include/common/img/searchPanelSection_icn02.png) no-repeat 30px center,-webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: url(/include/common/img/searchPanelSection_icn02.png) no-repeat 30px center,linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-size: 35px, auto;
}
#part-time .searchPanelSection__activeArea.icn_kamoku {
  background: url(/include/common/img/searchPanelSection_icn03.png) no-repeat 30px center,-webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: url(/include/common/img/searchPanelSection_icn03.png) no-repeat 30px center,linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-size: 35px, auto;
}
#part-time .searchPanelSection__activeArea.icn_japan {
  background: url(/include/common/img/searchPanelSection_icn02_green.png) no-repeat 30px center,-webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background: url(/include/common/img/searchPanelSection_icn02_green.png) no-repeat 30px center,linear-gradient(to bottom, #fff 0%, #efefef 100%);
  background-size: 35px, auto;
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■　hoverエフェクト PCのみ　■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 980px) {

  .searchPanelSection__activeArea.icn_kamoku:hover {
    background: url(/include/common/img/searchPanelSection_icn01.png) no-repeat 30px center,-webkit-linear-gradient(top, #fafdff 0%, #ddf1ff 100%);
    background: url(/include/common/img/searchPanelSection_icn01.png) no-repeat 30px center,linear-gradient(to bottom, #fafdff 0%, #ddf1ff 100%);
    background-size: 35px, auto;
  }
  .searchPanelSection__activeArea.icn_japan:hover {
    background: url(/include/common/img/searchPanelSection_icn02.png) no-repeat 30px center,-webkit-linear-gradient(top, #fafdff 0%, #ddf1ff 100%);
    background: url(/include/common/img/searchPanelSection_icn02.png) no-repeat 30px center,linear-gradient(to bottom, #fafdff 0%, #ddf1ff 100%);
    background-size: 35px, auto;
  }
  #part-time .searchPanelSection__activeArea.icn_kamoku:hover {
    background: url(/include/common/img/searchPanelSection_icn03.png) no-repeat 30px center,-webkit-linear-gradient(top, #fafdff 0%, #f3fff8 100%);
    background: url(/include/common/img/searchPanelSection_icn03.png) no-repeat 30px center,linear-gradient(to bottom, #fafdff 0%, #f3fff8 100%);
    background-size: 35px, auto;
  }
  #part-time .searchPanelSection__activeArea.icn_japan:hover {
    background: url(/include/common/img/searchPanelSection_icn02_green.png) no-repeat 30px center,-webkit-linear-gradient(top, #fafdff 0%, #f3fff8 100%);
    background: url(/include/common/img/searchPanelSection_icn02_green.png) no-repeat 30px center,linear-gradient(to bottom, #fafdff 0%, #f3fff8 100%);
    background-size: 35px, auto;
  }
}
  /* ■■■■■■■■■■■■■■■■■■■■■■■■■　hoverエフェクト PCのみ　■■■■■■■■■■■■■■■■■■■■■■■■■ */
.searchPanelSection_selectedItems,
.searchPanelSection__activeArea:active .searchPanelSection_selectedItems {
  position: absolute;
  top: 50%;
  width: 190px;
  margin: 0;
  font-size: 12px;
  word-wrap: break-word;
}
.searchPanelBtnArea {
  position: relative;
  width: 26%;
  height: 80px;
  box-sizing: border-box;
  margin: 0 0 0 30px;
}
.searchPanelBtnArea .duty {
  width: 100%;
  font-size: 14px;
}
.searchPanelBtnArea .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #ccc;
}
.searchPanelBtnArea .btn.isActive {
  border:none;
  background: -webkit-linear-gradient(top, #ffbb00 0%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 0%,#ff7c02 100%);
}
.searchPanelBtnArea .btn.isActive:hover {
  background: -webkit-linear-gradient(top, #ffbb00 10%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 10%,#ff7c02 100%);
}
.searchPanelBtnArea .btn.isActive:active {
  background: -webkit-linear-gradient(top, #ffbb00 30%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 30%,#ff7c02 100%);
}

.searchPanelBtnArea .btn:active,
.searchPanelBtnArea .btn {
  outline: none;
}

/* START @media
===========================*/
@media screen and (max-width: 980px) {

  .searchPanelSection_selectedItems {
    width: auto;
    padding-right: 10px;
    box-sizing: border-box;
    left: 80px;
  }

  .centering_contents {
    padding: 10px;
    box-sizing: border-box;
  }
  /* searchPanel
  ------------------------------ */
  .jokinTop__searchPanel {
      padding-top: 49px;
      margin-top: 15px;
  }
  .tab-pane {
    padding: 15px;
  }
  .nav-tabs {
    top: 0;
  }
  .nav-tabs > li {
    min-width: 135px;
  }
  .nav-tabs > li + li {
    margin-left: 5px;
  }
  .nav-tabs > li > a {
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .nav-tabs > li > a > .small,
  .nav-tabs > li > a > .span {
    font-size: 14px;
    font-weight: normal;
  }
  .nav-tabs > li.active > a {
    padding-bottom: 10px;
  }
  /* パネル部分 */
  .searchPanelSection {
    width: 100%;
    height: 70px;
    clear: both;
    float: none;
  }
  .searchPanelSection + .searchPanelSection {
    margin-top: 10px;
    margin-left: 0;
  }
  .searchPanelSection__activeArea {
    padding-left: 0;
  }
  .searchPanelSection__activeArea > .btnWord {
    position: inherit;
    left: 80px;
  }
  .searchPanelSection__activeArea > .btnWord > span {
    font-size: 20px;
  }
  .searchPanelSection__activeArea.icn_kamoku,
  .searchPanelSection__activeArea.icn_japan {
    background-size: 25px, auto;
  }

  /* ボタン部分 */
  .searchPanelBtnArea {
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  .searchPanelBtnArea .duty {
    padding-top: 15px;
    padding-left: 5px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .searchPanelBtnArea .btn {
    position: inherit;
    margin-top: 15px;
  }

  /* 科目から探す(category-blue__box) */
  .category-blue__box {}
  .category-blue__box__contnets {
    padding: 0;
  }
  .area-list {
    padding-top: 15px !important;
    padding-left: 10px !important;
  }
  .area-list > .area_ttl,
  .area-list > ul {
    display: block !important;
    padding-left: 0 !important;
  }
  .area-list > .area_ttl {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
  .area-list > ul > li > a {
    font-size: 14px;
  }
  .area-list > ul > li {
    margin-left: 0;
  }
  /* エリアから探す */
  .category-blue__box__contnets .area-list h4.top__areaSearchPanel__ttl,
  .area-list > .col-md-2 > .area_ttl, .area-list > .col-md-2 > ul {
    display: block;
    width: 100%;
    text-align: left;
  }
  .category-blue__box__contnets .area-list h4.top__areaSearchPanel__ttl {
    font-size: 15px;
  }
  .area-list > .col-md-2 + .col-md-2  {
    margin-top: 15px;
  }
  .area-list > .col-md-2 > .area_ttl, .area-list > .col-md-2 > ul {
    margin-top: 5px;
    padding-left: 0;
  }
  .area-list > .col-md-2 > .area_ttl, .area-list > .col-md-2 > ul > li {
    padding-left: 0;
  }

}
/* END @media
===========================*/

/* 打ち消し用　※old.cssがなくなったら削除 */
/* tab__area */
/*.tab__area {
  position: relative;
}
.tab__area .tab-content {
  background-color: #E5F2FF;
  padding: 8px 4px 4px 4px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}
.tab__area .nav-tabs {
  border-bottom: 1px solid #ccc;
}
.tab__area .nav-tabs li {
  width: 25%;
  margin-bottom: -1px;
  float: left;
  cursor: pointer;
}
.tab__area .nav-tabs li a {
color: #555555;
background-color: #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
cursor: pointer;
margin-bottom: 0;
font-size: 1.8rem;
color: #fff;
text-align: center;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.tab__area .nav-tabs li a .small {
display: inline-block;
margin-right: 10px;
font-size: 1.4rem;
color: #fff;
}
.tab__area .nav-tabs li.active a,
.tab__area .nav-tabs li.active a:hover,
.tab__area .nav-tabs li.active a:focus {
background-color: #E5F2FF;
border-top: 3px solid #288acf;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 3px solid #E5F2FF;
color: #2764bc;
}*/

  /* JS挙動修正 */
  /* 検索パネルタブ-非常勤- */
  /*.jsc_toggle_searchPanel__part-time .nav-tabs li.active > a:hover,
  .jsc_toggle_searchPanel__part-time .nav-tabs li.active > a:focus,
  .jsc_toggle_searchPanel__part-time .nav-tabs li.active > a {
    background-color: #dcf7e7;
    border-top: 3px solid #0b9969;
    border-bottom: 3px solid #dcf7e7;
    color: #0b9969 !important;
  }
  .jsc_toggle_searchPanel__part-time .tab-content {
    background-color: #dcf7e7;
  }*/

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

  /*.nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  }
  .tab__area.part-color .nav-tabs li.active a,
  .tab__area.part-color .nav-tabs li.active a:hover,
  .tab__area.part-color .nav-tabs li.active a:focus {
  background-color: #dcf7e7;
  border-top: 3px solid #0b9969;
  border-left: 3px solid #98d3b0;
  border-right: 3px solid #98d3b0;
  border-bottom: 3px solid #dcf7e7 !important;
  color: #2764bc;
  }
  .tab__area.part-color .tab-content {
  background-color: #dcf7e7;
  padding: 8px 4px 4px 4px;
  border-left: 3px solid #98d3b0;
  border-right: 3px solid #98d3b0;
  border-bottom: 3px solid #98d3b0;
  margin-top: 0;
  }
  .tab__area .tandem-nav__wrap {
  overflow: hidden;
  }
  .tab__area .tandem-nav__wrap .nav-tabs {
  width: 20%;
  float: left;
  border: none;
  }
  .tab__area .tandem-nav__wrap .nav-tabs li {
  float: none;
  }
  .tab__area .tandem-nav__wrap .nav-tabs li a {
  padding: 60px 0;
  border: none;
  text-align: center;
  font-size: 2rem;
  }
  .tab__area .tandem-nav__wrap .tab-content {
  width: 80%;
  float: left;
  }
  .tab__area .tandem-nav__wrap .tab-content .choice__area {
  width: 100%;
  overflow: hidden;
  }
  .tab__area .tandem-nav__wrap .tab-content .choice__area .title {
  margin-bottom: 10px;
  font-size: 1.7rem;
  }
  .tab__area .tandem-nav__wrap .tab-content .choice__area .content {
  text-align: center;
  }
  .tab__area .tandem-nav__wrap .tab-content .choice__area--map {
  width: 50%;
  margin: 10px 0;
  padding: 10px;
  float: left;
  border-right: 1px solid #ddd;
  }
  .tab__area .tandem-nav__wrap .tab-content .choice__area--vehicle {
  width: 50%;
  margin: 10px 0;
  padding: 10px;
  float: left;
  }
  .tab__area .tandem-nav__wrap .tab-content .table {
  margin: 50px 0;
  font-size: 1.4rem;
  border: 1px solid #ddd;
  }
  .tab__area .tandem-nav__wrap .tab-content .table th {
  border: 1px solid #ddd;
  }
  .tab__area .tandem-nav__wrap .tab-content .table td {
  text-align: center;
  border: 1px solid #ddd;
  }
  .tab__area .choice__area--radio {
  font-size: 1.4rem;
  }
  .tab__area .btn__area {
  overflow: hidden;
  margin: 15px 20px 0;
  }
  .tab__area .btn__area--last-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  }
  .tab__area .btn__area--last-time .title {
  width: 227px;
  text-align: center;
  font-size: 1.6rem;
  }
  .tab__area .btn__area--last-time .text {
  margin: 0;
  }
  .tab__area .btn__area--main {
  float: right;
  font-size: 2.0rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  }
  .tab__area .btn__area--main .duty {
  white-space: nowrap;
  padding: 15px 0 0;
  }
  .tab__area .btn__area--main .submit {
  font-size: 2.4rem;
  }
  .tab__area .btn__area--main .submit .small {
  font-size: 1.6rem;
  }
  .tab__area .subjects-list__area {
  font-size: 1.4rem;
  padding-left: 10px;
  }
  .tab__area .subjects-list__area li {
  list-style-type: none;
  }
  .tab__area .list__square li:before {
  content: "□";
  }
  .tab__area .search_btn-area {
  margin: 10px 0 0;
  padding: 10px;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  border-radius: 4px;
  }
  .tab__area .search_btn-area h4 {
  border-bottom: 2px solid #c9e4f7;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 6px;
  margin-top: 0;
  }
  .tab__area .search_btn-area ul li {
  line-height: 1.286;
  white-space: nowrap;
  }
  .tab__area .search_btn-area ul li:not(:first-child) {
  margin-top: 6px;
  }
  .tab__area .search_btn-area .search_btn-bg {
  opacity: 0.3;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  .tab__area .search_btn-area .search_btn {
  opacity: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  margin: -20px;
  }
  .tab__area .search_btn-area .search_btn a.btn {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  width: 260px;
  display: block;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.35);
  background: #0474dd;
  background: -webkit-linear-gradient(top, #0474dd 0%, #005bb0 100%);
  background: linear-gradient(to bottom, #0474dd 0%, #005bb0 100%);}
  .tab__area .search_btn-area .search_arealist {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .tab__area .search_btn-area .search_arealist li {
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  border: 1px #c2d5e3 solid;
  border-radius: 4px;
  width: 13.5%;
  height: 63px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  }
  .tab__area .search_btn-area .search_arealist li.active {
  background-color: #288acf;
  color: #fff;
  }
  .tab__area .tab--sp__head-area {
  margin: 10px 10px 0;
  font-size: 1.4rem;
  overflow: hidden;
  }
  .tab__area .tab--sp__head-area span {
  font-size: 1.8rem;
  }
  .tab__area .tab--sp__head-area .left {
  float: left;
  }
  .tab__area .tab--sp__head-area .right {
  float: right;
  }
  .tab__area .tab--sp__contents {
  margin: 0 10px;
  }
  .tab__area .tab--sp__contents .input-group span {
  float: none;
  height: auto;
  }

  .tab__area--wh .nav-tabs {
  border-bottom: 3px solid #9abbec;
  }
  .tab__area--wh.part-color .nav-tabs {
  border-bottom: 3px solid #0b9969;
  }
  .tab__area--wh .nav-tabs li.active {
  margin-bottom: -3px;
  }
  .tab__area--wh .nav-tabs li {
  width: 170px;
  }
  .tab__area--wh .nav-tabs li.active a {
  background-color: #ddf1ff;
  border-top: 4px solid #288acf;
  border-left: 1px solid #288acf;
  border-right: 1px solid #288acf;
  border-bottom: none;
  position: relative;
  top: 0;
  }
  .tab__area--wh.part-color .nav-tabs li.active a {
  background-color: #dcf7e7;
  border-top: 4px solid #0b9969;
  border-left: 1px solid #0b9969;
  border-right: 1px solid #0b9969;
  border-bottom: none;
  position: relative;
  top: 0;
  }
  .tab__area--wh .nav-tabs li a {
  margin: 0 4px 0 0;
  padding: 7px;
  font-size: 1.8rem;
  color: #288acf;
  border: 1px solid #dddddd;
  border-bottom: none;
  position: relative;
  top: 0;
  }
  .tab__area--wh .nav-tabs li a .tablist__cap {
  font-size: 1.4rem;
  }
  .tab__area--wh .nav-tabs li a .small {
  font-size: 1.6rem;
  color: #333333;
  }
  .tab__area--wh .tab-content {
  font-size: 1.4rem;
  }
  .tab__area--wh .tab-content .tab-pane {
  padding: 20px 0 0 0;
  }
  .tab__area.part-color .nav-tabs {
  border-bottom: 3px solid #98d3b0;
  }
  .tab__area.part-color .nav-tabs li a {
  border-bottom: 3px solid #98d3b0;
  }
  .tab__area.part-time .nav-tabs li.active a {
  border: 3px solid #0b9969;
  border-bottom: none;
  border-top: 3px solid #0b9969;
  }
  .tab__area .tab-content.searchPanelItems {
  padding: 20px;
  }
  .tab__area .search_btn-area .search_btn {
  margin-top: -55px;
  margin-left: -10px;
  }
  .tab__area .count__block {
  top: 0;
  }
  .tab__area .count__block .count__block--right > p {
  margin: 0;
  }
  .tab__area__textLink {
  float: left;
  font-size: 1.2rem;
  margin-top: 7px;
  }
  .result__searchPanel--hijokin.tab__area.part-color .nav-tabs li.active a,
  .result__searchPanel--hijokin.tab__area.part-color .nav-tabs li.active a:hover,
  .result__searchPanel--hijokin.tab__area.part-color .nav-tabs li.active a:focus {
  color: #0b652f;
  }
  .part-color.jsc_toggle_searchPanel__full-time .nav-tabs li.active > a:hover,
  .part-color.jsc_toggle_searchPanel__full-time .nav-tabs li.active > a:focus,
  .part-color.jsc_toggle_searchPanel__full-time .nav-tabs li.active > a {
    border: 3px solid #9abbec;
    border-bottom: none;
    border-top: 3px solid #288acf;
    border-bottom: 3px solid #ddf1ff !important;
    background-color: #ddf1ff;
    color: #2764bc;
  }
  .part-color.jsc_toggle_searchPanel__full-time .nav-tabs,
  .part-color.jsc_toggle_searchPanel__full-time .nav-tabs li > a {
    border-bottom: 3px solid #9abbec;
  }
  .part-color.jsc_toggle_searchPanel__full-time .tab-content {
    background-color: #ddf1ff;
    padding: 8px 4px 4px 4px;
    border-left: 3px solid #9abbec;
    border-right: 3px solid #9abbec;
    border-bottom: 3px solid #9abbec;
    margin-top: 0;
  }
  .jokinTop__searchPanel .form--full-time__wrap a.form-main:first-child {
    border-top: 3px solid #89c4ea;
  }
  .jokinTop__searchPanel .form--full-time__wrap {
    padding: 0 10px;
  }
  .jsc_toggle_searchPanel__part-time .jokinTop__searchPanel .search_block .search_block-item {
    border: 2px #98d3b0 solid;
    border-bottom: 0;
  }
  .jsc_toggle_searchPanel__part-time .jokinTop__searchPanel .search_block .search_block-item:last-child {
    border-bottom: 2px #98d3b0 solid;
  }
  .jsc_toggle_searchPanel__part-time .jokinTop__searchPanel .search_btn-area .search_btn a.btn {
    background: #0b9969;
    background: -webkit-linear-gradient(top, #0b9969 0%, #2f7f4f 100%);
    background: linear-gradient(to bottom, #0b9969 0%, #2f7f4f 100%);
  }
  .jsc_toggle_searchPanel__part-time .jokinTop__searchPanel .btn__area--main .btn-default {
    background: #0b9969;
    background: -webkit-linear-gradient(top, #0b9969 0%, #2f7f4f 100%);
    background: linear-gradient(to bottom, #0b9969 0%, #2f7f4f 100%);
  }
  .hijokinTop__searchPanel .form--full-time__wrap a.form-main:first-child {
    border-top: 3px solid #89c4ea;
  }
  .hijokinTop__searchPanel .form--full-time__wrap {
    padding: 0 10px;
  }
    @media screen and (max-width: 980px) {
      .tab__area .btn__area--last-time .title {
        width: auto;
        text-align: left;
        font-size: 1.4rem;
      }
      .tab__area .btn__area--last-time .text {
        margin-bottom: 10px;
      }
      .tab__area .btn__area--main {
        float: none;
        font-size: 1.4rem;
      }
      .tab__area .btn__area--main .duty {
        margin-bottom: 15px;
        padding: 0;
      }
      .tab__area .btn__area--main .submit {
        font-size: 1.4rem;
        display: block;
        width: 100%;
      }
      .tab__area .btn__area--last-time {
        display: block;
      }
      .tab__area .btn__area {
        display: block;
        padding: 10px 15px 0;
        margin: 0;
      }
      .tab__area .nav-tabs li a .small {
        font-size: 1.4rem;
      }
      .tab__area .nav-tabs li.pull-right {
        width: auto;
      }
      .tab__area .nav-tabs li.top__searchPanel__nav__tab {
        width: 100px;
      }
      .tab__area .nav-tabs li.top__searchPanel__nav__tab > a {
        font-size: 1.1rem;
      }
      .tab__area .nav-tabs li.top__searchPanel__nav__tab > a > .small {
        font-size: 1.4rem;
      }
      .tab__area--wh .nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
      }
      .tab__area--wh .nav-tabs li {
        width: 50%;
      }
      .tab__area--wh .nav-tabs li a .tablist__cap {
        font-size: 1.2rem;
      }
      .tab__area--wh .nav-tabs li a {
        font-size: 1.3rem;
      }
      .tab__area--wh .nav-tabs li a .small {
        font-size: 1.2rem;
      }
    }*/
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* subcontent
----------------------------- */
.section-subcontent {
  position: relative;
  margin-top: 40px;
}
.subcontent-rdccontents {
  margin-bottom: 40px;
}
.subcontent-inner {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.subcontent-ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 30px;
  margin: 0 15px;
  background-color: #065DB5;
  border-radius: 15px;
}
.subcontent-ttl {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
  height: 50px;
  box-sizing: border-box;
  border-top: 2px solid #065DB5;
  border-bottom: 1px solid #ccc;
  background-color: #F1F7FC;
  color: #065DB5;
  font-size: 18px;
  font-weight: bold;
}
.subcontent-otherpagelink {
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  background-image: url(/include/common/img/icn_circlearrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.subcontent-sammary {
  font-size: 14px;
}
.subcontent-content-summary {
  font-size: 14px;
}
/* RDCコンテンツ*/
.subcontent-rdccontents .subcontent-contentslist {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.subcontent-rdccontents .subcontent-contentslist > li {
  list-style: none;
  width: calc(50% - 15px);
}
.subcontent-rdccontents .subcontent-contentslist > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
.subcontent-rdccontents .subcontent-content-ttl {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
  letter-spacing: 2px;
}
.subcontent-rdccontents .subcontent-content dd {
  float: left;
  margin-top: 20px;
}
.subcontent-rdccontents .subcontent-content-figure {
  width: 100%;
}
.subcontent-rdccontents .subcontent-content-summary {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.3;
}
.subcontent-rdccontents .subcontent-content-summary.is-half {
  width: 100%;
  height: auto;
  padding-left: 0;
}
#pg_hijokin .subcontent-rdccontents .subcontent-content-summary {
  width: 100%;
  padding-left: 0;
}

@media screen and (max-width: 980px) {
  .subcontent-rdccontents .subcontent-content-summary {
      height: 75px;
      overflow: hidden;
      font-size: 12px;
  }
  .subcontent-rdccontents .subcontent-content-summary.is-half {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .subcontent-rdccontents .subcontent-contentslist {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .subcontent-rdccontents .subcontent-contentslist > li {
    width: 100%;
  }
  .subcontent-rdccontents .subcontent-contentslist > li + li {
    margin-top: 16px;
  }
}


/* TOPICコンテンツ*/
.subcontent-topiccontents .subcontent-contentslist {
  margin-top: 30px;
}
.subcontent-topiccontents .subcontent-contentslist > li {
  list-style: none;
}
.subcontent-topiccontents .subcontent-contentslist > li + li {
  margin-top: 20px;
}
.subcontent-topiccontents .subcontent-contentslist > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
.subcontent-topiccontents .subcontent-content-ttl {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
  letter-spacing: 2px;
}
.subcontent-topiccontents .subcontent-content dd {
  float: left;
  margin-top: 20px;
}
.subcontent-topiccontents .subcontent-content-figure {
  width: 50%;
}
.subcontent-topiccontents .subcontent-content-summary {
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1.3;
}

@media screen and (max-width: 980px) {
  .subcontent-topiccontents .subcontent-content-summary {
      /* height: 75px; */
      overflow: hidden;
      font-size: 12px;
  }
  .subcontent-topiccontents .subcontent-content-figure {
    width: 100%;
  }
  .subcontent-topiccontents .subcontent-content dd {
    float: none;
    padding-left: 0;
    margin-top: 10px;
    line-height: 1.5;
  }
  .subcontent-topiccontents .subcontent-content-summary {
    width: 100%;
  }
}


/* 色変更 */
#pg_hijokin .subcontent-ttl:before {
  background-color: #DCF7E7;
  border-radius: 15px;
}
#pg_hijokin .subcontent-ttl {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
  height: 50px;
  box-sizing: border-box;
  border-top: 2px solid #0B9969;
  border-bottom: 1px solid #ccc;
  background-color: #F1F7FC;
  color: #0B9969;
  font-size: 18px;
  font-weight: bold;
}
#pg_hijokin .section-subcontent .subcontent-ttl {
  border-top: 2px solid #065DB5;
  border-bottom: 1px solid #ccc;
  background-color: #F1F7FC;
  color: #065DB5;
}
#pg_hijokin .section-subcontent .subcontent-ttl:before {
  background-color: #065DB5;
}
#pg_hijokin .subcontent-rdccontents .subcontent-content-figure img {
  max-width: 350px;
}

/* キャリアチェンジ */
.subcontent-careerchange .subcontent-contentslist,
.subcontent-syokubareport .subcontent-contentslist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}

.subcontent-careerchange .subcontent-contentslist > li,
.subcontent-syokubareport .subcontent-contentslist > li {
  position: relative;
  width: 32%;
  padding-bottom: 40px;
  box-sizing: border-box;
  list-style: none;
  background-color: #fff;
}
.subcontent-careerchange .subcontent-contentslist > li + li {
  margin-left: 2%;
}
.subcontent-careerchange .subcontent-contentslist > li > a,
.subcontent-syokubareport .subcontent-contentslist > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
}
.subcontent-careerchange .subcontent-content dt,
.subcontent-syokubareport .subcontent-content dt {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
.subcontent-careerchange .subcontent-content-figure,
.subcontent-syokubareport .subcontent-content-figure {
  width: 100%;
}
.subcontent-careerchange .subcontent-content-figure img,
.subcontent-syokubareport .subcontent-content-figure img {
  width: 100%
}
.subcontent-careerchange .subcontent-content-summary,
.subcontent-syokubareport .subcontent-content-summary {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 590px) {
  .subcontent-careerchange .subcontent-contentslist,
  .subcontent-syokubareport .subcontent-contentslist {
    flex-direction: column;
  }
  .subcontent-careerchange .subcontent-contentslist > li {
    width: 100%;
  }
  .subcontent-careerchange .subcontent-contentslist > li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .subcontent-careerchange .subcontent-content dt,
  .subcontent-careerchange .subcontent-content-summary {
    padding: 10px;
  }
}
@media screen and (min-width: 980px) {
  .subcontent-careerchange .subcontent-content-figure,
  .subcontent-syokubareport .subcontent-content-figure {
    height: 170px;
    overflow: hidden;
    position: relative;
  }
  .subcontent-careerchange .subcontent-content-figure img,
  .subcontent-syokubareport .subcontent-content-figure img {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
}
.subcontent-content-cta:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url(/include/common/img/icn_circlearrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
.subcontent-content-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #EBF5FF;
  color: #065DB5;
}

/* 職場レポート */
.subcontent-syokubareport .subcontent-contentslist {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  letter-spacing: -.40em;
}
.subcontent-syokubareport .subcontent-contentslist > li {
  display: inline-block;
  width: 230px;
  list-style: none;
  background-color: #fff;
  vertical-align: top;
  margin: 10px 0 0 15px;
  letter-spacing: normal;
}
.subcontent-syokubareport .subcontent-contentslist > li:nth-child(3n+1) {
  margin-left: 0;
}
.subcontent-syokubareport .subcontent-content dt {
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.3;
}
.subcontent-syokubareport .subcontent-content dt > span {
  font-size: 14px;
}
.subcontent-syokubareport .subcontent-content-summary {
  padding: 0 15px 15px 15px;
}

/* other */
.othercontents_list > li {
  list-style: none;
}
.othercontents_list > li > figure {
  float: left;
  width: 15%;
  margin: 0;
}
.othercontents_list > li > figure > img {
  width: 100%;
}
.othercontents_list > li > .othercontents_summary {
  float: right;
  width: 80%;
  font-size: 14px;
}
.othercontents_list > li > .othercontents_moredetail {
  float: right;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
.subcontent-relationSubject .subject-list > ul > li {
  height: auto !important;
}
.subcontent-relationSubject .subject-list > ul > li > a {
  width: auto;
  height: auto;
  border: none;
  font-size: 13px;
  color: #333;
}
.subcontent-relationSubject .subject-list > ul > li > a:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  font-family: FontAwesome;
  color: #065DB5;
}
.othercontents_list-noThumb > li > .othercontents_summary {
  float: none;
  width: 100%;
  font-size: 14px;
}
.othercontents_list-noThumb > li > .othercontents_moredetail {
  float: none;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .othercontents_list > li > figure {
    width: 20%;
  }
  .othercontents_list > li > .othercontents_summary {
    width: 75%;
  }
  .othercontents_list > li > .othercontents_moredetail {
    clear: both;
  }
  .subcontent-otherpagelink {
    right: 10px;
  }
  .othercontents_list-noThumb > li > .othercontents_summary {
    width: 100%;
  }
}

.subcontent-hijokin .othercontents_list li {
    border-bottom: 1px dashed #999;
    padding: 10px 5px;
}
.subcontent-hijokin .othercontents_list li a {
    font-size: 13px;
    color: #333;
}
.subcontent-hijokin .subcontent-content-ttl {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* ----------------------------
registline
----------------------------- */
.registlink {
  display: block;
  width: 100%;
  height: 100%;
}
.registlink img {
  width: 100%;
  aspect-ratio: 760 / 140;
}

@media screen and (max-width: 980px) {
  .registlink img {
    aspect-ratio: 355 / 127;
  }  
}
/* ----------------------------
rerationBannerlist
----------------------------- */
.rerationBannerlist {
  padding: 0;
  margin: 0 0 20px 0;
}
.rerationBannerlist > li {
  list-style-type: none;
  width: 100%;
}
.rerationBannerlist > li > a:hover {
  text-decoration: none;
}
.rerationBannerlist > li + li {
  margin-top: 10px;
}
.rerationBannerlist > li > a {
  display: block;
  height: 100%;
  padding: 20px 10% 20px 20px;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #EBF5FF;
  background-image: url("/include/common/img/icn_arrow_right.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 8px;
  background-size: 8px;
  font-size: 1.1rem;
}
.rerationBannerlist > li > a > .bigword {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .rerationBannerlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rerationBannerlist > li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .rerationBannerlist > li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 530px) {
  .rerationBannerlist {
    flex-direction: column;
  }
  .rerationBannerlist > li {
    width: 100%;
    margin-bottom: 1%;
  }
}
/* ----------------------------
bannerlist
----------------------------- */
.bannerlist {
  padding: 0;
  margin: 0;
}
.bannerlist > li {
  list-style-type: none;
  width: 100%;
}
.bannerlist > li + li {
  margin-top: 10px;
}
.bannerlist > li > a {
  display: block;
  width: 100%;
}
.bannerlist > li > a:hover {
  text-decoration: none;
}
.banner_oripara_sp {
  display: none;
}
.banner_oripara_sp img {
  width: 100%;
  vertical-align: bottom;
}
.bannerlist .banner_oripara {
  margin-top: 10px;
}
.bannerlist .banner_oripara .isSP {
  display: none;
}
.bannerlist .banner_oripara .isPC {
  display: block;
}
@media screen and (max-width: 980px) {
  .bannerlist {
    margin-top: 10px;
  }
  .bannerlist .banner_oripara .isSP {
    display: block;
  }
  .bannerlist .banner_oripara .isPC {
    display: none;
  }
  .banner_oripara_sp {
    display: block;
  }
}
.banner_recruit_fulltime > a {
  height: 100px;
  padding: 20px;
  background-color: #EBF5FF;
  font-size: 17px;
  color: #0560b6;
  text-align: center;
  letter-spacing: 2px;
}
.banner_arrow {
  background-image: url(/include/common/img/category_blue__box_ttl_underline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner_arrow > a {
  height: 100px;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  color: #0560b6;
  text-align: left;
  letter-spacing: 2px;
  background-image: url(/include/common/img/icn_circlearrow_middle.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.banner_arrow--green {
  background-image: url(/include/common/img/category_blue__box_ttl_underline_green.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.banner_arrow--green > a {
  width: 235px;
  height: 100px;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  color: #0B9969;
  text-align: left;
  letter-spacing: 2px;
  background-image: url(/include/common/img/icn_circlearrow_middle_green.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.banner_app > a > img {
  width: 100%;
}
.siteInfoBannerlist {}
.siteInfoBannerlist > li {
  padding-top: 30px;
  padding-bottom: 15px;
  list-style: none;
  color: #999;
  font-size: 12px;
}
.siteInfo_icn {
  width: 70px;
  margin: 0 auto 15px;
}
.siteInfo_icn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .siteInfoBannerlist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .siteInfoBannerlist > li {
    width: 30%;
  }
}
@media screen and (max-width: 530px) {
  .siteInfoBannerlist {
    flex-direction: column;
    padding: 15px;
  }
  .siteInfoBannerlist > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .siteInfoBannerlist > li > p {
    width: 70%;
  }
  .siteInfoBannerlist > li > p.siteInfo_icn {
    width: 25%;
    text-align: center;
  }
  .siteInfoBannerlist > li > p.siteInfo_icn > img {
    width: 80%;
  }
}

.siteInfoBannerlist > li > p.siteInfo_icn.banner1 > img {
  aspect-ratio: 1/1;
}
.siteInfoBannerlist > li > p.siteInfo_icn.banner3 > img {
  aspect-ratio: 64/10;
}
.banner_contactinfo {
  height: 110px;
  padding: 20px;
  border: 1px solid #ccc;
}
.contactinfo {
  text-align: center;
}
.contactinfo a {
  display: block;
}
.contactinfo dt:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
  background-image: url(/include/common/img/icn_phone.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.contactinfo dt {
  font-weight: normal;
  letter-spacing: 1px;
  color: #666;
}
.contactinfo dd {
  font-size: 1.2rem;
}
.contactinfo dd.contactinfo_phonenumber {
  margin: 10px 0;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  letter-spacing: 1px;
}

.banner_rdcMagazine {
  position: relative;
  padding-top: 20px;
  border-top: 2px solid #0560b6;
  background-color: #f9f9f9;
}
.banner_rdcMagazine::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 84px;
  height: 113px;
  background-image: url(/include/common/img/banner_rdcMagazine_fig.png);
  background-repeat: no-repeat;
  background-position: center;
}
.rdcMagazine_ttl {
  width: 100px;
  margin-left: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 1px dashed #333;
}
.rdcMagazine_txt {
  width: 75px;
  height: 45px;
  margin-left: 20px;
  margin-top: 10px;
  background-image: url(/include/common/img/banner_rdcMagazine_text.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}
.btn_rdcMagazine {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 15px 0;
  margin-top: 30px;
  box-sizing: border-box;
  background-color: #ebf5ff;
  text-align: center;
  color: #065DB5;
}
.btn_rdcMagazine::before {
  content: url(/include/common/img/icn_circlearrow.png);
  margin-right: 10px;
  vertical-align: inherit;
}
@media screen and (max-width: 980px) {
  .rdcMagazine_ttl {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }
  .rdcMagazine_ttl br {
    display: none;
  }
  .rdcMagazine_txt {
    width: 100%;
    margin-left: 0;
    text-indent: inherit;
    background-image: none;
    color: #333;
  }
  .banner_rdcMagazine {
    padding-top: 0;
  }
  .banner_rdcMagazine::after {
    left: 20px;
  }
  .banner_rdcMagazine > a {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 125px;
    box-sizing: border-box;
  }
  .btn_rdcMagazine {
    margin-top: 10px;
  }
}
@media screen and (max-width: 530px) {
  .rdcMagazine_ttl br {
    display: block;
  }
}

.banner_getregist {
  padding: 25px 10px 10px 10px;
  background-color: #f1f7fc;
}
.banner_getregist > a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #0560b6;
  text-align: center;
}
.banner_getregist--hijokin {
  background: #dcf7e7;
}
.banner_getregist--hijokin > a {
  color: #2f9357;
}
.getregist_messagetitle {
  font-weight: bold;
  font-size: 19px;
}
.getregist_message {
  padding-bottom: 125px;
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  padding-right: 10px;
  background-image: url(/include/common/img/character_group01.png);
  background-repeat: no-repeat;
  background-position: center 50px;
  background-size: 80% auto;
  padding-left: 10px;
}
.banner_getregist--hijokin .getregist_message {
  background-image: url(/include/common/img/character_group02.png);
}
.btn_getregist {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  -ms-text-align-last: auto;
  text-align: left;
  border-radius: 5px;
  background: -webkit-linear-gradient(top,  #ffbb00 10%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 10%,#ff7c02 100%);
}
.btn_getregist::after {
  content: "無料";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #ec6c32;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.btn_getregist:hover {
  background: -webkit-linear-gradient(top,  #ffbb00 20%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 20%,#ff7c02 100%);
}
.btn_getregist:active {
  background: -webkit-linear-gradient(top,  #ffbb00 30%,#ff7c02 100%);
  background: linear-gradient(to bottom,  #ffbb00 30%,#ff7c02 100%);
}
.banner_premiumRegist > a {
  display: block;
  width: 100%;
  height: 100%;
}


/* START @media
===========================*/
@media screen and (max-width: 980px) {
  .section-subcontent {
    position: relative;
    padding-bottom: 20px;
  }
  .subcontent-otherpagelink {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
  }
  .subcontent-inner {
    padding: 15px;
  }
  .subcontent-rdccontents .subcontent-content-ttl {
    padding-bottom: 10px;
    font-size: 15px;
    letter-spacing: inherit;
  }
  .subcontent-content-figure img {
    width: 100%;
    aspect-ratio: 285 / 209;
  }
  .subcontent-syokubareport .subcontent-contentslist > li {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  .subcontent-syokubareport .subcontent-contentslist > li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .subcontent-syokubareport .subcontent-content dt {
    padding: 10px;
  }
  .subcontent-syokubareport .subcontent-content-summary {
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
  }
  .subcontent-syokubareport .subcontent-content-figure  {
    text-align: center;
    padding: 5px;
    height: 250px;
    overflow: hidden;
  }
  /* registlink */
  .registlink > a {
    padding-top: 20px;
  }
  .registlink .registlink-ttl {
    font-size: 15px;
  }
  .registlink .registlink-summary {
    padding: 10px;
    margin: 0;
    font-size: 14px;
  }
  .registlink .registlink-btn {
    position: inherit;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 55px;
  }
  .registlink .registlink-btn > span {
    padding-left: 20px;
    font-size: 14px;
  }
  .registlink-ttl {
    width: 100%;
  }
  .banner_getregist .getregist_message {
    margin-top: 15px;
  }
  .banner_getregist .btn_getregist {
    width: 100%;
    height: 60px;
    padding: 0;
    margin-top: 15px;
    line-height: 60px;
    background-size: 100% auto;
    font-size: 16px;
    text-align: center;
  }
  .getregist_message {
    background-size: contain;
  }
  .banner_getregist .btn_getregist {
    margin-top: 0;
  }
}
@media screen and (max-width: 321px) {
  .banner_getregist .btn_getregist {
    font-size: 12px;
  }
}
/* END @media
===========================*/

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ==============================

 MODAL

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

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (max-width: 980px) {
  .modal {
    padding-right: 0 !important;
    margin: 10px;
    /*overflow-y: scroll;*/
    box-sizing: border-box;
  }
}
/* ■■■■■■■ エフェクト ■■■■■■■ */

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) translateY(-50%);
  transform: translate(0, 0) translateY(-50%);
}

@media (max-height: 930px) and (min-width: 980px) {
  #subjectModalPc .modal-body {
    height: 400px;
    overflow-y: auto;
  }
}
@media (min-width: 980px) {
  .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    margin-left: -450px;
  }
}

/* ■■■■■■■ 背景 ■■■■■■■ */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ■■■■■■■ modal header ■■■■■■■ */
.modal-header {
  padding: 15px 20px;
  background-image: url(/include/common/img/category_blue__box_ttl_underline.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}
.modal-title {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #085db1;
}
#locationPartModal .modal-title,
#datePartModal .modal-title {
  color: #0b9969;
}
#locationPartModal .modal-header,
#datePartModal .modal-header {
  background-image: url(/include/common/img/category_blue__box_ttl_underline_green.png);
}
#locationPartModal .modal-footer.fixed {
  background-color: #dcf7e7;
}
#locationPartModal .modal-footer.fixed a {
  color: #0b9969;
}
/* ■■■■■■■ modal body ■■■■■■■ */
.modal-body {
  position: relative;
}
/* ■■■■■■■ modal content ■■■■■■■ */
.modal-content {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
/* ■■■■■■■ modal footer ■■■■■■■ */
.modal-footer {
  border-top: 1px #e5e5e5 solid;
  padding: 10px 0;
  text-align: center;
  background-color: #f5f5f5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer .return-link {
  float: right;
  padding-top: 11px;
  padding-right: 10px;
}
.modal-footer.fixed{
  position: fixed;
  bottom: 0;
  width: 100%;
  border: none;
  background: #ffffff;
}

@media (max-width: 980px) {
  .modal-footer.fixed {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ddf1ff;
    border: none;
  }
  .modal-footer .return-link {
    padding-top: 0;
  }
  .modal-footer {
    padding: 15px 10px;
  }
  .modal-footer.fixed {
    width: auto;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #ddf1ff;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .modal-footer__linksGroup {
    display: inline-block;
    width: 30%;
    padding-right: 10px;
    float: left;
  }
  .modal-footer__linksGroup .choice-city a {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .modal-footer__ctaBtn {
    display: inline-block;
    width: 70%;
  }
}
/* ■■■■■■■ 選択した内容を反映ボタン ■■■■■■■ */
.btn.js__selectform-btn {
  font-size: 16px;
  color :#fff;
  font-weight: bold;
  padding: 10px 45px;
  border: none;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #ffbb00 10%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 10%,#ff7c02 100%);
  outline: none !important;
}
.btn.js__selectform-btn:hover {
  background: -webkit-linear-gradient(top, #ffbb00 15%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 15%,#ff7c02 100%);
}
.btn.js__selectform-btn:active {
  outline: none !important;
  background: -webkit-linear-gradient(top, #ffbb00 30%,#ff7c02 100%);
  background: linear-gradient(to bottom, #ffbb00 30%,#ff7c02 100%);
}
.btn.js__selectform-btn:blur {
  outline: none !important;
}

@media (max-width: 980px) {
  .btn.js__selectform-btn {
    padding: 10px;
  }
}
/* ■■■■■■■ 閉じるボタン ■■■■■■■ */
.close {
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  background-image: url(/include/common/img/modal_closeBtn.png);
  background-size: 100% auto;
  text-indent: -9999px;
  cursor: pointer;
  background-color: inherit;
  border: 0;
  -webkit-appearance: none;
}
.close:hover,
.close:focus,
.close:active {
  box-shadow: none;
  border: none;
}

@media screen and (max-width: 980px) {
  .close {
    position: fixed;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
  }
}
/* ==============================
 募集科目モーダル（常/非常）
============================== */

/*　募集科目 */
.subject__block {
  padding: 0;
  border-collapse: collapse;
}
.subject__block-list {
  width: auto;
  margin: 0 0 10px 0;
  padding: 0 10px;
  display: block;
}
.subject__block-list + .subject__block-list {
  border-left: 1px solid #ddd;
}
.subject__block-list .title h5 {
  margin: 0;
  float: left;
  font-size: 1.4rem;
  font-weight: normal;
}
.subject__block-list .title p{
  float: left;
  margin: 0;
}
.subject__block-list ul {
  padding: 0;
  overflow: hidden;
}
.subject__block-list ul > li {
  width: 25%;
  padding: 0 20px;
  list-style-type: none;
  font-size: 1.2rem;
  float: left;
}
.subject__block-list ul > li > .checkbox {
  margin-top:0;
  margin-bottom: 0;
  font-size: 1.4rem;
}
.subject__block-list ul > li > .checkbox label {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 30px;
  font-size: 1.3rem;
  font-weight: normal;
}
.result_kamokuModal .subject__block {
  display: table;
}
.result_kamokuModal .subject__block-list {
  display: table-cell;
  width: 25%;
  vertical-align: top;
  padding: 30px 20px 10px 10px;
  margin-top: 20px;
  box-sizing: border-box;
}
.result_kamokuModal .result_kamokuModal_checkList {
  margin-top: 5px;
}
.result_kamokuModal .subject__block-list li {
  width: 100%;
  padding: 0;
}
.result_kamokuModal .subject__block-list li .checkbox input[type="checkbox"] {
  margin-left: -25px;
}
@media screen and (max-width: 980px) {
  .result_kamokuModal .subject__block {
    display: block;
    width: 100%;
  }
  .subject__block-list .title h5 {
    font-weight: bold;
  }
  .result_kamokuModal .subject__block-list {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-left: none;
  }
  .result_kamokuModal .subject__block-list:first-of-type {
    margin-top: 5px;
  }
  .result_kamokuModal .location-accordion-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    text-indent: -9999px;
  }
  .location-accordion-toggle:before {
    content: "";
    position: absolute;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: url(/include/common/img/icn_arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .location-accordion-toggle.isOpen:before {
    background-image: url(/include/common/img/icn_arrow_up.png);
  }
  .location-accordion-body {
    display: none;
  }
  .result_kamokuModal .subject__block-list ul {}
  .subject__block-list h5 + p.checkbox {
    display: none;
  }
  .result_kamokuModal .result_kamokuModal_checkList {
    margin-top: 0;
  }
  .result_kamokuModal h5 + p.result__kamokuModal__allcheck {
    margin-bottom: 1px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .subject__block-list .title p.result__kamokuModal__allcheck input[type="checkbox"] {
    width: 10px;
    margin-left: -17px;
    top: -1px;
  }
  .result_kamokuModal .js-location-accordion .result_kamokuModal_checkList label {
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .subject__block-list,
  .subject__block-list.subject__block-list-l {
    display: block;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    border-spacing: 0;
    width: 100%;
  }
  .subject__block-list ul:before,
  .subject__block-list ul:after {
    content: " ";
    display: table;
  }
  .subject__block-list ul:after {
    clear: both;
  }
  .subject__block-list li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 7px;
  }
  .subject__block-list li label {
    display: block;
    padding: 14px 0;
  }
  .subject__block-list h5,
  .subject__block__area h5 {
    margin-left: 0 !important;
    float: left;
  }
  .subject__block-list h5 + p.checkbox,
  .subject__block-list__area h5 + p.checkbox {
    font-size: 1.6rem;
    float: right;
  }
  .js-checked-box-children,
  .js-location-accordion {
    clear: both;
  }
  .subject__block-list li > .checkbox,
  .subject__block__area li > .checkbox {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-left: 20px;
  }
}
/* ==============================
 勤務地モーダル（常/非常）
============================== */

.result__locationModal .location__block {
  padding: 0;
  border-collapse: collapse;
}
.result__locationModal .location__block-list {
  padding: 10px 20px 25px 10px;
}
.result__locationModal .location__block__area {
  padding: 0;
}
.result__locationModal .result__locationModal__areaListTitle {
  margin-bottom: 1px;
}
.result__locationModal h5 + p.result__locationModal__allCheck {
  margin-top: 0;
  font-weight: normal;
  font-size: 1.1rem;
}
.result__locationModal h5 + p.result__locationModal__allCheck label {
  font-weight: normal;
}
.result__locationModal h5 + p.result__locationModal__allCheck input {
  top: -2px;
  width: 15px;
}
.result__locationModal .result__locationModal_areaList li label {
  font-size: 1.5rem;
  font-weight: normal;
}
.result__locationModal__cityWrapper {
  height: 450px;
  padding-top: 10px;
  overflow-y: scroll;
}
.result__locationModal__cityWrapper > .child {
  width: 95%;
  margin: 0 auto;
}
.result__locationModal__cityWrapper > .child .h5__area h5 {
  font-size: 1.6rem;
}
.result__locationModal__cityWrapper > .child .h5__area + p.checkbox {
  font-size: 1.2rem;
}
.result__locationModal__cityWrapper > .child .h5__area + p.checkbox label {
  font-weight: normal;
}
.result__locationModal__cityWrapper > .child .h5__area + p.checkbox input {
  top: -2px;
}
.result__locationModal__cityWrapper li {
  height: 40px;
}
.result__locationModal__cityWrapper li > .checkbox label {
  height: 40px;
  font-weight: normal;
}
.result__locationModal__cta {
  font-size: 1.6rem;
}
.location__block {
  padding: 10px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.location__block__footer {
  padding: 10px;
}
.choice-city {
  margin: 0;
  font-size:  1.4rem;
  font-weight: bold;
}
.choice-city a{
  display: block;
}
.location__block-list {
  width: 14%;
  padding: 0 10px;
  display: table-cell;
}
.location__block-list + .location__block-list {
  border-left: 1px solid #ddd;
}
.location__block-list:first-child,
.location__block-list:last-child {
  width: 15%;
}
.location__block-list ul {
  padding: 0;
}
.location__block-list ul {
  padding: 0;
  margin-left: 10px;
  margin-top: 15px;
}
.location__block-list li {
  padding: 0 20px 0 5px;
  list-style-type: none;
  font-size: 1.2rem;
}
.location__block-list h5,
.location__block__area .h5__area h5 {
  font-weight: bold;
  font-size: 1.4rem;
}
.location__block__area .h5__area {
  float: left;
}
.location__block__area .h5__area h5 {
  font-size: 1.8rem;
}
.location__block-list h5 + p.checkbox {
  font-size: 1.2rem;
  margin-left:7px;
  font-weight: bold;
}
.location__block__area .h5__area + p.checkbox {
  font-size: 1.6rem;
  float: right;
}
.location__block-list li > .checkbox {
  margin-top:0;
}
.location__block-list .checkbox label,
.location__block__area .checkbox label {
  font-weight: bold;
}
.location__block__area {
  padding: 0 10px;
}
.location__block__city {
  margin: 20px 0;
  padding-left: 0;
  border: none;
}
.location__block__city li {
  display: table;
  margin-bottom: -1px;
  height: 40px;
  padding: 0 10px;
  list-style-type: none;
  font-size: 1.2rem;
  border: none;
}
.location__block__city li:nth-child(6n) {
  margin-right: -1px;
}
.location__block__city li a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
}
.location__block__city li a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e258";
  display: inline-block;
  float: right;
}
.location__block__city li > .checkbox {
  margin: 0;
}
.location__block__city li > .checkbox label {
  display: table;
  width: 100%;
  height: 40px;
  font-size: 1.3rem;
  padding: 0;
}
.location__block__city li > .checkbox label span{
  display: table-cell;
  vertical-align: middle;
}
.location__block__city li > .checkbox label span{
  display: table-cell;
  vertical-align: middle;
}
.location__block__city li > .checkbox label span.inputBox{
  width: 20%;
}
.location__block__city li > .checkbox label  span.inputBox input{
  position: relative;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .location__block {
    display: block;
    margin: 0;
  }
  .result__locationModal .location__block-list {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .result__locationModal .location__block-list:first-of-type {
    margin-top: 5px;
  }
  .result__locationModal .location-accordion-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: -9999px;
  }
  .result__locationModal .choice-pane__city .location-accordion-toggle {
    display: none;
  }
  .result__locationModal .location-accordion-toggle:before {
    content: "";
    position: absolute;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: url(/include/common/img/icn_arrow_bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .result__locationModal .location-accordion-toggle.isOpen:before {
    background-image: url(/include/common/img/icn_arrow_up.png);
  }
  .location-accordion-body {
    display: none;
  }
  .result__locationModal__cityWrapper {
    height: auto;
  }
  .result__locationModal__cityWrapper .location-accordion-body {
    display: block;
  }
  .location__block-list:first-child,
  .location__block-list:last-child {
    width: 100%;
  }
  .location__block__all-checkbox {
    text-align: right;
  }
  .location__block-list ul:before, .location__block-list ul:after {
    content: "";
    display: table;
  }
  .location__block-list ul:after {
    clear: both;
  }
  .location__block-list li {
    width: 50%;
    float: left;
  }
  .location__block-list li > .checkbox {
    padding-left: 20px;
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .location__block__city li > .checkbox label {
    font-size: 1.2rem;
  }
  .location__block__city li > .checkbox label  span.inputBox input{
    position: relative;
    top: 2px;
  }
  .location__block-list li label {
    display: block;
  }
  .result__locationModal .result__locationModal__areaListTitle {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .result__locationModal h5.result__locationModal__areaListTitle + p.checkbox {
    display: none;
  }
  .result__locationModal h5.result__locationModal__areaListTitle + p.checkbox {
    float: right;
    margin-bottom: 1px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .result__locationModal h5.result__locationModal__areaListTitle + p.checkbox label {
    font-size: 1.0rem;
  }
  .result__locationModal_areaList li {
    border: none;
  }
  .result__locationModal_areaList li > .checkbox {
    margin: 0;
  }
  .result__locationModal_areaList li label {
    padding: 10px 0;
  }
  .location__block-list h5,
  .location__block__area .h5__area {
    font-size: 1.8rem;
    float: left;
  }
  .location__block__area .h5__area h5 {
    font-size: 1.8rem;
  }
  .location__block-list h5 + p.checkbox,
  .location__block__area .h5__area + p.checkbox {
    font-size: 1.6rem;
    float: right;
  }
  .js-location-accordion {
    clear: both;
  }
}

/* ==============================
 ★KARTE★
 勤務地モーダル（常/非常）
 2019/05実装
============================== */
#pg_jokin {}

/* モーダル位置調整 */
#pg_jokin .modal-dialog {
  transform: translate(0, 0) translateY(-50%);
}
/* ボタン周り */
#pg_jokin .modal-footer.pc-show {
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  text-align: left;
  justify-content: center;
  align-items: center;
}
#pg_jokin .modal-footer.pc-show .js-modal-in-panel-return {
  position: absolute;
  float: none;
  margin-left: 16px;
  padding-top: 0;
  margin-right: 0;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#pg_jokin .modal-footer.pc-show .js-modal-in-panel-city {
  padding-top:0;
  padding-right:0;
  margin-left:30px;
}
#pg_jokin .modal-footer.pc-show .js-modal-in-panel-city .choice-city {
  margin-right:0;
}
#pg_jokin .modal-footer.pc-show .js-modal-in-panel-city .choice-city a {
  display: block;
  background-color: #FFFFFF;
  padding: 12px 50px;
  border-radius: 4px;
  border: 2px solid #ccc;
  color:#ccc;
}
#pg_jokin .modal-footer.pc-show .js-modal-in-panel-city .choice-city a.isActive {
  border: 2px solid #085db1;
  color: #085db1;
}
/* SP */
@media screen and (max-width: 980px){
  #pg_jokin .modal-dialog {
    transform: translate(0, 0) translateY(0);
  }
  #pg_jokin .prefectureView  .modal-footer.pc-show {
      display: none !important;
  }
  #pg_jokin .prefectureView  .modal-footer.sp-show {
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  #pg_jokin .prefectureView  .modal-footer.sp-show .modal-footer__linksGroup {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #pg_jokin .prefectureView .modal-footer.sp-show .modal-footer__linksGroup .choice-city .js-prefecture-json-btn {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px 0;
    font-size: 15px;
    color: #ccc;
  }
  /* #pg_jokin .modal-footer.sp-show .modal-footer__linksGroup .js-modal-in-panel-return a {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #085db1;
    padding: 12px 0;
    font-size: 15px;
    color: #085db1;
  } */
  #pg_jokin .prefectureView  .modal-footer.sp-show .modal-footer__linksGroup .choice-city a.isActive {
    border: 1px solid #085db1;
    color: #085db1;
  }
  #pg_jokin .prefectureView  .modal-footer.sp-show .modal-footer__linksGroup .choice-city a .glyphicon {
    display: none;
  }
  #pg_jokin .prefectureView  .modal-footer.sp-show .modal-footer__linksGroup .choice-city a br {
    display: none;
  }
  #pg_jokin .prefectureView  .modal-footer.sp-show .js__selectform-btn {
    width: 100%;
  }
  #pg_jokin .prefectureView .modal-body.add-fixed {
    padding-bottom: 130px;
  }
  #pg_jokin .modal-footer.pc-show {
    display: none !important;
  }
}


/* ==============================
 新！曜日時間帯モーダル（非常）
============================== */
.dayModal .modal-body.dateTimeTable {
  padding: 30px 160px 30px;
}
.dateTimeTable label {
  cursor: pointer;
}
.group_date label {
  color: #666;
  font-weight: normal;
}
.dateTimeTable_col {
  width: 25%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  float: left;
}
.dateTimeTable_col th {
  border: 1px solid #ccc;
  padding: 0;
}
.dateTimeTable_col .checkBoxCell > label {
  display: block;
  width: 100%;
  padding-left: 10px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: left;
  margin-bottom: 0;
  color: #666;
  font-weight: normal;
}
.dateTimeTable_main {
  float: left;
  width: 75%;
}
.dateTimeTable_row {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.dateTimeTable_row th,
.dateTimeTable_row td {
  border: 1px solid #ccc;
  padding: 0;
}
.dateTimeTable_row .checkBoxCell > label {
  display: block;
  width: 100%;
  height: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
.dateTimeTable_col input,
.dateTimeTable_row input {
  display: none;
}
label.is_checked {
  background-color: #f9d156;
}
/*.is_subhover {
  background-color: #ffe38d;
}
.is_hover {
  background-color: #f9d156;
}*/
.labelText {
  font-size: 1.2rem;
}
/* ===========
SP
=========== */
@media screen and (max-width: 980px) {
  #datePartModal .modal-body {
    padding: 0;
    overflow: hidden;
  }
  .dateTimeTable {
    padding: 0;
    margin: 10px;
    position: relative;
    height: 65vh;
  }
  .dateTimeTable_col {
    width: 45%;
    border-top: 1px solid #ccc;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .dateTimeTable_col .checkBoxCell > label {
    padding-left: 5px;
  }
  .dateTimeTable_main {
    position: absolute;
    top: 0;
    left: 45%;
    width: 55%;
    overflow-x: scroll;
  }
  .dateTimeTable_col {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
  }
  .dateTimeTable_row {
    width: 200%;
    float: none;
  }

}
/* ==============================
 特徴モーダル（常）
============================== */
.result__featureModal .modal-body{
  padding: 0 30px 0px 30px;
}
.change-tab {
  overflow: hidden;
}
.change-tab__header {
  width: 15%;
  float: left;
}
.change-tab__contents {
  width: 85%;
  float: left;
}
.result__featureModal .change-tab__header ul li {
  height: 120px;
  padding-top: 10px;
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  list-style: none;
}
.result__featureModal .change-tab__header ul li + li {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.result__featureModal .change-tab__header ul li br {
  display: none;
}
.result__featureModal .change-tab__header ul li .checkFlagIcon span {
  background: #2764bc;
}
.result__featureModal .change-tab__contents__child {
  height: 120px;
  margin-top: 20px;
  box-sizing: border-box;
}
.result__featureModal .change-tab__contents__child + .change-tab__contents__child {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.result__featureModal .change-tab__contents__child ul {
  overflow: hidden;
}
.result__featureModal .change-tab__contents__child ul li {
  float: left;
  width: 33%;
  box-sizing: border-box;
  list-style: none;
}
.result__featureModal .change-tab__contents__child ul li label input {
  margin: 0 10px 0 5px;
}
.result__featureModal .change-tab__contents__child ul li label {
  width: 100%;
  height: 100%;
  padding: 5px 7px;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  #equipmentModal .modal-dialog {
    width: 100%;
  }
  .change-tab__header {
    width: 100%;
    clear: left;
  }
  .result__featureModal .modal-body {
    min-height: 450px;
    padding: 10px 0 0 0;
  }
  .result__featureModal .change-tab__header ul li {
    padding: 10px 0;
    vertical-align: middle;
    float: none;
  }
  .result__featureModal .change-tab__header ul li + li {
    vertical-align: middle;
  }
  .change-tab__contents {
    width: 100%;
    clear: left;
  }
  .result__featureModal .change-tab__contents__child {
    height: auto;
  }
  .result__featureModal .change-tab__contents__child ul li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .result__featureModal .change-tab__contents__child + .change-tab__contents__child {
    padding-top: 0;
    border-top: none;
  }
}
/* ==============================
 特徴モーダル（非常）
============================== */

.characteristicModal .simple-block02 {
  padding: 35px 15px 15px 15px;
}
.characteristicModal .modal-body .simple-block02 ul > li > label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  margin: 0;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-weight: normal;
}
  .characteristicModal .modal-body .simple-block02 ul > li {
  display: table;
  width: 220px;
  height: 40px;
  margin: 0 6px 0 0;
  float: left;
  list-style-type: none;
  font-size: 1.6rem;
  border: none;
}

.simple-block02 ul li:nth-child(5n){
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .characteristicModal .simple-block02 {
    padding: 0;
  }
  .characteristicModal .modal-body .simple-block02 ul {
    margin-top: 10px;
  }
  .characteristicModal .modal-body .simple-block02 ul > li {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    padding: 3px;
    border:none;
    box-sizing: border-box;
  }
  .characteristicModal .modal-body .simple-block02 ul > li > label {
    height: 40px;
    line-height: inherit;
    border: none;
  }
}
/* ==============================
 施設形態モーダル（常/非常）
============================== */

.result__worktypeModal .modal-body {
  padding: 30px 30px 0px 30px;
}
.result__worktypeModal .change-tab__header > ul {
  overflow: hidden;
}
.result__worktypeModal .change-tab__header > ul > li {
  height: 100px;
  font-size: 1.5rem;
  list-style: none;
  box-sizing: border-box;
}
.result__worktypeModal .change-tab__header > ul > li.kind {
  height:120px;
}
.result__worktypeModal .change-tab__header > ul > li.emergency {
  height:80px;
}
.result__worktypeModal .change-tab__header > ul > li.scale {
  height:120px;
}
.result__worktypeModal .change-tab__header > ul > li.society {
  display: none;
  height:80px;
}
.result__worktypeModal .change-tab__contents__child {
  height: 100px;
  box-sizing: border-box;
}
.result__worktypeModal .change-tab__contents__child.kind {
  height: 120px;
}
.result__worktypeModal .change-tab__contents__child.emergency {
  height: 80px;
}
.result__worktypeModal .change-tab__contents__child.scale {
  height: 120px;
}
.result__worktypeModal .change-tab__contents__child.society {
  display: none !important;
  height: 80px;
}
.result__worktypeModal .change-tab__contents__child > ul {
  overflow: hidden;
}
.result__worktypeModal .change-tab__contents__child > ul > li {
  list-style: none;
  width: 33%;
  float: left;
  box-sizing: border-box;
}
.result__worktypeModal .change-tab__contents__child > ul > li label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.5rem;
  box-sizing: border-box;
}
.result__worktypeModal .change-tab__contents__child .societyArea {
  padding-top: 0;
}
.result__worktypeModal .change-tab__contents__child .societyArea > li {
  width: 150px;
}
.result__worktypeModal .change-tab__contents__child .societyArea > li + li {
  margin-left: 15px;
}
.result__worktypeModal .societyArea_input {
  border: 1px solid #ccc;
  font-size: 1.2rem;
}
.societyArea_input_addBtn {
  display: none;
  float: left;
  width: 90px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
}
.society_subtxt {
  color:#666;
  padding-top: 0px;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.result__worktypeModal .change-tab__header > ul > .society span:nth-of-type(2) {
  margin-top: 0 !important;
}

@media screen and (max-width: 980px) {
  .result__worktypeModal .societyArea_input {
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  .result__worktypeModal .change-tab__header > ul > li {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 1.3rem;
  }
  .result__worktypeModal .change-tab__header > ul > li + li {
    padding: 0;
  }
  .society_subtxt {
    display: none;
  }
  .result__worktypeModal .modal-body {
    padding: 10px 0 0 0;
  }
  .result__worktypeModal .change-tab__contents__child {
    height: auto !important;
    padding: 15px 5px 5px 5px;
    box-sizing: border-box;
  }
  .result__worktypeModal .change-tab__contents__child > ul {
    margin-right: -5px;
  }
  .result__worktypeModal .change-tab__contents__child > ul > li {
    width: 50%;
  }
  .result__worktypeModal .change-tab__contents__child > ul > li label {
    font-size: 1.3rem;
    border:none;
  }
  .result__worktypeModal .change-tab__contents__child .societyArea > li {
    width: 100%;
  }
  .result__worktypeModal .change-tab__contents__child .societyArea > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .result__worktypeModal .change-tab__header > ul > .society span:nth-of-type(2) {
    display: none !important;
  }
  .result__worktypeModal .change-tab__contents__child > ul.societyArea {
    margin-right: 0;
    padding: 0 10px;
  }
}
/* ==============================
 業務内容モーダル（非常）
============================== */

.workContentModal .modal-body {
  padding: 30px 60px;
}
.workContentModal .toggle-block {
  padding: 0;
  margin: 0;
}


.toggle-block {
  margin-top: 15px;
  padding: 0 15px;
}

@media screen and (max-width: 980px) {
  .toggle-block {
    margin: 15px 0 50px 0;
    padding: 0;
    overflow-y: scroll;
  }

  .toggle-block__child:first-child{
    padding-right: 1px;
  }
  .toggle-block__child + .toggle-block__child{
    padding-left: 1px;
    margin-top: 0;
  }
}

.toggle-block ul{
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.toggle-block ul .child{
  display: table;
  width: 168px;
  height: 112px;
  position: relative;
  float: left;
  list-style-type: none;
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .toggle-block ul .child{
    width: 100%;
    margin: 0 0 6px 0;
    position: relative;
    float: none;
  }
}
.toggle-block ul .child.yes .child_in {
  color: #ffffff;
  background: #8bc5a3;
}

.toggle-block ul .child .title{
  padding: 7px;
  position: absolute;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .toggle-block ul .child .title{
    font-size: 1.4rem;
  }
}

.toggle-block ul .child .child_in{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
}

.toggle-block ul .child .child_in .label-text{
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  color: #686868;
}

.toggle-block ul .child.yes .child_in .label-text{
  color: #ffffff;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .toggle-block ul .child.yes .child_in .label-text{
    padding: 0 8px;
  }
}

.toggle-block ul .child.not .child_in .label-text{
  color: #0d0d0d;
  font-size: 1.6rem;
}
.workContentModal .toggle-block .toggle-block__child {
  padding: 0;
}
.workContentModal .toggle-block ul .child {
  width: 150px;
  height: 95px;
  padding: 5px;
  box-sizing: border-box;
}
.workContentModal .toggle-block ul .child .title {
  font-size: 1.3rem;
}
.workContentModal .toggle-block ul .child .child_in .label-text {
  margin-top: 20px;
}
.workContentModal__caption {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.workContentModal .toggle-block ul .child.not .child_in  {
  background: #dcf7e7;
  color: #0b9969;
}
.workContentModal .toggle-block ul .child.not .label-text {
  color: #0b9969;
}
.workContentModal .btn-primary {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .workContentModal .modal-body {
    padding: 5px 5px 80px 5px;
  }
  .workContentModal__caption {
    display: block;
    margin-left: 0;
    font-size: 1.1rem;
  }
  .workContentModal .toggle-block ul .child {
    width: 100%;
    height: auto;
  }
  .workContentModal .toggle-block ul .child .title {
    font-size: 1.3rem;
  }
  .workContentModal .toggle-block ul .child .child_in .label-text {
    padding: 30px 0;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .workContentModal__contentsList {
    width: 100%;
  }
  .workContentModal__contentsList > ul {
    margin-right: 0;
  }
  .workContentModal .workContentModal__contentsList > ul > .child {
    width: 49%;
    margin-right: 5px;
    float: left;
    box-sizing: border-box;
  }
  .workContentModal .workContentModal__contentsList > ul > .child:nth-child(2n) {
    margin-right: 0;
  }
  .workContentModal .toggle-block ul .child .title {
    font-size: 1.2rem;
  }
}
/* ==============================
 勤務頻度モーダル（非常）
============================== */

.workFrequencyModal .modal-body {
  padding: 30px;
}
.workFrequencyModal .modal-body .simple-block {
  padding: 0;
}
.workFrequencyModal .modal-body .simple-block ul {
  width: 100%;
  overflow: hidden;
}
.workFrequencyModal .modal-body .simple-block ul > li {
  display: block;
  width: 25%;
  height: 35px;
  padding: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  box-sizing: border-box;
  float: left;
  border: none;
}
.workFrequencyModal .modal-body .simple-block ul > li > label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-weight: normal;
}
.workFrequencyModal .modal-body .simple-block ul > li > label br {
  display: none;
}
.workFrequencyModal .btn-primary {
  font-size: 1.6rem;
}
@media screen and (max-width: 980px) {
  .workFrequencyModal .modal-body {
    padding: 10px 10px 60px 10px;
  }
  .workFrequencyModal .modal-body .simple-block ul > li {
    display: block;
    width: 49%;
    height: 40px;
    padding: 0;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 0;
    margin-left: 0;
    box-sizing: border-box;
    float: left;
  }
  .workFrequencyModal .modal-body .simple-block ul > li > label {
    padding: 5px 10px;
    border: none;
  }
}
/* ==============================
 色変更
============================== */
#pg_hijokin {}
#pg_hijokin .modal-title {
  color: #0b9969;
}
#pg_hijokin .modal-header {
  background-image: url(/include/common/img/category_blue__box_ttl_underline_green.png);
}
#pg_hijokin .modal-footer {
  background-color: #DCF7E7;
}
/* 
#pg_hijokin .result__worktypeModal .modal-header,
#pg_hijokin .result__featureModal .modal-header,
#pg_hijokin #locationModalPc .result__locationModal .modal-header,
#pg_hijokin .result_kamokuModal .modal-header {
  background-image: url(/include/common/img/category_blue__box_ttl_underline.png);
} */
/* 
#pg_hijokin .result__worktypeModal .modal-title,
#pg_hijokin .result__featureModal .modal-title,
#pg_hijokin #locationModalPc .result__locationModal .modal-title,
#pg_hijokin .result_kamokuModal .modal-title {
  color: #085db1;
} */


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■SP■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 980px) {

  #pg_hijokin .change-tab__header ul li.current {
    background: #fff;
    color: #333;
  }
  #equipmentModal .modal-dialog, #characteristicModal .modal-dialog {
    width: auto;
  }
  .modal-content {
    min-height: 100%;
  }
  .modal-body {
    overflow-y: scroll;
    padding-top: 15px;
  }
  .modal-body.add-fixed {
    height: 88vh;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 60px;
  }

  .result__worktypeModal .modal-body{
    min-height: 450px;
    padding-bottom: 60px;
  }
  .modal-content {
    min-height: 100%;
  }
  .modal.fade .modal-dialog {
    margin: 0;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0) translateY(0);
    transform: translate(0, 0) translateY(0);
  }

  /* modal */
  #equipmentModal .modal-dialog,
  #characteristicModal .modal-dialog {
    width: auto;
  }
  .toggle-block ul .child:nth-child(n + 6) {
    margin-top: 0;
  }
  #pg_hijokin #locationPartModal .modal-footer.fixed {
    background-color: #dcf7e7;
  }
  #pg_hijokin #locationPartModal .modal-footer.fixed a {
    color: #0b9969;
  }

}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■SP■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*.subject__block-list.subject__block-list-l {
width: 40%;
}
.subject__block-list .title{
overflow: hidden;
}
.subject__block-list .clearfix li {
width: 50%;
height: auto;
float: left; }
.subject__block-list .clearfix li:nth-child(2) {
float: right; }

.subject__block-list h5 {
font-weight: bold;
font-size: 18px;
}
.subject__block-list h5 + p.checkbox {
margin-left:7px;
font-weight: bold;
font-size: 1.2rem; }
.subject__block__area {
margin: 10px 10px 0;
}
@media screen and (max-width: 980px) {
  .subject__block-list li {
    width: 100%;
  }
}*/

.hospital_pageDescription {
  margin: 0 5px 20px;
  font-size: 14px;
}


/* ----------------------------
RID BANNER　※掲載期間終了後に削除
----------------------------- */

.m-ridBanner {
  background-color: #2a4e72;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
}
.m-ridBanner_inner {
  width: 1054px;
  margin: 0 auto;
}
.m-ridBanner a {
  display: block;
  width: 100%;
}
.m-ridBanner a img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 980px) {
  .m-ridBanner_pc {
    display: block;
  }
  .m-ridBanner_sp {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .m-ridBanner_inner {
    width: 100%;
  }
  .m-ridBanner_pc {
    display: none;
  }
  .m-ridBanner_sp {
    display: block;
  }
}
@media screen and (max-width: 600px) {

.m-ridBanner {
  position: sticky;
  bottom: 0;
}
.m-ridBanner_inner {
  width: auto;
  transform: none;
  border-radius: 0;
  overflow: hidden;
}
}

/* ----------------------------
アルバイト可能時間シミュレーション用バナー
----------------------------- */
.banner_contents_simulator img {
  display: block;
  width: 100%;
  aspect-ratio: 234 / 150;
}
.banner_contents_simulator img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  .banner_contents_simulator img {
    width: 350px;
    height: 120px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: 0 0;
    -o-object-position: 0 0;
    margin: 0 auto 20px;
    aspect-ratio: 350 / 120;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  }
}

/* ----------------------------
求人0件ページのバナー　2023/11/17追記・石黒
----------------------------- */
.noJobBannerArea {
  width: 100%;
}

.noJobBannerArea img {
  width: 100%;
  margin-bottom: 20px;
}