@charset "UTF-8";
/*----------------------------------------------------------------------------******************************************************************************
共通スタイル
******************************************************************************----------------------------------------------------------------------------*/
/*ボタン*/
.btn_arr {
  background: transparent;
  border: none;
}
.btn_arr a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 10px 10px;
  border-radius: 5px;
  background: #f89174;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
}
.btn_arr a:hover {
  opacity: 0.8;
}
.btn_arr a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/bnr_bg_hover.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

/*----院長ブログ----*/
.blog .blog_item {
  margin-bottom: 20px;
}
.blog h3 {
  height: auto;
  background: #800;
  color: #fff;
  padding: 0.5em 0.5em 0.5em 1em;
}
.blog h4 {
  color: #800;
  border: none;
  font-weight: bold;
}

/*----ロービジョンケア----*/
.lowvisioncare_gairai {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.25em;
  font-family: "MS Pゴシック";
  font-weight: 500;
  color: #fff;
}
.lowvisioncare_gairai figure img {
  margin: 0 0 10px !important;
}
.lowvisioncare_gairai .list_custom {
  width: 65%;
  max-width: 484px;
  margin: 0 0 1em;
  padding: 0 !important;
}
.lowvisioncare_gairai .list_custom li {
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  border-bottom: 2px dotted #ccc;
}

