@charset "UTF-8";
/* ==========================================================================
//
// MODULE
//
========================================================================== */

/* ==========================================================================
// mod-breadcrumbs
========================================================================== */
.mod-breadcrumbs{
  margin: 0 auto 45px;
  padding: 12px 10px;
  max-width: 1300px;
}
.mod-breadcrumbs .svg-icon{
  margin: 0 8px 0 0;
  width: 18px;
  height: 16px;
  fill: #0663a9;
  vertical-align: middle;
}
.mod-breadcrumbs li{
  display: inline-block;
  font-size: 13px;
}
.mod-breadcrumbs li + li:before{
  content: "";
  display: inline-block;
  margin: 0 8px 0 2px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.mod-breadcrumbs a{
  color: #0663a9;
  transition: 0.15s;
}
.mod-breadcrumbs a:hover{
  opacity: 0.65;
}

/* WordPress */
.mod-breadcrumbs > span{
  font-size: 13px;
}
.mod-breadcrumbs > span + span:before{
  content: "";
  display: inline-block;
  margin: 0 8px 0 2px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.mod-breadcrumbs.wp .svg-icon{
  margin-right: 3px;
}
/* ==========================================================================
// mod-news-list
========================================================================== */
.mod-news-list{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mod-news-list li + li{
  border-top: 1px solid #ccc;
}
.mod-news-list li a{
  display: block;
  padding: 16px 0;
  transition: background 0.15s;
}
.mod-news-list li a:hover{
  background: #eee;
}
.mod-news-list li dl{
  display: table;
  width: 100%;
}
.mod-news-list li dt,
.mod-news-list li dd{
  display: table-cell;
  vertical-align: middle;
  color: #333;
}
.mod-news-list li dt{
  width: 125px;
  padding: 5px 0;
  border-right: 1px solid #ccc;
  text-align: center;
}

/* category */
.mod-news-list li dd.category{
  width: 150px;
  padding: 0 10px;
  text-align: center;
}
.mod-news-list li dd.category span{
  display: block;
  margin: 0 auto;
  padding: 8px 5px;
  max-width: 115px;
  background: #ccc;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}
.mod-news-list li dd.category .cate-news{
  background: #f46975;
}
.mod-news-list li dd.category .cate-event{
  background: #f87d51;
}
.mod-news-list li dd.category .cate-recruit{
  background: #d19a45;
}
.mod-news-list li dd.category .cate-auction{
  background: #81b750;
}
.mod-news-list li dd.category .cate-outpatient{
  background: #33b7c3;
}
.mod-news-list li dd.category .cate-covid19{
  background: #f54848;
}
.mod-news-list li dd.category .cate-meal{
  background: #a6a54f;
}

.mod-news-list li dd.category .cate-reha{
  background: #33A950;
}


/* ttl */
.mod-news-list li dd.ttl{
  position: relative;
  padding: 0 45px 0 5px;
  line-height: 1.2;
  word-break: break-all;
}
.mod-news-list li dd.ttl:before{
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.15s;
}
.mod-news-list li a:hover dd.ttl:before{
  border-color: #888;
}

/* not found */
.mod-news-list li.not{
  padding: 10px;
}

/* ==========================================================================
// mod-news-pager
========================================================================== */
.mod-news-pager{
  text-align: center;
}
.mod-news-pager .page-numbers{
  display: inline-block;
  padding: 8px 10px;
  border:1px solid #0663a9;
  border-radius: 5px;
}
.mod-news-pager .page-numbers + .page-numbers{
  margin-left: 2px;
}
.mod-news-pager a.page-numbers{
  color: #0663a9;
  transition: 0.15s;
}
.mod-news-pager a.page-numbers:hover{
  background: #d9f1f9;
}

.mod-news-pager span.page-numbers{
  background: #0663a9;
  color: #fff;
}
.mod-news-pager a.page-numbers.next,
.mod-news-pager a.page-numbers.prev{
  border: none;
  width: 10px;
  height: 14px;
}
.mod-news-pager a.page-numbers.next{
  background: url(../../news/img/ico_next.png) center center no-repeat;
  background-size: contain;
}
.mod-news-pager a.page-numbers.prev{
  background: url(../../news/img/ico_prev.png) center center no-repeat;
  background-size: contain;
}
.mod-news-pager span.page-numbers.dots{
  padding: 0;
  background: none;
  border: none;
  color: #0663a9;
  vertical-align: bottom;
}
/* ==========================================================================
//
// CONTENTS
//
========================================================================== */
/* ==========================================================================
// mod-contents
========================================================================== */
.mod-contents{
  width: 73%;
  max-width: 850px;
}
/* ttl
---------------------------------------------------------- */
.mod-contents .ttl-h1,
.mod-contents .ttl-h2,
.mod-contents .ttl-h3,
.mod-contents .ttl-h4{
  font-weight: normal;
  font-family: 'NotoSans',sans-serif; 
  line-height: 1.2;
}
/* h1 */
.mod-contents .ttl-h1{
  position: relative;
  padding: 33px 25px;
  border-top: 3px solid #0663a9;
  border-bottom: 3px solid #0663a9;
  font-size: 32px;
  color: #0663a9;
  letter-spacing: 0.12em;
}
.mod-contents .ttl-h1:before,
.mod-contents .ttl-h1:after{
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background:#0663a9;
}
.mod-contents .ttl-h1:before{
  top: 4px;
  left: 0;
}
.mod-contents .ttl-h1:after{
  bottom: 4px;
  left: 0;
}

/* ttl-h2 */
.mod-contents .ttl-h2{
  padding: 19px 25px;
  font-size: 22px;
  letter-spacing: 0.1em;
  border-top: 2px solid #0663a9;
  background: #d9f1f9;
  color: #0663a9;
}

/* ttl-h3 */
.mod-contents .ttl-h3{
  position: relative;
  padding: 13px 20px;
  border-top: 2px solid #009fd9;
  color: #009fd9;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.mod-contents .ttl-h3:after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background:linear-gradient(to right, rgba(170,170,170,1), rgba(170,170,170,1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:4px 1px;
  width: 100%;
  height: 1px;
}

/* ttl-h4 */
.mod-contents .ttl-h4{
  padding: 6px 12px;
  border-left: 8px solid #009fd9;
  font-size: 16px;
  color: #009fd9;
  letter-spacing: 0.1em;
}
/* tbl
---------------------------------------------------------- */
.mod-contents .tbl th{
  font-weight: normal;
  text-align: left;
}
.mod-contents .tbl th,
.mod-contents .tbl td{
  padding: 10px;
  line-height: 1.3;
}
/* wide */
.mod-contents .tbl.t-wide{
  width: 100%;
}
/* border */
.mod-contents .tbl.t-border,
.mod-contents .tbl.t-border th,
.mod-contents .tbl.t-border td{
  border: 1px solid #ccc;
}
/* background */
.mod-contents .tbl.t-bg-top thead{
  background: #d9f1f9;
}
.mod-contents .tbl.t-bg-left th:first-child,
.mod-contents .tbl.t-bg-left td:first-child{
  background: #d9f1f9;
}

/* stripes */
.mod-contents .tbl.t-stripes tr:nth-child(odd) td:first-child{
  background: #c4e9f5;
}
.mod-contents .tbl.t-stripes tr:nth-child(odd) td{
  background: #f3f3f3;
}

/* color */
.mod-contents .tbl.t-bg-left .color-blue-light{
  background: #d9f1f9 !important;
}
.mod-contents .tbl.t-bg-left .color-blue-deep{
  background: #c4e9f5 !important;
}

/* list
---------------------------------------------------------- */
/* basic */
.mod-contents .list-basic li{
  position: relative;
  padding: 0 0 13px 10px;
  line-height: 1.3;
}
.mod-contents .list-basic li:before{
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333333;  
}

/* link */
.mod-contents .list-link li + li{
  margin: 10px 0 0;
}
.mod-contents .list-link li a{
  position: relative;
  display: block;
  padding: 16px 20px;
  border:1px solid #ccc;
  border-radius: 5px;
  color: #0663a9;
  transition: 0.15s;
}
.mod-contents .list-link li a:hover{
  background: #d9f1f9;
}
.mod-contents .list-link li a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../assets/img/ico_arrow_02@2x.png) center center no-repeat;
  background-size: contain;
}

/* link(half) */
.mod-contents .list-link-wrap{
  display: flex;
  justify-content: space-between;
}
.mod-contents .list-link-wrap .list-link{
  width: 48.82%;
}

/* box
---------------------------------------------------------- */
.mod-contents .box-basic{
  padding: 11px 20px;
  border-radius: 5px;
}
.mod-contents .box-basic.b-bg-gray a,
.mod-contents .box-basic.b-bg-lblue a,
.mod-contents .box-basic.b-bg-yellow a,
.mod-contents .box-basic.b-bd-red a,
.mod-contents .box-basic.b-bd-gray a,
.mod-contents .box-basic.b-bd-lblue a{
  color: #0663a9;
}
.mod-contents .box-basic.b-bg-red a{
  color: #f12b3e;
}
/* 背景 グレー */
.mod-contents .box-basic.b-bg-gray{
  background: #eee;
}

/* 背景 水色 */
.mod-contents .box-basic.b-bg-lblue{
  background: #d9f1f9;
}

/* 背景 黄色 */
.mod-contents .box-basic.b-bg-yellow{
  background: #fff6c4;
}

/* 背景 赤色 */
.mod-contents .box-basic.b-bg-red{
  background: #ffd6da;
}

/* 枠 赤色 */
.mod-contents .box-basic.b-bd-red{
  border: 2px solid #f12b3e;
}
/* 枠 グレー */
.mod-contents .box-basic.b-bd-gray{
  border: 2px solid #ccc;
}
/* 枠 水色 */
.mod-contents .box-basic.b-bd-lblue{
  border: 2px solid #009fd9;
}

/* icon
---------------------------------------------------------- */
/* PDF */
.mod-contents .ico-pdf{
  width: 19px;
  height: 24px;
}

/* 外部リンク */
.mod-contents .ico-link{
  width: 17px;
  height: 17px;
}

/* text
---------------------------------------------------------- */
/* 色 */
.mod-contents .txt-red{
  color: #f12b3e;
}
.mod-contents .txt-link{
  color: #0663a9;
  text-decoration: underline;
}
.mod-contents .txt-link:hover{
  color: #009fd9;
}

/* サイズ */
.mod-contents .txt-s-small{
  font-size: 13px;
}
.mod-contents .txt-s-large{
  font-size: 18px;
}

/* 太さ*/
.mod-contents .txt-w-bold{
  font-weight: bold;
}

/* ボタン
---------------------------------------------------------- */

/* ボタン1 */
.mod-contents .btn-basic-01{
  position: relative;
  display: inline-block;
  padding: 12px 50px 12px 60px;
  border-radius: 5px;
  background: #0663a9;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transition: 0.15s;
}
.mod-contents .btn-basic-01:hover{
  background: #009fd9;
}
.mod-contents .btn-basic-01:before{
  content: "";
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/ico_arrow_04@2x.png) center center no-repeat;
  background-size: contain;
}

/* ボタン2 */
.mod-contents .btn-basic-02{
  position: relative;
  display: inline-block;
  padding: 10px 55px 10px 50px;
  border:2px solid #ccc;
  border-radius: 5px;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  color: #0663a9;
  transition: 0.15s;
}
.mod-contents .btn-basic-02:hover{
  border-color: #009fd9;
  color: #008ec2;
}
.mod-contents .btn-basic-02:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0663a9;
  border-right: 2px solid #0663a9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.15s;
}
.mod-contents .btn-basic-02:hover:after{
  right: 15px;
  border-color: #009fd9;
}

