@charset "UTF-8";

/* CSS Document */
/************************************************************
 inner
************************************************************/
.inner_820 {
  max-width: 820px;
  margin: 0 auto;
}




/************************************************************
 パンくずリスト
************************************************************/

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 1.1rem;
  line-height: 1;
  padding: 220px 0 13px;
}

@media only screen and (max-width: 750px) {
  .bread {
    padding: 28vw 0 13px;
  }
}

.bread li:not(:last-child)::after {
  content: ">";
  padding-left: 0.5vw;
}

.bread li:not(:first-child) {
  padding-left: 0.5vw;
}




/************************************************************
 見出し
************************************************************/

h1,
h3,
h4,
h5,
h6,
h7 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

h1 {
  text-align: left;
  font-size: 2.7rem;
  background-image: url("../../common/img/dot_l.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 11px 11px;
  padding: 20px 0 15px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 5.8vw;
    margin-bottom: 30px;
  }
}

h1 img {
  width: 35px;
  vertical-align: middle;
}

h1 span {
  padding: 0 0 0 10px;
  vertical-align: middle;
  color:#5e8a15;
}


h2.h201 {
  text-align: left;
  font-size: 2.2rem;
  border-left: solid 8px #D5E880;
  padding: 5px 0 5px 10px;
  margin-bottom: 40px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 750px) {
  h2.h201 {
    margin-bottom: 8%;
    font-size: 5.2vw;

  }
}

h3.h301 {
  text-align: center;
  font-size: 2.4rem;
  padding: 5px 0 5px 10px;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0.3rem;
}

@media only screen and (max-width: 750px) {
  h3.h301 {
    margin-bottom: 25px;
    font-size: 5vw;

  }
}

h3.h302 {
  text-align: left;
  color: #000;
  font-size: 2.0rem;
  background-image: url("../../common/img/dot_l.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 8px 8px;
  padding: 5px 0 20px 20px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 750px) {
  h3.h302 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 5vw;
    padding: 20px 0 20px 0;
  }
}

h3.h303 {
  text-align: left;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 5px 0 0 0;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

h3.h303:before {
  content: "●";
}

@media only screen and (max-width: 750px) {
  h3.h303 {
    margin-bottom: 8px;
  }
}

h4.h401 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: normal;
  padding: 15px 0;
  line-height: 1;
  letter-spacing: 0.3rem;
  color: #fff;
  background-color: #42b486;
}

@media only screen and (max-width: 750px) {
  h4.h401 {
    font-size: 4.6vw;
  }
}

h5.h501 {
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  background-color: #ddf2ea;
  width: 50%;
}

@media only screen and (max-width: 750px) {
  h5.h501 {
    padding: 10px 0;
    margin-bottom: 20px;
    width: 50%;
    font-size: 4.2vw;
  }
}

#homecare_flow>ul>li:last-of-type h5.h501 {
  width: 100%;
}


/************************************************************
 共通パーツ
************************************************************/


/***********************************
 p.comment_01
***********************************/
p.comment_01 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #009a5c;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  align-items: center;
  text-align: center;
  width: 70%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 750px) {
  p.comment_01 {
    width: 100%;
    font-size: 5vw;
    margin: 70px auto 120px;
  }
}

p.comment_01:before,
p.comment_01:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #009a5c;
  display: block;
}

p.comment_01:before {
  margin-right: .4em;
}

p.comment_01:after {
  margin-left: .4em;
}


/***********************************
 .link_01
***********************************/

.link_01::before {
  content: url(../../common/img/ico_link.svg);
  display: inline-block;
  width: 10px;
  margin-right: 5px;

}



/***********************************
 ul.box_02
***********************************/

ul.box_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  ul.box_02 {
    display: block;
  }
}

ul.box_02>li {
  width: 28%;
  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: 400px;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 750px) {
  ul.box_02>li {
    width: 90%;
    padding: 10px;
    margin: 0 auto 20px;
  }
}

ul.box_02>li p {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1.7rem;
  font-weight: bold;
}

ul.box_02 li div {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  height: 220px;
}

@media only screen and (max-width: 750px) {
  ul.box_02>li div {
    height: auto;
  }
}


/***********************************
 ul.box_03
***********************************/

ul.box_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  ul.box_03 {
    display: block;
  }
}

ul.box_03 li {
  width: 30%;
  text-align: center;
  margin-right: 2%;
}