.lowvisioncare_activities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 1.25em;
  font-family: "MS Pゴシック";
  font-weight: 500;
}
.lowvisioncare_activities li {
  list-style-type: none;
  width: calc(25% - 10px);
  padding: 10px;
  border: 1px solid #fff;
  background: #444;
}
.lowvisioncare_activities li img {
  width: 100%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.lowvisioncare_activities li span {
  margin-top: 10px;
  display: block;
  font-size: 1em;
  text-align: center;
  color: #fff;
  /*white-space: nowrap;*/
}
.lowvisioncare_activities:after {
  content: "";
  display: inline-block;
  width: calc(25% - 10px);
}

.easytosee_p {
  font-size: 1.25em;
  font-family: "MS Pゴシック";
  font-weight: 500;
  color: #fff;
}

.btn_arr_lowvision {
  background: transparent;
  border: none;
}
.btn_arr_lowvision a {
  text-decoration: none;
  display: block;
  padding: 8px 10px 10px;
  border-radius: 5px;
  background: #bb3a16;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s;
  font-weight: 500;
}
.btn_arr_lowvision a:hover {
  opacity: 0.8;
}
.btn_arr_lowvision a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/bnr_bg_hover.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

.lowvision-h2 {
  color: #fff;
  border: 1px solid #333;
  font-size: 34px;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
  height: 80px;
  padding: 0.9em 0 0em 0.5em;
  background: #222;
}

.lowvision-h3 {
  margin: 0.8em 0 0.4em 0;
  font-size: 1.4em;
  font-weight: 500;
  height: 40px;
  padding: 0.4em 0 0em 1.5em;
  background: url(../images/common/h3_bg.png) left center no-repeat;
  background: #145009;
  color: #fff;
}

.bc-black {
  background-color: #222;
  padding: 10px;
}

/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  .PC_none {
    display: none;
  }
  .layout {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #dd0000;
  }
  /* ==== Header === */
  #hd {
    height: 100px;
    position: relative;
  }
  .add {
    text-align: right;
    margin: 20px;
  }
  /* ==== Navigation === */
  #nav {
    width: 100%;
    z-index: 100;
  }
  #nav .nav_list {
    background: #dd0000;
  }
  #nav .nav_list > li {
    position: relative;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid rgba(180, 0, 0, 0.8);
    border-left: 1px solid rgba(180, 0, 0, 0.8);
    border-right: 1px solid rgba(180, 0, 0, 0.8);
  }
  #nav .nav_list > li:first-child {
    border-top: 1px solid rgba(180, 0, 0, 0.8);
  }
  #nav .nav_list > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    background: url(../images/common/nav_bg.png) top center #dd0000;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: All 0.5s ease;
  }
  #nav .nav_list > li > a:hover {
    background: url(../images/common/nav_bg.png) top center rgb(255, 70, 70);
  }
  #nav .nav_list > li:hover > .sub-menu {
    display: block;
  }
  #nav .nav_list > li > .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    animation: nav_active 0.4s ease 0s 1 alternate;
    z-index: 100;
  }
  #nav .nav_list > li > .sub-menu > li > a {
    text-decoration: none;
    display: block;
    padding-left: 30px;
    line-height: 50px;
    color: #fff;
    background: rgb(180, 0, 0);
  }
  @keyframes nav_active {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #nav .bnr_list {
    float: left;
    margin: 10px 0;
    width: 100%;
    border: none;
    line-height: 0;
  }
  #nav .bnr_list a {
    display: block;
    line-height: 20px;
    width: 100%;
    text-shadow: none;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    padding: 15px 0 15px 30px;
    border: 1px solid #dd0000;
    border-radius: 3px;
    background: url(../images/common/bnr_bg.png) 8px center no-repeat #fff;
    transition: All 0.5s ease;
  }
  #nav .bnr_list a:hover {
    color: #fff;
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #dd0000;
  }
  .current {
    background: url(../images/common/nav_bg.png) top center rgb(255, 70, 70) !important;
  }
  #menu {
    display: none;
  }
  /* ==== Content === */
  #con {
    display: flex;
    justify-content: space-between;
  }
  #side {
    width: 23%;
    margin-top: 20px;
  }
  #main {
    width: 75%;
    max-width: 720px;
    margin-top: 20px;
  }
  #main ol {
    padding: 5px 0px 5px 25px;
  }
  #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #main ol li {
    padding: 5px 0px;
  }
  #main table {
    margin: 10px 0px;
  }
  #main table th, #main table td {
    padding: 5px;
  }
  #main img {
    max-width: 100%;
  }
  #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main a img:hover {
    transform: scale(0.9);
  }
  /* ol,ul */
  /* table */
  /* img */
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    background: #bb1111;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 25px;
    left: 0px;
    line-height: 1em;
  }
  h1 a {
    color: #000 !important;
    text-decoration: none;
  }
  h1 span {
    display: block;
    font-size: 0.65em;
  }
  h2 {
    color: #fff;
    border: 1px solid #dd0000;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0px 0px 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 0.9em 0 0em 0.5em;
    background: url(../images/i_img.jpg);
  }
  #sidenav h2 {
    color: #fff;
    border: 1px solid #dd0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #dd0000;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: normal;
    height: 40px;
    padding: 0.4em 0 0em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #bb1111;
    margin: 0.6em 0 0.4em 0;
  }
  h5 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0em 0 0em 0.4em;
    margin: 0.6em 0 0.4em 0;
  }
  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 75%;
    max-width: 720px;
    float: right;
    margin-top: 20px;
  }
  #i_news {
    height: 200px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    padding: 10px;
  }
  #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_news table td.date {
    width: 140px;
    background: url(../images/common/news_icon.gif) 4px 18px no-repeat;
    padding-left: 20px;
  }
  .index_time {
    width: 100%;
  }
  #main ul.important_point {
    width: 100%;
    background: #faf0f0;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .index_time tr {
    border: 1px solid rgb(192, 190, 190);
  }
  .index_time tr:nth-child(1) {
    background: #CCC;
  }
  .index_time tr:nth-child(1) td {
    line-height: 1.8rem;
  }
  .index_time td {
    width: 10%;
    border-right: 1px solid rgb(192, 190, 190);
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
  }
  .index_time td:nth-child(1) {
    width: 30%;
  }
  .index_time td:nth-last-child(1) {
    border-right: none;
  }
  #main .reserve {
    text-align: center;
    margin: 30px 0;
  }
  #main .reserve a {
    text-decoration: none;
    text-align: none;
    background: #b11;
    padding: 15px 60px;
    color: #fff;
    border-radius: 10px;
  }
  #main .reserve a:hover {
    opacity: 0.5;
  }
  #main .eyer_flax {
    display: flex;
    justify-content: flex-start;
  }
  #main .eyer_flax img {
    margin-left: 20px;
  }
  #main .eye_flax {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px;
  }
  #main .eye_flax img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #bnr {
    margin-top: 20px;
    width: 100%;
    max-width: 220px;
    float: right;
  }
  #bnr li {
    float: left;
    margin-bottom: 4px;
    width: 100%;
  }
  #bnr li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 15px 0 15px 30px;
    border: 1px solid #dd0000;
    border-radius: 3px;
    background: url(../images/common/bnr_bg.png) 8px center no-repeat;
    transition: All 0.5s ease;
  }
  #bnr li a:hover {
    color: #fff;
    background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #dd0000;
  }
  /*----pagetop----*/
  #page-top {
    position: fixed;
    bottom: 5px;
    right: 20px;
    font-size: 77%;
  }
  #page-top a {
    background: #bb1111;
    border: #fff 1px solid;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  figure img {
    margin: 20px 20px 10px 20px;
  }
  figcaption {
    text-align: center;
    margin-bottom: 10px;
  }
  #main img {
    max-width: 100%;
  }
  .t_title {
    cursor: pointer;
    position: relative;
  }
  .t_title:before {
    content: "▼";
    color: #b11;
    margin-right: 10px;
    font-size: 0.8em;
  }
  .t_title.open:before {
    content: "▲";
  }
  .t_con {
    display: none;
  }
  #main h3.t_title {
    font-size: 1.1em;
    color: #333;
    background: #fff;
    border-bottom: 2px solid #b11;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-weight: normal;
  }
  .flow {
    margin: 20px 0;
  }
  .flow_con {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .flow_l {
    width: 20%;
    margin-right: 10px;
    text-align: center;
  }
  .flow_l p {
    border: 1px solid #bb1111;
    padding: 5px 10px;
  }
  .flow_l img {
    width: 100%;
    margin-top: 10px;
  }
  .flow_r {
    border: 1px solid #000;
    padding: 3px 0;
    width: 80%;
  }
  .img_col_2 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .img_col_2 > * {
    width: calc(50% - 10px);
    height: 100%;
  }
  .img_col_2 > * img {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------******************************************************************************スマートフォン******************************************************************************----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Layout

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Base === */
  .sp_none {
    display: none;
  }
  .layout {
    width: 100%;
    overflow: hidden;
  }
  /* ==== Backgraund === */
  #wrap {
    background: #fff;
    border-top: 3px solid #dd0000;
  }
  /* ==== Header === */
  #hd {
    height: 100px;
    position: relative;
  }
  /* ==== Navigation === */
  #nav {
    position: fixed;
    top: 0px;
    right: -200px;
    height: 100%;
    z-index: 100;
    width: 200px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 16px;
    background: url(../images/common/nav_bg.png) top center #d00;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #f33;
  }
  #nav > ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #f33;
  }
  #nav > ul > li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #f33;
    border-bottom: 1px solid #fff;
  }
  #nav > ul > li img {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #nav > ul > li:hover {
    border-top: none;
    line-height: 49px;
  }
  #nav > ul > li a {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 0 rgb(0, 0, 0);
  }
  #nav .nav_list > li {
    position: relative;
  }
  #nav .nav_list > li .sub-menu-trigger {
    position: absolute;
    top: 0.6em;
    right: 8px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
  }
  #nav .nav_list > li .sub-menu-trigger:before, #nav .nav_list > li .sub-menu-trigger:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #d00;
  }
  #nav .nav_list > li .sub-menu-trigger::before {
    top: 50%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
  }
  #nav .nav_list > li .sub-menu-trigger:after {
    top: 50%;
    left: 7px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  #nav .nav_list > li .sub-menu-trigger.close:after {
    transform: rotate(180deg);
  }
  #nav .sub_menu_wrap {
    padding: 5px;
    display: none;
  }
  #nav .sub_menu_wrap .sub-menu {
    background: rgba(0, 0, 0, 0.3);
  }
  #nav .bnr_list li a {
    background: url(../images/common/bnr_bg_hover.png) 18px center no-repeat;
    padding-left: 40px;
  }
  #menu {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  .index_time {
    width: 100%;
  }
  #main ul.important_point {
    width: 100%;
    background: #faf0f0;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .index_time tr {
    border: 1px solid rgb(192, 190, 190);
  }
  .index_time tr:nth-child(1) {
    background: #CCC;
  }
  .index_time tr:nth-child(1) td {
    line-height: 1.8rem;
  }
  .index_time td {
    width: 10%;
    border-right: 1px solid rgb(192, 190, 190);
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
  }
  .index_time td:nth-child(1) {
    width: 40%;
  }
  .index_time td:nth-last-child(1) {
    border-right: none;
  }
  #main .reserve {
    text-align: center;
    margin: 30px 0;
  }
  #main .reserve a {
    text-decoration: none;
    text-align: none;
    background: #b11;
    padding: 15px 60px;
    color: #fff;
    border-radius: 10px;
  }
  #main .eyer_flax {
    display: block;
    margin: 20px;
  }
  #main .eye_flax {
    display: block;
    margin: 20px;
  }
  #main .eye_flax p {
    width: 100%;
  }
  #main .flow_l {
    text-align: center;
    margin: 0 auto;
  }
  #main .flow_l p {
    color: #bb1111;
  }
  #main .float_R {
    display: contents;
  }
  /* ==== Content === */
  #sidenav {
    width: 220px;
    float: left;
    margin-top: 20px;
    border: 1px solid #dd0000;
    display: none;
  }
  .sp_con {
    text-align: center;
  }
  .sp_con img {
    width: 80%;
  }
  #main {
    width: 100%;
    margin-top: 20px;
    padding: 0 5px;
  }
  #main ol {
    padding: 5px 0px 5px 25px;
  }
  #main ul {
    padding: 5px 0px 5px 25px;
    list-style-type: disc;
  }
  #main ol li, #main ul li {
    padding: 5px 0px;
  }
  #main table {
    margin: 10px 0px;
  }
  #main table th, #main table td {
    padding: 5px;
  }
  #main img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  #main a img {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  #main a img:hover {
    transform: scale(0.9);
  }
  /* ol,ul */
  /* table */
  /* img */
  .shrink:focus, .shrink:active {
    transform: scale(0.9);
  }
  /* ==== Footer === */
  #ft {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
    background: #bb1111;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Head

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 1em;
  }
  h1 a {
    color: #000 !important;
    text-decoration: none;
  }
  h1 span {
    display: block;
    font-size: 0.65em;
  }
  h2 {
    color: #fff;
    border: 1px solid #dd0000;
    font-size: 34px;
    font-weight: normal;
    text-shadow: 0px 0px 5px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    height: 80px;
    padding: 0.9em 0 0em 0.5em;
    background: url(../images/i_img.jpg);
  }
  #sidenav h2 {
    color: #fff;
    border: 1px solid #dd0000;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    height: 50px;
    text-shadow: 1px 2px 0px rgb(0, 0, 0), 2px 2px 2px rgba(255, 255, 255, 0.5);
    background: url(../images/nav_bag.png) top center #dd0000;
  }
  h3 {
    margin: 0.8em 0 0.4em 0;
    font-size: 1.4em;
    font-weight: normal;
    height: 40px;
    padding: 0.4em 0 0em 1.5em;
    background: url(../images/common/h3_bg.png) left center no-repeat;
  }
  h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0em 0 0em 0.4em;
    border-left: 5px double #bb1111;
    margin: 0.6em 0 0.4em 0;
  }
  h5 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0em 0 0em 0.4em;
    margin: 0.6em 0 0.4em 0;
  }
  h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
  }
  /*----------------------------------------------------------------------------

  ******************************************************************************

  Original

  ******************************************************************************

  ----------------------------------------------------------------------------*/
  /* ==== Index === */
  #i_img img {
    width: 100%;
  }
  #i_main {
    width: 100%;
    margin-top: 20px;
  }
  #i_news {
    height: 300px;
    overflow: auto;
    border: none;
  }
  #i_news table td {
    vertical-align: top;
    font-size: 0.9em;
    padding: 10px;
    display: block;
  }
  #i_news table tr {
    border-bottom: 1px dotted #CCC;
  }
  #i_news table td.date {
    background: url(../images/common/news_icon.gif) 4px 18px no-repeat;
    padding-left: 20px;
  }
  /*----pagetop----*/
  #page-top {
    width: 100%;
  }
  #page-top a {
    background: #666;
    border: none;
    text-decoration: none;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
  }
  #page-top a:hover {
    text-decoration: none;
  }
  figure img {
    margin: 20px 20px 10px 20px;
  }
  figcaption {
    text-align: center;
    margin-bottom: 10px;
  }
  #main img {
    max-width: 100%;
  }
  .t_title {
    cursor: pointer;
    position: relative;
  }
  .t_title:before {
    content: "▼";
    color: #b11;
    margin-right: 10px;
    font-size: 0.8em;
  }
  .t_title.open:before {
    content: "▲";
  }
  .t_con {
    display: none;
  }
  #main h3.t_title {
    font-size: 1.1em;
    color: #333;
    background: #fff;
    border-bottom: 2px solid #b11;
    margin: 10px;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-weight: normal;
  }
  .img_col_2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .img_col_2 > * {
    height: 100%;
  }
  .img_col_2 > * img {
    width: 100%;
  }
  /*----ロービジョンケア----*/
  .lowvisioncare_gairai {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 5px;
  }
  .lowvisioncare_gairai .list_custom {
    width: 100%;
  }
  .lowvisioncare_activities {
    justify-content: center;
    padding: 0 !important;
  }
  .lowvisioncare_activities li {
    width: 100%;
    max-width: 163px;
  }
  .lowvisioncare_activities:after {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */