@charset "UTF-8";
/*===============================
 カラー
 ===============================*/
.wh {
  color: #fff;
}

.bk {
  color: #313131;
}

.bk2 {
  color: #191919;
}

.red {
  color: #ff0000;
}

.navy {
  color: #003768;
}

.navy2 {
  color: #335F86;
}

.light-navy {
  color: #E6ECF1;
}

.light-navy2 {
  color: #DAE0E5;
}

.light-navy3 {
  color: #E5EBF0;
}

.light-navy4 {
  color: #F2F5F7;
}

.light-blue {
  color: #E5EBF0;
}

.light-blue2 {
  color: #D9E1E8;
}

.sv-blue {
  color: #1058A5;
}

.sv-red {
  color: #E45F4D;
}

.sv-green {
  color: #12876C;
}

.light-gray {
  color: #f6f6f6;
}

.bg_wh {
  background: #fff;
}

.bg_bk {
  background: #313131;
}

.bg_bk2 {
  background: #191919;
}

.bg_red {
  background: #ff0000;
}

.bg_navy {
  background: #003768;
}

.bg_navy2 {
  background: #335F86;
}

.bg_light-navy {
  background: #E6ECF1;
}

.bg_light-navy2 {
  background: #DAE0E5;
}

.bg_light-navy3 {
  background: #E5EBF0;
}

.bg_light-navy4 {
  background: #F2F5F7;
}

.bg_light-blue {
  background: #E5EBF0;
}

.bg_light-blue2 {
  background: #D9E1E8;
}

.bg_sv-blue {
  background: #1058A5;
}

.bg_sv-red {
  background: #E45F4D;
}

.bg_sv-green {
  background: #12876C;
}

.bg_light-gray {
  background: #f6f6f6;
}

/*---明朝体---*/
.agenda {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*---ゴシック体---*/
.gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}

.notosans {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
}

/*---リクルート見出し用---*/
.sans {
  font-family: "Source Sans Pro", sans-serif;
}

/*---イタリック用---*/
.pt {
  font-family: "PT Serif", serif;
}

.pt-italic {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: normal;
  font-weight: 400;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
.noto-sans-jp--400 {
  font-weight: 400;
}
.noto-sans-jp--500 {
  font-weight: 500;
}
.noto-sans-jp--600 {
  font-weight: 600;
}
.noto-sans-jp--700 {
  font-weight: 700;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.noto-serif-jp--400 {
  font-weight: 400;
}
.noto-serif-jp--500 {
  font-weight: 500;
}
.noto-serif-jp--600 {
  font-weight: 600;
}
.noto-serif-jp--700 {
  font-weight: 700;
}

.pt-serif {
  font-family: "PT Serif", serif;
}
.pt-serif--400 {
  font-weight: 400;
}
.pt-serif--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-serif--700 {
  font-weight: 700;
}
.pt-serif--700-italic {
  font-weight: 700;
  font-style: italic;
}

.pt-sans {
  font-family: "PT Sans", sans-serif;
}
.pt-sans--400 {
  font-weight: 400;
}
.pt-sans--400-italic {
  font-weight: 400;
  font-style: italic;
}
.pt-sans--700 {
  font-weight: 700;
}
.pt-sans--700-italic {
  font-weight: 700;
  font-style: italic;
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#contents {
  background: #f3f3f3;
}

/*--------------------
    #main-contents
--------------------*/
#main-contents {
  /*background:rgba(0,55,104,1.0);#003768*/
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
  top: 0px;
  z-index: 0;
  margin: 0;
  background-image: url(../img/works/consulthing-main.jpg);
  /* 画像ファイルの指定 */
  background-position: center center;
  /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  /* 画像をタイル状に繰り返し表示しない */
  /*background-attachment: fixed; コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-size: cover;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-color: #EFEFEF;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
}

#main > article.main-in {
  width: 1224px;
  height: 360px;
  margin: 0 auto;
}

h1.copy {
  width: 1224px;
  height: 120px;
  padding: 0 0 0 10px;
  margin: 160px auto;
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
  z-index: 10;
}

h1.copy .fs-40 {
  font-weight: 500;
  padding-bottom: 5px;
}

h1.copy .fs-28 {
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

/*-----------共通----------*/
.title01 {
  margin-top: 0px;
}

.title01 span.agenda {
  background: #f3f3f3;
}

.bg-wh {
  background: #ffffff;
  padding: 20px;
}

/*--------------------
    #consul
--------------------*/
#consul {
  width: 1224px;
  margin: 0 auto 30px;
}

/* #consul .categories ul li {
}
#consul .categories ul li a{
} */
/*----------.categories-----------*/
/*-------   medical-consul -----------*/
#consul .categories ul li.sv_consulting a {
  border: #003768 solid 1px;
  color: #003768;
}