ul.box_03 li:nth-child(5) > p.text{
  text-align: start;
}

@media only screen and (max-width: 750px) {
  ul.box_03 li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

ul.box_03 li p.title {
  margin-bottom: 20px;
  padding: 3px;
  font-weight: bold;
  background-color: #D5E880;
  font-size: 2.0rem;
}

ul.box_03 li img {
  width: 90%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  ul.box_03 li img {
    margin-bottom: 10px;
  }
}

/*
ul.box_03 li p.text {
  margin-bottom: 80px;
}
*/

@media only screen and (max-width: 750px) {
  ul.box_03 li p.text {
    margin-bottom: 50px;
  }
}

p.image {
  margin-bottom: 0;
}

p.image2 {
  margin-bottom: 0;
}

/***********************************
 ul.box_04
***********************************/

ul.box_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  ul.box_04 {
    display: block;
  }
}

ul.box_04 li {
  width: 30%;
  text-align: center;
}

ul.box_04 li:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 750px) {
  ul.box_04 li:nth-of-type(4n) {
    margin-right: auto;
  }
}

@media only screen and (max-width: 750px) {
  ul.box_04 li {
    width: 90%;
    margin: 0 auto 20px;
  }
}

ul.box_04 li p.title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #009a5c;
  font-weight: bold;
  margin-bottom: 7px;
  padding: 0 0 20px;
  background-image: url("../../assets/img/about/community/deco_activity.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.9rem;
  line-height: 1;
  height: 40px;
  display: table;
  width: 100%;
}

ul.box_04 li p.title span {
  display: table-cell;
  vertical-align: middle;
}

ul.box_04 li img {
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  ul.box_04 li img {
    margin-bottom: 10px;
  }
}

ul.box_04 li p.text {
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (max-width: 750px) {
  ul.box_04 li p.text {
    margin-bottom: 15%;
  }
}

/***********************************
 ul.box_05
***********************************/
ul.box_05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  ul.box_05 {
    display: block;

  }
}

ul.box_05 li {
  width: 30%;
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  ul.box_05 li {
    width: 90%;
    margin: 0 auto 10%;
    line-height: 1.5;

  }
}




/***********************************
 .about_box
***********************************/


.about_box {
  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: 400px;
  padding: 30px 50px;
}

@media only screen and (max-width: 750px) {
  .about_box {
    padding: 20px 10px;
  }
}

.about_box>div {
  padding: 0 20px;
}

@media only screen and (max-width: 750px) {
  .about_box>div {
    padding: 0 5%;
  }
}

.about_box figure {
  float: left;
  margin: 0 30px 40px 0;
  width: 160px;
}

@media only screen and (max-width: 750px) {
  .about_box figure {
    margin: 0 auto 20px;
    width: 65%;
    float: none;
  }
}

.about_box p {
  margin-bottom: 0px;
  word-wrap: break-word;

}






/************************************************************
 news_innerページ
************************************************************/
#wrapper.news_inner {
  margin: 0;
}

.news_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-top: 2px dashed #a8a8a8;
}

.news_inner ul:first-of-type {
  border-top: none;
}

@media only screen and (max-width: 750px) {
  .news_inner ul {
    display: block;
  }
}

.news_inner ul li.date {
  font-weight: bold;
  width: 30%;
}

@media only screen and (max-width: 750px) {
  .news_inner ul li.date {
    width: 100%;
  }
}


.news_inner ul li.content {
  width: 70%;
}


.iframe_news .news_inner ul {
  font-size: 1.5rem;
}

.iframe_news {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 500px;
  margin: 0 auto 30px;

}

@media only screen and (max-width: 750px) {
  .iframe_news {
    width: 100%;
  }
}

.iframe_news iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/************************************************************
 home_healthcare/indexページ
************************************************************/

/***********************************
 #homecare_hero
***********************************/
#homecare_hero div.bg {
  position: relative;
  margin-bottom: 30px;
  height: 35vw;
}

@media only screen and (max-width: 750px) {
  #homecare_hero div.bg {
    height: 120vw;
    margin-bottom: 30px;
  }
}

#homecare_hero div.bg>div {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #homecare_hero div.bg>div {
    width: 100%;

  }
}


/***********************************
 bxslier上書き
***********************************/

