/*--------------------------------------------------------------------------------
common
--------------------------------------------------------------------------------*/
.pl13 {
  padding-left: 13px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

span.infonew {
  color: #ff0000;
  margin-right: 1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #footer {
    min-width: 1240px;
  }
}

#contents {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #contents {
    min-width: 1240px;
  }
}
@media screen and (max-width: 767px) {
  #contents {
    padding: 0 16px;
  }
}

.pageHeader {
  max-width: 1240px;
  margin: 0 auto 16px;
}
.pageHeader h1 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .pageHeader {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .trademarkArea,
.underInfoArea {
    padding: 0;
  }
}

/*--------------------------------------------------------------------------------
mainVisual
--------------------------------------------------------------------------------*/
.mainVisual {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 16px;
  overflow: hidden;
}
.mainVisual_slide {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainVisual_slide {
    border-radius: 10px;
  }
}
.mainVisual_nav {
  display: flex;
  margin-top: 16px;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .mainVisual_nav {
    display: block;
  }
}
.mainVisual_links {
  flex: 0 0 calc(70% - 24px);
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .mainVisual_links {
    margin-top: 8px;
    gap: 8px;
    flex-direction: column;
  }
}
.mainVisual_links a {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  height: 55px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #CFDAE5;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  transition-property: background, border;
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .mainVisual_links a {
    flex: 1 0 56px;
    border-radius: 6px;
    font-size: 13px;
  }
}
.mainVisual_links a:hover {
  background-color: rgba(0, 90, 180, 0.06);
  border-color: rgba(0, 90, 180, 0.5);
}
.mainVisual_links a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .mainVisual_links a::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.mainVisual_links a[href^="#"]::after {
  background-image: url(/b_solution/iryo/images/ico_arrow_down.svg);
}
.mainVisual_links a[href^="/"]::after {
  background-image: url(/b_solution/iryo/images/ico_arrow_right.svg);
}
.mainVisual_links a[href^=http]::after {
  background-image: url(/b_solution/iryo/images/ico_external_link.svg);
}
.mainVisual_links a:hover {
  text-decoration: none;
  color: #005ab4;
}
.mainVisual_slide {
  background-color: #fff;
}
.mainVisual_slide > a {
  transition: opacity 0.3s;
}
.mainVisual_slide > a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .mainVisual_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.mainVisual_slider-nav {
  flex: 0 0 30%;
  display: flex;
  width: 100%;
  padding: 10px 24px;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
}
.mainVisual_slider-nav_btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #dbe0e3;
  border-radius: 15px;
  transition-property: background, border;
  transition-duration: 0.3s;
  cursor: pointer;
}
.mainVisual_slider-nav_btn::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #005ab4;
  border-left: 2px solid #005ab4;
}
.mainVisual_slider-nav_btn.--prev::before {
  transform: rotate(45deg);
  margin-right: -6px;
}
.mainVisual_slider-nav_btn.--next::before {
  transform: rotate(-135deg);
  margin-left: -6px;
}
.mainVisual_slider-nav_btn:hover {
  background-color: rgba(0, 90, 180, 0.06);
  border-color: rgba(0, 90, 180, 0.5);
}
.mainVisual_slider-nav_pagination {
  display: flex;
  flex: 1 1 100%;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.mainVisual_slider-nav_bullets {
  flex: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.mainVisual_slider-nav_bullets span {
  flex: 0 0 auto;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #f3f5f7;
  border-radius: 6px;
  opacity: 1;
  margin: 0 !important;
}
.mainVisual_slider-nav_bullets span.swiper-pagination-bullet-active {
  background-color: #005ab4;
}
.mainVisual_slider-nav_stop {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #f3f5f7;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mainVisual_slider-nav_stop::before, .mainVisual_slider-nav_stop::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 9px;
  margin: 0 1px;
  background: #005ab4;
}
.mainVisual_slider-nav_stop.is-paused::before {
  width: 9px;
  height: 9px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.mainVisual_slider-nav_stop.is-paused::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainVisual .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .pc {
    display: none;
  }
}

/*--------------------------------------------------------------------------------
iryoInfo
--------------------------------------------------------------------------------*/
.iryoInfo {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 64px;
  padding: 20px;
  border-radius: 10px;
  background: #F2F5F7;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .iryoInfo {
    position: relative;
    display: block;
  }
}
.iryoInfo_heading {
  flex: 0 0 auto;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .iryoInfo_heading {
    margin-bottom: 8px;
  }
}
.iryoInfo_cnt {
  flex: 1 1 100%;
  display: flex;
  gap: 16px;
}
.iryoInfo_date {
  flex: 0 0 auto;
  max-width: 100px;
  font-size: 11px;
}
.iryoInfo_txt {
  flex: 1 1 100%;
  font-size: 11px;
}
.iryoInfo_more {
  flex: 0 0 auto;
  background: url(/common/images/ico_down_01.gif) no-repeat right center;
  padding: 2px 20px 2px 0;
  font-size: 85.71%;
}
@media screen and (max-width: 767px) {
  .iryoInfo_more {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

/*--------------------------------------------------------------------------------
Button Arrow
--------------------------------------------------------------------------------*/
.bnrRanking_button a, .healthCare_lineup-box_btn a, .iryoCaseArea_more a, .iryoPickupCaseArea_more a {
  position: relative;
}
.bnrRanking_button a:after, .healthCare_lineup-box_btn a:after, .iryoCaseArea_more a:after, .iryoPickupCaseArea_more a:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
}

.bnrRanking_button a:after, .healthCare_lineup-box_btn a:after, .iryoCaseArea_more a:after, .iryoPickupCaseArea_more a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.healthCare_lineup-box_btn, .iryoCaseArea_more, .iryoPickupCaseArea_more {
  margin-top: 40px;
}
.healthCare_lineup-box_btn a, .iryoCaseArea_more a, .iryoPickupCaseArea_more a {
  display: block;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  background-color: #005ab4;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 114.28%;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .healthCare_lineup-box_btn a:hover, .iryoCaseArea_more a:hover, .iryoPickupCaseArea_more a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.healthCare_lineup-box_btn a:after, .iryoCaseArea_more a:after, .iryoPickupCaseArea_more a:after {
  right: 20px;
}
.healthCare_lineup-box_btn a[target=_blank]:after, .iryoCaseArea_more a[target=_blank]:after, .iryoPickupCaseArea_more a[target=_blank]:after {
  content: url("/common/images/ico_pop_05.png");
  width: auto;
  height: auto;
  border: 0;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------------------------
contents
--------------------------------------------------------------------------------*/
#contents .sectionTtl {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .sectionTtl {
    font-size: 32px;
  }
}
#contents .sectionTtl::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 10px auto 0;
  background-color: #005ab4;
}

