@charset "utf-8";
:root {
  --udfont:"a-otf-ud-shin-go-con80-pr6n";
  --udfont-weight: bold;
}
body{font-weight: 400;}
.pageheader{margin-bottom: 80px;margin-top:100px;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 28.2828%;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;}
.page_wrap{
  max-width: 1200px;margin: 0 auto; padding: 0 10px;
}
#mainContent{
  width: 100%;
  margin-right: 0px;
}
#side{width: auto;}
h1.page_logo{position: absolute;top: -10px;}
h1.page_logo a{display: block;}
h1.page_logo img {
  width: 270px;
}
.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.36%;}
.iframe-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
 }
.pageTitle {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 45px;
  font-family: var(--udfont), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: var(--udfont-weight);
}
.pageTitle span {
  border-bottom: 5px solid #f6ad3c;
  display: inline-block;
  font-family: var(--udfont), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: var(--udfont-weight);
}
.ttl-l2 {
  font-size: 1.75rem;
  color: #00b2d5;
  margin-bottom: 24px;
  font-family: var(--udfont), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: var(--udfont-weight);
}
.ttl-l3 {
  font-size: 1.5rem;
  color: #00b2d5;
  padding-bottom: 10px;
  border-bottom: 1px solid #00b2d5;
  margin-bottom: 24px;
  font-family: var(--udfont), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: var(--udfont-weight);
}
.ttl-l4 {
  font-size: 1.375rem;
  border-left: 4px solid #f6ad3c;
  margin-bottom: 20px;
  padding-left: 5px;
}
.ttl-l5 {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.ttl-l5:before{position: absolute;font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f111";
    color: #f6ad3c;font-size: 10px;left: 0px;top: 5px;}
.ttl-l6{font-size: 1.125rem;margin-bottom: 10px;}

.recruit-ttl{
  position: relative;
  background: #E1F5F9;
  padding: 0.25em 0.5em;
  font-size: 28px;
  font-family: var(--udfont), "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: var(--udfont-weight);
  display: inline-block;
}

.bg-0 .recruit-ttl{
color: #000;
}
p {line-height: 1.4;font-weight: normal; margin-bottom: 1em}
a {color: #00b2d5;}
figure {margin: 0;padding: 0;}
figure img{
  width: auto;
  max-width: inherit;
}

@media screen and (max-width: 992px) {
  .pageheader{height:auto;margin-top:59px;margin-bottom: 20px; padding-top: 0;
  padding-top: 52.2666%;
  background-position: center top;}
  .pageheader.styleguide{background:none;}

  h1.page_logo{display: none;}

}

/*太文字*/
.bold {font-weight: bold;}
/*下線*/
.underline {text-decoration: underline;}
/*左揃え*/
.left {text-align: left;}
/*中央揃え*/
.center {text-align: center;}
/*右揃え*/
.right {text-align: right;}
/*中央揃え*/
.is-center {text-align: center;}
/*右揃え*/
.is-right {text-align: right;}


.list-ul{
  margin-bottom: calc(40px - (((1rem * 1.7) - 1rem) / 2));
}

.list-ul > li{
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
      margin-bottom: calc(15px - (((1rem * 1.7) - 1rem) / 2));
      line-height: 1.3;
}

.list-ul > li:before {
  position: absolute;
    left: 0;
    content: "・";
}



/*※*/


.list-kome{
  margin-bottom: calc(40px - (((1rem * 1.7) - 1rem) / 2));
}

.list-kome > li{
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
      margin-bottom: calc(15px - (((1rem * 1.7) - 1rem) / 2));
      line-height: 1.3;
}

.list-kome > li:before {
 position: absolute;
    left: 0;
    content: "※";

}


.list-ol{
  margin-bottom: calc(40px - (((1rem * 1.7) - 1rem) / 2));
}

.list-ol > li{
      position: relative;
    padding-left: 1.5em;
    counter-increment: ol-counter;
     margin-bottom: calc(15px - (((1rem * 1.7) - 1rem) / 2));
     line-height: 1.3;
}


.list-ol > li:before{
     position: absolute;
    left: 3px;
    content: counter(ol-counter) ".";
}

/*上付き文字*/
span.super{
  vertical-align: super;
  font-size: .4rem;
}
/*下付き文字*/
span.sub{
  vertical-align: sub;
  font-size: .4rem;
}
/*引用*/
blockquote{
      display: inline-block;
    margin-bottom: calc(30px - (((1rem * 1.7) - 1rem) / 2));
    padding: 15px 15px;
    background: #deebf6;
    margin:0;
}

.bg-0 blockquote{
  color: #000;
}

blockquote:before{
      content: "“";
}
blockquote:after{
      content: "”";
}
/*リンクリスト*/
.link-list li{margin-bottom: 6px; line-height: 1.4;}
.link-list li a{color: #00b2d5;padding-left: 10px; position: relative;}
.link-list li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    color: #00b2d5;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 0px; }


a.gaibu {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.gaibu:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f35d";
    color: #b5b5b6;
    margin-right: 5px;
    position: absolute;
    left: 0px;
    top: -2px; }
a.excel {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.excel:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c3";
    color: #b5b5b6;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 2px; }
a.word {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.word:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c2";
    color: #b5b5b6;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 2px; }
a.pdf {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.pdf:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c1";
    color: #b5b5b6;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 2px; }
a.powerpoint {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.powerpoint:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c4";
    color: #b5b5b6;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 2px; }
a.tel {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.tel:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f095";
    color: #b5b5b6;
    margin-right: 8px;
    margin-bottom: 3px;
    position: absolute;
    left: 0px; }
a.mail {
  padding-left: 1.3em;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  a.mail:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e0";
    color: #b5b5b6;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 0px; }

.link-color-gray{
      color: #717171 !important;
}
.link-color-black{
  color: #000 !important;
}

.bg-0 .link-color-gray{
  color: #00b2d5!important;
}

.bg-0 .link-color-black{
  color: #00b2d5!important;
}


/*ボックスリンクリスト*/
.list-block-link{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.list-block-link li{margin-bottom: 8px;}
.list-block-link li a {
  position: relative;
  display: flex;
  align-items: center;
  background: #fef0db;
  padding: 15px;
  height: 100%;
  color: #000;
  line-height: 1.1;
}
.list-block-link li a:before {
  content: "";
  background: url(../img/common/icon_link.svg) left center no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.list-block-link li a:after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 10px);
  background: #fff;
}

/*ボックスリンクリスト 50％*/
.list-block-link.col-2 li{width: 50%;}

/*ボックスリンクリスト 33％*/
.list-block-link.col-3 li{width: 33.33%;}

/*プルダウン*/


.block-toggle{
     position: relative;
}

.block-toggle dt{
  padding: 10px 0;
  border-bottom: 1px solid #6f6f6f;
  background: url(../img/common/plus-circle-solid.svg) center right 5px no-repeat;
  margin-bottom: 20px;
  cursor: pointer;
  background-size: 25px;
}
.block-toggle dt.active{
background: url(../img/common/minus-circle-solid.svg) center right 5px no-repeat;
      background-size: 25px;
}

.block-toggle dd{
  background-color: #fef0db;
  padding: 15px 23px;
  display: none;
  overflow: hidden;
}

.bg-0 .block-toggle dd{
  color: #000;
}
/*テーブル*/
table.table{
  margin-bottom: 1em;
  border-top: 1px solid #808080;
  box-sizing: border-box;
}

.table th, .table td {
  padding: 15px 15px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  word-break: initial;
  vertical-align: middle;
  line-height: 1.3;
}
.table th {
  background: #e6e6e6;
  text-align: left;
  font-weight: normal;
  font-weight: bold;
}
.table td:last-child, .table th:last-child {
  border-right: none;
}
.table td.bdnone {
  border-left: none;
}

.bg-0 .table th{
  color: #000;
}

.table .border-right{
  border-right:1px solid #808080!important;
}

/*画像横並び*/
.pic_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pic_list.col-2 li{
  width: 50%;
    margin: 0 5px;
}
.pic_list.col-3 li{
  width: 30%;
}
.pic_list li .pic{
  width: 100%;
}
.pic_list li .caption{
  margin-top: 5px;
  font-size: 18px;
  color: #000;
}

.bg-0 .pic_list li .caption{
  color: #fff;
}

@media screen and (max-width: 992px) {
.pic_list.col-3 li{
  width: 48%;
}

}

/*テキスト・画像　50：50*/
div.column_block{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
div.column_block .col_txt{
  line-height: 1.5;
}


div.column_block.col50 .col_pic{
  width: 48%;
}
div.column_block.col50 .col_txt{
  width: 48%;
}
@media screen and (max-width: 992px) {
div.column_block{
  flex-wrap: wrap;
}

div.nowrap{
  flex-wrap: nowrap;
}

div.column_block.col50 .col_pic{
  width: 100%;
}
div.column_block.col50 .col_txt{
  width: 100%;
}
}

/*テキスト・画像　70：30*/
div.column_block.col73 .col_pic{
  width: 28%;
}
div.column_block.col73 .col_txt{
  width: 68%;
}

@media screen and (max-width: 992px) {

  div.column_block.col73 .col_pic{
  width: 100%;
}
div.column_block.col73 .col_txt{
  width: 100%;
}
}

/*横幅調整*/
.block-width-10{
  width: 10%;
}

.block-width-20{
  width: 20%;
}

.block-width-30{
  width: 30%;
}

.block-width-40{
  width: 40%;
}

.block-width-50{
  width: 50%;
}

.block-width-60{
  width: 60%;
}

.block-width-70{
  width: 70%;
}

.block-width-80{
  width: 80%;
}

.block-width-90{
  width: 90%;
}

.block-width-100{
  width: 100%;
}

@media screen and (max-width: 992px) {
.block-width-sp-10{
  width: 10%;
}

.block-width-sp-20{
  width: 20%;
}

.block-width-sp-30{
  width: 30%;
}

.block-width-sp-40{
  width: 40%;
}

.block-width-sp-50{
  width: 50%;
}

.block-width-sp-60{
  width: 60%;
}

.block-width-sp-70{
  width: 70%;
}

.block-width-sp-80{
  width: 80%;
}

.block-width-sp-90{
  width: 90%;
}

.block-width-sp-100{
  width: 100%;
}

}
/*about original*/
.number-large{margin-left: 50px;}
.number-large li{position: relative;margin-bottom: 60px;}
.number-large li:before{
  content: "";
  position: absolute;
  left: -50px;
  top: -5px;
  font-size: 3.3rem;
  color: #00b2d5;
}

.number-large li:first-child:before{content: "1.";}
.number-large li:nth-of-type(2):before{content: "2.";}
.number-large li:nth-of-type(3):before{content: "3.";}
.number-large li:nth-of-type(4):before{content: "4.";}
.number-large li:nth-of-type(5):before{content: "5.";}

dl.number-small{margin-left: 28px;}
dl.number-small dt{position: relative;line-height: 1.4;font-weight: bold;margin-bottom: 5px;}
dl.number-small dt:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 1rem;
  color: #00b2d5;
}

dl.number-small dt:first-child:before{content: "1.";}
dl.number-small dt:nth-of-type(2):before{content: "2.";}
dl.number-small dt:nth-of-type(3):before{content: "3.";}
dl.number-small dt:nth-of-type(4):before{content: "4.";}
dl.number-small dt:nth-of-type(5):before{content: "5.";}
dl.number-small dt:nth-of-type(6):before{content: "6.";}
dl.number-small dt:nth-of-type(7):before{content: "7.";}
dl.number-small dt:nth-of-type(8):before{content: "8.";}
/*///////////////////side/////////////////////*/
.aside__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding:15px 20px;
  color: #fff;
  background: #f6ad3c;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.aside__title a{
      color: #fff;
}
.aside-list li{border-bottom: 1px solid #dcdcdc;line-height: 1.4;}
.aside-list li a{display:block;color: #000;padding: 12px 5px 12px 25px;position: relative;}
.bg-0 .aside-list li a{color: #fff;}
.aside-list > li.current > a {
  color: #000;
  background: #E1F5F9;
}
.aside-list li a::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    color: #00b2d5;
    margin-right: 5px;
    margin-bottom: 4px;
    position: absolute;
    left: 8px; }
  .aside-list li a:hover{
    color: #00b2d5;
  }
.aside_parent > li {padding-left: 20px;}
.aside_parent > li.current > a {
  color: #000;
  background: #E1F5F9;
}
.aside_parent li:first-child{border-top: 1px solid #dcdcdc;}
.aside_parent li:last-child{border-bottom: none;}


/*access*/

.tab-nav {
  display: flex;
}
.tab-nav li {
  width: 50%;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1;
  background: #a7a7a7;
  font-weight: bold;
}
.tab-nav li.-active {
  background: #00b2d5;
}
.tab-nav li a {
  display: block;
  padding: 20px 0;
  color: #fff;
}
.page-access div.column_block{
    justify-content: flex-start;
}
.page-access div.column_block.col50 .col_pic{
     width: 30%;
    margin-right: 30px;
}


.page-access .pic_list.col-2 li{
  width: 48%;
}
.page-access .pic_list li .caption{
  font-size: 16px;
}



.page-access div.column_block.col50 .col_txt{
      width: 40%;
}
@media screen and (max-width: 992px) {
.page-access div.column_block{
   display: block;
}
.page-access div.column_block.col50 .col_pic{
     width: 100%;
    margin-right: 0px;
}

.page-access div.column_block.col50 .col_txt{
      width: 100%;
}

.tab-nav li {
      font-size: 18px;
    font-size: 1.125rem;
    line-height: 0;
}

.page-access .pic_list.col-2 li{
  width: 100%;
}

.page-access .pageheader{
  background-position-x: right;
  background-size: cover;
}

}

.page-access .parking-item{
    margin: 0 37.5px 30px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    width: 32%;
}
.page-access .parking-item__img{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #00b2d5;
}

@media screen and (max-width: 992px){
.page-access .parking-item__img{
  margin-bottom: 30px;
}
.page-access .parking-item__height p{
  font-size: 26px;
}
}

.page-access .parking-item__img img{
  width: 65px;
  margin-right: 15px;
}

.page-access .parking-item__height{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  height: 65px;
  font-size: 29px;
}

.page-access .parking-item__height p{
  margin: 0;
  word-break: break-all;
  font-weight: bold;
}

.page-access .parking-item__height .cat-height{
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

.page-access .parking-item__height .p-2{
  width: 100px;
  height: 66px;
}

.page-access .parking-item__time{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.page-access .parking-item__time li{
  display: flex;
  align-items: center;
  font-weight: bold;
}

.page-access .parking-item__time img{
  display: flex;
  align-items: center;
  font-weight: bold;
}

.page-access .parking-item__time span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
}

.page-access .parking-item__time span.weekday{
  background: #00b2d5;
}

.page-access .parking-item__time span.holiday{
  background: #ff6699;
}

.page-access .parking-item__att{
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 992px){
.page-access .parking-item{
  margin:0;
  width: 100%;
}
}
/*department*/


.page-department .pic_list > li:hover{
  opacity: .7;
}

.page-department .pic_list > li{
  opacity: 1;
-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/*.page-department .pic_list .pic:hover{
  opacity: .7;
}

.page-department .pic_list .caption:hover{
  opacity: .7;
}
*/
/*fim-form*/
.page-fim-form #mainContent{
  width: 100%;
  margin-right: 0px;
}
.page-#mainContent{
  width: auto;
  margin-right: 0px;
}
.page-fim-form .mail_agree{
text-align: center;
}

.page-rehabilibu .pageheader{
    background-position-y: -15px;
}

.page-fim-form .aform-content .ui-datepicker-trigger{
  width: auto;
  vertical-align: baseline;
}


.page-fim-form .aform-content label[for=parts-1-yy] {
margin-right: 14px;
}

.page-fim-form .aform-content label[for=parts-1-mm] {
margin-right: 14px;
}
.page-fim-form .aform-content label[for=parts-1-dd] {
margin-right: 14px;
}




@media screen and (max-width: 992px){
  .page-rehabilibu .pageheader{
    background-position-y: 6px;
}
.page-sodanshitsu .pageheader{
      padding-top: 43.2666%;
}
}

/*news*/
.news_wrap{border-top:1px dotted #808080;margin-bottom: 40px;}
.newsBox {padding: 20px;border-bottom:1px dotted #808080;justify-content: flex-start;align-items: center;flex-wrap: nowrap;}
.newsBox .cat {padding-right: 40px;}
.newsBox .category{display:inline-block;padding:8px 0;width:170px;color: #fff;border-radius: 20px;text-align: center;font-weight: bold;}
.newsBox .category.news {background:#fea94d;}
.newsBox .category.event {background:#fea94d;}
.newsBox .category.recruit {background:#005aac;}
.newsBox .category.media {background:#fea94d;}
.newsBox .news_date {display: block;color: #00b2d5;margin-right: 10px; font-weight: 600;}
.newsBox .news_title{font-weight: 600;}
.newsBox .news_title a {color: #000;}
html.bg-0 .newsBox .news_title a{color: #fff;}

.page-news #mainContent{
    width: 820px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.page-news #side{
  width: 330px;
}

.page-news .article-header{
   display: flex;
    align-items: center;
}

.page-news .article-header .category{
      background: #fea94d;
    padding: 5px 10px;
    border-radius: 29px;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
}

.page-news .article-header .date{
  color: #00b2d5;
  font-weight: 600;
}

.page-news .link-back{
  text-align: center;
  margin-top: 50px;
}

.page-news .link-back a{
  position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.page-news .link-back a:after{
  position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: inline-block;
    content: "";
    width: calc(100% - 2em);
    height: 1px;
    background: #00b2d5;
}



.page-sitemap .ttl-l2{

    margin-bottom: 10px;
}

/*sitemap*/
.page-sitemap .page_wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.page-sitemap .page_wrap li{
  width: 50%;
}

.page-sitemap .page_wrap li a{
  display: block;
  padding: 5px 15px;
  color: #000;
}
.page-sitemap .rehastage3{flex-wrap: wrap;}
.page-sitemap .rehastage3 li:nth-child(1){width: 100%;font-weight: bold;}
.page-sitemap .rehastage3 li:nth-child(2){width: 100%; font-weight: bold;}
.page-sitemap .rehastage3 li:nth-child(3){margin-left: 10px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(4){margin-left: 15px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(5){margin-left: 10px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(6){margin-left: 15px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(7){margin-left: 10px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(8){margin-left: 15px;width: 48%;}
.page-sitemap .rehastage3 li:nth-child(9){width: 100%;font-weight: bold;}

@media only screen and (max-width: 992px) and (min-width: 768px){
.page-sitemap .rehastage3 li:nth-child(3){margin-left:1%;width: 46.5%!important;}
.page-sitemap .rehastage3 li:nth-child(5){margin-left:1%;width: 46.5%!important;}
.page-sitemap .rehastage3 li:nth-child(7){margin-left:1%;width: 46.5%!important;}
}

@media (max-width: 960px) {
.page-sitemap .rehastage3 li:nth-child(3){margin-left:1%;width: 45%;}
.page-sitemap .rehastage3 li:nth-child(4){margin-left: 10px;}
.page-sitemap .rehastage3 li:nth-child(5){margin-left:1%;width: 45%;}
.page-sitemap .rehastage3 li:nth-child(6){margin-left: 10px;}
.page-sitemap .rehastage3 li:nth-child(7){margin-left:1%;width: 45%;}
.page-sitemap .rehastage3 li:nth-child(8){margin-left: 10px;}

}


.bg-0 .page-sitemap .page_wrap li a{
  color: #fff;
}

/*.page-sitemap .page_wrap li a:hover{
  color: #000;
  background-color: #898989;
  font-weight: bold;
  transition: all 0.5s;
}
*/

@media (max-width: 960px) {
.page-sitemap .page_wrap li a{
      padding: 5px 10px 5px 15px;
}
}



.page-sitemap .bloken_line{
  border-bottom: 1px dashed #00b2d5;
  padding-bottom: 5px;
}


.hospitalizationFlow {
  display: table;
  width: 100%;
  border-radius: 4px;
  background: linear-gradient(75deg, #00ABE8, #00ABE8 31.7%, #5EBCF9 31.7%, #5EBCF9 32.5%, #82E2F8 32.5%, #82E2F8 65.4%, #fffdf4 65.4%, #fffdf4 66.2%, #ffca74 66.2%, #ffca74);
  background: linear-gradient(75deg, #82E2F8, #82E2F8 31.7%, #fffdf4 31.7%, #fffdf4 32.5%, #5EBCF9 32.5%, #5EBCF9 65.4%, #fffdf4 65.4%, #fffdf4 66.2%, #00ABE8 66.2%, #00ABE8);
}
.hospitalizationFlow li {
  position: relative;
  display: table-cell;
  width: 33.33%;
  padding: 40px 15px 12px;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.hospitalizationFlow li:nth-child(1) {
  padding-left: 10px;
}
.hospitalizationFlow li:nth-child(3) {
  padding-right: 10px;
}
.hospitalizationFlow li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
}
.hospitalizationFlow li:nth-child(1)::before {
  content: "1";
}
.hospitalizationFlow li:nth-child(2)::before {
  content: "2";
}
.hospitalizationFlow li:nth-child(3)::before {
  content: "3";
}

/*.page- #mainContent{
  width: 100%;
}*/
@media (min-width: 600px) {
  .hospitalizationFlow li {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .hospitalizationFlow li {
    padding: 20px 15px;
    font-size: 1rem;
  }
  .hospitalizationFlow li::before {
    position: static;
    width: auto;
    margin-right: 10px;
  }
}

/*///////////////////responsive/////////////////////*/
@media screen and (max-width: 992px) {
  #mainContent{width: 100%; margin-bottom: 30px; margin-right: 0;}
  #side{width: 100%;}
  .page_wrap {padding: 0 10px;}
  figure img{
    width: 100%;
    max-width: inherit;
  }
  /*リンクリスト*/
  .list-block-link  li a {
    background-size: 7px;
  }

  .list-block-link  li a {
    padding: 10px;
  }
  .list-block-link  li a:before {
    content: "";
    background-size: 12px;
        width: 26px;
  }
  .list-block-link .box33 li a:before {
    width: 24px;
  }
   /*news*/

  .newsBox {
    padding: 16px 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .newsBox .cat {
    padding-right: 0px;
    width: 70px;
  }
  .newsBox .category {
    display: inline-block;
    padding: 4px 10px;
    width: auto;
    font-size: .6rem;
    border-radius: 20px;
    color: #fff;
  }
  .newsBox .news_txt{
    width: 80%;
    line-height: 1.6;
  }
  .newsBox .news_txt span {
    margin-bottom: 0;
  }
  .newsBox .news_date{    margin-top: 2px; font-weight: bold;}
  .newsBox .news_title {
    width: 100%;
    margin-top: 5px;
  }
  /*sitemap*/
  .page-sitemap #mainContent{
    margin: 0 10px 20px 10px;
  }
}