#consul .categories ul li.sv_consulting a:hover {
  color: #ffffff;
  background: #003768;
  opacity: 1;
}

/*-------  health-consul -----------*/
#consul .categories ul li.sv_healthcare a {
  border: #12876C solid 1px;
  color: #12876C;
}

#consul .categories ul li.sv_healthcare a:hover {
  background: #12876C;
  color: #ffffff;
  opacity: 1;
}

/*-------  medical-training -----------*/
#consul .categories ul li.sv_training a {
  border: #E45F4D solid 1px;
  color: #E45F4D;
}

#consul .categories ul li.sv_training a:hover {
  background: #E45F4D;
  color: #ffffff;
  opacity: 1;
}

/*--------------------
   medical-consul
--------------------*/
.medical-consul h3.category,
h3.medical-consul a {
  font-size: 12px;
  color: #003768;
  letter-spacing: 0.05em;
  padding-bottom: 0.75em;
  font-weight: 500;
}

/*---タイトルマーク---*/
.medical-consul h2.ca-title {
  position: relative;
  padding: 0.1em 0 0.5em 0.75em;
  border-left: 6px solid #003768;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.8em;
  margin-left: -20px;
  font-weight: 600;
}

/*--------------------
   health-consul
--------------------*/
.health-consul h3.category,
h3.health-consul a {
  font-size: 12px;
  color: #12876C;
  letter-spacing: 0.05em;
  padding-bottom: 0.75em;
  font-weight: 500;
}

/*---タイトルマーク---*/
.health-consul h2.ca-title {
  position: relative;
  padding: 0.1em 0 0.5em 0.75em;
  border-left: 6px solid #12876C;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.8em;
  margin-left: -20px;
  font-weight: 600;
}

/*--------------------
   medical-training
--------------------*/
.medical-training h3.category,
h3.medical-training a {
  font-size: 12px;
  color: #E45F4D;
  letter-spacing: 0.05em;
  padding-bottom: 0.75em;
  font-weight: 500;
}

/*---タイトルマーク---*/
.medical-training h2.ca-title {
  position: relative;
  padding: 0.1em 0 0.5em 0.75em;
  border-left: 6px solid #E45F4D;
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.8em;
  margin-left: -20px;
  font-weight: 600;
}

/*-------record-------*/
.record {
  width: 1224px;
  margin: 0 auto;
}

.record > ul > li {
  display: inline-block;
  margin: 0 12px 15px 0;
  vertical-align: top;
  position: relative;
}

.newicon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 16px;
  color: #f24d5a;
}

.ca-title {
  line-height: 1.4em;
  height: 4.8em;
  overflow: hidden;
}

.ca-title > .fs-10 {
  display: block;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 0.3em;
  color: #999999;
}

.cliant {
  margin: 1.5em 0 2.5em 0;
  height: 3em;
  line-height: 2em;
}

.cliant span.pt-italic {
  padding: 0.3em 0.5em;
  background: #f2f5f7;
  margin-right: 0.5em;
}

.cliant span.pt {
  padding: 0.5em 0.5em;
  background: rgba(0, 55, 104, 0.08);
  /*青*/
  margin-right: 0.5em;
  letter-spacing: -0.1em;
  color: #003768;
  font-size: 12px;
  font-weight: 600;
}

.caption {
  margin: 0 0 2em 0;
}

.caption h2.fs-16 {
  font-weight: 600;
  color: #003768;
  line-height: 1.4em;
  height: 3em;
  margin: 1em 0 1em;
}

.caption p.post {
  margin-top: 1em;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5em;
}

/*--- 続きを読む ---*/
.read-more,
span.more {
  display: block;
  height: 1em;
  padding-top: -1em;
  color: #ffffff;
  position: relative;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
}

