/* ==========================================================================
    /anshin/kenko/ project
   ========================================================================== */
.kklower-index {
  padding-bottom: 71px;
}
.kklower-index .kklower-index_content-itemTitle {
  width: 151px;
}
/* modal
   ========================================================================== */
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: none;
}
#cboxContent {
  margin: 30px 40px 20px;
  padding: 30px 20px;
  border-radius: 20px;
  background-color: #fff;
}
#cboxContent::before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 2px solid #13b107;
  border-radius: 20px;
  pointer-events: none;
}
#cboxClose {
  position: absolute;
  top: -23px;
  right: -31px;
  width: 81px;
  height: 81px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: url(/library/anshin/kenko/img/counsel_modal_bg01.jpg) no-repeat center center / 100% 100%;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}
#cboxClose::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 33.33%;
  height: 33.33%;
  background: url(/library/anshin/kenko/img/counsel_modal_bg02.png) no-repeat center center / 100% 100%;
}
.kkmodal-wrap {
  display: none;
}
.kkmodal {
  padding: 41px 40px 50px;
}
.kkmodal_inner {
  max-width: 620px;
  margin: 0 auto !important;
}
.kkmodal_title {
  max-height: 38px;
  text-align: center;
}
.kkmodal_title > img {
  max-height: 100%;
}
.kkmodal_section {
  margin-top: 40px !important;
}
.kkmodal_section:first-child {
  margin-top: 0 !important;
}
.kkmodal_section_title ruby > rt,
.kkmodal_section_text ruby > rt {
  position: relative;
  letter-spacing: 0em;
}
.firefox .kkmodal_section_title ruby > rt,
.firefox .kkmodal_section_text ruby > rt {
  top: .3em;
}
.ie .kkmodal_section_title ruby > rt,
.ie .kkmodal_section_text ruby > rt {
  top: .1em;
}
.kkmodal_section_title {
  position: relative;
  padding-top: 73px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.9;
  text-align: center;
  color: #13b107;
}
.kkmodal_section_title > span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px;
  background-color: #13b107;
  color: #fff;
}
.kkmodal_section_text {
  margin-top: 16px !important;
  font-size: 1.8rem;
  line-height: 2.5;
}
.kkmodal_section_text:first-child {
  margin-top: 0 !important;
}
.kkmodal_section_text strong {
  font-weight: normal;
  color: #13b107;
}
.kkmodal_section_image {
  max-width: 390px;
  margin: 35px auto 0 !important;
}
.kkmodal_section_image:first-child {
  margin-top: 0 !important;
}
.kkmodal_section_image > img {
  max-width: 100%;
}
