﻿@charset "UTF-8";
/* ==========================================================
========================================================== */
.nursing_wrap {
  margin: 0 auto 30px 0;
  max-width: 100%;
  width: 660px;
}

.nursing_wrap .detail_section {
  padding-top: 40px;
}

.nursing_wrap .detail_section section.con_box {
  clear: both;
  display: block;
  overflow: hidden;
}

/* ----------------------------
  見出し
------------------------------ */
/* H2 */
.nursing_wrap section.con_box h2,
.nursing_wrap div.ttl h2 {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  color: #000;
  font-size: 2.2rem;
  height: auto;
  line-height: normal;
  overflow: hidden;
  text-align: center;
}

.nursing_wrap section.con_box h2 span,
.nursing_wrap div.ttl h2 span {
  border-top-right-radius: 0;
  display: inline-block;
  min-height: 46px;
  padding: 8px 0 8px 22px;
  position: relative;
  max-width: calc(100% - 136px);
}

.nursing_wrap div.ttl {
  margin-bottom: 20px;
  text-align: left;
}

.nursing_wrap .detail_section div.ttl h2 {
  border-bottom: 2px solid #4a946b;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  width: 100%;
}

.nursing_wrap .detail_section div.ttl h2 span {
  background: none;
  background-color: #4A946B;
  border-top-left-radius: 5px;
  border-top-right-radius: 15px;
}

.nursing_wrap .detail_section div.ttl h2 span:after {
  border-style: solid;
  border-width: 86px 0 0 86px;
  border-color: #fff transparent transparent #4a946b;
  bottom: 0;
  box-shadow: -1px 0 0 0 #4a946b;
  content: "";
  position: absolute;
  right: -67px;
  z-index: -1;
}

.nursing_wrap section.con_box h3,
.nursing_wrap section.con_box h4 {
    color: #3a8c5f;
}

.nursing_wrap section.con_box h3 {
  background-color: #ecf4f0;
  border-bottom: none;
  border-radius: 5px;
  font-size: 2rem;
  height: auto;
  line-height: normal;
  margin: 20px 0 0;
  padding: 8px 0 7px 25px;
  position: relative;
}

.nursing_wrap section.con_box h3:before {
  background-color: #4A946B;
  content: '';
  height: calc(100% - 15px);
  left: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.nursing_wrap section.con_box h4 {
  font-size: 1.6rem;
  height: auto;
  line-height: normal;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 2px 0 1px 10px;
}

.nursing_wrap section p,
.nursing_wrap section.con_box p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin-top: 16px;
  margin: 17px 0 10px 0;
  padding: 0 20px 0 20px;
}

.nursing_wrap section.con_box h4 + p {
  margin: 10px 0 0 0;
}

.nursing_wrap .detail_section figure.img_r {
  clear: both;
  float: right;
  margin: 0 20px 20px 20px;
}

.nursing_wrap .detail_section figure.img_c {
  clear: both;
  text-align: center;
  margin: 0 20px;
}

.nursing_wrap .detail_section figure.img_c img {
  width: 560px;
}

.nursing_wrap .flick_box {
  display: none;
}

.list_dot {
  margin: 25px 0 15px 25px;
}

.list_dot li {
  line-height: 24px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 3px;
}

.list_dot li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  top: 10px;
  width: 3px;
}

