@charset "UTF-8";
.c-contactform {
  padding-bottom: 60px;
}

.c-contactform * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-contactform dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  background: #f5f5f5;
  border: solid 1px #ccc;
  margin-top: 0;
  margin-bottom: -1px;
}

@media screen and (max-width: 699px) {
  .c-contactform dl {
    display: block;
    border: none;
  }
}

.c-contactform dt {
  width: 200px;
  max-width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 20px 10px;
}

.c-contactform dd {
  padding: 20px;
  background: #fff;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 699px) {
  .c-contactform dd {
    display: block;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-contactform .c_ninni,
.c-contactform .c_hissu {
  position: relative;
}

.c-contactform .c_ninni::before,
.c-contactform .c_hissu::before {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
  position: relative;
  top: -2px;
}

.c-contactform .c_hissu::before {
  content: "必須";
  background: #8b0000;
}

.c-contactform .c_ninni::before {
  content: "任意";
  background: #191970;
}

.c-contactform .c_att {
  display: block;
  color: #f00;
}

.c-contactform .c_sml {
  font-size: 0.8em;
  color: #444;
}

.c-contactform input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #ccc;
  display: block;
  padding: 10px 7px;
  font-size: 16px;
  width: 100%;
}

.c-contactform select {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #ccc;
  display: block;
  padding: 9px 7px 10px;
  font-size: 16px;
  width: 100%;
}

.c-contactform textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #ccc;
  display: block;
  padding: 10px 7px;
  font-size: 16px;
  width: 100%;
}

.c-contactform .C_input_birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.c-contactform .C_input_birthday .C_input_birthday_txt {
  font-size: 0.9em;
  padding-top: 10px;
}

.c-contactform .C_input_birthday select {
  width: auto;
}

.c-contactform .C_input_birthday input {
  width: 4em;
  margin-left: 15px;
  margin-right: 10px;
}

.c-contactform .C_input_postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.c-contactform .C_input_postcode input.C_input_postcode01 {
  width: 5em;
}

.c-contactform .C_input_postcode input.C_input_postcode02 {
  width: 7em;
}

.c-contactform .C_input_postcode .C_input_postcode_txt {
  font-size: 1.2em;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.c-contactform .wpcf7-form-control-wrap {
  display: block;
}

.c-contactform .c_nest {
  background: #fff;
}

.c-contactform .c_cource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-contactform .c_cource span.wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 450px) {
  .c-contactform .c_cource {
    display: block;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
  }
}

.c-contactform .c_cource_price {
  padding-left: 10px;
  width: 100%;
  max-width: 100%;
}

.c-contactform .c_cource label {
  padding: 20px 20px;
  background: #f5f5f5;
  display: block;
  width: 180px;
  height: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 3px #f5f5f5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.c-contactform .c_cource label:hover {
  background: #d5d5d5;
  border-color: #d5d5d5;
}

.c-contactform .c_cource label input {
  display: none;
}

.c-contactform .c_cource label.s-active {
  color: #cc8800;
  border-color: #cc8800;
  background-color: #fff;
}

.c-contactform .c_guide {
  margin-top: 0;
  margin-bottom: 20px;
}

.c-contactform .c_courcewrap {
  padding: 0;
  margin: 0;
}

.c-contactform .c_btn {
  text-align: center;
  font-size: 20px;
}

.c-contactform .c_btn input {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  margin-right: 10px;
}

.c-contactform .c_btn input:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.c-contactform .c_btn .wpcf7c-btn-confirm {
  border: none;
  display: inline-block;
  background: #5c3d2b;
  font-weight: bold;
  color: #fff;
  max-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
}

.c-contactform .c_btn .wpcf7c-btn-back {
  border: none;
  display: inline-block;
  background: #e6e6e6;
  font-weight: bold;
  color: #777;
  max-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
}

.c-contactform .c_btn .wpcf7-submit {
  display: inline-block;
  background: #8b0000;
  font-weight: bold;
  color: #fff;
  max-width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
}

@media screen and (max-width: 450px) {
  .c-contactform .c_btn input {
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}

.c-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.c-progress,
.c-progress * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-progress .c_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e6e6e6;
  color: #777;
  font-weight: bold;
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 20px;
  border-right: solid 2px #fff;
}