.read-more a,
a.more-link {
  padding: 0.1em 1em;
  background: #003768;
  border: 1px solid #666;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
}

div.area {
  text-align: left;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin-top: 2em;
}

div.area dt {
  width: 8.5em;
  letter-spacing: 0em;
  display: inline-block;
  display: table-cell;
  line-height: 1.4em;
  padding: 0.7em 0.5em;
  background: #f2f5f7;
  border-left: #003768 solid 1px;
  color: #003768;
}

div.area dl {
  display: table;
  table-layout: auto;
  width: 100%;
  border-bottom: #003768 solid 1px;
}

div.area dl:first-child {
  border-top: #003768 solid 1px;
}

div.area dd {
  width: auto;
  display: inline-block;
  display: table-cell;
  line-height: 1.4em;
  padding: 0.7em 0.5em;
  border-left: #003768 solid 1px;
  border-right: #003768 solid 1px;
  margin-right: 0px;
  color: #003768;
}

/*---single用---*/
.single-consul {
  margin: 0 auto;
  width: 100%;
}

.single-consul .caption .post-single {
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  height: auto;
  /*display:block;*/
}

.single-consul .cliant {
  margin: 1.5em 0 2em 0;
  height: auto;
  line-height: 2em;
}

.single-consul .caption h2.fs-16 {
  font-weight: 600;
  color: #003768;
  line-height: 1.4em;
  height: auto;
  margin: 1em 0 1em;
}

/*------------------
   pagenavi
   ------------------*/
.pagenavi {
  width: 1224px;
  margin: 0 auto 40px;
}

.pagenavi span a {
  padding: 0.3em 0.5em;
  border: #003768 solid 1px;
  margin-left: 0.5em;
}

.pagenavi span a:hover {
  background: #003768;
  color: #ffffff;
}

/*---------pagenavi-single---------*/
.pagenavi-single {
  width: 1224px;
  margin: 40px auto;
  border-top: #e0e0e0 solid 1px;
  padding: 30px 0;
}

.pagenavi-single > div {
  display: inline-block;
  color: #a0a0a0;
  padding: 0.5em 1.5em;
  vertical-align: top;
  font-size: 12px;
}

.pagenavi-single > div.le {
  float: left;
}

.pagenavi-single > div.rg {
  float: right;
}

.pagenavi-single > div > a {
  text-decoration: underline;
  color: #a0a0a0;
  padding: 0.5em;
  vertical-align: top;
}

.retune {
  margin: 60px auto 60px;
  text-align: center;
  display: block;
  font-size: 12px;
}

.retune a {
  padding: 1.1em 0.75em;
  border: #a0a0a0 solid 1px;
  color: #a0a0a0;
}

