﻿@charset "utf-8";

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

  共通部分
  
----------------------------------------------------------------------------------------------------*/

.top-ct {
    margin-top:48px;
}
.top-inner {
    width:100%;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:48px;
    /*
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    */
}

@media screen and (max-width:1240px) {
    .top-inner {
        width: calc(100% - 40px);
        margin-left:20px;
        margin-right:20px;
    }
}

@media screen and (max-width:750px) {
    .l-main {
        padding-top:3rem;
    }
    .top-inner {
        width: calc(100% - 60px);
        margin-left:30px;
        margin-right:30px;
    }
}


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

  Main visual
  
----------------------------------------------------------------------------------------------------*/

.mainVisual {
    position:relative;
    width:100%;
    height:420px;
}

.mainVisual .slick-list,
.mainVisual .slick-track {
    width:100%;
    height:100%;
}

.mv-slider {
    list-style:none;
    height:100%;
}

.mv-slider li {
    position:relative;
    width: 100%;
    max-width: 1200px;
    height:100%;
    overflow:hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv-slider .slide01 { background-image: url("../image/mv_slide/01.jpg"); background-position: center; }
.mv-slider .slide02 { background-image: url("../image/mv_slide/02.jpg"); background-position: center; }
.mv-slider .slide03 { background-image: url("../image/mv_slide/03.jpg"); background-position: center left; }

@media screen and (min-width:1201px) {
    .mv-slider .slick-slide:not(.slick-center):after {
      content:"";
      width:100%;
      height:100%;
      background-color:rgba(255,255,255,0.65);
      position:absolute;
      left:0;
      top:0;
    }    
}



/*--------------------------------------------------------------------------------
  重要なお知らせ
--------------------------------------------------------------------------------*/

#importantinfo {
    border: 2px solid #ea1414;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 0;
}

#importantinfo h2 {
    background-color: #ea1414;
    padding: 0.75em 0;
    text-align: center;
}

#importantinfo .infocontents {
    padding: 24px;
}
#importantinfo .infocontents h3 {
    font-weight: 500;
    line-height: 1.4;
    border-bottom: 1px solid #ea1414;
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
}
#importantinfo .infocontents h3 .date {
    display: block;
    color: #999999;
    font-weight: 400;
}

#importantinfo .infocontents .filedownload {
    text-align: center;
    margin-top: 1.25em;
}

#importantinfo .infocontents .filedownload a {
    text-decoration: none;
    padding-left: 2em;
    position: relative;
    transition: 0.2s all;
}
#importantinfo .infocontents .filedownload a::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../image/icon/dl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
#importantinfo .infocontents .filedownload a:hover {
    opacity: 0.7;
}

.newsDetail {
  text-align:left;
}

.newsDetail .s-date {
    margin-bottom: 0;
}
.newsDetail .s-date::after {
    display: none;
}

.newsDetail .detailHdline {
  position:relative;
  line-height:1.5;
}

.newsDetail .detailHdline:after {
  content:"";
  width:100%;
  height:8px;
  display:block;
  position:absolute;
  left:0;
  bottom:-8px;
  background:url(../../image/pattern.png) repeat left top;
}

.newsDetail-lo {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    color: #084b83;
    font-weight: 500;
    border-bottom: 1px solid #084b83;
}

.newsDetail-lo .backBtn {
    padding-top:60px;
}

.newsDetail .p-glog {
  margin-bottom: 60px;
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  margin-bottom: 0;
}
.newsDetail .p-glog .p-glog__img--left {
  float: left;
  margin-right: 36px;
}
.newsDetail .p-glog .p-glog__img--right {
  float: right;
  margin-left: 36px;
}
.newsDetail .p-glog .p-glog__img--center {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
.newsDetail .p-glog .p-glog__img__cp {
    display: block;
    margin-top: .5em;
    color: #888;
    font-size: 87.5%;
    line-height: 1.4;
}

.newsDetail .p-glog ol,
.newsDetail .p-glog ul {
    padding-left: 2em;
}

.newsDetail .btn {
  display: block;
  margin: 0 auto;
}

.newsDetail-lo .button {
	text-align:center;
}
.newsDetail-lo .button a {
	padding-left:2em;
	padding-right:2em;
}
.newsDetail-lo .button i {
  display: inline-block;
  font-size: 125.0%;
  margin-right: 1em;
}


/*--------------------------------------------------------------------------------
  相談支援
--------------------------------------------------------------------------------*/

#soudansien {
    padding: 48px 36px 36px;
    border-radius: 12px;
    background-color: #f0f6f6;
}

#soudansien .ttlwrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
}
#soudansien .ttl {
    border-right: 1px solid #ccc;
    margin-right: 16px;
    padding-right: 16px;
    white-space: nowrap;
    color: #084b83;
    font-weight: 500;
}