.c-progress .c_item:last-child {
  border: none;
}

.c-progress .c_item.s-active {
  background-color: #cc8800;
  color: #fff;
}

/*
**20190415 kato
*/
.top-healthcare-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.top-healthcare-head::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #757584;
  top: 50%;
  left: 0;
  margin-top: -3px;
  position: absolute;
  z-index: -1;
}

.top-healthcare-head-title {
  background: #fff;
  padding-right: 10px;
  float: none !important;
  display: inline-block;
  margin: 0;
}

.top-healthcare-head-title-parent {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.top-healthcare-btn-mv,
a.top-healthcare-btn-mv {
  display: block;
  background-color: #00a6ec;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 40px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #00a6ec;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-healthcare-btn-mv:hover,
a.top-healthcare-btn-mv:hover {
  background: #fff;
  color: #00a6ec;
}

@media screen and (max-width: 599px) {
  .top-healthcare-btn-mv,
  a.top-healthcare-btn-mv {
    display: none;
  }
}

.top-healthcare-btn-mv-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
}

.top-healthcare-btn-mv-arrow::after {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 10px #00a6ec;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 0px transparent;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.top-mv-bg {
  position: fixed;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  opacity: 0;
}

.top-mv-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  line-height: 1;
}

/*
**20190415 kato
*/
/*
**20191422 メニュー追加
*/
.okaMenu {
  border-bottom: solid 1px #ccc;
  position: relative;
  z-index: 10000;
  width: 100%;
}

.okaMenu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.okaMenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .okaMenu-inner {
    display: block;
  }
}

.okaMenu-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12em;
  flex: 0 0 12em;
  position: relative;
}

.okaMenu-center::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 5px;
  border-top: solid 5px #00a6ec;
  border-bottom: solid 0px transparent;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}

@media screen and (max-width: 1200px) {
  .okaMenu-center {
    color: #00a6ec;
  }
  .okaMenu-center::before,
  .okaMenu-center::after {
    content: "";
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 2px;
    border: none !important;
    background: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
  }
  .okaMenu-center::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.okaMenu-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.okaMenu-02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  background: #f5f5f5;
  border-bottom: solid 1px #ccc;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .okaMenu-02 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: none;
    background: #f2f2f2;
  }
}

.okaMenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .okaMenu-01 .okaMenu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .okaMenu-02 .okaMenu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.okaMenu-01 .okaMenu-list-item {
  border-right: solid 1px #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.okaMenu-01 .okaMenu-list-item:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  .okaMenu-01 .okaMenu-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
  }
}

.okaMenu-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  position: relative;
  line-height: 1;
}

.okaMenu-link:hover {
  text-decoration: underline;
  color: #00a6ec;
}

.okaMenu-01 .okaMenu-link {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .okaMenu-01 .okaMenu-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    border-bottom: solid 1px #ccc;
  }
}

.okaMenu-center .okaMenu-link {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .okaMenu-center .okaMenu-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    border-bottom: solid 1px #ccc;
    padding-top: 27px;
    padding-bottom: 27px;
    font-weight: bold;
  }
}

.okaMenu-02 .okaMenu-link {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
}

.okaMenu-02 .okaMenu-link::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 3px;
  height: 6px;
  border-left: solid 3px #000;
  border-right: solid 0px transparent;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  margin-right: 10px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .okaMenu-02 .okaMenu-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.okaMenu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: solid 1px #ccc;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .okaMenu-box {
    border-left: none;
  }
}

.okaMenu-parent::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #00a6ec;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.okaMenu-item-parent:hover .okaMenu-parent::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (max-width: 1200px) {
  .okaMenu-parent::before,
  .okaMenu-parent::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 2px;
    border: none !important;
    background: #666;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
  }
  .okaMenu-parent::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .okaMenu-parent::after {
    -webkit-transform: scaleX(1) rotate(90deg);
    transform: scaleX(1) rotate(90deg);
  }
  .okaMenu-item-parent:hover .okaMenu-parent::after {
    -webkit-transform: scaleX(1) rotate(90deg);
    transform: scaleX(1) rotate(90deg);
  }
  .okaMenu-parent.mode-active::after {
    -webkit-transform: scaleX(1) rotate(180deg) !important;
    transform: scaleX(1) rotate(180deg) !important;
  }
}

