@charset "UTF-8";

/** 定数の設定 **/
:root {
  --theme-color1: #789a2e;
  --theme-color1-1: 120;
  --theme-color1-2: 154;
  --theme-color1-3: 46;
  --theme-color2: #eef5ed;
  --theme-color2-1: 238;
  --theme-color2-2: 245;
  --theme-color2-3: 237;
  --light-theme-color: #A8C766;
  --light-theme-color-1: 168;
  --light-theme-color-2: 199;
  --light-theme-color-3: 102;
}
/* 共通 */
body:before{
  background-color: #fff;
}

/* heading */
/* body.dev-pc .cms-public .area3 .heading h2, 
body.dev-sp .cms-public .area3 .heading h2 {
  background-color: transparent;
  color: var(--theme-color1);
  position: relative;
  padding: 5px;
  border-bottom: none;
  background: linear-gradient(transparent 80%, rgb(var(--theme-color1-1), var(--theme-color1-2), var(--theme-color1-3), 0.2) 80%);
}
body.dev-pc .cms-public .area3 .heading h2:before, 
body.dev-sp .cms-public .area3 .heading h2:before {
  content: none;
}
body.dev-pc .cms-public .area3 .heading h2:after, 
body.dev-sp .cms-public .area3 .heading h2:after {
  content: none;
}
body.dev-pc .cms-public .area3 .heading h3, 
body.dev-sp .cms-public .area3 .heading h3 {
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 1.5em;
  margin: 1em 0 1em 5px;
  padding: 5px 20px 15px 5px;
  position: relative;
  border-bottom: 2px solid var(--theme-color1);
}
body.dev-sp .cms-public .area3 .heading h3 {
  font-size: 1.3rem;
}
body.dev-pc .cms-public .area3 .heading h3:after, 
body.dev-sp .cms-public .area3 .heading h3:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 2px var(--theme-color2);
  background-color: transparent;
  right: 0;
  bottom: -2px;
  width: 80%;
} */
/** ヘッダー **/
.cms-public .h_iryo_toparea {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 80px;
  width: calc(100% - 80px);
  background-color: #fff;
}
.cms-public .top_iryo_area .h_iryo_toparea {
  width: 100%;
}
.cms-public .h_iryo_toparea .div_tag {
  display: grid;
  grid-template-columns: auto 200px 320px 80px 80px;
  grid-template-rows: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 100%;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag {
  grid-template-columns: 200px auto;
}
.cms-public .h_iryo_toparea .div_tag .logo {
  grid-area: 1 / 1 / 2 / 2;
  z-index: 10;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .logo{
  grid-area: 1 / 1 / 1 / 2;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.cms-public .h_iryo_toparea .div_tag .h_backmain {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 11;
  align-self: center;
  padding: 17px 0px;
}
.cms-public .h_iryo_toparea .div_tag .h_tel_links {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 10;
}
.cms-public .h_iryo_toparea .div_tag .h_search {
  grid-area: 1 / 4 / 2 / 5;
  z-index: 10;
  /* border-left: 1px solid var(--theme-color2); */
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .h_search {
  grid-area: 1 / 2 / 2 / 3;
  border-left: 1px solid var(--theme-color2);
}
.cms-public .h_iryo_toparea .div_tag .h_question {
  grid-area: 1 / 5 / 2 / 6;
  z-index: 10;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .h_question {
  grid-area: 1 / 3 / 2 / 4;
}
.cms-public .h_iryo_toparea .h_backmain figure {
  margin: 0;
}
.cms-public .h_iryo_toparea .h_backmain figure ul {
  margin: 0;
}
.cms-public .h_iryo_toparea .h_backmain ul li a {
  text-decoration: none;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  padding: 7px 15px 7px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.8em;
}
.cms-public .h_iryo_toparea .h_tel_links figure {
  margin: 0px;
}
.cms-public .h_iryo_toparea .h_tel_links ul {
  display: grid;
  grid-template-columns: auto 80px;
  grid-template-rows: repeat(2, 40px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin: 0px;
  padding: 5px 0px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  font-family: var(--font-family-heading);
  color: var(
  --theme-color1);
  display: flex;
  align-items: center;
  height: 30px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  padding: 5px;
  box-sizing: border-box;
  margin: 5px 0 0 0;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
  padding: 5px;
  box-sizing: border-box;
  display: none;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .first {
  width: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second {
  margin: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second a {
  text-decoration: none;
  color: var(--theme-color1);
  font-family: var(--font-family-heading);
  font-size: 1.3rem;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/file/img/7.png);
  background-position: left center;
  padding: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
  height: 30px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second a::after {
  content: "（直通）";
  font-size: 0.7em;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) .first {
  font-size: 0.7rem;
  width: 40px !important;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) .second {
  font-size: 1.3rem;
  margin: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3),
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) {
  position: relative;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .first,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .first {
  display: none;
  position: absolute;
  top: 40px;
  left: 38px;
  transform: translateX(-50%);
  font-size: 0.8rem;
  text-align: center;
  margin: 0px !important;
  padding: 5px 10px;
  background-color: var(--theme-color2);
  border-radius: 3px;
  z-index: 1;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .first::before,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .first::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--theme-color2);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second {
  margin-left: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a {
  display: block;
  width: 40px !important;
  height: 33px;
  font-size: 0em;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a {
  background-image: url(/file/img/8.png);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a::after {
  content: "交通アクセス";
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  font-family: var(--font-family-english);
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a {
  background-image: url(/file/img/486.png);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a::after {
  content: "LANGUAGE";
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  font-family: var(--font-family-english);
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_search ul li,
.cms-public .h_iryo_toparea .h_question ul li {
  background-color: #fff;
  border: none;
  height: auto !important;
  width: auto !important;
  padding: 0px;
  margin: 0 auto;
}
.cms-public .h_iryo_toparea .h_search ul li {
  width: 100% !important;
}
.cms-public .h_iryo_toparea .h_search ul li a,
.cms-public .h_iryo_toparea .h_question ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0;
  top: 0;
  padding: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a, 
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a {
  padding: 15px 5px 5px 5px;
}
.cms-public .h_iryo_toparea .h_search ul li a img, 
.cms-public .h_iryo_toparea .h_question ul li a img {
  width: auto;
  height: 30px;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a img, 
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a img {
  height: 25px;
}
.cms-public .h_iryo_toparea .h_search ul li a span,
.cms-public .h_iryo_toparea .h_question ul li a span {
  margin: 0;
  color: var(--theme-color1);
  font-size: 0.7rem;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a span,
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a span {
  font-size: 0.5rem;
}
.cms-public .h_sidearea{
  height: auto;
}

/* area3（top） */
html:has(.dev-pc .top_iryo_area),
body:has(.top_iryo_area).dev-pc {
    overflow:hidden;
}
.cms-public .area3.top_area{
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 121px);
  margin-top: 80px;
  display: grid;
  grid-template-columns: 64vw 36vw;
  grid-template-rows: 45vh 26vh calc(29vh - 120px);
}
.dev-sp .cms-public .area3.top_area{
    display: block;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
}
.cms-public .area3.top_area > div:first-child{
  display: none;
}
.dev-sp .cms-public .iryo_top_reception_time, 
.dev-sp .cms-public .iryo_top_news, 
.dev-sp .cms-public .iryo_top_info, 
.dev-sp .cms-public .iryo_top_menu, 
.dev-sp .cms-public .iryo_top_sns{
  height: auto;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 10px 0;
}
.cms-public .iryo_top_slide{
  grid-area: 1 / 1 / 2 / 2;
  width: calc(64vw - 25px);
  height: calc(45vh - 10px);
  margin: 5px;
}
.dev-sp .cms-public .iryo_top_slide{
  position: relative;
  margin: 80px 0 0 0;
  padding: 0;
  width: 100vw;
  min-width: auto;
  height: 58vh;
}
.cms-public .iryo_top_slide figure{
  margin: 0;
}
body:not(.dev-mb) .cms-public .iryo_top_slide .image img{
  width: calc(64vw - 25px);
  height: calc(45vh - 10px);
  object-fit: cover;
}
body:not(.dev-mb).dev-sp .cms-public .iryo_top_slide .image img{
  width: 100vw;
  min-width: 100%;
  height: 58vh;
  object-position: center calc(100% + 25px);
}

/* reception time */
.cms-public .iryo_top_reception_time{
  grid-area: 2 / 2 / 3 / 3;
  width: calc(36vw - 10px);
  height: calc(26vh - 10px);
  min-height: 140px;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px;
}
.dev-sp .cms-public .iryo_top_reception_time{
  margin: 20px auto;
  padding: 0;
  width: 95%;
  min-width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.dev-mb) .cms-public .iryo_top_reception_time .heading h2{
  margin: 0;
  background-color: var(--theme-color1);
  font-weight: normal;
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
body:not(.dev-mb).dev-sp .cms-public .top_area .iryo_top_reception_time .heading h2{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.cms-public .iryo_top_reception_time figure{
  margin: 0;
}
.cms-public .iryo_top_reception_time ul{
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_reception_time ul{
  padding: 20px 0;
}
.cms-public .iryo_top_reception_time ul li{
  margin: 10px 0;
  line-height: 2.5vh;
}
.dev-sp .cms-public .iryo_top_reception_time ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 2vh;
  /* height: 30px; */
}
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(3) span.first, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  margin: 0 !important;
  display: flex;
  justify-content: center;
  height: auto;
  text-align: center;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.first{
  justify-content: center;
  outline: 1px solid var(--theme-color1);
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  color: var(--theme-color1);
  margin-left: 10px;
  width: 14vh !important;
  min-width: 150px;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  justify-content: left;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  margin-left: 14vh !important;
}

/* top news */
.cms-public .iryo_top_news{
  grid-area: 1 / 2 / 2 / 3;
  height: calc(45vh - 10px);
  width: calc(36vw - 10px);
  min-width: 420px;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  margin: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_news{
  padding: 20px;
}
.cms-public .iryo_top_news .title-list{
  position: relative;
  margin: 0 auto;
  border: none;
}
.dev-sp .cms-public .iryo_top_news .title-list{}
.dev-sp .cms-public .iryo_top_news{
  position: relative;left: 50%;
  transform: translateX(-50%);
  width: 95%;
  margin: 20px auto;
  min-width: unset;
  padding: 0;
}
body:not(.dev-mb).dev-sp .cms-public .iryo_top_news .title-list .index li{
  margin: 0;
  max-width: 100%;
}
.cms-public .iryo_top_news .title-list .index li.active{
  border: none;
  background: transparent;
}
.cms-public .iryo_top_news .title-list ul.index{
  border: none;
}
.cms-public .iryo_top_news .title-list .index h2{
  margin: 0;
  background-color: var(--theme-color1);
  font-weight: normal;
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
/* .cms-public .iryo_top_news h2::after{
  content: 'NEWS';
  font-size: 0.9rem;
  font-family: var(--font-family-english);
  position: absolute;
  left: 5px;
  top: 50px;
} */
.cms-public .iryo_top_news .title-list .tab ul.totaling li .title a {
  font-size: 1rem;
}
.cms-public .iryo_top_news .title-list .tab .other {
  margin: 10px;
}
.cms-public .iryo_top_news .title-list .tab .other a{
  text-decoration: underline;
}

/* top info */
.cms-public .iryo_top_info{
  /* max-width: calc(65vw - 30px);
  min-width: 850px; */
  width: calc(64vw - 25px);
  height: calc(26vh - 10px);
  min-height: 160px;
  grid-area: 2 / 1 / 3 / 2;
  margin: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_info{
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
.cms-public .iryo_top_info figure{
  margin: 0;
}
.dev-sp .cms-public .iryo_top_info figure{
  width: 95%;
  margin: 0 auto;
}
.cms-public .iryo_top_info .list ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, calc(13vh - 7px));
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  margin: 0;
}
.dev-sp .cms-public .iryo_top_info .list ul{
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
}
.cms-public .iryo_top_info .list ul li{
  max-width: 300px;
  border-radius: 5px;
  transition: .3s ease-out;
}
.dev-sp .cms-public .iryo_top_info .list ul li{
  min-width: auto;
  max-width: none;
}
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:hover,
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:focus{
  background-color: var(--theme-color1);
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3){
  width: 100%;
  height: calc(26vh - 10px);
  max-width: none;
  background-color: var(--theme-color2);
  margin: 0;
}
/* .dev-sp .cms-public .iryo_top_info .list ul li:nth-child(-n+3){
  margin: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  height: auto;
} */
.dev-sp .cms-public .iryo_top_info .list ul li,
.cms-public .iryo_top_info .list ul li:nth-child(4), 
.cms-public .iryo_top_info .list ul li:nth-child(5){
  height: 100%;
  width: 100%;
  min-width: 200px;
  max-width: none;
  background-color: var(--theme-color2);
  margin: 0;
  border-radius: 5px;
}
.dev-sp .cms-public .iryo_top_info .list ul li{
  height: 80px;
  max-width: 100%;
}
.cms-public .iryo_top_info .list ul li:nth-child(1){
  grid-area: 1 / 1 / 3 / 2;
}
.cms-public .iryo_top_info .list ul li:nth-child(2){
  grid-area: 1 / 2 / 3 / 3;
}
.cms-public .iryo_top_info .list ul li:nth-child(3){
  grid-area: 1 / 3 / 3 / 4;
}
.cms-public .iryo_top_info .list ul li:nth-child(4){
  grid-area: 1 / 4 / 2 / 5;
}
.cms-public .iryo_top_info .list ul li:nth-child(5){
  grid-area: 2 / 4 / 3 / 5;
}
.cms-public .iryo_top_info .list ul li a{
  position: relative;
  color: var(--theme-color1);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_info .list ul li a{
  font-size: 1.2rem;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a {
  align-items: flex-end;
  min-width: 150px;
  min-height: 150px;
  padding: 1rem;
  text-align: center;
}
/* .dev-sp .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a{
  min-height: 250px;
} */
.dev-sp .cms-public .iryo_top_info .list ul li a,
.cms-public .iryo_top_info .list ul li:nth-child(n+4) a{
  padding: 1rem 1rem 1rem 5rem;
  align-items: center;
}
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:hover a,
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:focus a{
  color: #fff;
}
.cms-public .iryo_top_info .list ul li a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a:before{
  background-position: center top 3vh;
  top : 0;
}
.dev-sp .cms-public .iryo_top_info .list ul li a:before,
.cms-public .iryo_top_info .list ul li:nth-child(n+4) a:before{
  top: 65%;
  transform: translateY(-50%);
  left: -1rem;
  background-size: 40%;
}
.dev-sp .cms-public .iryo_top_info .list ul li a:before{
  top: 60%;
  background-size: 6rem;
  left: 0;
  width: 30%;
  background-position: center;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(4) a:before,
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(5) a:before{
    background-position: left -0.5rem top 2vh;
    top: 0;
    left: 0;
    transform: none;
}
.cms-public .iryo_top_info .list ul li:nth-child(1) a:before{
  background-image: url(/file/img/551.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(1) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(1) a:focus::before{
  background-image: url(/file/img/552.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(2) a:before{
  background-image: url(/file/img/553.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(2) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(2) a:focus::before{
  background-image: url(/file/img/554.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(3) a:before{
  background-image: url(/file/img/668.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(3) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(3) a:focus::before{
  background-image: url(/file/img/669.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(4) a:before{
  background-image: url(/file/img/559.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(4) a:hover::before,
.cms-public .iryo_top_info .list ul li:nth-child(4) a:focus::before{
  background-image: url(/file/img/560.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(5) a:before{
  background-image: url(/file/img/557.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(5) a:hover::before,
.cms-public .iryo_top_info .list ul li:nth-child(5) a:focus::before{
  background-image: url(/file/img/558.png);
}

/* top menu */
.cms-public .iryo_top_menu{
  grid-area: 3 / 1 / 4 / 2;
  width: calc(64vw - 25px);
  height: calc(29vh - 130px);
  margin: 5px;
}
.cms-public .area3.top_area .iryo_top_menu ul{
  height: calc(10.5vh - 10px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: calc(10vh - 10px);
  grid-column-gap: 10px;
  row-gap: unset;
  margin: 0;
}
.dev-sp .cms-public .area3.top_area .iryo_top_menu ul{
  height: auto;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cms-public .area3.top_area .iryo_top_menu ul li{
  width: auto !important;
  min-height: 100%;
  margin: 0;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .area3.top_area .iryo_top_menu ul li{
  height: 80px !important;
  width: 100% !important;
  max-width: unset;
}
.cms-public .area3.top_area .iryo_top_menu ul li:nth-of-type(4) {
  display: none;
}
.cms-public .area3.top_area .iryo_top_menu ul li a{
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  position: relative;
  box-shadow: unset;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus{
  background-color: transparent;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover span, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus span{
  color: var(--theme-color1);
}
.cms-public .area3.top_area .iryo_top_menu ul li a span:before{
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover span:before, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus span:before{
  transform: translateY(-150%);
  opacity: 1;
}
.cms-public .area3 .iryo_top_menu .menu-vertical ul li a span {
  line-height: 1.2;
}
.dev-sp .cms-public .iryo_top_menu ul li a span{
  font-size: 1.1rem;
}

/* top sns */
.cms-public .iryo_top_sns{
  grid-area: 3 / 2 / 4 / 3;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10vh;
}
.cms-public .iryo_top_sns .image .block{
  display: flex;
  justify-content: center;
}
.cms-public .iryo_top_sns .image figure{
  margin: 0 50px;
}
.dev-sp .cms-public .iryo_top_sns .image figure{
  margin: 0 30px;
}
.cms-public .iryo_top_sns .image .block img{
  object-fit: contain;
}
.dev-sp .cms-public .iryo_top_sns .image .block img{
  height: auto;
}

/* 配下ページ大見出し */
/* body:not(.dev-mb) .cms-public .iryo_hback .heading h1, 
body:not(.dev-mb) .cms-public .iryo_hback .sentence{
  width: 100%;
  background-image: url(/file/img/5169.jpg);
}
body:not(.dev-mb).dev-sp .cms-public .iryo_hback .heading h1, 
body:not(.dev-mb).dev-sp .cms-public .iryo_hback .sentence{
  background-image: url(/file/img/5170.jpg);
} */

/* area5 */
.cms-public .area5:not(.iryo_top_footer){
  width: 100%;
}
.cms-public .area5.iryo_top_footer{
  width: 100%;
  margin-top: 0;
  padding: 0;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-column-gap: 0;
}
.dev-sp .cms-public .area5.iryo_top_footer{
  width: 100%;
  grid-template-columns: auto;
  /* grid-template-rows: 150px 70px 100px 5vh 40px; */
  padding: 50px 0 0 0;
  grid-template-rows: auto auto auto auto 50px auto;
}
.cms-public .area5.iryo_top_footer > div:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
.dev-sp .cms-public .area5.iryo_top_footer > div:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.dev-sp .cms-public .area5.iryo_top_footer > div:nth-child(3){
  grid-area: 3 / 1 / 4 / 2;
}
body:not(.dev-mb) .cms-public .area5.iryo_top_footer .f_copyright .sentence p{
  background: var(--theme-color1);
  color: #fff;
  height: 40px;
}
body:not(.dev-mb).dev-sp .cms-public .area5.iryo_top_footer .f_copyright .sentence p{
  height: 40px;
  width: 100%;
}
.cms-public .area5 .assist{
  right: 120px;
  color: #fff;
}

/* full-navigation */
.h_iryo_toparea ~ .h_sidearea .right-menu li {
  display: block;
}
.h_iryo_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 0 50px 50px;
}
.dev-sp .h_iryo_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 80px 20px 20px;
}
.cms-public .global-nav li:after{
  content: none;
}

@charset "UTF-8";

/** 定数の設定 **/
:root {
  --theme-color1: #789a2e;
  --theme-color1-1: 120;
  --theme-color1-2: 154;
  --theme-color1-3: 46;
  --theme-color2: #eef5ed;
  --theme-color2-1: 238;
  --theme-color2-2: 245;
  --theme-color2-3: 237;
  --light-theme-color: #A8C766;
  --light-theme-color-1: 168;
  --light-theme-color-2: 199;
  --light-theme-color-3: 102;
}
/* 共通 */
body:before{
  background-color: #fff;
}

/* heading */
/* body.dev-pc .cms-public .area3 .heading h2, 
body.dev-sp .cms-public .area3 .heading h2 {
  background-color: transparent;
  color: var(--theme-color1);
  position: relative;
  padding: 5px;
  border-bottom: none;
  background: linear-gradient(transparent 80%, rgb(var(--theme-color1-1), var(--theme-color1-2), var(--theme-color1-3), 0.2) 80%);
}
body.dev-pc .cms-public .area3 .heading h2:before, 
body.dev-sp .cms-public .area3 .heading h2:before {
  content: none;
}
body.dev-pc .cms-public .area3 .heading h2:after, 
body.dev-sp .cms-public .area3 .heading h2:after {
  content: none;
}
body.dev-pc .cms-public .area3 .heading h3, 
body.dev-sp .cms-public .area3 .heading h3 {
  background-color: transparent;
  color: var(--theme-color1);
  font-size: 1.5em;
  margin: 1em 0 1em 5px;
  padding: 5px 20px 15px 5px;
  position: relative;
  border-bottom: 2px solid var(--theme-color1);
}
body.dev-sp .cms-public .area3 .heading h3 {
  font-size: 1.3rem;
}
body.dev-pc .cms-public .area3 .heading h3:after, 
body.dev-sp .cms-public .area3 .heading h3:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 2px var(--theme-color2);
  background-color: transparent;
  right: 0;
  bottom: -2px;
  width: 80%;
} */
/** ヘッダー **/
.cms-public .h_iryo_toparea {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 80px;
  width: calc(100% - 80px);
  background-color: #fff;
}
.cms-public .top_iryo_area .h_iryo_toparea {
  width: 100%;
}
.cms-public .h_iryo_toparea .div_tag {
  display: grid;
  grid-template-columns: auto 200px 370px 80px 80px;
  grid-template-rows: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  height: 100%;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag {
  grid-template-columns: 200px auto;
}
.cms-public .h_iryo_toparea .div_tag .logo {
  grid-area: 1 / 1 / 2 / 2;
  z-index: 10;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .logo{
  grid-area: 1 / 1 / 1 / 2;
  padding: 0 0 0 5px;
  box-sizing: border-box;
}
.cms-public .h_iryo_toparea .div_tag .h_backmain {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 11;
  align-self: center;
  padding: 17px 0px;
}
.cms-public .h_iryo_toparea .div_tag .h_tel_links {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 10;
}
.cms-public .h_iryo_toparea .div_tag .h_search {
  grid-area: 1 / 4 / 2 / 5;
  z-index: 10;
  /* border-left: 1px solid var(--theme-color2); */
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .h_search {
  grid-area: 1 / 2 / 2 / 3;
  border-left: 1px solid var(--theme-color2);
}
.cms-public .h_iryo_toparea .div_tag .h_question {
  grid-area: 1 / 5 / 2 / 6;
  z-index: 10;
}
.dev-sp .cms-public .h_iryo_toparea .div_tag .h_question {
  grid-area: 1 / 3 / 2 / 4;
}
.cms-public .h_iryo_toparea .h_backmain figure {
  margin: 0;
}
.cms-public .h_iryo_toparea .h_backmain figure ul {
  margin: 0;
}
.cms-public .h_iryo_toparea .h_backmain ul li a {
  text-decoration: none;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  padding: 7px 15px 7px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.8em;
}
.cms-public .h_iryo_toparea .h_tel_links figure {
  margin: 0px;
}
.cms-public .h_iryo_toparea .h_tel_links ul {
  display: grid;
  grid-template-columns: auto 80px;
  grid-template-rows: repeat(2, 40px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin: 0px;
  padding: 5px 0px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
  font-family: var(--font-family-heading);
  color: var(
  --theme-color1);
  display: flex;
  align-items: center;
  height: 30px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  padding: 5px;
  box-sizing: border-box;
  margin: 5px 0 0 0;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) {
  grid-area: 1 / 3 / 3 / 4;
  align-self: start;
  padding: 5px;
  box-sizing: border-box;
  display: none;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .first {
  width: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second {
  margin: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second a {
  text-decoration: none;
  color: var(--theme-color1);
  font-family: var(--font-family-heading);
  font-size: 1.3rem;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/file/img/7.png);
  background-position: left center;
  padding: 0px 0px 0px 40px;
  display: flex;
  align-items: center;
  height: 30px;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(1) .second a::after,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) .second::after {
  content: "（連携室直通）";
  font-size: 0.7em;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) .first {
  font-size: 0.7rem;
  width: 40px !important;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(2) .second {
  font-size: 1.3rem;
  margin: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3),
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) {
  position: relative;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .first,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .first {
  display: none;
  position: absolute;
  top: 40px;
  left: 38px;
  transform: translateX(-50%);
  font-size: 0.8rem;
  text-align: center;
  margin: 0px !important;
  padding: 5px 10px;
  background-color: var(--theme-color2);
  border-radius: 3px;
  z-index: 1;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .first::before,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .first::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--theme-color2);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second {
  margin-left: 0px !important;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a,
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a {
  display: block;
  width: 40px !important;
  height: 33px;
  font-size: 0em;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a {
  background-image: url(/file/img/5303.png);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(3) .second a::after {
  content: "交通アクセス";
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  font-family: var(--font-family-english);
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a {
  background-image: url(/file/img/486.png);
}
.cms-public .h_iryo_toparea .h_tel_links ul > li:nth-child(4) .second a::after {
  content: "LANGUAGE";
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  width: 80px;
  font-size: 0.7rem;
  font-family: var(--font-family-english);
  color: var(--theme-color1);
  line-height: 0.8rem;
  text-align: center;
}
.cms-public .h_iryo_toparea .h_search ul li,
.cms-public .h_iryo_toparea .h_question ul li {
  background-color: #fff;
  border: none;
  height: auto !important;
  width: auto !important;
  padding: 0px;
  margin: 0 auto;
}
.cms-public .h_iryo_toparea .h_search ul li {
  width: 100% !important;
}
.cms-public .h_iryo_toparea .h_search ul li a,
.cms-public .h_iryo_toparea .h_question ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  text-decoration: none;
  margin: 0;
  top: 0;
  padding: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a, 
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a {
  padding: 15px 5px 5px 5px;
}
.cms-public .h_iryo_toparea .h_search ul li a img, 
.cms-public .h_iryo_toparea .h_question ul li a img {
  width: auto;
  height: 30px;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a img, 
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a img {
  height: 25px;
}
.cms-public .h_iryo_toparea .h_search ul li a span,
.cms-public .h_iryo_toparea .h_question ul li a span {
  margin: 0;
  color: var(--theme-color1);
  font-size: 0.8rem;
}
.dev-sp .cms-public .h_iryo_toparea .h_search ul li a span,
.dev-sp .cms-public .h_iryo_toparea .h_question ul li a span {
  font-size: 0.5rem;
}
.cms-public .h_sidearea{
  height: auto;
}

/* area3（top） */
html:has(.dev-pc .top_iryo_area),
body:has(.top_iryo_area).dev-pc {
    overflow:hidden;
}
.cms-public .area3.top_area{
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 121px);
  margin-top: 80px;
  display: grid;
  grid-template-columns: 64vw 36vw;
  grid-template-rows: 45vh 26vh calc(29vh - 120px);
}
.dev-sp .cms-public .area3.top_area{
    display: block;
    width: 100%;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
}
.cms-public .area3.top_area > div:first-child{
  display: none;
}
.dev-sp .cms-public .iryo_top_reception_time, 
.dev-sp .cms-public .iryo_top_news, 
.dev-sp .cms-public .iryo_top_info, 
.dev-sp .cms-public .iryo_top_menu, 
.dev-sp .cms-public .iryo_top_sns{
  height: auto;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 10px 0;
}
.cms-public .iryo_top_slide{
  grid-area: 1 / 1 / 2 / 2;
  width: calc(64vw - 25px);
  height: calc(45vh - 10px);
  margin: 5px;
}
.dev-sp .cms-public .iryo_top_slide{
  position: relative;
  margin: 80px 0 0 0;
  padding: 0;
  width: 100vw;
  min-width: auto;
  height: 58vh;
}
.cms-public .iryo_top_slide figure{
  margin: 0;
}
body:not(.dev-mb) .cms-public .iryo_top_slide .image img{
  width: calc(64vw - 25px);
  height: calc(45vh - 10px);
  object-fit: cover;
  object-position: right;
}
body:not(.dev-mb).dev-sp .cms-public .iryo_top_slide .image img{
  width: 100vw;
  min-width: 100%;
  height: 58vh;
  object-position: center calc(100% + 25px);
}


/* reception time */
.cms-public .iryo_top_reception_time{
  grid-area: 2 / 2 / 3 / 3;
  width: calc(36vw - 10px);
  height: calc(26vh - 10px);
/*
  min-height: 140px;
*/
  min-height: calc(5rem  + 67px);
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px;
}
.dev-sp .cms-public .iryo_top_reception_time{
  margin: 20px auto;
  padding: 0;
  width: 95%;
  min-width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.dev-mb) .cms-public .iryo_top_reception_time .heading h2{
  margin: 0;
  background-color: var(--theme-color1);
  font-weight: normal;
  font-family: var(--font-family-heading);
  font-size: 1.2rem !important;
  color: #fff;
  text-align: center;
}
body:not(.dev-mb).dev-sp .cms-public .top_area .iryo_top_reception_time .heading h2{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.cms-public .iryo_top_reception_time figure{
  margin: 0;
}
.cms-public .iryo_top_reception_time ul{
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_reception_time ul{
  padding: 20px 0;
}
.cms-public .iryo_top_reception_time ul li{
  margin: 1px 0 6px;
  line-height: 2.5vh;
}
.dev-sp .cms-public .iryo_top_reception_time ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 2vh;
  /* height: 30px; */
}
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(3) span.first, 
.dev-sp .cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  margin: 0 !important;
  display: flex;
  justify-content: center;
  height: auto;
  text-align: center;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.first, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.first{
  justify-content: center;
  outline: 1px solid var(--theme-color1);
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  color: var(--theme-color1);
  margin-left: 10px;
  width: 14vh !important;
  min-width: 150px;
}
.cms-public .iryo_top_reception_time div:nth-child(2) span.second, 
.cms-public .iryo_top_reception_time div:nth-child(3) span.second{
  justify-content: left;
  padding: 5px 5px 5px 15px;
  box-sizing: border-box;
  margin-left: 14vh !important;
}

/* top news */
.cms-public .iryo_top_news{
  grid-area: 1 / 2 / 2 / 3;
  height: calc(45vh - 10px);
  width: calc(36vw - 10px);
  min-width: 420px;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  margin: 5px;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_news{
  padding: 20px;
}
.cms-public .iryo_top_news .title-list{
  position: relative;
  margin: 0 auto;
  border: none;
  height: 100%;
}
.dev-sp .cms-public .iryo_top_news{
  position: relative;left: 50%;
  transform: translateX(-50%);
  width: 95%;
  margin: 20px auto;
  min-width: unset;
  padding: 0;
}
.cms-public .iryo_top_news .title-list .tab {
  height: 100%;
}
body:not(.dev-mb).dev-sp .cms-public .iryo_top_news .title-list .index li{
  margin: 0;
  max-width: 100%;
}
.cms-public .iryo_top_news .title-list .index li.active{
  border: none;
  background: transparent;
}
.cms-public .iryo_top_news .title-list .tab ul{
  padding: 10px;
  box-sizing: border-box;
  height: calc(45vh - 85px);
  overflow-y: auto;
}
.dev-sp .cms-public .iryo_top_news .title-list .tab ul{
  height: auto;
}
.cms-public .iryo_top_news .title-list .tab ul li{
  /* padding: 5px 10px 5px 115px; */
  padding: 5px 10px 5px 0;
}
.dev-sp .cms-public .iryo_top_news .title-list .tab ul li{
  padding: 15px 10px;
}
.cms-public .iryo_top_news .title-list .tab ul.totaling li time{
  position: static;
  width: 14em;
}
.cms-public .iryo_top_news .title-list .tab ul li span.belong {
  width: 18em !important;
}
body:not(.dev-sp) .cms-public .iryo_top_news .title-list .tab ul.totaling li .title{
  padding-left: 20px;  
}
.cms-public .iryo_top_news .title-list ul.index{
  border: none;
}
.cms-public .iryo_top_news .title-list .index h2{
  margin: 0;
  background-color: var(--theme-color1);
  font-weight: normal;
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
/* .cms-public .iryo_top_news h2::after{
  content: 'NEWS';
  font-size: 0.9rem;
  font-family: var(--font-family-english);
  position: absolute;
  left: 5px;
  top: 50px;
} */
.cms-public .iryo_top_news .title-list .tab .other {
  margin: 10px;
}
.cms-public .iryo_top_news .title-list .tab ul.totaling li .title a {
  font-size: 1rem;
}

/* top info */
.cms-public .iryo_top_info{
  width: calc(64vw - 25px);
  height: calc(29vh - 130px);
  min-height: 160px;
  grid-area: 2 / 1 / 3 / 2;
  margin: 5px;
  box-sizing: border-box;
}
.cms-public .iryo_top_info.center{
  grid-area: 2 / 1 / 3 / 3;
  margin: 5px auto;
  width: 100%;
}
.cms-public .iryo_top_info.center .list ul{
  grid-template-columns: repeat(4, calc((64vw - 25px) / 4));
  justify-content: space-evenly;
}
.dev-sp .cms-public .iryo_top_info{
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
.cms-public .iryo_top_info figure{
  margin: 0;
}
.dev-sp .cms-public .iryo_top_info figure{
  width: 95%;
  margin: 0 auto;
}
.cms-public .iryo_top_info .list ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, calc(13vh - 7px));
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  margin: 0;
}
.dev-sp .cms-public .iryo_top_info .list ul{
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
}
.cms-public .iryo_top_info .list ul li{
  max-width: 300px;
  border-radius: 5px;
  transition: .3s ease-out;
}
.dev-sp .cms-public .iryo_top_info .list ul li{
  min-width: auto;
  max-width: none;
}
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:hover,
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:focus{
  background-color: var(--theme-color1);
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3){
  width: 100%;
  height: calc(26vh - 10px);
  max-width: none;
  background-color: var(--theme-color2);
  margin: 0;
}
/* .dev-sp .cms-public .iryo_top_info .list ul li:nth-child(-n+3){
  margin: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  height: auto;
} */
.dev-sp .cms-public .iryo_top_info .list ul li,
.cms-public .iryo_top_info .list ul li:nth-child(4), 
.cms-public .iryo_top_info .list ul li:nth-child(5){
  height: 100%;
  width: 100%;
  min-width: 200px;
  max-width: none;
  background-color: var(--theme-color2);
  margin: 0;
  border-radius: 5px;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(4), 
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(5){
  min-width: auto;
}
.dev-sp .cms-public .iryo_top_info .list ul li{
  height: 80px;
  max-width: 100%;
}
.cms-public .iryo_top_info .list ul li:nth-child(1){
  grid-area: 1 / 1 / 3 / 2;
}
.cms-public .iryo_top_info .list ul li:nth-child(2){
  grid-area: 1 / 2 / 3 / 3;
}
.cms-public .iryo_top_info .list ul li:nth-child(3){
  grid-area: 1 / 3 / 3 / 4;
}
.cms-public .iryo_top_info .list ul li:nth-child(4){
  grid-area: 1 / 4 / 2 / 5;
}
.cms-public .iryo_top_info .list ul li:nth-child(5){
  grid-area: 2 / 4 / 3 / 5;
}
.cms-public .iryo_top_info .list ul li a{
  position: relative;
  color: var(--theme-color1);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.dev-sp .cms-public .iryo_top_info .list ul li a{
  font-size: 1.2rem;
}
.dev-sp .cms-public .iryo_top_info .list ul li:nth-child(3) a{
  font-size: 0.9rem;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a {
  align-items: flex-end;
  min-width: auto;
  min-height: 150px;
  padding: 1rem 0.2rem;
  text-align: center;
  line-height: 1.2em;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(n+4) a{
  min-height: 97px;
}
/* .dev-sp .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a{
  min-height: 250px;
} */
.dev-sp .cms-public .iryo_top_info .list ul li a,
.cms-public .iryo_top_info .list ul li:nth-child(n+4) a{
  padding: 1rem 1rem 1rem 4rem;
  align-items: center;
}
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:hover a,
body:not(.dev-mb) .cms-public .iryo_top_info div.list ul li:focus a{
  color: #fff;
}
.cms-public .iryo_top_info .list ul li a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(-n+3) a:before{
  background-position: center top 3vh;
  top : 0;
}
.dev-sp .cms-public .iryo_top_info .list ul li a:before,
.cms-public .iryo_top_info .list ul li:nth-child(n+4) a:before{
  top: 65%;
  transform: translateY(-50%);
  left: -1rem;
  background-size: 40%;
}
.dev-sp .cms-public .iryo_top_info .list ul li a:before{
  top: 60%;
  background-size: 6rem;
  left: 0;
  width: 30%;
  background-position: center;
}
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(4) a:before,
body:not(.dev-sp) .cms-public .iryo_top_info .list ul li:nth-child(5) a:before{
    background-position: left -0.5rem top 2vh;
    top: 0;
    left: 0;
    transform: none;
}
.cms-public .iryo_top_info .list ul li:nth-child(1) a:before{
  background-image: url(/file/img/551.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(1) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(1) a:focus::before{
  background-image: url(/file/img/552.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(2) a:before{
  background-image: url(/file/img/553.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(2) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(2) a:focus::before{
  background-image: url(/file/img/554.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(3) a:before{
  background-image: url(/file/img/668.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(3) a:hover::before, 
.cms-public .iryo_top_info .list ul li:nth-child(3) a:focus::before{
  background-image: url(/file/img/669.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(4) a:before{
  background-image: url(/file/img/559.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(4) a:hover::before,
.cms-public .iryo_top_info .list ul li:nth-child(4) a:focus::before{
  background-image: url(/file/img/560.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(5) a:before{
  background-image: url(/file/img/557.png);
}
.cms-public .iryo_top_info .list ul li:nth-child(5) a:hover::before,
.cms-public .iryo_top_info .list ul li:nth-child(5) a:focus::before{
  background-image: url(/file/img/558.png);
}

/* top menu */
.cms-public .iryo_top_menu{
  grid-area: 3 / 1 / 4 / 2;
  width: calc(64vw - 25px);
  height: calc(29vh - 130px);
  margin: 5px;
}
.cms-public .area3.top_area .iryo_top_menu ul{
  height: calc(10.5vh - 10px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: calc(10vh - 10px);
  grid-column-gap: 10px;
  row-gap: unset;
  margin: 0;
}
.cms-public .area3.top_area .iryo_top_menu.center ul{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  justify-items: end;
  margin-left: 3vw;
}
.cms-public .area3.top_area .iryo_top_menu ul::after {
  content: none;
}
.dev-sp .cms-public .area3.top_area .iryo_top_menu ul{
  height: auto;
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cms-public .area3.top_area .iryo_top_menu ul li{
  width: auto !important;
  min-height: 100%;
  margin: 0;
  border: 1px solid var(--theme-color1);
  border-radius: 5px;
  box-sizing: border-box;
}
.cms-public .area3.top_area .iryo_top_menu.center ul li{
  width: calc((64vw - 25px) / 4) !important;
}
.dev-sp .cms-public .area3.top_area .iryo_top_menu ul li{
  height: 80px !important;
  width: 100% !important;
  max-width: unset;
}
.cms-public .area3.top_area .iryo_top_menu ul li:nth-of-type(4) {
  display: none;
}
.cms-public .area3.top_area .iryo_top_menu ul li a{
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  position: relative;
  box-shadow: unset;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus{
  background-color: transparent;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover span, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus span{
  color: var(--theme-color1);
}
.cms-public .area3.top_area .iryo_top_menu ul li a span:before{
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  width: 8px;
  height: 8px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.cms-public .area3.top_area .iryo_top_menu ul li a:hover span:before, 
.cms-public .area3.top_area .iryo_top_menu ul li a:focus span:before{
  transform: translateY(-150%);
  opacity: 1;
}
.cms-public .area3 .iryo_top_menu .menu-vertical ul li a span {
  line-height: 1.2;
}
.dev-sp .cms-public .iryo_top_menu ul li a span{
  font-size: 1.1rem;
}

/* top sns */
.cms-public .iryo_top_sns{
  grid-area: 3 / 2 / 4 / 3;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 10vh;
}
.cms-public .iryo_top_sns .image .block{
  display: flex;
  justify-content: center;
}
.cms-public .iryo_top_sns.center .image .block{
  justify-content: flex-start;
  column-gap: 40px;
  margin-left: 3vw;
}
.cms-public .iryo_top_sns .image figure{
  margin: 0 50px;
}
.cms-public .iryo_top_sns.center .image figure{
  margin: 0 30px;
}
.dev-sp .cms-public .iryo_top_sns .image figure{
  margin: 0 30px;
}
.cms-public .iryo_top_sns .image .block img{
  object-fit: contain;
}
.dev-sp .cms-public .iryo_top_sns .image .block img{
  height: auto;
}

.cms-public .iryo_top_sns .block .list figure {
  margin: 0;
}
.cms-public .iryo_top_sns .block .list ul {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin: 0 25px;
  align-items: center;
}
.cms-public .iryo_top_sns .block .list ul:after {
  content: none;
}
.cms-public .iryo_top_sns .block .list ul li > img {
  display: none;
}
.cms-public .iryo_top_sns .block .list ul li a{
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 50px;
  padding-left: 70px;
  width: fit-content;
}
.cms-public .iryo_top_sns .block .list ul li:nth-of-type(1) a {
  padding-left: 60px;
}
.cms-public .iryo_top_sns .block .list ul li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 18%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.cms-public .iryo_top_sns .block .list ul li:nth-of-type(1) a::before {
  background-image: url(/file/html/8348.png);
  width: 30%;
}
.cms-public .iryo_top_sns .block .list ul li:nth-of-type(2) a::before {
  background-image: url(/file/html/8349.png);
}


/* area5 */
.cms-public .area5:not(.iryo_top_footer){
  width: 100%;
}
.cms-public .area5.iryo_top_footer{
  width: 100%;
  margin-top: 0;
  padding: 0;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-column-gap: 0;
}
.dev-sp .cms-public .area5.iryo_top_footer{
  width: 100%;
  grid-template-columns: auto;
  /* grid-template-rows: 150px 70px 100px 5vh 40px; */
  padding: 50px 0 0 0;
  grid-template-rows: auto auto auto auto 50px auto;
}
.cms-public .area5.iryo_top_footer > div:nth-child(1){
  grid-area: 1 / 1 / 2 / 2;
}
.dev-sp .cms-public .area5.iryo_top_footer > div:nth-child(2){
  grid-area: 2 / 1 / 3 / 2;
}
.dev-sp .cms-public .area5.iryo_top_footer > div:nth-child(3){
  grid-area: 3 / 1 / 4 / 2;
}
body:not(.dev-mb) .cms-public .area5.iryo_top_footer .f_copyright .sentence p{
  background: var(--theme-color1);
  color: #fff;
  height: 40px;
}
body:not(.dev-mb).dev-sp .cms-public .area5.iryo_top_footer .f_copyright .sentence p{
  height: 40px;
  width: 100%;
}
.cms-public .area5 .assist{
  right: 120px;
  color: #fff;
}

/* full-navigation */
.h_iryo_toparea ~ .h_sidearea .right-menu li {
  display: block;
}
.h_iryo_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 0 50px 50px;
}
.dev-sp .h_iryo_toparea ~ .h_sidearea .overlay-content{
  padding: 20px 80px 20px 20px;
}
.cms-public .global-nav li:after{
  content: none;
}

/* newsletter */
.cms-public .newsletter .title-list .tab ul.tile .picture{
  border: none;
}
.cms-public .newsletter ul.totaling.tile.active {
    list-style: none;
    padding: 0;
}

.cms-public .newsletter ul.totaling.tile.active li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 0 10px 15px 10px;
    height: max-content;
    width: auto;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 1rem;
    border-radius: 5px;
    width: calc(50% - 20px);
}
.dev-sp .cms-public .newsletter ul.totaling.tile.active li {
    width: 100%;
    margin: 10px 0;
}

.cms-public .newsletter ul.totaling.tile.active .picture {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.cms-public .newsletter ul.totaling.tile.active .picture img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.cms-public .newsletter ul.totaling.tile.active .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cms-public .newsletter ul.totaling.tile.active .title a {
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-size: 1rem;
    text-wrap: auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.dev-sp .cms-public .newsletter ul.totaling.tile.active .title a {
    font-size: 15px;
}

.cms-public .newsletter ul.totaling.tile.active .title a:hover {
    color: var(--theme-color1);
}

.area3:not(.top_area) > .newsletter_2lists{
  background-color: var(--theme-color2);
  border-radius: 0;
  padding: 30px;
}
.dev-sp .area3:not(.top_area) > .newsletter_2lists{
  padding: 15px;
}
.newsletter_2lists .div_tag{
  display: flex;
  flex-wrap: wrap;
}
.dev-sp .newsletter_2lists .div_tag {
  flex-direction: column;
}
.newsletter_2lists .div_tag .parts{
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 30px;
}
.dev-sp .newsletter_2lists .div_tag .parts{
  width: 100%;
  padding: 15px 5px;
}
.newsletter_2lists .parts .note {
  display: flex;
  /* box-shadow: 0px 0px 20px #d9d9d9, 6px 6px 6px #ffffff; */
  background-color: #fff;
  position: relative;
  height: 270px;
  transition: .3s ease-out;
}
.dev-sp .newsletter_2lists .parts .note{
  flex-direction: column;
  height: auto;
}
.newsletter_2lists .parts .note:hover,
.newsletter_2lists .parts .note:focus{
  opacity: 0.6;
}
.dev-sp .newsletter_2lists .parts .note > .block{
  width: 100% !important;
}
.newsletter_2lists .parts .note > .block:nth-of-type(1){
  width: 45%;
}
.dev-sp .newsletter_2lists .parts .note > .block:nth-of-type(1) {
  height: 420px;
}
.newsletter_2lists .parts .note > .block:nth-of-type(2){
  width: 55%;
  padding: 17% 7% 0 7%;
  box-sizing: border-box;
}
.dev-sp .newsletter_2lists .parts .note > .block:nth-of-type(2){
  padding: 15px;
  box-sizing: border-box;
}
.newsletter_2lists .parts .block .image_listitem figure{
  margin: 0;
}
.newsletter_2lists .parts .block .image_listitem a{
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.newsletter_2lists .parts .block .image_listitem a:hover,
.newsletter_2lists .parts .block .image_listitem a:focus{
  opacity: 1;
}
.dev-sp .newsletter_2lists .parts .block .image_listitem figure,
.dev-sp .newsletter_2lists .parts .block .image_listitem a,
.dev-sp .newsletter_2lists .parts .block .image_listitem img{
  display: block;
}
.newsletter_2lists .parts .block .image_listitem img{
  vertical-align: bottom;
  height: 270px;
  width: 45%;
}
.dev-sp .newsletter_2lists .parts .block .image_listitem img{
  height: 420px;
  width: auto;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 auto;
}
.newsletter_2lists .block .sentence p{
  letter-spacing: 0;
}
body:not(.dev-mb).dev-sp .newsletter_2lists .block .sentence p{
  border: none !important;
  margin: 0 !important;
  line-height: 1.5;
  font-size: 0.8rem !important;
}
body:not(.dev-mb) .newsletter_2lists .block .sentence p:nth-of-type(1){
  border-bottom: 1px solid var(--default-color);
  font-size: 0.8rem;
  margin-bottom: 0;
}
body:not(.dev-mb) .newsletter_2lists .block .sentence p:nth-of-type(2){
  margin-top: 5px;
  line-height: 1.5;
}

.area3:not(.top_area) > .newsletter_4lists{
  background-color: var(--theme-color2);
  border-radius: 0;
}
.dev-sp .area3:not(.top_area) > .newsletter_4lists{
  padding: 1rem 0;
}
.newsletter_4lists .note{
  display: flex;
  flex-wrap: wrap;
}
.dev-sp .newsletter_4lists .note{
  flex-direction: column;
  background-color: var(--theme-color2);
}
.newsletter_4lists .parts .note > .block {
  width: calc(100% / 4);
  box-sizing: border-box;
  padding: 1rem;
}
.dev-sp .newsletter_4lists .parts .note > .block{
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  /* box-shadow: 0px 0px 20px #d9d9d9, 6px 6px 6px #ffffff; */
  background-color: #fff;
}
.newsletter_4lists .parts .block .image_listitem figure{
  margin: 0;
}
.newsletter_4lists .parts .block .image_listitem a{
  display: inline-block;
}
.newsletter_4lists .parts .block .image_listitem img{
  vertical-align: bottom;
  border-radius: 0;
  height: 150px;
}
.dev-sp .newsletter_4lists .parts .block .image_listitem img{
  height: 250px;
  width: auto;
}
.newsletter_4lists .parts .block .image_listitem figcaption{
  font-size: 0.8rem;
}
.dev-sp .newsletter_4lists .parts .block .image_listitem figcaption{
  font-weight: normal;
  padding: 15px 5px;
}

/* workshops_news */
.cms-public .area3.workshops_news{
  max-width: 1200px;
}
div.tabpanels {
  display: none;
}
div.tabpanels.active_tab{
  display: block;
}
.cms-public .workshops_news .workshops_year_tabs figure,
.cms-public .workshops_news .workshops_gategory_tabs figure{
  margin: 0;
}
.cms-public .workshops_news .workshops_year_tabs ul,
.cms-public .workshops_news .workshops_gategory_tabs ul{
  margin-bottom: 20px;
  flex-wrap: wrap;
  display: flex;
}
.dev-sp .cms-public .workshops_news .workshops_year_tabs ul,
.dev-sp .cms-public .workshops_news .workshops_gategory_tabs ul{
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: wrap;
}
.cms-public .workshops_news .workshops_year_tabs ul li,
.cms-public .workshops_news .workshops_gategory_tabs ul li{
  border: 1px solid var(--theme-color1);
  border-left: none;
  width: 8em !important;
  text-align: center;
  box-sizing: border-box;
}
body:not(.dev-mb).dev-sp .cms-public .workshops_news .workshops_year_tabs ul li,
body:not(.dev-mb).dev-sp .cms-public .workshops_news .workshops_gategory_tabs ul li{
  border: 1px solid var(--theme-color1);
  min-width: calc(50% - 10px);
  margin: 5px;
}
.cms-public .workshops_news .workshops_year_tabs ul li:first-of-type,
.cms-public .workshops_news .workshops_gategory_tabs ul li:first-of-type{
  border-left: 1px solid var(--theme-color1);
}
.cms-public .workshops_news .workshops_year_tabs ul li.active,
.cms-public .workshops_news .workshops_gategory_tabs ul li.active {
  background-color: var(--theme-color1);
}
.cms-public .workshops_news .workshops_year_tabs ul li a,
.cms-public .workshops_news .workshops_gategory_tabs ul li a{
  display: block;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
}
.cms-public .workshops_news .workshops_year_tabs ul li.active a,
.cms-public .workshops_news .workshops_gategory_tabs ul li.active a{
  color: #ffffff;
}
body:not(.dev-mb) .cms-public .area3.workshops_news .tabpanels .div_tag > .parts:not(:has(h2,h3,h4,h5,h6)) {
  margin: 0px;
}
.cms-public .workshops_news .tabpanels .div_tag .note:not(:has(h2,h3,h4,h5,h6)) {
  width: 100%;
  display: grid;
  grid-template-columns: 130px 160px auto 200px 130px;
  column-gap: 20px;
  padding: 20px 0 20px 0;
  margin: 0;
  border-top: 1px solid var(--gray-color);
}
.cms-public .workshops_news .tabpanels .div_tag > .parts:last-child:not(:has(h2,h3,h4,h5,h6)) {
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .workshops_news .tabpanels .div_tag > .parts:has(+ .parts :is(h2,h3,h4,h5,h6)){
  border-bottom: 1px solid var(--gray-color);  
}
.cms-public .workshops_news .tabpanels .div_tag > .parts:has(h2,h3,h4,h5,h6){
  border-bottom: none !important;
}
.dev-sp .cms-public .workshops_news .tabpanels .div_tag .note:not(:has(h2,h3,h4,h5,h6)) {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  gap: 0;
}
.cms-public .workshops_news .tabpanels .div_tag .parts:last-of-type .note{
  margin-bottom: 0px;
}
.cms-public .workshops_news .tabpanels .note > .block{
  grid-column: 3;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block,
.dev-sp .cms-public .workshops_news .tabpanels .note > .block.df_link,
.dev-sp .cms-public .workshops_news .tabpanels .note > .block.workshops_news_qr{
  grid-column: 1;
}
.cms-public .workshops_news .tabpanels .note > .block:nth-of-type(1){
  display: none;
}
.cms-public .workshops_news .tabpanels .note > .block:nth-of-type(2){
  grid-column: 1;
  grid-row: 1 / span 99;
  display: flex;
  align-items: center;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block:nth-of-type(2){
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 5px;  
}
.cms-public .workshops_news .tabpanels .note > .block:nth-of-type(3){
  grid-column: 2;
  grid-row: 1 / span 99;
  width: fit-content;
  height: auto;
  align-self: center;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block:nth-of-type(3){
  grid-column: 1;
  grid-row: 2;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block:nth-of-type(4){
  grid-column: 1;
  grid-row: 3;
}
.cms-public .workshops_news .tabpanels .note > .block.workshops_news_link{
  grid-column: 4;
  align-self: end;
  font-weight: bold;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block.workshops_news_link{
  grid-column: 1;
  grid-row: 6;
}
.cms-public .workshops_news .tabpanels .note > .block.workshops_news_link a{
  text-decoration: underline;
}
.cms-public .workshops_news .tabpanels .note > .block.workshops_news_qr{
  grid-column: 5;
  align-self: end;
  font-weight: bold;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block.workshops_news_qr{
  width: fit-content;
}
.cms-public .workshops_news .tabpanels .note > .block .sentence {
  margin: 0;
}
.cms-public .workshops_news .tabpanels .note > .block:nth-of-type(3) figure{
  display: block;
}
.cms-public .workshops_news .tabpanels .note > .block:nth-of-type(3) img{
  width: 160px;
  height: 200px;
  object-fit: cover;
  display: block;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block:nth-of-type(3) img{
  width: 220px;
  height: 275px;
}
.dev-sp .cms-public .workshops_news .tabpanels .note > .block.workshops_news_qr img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.cms-public .workshops_news .tabpanels .note > .block:not(.df_link) figure,
.cms-public .workshops_news .tabpanels .note > .block:not(.df_link) .list ul,
.cms-public .workshops_news .tabpanels .note > .block:not(.df_link) .list ul li {
    margin: 0;
}
.dev-sp .cms-public .area3:not(.top_area).workshops_news ul.list-style-table li span.first{
  border: none;
}
.cms-public .area3:not(.top_area).workshops_news ul.list-style-table li span.second:before{
  content: none;
}

/* anker_link */
.cms-public .area3 .anker_link ul, .cms-public .area3 .anker_link_div ul {
  background: rgb(var(--theme-color2-1), var(--theme-color2-2), var(--theme-color2-3), 0.7);
}

/* sample */
body.no-scroll {
  overflow: hidden;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag{
  grid-template-columns: auto 200px 200px 370px 80px 80px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 12;
  align-self: center;
  padding: 17px 0px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list {
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  padding: 35px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::before,
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 13px;
  width: 2px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #ffffff;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::before,
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::after {
  top: -20px;
  right: 25px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list ul.list-style-table li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 25px;
  margin: 30px 0px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list ul.list-style-table li span.first {
  width: 9rem !important;
  text-align: center;
  color: #ffffff;
  background-color: var(--theme-color1);
  border-radius: 50px;
  padding: 5px 0px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup .list ul.list-style-table li span.second {
  margin-left: 0px !important;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .popup.hidden {
  display: none;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .link figure {
  margin: 0px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_popup_links .link a {
  text-decoration: none;
  color: var(--theme-color1);
  background-color: var(--theme-color2);
  padding: 7px 15px 7px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.8em;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_backmain {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 11;
  align-self: center;
  padding: 17px 0px;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_tel_links {
  grid-area: 1 / 4 / 2 / 5;
  z-index: 10;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_search {
  grid-area: 1 / 5 / 2 / 6;
  z-index: 10;
}
.cms-public .h_iryo_toparea.new_20250826 .div_tag .h_question {
  grid-area: 1 / 6 / 2 / 7;
  z-index: 10;
}
.dev-pc .cms-public .iryo_top_news {
  grid-area: 1 / 2 / 3 / 3;
}
.dev-pc .cms-public .iryo_top_news {
  grid-area: 1 / 2 / 3 / 3;
  height: calc(100% - 10px);
}
.dev-pc .cms-public .iryo_top_news .title-list .tab ul {
  height: calc(100% - 85px);
}
.dev-pc .cms-public .iryo_top_sns .image figure {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 25px;
}

/* 脳神経疾患センター table 文字一部変更用 */
.block.neurology-center-table tbody tr:first-of-type th::first-line {
  font-weight: bold;
  font-size: 14px;
}
.block.neurology-center-table tbody tr:first-of-type th:nth-of-type(2)::first-line {
  color: red;
}
.block.neurology-center-table tbody a {
  text-decoration: underline;
  font-weight: bold;
}