.iryoPickupCaseArea {
  width: 960px;
  margin: 80px auto 60px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea .contentsInner {
    padding: 0;
  }
}
.iryoPickupCaseArea_cont {
  padding: 30px;
  border: 10px solid #f3f5f7;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_cont {
    padding: 20px;
  }
}
.iryoPickupCaseArea_info {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_info {
    display: block;
  }
}
.iryoPickupCaseArea_info-img {
  flex: 0 0 320px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_info-img {
    margin-bottom: 15px;
  }
}
.iryoPickupCaseArea_info-text {
  flex: 1 1 auto;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_info-text {
    padding-left: 0;
  }
}
.iryoPickupCaseArea_info-client {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_info-client {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.iryoPickupCaseArea_info-title {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_info-title {
    font-size: 20px;
  }
}
.iryoPickupCaseArea_box {
  margin-bottom: 30px;
}
.iryoPickupCaseArea_box-title {
  position: relative;
  margin-bottom: 25px;
  color: #005ab4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.iryoPickupCaseArea_box-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2;
  transform: translateY(-50%);
}
.iryoPickupCaseArea_box-title span {
  position: relative;
  padding: 0 15px;
  background-color: #fff;
  z-index: 1;
}
.iryoPickupCaseArea_box-list {
  font-size: 16px;
  text-align: center;
}
.iryoPickupCaseArea_box-list ul {
  display: inline-block;
}
.iryoPickupCaseArea_box-list li {
  text-align: left;
  padding-left: 32px;
  text-indent: -32px;
}
.iryoPickupCaseArea_box-list li::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(/b_solution/gyoshu/iryo/lineup/images/icon_checkbox01.svg) no-repeat 0 0/contain;
}
.iryoPickupCaseArea_box-list li:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_box-list li {
    font-size: 14px;
  }
  .iryoPickupCaseArea_box-list li::before {
    width: 16px;
    height: 16px;
  }
}
.iryoPickupCaseArea_product {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_product {
    display: block;
  }
}
.iryoPickupCaseArea_product-img {
  flex: 1 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_product-img {
    margin-bottom: 15px;
  }
}
.iryoPickupCaseArea_product-text {
  flex: 1 1 auto;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_product-text {
    padding-left: 0;
    font-size: 14px;
  }
}
.iryoPickupCaseArea_product-text .note {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_product-text .note {
    font-size: 11px;
  }
}
.iryoPickupCaseArea_more a {
  max-width: 402px;
}
.iryoPickupCaseArea_more a br {
  display: none;
}
@media screen and (max-width: 767px) {
  .iryoPickupCaseArea_more a {
    height: auto;
    padding: 10px 30px 10px 10px;
    line-height: 1.25;
  }
  .iryoPickupCaseArea_more a br {
    display: block;
  }
}

