@charset "UTF-8";
.care_menu {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.care_menu a {
  background: #f3f3f3;
  width: 49%;
  margin-top: 1%;
  margin-bottom: 1%;
  box-sizing: border-box;
}

.care_menu a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  padding: 15px;
  min-height: 105px;
}

.care_menu a:hover {
  opacity: 0.7;
}

.care_menu a img {
  position: absolute;
  width: 150px;
  height: 85px;
}

.care_menu a strong {
  display: block;
  padding: 0 0 3px 160px;
  color: #010101;
  font-size: 1rem;
}

.care_menu a span {
  display: block;
  padding: 0 0 0 160px;
  color: #6f6f81;
  font-size: 0.8rem;
  line-height: 1.3rem;
}

#care .inbox_01 {
  background: #f9f6f2;
  padding: 40px 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

#care .inbox_01 img {
  float: right;
  padding-left: 20px;
}

#care .inbox_01 h3 {
  text-align: left;
  color: #83184a;
  padding: 10px 0 20px;
  margin: 0;
  font-size: 1.5rem;
}

#care .inbox_01 ul li {
  background: url(../img/care/list_01.png) no-repeat 0 5px;
  padding: 0 0 0 15px;
  color: #6f6f81;
  margin-top: 5px;
}

#care .inbox_02 {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 2px solid #aad7e0;
  clear: both;
  margin-top: 35px;
}

#care .inbox_02 h3 {
  text-align: left;
  color: #00a2ba;
  padding: 0 10px;
  margin: -38px 0 4px 0;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #fff;
  letter-spacing: 0;
  float: left;
}

.pyloli_chart {
  display: table;
}

.pyloli_chart div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.pyloli_chart div img {
  max-width: 100%;
  width: auto;
}

.pyloli_chart div:first-child {
  border-right: 1px solid #e4eaeb;
  padding-right: 38px;
}

.pyloli_chart div:nth-child(2) {
  padding-left: 38px;
}

#care ul.other {
  overflow: hidden;
  max-width: 1068px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#care ul.other li {
  width: 32%;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #cbcbce;
  box-sizing: border-box;
}

#care ul.other li a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  display: block;
  min-height: 48px;
  transition: all 0.4s;
}

#care ul.other li a:hover {
  opacity: 0.8;
}

#care ul.other li img {
  float: left;
  position: absolute;
}

#care ul.other li h4 {
  font-family: "Martel Sans", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  color: #000;
  margin-left: 90px;
  padding-top: 15px;
}

#care ul.other li h4 span {
  font-size: 0.8rem;
  display: block;
  margin-top: -0.3rem;
  padding-bottom: 3px;
  color: #666;
  line-height: 100%;
}

#care p.other {
  text-align: right;
  padding-top: 5px;
}

#care .txtbox {
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

#care .txtbox p {
  text-align: left;
}

#care .txtbox p {
  text-align: left;
}

#care .txtbox .imgbox_02 {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

#care .txtbox .imgbox_02 div img {
  max-width: 100%;
  width: auto;
}

#care .light_img {
  margin-bottom: 20px;
  overflow: hidden;
  display: table;
}

#care .light_img div {
  display: table-cell;
  padding-top: 10px;
  margin: 0;
}

#care .light_img div:nth-child(1) {
  width: 70%;
  padding-right: 5%;
}

#care .light_img div:nth-child(2) {
  width: 30%;
  text-align: right;
}

#care .light_img div img {
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0;
}

#care .inbox_03 {
  background: #f9f6f2;
  padding: 30px;
  overflow: hidden;
  margin-top: 30px;
}

#care .inbox_03 figure {
  float: right;
  padding: 0;
  margin: 0 0 0 20px;
  text-align: center;
  font-size: 0.75rem;
}

#care .inbox_03 h3 {
  text-align: left;
  color: #83184a;
  padding: 0 0 20px;
  margin: 0;
  font-size: 1.5rem;
}

#care ul.driplist {
  overflow: hidden;
  max-width: 1068px;
  margin: 0 auto;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

#care .driplist li {
  width: 33%;
  float: left;
  background: #fff;
  margin-bottom: 5px;
}

#care .driplist li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.4s;
}

#care .driplist li:nth-child(3n-1) {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

