@charset "UTF-8";


/* =============================================
- レイアウト
================================================ */

.section {
  padding-left: 10px;
  padding-right: 10px;
}
.page_title {
  padding-top: 47px;
}

.nursing_main_contents {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.nursing_box1_outer {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}
.nursing_box1 {
}
.nursing_box1 > div:first-child img {
  border-radius: 10px;
}
.nursing_box1_outer .__Oborder ,
.nursing_box1 > div:last-child > p:first-child {
  border-left: 5px solid #e38535;
  padding-left: 15px;
}

.nursing_img1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.nursing_table1  {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #655d60;
  line-height: 1.5;
}
.nursing_table1 thead th {
  color: #fff;
  font-weight: bold;
  background-color: #655d60;
}
.nursing_table1 thead td {
  text-align: center;
  background-color: #ede7ea;
}
.nursing_table1 th {
  box-sizing: border-box;
  color: #00a5a8;
  font-weight: bold;
  background-color: #cce7e7;
  padding: 5px 1%;
  text-align: center;
  vertical-align: middle;
  width: 22%;
  border-bottom: 1px solid #655d60;
}
.nursing_table1 td {
  box-sizing: border-box;
  border-left: 1px solid #655d60;
  border-bottom: 1px solid #655d60;
  padding: 5px 1%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #4c4948;
}
.nursing_table1 thead tr th ,
.nursing_table1 thead tr td:first-child {
  border-left: none;
}
.nursing_table1 tbody tr:first-child td:last-child ,
.nursing_table1 tbody tr:last-child th ,
.nursing_table1 tbody tr:last-child td {
  border-bottom: none;
}
.nursing_table1 thead tr td:nth-child(2) {
  width: 39%;
}
.nursing_table1 thead tr td:nth-child(3) {
  width: 39%;
}



@media screen and (max-width: 640px) {
  .nursing_box1 > div:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 641px) {
  .section {
  }
  .section .inner {
    max-width: 980px;
    margin: 0 auto;
  }

  .nursing_box1_outer {
    padding: 30px 3%;
  }
  .nursing_box1 {
    display: flex;
    justify-content: space-between;
  }
  .nursing_box1 > div:first-child {
    width: 42.86%;
    max-width: 420px;
  }
  .nursing_box1 > div:last-child {
    width: 52%;
  }
  .nursing_box1 > div.__wide {
    width: 57.15%;
    max-width: 560px;
  }
  .nursing_box1 > div.__wide + div {
    width: 37.8%;
  }

}

@media screen and (min-width: 1050px) {
  .nursing_box1_outer {
    padding: 30px 40px;
  }
}