/* flow
---------------------------------------------------------- */

.mod-contents .flow-basic .box{
  position: relative;
  padding: 15px;
  border-radius: 5px; 
  line-height: 1.4;
}
.mod-contents .flow-basic .box-gray{
  border: 2px solid #ccc;
}
.mod-contents .flow-basic .box-bg-gray{
  border: 2px solid #ccc;
  background:#eee;
}
.mod-contents .flow-basic .box-bg-lblue{
  border: 2px solid #87d2ed;
  background:#d9f1f9;
}

/* vertical cmn */
.mod-contents .flow-basic.vertical .arrow-active,
.mod-contents .flow-basic.vertical .arrow-passive{
  margin-top:14px;
  margin-bottom:14px;
}
/* vertical active */
.mod-contents .flow-basic.vertical .center{
  margin-right:auto;
  margin-left:auto;
}
.mod-contents .flow-basic.vertical .arrow-active,
.mod-contents .flow-basic.vertical .arrow-active-line{
  width: 43px;
  height: 24px;
  background: url(../img/ico_flow_active.png) center bottom no-repeat;
  background-size: contain;
}
.mod-contents .flow-basic.vertical .arrow-active-line{
  position: relative;
  height: 55px;  
}
.mod-contents .flow-basic.vertical .arrow-active-line:before{
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 100%;
  background: #009fd9;
  z-index: -1;
}

/* vertical passive */
.mod-contents .flow-basic.vertical .arrow-passive,
.mod-contents .flow-basic.vertical .arrow-passive-line{
  width: 43px;
  height: 24px;
  background: url(../img/ico_flow_passive.png) center bottom no-repeat;
  background-size: contain;
}
.mod-contents .flow-basic.vertical .arrow-passive-line{
  position: relative;
  height: 55px;
}
.mod-contents .flow-basic.vertical .arrow-passive-line:before{
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 7px;
  height: 100%;
  background: url(../img/ico_flow_passive_line.png) center top repeat-y;
  z-index: -1;
}

/* horizontal */
.mod-contents .flow-basic.horizontal{
  display: flex;
}
.mod-contents .flow-basic.horizontal .box{
  position: relative;
}
.mod-contents .flow-basic.horizontal .box + .box{
  margin: 0 0 0 55px;
}
.mod-contents .flow-basic.horizontal .arrow-active:after,
.mod-contents .flow-basic.horizontal .arrow-passive:after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -53px;
  margin: auto 0;
  display: block;
  width: 43px;
  height: 24px;
  transform:rotate(-90deg);
}
.mod-contents .flow-basic.horizontal .arrow-active:after{
  background: url(../img/ico_flow_active.png) center bottom no-repeat;
  background-size: contain;
}
.mod-contents .flow-basic.horizontal .arrow-passive:after{
  background: url(../img/ico_flow_passive.png) center bottom no-repeat;
  background-size: contain;
}