.okaMenu-item-parent {
  position: relative;
}

.okaMenu-child {
  display: none;
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 15px;
  -webkit-animation: 0.3s fade_oka_menu forwards;
  animation: 0.3s fade_oka_menu forwards;
}

.okaMenu-item-parent:last-child .okaMenu-child {
  left: auto;
  right: 0;
}

.okaMenu-item-parent:hover .okaMenu-child {
  display: block;
}

@media screen and (max-width: 1200px) {
  .okaMenu-child {
    position: static;
    width: 100%;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
  }
  .okaMenu-item-parent:hover .okaMenu-child {
    display: none;
  }
}

@-webkit-keyframes fade_oka_menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_oka_menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.okaMenu-child-item {
  border-bottom: solid 1px #ccc;
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.okaMenu-child-item:last-child {
  border-bottom: none;
}

.okaMenu-child-link {
  text-decoration: none;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}

.okaMenu-child-link::after {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  border-left: solid 3px #000;
  border-right: solid 0px transparent;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  top: 20px;
  left: 10px;
}

.okaMenu-child-link:hover {
  text-decoration: underline;
  color: #00a6ec;
}

.g-pagenav {
  margin-left: 0;
  margin-right: -1px;
}

.g-pagenav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-pagenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.g-pagenav-item {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  list-style: none;
}

.mod-kenshin .g-pagenav-item {
  width: 25%;
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media screen and (max-width: 960px) {
  .mod-kenshin .g-pagenav-item {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.mod-reha .g-pagenav-item {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.g-pagenav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  background: #fafafa;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.g-pagenav-link:hover {
  text-decoration: underline;
  background: #fff;
}

.mod-reha .g-pagenav-link:hover {
  color: #cc8315;
}

.mod-kenshin .g-pagenav-link:hover {
  color: #cc8315;
}

@media screen and (max-width: 480px) {
  .g-pagenav-link {
    font-size: 15px;
  }
}

.kenshin-calender-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -20px;
  margin-right: -20px;
}

.kenshin-calender-table {
  height: 440px;
}

.kenshin-calender-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.kenshin-calender-block .kenshin-calender-copyright {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .kenshin-calender-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kenshin-calender-copyright {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.ningen-doc-pics__head {
  border-bottom: 1px solid #f0a000;
  font-size: 20px;
  color: #1f1f2c;
  padding-left: 13px;
  padding-right: 10px;
  line-height: 1.8;
  font-weight: 500;
}

.ningen-doc-pics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 930px) {
  .ningen-doc-pics__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ningen-doc-pics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 930px) {
  .ningen-doc-pics__item {
    max-width: unset;
    width: 100%;
  }
}

.ningen-doc-pics__img {
  margin-right: 5px;
  margin-bottom: 5px;
  height: auto;
  max-height: 195px;
}

@media screen and (max-width: 480px) {
  .ningen-doc-pics__img {
    max-height: 123px;
  }
}

.news__new {
  pointer-events: none;
  -webkit-animation: news__new 2s steps(1) infinite;
  animation: news__new 2s steps(1) infinite;
  margin-left: 2px;
  display: inline-block;
  padding: 4px 7px;
  background-color: transparent;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.1em;
  color: #ff2800;
}

@-webkit-keyframes news__new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes news__new {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.newsarea_page li a {
  text-decoration: none;
}

.newsarea_page li a:hover {
  text-decoration: underline;
}

.CalenderBox__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.CalenderBox__item {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 25px;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.CalenderBox__item:nth-child(odd) {
  padding-right: 15px;
}

.CalenderBox__item:nth-child(even) {
  padding-left: 15px;
}

@media screen and (max-width: 600px) {
  .CalenderBox__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.CalenderBox__link {
  display: block;
}

.CalenderBox__img {
  max-width: 100%;
  height: auto;
}

.Common__tap-to-call {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .Common__tap-to-call {
    pointer-events: auto;
  }
}

.Common__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
}

.Common__btn:hover {
  opacity: 0.7;
}

.Common__btn.-oka-hp {
  color: #fff !important;
  background-color: #00a6ec;
}

@media screen and (max-width: 599px) {
  .Common__btn {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.DownloadList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.DownloadList__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
}

@media screen and (max-width: 610px) {
  .DownloadList__item {
    padding-right: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.Notification {
  border: solid 2px #e00;
  padding: 15px;
}

.Notification__head {
  font-size: 18px;
  color: #e00;
  margin-bottom: 10px;
}

.Notification__list {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 2em;
}

.Notification__list:not(.-child) {
  counter-reset: Notification__list;
}

.Notification__list:not(.-child) > .Notification__listitem {
  counter-increment: Notification__list;
}

.Notification__list.-child {
  counter-reset: Notification__list-child;
  position: relative;
}

.Notification__list.-child::after {
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 5px;
  top: 0.2em;
  left: 0.3em;
}

.Notification__list.-child > .Notification__listitem {
  counter-increment: Notification__list-child;
}

.PageHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.PageHeader div {
  width: auto;
  margin: 0;
  position: static;
}

.PageHeader div h1 {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 1200px) {
  .PageHeader {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .PageHeader.-hojuen {
    background-color: #0dac67;
  }
}

.PageHeader__inner {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100% !important;
}

.PageHeader__title {
  z-index: 1;
  position: relative !important;
  z-index: 2;
  margin: 0;
  padding-top: 20px;
  color: #fff;
  font-size: 30px;
  text-shadow: 2px 1px 2px #867f7f;
}

.PageHeader__msg {
  background-color: #fff;
  border: solid 3px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  margin-top: 10px !important;
}

.PageHeader__msg.-hojuen {
  color: #0dac67;
  border-color: #0dac67;
}

@media screen and (max-width: 480px) {
  .PageHeader__msg {
    display: block;
  }
}

.PageHeader__msg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .PageHeader__msg-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .PageHeader__msg-wrap {
    display: block;
  }
}

.PageHeader__msg-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  font-weight: 700;
}

.PageHeader__msg-list-item {
  margin: 0;
}

.PageHeader__img {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
}

.resident01__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .resident01__pdf {
    display: block;
  }
}

.resident01__pdf #page_header_navi {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.resident01__pdf-btn {
  background: #fff;
  border-radius: 5px;
  border: solid 2px #e6e6e6;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 280px;
  padding-left: 55px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333 !important;
  line-height: 1.3;
  font-size: 0.85em;
  position: relative;
}

.resident01__pdf-btn:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .resident01__pdf-btn {
    background-color: #fff;
  }
  .resident01__pdf-btn br {
    display: none;
  }
}

.resident01__pdf-btn-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
}

.resident01__pdf-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.ThumbLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ThumbLinkList__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ThumbLinkList__item img {
  margin-right: 10px;
}

@media screen and (max-width: 610px) {
  .ThumbLinkList__item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.Topics {
  border-radius: 5px;
  border: solid 2px #ed4224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .Topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Topics__heading {
  background-color: #ed4224;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .Topics__heading {
    max-width: 100% !important;
    width: auto !important;
  }
}

.Topics__list {
  display: block;
  padding: 10px;
}

.Topics__item {
  border-bottom: 1px solid #e7e7e7;
}

.Topics__link {
  display: block;
  padding: 10px;
}

.Topics__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .Topics__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.Topics__postTitle {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.Topics__postDate {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.nav_helth ul li:first-child {
  border-left: solid 1px #cacad9;
}

.nav_helth ul li a {
  display: block;
}

.nav_helth ul li:nth-child(1) {
  border-top: solid 5px #00a6ec;
}

.nav_helth ul li:nth-child(2) {
  border-top: solid 5px #615451;
}

.nav_helth ul li:nth-child(3) {
  border-top: solid 5px #0dac67;
}

.nav_helth ul li:nth-child(4) {
  border-top: solid 5px var(--color-zaitaku-primary);
}

:root {
  --saikihoyouin-color-primary: #ed6c1e;
}
.nav_helth ul li:nth-child(5) {
  border-top: solid 5px var(--saikihoyouin-color-primary);
}

.nav_helth ul li:nth-child(6) {
  border-top: solid 5px var(--saikihoyouin-color-primary);
  display: block;
}

.nav_helth ul li:last-child {
  border-right: solid 1px #ccc;
}

.nav_helth ul li:nth-child(1):hover {
  background: #00a6ec;
}

.nav_helth ul li:nth-child(2):hover {
  background: #615451;
}

.nav_helth ul li:nth-child(3):hover {
  background: #0dac67;
}

.nav_helth ul li:nth-child(4):hover {
  background: var(--color-zaitaku-primary-lighten);
}

.nav_helth ul li:nth-child(5):hover {
  background: var(--saikihoyouin-color-primary);
  /*#E95B42;*/
}

.nav_helth ul li:nth-child(5) .kanwa {
  color: #2dccd3;
  /*#E95B42;*/
}

.nav_helth ul li:nth-child(6):hover {
  background: var(--saikihoyouin-color-primary);
}

.nav_helth ul li a {
  color: #333;
  text-decoration: none;
}

.nav_helth ul li a strong {
  font-size: 120%;
}

.nav_helth ul li a span {
  font-size: 85%;
}

.nav_helth ul li:nth-child(1):hover a {
  color: #00a6ec;
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li:nth-child(2):hover a {
  color: #615451;
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li:nth-child(3):hover a {
  color: #0dac67;
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li:nth-child(4):hover a {
  color: var(--color-zaitaku-primary-lighten);
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li:nth-child(5):hover a {
  color: var(--saikihoyouin-color-primary);
  /*#E95B42;*/
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li:nth-child(6):hover a {
  color: var(--saikihoyouin-color-primary);
  text-decoration: none;
  font-weight: bold;
}

.hoverd {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.nav_helth ul li.hoverd {
  background: white;
  border-top: 5px solid #484848;
}

#page_header_navi {
  list-style: none;
}

/* 
* 202205 加藤
* 敬和緩和ケアクリニック追加に伴うポータル変更
*/
.portal-facilities:not(:first-child) {
  margin-top: 30px;
}

.portal-facilities__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

.portal-facilities__heading::after {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: calc(100% - 5em);
  flex-basis: calc(100% - 5em);
  margin-left: auto;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000 2px, rgba(0, 0, 0, 0) 2px);
  background-size: 3px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

.portal-facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -4px;
}

.portal-facilities__list-item {
  padding: 4px;
}

@media screen and (max-width: 575px) {
  .portal-facilities__list-item {
    width: 100%;
  }
}

.portal-facility {
  background-color: #eaeaea;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  line-height: 1.4;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.portal-facility:hover {
  color: #fff;
}

.portal-facility.portal-facility--oka:hover {
  background-color: #006ebc;
}

.portal-facility.portal-facility--oitareha:hover {
  background-color: #473e3b;
}

.portal-facility.portal-facility--hojuen:hover {
  background-color: #00a385;
}

.portal-facility.portal-facility--subaru:hover {
  background-color: var(--color-zaitaku-primary);
}

.portal-facility.portal-facility--kanwa:hover {
  background-color: #2dccd3;
}

.portal-facility.portal-facility--saiki:hover {
  background-color: #f18d00;
}

.portal-facility.portal-facility--kokusaiiin:hover {
  background-color: #18b3da;
}

.portal-facility__category {
  font-size: 14px;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 4px 4px;
  margin-right: 8px;
  line-height: 1;
  color: #333;
}

.portal-facility--oka .portal-facility__category {
  color: #006ebc;
}

.portal-facility--oitareha .portal-facility__category {
  color: #473e3b;
}

.portal-facility--hojuen .portal-facility__category {
  color: #00a385;
}

.portal-facility--subaru .portal-facility__category {
  color: var(--color-zaitaku-primary);
}

.portal-facility--kanwa .portal-facility__category {
  color: #2dccd3;
}

.portal-facility--saiki .portal-facility__category {
  color: #f18d00;
}

.portal-facility--kokusaiiin .portal-facility__category {
  color: #18b3da;
}

.portal-facility__name {
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
}

/* 
* ↑↑↑ 202205 加藤 ↑↑↑ 
* 敬和緩和ケアクリニック追加に伴うポータル変更
*/
/*# sourceMappingURL=keiwakai-styles.css.map */