/*PC1024px以上向けスタイル*/
@media screen and (min-width: 1024px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 30px;
  }
  /*------pc categories------*/
  #consul .categories {
    margin: 30px auto;
  }
  #consul .categories ul {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #consul .categories ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 10px 0 0;
  }
  #consul .categories ul li:nth-child(3) {
    margin: 0;
  }
  #consul .categories ul li a {
    width: 395px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 2.5em;
    overflow: hidden;
  }
  /*--------------------
    pc .medical-consul
  --------------------*/
  .medical-consul h3.category,
  h3.medical-consul a {
    font-size: 12px;
    color: #003768;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #003768;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
     pc .health-consul
  --------------------*/
  .health-consul h3.category,
  h3.health-consul a {
    font-size: 12px;
    color: #12876C;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .health-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #12876C;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
     pc .medical-training
  --------------------*/
  .medical-training h3.category,
  h3.medical-training a {
    font-size: 12px;
    color: #E45F4D;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-training h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #E45F4D;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
  pc  .record
   --------------------*/
  .record {
    width: 1224px;
    margin: 0 auto;
  }
  .record > ul {
    width: 100%;
    margin: 0 auto;
  }
  .record ul li {
    display: inline-block;
    margin: 0 12px 15px 0;
    vertical-align: top;
  }
  .record > ul > li.bg-wh {
    width: 395px;
    padding: 20px;
  }
  .single-consul > ul > li.bg-wh {
    width: 700px;
    padding: 20px;
  }
  .record > ul > li:nth-child(3n) {
    display: inline-block;
    margin: 0 0 12px 0;
  }
  /*--- 続きを読む ---*/
  .read-more,
  span.more {
    position: relative;
    margin-top: 0.3em;
  }
  /*---single用---*/
  .single-consul {
    margin: 0 auto;
    width: 100%;
  }
  .single-consul ul li {
    width: 700px;
    display: block;
    margin: 0 auto;
    vertical-align: top;
  }
  /*--- 続きを読む ---*/
  .read-more a,
  .more-link a {
    text-align: right;
    padding: 0.1em 1em;
    color: #ffffff;
    background: #003768;
    border: 1px solid #666;
    display: inline-block;
  }
  div.area {
    text-align: left;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin-top: 2em;
  }
  div.area dt {
    width: 8.5em;
    letter-spacing: 0em;
    display: inline-block;
    display: table-cell;
    background: #f2f5f7;
    border-left: #003768 solid 1px;
    color: #003768;
    line-height: 1.4em;
    padding: 0.7em 0.5em;
  }
  div.area dl {
    display: table;
    table-layout: auto;
    width: 100%;
    border-bottom: #003768 solid 1px;
  }
  div.area dl:first-child {
    border-top: #003768 solid 1px;
  }
  div.area dd {
    width: auto;
    display: inline-block;
    display: table-cell;
    line-height: 1.4em;
    padding: 0.7em 0.5em;
    border-left: #003768 solid 1px;
    border-right: #003768 solid 1px;
    margin-right: 0px;
    color: #003768;
  }
}
/*タブレット943px以下向けスタイル*/
@media screen and (max-width: 1023px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
  /*--------------------
      TB#main-contents
  --------------------*/
  #main-contents {
    height: 280px;
  }
  #main > article.main-in {
    width: 100%;
    height: 280px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 140px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 36px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
     TB #consul
  --------------------*/
  #consul {
    width: 100%;
    margin: 0 auto;
  }
  /*------categories------*/
  #consul .categories {
    width: 100%;
    margin: 0px auto;
    padding: 30px;
  }
  #consul .categories ul {
    margin: 0;
    padding: 0;
  }
  #consul .categories ul li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 0 10px 0;
  }
  #consul .categories ul li a {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: block;
    line-height: 2.5em;
    overflow: hidden;
  }
  /*--------------------
      TB record
  --------------------*/
  .record {
    width: 100%;
    padding: 0 30px;
  }
  .record ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
    margin: 0 15px 15px 0;
    vertical-align: top;
  }
  .record ul li:nth-child(2n) {
    display: inline-block;
    margin: 0 0 15px 0;
  }
  /*--------------------
     TB record(高さ指定)
  --------------------*/
  /*--- 続きを読む ---*/
  .read-more,
  span.more {
    position: relative;
    margin-top: 0.3em;
  }
  /*--- 続きを読む ---*/
  .read-more a,
  .more-link a {
    padding: 0.1em 1em;
    color: #ffffff;
    background: #003768;
    border: 1px solid #666;
    display: inline-block;
  }
  /*--------------------
     TB medical-consul
  --------------------*/
  .record ul li.medical-consul {
    width: 48.5%;
    padding: 20px;
  }
  .single-consul ul li.medical-consul {
    width: 100%;
    padding: 20px;
  }
  .medical-consul h3.category {
    font-size: 12px;
    color: #003768;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #003768;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
    TB health-consul
  --------------------*/
  .record ul li.health-consul {
    width: 48.5%;
    padding: 20px;
  }
  .single-consul ul li.health-consul {
    width: 100%;
    padding: 20px;
  }
  .health-consul h3.category {
    font-size: 12px;
    color: #12876C;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .health-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #12876C;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
    TB medical-training
  --------------------*/
  .record ul li.medical-training {
    width: 48.5%;
    padding: 20px;
  }
  .single-consul ul li.medical-training {
    width: 100%;
    padding: 20px;
  }
  .medical-training h3.category {
    font-size: 12px;
    color: #E45F4D;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-training h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #E45F4D;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*------------------
  pagenavi
  ------------------*/
  .pagenavi {
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
  }
  /*---------pagenavi-single---------*/
  .pagenavi-single {
    width: 100%;
    margin: 40px auto;
    border-top: #e0e0e0 solid 1px;
    padding-top: 30px;
    display: table;
    table-layout: auto;
  }
  .pagenavi-single > div {
    display: inline-block;
    color: #a0a0a0;
    padding: 0.5em 1em;
    vertical-align: top;
    overflow: hidden;
    display: table-cell;
  }
  .pagenavi-single > div > a {
    text-decoration: underline;
    color: #a0a0a0;
    padding: 0.5em;
    vertical-align: top;
    overflow: hidden;
  }
  .retune {
    margin: 60px auto 60px;
    text-align: center;
    display: block;
  }
  .retune a {
    padding: 1.1em 0.75em;
    border: #a0a0a0 solid 1px;
    color: #a0a0a0;
  }
}
/*スマートフォン739px以下専用スタイル*/
@media screen and (max-width: 739px) {
  /*-----------共通----------*/
  .title01 {
    margin-top: 0px;
  }
  .title01 span.agenda {
    background: #f3f3f3;
  }
  .bg-wh {
    background: #ffffff;
    padding: 20px;
  }
  /*--------------------
      SP#main-contents
  --------------------*/
  #main-contents {
    height: 240px;
  }
  #main > article.main-in {
    width: 100%;
    height: 240px;
  }
  h1.copy {
    width: 100%;
    height: 120px;
    padding: 0 0 0 10px;
    margin: 120px auto;
  }
  h1.copy .fs-40 {
    font-weight: 500;
    padding-bottom: 5px;
    font-size: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  h1.copy .fs-28 {
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  /*--------------------
      SP#consul
  --------------------*/
  #consul {
    width: 100%;
    margin: 0 auto;
  }
  /*------categories------*/
  #consul .categories {
    width: 100%;
    margin: 0px auto;
    padding: 20px;
  }
  #consul .categories ul {
    margin: 0;
    padding: 0;
  }
  #consul .categories ul li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  #consul .categories ul li a {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    display: block;
  }
  /*-------record-------*/
  .record {
    width: 100%;
    padding: 0 20px;
  }
  .record ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 16px;
    margin: 0 0 15px;
    vertical-align: top;
  }
  /*--- 続きを読む ---*/
  .read-more,
  span.more {
    position: relative;
    margin-top: 0.3em;
  }
  /*--------------------
     SPmedical-consul
  --------------------*/
  .record ul li.medical-consul {
    width: 100%;
    padding: 20px;
  }
  .medical-consul h3.category {
    font-size: 12px;
    color: #003768;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #003768;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
    SP health-consul
  --------------------*/
  .record ul li.health-consul {
    width: 100%;
    padding: 20px;
  }
  .health-consul h3.category {
    font-size: 12px;
    color: #12876C;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .health-consul h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #12876C;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*--------------------
   SP medical-training
  --------------------*/
  .record ul li.medical-training {
    width: 100%;
    padding: 20px;
  }
  .medical-training h3.category {
    font-size: 12px;
    color: #E45F4D;
    letter-spacing: 0.05em;
    padding-bottom: 0.75em;
  }
  /*---タイトルマーク---*/
  .medical-training h2.ca-title {
    position: relative;
    padding: 0.1em 0 0.5em 0.75em;
    border-left: 6px solid #E45F4D;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0.8em;
    margin-left: -20px;
    font-weight: 600;
  }
  /*------------------
  pagenavi
  ------------------*/
  .pagenavi {
    width: 100%;
    margin: 0 auto 40px;
    padding: 30px;
  }
  /*---------pagenavi-single---------*/
  .pagenavi-single {
    width: 100%;
    margin: 30px auto;
    border-top: #e0e0e0 solid 1px;
    padding-top: 30px;
    display: table;
    table-layout: auto;
  }
  .pagenavi-single > div {
    display: inline-block;
    color: #a0a0a0;
    padding: 0.5em 1em;
    vertical-align: top;
    overflow: hidden;
    display: table-cell;
  }
  .pagenavi-single > div > a {
    text-decoration: underline;
    color: #a0a0a0;
    padding: 0.5em;
    vertical-align: top;
    overflow: hidden;
  }
  .retune {
    margin: 60px auto 60px;
    text-align: center;
    display: block;
  }
  .retune a {
    padding: 1.1em 0.75em;
    border: #a0a0a0 solid 1px;
    color: #a0a0a0;
  }
}/*# sourceMappingURL=works.css.map */