@charset "utf-8";
/*========================================================================================================================


  ◇◆◇ 65歳以上健口応援 ◇◆◇
  
  
========================================================================================================================*/
/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/
.ttl {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  margin-inline: auto;
  color:#1e968c;
}
@media print, screen and (min-width:641px) {
  .ttl { padding-bottom: 60px; }
}
@media screen and (max-width:640px) {
  .ttl {
    flex-direction: column;
    padding-bottom: 2.5rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  口腔機能低下症
  
----------------------------------------------------------------------------------------------------*/
#kinouteika {
  text-align: left;
}
.kinouteika_txt p {
  text-align: left;
}
.kinouteika_txt p:last-child {
  padding-top: 2rem;
}
@media print, screen and (min-width:641px) {
  #kinouteika {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }
}
@media screen and (max-width:640px) {
  #kinouteika {
    padding: 2.5rem 1.5rem 0 1.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  チェック
-----------------------------------------------------------------------------------*/
.kinouteika_check {
  text-align: center;
}
.check__block {
  background-color: #fff;
  box-sizing: border-box;
}
.kinouteika_check .ar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  background-color: #f7e17a;
  top: -15px;
  margin-bottom: 2rem;
}
.kinouteika_check .ar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #f7e17a;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
.check___ttl {
  display: block;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (min-width:641px) {
  .kinouteika_check {
    padding-top: 60px;
  }
  .check__block {
    padding: 60px;
  }
  .kinouteika_check ul {
    max-width: 900px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 1.5rem;
  }
  .kinouteika_check li {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media screen and (max-width:640px) {
  .kinouteika_check {
    padding-top: 3rem;
  }
  .check__block {
    padding: 2.25rem 1.75rem 2rem 1.75rem;
  }
  .kinouteika_check ul {
    padding-top: 1rem;
  }
}

/*-----------------------------------------------------------------------------------
  概要
-----------------------------------------------------------------------------------*/
.kinouteika_gaiyou {
  padding-top: 60px;
  text-align: left;
}
.gaiyouTbl {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 2rem;
}
.gaiyouTbl caption {
  text-align: left;
  padding-bottom: 0.75rem;
}
.gaiyouTbl th, .gaiyouTbl td {
  box-sizing: border-box;
  line-height: 1.4;
}
.gaiyouTbl th {
  font-weight: 400;
  background-color: #ceece9;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #f0f8f8;
}
.gaiyouTbl td {
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #d2eae8;
}
.gaiyouTbl tr:last-child th, .gaiyouTbl tr:last-child td {
  border-bottom: 0;
}
.gaiyouTbl td ol {
  margin-left: 1.6rem;
}
.gaiyouTbl td .price dt {
  width: 6.5em;
  float: left;
  clear: both;
}
.gaiyouTbl td .price dd {
  float: left;
  width: 6.5em;
  text-align: right;
}
.gaiyouTbl td ol li:not(:first-child), .gaiyouTbl td .price dt:not(:first-child), .gaiyouTbl td .price dt:not(:first-child) + dd {
  margin-top: 0.25rem;
}
@media print, screen and (min-width:641px) {
  .gaiyouTbl th, .gaiyouTbl td {
    padding: 1.5rem;
  }
}
@media screen and (max-width:640px) {
  .kinouteika_gaiyou {
    padding: 3rem 0 0 0;
  }
  .gaiyouTbl colgroup {
    width: 100%;
  }
  .gaiyouTbl th, .gaiyouTbl td {
    display: block;
    width: 100%;
  }
  .gaiyouTbl th {
    text-align: left;
    border-bottom: 0;
    padding: 1rem 1.25rem;
  }
  .gaiyouTbl td {
    border-bottom: 0;
    padding: 1.5rem 1.25rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  健口応援お得メニュー
  
----------------------------------------------------------------------------------------------------*/
.menu_list {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
}
.menu__box {
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.menu__box h4 {
  background-color: #61c5b4;
  color: #fff;
  padding: 1rem;
  line-height: 1.5;
}
.boxBody .txt {
  padding-bottom: 0.5rem;
}
.boxBody .price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.75rem;
  margin-inline: auto;
}
.boxBody .price p {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 0.75rem;
}
.boxBody .price .zei {
  align-self: flex-end;
  margin-bottom: 0.25rem;
  margin-left: -0.75rem;
}
.boxBody .price .ar {
  position: relative;
  width: 16px;
  height: 10px;
  background-color: #f7e17a;
  margin-right: 0.75rem;
  margin-bottom: -0.25rem;
}
.menu__box .ar:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid #f7e17a;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media print, screen and (min-width:641px) {
  #menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .menu_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .boxBody {
    padding: 2rem;
  }
}
@media screen and (max-width:640px) {
  #menu {
    padding: 3rem 1.5rem;
  }
  .menu_list {
    gap: 2rem;
  }
  .boxBody {
    padding: 1.5rem;
  }
  .boxBody .price {
    font-size: 92%;
  }
  .boxBody .price .ar {
    transform: scale(0.8);
  }
}

/*----------------------------------------------------------------------------------------------------

  訪問ケア
  
----------------------------------------------------------------------------------------------------*/
#houmon {
  text-align: left;
  max-width: 1200px;
  margin-inline: auto;
}
@media print, screen and (min-width:641px) {
  #houmon { padding-bottom: 100px; }
}
@media screen and (max-width:640px) {
  #houmon { padding: 0 1.5rem 3rem 1.5rem; }
}

/*-----------------------------------------------------------------------------------
  .houmonTbl
-----------------------------------------------------------------------------------*/
.houmonTbl {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.houmonTbl caption {
  text-align: left;
  padding-bottom: 0.75rem;
}
.houmonTbl th, .houmonTbl td {
  box-sizing: border-box;
  line-height: 1.4;
}
.houmonTbl th {
  font-weight: 400;
  background-color: #ceece9;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #f0f8f8;
}
.houmonTbl td {
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #d2eae8;
}
.houmonTbl tr:last-child th, .houmonTbl tr:last-child td {
  border-bottom: 0;
}
.houmonTbl td ul {
  margin-left: 1.15em;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
@media print, screen and (min-width:641px) {
  .houmonTbl { margin: 40px 0; }
  .houmonTbl th, .houmonTbl td {
    padding: 1.5rem;
  }
}
@media screen and (max-width:640px) {
  .houmonTbl { margin: 2rem 0; }
  .houmonTbl colgroup { width: 100%; }
  .houmonTbl th, .houmonTbl td {
    display: block;
    width: 100%;
  }
  .houmonTbl th {
    text-align: left;
    border-bottom: 0;
    padding: 1rem 1.25rem;
  }
  .houmonTbl td {
    border-bottom: 0;
    padding: 1.5rem 1.25rem;
  }
}