.bx-wrapper {
  /*  position: relative;*/
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

/*.bx-viewport{
 overflow: visible!important;
}
*/
@media only screen and (max-width: 750px) {
  .bx-wrapper {
    padding-top: 10vw;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 0;
  top: 32vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -16px;
  outline: 0;
  width: 5vw;
  height: 5vw;
  text-indent: -9999px;
  z-index: 0;
}

@media only screen and (max-width: 750px) {
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 0;
    top: 75vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -16px;
    outline: 0;
    width: 18vw;
    height: 18vw;
  }
}

.bx-wrapper .bx-prev {
  display: none;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../bxslider/images/tap.png") no-repeat 0;
  background-size: contain;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}


.bx-wrapper .bx-pager {
  display: none;
}

/***********************************
 訪問診療の流れ
***********************************/

#homecare_flow>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul {
    display: block;
  }
}

#homecare_flow>ul>li {
  width: 49%;
  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: 400px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul>li {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#homecare_flow>ul>li p {
  text-align: left;
}

#homecare_flow>ul>li>div {
  background-color: #fff;
  padding: 20px 30px 5px;
  text-align: center;
  margin: 20px 20px 5px;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul>li>div {
    padding: 20px 15px 5px;
    margin: 5% 4% 4%;
  }
}

#homecare_flow>ul>li>div:nth-of-type(2) {
  margin: 5px 20px 20px;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul>li>div:nth-of-type(2) {
    margin: 5% 4% 4%;
  }
}

#homecare_flow>ul>li:last-child>div {
  margin: 20px 20px 20px;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul>li:last-child>div {
    margin: 5% 4% 4%;
  }
}

#homecare_flow>ul>li>img {
  width: 10%;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #homecare_flow>ul>li>img {
    width: 15%;
  }
}

#homecare_flow>ul>li>p {
  padding: 0 20px;
}




/************************************************************
 about/indexページ
************************************************************/


.about dl {
  line-height: 1.2;
}

.about dt {
  float: left;
  width: 15%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  .about dt {
    width: 30%;
  }
}

.about dt::before {
  content: "・";
}

.about dd {
  margin-left: 5%;
  width: 68%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 750px) {
  .about dd {
    margin-left: 33%;
  }
}






/************************************************************
 about/staffページ
************************************************************/

.staff_00 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 750px) {
  .staff_00 {
    margin-bottom: 20%;
  }
}

.staff_00 ul.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile {
    display: block;
  }
}

.staff_00 ul.profile>li:nth-child(2),
.staff_00 ul.profile>li:nth-child(3) {
  width: 21%;
}

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

  .staff_00 ul.profile>li:nth-child(2),
  .staff_00 ul.profile>li:nth-child(3) {
    width: 100%;
  }
}

#staff_01.staff_00 ul.profile>li:nth-child(2),
#staff_01.staff_00 ul.profile>li:nth-child(3),
#staff_03.staff_00 ul.profile>li:nth-child(2),
#staff_03.staff_00 ul.profile>li:nth-child(3) {
  width: 26.5%;
}

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

  #staff_01.staff_00 ul.profile>li:nth-child(2),
  #staff_01.staff_00 ul.profile>li:nth-child(3),
  #staff_03.staff_00 ul.profile>li:nth-child(2),
  #staff_03.staff_00 ul.profile>li:nth-child(3) {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.staff_00 ul.profile>li:not( :first-child)>ul {
  font-size: 1.3rem;
}

.staff_00 ul.profile>li:not( :first-child)>ul>li:first-of-type {
  text-align: center;
  margin-bottom: 5px;
  padding: 3px;
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li:not( :first-child)>ul>li:first-of-type {
    margin-bottom: 3px;
  }
}

.staff_00 ul.profile>li:nth-of-type(n+2)>ul>li {
  background-color: #ddf2ea;
  padding: 10px;
}

.staff_00 ul.profile li.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ddf2ea;
  width: 45%;
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile li.name {
    width: 100%;
  }
}

.staff_00 ul.profile>li.name>div:first-of-type {
  width: 45%;
  background-image: url("../../assets/img/about/staff/ph_staff_02.png");
  background-repeat: no-repeat;
  background-size: cover;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name>div:first-of-type {
    width: 50%;
  }
}

.staff_00 ul.profile>li.name>div:last-of-type {
  width: 55%;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name>div:last-of-type {
    width: 50%;

  }
}