/* column
---------------------------------------------------------- */
/* column-02 */
.mod-contents .column-02{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mod-contents .column-02 > img{
  width: 44.71%;
}
.mod-contents .column-02 .box-txt{
  width: 51.76%;
}
.mod-contents .column-02.img-right .box-txt{
  order: 1;
}
.mod-contents .column-02.img-right > img{
  order: 2;
}
/* mod-link
---------------------------------------------------------- */
.mod-contents .mod-link{
  padding: 25px 25px 20px;
  border-radius: 5px;
  background: #eee;
}
.mod-contents .mod-link dt{
  margin: 0 0 8px;
  font-size: 16px;
}
.mod-contents .mod-link dt:before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 13px 0 0;
  background: url(../../assets/img/ico_link_01@2x.png) center center no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.mod-contents .mod-link dd{
  line-height: 1.5;
}
.mod-contents .mod-link dd a{
  color: #0663a9;
  text-decoration: underline;
  transition: 0.15s;
}
.mod-contents .mod-link dd a:hover{
  opacity: 0.65;
}
.mod-contents .mod-link dd li{
  display: inline-block;
  margin: 0 0 0 40px;
}
.mod-contents .mod-link dd li:before{
  content: "";
  margin: 0 10px 0 0;
  display: inline-block;
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
/* mod-scroll-table
---------------------------------------------------------- */
.mod-contents .mod-scroll-table{
  position: relative;
  overflow-y: scroll;
}
.mod-contents .mod-scroll-table table{
  margin: 0 0 20px;
}
.mod-contents .mod-scroll-table .ps__rail-x{
  opacity: 1;
}
.mod-contents .mod-scroll-table .ps__thumb-x{
  height: 11px;
}
.mod-contents .mod-scroll-table.ps--active-x > .ps__rail-x,
.mod-contents .mod-scroll-table.ps--active-y > .ps__rail-y{
  background-color: #eee;
}

/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  /* ========================================================================
  // mod-breadcrumbs
  ======================================================================== */
  .mod-breadcrumbs{
    margin-bottom: 20px;
  }
  /* ========================================================================
  // mod-news-list
  ======================================================================== */
  .mod-news-list li dt{
    width: 105px;
  }
  /* ========================================================================
  // mod-sidebar
  ======================================================================== */
  .mod-sidebar{
    margin-bottom: 100px;
    width:100%;
  }
  .mod-sidebar .ttl-sidebar{
    height: 70px;
  }
  .mod-sidebar .list-main > li{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .mod-sidebar .list-main > li:last-child{
    border-radius: 0 0 5px 5px;
  }

  /* ========================================================================
  //
  // CONTENTS
  //
  ======================================================================== */
  /* ========================================================================
  // mod-contents
  ======================================================================== */
  .mod-contents{
    width: 100%;
    max-width: none;
  }
  /* ttl
  -------------------------------------------------------- */
  /* ttl-h1 */
  .mod-contents .ttl-h1{
    padding: 25px;
    font-size: 26px;
  }
  /* ttl-h2 */
  .mod-contents .ttl-h2{
    font-size: 20px;
  }

  /* mod-link
  -------------------------------------------------------- */
  .mod-contents .mod-link{
    padding: 20px;
  }
}

/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {
  /* ========================================================================
  // mod-news-list
  ======================================================================== */
  .mod-news-list{
    border: none;
  }
  .mod-news-list li{
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .mod-news-list li + li{
    margin-top: 10px;
  }
  .mod-news-list li a{
    position: relative;
    padding: 10px;
  }
  .mod-news-list li dl{
    display: block;
  }
  .mod-news-list li dt,
  .mod-news-list li dd{
    display: inline-block;
  }
  .mod-news-list li dt{
    margin-right: 10px;
    width: 70px;
    border-right: none;
    text-align: left;
  }
  /* category */
  .mod-news-list li dd.category{
    padding: 0;
  }
  .mod-news-list li dd.category span{
    margin: 0;
    padding: 5px;
    max-width: 105px;
    font-size: 12px;
  }
  /* ttl */
  .mod-news-list li dd.ttl{
    position: static;
    width: 100%;
    padding:5px 30px 0 0;
    font-weight: bold;
  }
  .mod-news-list li dd.ttl:before{
    right: 20px;
  }
  /* ========================================================================
  // mod-sidebar
  ======================================================================== */
  .mod-sidebar .list-main > li > a{
    padding: 18px 20px;
  }
  
  /* ========================================================================
  //
  // CONTENTS
  //
  ======================================================================== */
  /* ========================================================================
  // mod-contents
  ======================================================================== */
  /* ttl
  ------------------------------------------------------ */
  /* ttl-h1 */
  .mod-contents .ttl-h1{
    padding: 20px 15px;
    font-size: 24px;
  }
  /* ttl-h2 */
  .mod-contents .ttl-h2{
    padding: 15px;
  }
  /* ttl-h3 */
  .mod-contents .ttl-h3{
    padding:10px 15px
  }
  /* ttl-h4 */
  .mod-contents .ttl-h4{
    padding-left: 8px;
  }
  /* list
  -------------------------------------------------------- */
  /* link(half) */
  .mod-contents .list-link-wrap{
    display: block;
  }
  .mod-contents .list-link-wrap ul + ul{
    margin-top: 10px;
  }
  .mod-contents .list-link-wrap .list-link{
    width: 100%;
  }

  /* flow
  -------------------------------------------------------- */
  .mod-contents .flow-basic .box{
    padding: 10px;
  }
  /* horizontal */
  .mod-contents .flow-basic.horizontal{
    display: block;
  }
  .mod-contents .flow-basic.horizontal .box + .box{
    margin: 45px 0 0;
  }
  .mod-contents .flow-basic.horizontal .arrow-active:after,
  .mod-contents .flow-basic.horizontal .arrow-passive:after{
    left: 0;
    right: 0;
    top: auto;
    bottom: -38px;
    margin: 0 auto;
    transform: rotate(0deg);
  }

  /* column
  ---------------------------------------------------------- */
  /* column-02 */
  .mod-contents .column-02{
    display: block;
  }
  .mod-contents .column-02 > img,
  .mod-contents .column-02 .box-txt{
    width: 100%;
  }
  .mod-contents .column-02 > img{
    margin-bottom: 10px;
  }
  /* mod-link
  -------------------------------------------------------- */
  .mod-contents .mod-link{
    padding: 15px;
  }
  .mod-contents .mod-link dt{
    font-size: 15px;
  }
  .mod-contents .mod-link dd ul{
    margin-left: -20px;
  }
  .mod-contents .mod-link dd li{
    margin-left: 20px;
  }
}