#care .driplist li h4 {
  font-size: 0.9rem;
  color: #000;
  padding: 0 0 10px;
  text-align: center;
  line-height: 1.3rem;
}

#care .driplist li span {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2rem;
  display: block;
  border: 1px solid #9a9aa7;
  font-family: "Martel Sans", serif;
  background: #9a9aa7;
  color: #fff;
  letter-spacing: 0.5rem;
  transition: all 0.4s;
}

#care .driplist li a:hover span {
  color: #9a9aa7;
  background: #fff;
}

.dripbox {
  background: #fbf4f7;
  padding: 15px 20px;
}

.dripbox dl {
  overflow: hidden;
}

.dripbox dt {
  width: 18%;
  float: left;
  background: #902d59;
  margin: 8px 2% 8px 0;
  clear: both;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 100%;
}

.dripbox dd {
  width: 80%;
  float: left;
  margin: 8px 0;
  padding: 4px 0;
}

.dripbox dd span {
  display: block;
  font-size: 0.75rem;
}

p.driptxt {
  color: #902d59;
  font-size: 0.75rem;
  padding-top: 8px;
}

#care .inbox_04 {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  margin-top: 30px;
  border: 1px dotted #ccc;
}

#care .inbox_04 img {
  float: right;
  padding-left: 38px;
}

#care .inbox_04 h3 {
  text-align: left;
  color: #83184a;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
}

#care .inbox_04 .flow {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

#care .inbox_04 .flow img.cursor01 {
  width: 40px;
  position: absolute;
  left: 31%;
  top: 70px;
}

#care .inbox_04 .flow img.cursor02 {
  width: 40px;
  position: absolute;
  right: 31%;
  top: 70px;
}

#care .inbox_04 .flow figure {
  text-align: left;
  width: 32%;
  float: left;
  margin-right: 2%;
}

#care .inbox_04 .flow figure:last-child {
  margin-right: 0%;
}

#care .inbox_04 .flow figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: -7px 0 0;
}

#care .inbox_04 .flow figcaption strong {
  background: #902d59;
  display: block;
  color: #fff;
  font-weight: 100;
  padding: 4px 0;
  font-size: 0.9rem;
  margin: 0 0 -10px;
  text-align: center;
}

#care .inbox_04 .flow img {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#care .flow_02 {
  position: relative;
  display: table;
  margin: 0 auto;
}

#care .flow_02 img.cursor {
  width: 40px;
  position: absolute;
  left: 48%;
  top: 30%;
}

#care .flow_02 img.cursor02 {
  width: 40px;
  position: absolute;
  left: 48%;
  top: 55%;
}

#care .txtbox .flow_02 figure {
  display: table-cell;
  text-align: left;
  margin: 0 10px;
  padding: 0 5px;
  float: none;
  max-width: 400px;
}

#care .flow_02 figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: -7px 0 0;
}

#care .flow_02 figcaption strong {
  background: #902d59;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 100;
  padding: 4px 0;
  font-size: 0.9rem;
  margin: 0 0 -10px;
}

#care .flow_02 img {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#care .imgbox {
  margin: -25px 0 30px;
  text-align: center;
  box-sizing: border-box;
}

#care .imgbox img {
  display: inline-block;
  max-width: 350px;
  width: 90%;
  margin: 0 5px;
  box-sizing: border-box;
}

.txtbox .flow {
  float: left;
  width: 58%;
}

.txtbox .figure_box,
.txtbox .figure_box_c2 {
  float: right;
  width: 40%;
}

.txtbox .figure_box_c2 {
  display: table;
  text-align: left;
}

.txtbox .figure_box_c2 figure {
  display: table-cell;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.txtbox .figure_box figure img {
  max-width: 100%;
  width: auto;
}

.txtbox .figure_box_c2 figure {
  width: 49%;
  float: left;
}

.txtbox .figure_box_c2 strong {
  text-align: center;
  display: block;
}

.txtbox .figure_box_c2 figure:first-child {
  margin-right: 2%;
}

.txtbox .figure_box_c2 figure img {
  max-width: 100%;
  width: auto;
}

#care .flow_03 {
  display: table;
  text-align: center;
  margin: 0 auto;
}