.staff_00 ul.profile>li.name p.role {
  background-color: #009a5c;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8px 12px;
  display: inline-block;
  letter-spacing: 3px;
  margin: 25px 0 15px 15px;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name p.role {
    font-size: 3vw;
    margin: 15px 0 10px 15px;
    padding: 5px 12px;
    border-radius: 5px;
  }
}

.staff_00 ul.profile>li.name p.name {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
  margin: 0 0 5px 15px;
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name p.name {
    font-size: 5.4vw;
  }
}

.staff_00 ul.profile>li.name p.name span {
  font-size: 1.2rem;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name p.name span {
    font-size: 3vw;
    display: block;
    margin-top: 5px;
  }
}

.staff_00 ul.profile>li.name p.position {
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin: 0 0 0 15px;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li.name p.position {
    font-size: 3.3vw;
    margin: 0 0 10px 15px;
  }
}


.staff_00 ul.profile>li:nth-of-type(4) {
  width: 10%;
}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile>li:nth-of-type(4) {
    width: 100%;
  }
}

.staff_00 ul.profile li:nth-of-type(n+2) ul li:last-of-type {
  height: 90px;

}

@media only screen and (max-width: 750px) {
  .staff_00 ul.profile li:nth-of-type(n+2) ul li:last-of-type {
    height: auto;
  }
}

.lh18 {
  line-height: 1.8;
}


#staff_01 ul.profile>li.name>div:first-of-type {
  width: 45%;
  background-image: url("../../assets/img/about/staff/ph_staff_01.png");
  background-repeat: no-repeat;
  background-size: cover;

}

#staff_02 ul.profile>li.name>div:first-of-type {
  width: 45%;
  background-image: url("../../assets/img/about/staff/ph_staff_02.png");
  background-repeat: no-repeat;
  background-size: cover;

}

#staff_03 ul.profile>li.name>div:first-of-type {
  width: 45%;
  background-image: url("../../assets/img/about/staff/ph_staff_03.png");
  background-repeat: no-repeat;
  background-size: cover;

}

#staff_04 ul.profile>li.name>div:first-of-type {
  width: 45%;
  background-image: url("../../assets/img/about/staff/ph_staff_04.png");
  background-repeat: no-repeat;
  background-size: cover;

}

#staff_04 ul.profile {
  height: 144px;
}

@media only screen and (max-width: 750px) {
  #staff_04 ul.profile {
    height: 113px;
  }

  #staff_04 ul.profile>li.name p.position {
    line-height: 1.3;
    letter-spacing: 2px;
  }
}

.staff dl {
  line-height: 1.2;
}

@media only screen and (max-width: 750px) {
  .staff dl {
    line-height: 1.6;
  }
}

.staff dt {
  float: left;
  margin-left: 3%;
  width: 35%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  .staff dt {
    margin-left: 0;
    width: 30%;
    margin-bottom: 0;
  }
}

.staff #staff_01 dt {
  margin-bottom: 0;
}

.staff dd {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .staff dd {
    margin-left: 33%;
    width: auto;

    margin-bottom: 0;
  }
}



/***********************************
 アンカーリンク
***********************************/

div.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 70px;
}

@media only screen and (max-width: 750px) {
  div.anchor {
    width: 100%;
    display: block;
  }
}

div.anchor>a {
  width: 32%;
}

@media only screen and (max-width: 750px) {
  div.anchor>a {
    margin-bottom: 15px;
  }
}

.btn_04 {
  color: #009a5c;
  background-color: #fff;
  border-radius: 10px;
  border: solid 2px #009a5c;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 10px;
  padding: 7px;
}

@media only screen and (max-width: 750px) {
  .btn_04 {
    width: 80%;
    padding: 5px;
  }
}

.btn_04:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.btn_04 img {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  .btn_04 img {
    width: 20%;
  }
}

.btn_04 p {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 2.0rem;

}

.btn_04 p::before {
  content: url(../../common/img/ico_link.svg);
  display: inline-block;
  width: 15px;
  margin-right: 5px;

}

.anchor a:link {
  color: #009a5c;
}

.anchor a:visited {
  color: #009a5c;
}

.anchor a:active {
  color: #009a5c;
}


.btn_04 p span {
  font-size: 1.4rem;
}





/************************************************************
 about/communityページ
************************************************************/
.community p.text_01 {
  margin-bottom: 35px;
}

.community .about_box p {
  margin-bottom: 20px;
}








/************************************************************
 home_healthcare/indexページ
************************************************************/






