@charset "UTF-8";

/*
	Theme Name: rejobcontent

*/

/****************************************

          一時的な処理

*****************************************/
.header_kaigo {
  display: block;
  position: absolute;
  top: 72px;
  right: 1px;
}
/****************************************
article_schedule
*****************************************/
dl.article_schedule {
    overflow: hidden;
}
dl.article_schedule dt{
    float:left;
    font-weight: bold;
}
dl.article_schedule dd{
        margin-left: 80px;
        margin-bottom: 5px;
}

/****************************************
article
*****************************************/
.article {
  display: table;
  width:100%;
}

.article .article__txt {
  font-size: 14px;
}

/****************************************
heading
*****************************************/
.heading2-pt3 {
    padding: 15px 0;
    border-bottom: 2px solid #E0E0E0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

 .heading2-pt4 {
    padding: 15px 0;
    border-bottom: 3px solid #ED4B7A;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

 .heading2-pt4_2 {
    padding: 15px 0;
    border-bottom: 3px solid #2459B9;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

.heading2-pt5 {
     margin: 30px 0 15px;
     border-left: 8px solid #D9BA8C;
     padding: 10px 0 10px 10px;
     color: #444;
     line-height: 1.2;
     font-size: 153.9%;
     font-size: large;
  }

.heading2-cat_aruaru {
     margin: 30px 0 30px;
     border-bottom: 3px solid #E0C367;
     background-color: #FFFBA3;
     /* border-top: 2px dashed #aaa185; */
     padding: 10px 0 10px 10px;
     font-size: 16px;
     font-weight: bold;
  }

.heading3-cat_aruaru {
     margin: 30px 0 30px;
     border-top: 3px dashed #E0C367;
     border-bottom: 3px dashed #E0C367;
     /* border-top: 2px dashed #aaa185; */
     padding: 10px 0 10px 10px;
     font-size: 16px;
     font-weight: bold;
  }

 .heading1-engi {
     margin: 30px 0 30px;
     border-bottom: 3px solid #CECECE;
     padding: 10px 0 10px 10px;
     font-size: 18px;
     font-weight: bold;
  }

/****************************************
box-comment
*****************************************/

.box-comment{
    padding: 20px 20px 10px;
    background: #F7F7F7;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    margin-top: 20px;
}
.box-comment__title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.box-comment__article{
    line-height: 1.8em;
    margin-bottom: 16px;
    font-size: 14px;   
}


/****************************************
panel
*****************************************/

.panel{
  border: 1px solid #EEE;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.panel.pannel-pt01{
  border: 1px solid #FDDDDD;
}
.panel.pannel-pt01 .panel__heading {
  background-color: #FFF4F4;
  border-color: #FDDDDD;
}

.panel.pannel-cat_hair{
  border: 1px solid #E4CFB2;
}

.panel.pannel-cat_hair .panel__heading {
  background-color: #EFE4D5;
  border-color: #E4CFB2;
}

.panel.pannel-cat_hair{
  border: 1px solid #E4CFB2;
}

.panel.pannel-cat_hair .panel__heading {
  background-color: #EFE4D5;
  border-color: #E4CFB2;
}

/****************************************
boxset
*****************************************/

  .box-pt3{
    border: 1px solid #F9D7E2;
    background:#FEF5F8;
  }
  .box-pt3__title{
    font-size: 70px;
    color: #F9D7E2;
    text-align: right;
  }
    .box-pt3__title > .box-pt3__title__udl{
      padding: 5px 20px;
      border-bottom: 1px solid #F9D7E2;
    }
  .box-pt3__contents{
    font-size: 14px;
    padding: 20px;
  }

  .box-cat_interview{
    border: 1px solid #B0C7F1;
    background: #E6F3FD;
  }
  .box-cat_interview__title{
    font-size: 70px;
    color: #B0C7F1;
    text-align: right;
  }
    .box-cat_interview__title > .box-cat_interview__title__udl{
      padding: 5px 20px;
      border-bottom: 1px solid #B0C7F1;
    }

  .box-cat_interview__contents{
    font-size: 14px;
    padding: 20px;
  }

  .box-cat_hair{ border-style : dot;
     border-width : 2px;
     border-style: dashed;
     border-color: #D9BA8C;
     padding : 15px;
}

  .box-cat_hair__title{
    font-size: 35px;
    color: #D9BA8C;
    text-align: left;
  }
    .box-cat_hair__title > .box-cat_hair__title__udl{
      padding: 25px 5px;
    }

 .profile img{
   border-radius: 75px;
   height: 150px;
   width: 150px;
   border:3px solid #fff;
   box-shadow: 1px 1px 4px; 
}

 .profile_iyashi img{
   border-radius: 40px;
   height: 80px;
   width: 80pz;
   border:2px solid #fff;
}

/****************************************
慣用クラス
*****************************************/
 .mg_40 { 
   margin-bottom: 40px;
 
  }

 .mg_20 { 
   margin-top: 20px;
 
  }

 .mg_40_top { 
   margin-bottom: 30px;
   margin-top: 20px;
  }

  a.hover_pt01 img{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
  }
  a.hover_pt01:hover img {
  opacity: .8;
      filter: alpha(opacity=100);
  }

/****************************************
  DL
*****************************************/

  .dl-list.dl-list--w80 {
    overflow: hidden;
  }
  
  .dl-list.dl-list--w80 > dt {
    clear: both;
    float: left;
    width: 80px;
    font-weight: bold;
    padding: 5px;
  }
  
  .dl-list.dl-list--w80 > dd {
    padding: 5px 5px 5px 90px;
  }


/****************************************
   hair_title
 *****************************************/

.title_hair{
  padding: 20px 15px 20px;
  border-top: 3px solid #D9BA8C;
  background-color: #FDF8F2;
  color: #444;
  border-bottom: 3px solid #D9BA8C;
  }

.strong {
    font-weight: bold;
    font-size: large;
    margin-bottom:15px
  }



/****************************************
   kaigo_box
 *****************************************/
  
  .kaigo_box-comment {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .kaigo_box-comment .kaigo_box-comment__img {
    float: left;
    width: 100px;
  }
  
  .kaigo_box-comment .kaigo_box-comment__img img {
    width: 100%;
  }
  
  .kaigo_box-comment .kaigo_box-comment__txt {
    font-size: 14px;
    margin-left: 130px;
  }

  .boxset-pt1 > figure {
  min-height:225px;
}
  
/****************************************
 *****************************************/  
.table-content2column {
  border: 2px solid #EEE;
  background: #FFF; }
  .table-content2column td, .table-content2column th {
    padding: 15px 20px;
    border: 1px solid #eee;
    vertical-align: top; }


.list-ul-inline-liquid {
  overflow: hidden;
  text-align: left; }
  .list-ul-inline-liquid > li {
    margin-right: 20px;
    line-height: 1.6em; }
  .list-ul-inline-liquid.list-ul-inline-liquid--large > li {
    line-height: 2.4em; }

/* LP-text */
.heading--lp1 {
  font-size: 20px;
  margin: 30px 0;
}
.heading--lp2 {
  font-weight: bold;
  font-size: 16px;
  margin-top: -20px;
  margin-bottom: 30px;
}
.heading--lp3 {
  padding: 15px 0;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.heading--lp4 {
  font-size: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}
.heading--lp5 {
  font-size: 14px;
  border-bottom: 1px solid #e4e4e4;
}
.lp-content--pt1 {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 20px;
}
.lp-content--pt2 {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #d6d6d6;
}
.lp-content--pt3 {
  background-color: #fff;
  margin-bottom: 20px;
}
.lp-entry--child {
  padding: 0px 20px 15px;
}
.responsible-img img {
  max-width: 100%;
  height: auto;
}

/* LIG */
#kaigo-new-view {
  font-size: 16px;
  line-height: 2.2;
	margin-top: 35px;
	padding: 0 12px;
}
#kaigo-new-view p,#kaigo-new-view ul {
	font-size: 16px;
  margin-bottom: 35px;
}
#kaigo-new-view b {
	color: #333;
}
#kaigo-new-view .article__txt {
  padding: 0 1.5em;
}
.heading2-kaigonv {
	color: #333;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 2px solid #eee;
	padding-top: 10px;
	margin-bottom: 8px;
}
.kaigonv__img {
  margin-bottom: 35px;
}
.list-kaigonv--number {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 2em 0 3.5em;
}
.list-kaigonv--number li {
	padding-left: 0.5em;
}
.kaigonv-intr-ask {
  color: #7f2319;
  font-weight: bold;
  border-left: solid 6px #7f2319;
  padding-left: 10px;
}
.kaigonv-intr-ans {
  font-weight: bold;
}
.kaigonv-icon {
  width: 80px;
  height: auto;
  float: left;
}
.kaigonv-comment {
  padding: 8px 0 0 96px;
}
.kaigonv-icon--01 {
  border: solid 2px #20345a;
}
.kaigonv-intr-ans__01 {
  color: #20345a;
}
.kaigonv-icon--02 {
  border: solid 2px #5a202d;
}
.kaigonv-intr-ans__02 {
  color: #5a202d;
}
.kaigonv-icon--03 {
  border: solid 2px #205a3e;
}
.kaigonv-intr-ans__03 {
  color: #205a3e;
}
.lp-client-table--pt1 {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border: 2px solid #ccc;
}
.lp-client-table--pt1 th {
  width: 15%;
  background: #eee;
  font-weight: normal;
}
.lp-client-table--pt1 tr:not(:last-child) {
  border-bottom: 2px solid #ccc;
}
.lp-client-table--pt1 td {
  padding: 2.09% 3.14%;
  font-size: 118%;
}
.lp-client-table--pt1 ul {
  list-style-type: none;
}
.lp-client-table--pt1 li {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lp-client-table--pt1 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lp-client-table--pt1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .lp-client-table--pt1 {
    font-size: 22px;
  }
}

.lp-client-table--pt2 {
  border-collapse: collapse;
  width: 100%;
  margin:10px 0 20px 0;
}
.lp-client-table--pt2,
.lp-client-table--pt2 tr,
.lp-client-table--pt2 th {
  border: solid 1px #ccc;
}
.lp-client-table--pt2 th {
  background: #EEE;
  width:120px;
}
.lp-client-table--pt2 td {
  text-align: left;
  padding: 10px 0 10px 14px;
}
@media screen and (max-width: 767px) {
  .lp-client-table--pt2 th,
  .lp-client-table--pt2 td {
  	padding: 5px 10px;
  	width:100% !important;
  	display: block;
  	border-top: none !important;
  	border-right: none !important;
  	border-left: none !important;
  	text-align:left;
  }
}

.biyou-header-shadow {
  position: relative;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 2; }

.header {
  border-top: 2px solid #ed7987; }

.header-top {
  border-top: none; }
  .header-top.header-bottom--top {
    border-bottom: none; }
  .header-top .header-top__navi .header-top__navi__client_inquiry {
    background: #fff;
    padding: 0 10px 0 15px;
    border-radius: 10px; }
    .header-top .header-top__navi .header-top__navi__client_inquiry:before {
      color: #F08F9B; }
    .header-top .header-top__navi .header-top__navi__client_inquiry a, .header-top .header-top__navi .header-top__navi__client_inquiry span {
      color: #F08F9B; }
      .header-top .header-top__navi .header-top__navi__client_inquiry a:hover, .header-top .header-top__navi .header-top__navi__client_inquiry span:hover {
        opacity: 0.8;
        text-decoration: none; }

.logo_header.logo_header_biyo {
  width: 193px;
  height: auto; }

.ul-inline.ul-inline--header-nav1 {
  float: right;
  font-size: 10px;
  margin-top: 24px; }
  .ul-inline.ul-inline--header-nav1 li a {
    box-sizing: border-box;
    color: #666;
    position: relative;
    display: block;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 6px 10px 6px 20px; }
    .ul-inline.ul-inline--header-nav1 li a:hover, .ul-inline.ul-inline--header-nav1 li a:active {
      border: 1px solid #666;
      background: #666;
      color: #fff;
      text-decoration: none; }
    .ul-inline.ul-inline--header-nav1 li a:after {
      position: absolute;
      font-family: fontello;
      font-size: 8px;
      margin-top: -7px;
      content: '\e80e';
      top: 50%;
      left: 10px; }
  .ul-inline.ul-inline--header-nav1 li:not(:last-child) {
    margin-right: 10px; }
.ul-inline.ul-inline--header-nav2 {
  clear: both;
  font-size: 10px;
  line-height: 22px;
  margin: 5px 0 10px;
  float: right; }
  .ul-inline.ul-inline--header-nav2 li:not(:last-child) {
    margin-right: 32px; }
  .ul-inline.ul-inline--header-nav2 li a {
    color: #666; }
    .ul-inline.ul-inline--header-nav2 li a:active, .ul-inline.ul-inline--header-nav2 li a:hover {
      color: #fd7085;
      text-decoration: none; }
.ul-inline.ul-inline--header-bottom li {
  font-size: 14px;
  padding: 16px 27px 16px 0; }
  .ul-inline.ul-inline--header-bottom li:last-child {
    padding-right: 0; }
  .ul-inline.ul-inline--header-bottom li a {
    position: relative;
    display: block;
    padding: 0 0 0 10px;
    color: #333; }
    .ul-inline.ul-inline--header-bottom li a:before {
      position: absolute;
      font-family: 'fontello';
      content: '\e80e';
      color: #ffc8d2;
      top: 0;
      left: 0; }
    .ul-inline.ul-inline--header-bottom li a:active, .ul-inline.ul-inline--header-bottom li a:hover {
      color: #fd7085;
      text-decoration: none; }
      .ul-inline.ul-inline--header-bottom li a:active:before, .ul-inline.ul-inline--header-bottom li a:hover:before {
        color: #fd7085; }
.ul-inline.ul-inline--col6 li {
    width: 16.6666%;
}
.ul--p_4 li {
    padding: 4px;
}
.biyou-header-shadow .header-middle .header-middle__logo {
    width: auto;
}
.biyou-header-shadow ul {
    padding-left: 0;
    margin-bottom: 0;
}