#care .txtbox .flow_03 figure {
  display: table-cell;
  text-align: left;
  margin: 0 5px;
  padding: 0 5px 20px;
  float: none;
  max-width: 250px;
}

#care .flow_03 figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}

#care .flow_03 figcaption strong {
  color: #902d59;
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 4px 0 0;
  font-size: 0.9rem;
  margin: 0;
}

#care .flow_03 img {
  float: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#drip_01,
#drip_02,
#drip_03,
#drip_04,
#drip_05,
#drip_06,
#drip_07,
#drip_08,
#drip_09,
#drip_10,
#drip_11,
#treatment_01,
#treatment_02,
#treatment_03,
#treatment_04,
#treatment_05,
#treatment_06 {
  margin-top: -70px;
  padding-top: 70px;
}

h4 span {
  font-size: 60%;
  display: block;
  margin: 0;
  line-height: 100%;
}

.txtbox h5.point {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txtbox h5.point01 {
  background: url(../img/care/point1.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.point02 {
  background: url(../img/care/point2.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.point03 {
  background: url(../img/care/point3.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.point04 {
  background: url(../img/care/point4.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.step {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.txtbox h5.step01 {
  background: url(../img/care/step1.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.step02 {
  background: url(../img/care/step2.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.step03 {
  background: url(../img/care/step3.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

.txtbox h5.step04 {
  background: url(../img/care/step4.png) no-repeat 0 center;
  padding: 14px 0 14px 60px;
}

#care figcaption strong.bf {
  color: #fff;
  background: #902d59;
  display: block;
  font-weight: 100;
  padding: 5px 0;
  font-size: 0.9rem;
  margin: -7px 0 5px;
  text-align: center;
}

dl.lmenu {
  background: #fbf4f4;
  padding: 20px;
  text-align: left;
  font-size: 0.9rem;
  overflow: hidden;
  margin-bottom: 20px;
}

dl.lmenu dt {
  color: #e58585;
  clear: both;
  padding: 5px 0 0;
}

dl.lmenu dd {
  padding: 0 0 5px 10px;
}

.l_plan_box {
  padding: 40px 0;
  background: #f9f6f2;
  width: 100%;
  margin: 0 auto 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.l_plan_box ul {
  overflow: hidden;
  max-width: 1068px;
  margin: 0 auto;
}

.l_plan_box ul li {
  width: 32%;
  float: left;
  background: #fff;
  border: 1px solid #cbcbce;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.l_plan_box ul li {
  margin-right: 2%;
}

.l_plan_box ul li:nth-child(3n) {
  margin-right: 0;
}

.l_plan_box p {
  margin-bottom: 1rem;
  color: #6f6f81;
  text-align: center;
}

.l_plan_box p:last-child {
  margin-bottom: 0;
}

.l_plan_box h3 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.7rem;
  margin-bottom: 20px;
}

.l_plan_box a {
  text-decoration: none;
  color: #333;
  padding: 20px;
  display: block;
  min-height: 100px;
}

.l_plan_box ul li img {
  float: left;
  position: absolute;
}

.l_plan_box ul li h4 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  color: #000;
  margin-left: 120px;
  padding-top: 15px;
}

.l_plan_box ul li span {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  padding: 12px 0 10px;
  line-height: 100%;
  color: #fff;
  border: 1px solid #9a9aa7;
  background: #9a9aa7;
  margin-top: 10px;
  margin-left: 120px;
  font-family: "Martel Sans", sans-serif;
  transition: all 0.4s;
}

.l_plan_box ul li a:hover span {
  color: #9a9aa7;
  border: 1px solid #9a9aa7;
  background: #fff;
}

.l_care_box {
  padding: 40px 0;
  background: #f9f6f2;
  width: 100%;
  margin: 0 auto 40px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.l_care_box ul {
  overflow: hidden;
  max-width: 1068px;
  margin: 0 auto;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.l_care_box ul li {
  width: 32%;
  float: left;
  background: #fff;
  border: 1px solid #cbcbce;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.l_care_box ul li {
  margin-right: 2%;
}

.l_care_box ul li:nth-child(3n) {
  margin-right: 0;
}

.l_care_box p {
  margin-bottom: 1rem;
  color: #6f6f81;
  text-align: center;
}

.l_care_box p:last-child {
  margin-bottom: 0;
}

.l_care_box h3 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 1.7rem;
  margin-bottom: 20px;
}

.l_care_box a {
  text-decoration: none;
  color: #333;
  padding: 20px;
  display: block;
  min-height: 76px;
}

.l_care_box ul li img {
  width: 133px;
  height: auto;
  float: left;
  position: absolute;
}

.l_care_box ul li h4 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  color: #000;
  margin-left: 143px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.l_care_box ul li span {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  padding: 6px 0 4px;
  line-height: 100%;
  color: #fff;
  border: 1px solid #9a9aa7;
  background: #9a9aa7;
  margin-top: 10px;
  margin-left: 143px;
  font-family: "Martel Sans", sans-serif;
  transition: all 0.4s;
}

.l_care_box ul li a:hover span {
  color: #9a9aa7;
  border: 1px solid #9a9aa7;
  background: #fff;
}

#drip_00,
#drip_01,
#drip_02,
#drip_03,
#drip_04,
#drip_05,
#drip_06,
#drip_07,
#drip_08,
#drip_09,
#drip_10,
#drip_11 {
  margin-top: -60px;
  padding-top: 60px;
}

#checkup p a.link {
  max-width: 360px;
  display: block;
  margin: 50px auto 0;
  background: #fff;
  padding: 15px 0;
  border: 1px solid #000;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  text-align: center;
}

#checkup p a.link:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

ul.list_01 li {
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  color: #666;
}

ul.list_01 li {
  padding-bottom: 0.5rem;
}

.txtbox {
  overflow: hidden;
  display: table;
  margin-bottom: 40px;
}

.txtbox .imgright,
.txtbox .imgleft {
  padding-bottom: 0;
}

.txtbox .c_left {
  float: left;
  width: 33%;
  box-sizing: border-box;
  padding-right: 3%;
}

.txtbox .c_left img {
  width: auto;
  max-width: 100%;
}

.txtbox .c_right {
  float: right;
  width: 67%;
}

.txtbox .c02_left {
  float: left;
  width: 67%;
}

.txtbox .c02_right img {
  width: auto;
  max-width: 100%;
}

.txtbox .c02_right {
  float: right;
  width: 33%;
  box-sizing: border-box;
  padding-left: 3%;
}

div.recommend {
  overflow: hidden;
  background: #fbf4f7;
  width: 100%;
  margin: -15px auto 30px;
  padding: 10px 20px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.recommend:last-child {
  margin: -15px auto 0;
}

div.recommend h4 {
  color: #fff;
  width: 300px;
  background: #902d59;
  font-size: 1.3rem;
  padding: 9px 0;
  margin: -10px auto 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

div.recommend ul.check {
  margin: 0 auto 10px;
  display: inline-block;
  text-align: left;
  width: 100%;
}

div.recommend ul.check li {
  background: url(../img/common/check.png) no-repeat 0 8px;
  padding: 5px 10px 5px 23px;
  width: 50%;
  float: left;
  box-sizing: border-box;
}

div.recommend ul.check li:nth-child(2n+1) {
  clear: both;
}

.nomalbox h5.head {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #00a2ba;
}

.price_btn {
  max-width: 500px;
  background: #fff;
  display: block;
  margin: -10px auto 50px;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  border: 3px solid #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1rem;
  display: block;
  transition: 0.3s;
  line-height: 100%;
}

.price_btn span {
  border: 2px solid #bee2e8;
  display: block;
  padding: 20px;
}

.price_btn:hover {
  background: #00a2ba;
  border: 3px solid #00a2ba;
  color: #fff;
}

hr.line {
  clear: both;
  overflow: hidden;
  margin: 40px 0 30px;
}

#treatment_03_2 .txtbox {
  display: table;
  margin: 0;
  padding: 15px 0 0 0;
}

#treatment_03_2 .txtbox .flow {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0;
}

#treatment_03_2 .txtbox figure {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#treatment_03_2 .txtbox figure img {
  max-width: 300px;
  padding-left: 20px;
}

a.detail {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
  text-decoration: none;
  line-height: 100%;
  color: #000;
  padding: 15px 0;
  margin-top: 20px;
  transition: all 0.4s;
  font-size: 1rem;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a.detail:hover {
  background: #000;
  color: #fff;
}

ul.medical {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  justify-content: space-between;
}

ul.medical li {
  width: 24%;
  margin-bottom: 10px;
  background: #f5f7f9;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 5px;
  color: #646476;
}

ul.medical li strong {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 1rem;
  background-color: #0098b1;
  font-weight: 100;
  color: #fff;
  line-height: 1.8;
  border-radius: 100px;
}

@media only screen and (max-width: 1260px) {
  .l_care_box ul {
    width: 96%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 980px) {
  #care .inbox_04 .flow img.cursor01,
  #care .inbox_04 .flow img.cursor02 {
    width: 30px;
    top: 50px;
  }
  #care .flow_02 img.cursor {
    width: 30px;
    top: 25%;
    left: 48%;
  }
  #care .flow_02 img.cursor02 {
    width: 30px;
    left: 48%;
    top: 55%;
  }
  #care .light_img div img {
    max-width: 95%;
  }
  #care .light_img div:first-child img {
    margin-right: 20px;
  }
  #care .light_img div:nth-child(2) img {
    margin-left: 20px;
  }
  #care ul.other li {
    width: 49%;
    margin: 0 0 10px 0;
  }
  #care ul.other li:nth-child(3n-1) {
    margin: 0 0 10px 0;
  }
  #care ul.other li:nth-child(2n) {
    margin: 0 0 10px 2%;
  }
  #care .txtbox figure {
    float: none;
    display: table-cell;
    padding: 0 20px 20px 0;
    text-align: center;
  }
  .txtbox .flow {
    float: none;
    width: 100%;
  }
  .txtbox .figure_box,
  .txtbox .figure_box_c2 {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .txtbox .figure_box_c2 {
    display: table;
  }
  .l_care_box ul li img {
    width: 100px;
  }
  .l_care_box ul li h4 {
    font-size: 1rem;
    margin: 0 0 0 110px;
    padding: 0px;
  }
  .l_care_box ul li span {
    font-size: 1rem;
    margin-top: 8px;
    margin-left: 110px;
  }
  .l_care_box a {
    padding: 10px;
    min-height: 56px;
  }
  #treatment_03 .txtbox {
    display: block;
  }
  #treatment_03 .txtbox .flow {
    display: block;
  }
  #treatment_03 .txtbox figure {
    display: block;
  }
  #treatment_03 .txtbox figure img {
    padding-left: 0;
    margin-top: 20px;
  }
  ul.medical li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  #care .inbox_04 .flow img.cursor01,
  #care .inbox_04 .flow img.cursor02 {
    width: 30px;
    top: 50px;
  }
  #care .inbox_01 {
    text-align: center;
    padding: 20px;
  }
  #care .inbox_01 h3 {
    text-align: center;
  }
  #care .inbox_01 img {
    float: none;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  #care .inbox_01 ul li {
    text-align: left;
    margin-top: 10px;
  }
  .pyloli_chart {
    display: block;
  }
  .pyloli_chart div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .pyloli_chart div img {
    max-width: 100%;
    width: auto;
  }
  .pyloli_chart div:first-child {
    border-right: none;
    padding: 20px 0;
  }
  .pyloli_chart div:nth-child(2) {
    padding-left: 0;
  }
  #care ul.other li {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
  }
  #care ul.other li:nth-child(3n-1) {
    margin: 10px 0 0 0;
  }
  #care ul.other li:nth-child(2n) {
    margin: 10px 0 0 0;
  }
  .care_menu a {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    min-height: 100px;
  }
  #care .inbox_03 figure {
    float: none;
    display: table-cell;
    padding: 0 20px 20px 0;
    text-align: center;
  }
  #care .inbox_03 figure img {
    max-width: 100%;
    width: auto;
  }
  #care .txtbox figure img {
    max-width: 100%;
    width: auto;
  }
  #care .driplist li {
    width: 49.75%;
  }
  #care .driplist li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  #care .driplist li:nth-child(2n) {
    margin-left: 0.5%;
    margin-right: 0;
  }
  #care .inbox_04 {
    text-align: center;
  }
  #care .inbox_04 img {
    float: none;
    padding-left: 0;
    margin: 0 auto;
  }
  #care .inbox_04 p {
    text-align: left;
  }
  .l_care_box {
    padding: 30px 0 10px;
    background: #f9f6f2;
    width: 100%;
    margin: 0 auto 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l_care_box ul li {
    width: 33%;
    margin-bottom: 4px;
  }
  .l_care_box ul li {
    margin-right: 0.5%;
  }
  .l_care_box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .l_care_box p:last-child {
    margin-bottom: 0;
  }
  .l_care_box h3 {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    line-height: 1.7rem;
    margin-bottom: 20px;
  }
  .l_care_box a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: block;
    min-height: 76px;
    text-align: center;
  }
  .l_care_box ul li img {
    max-width: 100%;
    width: 133px;
    margin: 0 auto;
    float: none;
    position: relative;
  }
  .l_care_box ul li h4 {
    text-align: center;
    font-size: 0.9rem;
    margin-left: 0px;
    padding-top: 0;
  }
  .l_care_box ul li span {
    font-size: 0.9em;
    margin-top: 5px;
    margin-left: 0;
  }
  .txtbox .imgright,
  .txtbox .imgleft {
    text-align: center;
    margin: 0 auto 20px;
  }
  .txtbox .c_left {
    float: none;
    width: 100%;
    text-align: center;
    padding-right: 0%;
    padding-bottom: 10px;
  }
  .txtbox .c_right {
    float: none;
    width: 100%;
  }
  .txtbox .c02_left {
    float: none;
    width: 100%;
  }
  .txtbox .c02_right {
    float: none;
    width: 100%;
    text-align: center;
    padding-right: 0%;
    padding-bottom: 10px;
  }
  .imgright {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  #care .light_img {
    display: block;
  }
  #care .light_img div {
    display: block;
  }
  #care .light_img div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  #care .light_img div:nth-child(2) {
    width: 100%;
    text-align: left;
  }
  #care .light_img div:first-child img {
    margin-right: 0px;
  }
  #care .light_img div:nth-child(2) img {
    margin-left: 0px;
  }
  #care .inbox_03 figure {
    display: block;
  }
  #care .txtbox figure {
    display: block;
  }
  .dripbox dt {
    width: 100%;
    float: none;
    margin: 8px 0 0 0;
    clear: both;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 100%;
  }
  .dripbox dd {
    width: 100%;
    float: none;
    margin: 4px 0 10px;
    padding: 4px 0;
    text-align: center;
  }
  #care .inbox_04 .flow figure {
    text-align: left;
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #care .inbox_04 .flow img.cursor01,
  #care .inbox_04 .flow img.cursor02 {
    display: none;
  }
  #care .flow_02 img.cursor {
    display: none;
  }
  #care .flow_02 img.cursor02 {
    display: none;
  }
  #care .inbox_04 .flow figure strong {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #care .inbox_04 .flow figcaption strong {
    margin-bottom: -10px;
  }
  #care .txtbox .flow_02 figure {
    display: block;
    text-align: left;
    margin: 0 auto 10px;
  }
  #care .txtbox .flow_02 figure strong {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #care .txtbox .flow_02 figcaption strong {
    margin-bottom: -10px;
  }
  #care .txtbox .flow_03 figure {
    display: block;
    margin-bottom: 20px;
  }
  div.recommend ul.check li {
    padding: 5px 0 5px 23px;
    width: 100%;
    float: none;
  }
  .nomalbox h5.head {
    font-size: 1.1rem;
  }
  ul.medical li {
    width: 100%;
  }
}
.nomalbox .block {
  margin-bottom: 30px;
  overflow: hidden;
}
.nomalbox .block picture {
  width: 100% !important;
  display: block;
  text-align: center;
}
.nomalbox .block picture img {
  display: block;
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
  margin: 0 auto;
}
.nomalbox .block p strong.head {
  display: block;
  font-weight: lighter;
  color: #00a2ba;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 0;
}
.nomalbox .block p .imgright {
  padding: 0;
  margin: 0 0 0 30px;
}
.nomalbox .block p .imgcenter {
  display: block;
  margin: 25px auto;
}
.nomalbox .block .col2 {
  display: flex;
  justify-content: space-between;
}
.nomalbox .block .col2 div {
  width: 49%;
  background: #f0f0f0;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.nomalbox .block .col2 div h5 {
  background: #760038;
  color: #fff;
  text-align: center;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 8px;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  height: 45px;
}
.nomalbox .block .col2 div h5 span {
  display: block;
}
.nomalbox .block .col2 div h5 span small {
  color: #fff !important;
  padding: 3px 0 0;
  line-height: 1;
}
.nomalbox .block .col2_list {
  display: flex;
  justify-content: space-between;
}
.nomalbox .block .col2_list div {
  width: 49%;
}
.nomalbox .block .col2_list div h5 {
  text-align: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  border-left: 2px solid #00a2ba;
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
  font-weight: 100;
  clear: both;
}
.nomalbox .block .col2_list div ul li {
  margin-bottom: 8px;
}
.nomalbox .block .col2_list div ul li:before {
  content: "●";
  color: #760038;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: 2px;
}
.nomalbox .block .num_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nomalbox .block .num_block div {
  width: 49%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
}
.nomalbox .block .num_block div h5 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #760038;
  font-size: 1.3rem;
  margin: 0 0 10px;
}
.nomalbox .block .num_block div.full {
  width: 100%;
}
.nomalbox .block .num_block div .profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -15px;
}
.nomalbox .block .num_block div .profile .photo img {
  max-width: 200px;
  width: auto;
  margin-right: 25px;
}
.nomalbox .block .num_block div .profile ul {
  width: 100%;
}
.nomalbox .block .num_block div .profile ul li {
  position: relative;
  padding-left: 80px;
  margin-bottom: 5px;
  line-height: 1.6;
  color: #6f6f81;
}
.nomalbox .block .num_block div .profile ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.nomalbox .block .num_block div .profile ul li.head {
  padding-left: 0;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.nomalbox .block .col3_img {
  display: flex;
  justify-content: space-between;
}
.nomalbox .block .col3_img div {
  width: 32%;
  text-align: center;
}
.nomalbox .block .col3_img div p strong {
  color: #760038;
  font-weight: lighter;
}
.nomalbox .block .col3_img div img {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .nomalbox .block p strong.head {
    font-size: 1.1rem;
  }
  .nomalbox .block p .imgright {
    float: none;
    display: block;
    margin: 15px auto;
  }
  .nomalbox .block .col2 {
    display: block;
  }
  .nomalbox .block .col2 div {
    width: 100%;
    background: #f0f0f0;
    padding: 0 20px 20px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .nomalbox .block .col2_list {
    display: block;
  }
  .nomalbox .block .col2_list div {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .nomalbox .block p strong.head {
    font-size: 1rem;
  }
  .nomalbox .block .col2_list div h5 {
    font-size: 1.2rem;
  }
  .nomalbox .block .num_block {
    display: block;
  }
  .nomalbox .block .num_block div {
    width: 100%;
    padding: 15px;
  }
  .nomalbox .block .num_block div h5 {
    font-size: 1.1rem;
    margin: 0 0 5px;
  }
  .nomalbox .block .num_block div .profile {
    display: block;
    margin-top: -20px;
  }
  .nomalbox .block .num_block div .profile .photo {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
  }
  .nomalbox .block .num_block div .profile .photo img {
    margin-right: 0;
  }
  .nomalbox .block .num_block div .profile ul li {
    padding-left: 65px;
  }
  .nomalbox .block .num_block div .profile ul li.head {
    font-size: 1.2rem;
  }
  .nomalbox .block .col3_img {
    display: block;
  }
  .nomalbox .block .col3_img div {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}
.light_head .frame.risk {
  background: #f5f0f0 !important;
}

.light_head .frame.risk h4 {
  background: #8e8686 !important;
}

.light_head .frame.risk p .small {
  background: none !important;
  padding: 0 0 0 0.8rem !important;
  margin: 5px 0 0 !important;
  text-indent: -0.8rem;
  color: #444 !important;
}

.light_head .frame.risk p {
  color: #333;
  padding: 0 !important;
}

.nomalbox .risk {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 25px;
}

.nomalbox .risk h4 {
  color: #00a2ba;
  font-size: 1rem;
  padding-bottom: 8px;
}