/************************************************************
 home_healthcare/careplan_centerページ
************************************************************/

.cpc ul.box_03 li:nth-of-type(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 750px) {
  .cpc ul.box_03 li:nth-of-type(4n) {
    margin-right: auto;
  }
}




/************************************************************
 home_healthcare/nursingページ
************************************************************/

.nursing ul.box_03 {
  width: 100%;
  margin-bottom: 30px;
}

.nursing ul.box_03 li {
  margin-bottom: 50px;
  width: 31%;
  margin-right: 3%;
}

@media only screen and (max-width: 750px) {
  .nursing ul.box_03 li {
    width: 90%;
    margin-right: auto;
  }
}

.nursing ul.box_03 li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 750px) {
  .nursing ul.box_03 li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.nursing ul.box_03 li img {
  width: 65%;
  margin-bottom: 10px;

}

.nursing ul.box_03 li p.text {
  margin-bottom: 5px;
  text-align: left;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.nursing ul.box_03 li p.text::before {
  content: "・";
}

.nursing div {
  margin-bottom: 80px;
}

@media only screen and (max-width: 750px) {
  .nursing div {
    margin-bottom: 15%;
  }
}

/************************************************************
 home_healthcare/faqページ
************************************************************/

/***********************************
 アコーディオンメニュー
***********************************/



/*アコーディオン全体*/
.faq_menu {
  width: 100%;

}

.faq_menu input {
  display: none;
  /*チェックボックスを隠す*/
}

/*バー部分*/
.faq_menu label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #009a5c;
  position: relative;
  margin: 0 0 40px;

  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: 400px;
  border-radius: 13px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2;
  height: 80px;
}

@media only screen and (max-width: 750px) {
  .faq_menu label {
    height: auto;
    margin: 0 0 30px;
    padding: 60px 0;
  }
}

#q1,
#q2,
#q3,
#q4,
#q5,
#q6,
#q7,
#q8 {
  margin-top: -160px;
  padding-top: 160px;
}

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

  #q1,
  #q2,
  #q3,
  #q4,
  #q5,
  #q6,
  #q7,
  #q8 {
    margin-top: -17vw;
    padding-top: 17vw;
  }
}

/*開いたときに表示される部分*/
.faq_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}

.faq_menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s;
  /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li,
#menu_bar04:checked~#links04 li,
#menu_bar05:checked~#links05 li,
#menu_bar06:checked~#links06 li,
#menu_bar07:checked~#links07 li,
#menu_bar08:checked~#links08 li {
  height: auto;
  /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #ffffff;
  border: solid 2px #ececec;
  border-radius: 13px;
  padding: 3%;
}

/*開いたときの下の余白*/
#menu_bar01:checked~#links01 li:last-child,
#menu_bar02:checked~#links02 li:last-child,
#menu_bar03:checked~#links03 li:last-child,
#menu_bar04:checked~#links04 li:last-child,
#menu_bar05:checked~#links05 li:last-child,
#menu_bar06:checked~#links06 li:last-child,
#menu_bar07:checked~#links07 li:last-child,
#menu_bar08:checked~#links08 li:last-child {
  margin-bottom: 50px;

}

/*閉じた状態の矢印描画*/
.faq_menu label:after {
  content: "";

  /*  display:block;*/
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../../common/img/ico_link.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;

  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 5%;
  top: 18px;
  bottom: 15%;
  margin: auto;
}

/*開いた状態の矢印描画*/
.faq_menu input[type=checkbox]:checked+label:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../../common/img/ico_link.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 5%;
  top: 0%;
  bottom: 0;
  margin: auto;
}


.faq_menu .ico_faq {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

@media only screen and (max-width: 750px) {
  .faq_menu .ico_faq {
    width: 20%;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
}

.faq_menu .ico_faq img {
  -webkit-filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.2));
}

.faq_menu .question {
  width: 70%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 18%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.faq_menu .question p {
  margin-bottom: 0;
  font-size: 1.9rem;
}

@media only screen and (max-width: 750px) {
  .faq_menu .question {
    display: block;
    width: 60%;
    left: 27%;

  }
}

.faq_menu .anser figure {
  float: left;
  margin: 0 30px 10px 0;
  width: 100px;
}

@media only screen and (max-width: 750px) {
  .faq_menu .anser figure {
    margin: 0 5% 5% 0;
    width: 20%;
  }
}

.faq_menu .anser figure img {
  -webkit-filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.2));
}

