@charset "UTF-8";
/*看護部理念文字サイズ変更*/
.page_nursing .txt_size {
  font-size: 20px !important;
}

.explanation {
  margin-bottom: 60px;
}
.explanation .btn {
  max-width: 500px;
  margin: 50px auto 0px;
  padding: 20px;
  font-size: 20px;
}
.explanation .wrapper_img {
  display: flex;
  justify-content: space-between;
}
.explanation .wrapper_img figure {
  width: 24%;
}
.explanation .wrapper_img figure img {
  width: 100%;
  height: auto;
}
.explanation table {
  width: 100%;
  margin-bottom: 50px;
}
.explanation table th,
.explanation table td {
  padding: 15px;
  border: 1px solid black;
}
.explanation table th {
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
}
.explanation table a {
  border-bottom: 1px solid black;
}
.explanation .wrapper_map article {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.explanation .wrapper_map article:last-child {
  margin-bottom: 0px;
}
.explanation .wrapper_map article figure {
  width: 50%;
  max-width: 486px;
}
.explanation .wrapper_map article figure img {
  width: 100%;
  height: auto;
}
.explanation .wrapper_map article .map {
  width: 50%;
  height: 100%;
  aspect-ratio: 5/3.32;
  max-width: 486px;
  padding: 0px;
}
.explanation .wrapper_map article div {
  width: 50%;
  padding: 20px;
  max-width: 486px;
}
.explanation .wrapper_map article div h4 {
  line-height: 2.5;
}

.recruit_02 h3 {
  margin-bottom: 20px;
}
.recruit_02 .btn-s {
  margin-top: 20px;
  padding: 15px !important;
}
.recruit_02 .btn-s:nth-child(1) {
  display: none;
}

.form {
  padding: 0px 20px;
}
.form table {
  max-width: 1000px;
  text-align: left;
  border-spacing: 15px 30px;
  border-collapse: separate;
  margin: 50px auto 0px;
}
.form table .important {
  font-size: 14px;
  display: block;
}
.form table input {
  background-color: white;
  border: 1px solid black;
  padding: 10px;
}
.form table th {
  vertical-align: top;
  padding-top: 7px;
}
.form .mw_wp_form .error {
  color: red;
}
.form .pp {
  font-size: 18px;
  margin-bottom: 20px;
}
.form .pp a {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.form .send {
  margin-top: 50px;
  border: none;
}
.form .txt_end {
  margin: 100px 0px;
}
.form figure {
  max-width: 800px;
  margin: 80px auto 0px;
}
.form figure img {
  width: 100%;
  height: auto;
}
.form textarea {
  border: 1px solid black;
  background-color: white;
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .form .mwform-radio-field label {
    display: inline-table;
  }
}
/*# sourceMappingURL=style_addition.css.map */