@charset "utf-8";

/* 追加 */
.SiteEditCP > br,
.SiteEditCP > div > br {
  display: none;
}

.km-menu-item h2 a {
  color: #393939;
}

.km-menu-item:hover h2 a,
.km-menu-active h2 a {
  color: #c9389f;
}

.km-btn a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------------------------------------------------
   Base Styles
   ---------------------------------------------------------------------------------------------- */

body {
  margin: 0px;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3',
  'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 32px;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic",
    Helvetica, sans-serif;
  }
}

p,
time,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

p {
  text-justify: inter-ideograph;
}

ol,
ul,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

article,
nav,
section,
figure {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #0070c0;
}

a:hover {
  color: rgb(125, 165, 194);
}

@media only screen and (max-width: 896px) {
  *:hover {
    opacity: 1 !important;
  }
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.leadTxt {
  font-size: 22px !important;
}

.body-content {
  background-color: rgb(235, 248, 247);
}

.body-content-sp {
  background-color: rgb(235, 248, 247);
}

body h2,
body h3,
body .headingTxtOne {
  color: #088a89;
}

.hr-style {
  border-top: 1px solid #b3b3b3;
  width: 100%;
  margin-block-start: 0;
}

/* resposive */

.pc-content {
  display: block;
  padding-top: 125px;
}

.include-header,
.include-footer {
  display: block;
}

.include-header-sp,
.include-footer-sp {
  display: none;
}

@media only screen and (max-width: 896px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  .include-header,
  .include-footer {
    display: none !important;
  }

  .include-header-sp,
  .include-footer-sp {
    display: block !important;
    overflow: hidden;
  }
}

/* header */

.km_fixedHeader {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: rgb(255, 255, 255);
  transition: 0.5s;
}

.header-content {
  position: relative;
  padding: 20px 20px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.header-content-logos {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.header-content-logos > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.km-header-logo-left {
  width: 14.4%;
}

.header-txt {
  font-size: 12px;
  color: #595959;
  line-height: 18px;
  padding-left: 10px;
  width: 69.3%;
}

.km-header-logo-right {
  width: 16.3%;
  text-align: right;
}

.km-header-logo-right > img {
  width: 100%;
  max-width: 146px;
}

.navi-content {
  position: relative;
  clear: both;
}

.km-gnavi {
  font-size: 0.9rem;
  width: 100%;
}

.km-gnavi-inner {
  width: 100%;
  height: 70px;
  margin: 0 auto;
  border-bottom: 4px solid rgb(206, 206, 206);
  font-weight: bold;
}

.km-gnavi ul {
  height: 100%;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.km-gnavi li {
  flex: 1 1;
  position: relative;
  display: flex;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .km-gnavi li {
    font-size: 13.5px;
  }
}

.selected-home .km-gnavi .km-navi-home a,
.selected-check .km-gnavi .km-navi-check a,
.selected-mechanism .km-gnavi .km-navi-mechanism a,
.selected-self-care .km-gnavi .km-navi-self-care a,
.selected-medical-treatment .km-gnavi .km-navi-medical-treatment a,
.selected-qa .km-gnavi .km-navi-qa a,
.selected-search .km-gnavi .km-navi-search a {
  color: rgb(201, 56, 159);
}

.selected-home .km-gnavi .km-navi-home,
.selected-check .km-gnavi .km-navi-check,
.selected-mechanism .km-gnavi .km-navi-mechanism,
.selected-self-care .km-gnavi .km-navi-self-care,
.selected-medical-treatment .km-gnavi .km-navi-medical-treatment,
.selected-qa .km-gnavi .km-navi-qa,
.selected-search .km-gnavi .km-navi-search {
  border-bottom: 4px solid rgb(201, 56, 159);
  margin-bottom: -4px;
}

.km-gnavi li::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgb(206, 206, 206);
  position: absolute;
  right: -1px;
  top: calc((100% - 40px) / 2);
}

.km-gnavi li:first-child::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgb(206, 206, 206);
  position: absolute;
  left: -1px;
  top: calc((100% - 40px) / 2);
}

.km-gnavi a {
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 0 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #595959;
}

.km-gnavi a:hover {
  color: #c9389f;
}

.km-gnavi span {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1000px) {
  .km-gnavi span {
    word-break: keep-all;
  }
}

.km_fixedHeader.close {
  transform: translateY(-100%);
}

body.openMenu {
  overflow: hidden;
}

body.openMenu #km-sp-menu {
  visibility: visible;
  opacity: 1;
}

#km-sp-menu {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 400ms;
  transition-timing-function: ease;
  transition-property: visibility, opacity;
}

