@charset "UTF-8";
/*----------------------------------------------------------------------------------
	看護部コンテンツ
----------------------------------------------------------------------------------*/
.nurse_contents {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6em; }
  .nurse_contents h5 {
    clear: both;
    font-size: 1.1em;
    margin: 20px auto; }
  .nurse_contents .caption {
    font-size: 0.8em;
    text-align: center; }

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

/*----------------------------------------------------------------------------------
	看護部ナビゲーション
----------------------------------------------------------------------------------*/
ul.nurse_navi {
  list-style-type: none; }
  ul.nurse_navi li {
    display: inline-block;
    margin: 0 5px 10px 0; }
    ul.nurse_navi li:nth-of-type(4n) {
      margin-right: 0; }
    ul.nurse_navi li a {
      position: relative;
      display: block;
      text-align: center;
      width: 165px;
      padding: 10px 0;
      margin: 0;
      color: #ffffff;
      text-shadow: 1px 1px 1px #133262;
      background: #245eb7;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-bottom: 2px solid #2053a2;
      text-decoration: none !important;
      cursor: pointer; }
      ul.nurse_navi li a:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.80;
        opacity: 0.80; }
      ul.nurse_navi li a:active {
        transform: translateY(2px);
        border: 0; }
      ul.nurse_navi li a i {
        padding-right: 8px; }
    ul.nurse_navi li.current a, ul.nurse_navi li.current a:visited {
      background: #329cff; }
    ul.nurse_navi li.no_link a {
      background: #cccccc;
      border-bottom: 2px solid #999999;
      pointer-events: none; }
      ul.nurse_navi li.no_link a:hover {
        background: #cccccc;
        border-bottom: 2px solid #999999; }
      ul.nurse_navi li.no_link a:active {
        transform: none; }

/*----------------------------------------------------------------------------------
	トップ
----------------------------------------------------------------------------------*/
.hoshin {
  margin-bottom: 40px;
  background: #e5f2ff; }
  .hoshin ol {
    font-size: 18px;
    padding-left: 15px; }
    .hoshin ol li {
      margin: 10px 0;
      text-shadow: 1px 1px 1px #ffffff; }

ul.niretsu {
  width: 690px; }
  ul.niretsu li {
    float: left;
    width: 48%;
    margin: 0 25px 0 0; }
    ul.niretsu li:nth-of-type(2n) {
      margin-right: 0; }
    ul.niretsu li p {
      margin-top: 5px; }
      ul.niretsu li p span {
        color: #666666; }

ul.sanretsu {
  width: 690px; }
  ul.sanretsu li {
    float: left;
    width: 31%;
    margin: 0 20px 0 0; }
    ul.sanretsu li:nth-of-type(3n) {
      margin-right: 0; }

ul.yonretsu {
  width: 690px; }
  ul.yonretsu li {
    float: left;
    width: 22%;
    margin: 0 20px 0 0; }
    ul.yonretsu li:nth-of-type(4n) {
      margin-right: 0; }

/*----------------------------------------------------------------------------------
	キャリアラダー
----------------------------------------------------------------------------------*/
.ism-wrap p {
  margin: 0 auto;
  /* デフォルトCSS打ち消し */
  font-size: 22px;
  /* 文字サイズ指定 */
  position: relative;
  /* 位置調整 */
  font-weight: bold;
  /* 文字の太さ調整 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #fff;
  /* 背景色指定 */
  margin-left: 230px;
  /* 周りの余白指定 */
  padding: 0 20px;
  /* 余白指定 */
  color: #ff9066; }

.ism-wrap {
  position: relative;
  /* 位置調整 */
  margin-bottom: 15px;
  /* 周りの余白指定 */ }

.ism-wrap:before {
  content: '';
  /* 空白の要素を作る */
  background-color: #ff9066;
  /* 背景色指定 */
  display: block;
  /* ブロック要素にする */
  position: absolute;
  /* 位置調整 */
  left: 0;
  /* 位置調整 */
  width: 100%;
  /* 幅指定 */
  height: 2px;
  /* 高さ指定 */
  top: 0;
  /* 位置調整 */
  bottom: 0;
  /* 位置調整 */
  margin: auto;
  /* 位置調整 */ }

.ribbon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 7px 0;
  font-size: 1.8em !important;
  /*文字サイズ*/
  background: #ff9066;
  /*背景色*/
  color: #FFF;
  /*文字色*/
  text-shadow: 0 0 3px #ff4600;
  box-sizing: border-box;
  margin-top: 10px; }
  .ribbon h6 {
    vertical-align: middle;
    margin: 0;
    padding: 0 20px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    line-height: 36px; }
  .ribbon:after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid; }

.balloon {
  position: relative;
  padding: 15px;
  background-color: #329cff;
  color: #ffffff;
  text-shadow: -1px -1px 1px #004f98;
  border-radius: 10px;
  font-size: 1.4em;
  margin-top: 20px;
  box-shadow: 1px 2px 1px #0076e5; }

/* 色付きの半円 */
.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 20px;
  top: -15px;
  border-left: 20px solid #329cff;
  border-top: 20px solid #329cff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; }

/* 白い半円 */
.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 35px;
  top: -20px;
  border-left: 20px solid #ffffff;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.maru {
  background: #fff9ea;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #ff9066;
  text-shadow: none;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  box-shadow: -1px -1px 1px #0069cb; }

.ldd_midashi {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
  padding: 10px;
  margin: 10px; }
  .ldd_midashi i {
    color: #ff9066;
    padding-right: 5px;
    font-size: 1.2em; }

.syugo {
  border: 1px solid #ffdc84;
  padding: 10px 15px;
  background: #fff9ea; }

.syugo_title {
  font-size: 1.2em;
  color: #ff6b33;
  padding-left: 10px;
  border-left: 4px solid #ff9066;
  margin: 5px 0 10px; }

.first_rota {
  margin: 20px 0 30px;
  padding-left: 15px; }

.ldd_txt {
  padding: 10px 20px; }

/*----------------------------------------------------------------------------------
	保育室
----------------------------------------------------------------------------------*/
h2.hoiku_title {
  font-size: 1.4em;
  color: #ff9066; }
  h2.hoiku_title i {
    padding-left: 7px; }

ul.hoiku_annai > li {
  margin-bottom: 40px; }
  ul.hoiku_annai > li span {
    color: #ff9066;
    font-weight: bold; }

.hoikumokuhyo {
  text-align: center;
  padding: 15px;
  background: #ff9066;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 1px 1px 2px #ff4600;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  margin-bottom: 20px; }
  .hoikumokuhyo i {
    padding-right: 15px; }

.hoikuryo dt {
  color: #ff9066;
  font-weight: bold; }
.hoikuryo dd {
  margin-bottom: 15px; }
  .hoikuryo dd:hover {
    background: none !important; }

.table_hoiku {
  border-collapse: collapse;
  margin: 25px 0 0;
  text-align: left;
  width: 100%;
  background: #fff9ea;
  border-top: 1px solid #afaeaa;
  border-left: 1px solid #afaeaa; }
  .table_hoiku th {
    padding: 10px 15px;
    border-right: 1px solid #afaeaa;
    border-bottom: 1px solid #afaeaa;
    background: #329cff;
    color: #ffffff;
    text-align: center; }
    .table_hoiku th.th_width {
      width: 20%; }
  .table_hoiku tr:nth-child(even) {
    background: #fff3d6; }
    .table_hoiku tr:nth-child(even) th {
      background: #1e92ff; }
  .table_hoiku td {
    padding: 10px 15px;
    border-right: 1px solid #afaeaa;
    border-bottom: 1px solid #afaeaa; }

.hoiku_gyoji, .hoiku_program {
  position: relative; }

.gyoji_img_01 {
  width: 160px;
  position: absolute;
  top: 24px;
  right: 20px; }

.gyoji_img_02 {
  width: 125px;
  position: absolute;
  top: 250px;
  right: 240px; }

.gyoji_img_03 {
  width: 140px;
  position: absolute;
  bottom: 12px;
  right: 100px; }

.pro_img_01 {
  width: 180px;
  position: absolute;
  top: 265px;
  left: 80px; }

.pro_img_02 {
  width: 120px;
  position: absolute;
  bottom: 10px;
  right: 20px; }

/*----------------------------------------------------------------------------------
	募集要項
----------------------------------------------------------------------------------*/
.kango_btn {
  margin: 15px auto 40px; }
  .kango_btn a {
    position: relative;
    color: #ffffff;
    font-size: 1.4em;
    text-shadow: -1px -1px 0 #e09e85;
    display: block;
    padding: 15px 50px;
    background: #ff9066;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    border: 3px solid #ff895c; }
    .kango_btn a:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.80;
      opacity: 0.80; }
    .kango_btn a:active {
      background: #ff6b33; }
    .kango_btn a i {
      margin-right: 12px; }

.toiawase {
  font-size: 1.2em;
  margin: 20px 0 40px; }
  .toiawase i {
    padding-right: 12px;
    color: #ff9066; }

.uketsuke {
  margin: -38px 0 0 65px; }

/*----------------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------------*/
.fz_09em {
  font-size: 0.9em;
  line-height: 1.4em; }

/*クリアーフィックス*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.clear {
  clear: both; }

.disc {
  list-style-type: disc;
  margin-left: 20px; }

.mt-m20 {
  margin-top: -20px; }