.bnrRanking {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(to top, #fafafa 0%, #fff 50%);
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .bnrRanking {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .bnrRanking {
    margin: 0;
    padding: 15px 20px;
    box-sizing: border-box;
  }
}
.bnrRanking_img {
  flex: 0 0 260px;
}
@media screen and (max-width: 767px) {
  .bnrRanking_img {
    margin-bottom: 15px;
    text-align: center;
  }
}
.bnrRanking_text {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .bnrRanking_text {
    margin-bottom: 20px;
    text-align: center;
  }
}
.bnrRanking_ribbon {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.bnrRanking_ribbon > span {
  position: relative;
  z-index: 1;
}
.bnrRanking_ribbon::before, .bnrRanking_ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #003871;
  z-index: 0;
}
.bnrRanking_ribbon::before {
  bottom: 0;
  transform: scaleY(1.3) perspective(0.6em) rotateX(4deg) translateY(-2px);
}
.bnrRanking_ribbon::after {
  top: 0;
  transform: scaleY(1.3) perspective(0.6em) rotateX(-4deg) translateY(2px);
}
@media screen and (max-width: 767px) {
  .bnrRanking_ribbon {
    font-size: 14px;
  }
}
.bnrRanking_lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.bnrRanking_lead span {
  color: #005ab4;
}
@media screen and (max-width: 767px) {
  .bnrRanking_lead {
    font-size: 20px;
  }
}
.bnrRanking_button {
  flex: 0 0 auto;
  width: 280px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .bnrRanking_button {
    margin: 0 auto;
    padding-right: 0;
  }
}
.bnrRanking_button a {
  display: block;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  background-color: #005ab4;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .bnrRanking_button a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.bnrRanking_button a:after {
  right: 20px;
}

/*--------------------------------------------------------------------------------
healthCare
--------------------------------------------------------------------------------*/
.healthCare {
  --offset: 95px;
  position: relative;
  padding: 0 24px 24px;
}
.healthCare sup {
  font-size: 11px !important;
}
@media screen and (max-width: 767px) {
  .healthCare {
    --offset: 56px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
  }
}
.healthCare img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.healthCare::before {
  position: absolute;
  content: "";
  display: block;
  top: var(--offset);
  left: 0;
  width: 100%;
  height: calc(100% - var(--offset));
  background: #EDF6FF;
  pointer-events: none;
  z-index: 0;
}
.healthCare_inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 92px;
  background: #005ab4;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .healthCare_inner {
    padding: 32px 16px 16px;
    border-radius: 0;
  }
}
.healthCare_head {
  margin-bottom: 56px;
  color: #fff;
  text-align: center;
}
.healthCare_ttl {
  margin-bottom: 24px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .healthCare_ttl {
    font-size: 32px;
  }
}
.healthCare_desc {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .healthCare_desc {
    font-size: 14px;
  }
}
.healthCare_panel {
  padding: 48px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .healthCare_panel {
    padding: 40px 24px 24px;
    border-radius: 10px;
  }
}
.healthCare_panel:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .healthCare_panel:not(:last-child) {
    margin-bottom: 24px;
  }
}
.healthCare_panel_ttl {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.healthCare_panel_ttl .sm {
  font-size: 16px;
}
.healthCare_panel_ttl .rounded-fill {
  display: inline-block;
  padding: 4px 12px 2px;
  border-radius: 1.5em;
  background-color: #57B935;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .healthCare_panel_ttl .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .healthCare_panel_ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.healthCare_support {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .healthCare_support {
    flex-direction: column;
    gap: 16px;
  }
}
.healthCare_support-cell {
  flex: 1 1 50%;
  padding: 16px 24px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.healthCare_support-cell_ttl {
  margin-bottom: 24px;
  padding: 8px 0;
  color: #005ab4;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .healthCare_support-cell_ttl {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.healthCare_support-cell_img {
  width: auto;
  height: 186px;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .healthCare_support-cell_img {
    height: 150px;
  }
}
.healthCare_support-cell_copy {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .healthCare_support-cell_copy {
    font-size: 16px;
  }
}
.healthCare_support-cell_txt {
  font-size: 16px;
}
.healthCare_support-cell_txt small {
  display: block;
  margin-top: 8px;
  padding-left: 3.5em;
  font-size: 11px;
  text-indent: -3.5em;
}
@media screen and (max-width: 767px) {
  .healthCare_support-cell_txt {
    font-size: 14px;
  }
}
.healthCare_nayami {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .healthCare_nayami {
    flex-direction: column;
    gap: 16px;
  }
}
.healthCare_nayami-cell {
  position: relative;
  flex: 1 1 33.333%;
  padding: 0 16px 16px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.healthCare_nayami-cell_num {
  display: block;
  width: max-content;
  margin: 0 auto 16px;
  padding: 8px 20px;
  background-color: #005ab4;
  border-radius: 0 0 10px 10px;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .healthCare_nayami-cell_num {
    font-size: 16px;
  }
}
.healthCare_nayami-cell_img {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .healthCare_nayami-cell_img {
    height: 150px;
    text-align: center;
  }
}
.healthCare_nayami-cell_txt {
  font-size: 14px;
}
.healthCare_nayami-cell_txt .marker {
  background-image: linear-gradient(to top, #FFF596 50%, transparent 50%);
  font-weight: 700;
}
.healthCare_point_list {
  display: flex;
  gap: 32px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .healthCare_point_list {
    flex-direction: column;
  }
}
.healthCare_point-cell {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 33.333%;
  padding: 32px 16px 16px;
  background-image: linear-gradient(105deg, #005ab4 50%, #519AE9 50%);
  border-radius: 10px;
}
.healthCare_point-cell::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  z-index: 0;
}
.healthCare_point-cell > * {
  position: relative;
}
.healthCare_point-cell_num {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  padding: 6px 16px 4px;
  background: #FFF;
  border-radius: 26px;
  border: 4px solid #005AB4;
  color: #005ab4;
  font-size: 13px;
  font-weight: 700;
  translate: -50% -50%;
}
.healthCare_point-cell_before {
  color: #565656;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.healthCare_point-cell_before::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 11px 7px 0;
  border-style: solid;
  border-color: #C1C1C1 transparent transparent;
  margin: 4px auto;
}
.healthCare_point-cell_after {
  margin-bottom: 16px;
  color: #005ab4;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.71px;
}
.healthCare_point-cell_after .lg {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2.88px;
}
@media screen and (min-width: 767px) {
  .healthCare_point-cell_after {
    min-height: 67px;
  }
}
.healthCare_point-cell_detail {
  flex: 1 0 0;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  background: #E8F3FF;
  border-radius: 5px;
  font-size: 13px;
}
.healthCare_point-cell_detail::before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/b_solution/iryo/images/ico_point_check.svg) no-repeat 0 0/contain;
}
.healthCare_point_notes {
  margin-top: 24px;
}
.healthCare_point_notes small {
  font-size: 11px;
}
.healthCare_point_notes > p {
  margin-bottom: 12px;
}
.healthCare_lineup_txt {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.healthCare_lineup_txt span {
  background-image: linear-gradient(to top, #FFF596 50%, transparent 50%);
}
.healthCare_lineup_imgs {
  display: flex;
  margin-bottom: 24px;
  padding: 0 30px;
  gap: 12px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup_imgs {
    padding: 0;
    flex-wrap: wrap;
  }
}
.healthCare_lineup_img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup_img {
    flex: 0 0 calc(50% - 12px);
  }
}
.healthCare_lineup_img > img {
  margin-bottom: 8px;
}
.healthCare_lineup_img-name {
  font-size: 12px;
  line-height: 1.2;
}
.healthCare_lineup-box {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #E1E4E7;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup-box {
    padding: 24px;
  }
}
.healthCare_lineup-box:not(:last-child) {
  margin-bottom: 24px;
}
.healthCare_lineup-box.--bg {
  background-color: #EDF6FF;
  border: 0;
}
.healthCare_lineup-box_ttl {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup-box_ttl {
    font-size: 20px;
  }
}
.healthCare_lineup-box_txt {
  margin-bottom: 32px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup-box_txt {
    font-size: 14px;
  }
}
.healthCare_lineup-box_btnarea {
  max-width: 400px;
  margin: 0 auto;
}
.healthCare_lineup-box_btnarea > small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
.healthCare_lineup-box_btn a {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 12px 16px;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .healthCare_lineup-box_btn a {
    font-size: 13px;
  }
  .healthCare_lineup-box_btn a::after {
    right: 12px;
  }
}
.healthCare_lineup-box_btn.--dl a::after {
  content: "" !important;
  width: 18px;
  height: 18px;
  background: url(/b_solution/iryo/images/ico_dl.png);
  border: 0;
  transform: translateY(-50%);
}
.healthCare_lineup-box_notes {
  margin-top: 16px;
  font-size: 11px;
  text-align: center;
}

/*--------------------------------------------------------------------------------
categoryMenu_iryo
--------------------------------------------------------------------------------*/
.underInfoArea {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.categoryMenu_iryo {
  margin: 20px 0 0;
  border: 1px solid #e2e2e2;
}
.categoryMenu_iryo h2 {
  background: #fafafa;
  padding: 12px 20px;
  margin-bottom: 0;
}
.categoryMenu_iryo h2 img {
  margin-right: 4px;
  vertical-align: -0.1em;
}
.categoryMenu_iryo > div {
  padding: 20px 10px 10px 10px;
}
.categoryMenu_iryo > div.infomationGroup {
  padding: 0 10px;
  overflow: hidden;
}
.categoryMenu_iryo > div.infomationGroup dl {
  padding: 10px;
  margin-top: -1px;
  border-top: 1px dotted #e2e2e2;
}
.categoryMenu_iryo > div.infomationGroup dl dd {
  width: 800px;
}
.categoryMenu_iryo p.ttl {
  background: #fafafa;
  padding: 8px 20px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
}
.categoryMenu_iryo .headingBlock {
  border-bottom: 1px solid #e2e2e2;
  background: #fafafa;
  padding: 12px 20px;
}
.categoryMenu_iryo .innerBlock {
  padding: 20px;
}

/*--------------------------------------------------------------------------------
SNS Area
--------------------------------------------------------------------------------*/
.snsArea {
  position: relative;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 100%;
}

.share_title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.share_list {
  margin: 25px auto 0;
}
.share_list ul {
  text-align: center;
}
.share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}