#soudansien .worklist {
    display: flex;
    justify-content: space-between;
}
#soudansien .workbox {
    display: block;
    width: calc(33.33% - 16px);
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
}
#soudansien .workbox .workphoto {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
#soudansien .workbox .workphoto img {
    transition: 0.2s all;
}
#soudansien .workbox:hover .workphoto img {
    transform: scale(1.1);
}
#soudansien .workbox .ic-arrow-right01 {
    display: inline-block;
    color: #42bfdd;
    width: 1em;
    margin-right: 0.75em;
    line-height: 1.1;
    transition: 0.2s all;
}
#soudansien .workbox:hover .ic-arrow-right01 {
    margin-left: 0.25em;
    margin-right: 0.5em;
}

@media screen and (max-width:1020px) {   
    #soudansien .worklist {
        flex-wrap: wrap;
    }
    #soudansien .workbox {
        width: 100%;
        max-width: 590px;
        padding: 32px;
        margin: 0 auto 1em;
    }
}

@media screen and (max-width:750px) { 
    #soudansien .ttlwrap {
        display: block;
        margin-bottom: 36px;
    }
    #soudansien .ttl {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        white-space: nowrap;
        color: #084b83;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0.25em;
    }
    #soudansien .workbox .workphoto {
        margin-bottom: 24px;
    }
}



/*--------------------------------------------------------------------------------
  療育施設
--------------------------------------------------------------------------------*/

#ryoikushisetsu {
    padding: 48px 36px 36px;
    border-radius: 12px;
    background-color: #f0f6f6;
}

#ryoikushisetsu .ttlwrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
}
#ryoikushisetsu .ttl {
    margin-right: 16px;
    padding-right: 16px;
    white-space: nowrap;
    color: #084b83;
    font-weight: 500;
}

#ryoikushisetsu .shisetsulistwrap {
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

#ryoikushisetsu .shisetsulist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

#ryoikushisetsu .shisetsubox {
    width: 50%;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
}
#ryoikushisetsu .shisetsubox:nth-child(odd) {
    padding-right: 32px;
}
#ryoikushisetsu .shisetsubox:nth-child(even) {
    padding-left: 32px;
}
#ryoikushisetsu .shisetsubox:nth-child(even):after {
    background-color: #edebe2;
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: calc(100%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#ryoikushisetsu .shisetsubox:nth-child(n+3) {
    margin-top: 48px;
}
#ryoikushisetsu .shisetsubox:nth-child(2n+3):before {
    content: '';
    display: block;
    height: 1px;
    background: #edebe2;
    width: 200%;
    position: absolute;
    left: 0;
    top: -24px;
}

#ryoikushisetsu .shisetsubox a {
    display: flex;
    justify-content: space-between;
    color: inherit;
    text-decoration: none;
}

#ryoikushisetsu .shisetsubox .shisetsuphoto {
    width: 160px;
    border-radius: 8px;
    overflow: hidden;
}
#ryoikushisetsu .shisetsubox a .shisetsuphoto img {
    transition: 0.2s all;
}
#ryoikushisetsu .shisetsubox a:hover .shisetsuphoto img {
    transform: scale(1.1);
}
#ryoikushisetsu .shisetsubox .shisetsudesc {
    width: calc(100% - 160px - 1em);
    text-align: left;
}
#ryoikushisetsu .shisetsubox .shisetsudesc h3 {
    margin-bottom: 0.5em;
    line-height: 1.4;
}
#ryoikushisetsu .shisetsubox a .shisetsudesc .ic-arrow-right01 {
    display: inline-block;
    width: 1em;
    margin-right: 0.75em;
    line-height: 1.1;
    transition: 0.2s all;
}
#ryoikushisetsu .shisetsubox a:hover .shisetsudesc .ic-arrow-right01 {
    margin-left: 0.25em;
    margin-right: 0.5em;
}

@media screen and (max-width:1020px) {   
    #ryoikushisetsu .shisetsulistwrap {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
        padding: 0;
    }
    #ryoikushisetsu .shisetsubox {
        width: 100%;
        padding: 32px;
        border-bottom: 1px solid #edebe2;
    }
    #ryoikushisetsu .shisetsubox:last-child {
        border-bottom: none;
    }
    #ryoikushisetsu .shisetsubox:nth-child(even):after {
        display: none;
    }
    #ryoikushisetsu .shisetsubox:nth-child(n+3) {
        margin-top: 0;
    }
    #ryoikushisetsu .shisetsubox:nth-child(2n+3):before {
        display: none;
    }

    #ryoikushisetsu .shisetsubox a {
        flex-wrap: wrap;
    }

    #ryoikushisetsu .shisetsubox .shisetsuphoto {
        width: 100%;
        margin-bottom: 1em;
    }
    #ryoikushisetsu .shisetsubox .shisetsudesc {
        width: 100%;
    }
}

@media screen and (max-width:750px) { 
    #ryoikushisetsu .ttlwrap {
        display: block;
        margin-bottom: 36px;
    }
    #ryoikushisetsu .ttl {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        white-space: nowrap;
        color: #084b83;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0.25em;
    }
}


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

  お知らせ
  
----------------------------------------------------------------------------------------------------*/

#info {
    position: relative;
    text-align: left;
    padding-top: 1em;
}

#info .ttl {
    color: #084b83;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding: 0 .5em;
    height: 2em;
    margin-bottom: 1em;
}