.faq_menu .anser p {
  margin-bottom: 30px;
  word-wrap: break-word;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .faq_menu .anser p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.faq_menu .anser p:last-of-type {
  margin-bottom: 0;

}






/************************************************************
 consultation/indexページ
************************************************************/
.consultation .box_02>li>div {
  padding-left: 1em;
  text-indent: -1em;
  padding-left: 30px;
  line-height: 1.4;
}

.consultation .box_02>li>div>ul>li {
  padding-bottom: 5px;
}

.consultation ul.box_02 li div {
  height: 250px;
}

@media only screen and (max-width: 750px) {
  .consultation ul.box_02 li div {
    height: auto;
  }
}


/************************************************************
 outpatient_service/indexページ
************************************************************/

.outpatient ul.cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

@media only screen and (max-width: 750px) {
  .outpatient ul.cont01 {
    display: block;
  }
}

.outpatient ul.cont01>li:first-of-type {
  width: 55%;
}

@media only screen and (max-width: 750px) {
  .outpatient ul.cont01>li:first-of-type {
    width: 100%;
    margin-bottom: 20px;

  }
}

.outpatient ul.cont01>li:last-of-type {
  width: 42%;
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 750px) {
  .outpatient ul.cont01>li:last-of-type {
    width: 90%;
  }
}

table.timetable {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;

}

@media only screen and (max-width: 750px) {
  table.timetable {
    font-size: 4vw;
    line-height: 1.5;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;

  }
}

table.timetable th {
  background-color: #c9eadd;
  border: solid #fff 1px;
  padding: 20px 10px;
}

@media only screen and (max-width: 750px) {
  table.timetable th {
    padding: 20px 0;
  }
}

table.timetable td {
  background-color: #eeeeee;
  border: solid #fff 1px;
  padding: 20px 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  table.timetable td {
    padding: 10px 0;
  }
}

table.timetable td img {
  width: 20px;
}

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

  table.timetable th:first-of-type,
  table.timetable td:last-of-type {
    width: 30%;
  }
}





/************************************************************
 access/indexページ
************************************************************/
.access .cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .access .cont01 {
    display: block;
    margin-bottom: 10%;
  }
}

.access .cont01 div.gmap {
  position: relative;
  width: 52%;
  height: 0;
  padding-top: 30%;
}

.access .cont01 div.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 750px) {
  .access .cont01 div.gmap {
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin-bottom: 20px;
  }
}

.access .cont01 div.address {
  width: 44%;
}

@media only screen and (max-width: 750px) {
  .access .cont01 div.address {
    width: 100%;
  }
}

.access .cont01 div.address>p {
  line-height: 1.5;
}

.access .cont01 div.address>p span {
  color: #737373;
  font-weight: bold;
  display: block;
}

.outimg {
	width: 385px;
	height: auto;
	margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .outimg {
    width: 100%;
	height: 100%;
	margin-bottom: 25%;
  }
}




/************************************************************
 sitemapページ
************************************************************/

.sitemap h3.h303 {
  padding: 5px 0 0 0;
  margin-bottom: 20px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

@media only screen and (max-width: 750px) {
  .sitemap h3.h303 {
    margin-bottom: 8px;
  }
}

.sitemap h3.h303:before {
  content: "●";
  padding-right: 5px;
}


.sitemap h3.h303 a {
  text-decoration: underline;
}

.sitemap h3.h303 a:link {
  color: #009a5c;
}

.sitemap h3.h303 a:visited {
  color: #009a5c;
}

.sitemap h3.h303 a:active {
  color: #009a5c;
}


.sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 20px;
}

@media only screen and (max-width: 750px) {
  .sitemap ul {
    display: block;
  }
}

.sitemap ul>li {
  margin-right: 80px;
}

@media only screen and (max-width: 750px) {
  .sitemap ul>li {
    line-height: 2.5;
  }
}

.sitemap ul.sitemap_ul_02>li {
  margin-right: 4%;
  width: 30%;
}

@media only screen and (max-width: 750px) {
  .sitemap ul.sitemap_ul_02>li {
    margin-right: 0;
    width: 100%;
  }
}

.sitemap ul.sitemap_ul_02>li:last-child {
  margin-right: 0;
}


.sitemap ul>li>a::before {
  content: url(../../common/img/ico_link.svg);
  display: inline-block;
  width: 10px;
  margin-right: 5px;

}