﻿@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

  ベースカラーチェンジ
  
----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
  Global navigation
--------------------------------------------------------------------------------*/

@media print,screen and (min-width:641px) {
  .l-gNav {
    background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(254,243,248,1) 100%);
    background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(254,243,248,1) 100%);
  }
  
  .l-gNav:before {
    background-color:#f9c3d9;
  }

  /* HOME */
  .l-gNav-item--firstList > li.home .gNav__txt {
    background-image:url(../../../image/icon/home_pink.svg);
  }

  .l-gNav-item--firstList > li > a:before,
  .l-gNav-item--firstList > li.last-item > a:after {
    background-color:rgba(247,180,208,0.65);
  }

  .l-gNav-item--firstList > li.parent .gNav__txt:before {
    border-bottom-color:#f9c3d9;
  }
  
  .l-gNav-item--firstList > li.parent.is-active > a {
    color:#f390b9;
  }
  
  .l-gNav-item--second__body .ttl {
    color:#f390b9;
  }

  /* second */
  .l-gNav-item--secondList > li > a:before {
    background-image:url(../../../image/icon/arC_pink.svg);
  }
  
  /* third */
  .l-gNav-item--thirdList > li > a:before {
    background-image:url(../../../image/icon/ar_pink.svg);
  }
  
  .ua-pc .l-gNav li a:not(.no-link):hover { color:#f390b9; }
  .ua-pc .l-gNav-item--second__body .ttl a:hover { color:#fdbfdb !important; }
}


/*--------------------------------------------------------------------------------
  Contents visual
--------------------------------------------------------------------------------*/

.l-ctVisual {
  background-image:url(../image/ctVisual.png);
  background-color:#fce9ef;
}

.l-ctVisual__ttl {
  color:#f390b9;
}


/*--------------------------------------------------------------------------------
  Side page navigation
--------------------------------------------------------------------------------*/

.l-side-pgNav {
  border-color:#f3c4d8;
}

.l-side-pgNav__ttl {
  background-color:#f7b4d0;
}

.l-side-pgNav__secondList > li.active > a,
.ua-pc .l-side-pgNav li a:hover { color:#f390b9; }

/* first */
.l-side-pgNav__firstList > li.active > a,
.ua-pc .l-side-pgNav > li > a:hover {
  background-color:#fcf2f6;
}

.l-side-pgNav__firstList > li:not(:first-child) > a {
  border-top-color:#f7d9e6;
}

.l-side-pgNav__firstList > li > a:before {
  background-image:url(../../../image/icon/arC_pink.svg);
}

/* second */
.l-side-pgNav__secondList {
  border-top-color:#f7d9e6;
}

.l-side-pgNav__secondList > li > a:before {
  background-image:url(../../../image/icon/ar_pink.svg);
}


/*--------------------------------------------------------------------------------
  ページタイトル・見出し
--------------------------------------------------------------------------------*/

.p-pgTtl {
  border-bottom-color:#f294bc;
}

.p-hdLine {
  background-color:#fcf2f6;
  border-bottom:1px solid #f7d9e6;
}

.p-hdLine:before {
  background-color:#f7b4d0;
}

.p-hdLine-line {
  color:#f390b9;
}

.p-hdLine-bg {
  background-color:#f7b4d0;
}

/*---------------------------------------------------------------------------

   看護部理念・方針

---------------------------------------------------------------------------*/

.kango-bk{
	background:url(../image/ckBg-orange.gif) repeat left top;
}

.kango-bk-box{
margin-top:-25px; 
padding:40px 30px 25px;
}

.font-orange{color: #f5a523 !important;}

.bold{font-weight:bold;}


#kangobu-section-table.p-tbl02,#kangobu-section-table02.p-tbl02{
  border-left:1px solid #f7b4d0;
}

#kangobu-section-table.p-tbl02 thead th,#kangobu-section-table02.p-tbl02 th{
background-color:#fcdfeb;
}

#kangobu-section-table.p-tbl02 thead th,#kangobu-section-table.p-tbl02 thead td,#kangobu-section-table02.p-tbl02 thead th,#kangobu-section-table02.p-tbl02 thead td{
   border:1px solid #f7b4d0;
}

#kangobu-section-table.p-tbl02 tbody th,#kangobu-section-table.p-tbl02 tbody td,#kangobu-section-table02.p-tbl02 tbody th,#kangobu-section-table02.p-tbl02 tbody td{
 border-top:1px solid #f7b4d0;
 border-bottom:1px solid #f7b4d0;
 border-right:1px solid #f7b4d0;
}