@media screen and (max-width: 767px) {
.nursing_wrap div.ttl {
  display: block;
  margin-bottom: 15px;
  padding-top: 30px;
  width: 100%;
}

.nursing_wrap section.con_box h2:after,
.nursing_wrap div.ttl h2:after {
  border-bottom: none;
  bottom: -4px;
  content: "";
}

.nursing_wrap section.con_box h2,
.nursing_wrap div.ttl h2 {
  border-bottom: none;
  border-top: none;
  font-size: 1.8rem;
  height: auto;
  line-height: 1.3;
  min-height: 40px;
  text-indent: 0;
  position: relative;
}

.nursing_wrap section.con_box h2:after {
  border-bottom: none;
  bottom: -4px;
  content: "";
  background-color: #4A946B;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.nursing_wrap .detail_section div.ttl h2 span,
.nursing_wrap section.con_box h2 span,
.nursing_wrap div.ttl h2 span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 8px 22px;
}

.nursing_wrap section.con_box h2 span:after,
.nursing_wrap div.ttl h2 span:after {
  display: none;
}

.nursing_wrap section.con_box h3 {
  border-bottom: none;
  border-top: none;
  height: auto;
  min-height: initial;
  line-height: normal;
  margin: 20px 0 0;
  padding: 5px 5px 5px 25px;
}

.nursing_wrap section.con_box .ttl_h4, 
.nursing_wrap section.con_box h3.ttl_h4, 
.nursing_wrap section.con_box h4 {
  text-indent: 0;
  margin: 26px 10px 15px;
  width: auto;
}

.nursing_wrap section.con_box h4 {
  margin: 20px 10px 10px 0;
  padding: 2px 0 1px 20px;
  text-indent: -20px;
}

.nursing_wrap section.con_box {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
}

.nursing_wrap section.con_box .con_box {
  padding: 0;
}

.nursing_wrap section.con_box .ttl_h3:after, 
.nursing_wrap section.con_box h2.ttl_h3:after, 
.nursing_wrap section.con_box h3:after {
  border-bottom: none;
}

.nursing_wrap section.con_box h3:before {
  height: calc(100% - 10px);
}
}
.nursing_wrap section.con_box .tbl_summary,
.nursing_wrap section .tbl_summary {
  clear: both;
  font-weight: 600;
  margin: 40px 0 0 0;
  text-align: center;
}

.nursing_wrap section.con_box .txt_unit,
.nursing_wrap section .txt_unit {
  margin: -4px -6px 0 0;
  text-align: right;
}

/* ----------------------------
  table
------------------------------ */
table.tbl_data {
  border: 2px solid #f39;
  border-collapse: collapse;
  font-size: 15px;
  margin: 11px auto 0 auto;
  position: relative;
  width: 630px;
}

table.tbl_1 th:nth-child(2),
table.tbl_1 th:nth-child(3) {
  width: 28%;
}

table.tbl_data.tbl_1,
table.tbl_data.tbl_3,
table.tbl_data.tbl_2 {
  margin-bottom: 20px;
  margin-top: 2px;
}

table.tbl_2 tr:nth-child(2) th:nth-child(1),
table.tbl_2 tr:nth-child(2) th:nth-child(2),
table.tbl_2 tr:nth-child(2) th:nth-child(3),
table.tbl_2 tr:nth-child(2) th:nth-child(4) {
  width: 16%;
}

@media screen and (min-width: 768px) {
  table.tbl_3,
  table.tbl_2 {
    max-width: 100%;
    margin: 2px auto;
  }
}

table.tbl_data.tbl_style1 {
  border: 2px solid #f57aaa;
  height: 1px;
}

table.tbl_data th {
  background: #f39;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding: 8px 10px;
  text-align: center;
}

table.tbl_data.tbl_style1 tr, table.tbl_data.tbl_style1 th, table.tbl_data.tbl_style1 td {
  height: 100%;
}

table.tbl_data td {
  background-color: #fff6fa;
  border-bottom: 1px solid #f39;
  border-left: 1px solid #f39;
  border-right: 1px solid #f39;
  padding: 8px 10px;
  text-align: left;
}

table.tbl_data.tbl_style1,
table.tbl_data.tbl_style1 th,
table.tbl_data.tbl_style1 td {
  border-color: #ff99cc;
}

table.tbl_data.tbl_style1 td {
  background: #fff;
  text-align: center;
}

table.tbl_data.tbl_style1 th {
  background: #ffbfd8;
  color: #000;
}

table.tbl_data.tbl_style1 th + th:last-child {
  border-right-color: #f57aaa;
}

table.tbl_data.tbl_style1 th.th_style1 {
  background: #ffdfeb;
}

table.tbl_data.tbl_style1 td.al_c,
.al_c {
  background-color: #ffdfeb;
  font-weight: 600;
  text-align: center;
}

table.tbl_data.tbl_style1 td.al_c {
  vertical-align: middle;
}

table.tbl_data.tbl_style1 {
  border: 2px solid #ff99cc;
}

.tbl_3 tr th:not(:first-child):not([colspan]):not([class^="w"]) {
  width: 29%;
}

table.tbl_data.tbl_no_th_first {
  border-left: 0;
  border-top: 0;
}

table.tbl_data.tbl_no_th_first th:first-child {
  background: no-repeat;
  border-bottom: 2px solid #ff99cc;
  border-left: 0;
  border-right: 2px solid #ff99cc;
}