#km-sp-menu .km-sp-menu-inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#km-sp-menu .km-sp-close a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  font-weight: bold;
  display: block;
  background-image: url(../images/km_header_menu_close_icon.png);
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center 30%;
  text-align: center 30%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  white-space: nowrap;
  width: 52px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  background-color: rgb(201, 56, 159);
}

header .km-sp-menubtn a {
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center top;
  color: #ffffff;
  font-weight: bold;
  display: block;
  background-image: url(../images/km_header_menu_icon.png);
  -webkit-background-size: 32px calc(32px / 65 * 44);
  background-size: 32px calc(32px / 65 * 44);
  background-position: center 30%;
  text-align: center 30%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  white-space: nowrap;
  width: 55px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
  background-color: rgb(201, 56, 159);
}

#km-sp-menu .km-sp-title {
  background-image: url(../images/km_header_logo_left.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: calc(125px);
  height: calc(125px / 258 * 101);
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 10px;
  top: 5px;
}

.km-sp-titarea {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  position: relative;
}

.km-sp-titarea > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}

.km-sp-titarea .km-header-logo-left-sp {
  width: 36%;
  padding: 0 10px;
}

.km-sp-titarea .km-sp-menubtn {
  width: 22.6%;
}

.km-sp-titarea .km-header-logo-right-sp {
  width: 64%;
  padding-right: 55px;
  text-align: right;
}

.km-sp-titarea .km-header-logo-right-sp > span {
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 10px;
  width: 70%;
}

.link-list {
  overflow: auto;
}

#km-sp-menu-category ul,
#km-sp-menu-category li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#km-sp-menu-category {
  font-size: 15px;
  color: rgb(0, 112, 192);
  font-weight: bold;
  padding: 50px 0 35vw;
  width: 100%;
}

#km-sp-menu-category a {
  text-decoration: none;
  color: rgb(0, 112, 192);
}

#km-sp-menu-category a:hover {
  color: #ffffff;
}

#km-sp-pulldown-menu {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}

.km-sp-main-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  padding-left: 20px;
  text-indent: 10;
  display: block;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}

li a .km-sp-main-menu::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px rgb(0, 112, 192);
  border-left: solid 2px rgb(0, 112, 192);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 26px;
  margin-top: -5px;
}

.km-sp-main-menu::before {
  content: '＋';
  position: absolute;
  top: 15px;
  right: 20px;
}

#km-sp-pulldown-menu .km-sp-main-menu:hover {
  background-color: rgb(125, 165, 194);
  color: #ffffff;
}

#km-sp-pulldown-menu .open::before {
  content: 'ー';
}

.km-sp-sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2em;
  text-indent: -0.8em;
  display: block;
  position: relative;
  background-color: #eeeeee;
  font-size: 15px;
}

.km-sp-sub-menu li a::before {
  content: '-';
  margin-right: 5px;
  font-weight: normal;
  color: #000000;
}

.km-sp-sub-menu li a:hover {
  background-color: rgb(125, 165, 194);
}

/* footer */

.km-footer-pc {
  margin-bottom: 180px;
  margin-top: 60px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(245, 245, 245);
}

.km-footer-sp {
  margin-top: 20px;
  padding-bottom: 120px;
}

.km-footer-link-list-pc {
  padding: 0 10px;
}

.km-footer-link-list-sp {
  background-color: rgb(245, 245, 245);
  padding: 40px 20px;
}

.km-footer-link-list ul li a {
  color: rgb(0, 112, 192);
  text-decoration: none;
}

.km-footer-link-list ul li a:hover {
  color: rgb(125, 165, 194);
}

.km-footer-link-list ul.km-footer-parent-ul,
.km-footer-link-list ul.km-footer-child-ul {
  list-style-type: none;
}

.km-footer-link-list .km-footer-parent-li {
  font-size: 17px;
  font-weight: bold;
}

.km-footer-link-list .km-footer-parent-li-up {
  margin-bottom: 20px;
}

.km-footer-link-list ul.km-footer-parent-ul {
  padding-inline-start: 0px;
}