#kangobu-section-table.p-tbl02 th,#kangobu-section-table02.p-tbl02 th{
  border:1px solid #f7b4d0;
}


/*---------------------------------------------------------------------------

   数字が語る、私たちの看護部

---------------------------------------------------------------------------*/
.number-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.number-box .img-box img {
    /*max-width: 250px;*/
    max-width: 380px;
	margin-bottom: 10px;
}

.sub-container, .breadcrumb-wrap ul.breadcrumb {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 800px;
}

@media only screen and (max-width: 768px) {
    .sub-container, .breadcrumb-wrap ul.breadcrumb {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .sub-container, .breadcrumb-wrap ul.breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
	
}

@media only screen and (max-width: 768px) {
    .number-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 480px) {
    .number-box .img-box img {
        max-width: 100% !important;
    }
}
.number-box .img-box {
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    margin-bottom: 30px;
}


/* ---------------------------------------------
   margin + padding
----------------------------------------------*/

/* /----------/ top /----------/ */
.mg-t-10 { margin-top:-10px !important; }
.mg-t-20 { margin-top:-20px !important; }
.mg-t-30 { margin-top:-30px !important; }
.mg-t1 { margin-top:1px !important; }
.mg-t2 { margin-top:2px !important; }
.mg-t3 { margin-top:3px !important; }
.mg-t4 { margin-top:4px !important; }
.mg-t5 { margin-top:5px !important; }
.mg-t6 { margin-top:6px !important; }
.mg-t7 { margin-top:7px !important; }
.mg-t8 { margin-top:8px !important; }
.mg-t9 { margin-top:9px !important; }
.mg-t10 { margin-top:10px !important; }
.mg-t15 { margin-top:15px !important; }
.mg-t20 { margin-top:20px !important; }
.mg-t25 { margin-top:25px !important; }
.mg-t30 { margin-top:30px !important; }
.mg-t35 { margin-top:35px !important; }
.mg-t40 { margin-top:40px !important; }
.mg-t45 { margin-top:45px !important; }
.mg-t50 { margin-top:50px !important; }
.mg-t55 { margin-top:55px !important; }
.mg-t60 { margin-top:60px !important; }
.mg-t65 { margin-top:65px !important; }
.mg-t70 { margin-top:70px !important; }
.mg-t75 { margin-top:75px !important; }
.mg-t80 { margin-top:80px !important; }
.mg-t85 { margin-top:85px !important; }
.mg-t90 { margin-top:90px !important; }
.mg-t95 { margin-top:95px !important; }
.mg-t100 { margin-top:100px !important; }

/* /----------/ bottom /----------/ */
.mg-b1 { margin-bottom:1px !important; }
.mg-b2 { margin-bottom:2px !important; }
.mg-b3 { margin-bottom:3px !important; }
.mg-b4 { margin-bottom:4px !important; }
.mg-b5 { margin-bottom:5px !important; }
.mg-b6 { margin-bottom:6px !important; }
.mg-b7 { margin-bottom:7px !important; }
.mg-b8 { margin-bottom:8px !important; }
.mg-b9 { margin-bottom:9px !important; }
.mg-b10 { margin-bottom:10px !important; }
.mg-b15 { margin-bottom:15px !important; }
.mg-b20 { margin-bottom:20px !important; }
.mg-b25 { margin-bottom:25px !important; }
.mg-b30 { margin-bottom:30px !important; }
.mg-b35 { margin-bottom:35px !important; }
.mg-b40 { margin-bottom:40px !important; }
.mg-b45 { margin-bottom:45px !important; }
.mg-b50 { margin-bottom:50px !important; }
.mg-b55 { margin-bottom:55px !important; }
.mg-b60 { margin-bottom:60px !important; }
.mg-b65 { margin-bottom:65px !important; }
.mg-b70 { margin-bottom:70px !important; }
.mg-b75 { margin-bottom:75px !important; }
.mg-b80 { margin-bottom:80px !important; }
.mg-b85 { margin-bottom:85px !important; }
.mg-b90 { margin-bottom:90px !important; }
.mg-b95 { margin-bottom:95px !important; }
.mg-b100 { margin-bottom:100px !important; }

/*スマホだけ改行表示*/
.sp-only {
    display: none;
}

@media (max-width: 600px) {
    .sp-only {
        display: block;
    }
}

@media (max-width: 600px) {
.p-tbl02 {
     min-width: 0px; 
}
}