@charset "utf-8";
/* CSS Document */
/*---------------------------------------------
sub nav
---------------------------------------------*/
.sub-nav ul {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .sub-nav ul li {
    margin: 0 16px 0 0;
  }
}
/*---------------------------------------------
main
---------------------------------------------*/
h3 {
  background-color: #F0928F;
  color: #fff;
  text-align: center;
  margin: 30px 0 15px;
  font-size: 120%;
  padding: 2px 0;
  font-family: "Sawarabi Gothic";
}
#kangobu p {
  margin-left: 30px;
  line-height: 1.75;
  letter-spacing: -.001em;
}
#main section {
  border-bottom: #ccc solid 1px;
  margin: 0 auto 40px;
  max-width: 1100px;
  padding-bottom: 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #main section {
    padding-bottom: 0;
  }
}
#main section#contents01 {
  border-bottom: none;
  padding-bottom: 0;
}
#main section .txt {
  letter-spacing: 0;
}
#main section dl dt {
  font-size: 1.8rem;
}
#main section dl dd {
  line-height: 1.75;
}
#main section .box-wrap {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main section .box-wrap {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
#main section .box-wrap dl {
  /*                width: 60%;*/
  width: 100%;
}
@media screen and (max-width: 767px) {
  #main section .box-wrap dl {
    width: 100%;
  }
}
#main section .box-wrap dl dd .txt.last {
  margin-bottom: 0;
}
#main section .box-wrap .img img {
  display: block;
}
#main section .box {
  margin-bottom: 30px;
}
#main section .box.flex {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#main section .box.flex .img {
  width: 54.546%;
}
#main section .contents {
  margin-bottom: 80px;
}
#main section .contents.flow .box {
  -ms-flex-align: center;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  align-items: center;
  align-items: stretch;
  border-bottom: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#main section .contents.flow .box .num-ttl {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-right: #ccc solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  width: 13%;
}
#main section .contents.flow .box .txt-box {
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
}
#main section .contents.flow .box .img {
  background: #ccc;
  height: 240px;
  width: 360px;
}
#main #contents05 {
  border-bottom: none;
}
#rehabili section {
  margin-top: -100px;
  padding-top: 100px;
}
#footer {
  border-top: #e5e5e5 solid 1px;
}
p.img.photo {
  width: 90%;
  margin: 30px 0;
  max-width: 180px;
  text-align: center;
}
p.img.photo img {
  margin-bottom: 10px;
}
span.name1 {
  font-size: 80%;
}
span.name2 {
  font-size: 120%;
}
p.title {
  color: #F0928F;
  font-size: 130%;
  font-weight: normal;
  margin-bottom: 8px;
  letter-spacing: 0;
}
#kangobu td {
  position: relative;
  background: #fef2f2;
  padding: 20px 15px 30px;
  border-bottom: #fff 2px solid;
}
#kangobu td img {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 26.43%;
}
#kangobu th {
  background: #f3a49f;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  border-bottom: #fff 2px solid;
  width: 20%;
}
#kangobu tr:first-child th, #kangobu tr:nth-child(4) th, #kangobu tr:last-child th {
  background: #f0928f;
}
#kangobu tr:first-child td, #kangobu tr:nth-child(4) td, #kangobu tr:last-child td {
  background: #fce9e8;
}
#kangobu li {
  list-style: decimal;
  margin-left: 60px;
}
.shikaku {
  display: flex;
}
#kangobu p.kakko {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
p.kakko:before {
	content: url("/wp/wp-content/themes/tanoue/images/nursing/kango_arrow.svg");
	width: 20px;
	padding-right: 15px;
	padding-top: 8px;
}
.gyomu {
  display: flex;
  justify-content: space-between;
  margin: 40px 10% 0;
}
.gyomu p {
  text-align: center;
  margin-left: 0 !important;
}
.gyomu div {
  margin: 0 5px;
}
.intro_wrap {
  display: flex;
}
.intro_wrap_photo {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .intro_wrap {
    display: block;
    margin: 0 auto;
  }
  .intro_wrap_photo {
    width: 60%;
    margin: 0 auto;
  }
}