.km-footer-link-list ul.km-footer-child-ul {
  padding-inline-start: 20px;
  font-size: 14px;
  font-weight: normal;
}

.km-footer-link-list ul li.km-footer-parent-li a::after {
  content: ' ›';
}

.km-footer-link-list ul li.km-footer-child-li::before {
  content: '- ';
}

.km-footer-link-list ul li.km-footer-child-li {
  padding-left: 0px;
  text-indent: -10px;
  line-height: 1.5em;
  margin-top: 10px;
}

.km-footer-link-list ul li.km-footer-child-li a::after {
  content: '';
}

.km-footer-banner-page-message-sp {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.km-footer-banner-page-message-sp p {
  font-size: 20px;
  line-height: 40px;
}

.km-footer-banner-page-message-sp a {
  font-weight: bold;
}

.km-footer-banner-page-message-pc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.km-footer-banner-page-message-pc a {
  font-weight: bold;
}

.footer-hr {
  width: 90%;
}

.km-footer-share {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.km-footer-share img {
  margin: 10px;
}

.km-footer-sp .km-footer-share {
  margin: 30px 0;
}

.km-footer-sp .km-footer-share img {
  width: 12%;
}

.km-footer-share h2 {
  color: #000000;
}

.km-footer-menu {
  background-color: rgb(245, 245, 245);
  width: 100%;
  text-align: center;
}

.km-footer-menu-link-list {
  position: relative;
}

.km-footer-menu-link-list ul {
  padding-inline-start: 0;
}

.km-footer-menu1,
.km-footer-menu2 {
  width: 100%;
  padding-bottom: 10px;
}

.km-footer-menu .km-footer-menu-link-list {
  width: 100%;
}

.km-footer-menu ul {
  overflow: hidden;
  padding: 0 10px;
}

.km-footer-menu1 ul li {
  position: relative;
  float: left;
  list-style-type: none;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
}

#km-footer-menu1-1 {
  width: 34%;
}

#km-footer-menu1-2,
#km-footer-menu1-3 {
  width: 33%;
}

.km-footer-menu1 p {
  font-size: 15px;
}

.km-footer-menu1 .km-copyright {
  font-size: 14px;
}

.km-footer-menu2 ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.km-footer-sp .km-footer-menu2 ul li {
  position: relative;
  float: left;
  list-style-type: none;
  text-align: center;
  font-size: 15px;
}

.km-footer-menu2-link-list1 ul li {
  width: calc(100% / 6);
}

#km-footer-menu2-link-list1-1 {
  width: 12%;
}

#km-footer-menu2-link-list1-2,
#km-footer-menu2-link-list1-4,
#km-footer-menu2-link-list1-6 {
  width: 15%;
}

#km-footer-menu2-link-list1-3 {
  width: 17%;
}

#km-footer-menu2-link-list1-5 {
  width: 26%;
}

#km-footer-menu2-link-list2-1 {
  width: 15%;
}

#km-footer-menu2-link-list2-2 {
  width: 12%;
}

#km-footer-menu2-link-list2-3 {
  width: 28%;
}

#km-footer-menu2-link-list2-4 {
  width: 45%;
}

#km-footer-menu2-link-list3-1,
#km-footer-menu2-link-list3-2,
#km-footer-menu2-link-list3-4 {
  width: 23%;
}

#km-footer-menu2-link-list3-3 {
  width: 31%;
}

.km-footer-menu2-link-list3 ul {
  padding: 0 10%;
}

.km-footer-menu2-link-list2 ul li,
.km-footer-menu2-link-list3 ul li {
  width: calc(100% / 4);
}

.km-footer-menu2-link-list1-pc ul {
  padding-inline-start: 0;
}

.km-footer-menu2-link-list1-pc ul li {
  width: 25%;
}

.km-footer-menu2-link-list1-pc ul li a {
  color: #000000 !important;
  text-decoration: none;
}

.km-footer-menu2-link-list2-pc ul li {
  padding: 0 8px;
}

.km-footer-menu2-link-list2-pc ul li a {
  color: #000000 !important;
  text-decoration: none;
}

.km-footer-menu1 ul li .line-right {
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 22px;
  background-color: rgb(206, 206, 206);
}

.km-footer-menu2 ul li .line-right {
  display: block;
  position: absolute;
  top: 3px;
  right: -4px;
  width: 1px;
  height: 22px;
  background-color: rgb(206, 206, 206);
}