table.tbl_data.tbl_no_th_first th:nth-child(2) {
  border-top: 2px solid #ff99cc;
}

table.tbl_data.tbl_no_th_first tr td:first-child {
  border-left: 2px solid #ff99cc;
  width: 15%;
}

table.tbl_1 tr:nth-child(2) th.w_35p {
  width: 35%;
}

table.tbl_1 tr:nth-child(2) th.w_28p {
  width: 28%;
}

table.tbl_2 tr:nth-child(2) th.w_20p {
  width: 20%;
}

table.tbl_2 tr:nth-child(3) th.w_13p {
  width: 13%;
}

table.tbl_data.tbl_style1.td_left th {
  width: 41%;
}

table.tbl_data.tbl_style1.td_left td {
 text-align: left;
}

table.tbl_data.tbl_style1 td .list_dot {
  margin: 0;
}

.nursing_wrap section p.txt_note {
  margin-top: -15px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .nursing_wrap section p.txt_note {
    margin-top: 0;
    padding: 0;
  }
}

table.tbl_data.w_450 {
  width: 450px;
}

table.tbl_data.w_480 {
  width: 480px;
}

table.tbl_data.w_360 {
  width: 360px;
}

table.tbl_data.w_360 th.w_35p {
  width: 35%;
}

table.tbl_data.w_540 {
  width: 540px;
}

table.tbl_data.w_540 th {
  width: 33%;
}

table.tbl_1.th_50p th:nth-child(2) {
  width: 50%;
}

table.tbl_data td.txt_l {
  text-align: left;
}

.lst_dot {
  margin-left: 20PX;
}

table.tbl_data .lst_dot {
  margin-left: 0;
}

.lst_dot li {
  position: relative;
  text-align: left;
  padding-left: 15px;
}

.lst_dot li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
  .nursing_wrap section.con_box figure img.js_lazy {
    height: 180px;
    text-align: center;
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .nursing_wrap
	{
    margin: -10px auto 0;
    padding: 0 0 10px;
	}

  .nursing_wrap .detail_section {
    padding-top: 0;
  }

  .nursing_wrap section p, .nursing_wrap section.con_box p {
    padding: 0 12px;
  }

  .nursing_wrap section.con_box p.tbl_summary,
  .nursing_wrap section p.tbl_summary {
    margin-top: 20px;
    padding: 0 0 0 1em;
    text-align: unset;
    text-indent: -1em;
  }

  .nursing_wrap section .flick_box,
  .nursing_wrap section.con_box .flick_box {
    display: flex;
    margin-bottom: 5px;
  }

  .nursing_wrap section .flick_box p.flick_txt,
  .nursing_wrap section.con_box .flick_box p.flick_txt {
    font-weight: 600;
    line-height: 1.2;
    margin: 16px 0 0;
    padding: 0 0 0 12px;
  }

  .nursing_wrap section .flick_img,
  .nursing_wrap section.con_box .flick_img {
    margin-top: 15px;
    max-width: 30px;
    min-width: 30px;
    padding: 0;
  }

  .scroll_block {
    overflow-x: auto;
  }

  table.tbl_data.tbl_1,
  table.tbl_data.tbl_2,
  table.tbl_data.tbl_3 {
    margin-bottom: 1px;
    margin-top: 2px;
  }

  .nursing_wrap .detail_section figure.img_r,
  .nursing_wrap .detail_section figure.img_c {
    float: none;
    margin: 20px auto;
    height: auto;
    width: 90%;
  }

  .nursing_wrap .detail_section figure.img_r img,
  .nursing_wrap .detail_section figure.img_c img {
    width: 100%;
  }

  .nursing_wrap section .txt_unit,
  .nursing_wrap section.con_box .txt_unit {
    margin: 10px 0 0;
  }

  .list_dot {
    margin: 25px 12px 10px;
  }
}

.w_540 {
  margin: 0 auto;
  width: 540px;
}

.nursing_wrap section.con_box .w_540 .txt_unit {
  margin: -4px -20px 0 0;
  text-align: right;
} 

@media screen and (max-width: 767px) {
  .w_540 {
    width: 100%;
  }

  .nursing_wrap section.con_box .w_540 .txt_unit {
    margin: 10px 0 0;
  } 
}

.mt0 {
  margin-top: 0;
}