#info .Info__select {
    position: absolute;
    right: 0;
    top: 1em;
}

#info .Select__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
}
#info .Select__tab .Select__item {
    height: 3em;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    border: 1px solid #ccc;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #f5f5f5;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out
}
#info .Select__tab .Select__item:not(:first-of-type) {
    margin-left: 8px
}
#info .Select__tab .Select__item.-active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    cursor: default;
    pointer-events: none
}
#info .Select__tab .Select__item:not(.-active):hover {
    background-color: #fff
}

#info .NewsList {
    margin-top: -1.5em;
}
@media screen and (max-width:750px) {
    #info .NewsList {
        margin-top: 0;
    }
}

#info .NewsList:not(:first-child) {
    border-top: 1px dashed #ccc;
}

#info .MainContTtl+.NewsList {
    border-top: none;
}

#info .NewsList li {
    list-style: none;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

#info .MainContTtl+.NewsList li {
    border-bottom: 1px dashed #ccc
}

#info .AccordionList__cont .NewsList li:last-of-type {
    border-bottom: none
}

#info .NewsList li.-hide {
    display: none
}

#info .NewsList li .-notLink,
#info .NewsList li a {
    text-decoration: none;
    display: block
}

#info .NewsList li a,
#info .NewsList li .nolink {
    color: inherit;
    display: flex;
    padding: 24px;
}
#info .NewsList li a:hover {
    color: #42bfdd;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

#info .NewsList__date {
    display: block;
    width: 8em;
    color: #888888;
}

#info .NewsList__txt {
    display: block;
    width: calc(100% - 8em);
}

#info .p-gLink::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url("../image/icon/new-page.png") no-repeat center;
  background-size: contain;
}

#info .NewsList__txt .icon {
  position: absolute
}

#info .NewsTab__item {
  display: none
}

#info .NewsTab__item.-active {
  display: block
}

#info .NotNews {
  margin-top: 24px
}

#info .BorderBox .NotNews {
  margin-top: 0
}

#info .Info__newsBtn {
    margin-top: 1.5em;
    padding-right: 1em;
    text-align: right;
}
#info .Info__newsBtn a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s all;
}
#info .Info__newsBtn a:hover {
    color: #42bfdd;
}
#info .ic-arrow-right01 {
    display: inline-block;
    width: 1em;
    margin-right: 0.75em;
    line-height: 1.1;
    transition: 0.2s all;
}

#info .news-err {
    margin-top: 1em;
}

#info .Info__newsBtn a:hover .ic-arrow-right01 {
    margin-left: 0.25em;
    margin-right: 0.5em;
}

@media screen and (max-width:750px) {     
    #info .ttl {
        color: #084b83;
        font-weight: 500;
        line-height: 1;
        border-bottom: none;
        padding: 0 .5em;
        height: 2em;
        margin-bottom: 0;
    }

    #info .Info__select {
        position: static;
        border-bottom: 1px solid #ccc;
    }
    
    #info .Select__tab {
        padding-right: 0;
    }
    #info .Select__tab .Select__item {
        height: 3em;
        cursor: pointer;
        border-radius: 8px 8px 0 0;
        border: 1px solid #ccc;
        border-bottom: none;
        width: calc(33.33% - 8px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-color: #f5f5f5;
        -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
        transition: background-color .3s ease-out, border-color .3s ease-out
    }
    #info .Select__tab .Select__item:not(:first-of-type) {
        margin-left: 12px
    }
}


/*--------------------------------------------------------------------------------
  重要なお知らせ
--------------------------------------------------------------------------------*/

.corona-hd {
  background-color:#ed5d5d;
  color:#fff;
  border-radius:4px 4px 0 0;
  line-height:1.4;
  padding:1.25rem 1.5rem;
}

.corona-body {
  border-left:2px solid #ed5d5d;
  border-right:2px solid #ed5d5d;
  border-bottom:2px solid #ed5d5d;
  border-radius:0 0 4px 4px;
  line-height:1.4;
}

.corona-body ul {
  list-style:none;
}

.corona-body li:not(:last-child) {
  border-bottom:1px solid #dcdcdc;
}

.corona-body li.js__linkBox {
  position:relative;
  background-image:url(../image/icon/ar_gray.png);
  background-position:right 1.25rem center;
  background-repeat:no-repeat;
  background-size:auto 1.4rem;
  padding-right:3.5rem !important;
}

.ua-pc .corona-body li.js__linkBox {
  transition:background 0.1s ease, color 0.1s ease;
}

.ua-pc .corona-body li.js__linkBox:hover {
  background-image:url(../image/icon/ar_lblue.png);
  background-color:#fafafa;
}

.corona-body li a,
.corona-body li a:visited
.corona-body li a:hover,
.ua-pc .corona-body li a:hover { text-decoration:none; }

@media print,screen and (min-width:751px) {
  .corona-hd {
    font-size:1.1em;
  }

  .corona-body li {
    padding:1.5rem 1.75rem;
  }
}

@media screen and (max-width:750px) {
  .corona-hd {
    padding:0.7em 0.75em;
  }

  .corona-body li {
    padding:1.5rem;
  }
}