.km-copyright {
  font-size: 0.5rem;
}

.km-footer-search-hospital {
  position: fixed;
  bottom: 2.9%;
  right: 2.9%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  display: table;
  width: 160px;
  height: 160px;
}

#search-hospital .km-footer-search-hospital {
  display: none;
}

.km-footer-search-hospital-link-btn {
  background: rgba(240, 144, 8, 1) url("../images/km_footer_search_hospital_button.png") no-repeat center;
  box-shadow: 0px 6px 0px 0px #b06b0a;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 6px #a96300;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.km-footer-search-hospital-link-btn:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/cs-btn.png") no-repeat center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.km-footer-search-hospital-link-btn:hover {
  color: #ffffff;
  background-color: rgba(243, 166, 57, 1);
  box-shadow: 0px 3px 0px 0px #c0893b;
  -moz-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

@media only screen and (max-width: 896px) {
  .km-footer-search-hospital-button {
    width: 100%;
    box-sizing: border-box;
  }
}

.km-footer-container {
  padding: 20px 20px 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.km-footer-grid-item-a {
  float: left;
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
}

.km-footer-grid-item-a-container {
  padding: 10px;
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.km-footer-grid-item-b {
  float: left;
  width: 20%;
  text-align: center;
  border-left: 1px solid #cccccc;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
}

.km-footer-grid-item-b-container {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.km-footer-grid-item-c {
  max-width: 1240px;
  margin: 30px auto 0;
  padding: 0 20px 20px;
}

.km-footer-grid-item-c > p {
  font-size: 14px;
  line-height: 24px;
}

.km-footer-share-pc {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

.km-footer-share-pc p {
  padding: 10px 0;
}

.km-footer-share-pc img {
  width: 20%;
  margin: auto 5px;
}

.km-footer-grid-item-c-left {
  text-align: left;
  float: left;
  padding: 0;
  margin-top: 5px;
}

.km-footer-grid-item-c-left p {
  font-size: 14px;
}

.km-footer-grid-item-c-right {
  text-align: right;

  padding: 0;
}

.km-footer-grid-item-c-right ul {
  margin-block-start: 0;
  padding: 5px;
  overflow: hidden;
}

.km-footer-menu2-link-list2-pc ul {
  text-align: center;
}

.km-breadcrumb {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 10px;
  margin-bottom: 0;
}

.km-breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 14px;
}

.km-breadcrumb li:after {
  content: '>';
  padding: 0 3px;
  color: #4f4f4f;
}

.km-breadcrumb li:last-child:after {
  content: '';
}

.km-breadcrumb li a {
  text-decoration: underline;
  color: #0070c0;
}

.km-breadcrumb li a:hover {
  text-decoration: none;
}

.km-main-cointents {
  margin: 24px auto 0;
  max-width: 1200px;
  overflow: hidden;
}

.km-left-menu {
  max-width: 260px;
  width: 260px;
  float: left;
}

.km-right-contents {
  max-width: 910px;
  width: 80%;
  float: right;
  background-color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
}

.km-menu-item {
  width: 100%;
  line-height: 24px;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
}

.km-menu-item a {
  display: block;
  padding: 18px 20px;
  text-decoration: none;
}

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

.km-menu-item h2 {
  font-size: 16px;
  color: #393939;
}

.km-menu-item:after {
  content: '';
  background: url('../images/medical-treatment-arrow.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
}

.km-menu-item:hover a h2 {
  color: #c9389f;
}

.km-p-link-icon {
  margin-right: 4px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 20px;
}

.km-menu-active {
  background-color: #ffeefa;
}

.km-menu-active a h2 {
  color: #c9389f;
}

.km-related-contents {
  margin-top: 100px;
}

.km-related-contents-title {
  background-color: #f4f4f4;
  border-left: 5px solid rgba(61, 136, 136, 1);
  padding: 4px 10px;
}

.km-related-contents-title h2 {
  font-size: 18px !important;
  color: #0b8a89;
}

.km-related-contents-row {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 4px;
}

.km-related-contents-item:nth-child(3n) {
  margin-right: 0;
}

.km-related-contents-item {
  width: 31%;
  margin-right: 3%;
  border: 1px solid #969696;
  border-radius: 10px;
  box-shadow: 0px 4px #969696;
  float: left;
}

.km-related-contents-item p:nth-of-type(2) {
  margin-top: 20px;
}

.km-related-contents-img {
  margin: 0 auto;
}

.km-related-contents-img img {
  width: 100%;
}

.km-related-contents-item {
  padding: 8px 8px 15px;
  box-sizing: border-box;
}

.km-related-contents-item:hover {
  cursor: pointer;
}

.km-related-contents-item:hover .km-related-contents-text p:nth-of-type(1) span {
  border-bottom: none;
}

.km-related-contents-item a {
  text-decoration: none;
}

.km-related-contents-item a:hover {
  color: #0070c0;
}

.km-related-contents-text {
  margin-top: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  color: #212121;
}

.km-related-contents-text p:nth-of-type(1) {
  color: #0070c0;
  font-size: 18px;
  font-weight: bold;
  text-indent: -25px;
  padding-left: 25px;
}

.km-related-contents-text p:nth-of-type(1) span {
  border-bottom: 1px solid #0070c0;
  vertical-align: text-bottom;
}

.km-related-contents-text p:nth-of-type(1) a::before {
  content: '';
  background: url(../images/medical-treatment-arrow.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-right: 5px;
}

.km-related-contents-text p {
  line-height: 26px;
  font-size: 16px;
  text-decoration: none;
}

.km-related-contents-link {
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: #c9389f;
}

.km-related-contents-link span {
  color: #c9389f;
}

.km-related-contents-link:after {
  content: '';
  background: url('../images/medical-treatment-arrow.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -12px;
}

.km-right-contents-title {
  width: 100%;
  background-color: #5cc9c7;
  color: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
}

.km-right-contents-title h1 {
  color: #ffffff;
  font-size: 26px;
}

.km-right-contents-title p {
  font-size: 18px;
  font-weight: bold;
}

.km-body-conents-asset {
  background-color: #edf7f7;
  padding-top: 125px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .km-right-contents {
    margin: 0 auto;
    width: 76%;
  }

  .km-left-menu {
    width: 22%;
  }
}

@media only screen and (max-width: 896px) {
  .km-left-menu {
    display: none;
  }

  .km-right-contents {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 16px;
  }
}

.km-p-2 {
  font-size: 22px;
}

@media only screen and (max-width: 896px) {
  .km-breadcrumb {
    display: none;
  }

  .km-main-contents {
    padding: 0px 16px;
  }

  .km-p-link-icon {
    width: 16px;
  }

  .km-related-contents-item {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    margin-right: 0;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }

  .km-related-contents-item:last-child {
    margin-bottom: 0 !important;
  }

  .km-related-contents-item p:nth-of-type(2) {
    margin-top: 10px;
  }

  .km-related-contents-text {
    height: auto;
    margin-top: 10px;
  }

  .km-related-contents-img img {
    width: 100%;
  }

  .km-body-conents-asset {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    box-sizing: border-box;
  }

  .km-p-2 {
    font-size: 15px;
  }

  .km-related-contents-text p {
    font-size: 14px;
    line-height: 22px;
  }
}

.km-link-btn p {
  color: #ffffff;
  z-index: 2;
  font-size: 24px;
  text-align: center !important;
  padding: 10px 0 !important;
  font-weight: bold;
}

.km-link-btn a {
  text-decoration: none;
}

.km-btn {
  position: relative;
  border-radius: 100px;
  background-color: rgb(201, 56, 159);
  box-shadow: 0px 4px 0px 0px rgba(139, 28, 107, 0.9);
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.km-btn:hover {
  background-color: #db57b5;
  box-shadow: 0 2px 0 0 rgb(180, 93, 155);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.km-btn:hover p {
  opacity: 0.8;
}

@media only screen and (max-width: 896px) {
  .km-right-contents {
    padding-bottom: 20px;
  }

  .km-right-contents-title h1 {
    font-size: 16px;
  }

  .km-right-contents-title .km-right-contents-title-text {
    padding: 0;
  }

  .km-right-contents-title p {
    font-size: 13px;
  }

  .km-top-content .km-link-btn {
    width: 80%;
    min-width: 200px;
  }

  .km-link-btn p {
    font-size: 18px;
  }

  .km-btn {
    position: relative;
    border-radius: 30px;
    background-color: rgb(201, 56, 159);
    box-shadow: 0px 4px 0px 0px rgba(139, 28, 107, 0.9);
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }

  .km-btn-arrow {
    top: 20%;
  }

  .km-main-cointents {
    margin: 20px auto 0;
  }

  .km-related-contents {
    margin-top: 40px;
  }

  .km-related-contents-text span {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .km-related-contents-text span::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}

.km-btn p {
  font-weight: bold;
}

.km-btn-arrow {
  position: absolute;
  right: 4.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.colTwo {
  margin-top: 20px;
}

.colTwo:after {
  content: '';
  display: block;
  clear: both;
}

.colTwo .colTxt,
.colTwo .colImg {
  float: left;
}

.colTwo .colTxt {
  width: 63%;
  max-width: 450px;
  box-sizing: border-box;
}

.colTwo .colTxt.list {
  text-indent: -19px;
  padding-left: 19px;
}

.colTwo .colTxt.list:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #0a8a89;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.colTwo .colImg {
  width: 37%;
  text-align: center;
}

.colTwo .colImg img {
  width: 80%;
}

.sc-commentary-contents .colTwo .colTxt.list {
}

.lum-gallery-button {
  display: none !important;
}

@media only screen and (max-width: 896px) {
  .km-top-content .km-link-btn {
    width: 80%;
    min-width: 200px;
  }

  .km-footer-link-list .km-footer-parent-li {
    margin-bottom: 20px;
  }

  .km-footer-link-list .km-footer-parent-li:last-child {
    margin-bottom: 0;
  }

  .km-footer-link-list ul.km-footer-child-ul {
    margin-top: 10px;
  }

  .km-footer-banner-page-message-sp p {
    font-size: 12px;
    line-height: 22px;
  }

  .km-footer-share h2 {
    font-size: 13px;
  }

  .km-footer-menu1 ul li {
    font-size: 10px;
  }

  .km-footer-menu1 ul li a {
    color: #000000;
    border-bottom: none;
    text-decoration: none;
  }

  .km-footer-menu1 p {
    font-size: 11px;
  }

  .km-footer-menu1 .km-copyright {
    font-size: 7px;
    padding: 0 20px;
  }

  .km-footer-sp .km-footer-menu2 ul li {
    font-size: 10px;
  }

  .km-footer-sp .km-footer-menu2 ul li a {
    color: #000000;
    text-decoration: none;
  }

  h2,
  .headingTxtOne {
    font-size: 23px !important;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -5px !important;
  }

  .km-footer-link-list .km-footer-parent-li {
    font-size: 14px;
  }

  .colTwo {
    margin-top: 20px;
  }

  .colTwo .colTxt,
  .colTwo .colImg {
    float: none;
    width: auto;
  }

  .colTwo .colTxt.list {
    text-indent: -14px;
    padding-left: 14px;
  }

  .colTwo .colTxt.list:before {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }

  .sp-none {
    display: none !important;
  }

  .km-footer-link-list ul li.km-footer-child-li {
    margin-top: 5px;
  }

  .km-sp-titarea img {
    vertical-align: baseline;
    max-height: 35px;
  }

  .leadTxt {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .km-footer-search-hospital {
    right: 4.6%;
    bottom: 4.6%;
    width: 90px;
    height: 90px;
  }

  .km-footer-search-hospital-link-btn {
    font-size: 14px;
    box-shadow: 0px 3px 0px 0px #b06b0a;
    line-height: 19px;
    background-size: 90%;
  }

  .km-footer-search-hospital-link-btn:after {
    width: 13px;
    height: 13px;
    bottom: 8px;
    background-size: contain;
  }
}

/* useful */
@media only screen and (min-width: 599px) {
  .is-w10per {
    width: 10% !important
  }

  .is-w20per {
    width: 20% !important
  }

  .is-w30per {
    width: 30% !important
  }

  .is-w40per {
    width: 40% !important
  }

  .is-w50per {
    width: 50% !important
  }

  .is-w60per {
    width: 60% !important
  }

  .is-w70per {
    width: 70% !important
  }

  .is-w80per {
    width: 80% !important
  }

  .is-w90per {
    width: 90% !important
  }

  .is-w100per {
    width: 100% !important
  }
}
.self-care-link {
  text-decoration: none;
  color: #005494;
  transition: color 0.3s;
}
.self-care-link:hover {
  text-decoration: underline;
  color: #005494;
}

