@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .textImg01 {
  margin-bottom: 32px;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
  border-radius: 3px;
  background-color: #fff;
}
#main .linkUl {
  margin-bottom: 18px;
}
#main .linkUl li {
  width: 458px;
  float: left;
}
#main .linkUl li:last-child {
  float: right;
}
#main .linkUl li a {
  padding: 20px 5px 6px;
  display: block;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(../img/common/icon01.png) no-repeat right 17px top 28px
    #ec7066;
}
#main .linkUl li:last-child a {
  background-color: #4cafe4;
}
#main .linkUl li span {
  margin-right: 10px;
  display: inline-block;
  font-size: 4.1rem;
  line-height: 1;
  vertical-align: middle;
}
#main .linkUl li a:hover {
  opacity: 0.7;
}
#main .newsbox {
  width: 100%;
  text-align: center;
}
#main .newsbox .newsbox_a {
  background: #E6E6E6 url(../img/common/arrow_black@2x.png) right 30px center no-repeat;
  background-size: 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
}
#main .newsbox .newsbox_b {
  background: #22B573 url(../img/common/arrow_black@2x.png) right 30px center no-repeat;
  background-size: 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
}
#main .newsbox .newsbox_c {
  background: #006837 url(../img/common/arrow_white@2x.png) right 30px center no-repeat;
  background-size: 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
}
#main .newsbox .newsbox_d {
  background: #00A99D url(../img/common/arrow_white@2x.png) right 30px center no-repeat;
  background-size: 20px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
}
#main .newsbox .newsbox_a a {
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  font-weight: bold;
}
#main .newsbox .newsbox_b a {
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #4D4D4D;
  font-weight: bold;
}
#main .newsbox .newsbox_c a,
#main .newsbox .newsbox_d a {
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
#main .newsbox li:hover,
#main .newsbox .newsbox_a:hover,
#main .newsbox .newsbox_b:hover,
#main .newsbox .newsbox_c:hover,
#main .newsbox .newsbox_d:hover {
  opacity: 0.7;
}
#main .newsbox li a:hover,
#main .newsbox .newsbox_a a:hover,
#main .newsbox .newsbox_b a:hover,
#main .newsbox .newsbox_c a:hover,
#main .newsbox .newsbox_d a:hover {
  text-decoration: none;
}
#main .troublebox {
  width: 100%;
  margin-top: 32px;
  position: relative;
}
#main .troublebox figure {
  width: 100%;
  margin: 0 0 40px 0;
}
#main .troublebox figure img {
  width: 100%;
}
#main .troublebox .comSns {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
#main .troublebox .comSns > li {
  margin: 0 1%;
  width: 30%;
  position: relative;
}
#main .troublebox .comSns > li > a {
  padding: 7px 15px;
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
  background-color: #c3dfc9;
  border-radius: 5px;
}
#main .troublebox .comSns > li > a:hover {
  opacity: 0.9;
}
#main .troublebox .comSns li img {
  margin-right: 15px;
  float: left;
}
#main .troublebox .comSns li .jsBox {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  display: none;
}
#main .troublebox .comSns > li:nth-child(2) > a {
  background-color: #f9cfc3;
}
#main .troublebox .comSns > li:last-child > a {
  background-color: #c0b9db;
}
#main .troublebox .linkUl01 li {
  margin-bottom: 10px;
}
#main .troublebox .linkUl01 li a {
  padding: 11px 18px 8px;
  display: block;
  font-size: 1.6rem;
  color: #040000;
  position: relative;
  text-decoration: none;
  background-color: #91cd85;
  border-radius: 5px;
  border-bottom: 4px solid #716f70;
}
#main .troublebox .linkUl02 li {
  margin-bottom: 10px;
  padding: 5px 18px 5px;
  display: block;
  font-size: 1.6rem;
  color: #040000;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  background-color: #91cd85;
  border-radius: 5px;
  border-bottom: 4px solid #716f70;
}
#main .troublebox .linkUl02 li:after {
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #dadbdb;
  position: absolute;
  border-radius: 0 0 5px 5px;
  bottom: -8px;
  left: 0;
  content: "";
}
#main .troublebox .linkUl02 li span {
  display: block;
  font-size: 1.2rem;
}
#main .troublebox .linkUl02.pc li a {
  padding: 2px 0 0 32px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  color: #040000;
  font-size: 1.6rem;
  background: url(../img/common/icon04.png) no-repeat left center;
}
#main .whiteBox {
  margin-bottom: 38px;
  padding: 27px 25px 10px;
  position: relative;
  border: 2px solid #00aa45;
  border-top: none;
  background-color: #fff;
}
#main .whiteBox p {
  margin-bottom: 34px;
  color: #231815;
  line-height: 1.51;
}
#main .whiteBox p .textSpan {
  color: #e50012;
}
#main .whiteBox .photo {
  position: absolute;
  bottom: 32px;
  right: 40px;
}
#main .whiteBox .pdttxtbox {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
#main .whiteBox .pdttxtbox p {
  width: 70%;
  margin: 0;
}
#main .whiteBox .pdtimgbox {
  width: 30%;
  margin: 0;
}
#main .whiteBox .pdtimgbox img {
  width: 100%;
}
#main .inquiryDl {
  margin-bottom: 35px;
  padding: 28px 20px 27px;
  background-color: #fff;
}
#main .inquiryDl02 {
  margin-bottom: 41px;
}
#main .inquiryDl dt {
  padding-top: 4px;
  width: 175px;
  font-weight: bold;
  font-size: 1.875rem;
  color: #4d4d4d;
  float: left;
  line-height: 1.2;
  text-align: center;
}
#main .inquiryDl dd {
  padding-left: 11.2em;
}
#main .inquiryDl li {
  margin-right: 70px;
  width: 171px;
  float: left;
}
#main .inquiryDl li:last-child {
  margin-right: 0;
}
#main .inquiryDl li a {
  padding: 7px 5px 2px;
  font-size: 2.7rem;
  color: #040000;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #91cd85;
  border-radius: 5px;
}
#main .inquiryDl li a:hover {
  opacity: 0.7;
}
#main .comLink {
  margin-bottom: 14px;
  text-align: right;
}
#main .comLink a:hover img {
  opacity: 0.7;
}
#main .link01 {
  margin-bottom: 22px;
}
#main .whiteBox02 {
  margin-bottom: 40px;
  padding: 33px 28px 10px;
}
#main .whiteBox .photo02 {
  margin-top: -6px;
  padding: 0 10px 0 60px;
  float: right;
  margin-left: 50px;
}
#main .whiteBox03 {
  margin-bottom: 44px;
  padding: 54px 135px 48px 130px;
}
#main .whiteBox table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
}
#main .whiteBox table th {
  padding: 13px 20px 9px;
  font-weight: normal;
  font-size: 2.25rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #38b373;
}
#main .whiteBox table td {
  padding: 13px 20px 9px;
  font-size: 2.25rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #38b373;
}
#main .whiteBox .textList {
  margin: 0 0 16px 75px;
}
#main .whiteBox .textList li {
  padding: 0 0 5px 2.7em;
  font-size: 1.8rem;
  text-indent: -2.7em;
}
#main .whiteBox .title {
  margin: 0 0 10px 15px;
  font-size: 2.25rem;
  color: #666;
}
#main .whiteBox .textP {
  margin: 0 0 20px 77px;
  color: #666;
  font-size: 1.8rem;
}
#main .whiteBox .textP02 {
  color: #666;
  margin-bottom: 0;
}
#main .link02 {
  margin-bottom: 38px;
}

/* contact */
#main .contact_content p{
  margin: 3em 0 1em !important;
  text-align: center;
  color: #009245;
  font-weight: bold;
}
#main .contact_box_left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 4px;
}
#main .contact_box_left ul {
  display: flex;
  flex-direction: row;
}
#main .contact_box_left li {
  padding: 3px 2px;
}
#main .contact_box_left div {
  padding: 3px 2px;
}
#main .contact_box_right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 4px;
}
#main .contact_box_right div {
  padding: 3px 2px;
}
#main .contact_box_left a:hover,
#main .contact_box_right a:hover {
  opacity: 0.7;
}

/* contact_pc */
#main .contact_pc_border {
  border-top: 2px solid #00aa45 !important;
}
#main .contact_pc_box {
  display: flex;
  padding: 1em 5em 3em;
}
#main .contact_pc_box a:hover img {
  opacity: 0.7;
}

/* contact_sp */
#main .contact_sp_border {
  border-top: 1px solid #00aa45 !important;
}
#main .contact_sp_box {
  display: flex;
  flex-direction: column;
  padding: 1em 5em 3em;
}
#main .contact_sp_box a:hover img {
  opacity: 0.7;
}

#main .flowBox {
  margin-bottom: 35px;
  padding: 54px 135px 48px 130px;
  background-color: #fff;
  border: 2px solid #00aa45;
}
#main .flowBox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .flowBox ul li {
  width: 45%;
}
#main .flowBox ul li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
}
#main .flowBox ul li figure {
  width: 100%;
  margin: 0;
}
#main .flowBox ul li figure img {
  width: 100%;
}
#main .flowBox p {
  margin-bottom: 25px;
  padding: 10px 0 15px;
  color: #666666;
  line-height: 2.1;
  font-size: 14px;
}
#main .faqDl {
  margin: 0 -10px 30px;
}
#main .faqDl dt {
  margin-bottom: 8px;
  padding: 25px 70px 21px 30px;
  position: relative;
  color: #fff;
  font-size: 2rem;
  background: #29923c;
  border-radius: 7px;
  cursor: pointer;
}
#main .faqDl dt:before,
#main .faqDl dt:after {
  position: absolute;
  right: 45px;
  top: 50%;
  width: 20px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.3s ease;
  content: "";
}
#main .faqDl dt:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main .faqDl dt.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main .faqDl dd {
  display: none;
  color: #231815;
  font-size: 1.6rem;
  padding: 18px 25px 27px 20px;
  line-height: 1.7;
}
#main .faqDl dd:last-child {
  margin-bottom: 0;
  line-height: 1.75;
}
#main .faqDl span {
  color: #fcee21;
}
#main .infoDl {
  margin: 0 15px;
}
#main .infoDl dt {
  margin-left: 15px;
  font-size: 2.693rem;
}
#main .infoDl dt span {
  display: block;
  font-size: 2.154rem;
}
#main .infoDl dd {
  margin-bottom: 28px;
  padding: 40px 0 30px 11.5em;
  font-size: 1.818rem;
  line-height: 1.6;
  border-bottom: 2px solid #888;
}
#main .infoDl dd:last-child {
  margin-bottom: 0;
  border: none;
}
#main .headLine01 + .access {
  margin-top: -43px;
}
#main .access {
  margin: 0 auto;
  padding: 85px 50px 88px 0;
  max-width: 920px;
  box-sizing: border-box;
  border-bottom: 1px solid #717071;
}
#main .access:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#main .access .inner {
  width: 38%;
  max-width: 305px;
  float: left;
}
#main .access h3 {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 2.6rem;
  font-weight: normal;
  border-bottom: 1px solid #169b40;
}
#main .access .comSns {
  margin-bottom: 30px;
  width: 100%;
}
#main .access .comSns li {
  margin-bottom: 15px;
  width: 100%;
}
#main .access .comSns li:last-child {
  margin-bottom: 0;
}
#main .access .mapBox {
  margin-top: 70px;
  float: right;
  max-width: 458px;
  width: 56%;
}
#main .access .map {
  margin-bottom: 20px;
  padding-bottom: 67%;
  position: relative;
}
#main .access .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #cbcbcb;
}
#main .access p {
  margin: 0 12px 20px;
  font-size: 1.8rem;
  line-height: 1.6;
}
#main .access p:last-child {
  margin-bottom: 0;
}
#main .covid02 {
  width: 100%;
  background-color: #ffffff;
  margin: 30px 0;
}
#main .covid02 h2 {
  width: 100%;
}
#main .covid02 .covidbox {
  padding: 50px 25px;
}
#main .covid02 .covidbox p {
  margin-bottom: 50px;
  color: #231815;
}
#main .covid02 .covidbox .txt_c {
  margin-bottom: 50px;
  text-align: center;
  color: #231815;
}
#main .covid02 .covidbox h3 {
  border: solid 2px #6ec6cb;
  color: #00a3be;
  border-radius: 50px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 50px;
}
#main .covid02 .covidbox .bluebox {
  background: #d2efea;
  padding: 30px;
  margin-bottom: 50px;
}
#main .covid02 .covidbox .bluebox h4 {
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
#main .covid02 .covidbox .bluebox p {
  font-size: 16px;
  color: #231815;
  line-height: 1.6;
  text-align: center;
  margin: 30px 0 0;
}
#main .covid02 .covidbox .bluebox ul {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 15px;
  color: #231815;
  line-height: 1.6;
}
#main .covid02 .covidbox .bluebox .c-flexbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main .covid02 .covidbox .bluebox .c-flexbox ul {
  width: 60%;
  font-size: 16px;
  list-style-type: disc;
  margin-left: 15px;
  color: #231815;
  line-height: 1.6;
}
#main .covid02 .covidbox .bluebox .c-flexbox figure {
  width: 30%;
  margin: 0;
}
#main .covid02 .covidbox .bluebox table tr {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#main .covid02 .covidbox .bluebox table tr th {
  width: 10%;
}
#main .covid02 .covidbox .bluebox table tr td {
  width: 85%;
  font-size: 16px;
  color: #231815;
  line-height: 1.6;
  padding-left: 5%;
}
#main .covid02 .covid_btn {
  max-width: 350px;
  background: #e3838c;
  margin: 0 auto;
}
#main .covid02 .covid_btn a {
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
#main .covid02 .covid_btn:hover {
  opacity: 0.7;
}
#main .covid02 .covid_btn a:hover {
  text-decoration: none;
}
/* #main .infobox {
  width: 100%;
  margin: 0 auto 15px;
} */
#main .listUl li {
  box-sizing: border-box;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
  border: solid 1px #B1B1B1;
  margin: 30px auto;
}
#main .listUl li .ttl {
  background: #D7D7D7 url(../img/common/listbtn_open.png) right 25px center no-repeat;
  color: #231815;
  text-align: center;
  width: 100%;
  height: 50px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
  font-size: 20px;
  background-size: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#main .listUl li .ttl.on {
  background-image: url("../img/common/listbtn_close.png");
}
#main .listUl li .ttl:hover {
  opacity: 0.7;
}
#main .listUl li .txtBox {
  display: none;
}
#main .listUl li .innBox {
  padding: 20px 40px 40px;
  background: #fff;
}
#main .listUl li .innBox .greytit {
  background: #B5B9AE;
  color: #fff;
  font-weight: normal;
  padding: 5px 10px;
  margin: 20px 0 15px;
  font-size: 18px;
}
#main .listUl li .innBox .listtxt {
  font-size: 16px;
  padding: 0 10px;
}
#main .listUl li .innBox .menulist {
  width: 100%;
  border: solid 1px #666666;
  box-sizing: border-box;
  border-collapse: collapse;
  font-size: 16px;
}
#main .listUl li .innBox .menulist tr td {
  width: 25%;
  border: solid 1px #666666;
  box-sizing: border-box;
  padding: 10px;
}
#main .listUl li .innBox .menulist .txtcenter {
  text-align: center;
}

@media all and (max-width: 767px) {
  #main .textImg01 {
    margin-bottom: 13px;
  }
  #main .linkUl {
    margin-bottom: 14px;
  }
  #main .linkUl li {
    width: 47.6%;
  }
  #main .linkUl li a {
    padding: 10px 5px 11px;
    font-size: 1rem;
    font-weight: bold;
    background-size: 12px auto;
    background-position: right 5px center;
  }
  #main .linkUl li span {
    margin-right: 5px;
    font-size: 1.8rem;
    vertical-align: -2px;
  }
  #main .linkUl li:last-child a {
    padding: 12px 5px 9px;
    font-size: 1.1rem;
  }
  #main .newsbox .newsbox_a {
    background: #E6E6E6 url(../img/common/arrow_black@2x.png) right 15px center no-repeat;
    background-size: 15px;
    margin-bottom: 15px;
  }
  #main .newsbox .newsbox_b {
    background: #22B573 url(../img/common/arrow_black@2x.png) right 15px center no-repeat;
    background-size: 15px;
    margin-bottom: 15px;
  }
  #main .newsbox .newsbox_c {
    background: #006837 url(../img/common/arrow_white@2x.png) right 15px center no-repeat;
    background-size: 15px;
    margin-bottom: 15px;
  }
  #main .newsbox .newsbox_d {
    background: #00A99D url(../img/common/arrow_white@2x.png) right 15px center no-repeat;
    background-size: 15px;
    margin-bottom: 15px;
  }
  #main .troublebox {
    margin-top: 0;
    position: relative;
  }
  #main .troublebox figure {
    margin: 0 0 10px 0;
  }
  #main .troublebox .comSns {
    width: 100%;
    padding: 2% 0 0 0;
    display: flex;
    justify-content: center;
  }
  #main .troublebox .comSns > li {
    margin-right: 1% !important;
    width: 30%;
  }
  #main .troublebox .comSns > li > a {
    padding: 4% 8%;
    font-size: 0.9rem;
    font-weight: bold;
    position: relative;
    border-radius: 10px;
    border-bottom: 3px solid #759c85;
    box-shadow: 0 3px 0 #dcdcdc;
  }
  #main .troublebox .comSns > li > a > span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  #main .troublebox .comSns li img {
    margin-right: 5px;
    height: 24px;
  }
  #main .troublebox .comSns li .jsBox {
    top: 32px;
  }
  #main .troublebox .linkUl01 li a {
    padding: 5px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #main .troublebox .linkUl01 li a span {
    margin: 0;
    font-size: 0.9rem;
    display: block;
  }
  #main .troublebox .linkUl02 li {
    padding: 5px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  #main .troublebox .linkUl02 li a {
    text-decoration: none;
  }
  #main .troublebox .linkUl02 li span {
    display: block;
    font-size: 0.9rem;
  }
  #main .troublebox .comSns > li:nth-child(2) > a {
    border-color: #b7988f;
  }
  #main .troublebox .comSns > li:last-child > a {
    border-color: #9f97b2;
  }
  #main .whiteBox {
    margin-bottom: 15px;
    padding: 12px 15px;
    border-width: 1px;
  }
  #main .comLink {
    margin: 0 0 14px;
  }
  #main .comLink img {
    height: 25px;
  }
  #main .treatment {
    margin-bottom: 20px;
    padding: 15px 10px;
  }
  #main .treatment p {
    letter-spacing: -0.22px;
  }
  #main .whiteBox .photo {
    margin: 0 29px;
    padding-top: 7px;
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  #main .whiteBox .photo img {
    max-width: 100%;
  }
  #main .whiteBox .pdttxtbox {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  #main .whiteBox .pdttxtbox p {
    width: 100%;
  }
  #main .whiteBox .pdtimgbox {
    width: 80%;
    margin: 0 10% 15px;
  }
  #main .whiteBox p {
    margin-bottom: 19px;
    line-height: 1.52;
  }
  #main .inquiryDl {
    margin-bottom: 13px;
    padding: 4px 5px 6px 6px;
  }
  #main .inquiryDl dt {
    padding-top: 9px;
    width: auto;
    font-size: 0.8rem;
  }
  #main .inquiryDl dd {
    padding-left: 6em;
  }
  #main .inquiryDl li {
    width: 30%;
    margin-right: 1%;
  }
  #main .inquiryDl li:last-child {
    margin-right: 0;
  }
  #main .inquiryDl li a {
    padding: 10px 5px 6px;
    font-size: 1.1rem;
    border-bottom: 3px solid #726f70;
    box-shadow: 0 3px 0 #dcdcdc;
  }
  #main .link01 {
    margin-bottom: 20px;
  }
  #main .whiteBox02 {
    padding: 14px 12px 11px;
  }
  #main .whiteBox .photo02 {
    margin: 0 27px 15px;
    padding: 0;
    float: none;
    text-align: center;
  }
  #main .whiteBox02 .spTxt {
    margin-bottom: 0;
  }
  #main .inquiryDl02 {
    margin-bottom: 16px;
  }
  #main .whiteBox03 {
    margin-bottom: 11px;
    padding: 22px 12px;
  }
  #main .whiteBox table {
    margin-bottom: 8px;
  }
  #main .whiteBox table th {
    padding: 6px 10px 3px;
    font-size: 1rem;
  }
  #main .whiteBox table td {
    padding: 6px 10px 3px;
    font-size: 1rem;
  }
  #main .whiteBox .textList {
    margin: 0 0 6px 35px;
  }
  #main .whiteBox .textList li {
    padding-bottom: 2px;
    font-size: 0.8rem;
  }
  #main .whiteBox .title {
    margin: 0 0 3px 5px;
    font-size: 1rem;
  }
  #main .whiteBox .textP {
    margin: 0 0 6px 35px;
    font-size: 0.8rem;
  }
  #main .whiteBox .textP02 {
    padding-top: 5px;
    font-size: 0.9rem;
  }
  #main .flowBox {
    margin-bottom: 23px;
    padding: 20px 11px;
    border-width: 1px;
  }
  #main .flowBox ul {
    display: flex;
    flex-direction: column;
  }
  #main .flowBox ul li {
    width: 100%;
  }
  #main .flowBox ul li h3 {
    margin-bottom: 10px;
  }
  #main .flowBox p {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  #main .headLine01 + .access {
    margin-top: 0;
  }
  #main .faqDl {
    margin: 0 0 -8px;
  }
  #main .faqDl dt {
    margin-bottom: 18px;
    padding: 15px 30px 15px 20px;
    font-size: 1.33rem;
    border-radius: 3px;
  }
  #main .faqDl dt:before,
  #main .faqDl dt:after {
    right: 15px;
    width: 14px;
    height: 2px;
  }
  #main .faqDl dd {
    font-size: 1.33rem;
    padding: 0px 0 27px;
    line-height: 2;
  }
  #main .faqDl dd:last-child {
    margin-bottom: 0;
    line-height: 1.75;
  }
  #main .infoDl {
    margin: 0 0;
  }
  #main .infoDl dt {
    margin-left: 5px;
    font-size: 1.33rem;
  }
  #main .infoDl dt span {
    font-size: 1.07rem;
  }
  #main .infoDl dd {
    margin-bottom: 10px;
    padding: 20px 0 13px 10.8em;
    font-size: 0.9rem;
    border-width: 1px;
  }
  #main .access {
    padding: 20px 4px 15px;
    width: auto;
  }
  #main .access .inner {
    position: relative;
    float: none;
    width: auto;
    max-width: 100%;
  }
  #main .access .comSns {
    margin: 0 auto;
    width: 100%;
  }
  #main .access .comSns li {
    margin-bottom: 0;
    width: 32%;
  }
  #main .access .inner .photo {
    width: 82px;
    position: absolute;
    right: 15px;
    top: 0;
  }
  #main .access h3 {
    margin: 12px 105px 25px 10px;
    padding: 0;
    display: inline-block;
    font-size: 1.73rem;
  }
  #main .access .mapBox {
    margin-top: 20px;
    float: none;
    width: auto;
    max-width: 100%;
  }
  #main .access .map {
    margin-bottom: 10px;
  }
  #main .access p {
    margin: 0 3px 15px;
    font-size: 1.33rem;
    line-height: 1.2;
  }
  #main .covid02 h2 {
    padding-top: 10px;
  }
  #main .covid02 .covidbox {
    padding: 30px 10px;
  }
  #main .covid02 .covidbox p {
    margin-bottom: 30px;
  }
  #main .covid02 .covidbox .txt_c {
    margin-bottom: 30px;
  }
  #main .covid02 .covidbox h3 {
    margin-bottom: 30px;
    font-size: 15px;
  }
  #main .covid02 .covidbox .bluebox {
    padding: 30px;
    margin-bottom: 30px;
  }
  #main .covid02 .covidbox .bluebox h4 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  #main .covid02 .covidbox .bluebox p {
    font-size: 13px;
    margin: 15px 0 0;
  }
  #main .covid02 .covidbox .bluebox ul {
    font-size: 13px;
  }
  #main .covid02 .covidbox .bluebox .c-flexbox {
    display: flex;
    flex-direction: column-reverse;
  }
  #main .covid02 .covidbox .bluebox .sp-flexbox02 {
    display: flex;
    flex-direction: column;
  }
  #main .covid02 .covidbox .bluebox .c-flexbox ul {
    width: auto;
    font-size: 13px;
  }
  #main .covid02 .covidbox .bluebox .c-flexbox figure {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  #main .covid02 .covidbox .bluebox table tr {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #main .covid02 .covidbox .bluebox table tr th {
    width: 30%;
  }
  #main .covid02 .covidbox .bluebox table tr td {
    width: 65%;
    font-size: 13px;
    padding-left: 5%;
  }
  #main .covid02 .covid_btn a {
    font-size: 14px;
  }
  #main .listUl li {
    margin: 0 auto 15px;
  }
  #main .listUl li .ttl {
    background: #D7D7D7 url(../img/common/listbtn_open.png) right 12px center no-repeat;
    font-size: 1.3rem;
    background-size: 18px !important;
    height: 40px;
  }
  #main .listUl li .innBox {
    padding: 15px 10px;
  }
  #main .listUl li .innBox .greytit {
    font-size: 16px;
  }
  #main .listUl li .innBox .greytit:first-child {
    margin: 0 0 15px;
  }
  #main .listUl li .innBox .listtxt,
  #main .listUl li .innBox .menulist {
    font-size: 13px;
  }
  #main .listUl li .innBox .menulist tr td {
    padding: 10px 5px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  #main .textImg01 img {
    width: 100%;
  }
  #main .linkUl li {
    width: 49%;
  }
  #main .linkUl li a {
    font-size: 2.3rem;
  }
  #main .linkUl li span {
    font-size: 3rem;
  }
  #main .troublebox .comSns > li > a {
    font-size: 1.2rem;
  }
  #main .whiteBox .photo {
    width: 33%;
    right: 15px;
  }
  #main .whiteBox .photo img {
    width: 100%;
  }
  #main .inquiryDl dd {
    padding-left: 9em;
  }
  #main .inquiryDl li {
    width: 31.7%;
    margin-right: 2.3333%;
  }
  #main .whiteBox .photo02 {
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
    width: 45%;
    text-align: center;
  }
  #main .whiteBox .photo02 img {
    max-width: 100%;
  }
  #main .whiteBox03 {
    padding: 20px;
  }
  /* 1/21 追記 */

}
@media all and (min-width: 768px) and (max-width: 900px) {
  #main .access {
    padding-right: 0;
  }
  #main .access h3 {
    font-size: 2.2rem;
  }
  #main .access p {
    margin: 0 0 20px;
    font-size: 1.7rem;
  }
  #main .infoDl dd {
    padding-left: 10em;
  }
}
@media all and (max-width: 374px) {
  #main .linkUl li {
    width: 49%;
  }
  #main .linkUl li span {
    margin-right: 2px;
    font-size: 1.3rem;
    vertical-align: -1px;
  }
  #main .linkUl li a {
    font-size: 0.9rem;
  }
  #main .linkUl li:last-child a {
    font-size: 0.9rem;
  }
  #main .troublebox .comSns > li > a {
    font-size: 0.8rem;
  }
  #main .troublebox .comSns li img {
    margin-right: 4px;
    height: 17px;
  }
  #main .whiteBox .textList {
    margin-left: 15px;
  }
  #main .whiteBox .textP {
    margin-left: 15px;
  }
  #main .faqDl dt {
    padding: 10px 32px 10px 10px;
    font-size: 1.1rem;
  }
  #main .faqDl dd {
    font-size: 1.1rem;
  }
  #main .access h3 {
    font-size: 1.2rem;
  }
  #main .access .inner .photo {
    top: -10px;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9fd6d2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.Docter {
  display: block;
  margin: 30px 20px 20px;
}
.Docter span {
  border-bottom: 1px solid #666666;
}
.Docter img {
  width: 21%;
  float: right;
}
.Docter .drhistory {
  margin-bottom: 50px !important;
}
.TaLeft {
  text-align: left !important;
}
.GrnBlock a {
  color: #ffffff !important;
  background-color: #0da167;
  padding: 3px 5px;
  margin: 0 10px 10px 0px;
}
.ml-10 {
  margin-left: 10px;
}
.FontS {
  font-size: 1.6rem;
}
.Oshirase {
  color: rgb(35, 24, 21);
  text-align: center;
  width: auto;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
  font-size: 130%;
  background-color: #edecdd;
  margin: 20px 0px;
  padding: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .Oshirase {
    font-size: 100%;
  }
}
.link-white {
  display: inline-block;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 5px;
}
@media screen and (max-width: 900px) {
  .link-block {
    margin-bottom: 15px;
  }
  .link-white {
    padding: 7px;
    border-radius: 10px;
    margin: 10px 5px;
  }
}
@media screen and (min-width: 900px) {
  .link-block-sp {
    display: inline;
  }
}


/* 2024.11修正 */
.topBox1 {
  padding-top: 17px;
  background-color: #b3b3b3;
}

.mv__wrapper {
  max-width: 562px;
  margin-inline: auto;
}

.mv__img {
  width: 100%;
}

.mv__text {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  color: #fff;
  text-shadow: 2px 2px 2px rgb(35, 24, 21, 0.75);
  padding: 30px 0;
}

.mv_topimg-img {
  display: block;
  margin-inline: auto;
  max-width: 211px;
}

#conts {
  width: 705px;
  margin-inline: auto;
}

@media all and (max-width: 767px) {
  #conts {
    width: auto;
  }
}

#main .sec02 {
  margin-bottom: 22px;
}
#main .sec02 .imgBox {
  padding: 20px 30px;
  margin-bottom: 16px;
  background-color: #fff5d5;
  border: 1px solid #b1b1b1;
}
#main .sec02 .imgBox h3 {
  margin-bottom: 15px;
  color: #ff0000;
  font-size: 28px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
}
#main .sec02 .n_aboutbox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
#main .sec02 .flex_r {
  display: flex;
  flex-direction: row-reverse;
}
#main .sec02 .n_aboutbox figure {
  width: 28%;
  margin: 0;
}
#main .sec02 .n_aboutbox figure img {
  width: 100%;
}
#main .sec02 .n_aboutbox p {
  width: 69%;
  margin: 0 3%;
  font-size: 16px;
}
#main .sec02 .n_aboutbox p span {
  color: #009244;
  font-size: 22px;
  font-weight: bold;
  text-shadow: #009244 0px 0px 1px;
}
#main .sec02 .n_txtbox {
  width: 100%;
  margin-bottom: 56px;
}
#main .sec02 .n_txtbox .mb {
  margin-bottom: 50px;
}
#main .sec02 .n_txtbox h4 {
  font-size: 18px;
  font-weight: bold;
  color: #006837;
  margin: 15px 0;
}
#main .sec02 .n_txtbox p {
  font-size: 12px;
}
#main .sec02 .n_txtbox p span {
  font-size: 14px;
  color: #264e39;
  font-weight: bold;
  background: linear-gradient(transparent 0%, #cae9c9 0%);
}
#main .sec02 .n_txtbox .red_txt {
  color: #d65a24;
  background: none;
  font-weight: normal;
  font-size: 12px;
}
#main .sec02 .n_txtbox figure {
  width: 100%;
  margin: 15px 0;
}
#main .sec02 .n_txtbox figure img {
  width: 100%;
}
#main .sec03 {
  margin-bottom: 56px;
}
#main .sec03 .heading {
  margin-bottom: 28px;
}
#main .sec03 p {
  margin-bottom: 22px;
  font-size: 1.2rem;
  line-height: 1.75;
}
#main .sec03 p:last-child {
  margin-bottom: 0;
}
#main .sec03 p span {
  color: #009045;
  font-size: 1.4rem;
}
#main .sec04 {
  margin-bottom: 79px;
}
#main .sec04 .inner {
  margin-bottom: 51px;
  padding: 0 31px 18px;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
}
#main .sec04 .inner h3 {
  margin: 0 -31px 26px;
  padding: 2px 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #1c3c34;
}
#main .sec04 .inner .ttl {
  margin-bottom: 21px;
  padding: 0 17px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #abaea3;
}
#main .sec04 .inner .textUl {
  margin-bottom: 35px;
}
#main .sec04 .inner .textUl li {
  font-size: 1.2rem;
  line-height: 1.35;
}
#main .sec04 .subBox {
  margin: 0 1px 30px 15px;
}
#main .sec04 .subBox .photoBox {
  width: 391px;
  float: left;
}
#main .sec04 .subBox .textBox {
  width: 208px;
  float: right;
}
#main .sec04 .subBox .textBox .ttl {
  padding: 0 8px;
  margin: 2px 0 12px;
}
#main .sec04 .inner .comLink {
  margin: 8px -13px 0;
}
#main .sec05 {
  margin-bottom: 99px;
}
#main .sec05 .heading {
  margin-bottom: 34px;
}
#main .sec05 .textUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
#main .sec05 .textUl li {
  width: 40%;
  padding: 0 5%;
  margin-bottom: 30px;
}
#main .sec05 .textUl li h3 {
  font-size: 14px;
  font-weight: normal;
}
#main .sec05 .textUl li figure {
  width: 100%;
  margin: 0;
}
#main .sec05 .textUl li figure img {
  width: 100%;
}
#main .sec05 .textUl li p {
  margin: 15px 0 0;
}
#main .sec06 .heading {
  margin-bottom: 31px;
  font-size: 1.6rem;
  color: #006535;
  border-bottom: 1px solid #006535;
  /* position: relative; */
  padding-left: 15px;
}
/* #main .sec06 .heading::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #006837;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
} */

#main .sec06 .tableBox + h3 {
  margin-top: 64px;
}
#main .sec06 .tableBox table {
  width: 100%;
  font-size: 1.2rem;
  border: 2px solid #8bcda0;
  border-collapse: collapse;
}
#main .sec06 .tableBox table th,
#main .sec06 .tableBox table td {
  padding: 4px 15px 2px;
  text-align: left;
  vertical-align: middle;
  border: 2px solid #8bcda0;
}
#main .sec06 .tableBox table tr td:last-child {
  padding-right: 30px;
  text-align: right;
}
#main .sec06 .tableBox .table01 th,
#main .sec06 .tableBox .table01 td {
  padding: 4px 15px 2px;
}
#main .sec06 .tableBox table th {
  text-align: left;
  font-weight: normal;
}
#main .sec06 .tableBox table td {
  width: 22.8%;
}
#main .sec06 .tableBox .table01 td:last-child {
  width: 22.5%;
}
#main .sec06 .tableBox table td:last-child {
  width: 22.5%;
  text-align: center;
}
#main .sec06 .textUl {
  margin: 0 7px 53px;
  line-height: 1.75;
  font-size: 1.2rem;
}
#main .sec06 h3 {
  margin: 0 7px 9px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #264d38;
  font-weight: 500;
}
#main .sec06 .note {
  margin: -6px auto 70px;
  max-width: 676px;
  font-size: 1.8rem;
}
#main .sec06 .text {
  margin: 15px 0 80px;
  font-size: 1.2rem;
  text-align: left;
}
#main .sec07 {
  margin-bottom: 22px;
}
#main .sec07 .imgBox {
  padding: 20px 30px;
  margin-bottom: 16px;
  background-color: #e8f1ec;
}
#main .sec07 .imgBox h3 {
  margin-bottom: 15px;
  color: #ff0000;
  font-size: 28px;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho",
    "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
  text-align: center;
}
#main .sec07 .n_aboutbox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
#main .sec07 .flex_r {
  display: flex;
  flex-direction: row-reverse;
}
#main .sec07 .n_aboutbox figure {
  width: 28%;
  margin: 0;
}
#main .sec07 .n_aboutbox figure img {
  width: 100%;
}
#main .sec07 .n_aboutbox p {
  width: 69%;
  margin: 0 3%;
  font-size: 15px;
}
#main .sec07 .n_aboutbox p span {
  color: #009244;
  font-size: 22px;
  font-weight: bold;
  text-shadow: #009244 0px 0px 1px;
}
#main .sec07 .n_txtbox {
  width: 100%;
  margin-bottom: 56px;
}
#main .sec07 .n_txtbox .mb {
  margin-bottom: 50px;
}
#main .sec07 .n_txtbox h4 {
  font-size: 18px;
  font-weight: bold;
  color: #006837;
  margin: 15px 0;
}
#main .sec07 .n_txtbox p {
  font-size: 12px;
}
#main .sec07 .n_txtbox p span {
  font-size: 14px;
  color: #264e39;
  font-weight: bold;
  background: linear-gradient(transparent 0%, #cae9c9 0%);
}
#main .sec07 .n_txtbox .red_txt {
  color: #d65a24;
  background: none;
  font-weight: normal;
  font-size: 12px;
}
#main .sec07 .n_txtbox figure {
  width: 100%;
  margin: 15px 0;
}
#main .sec07 .n_txtbox figure img {
  width: 100%;
}
#main .sec03 {
  margin-bottom: 56px;
}
#main .infobox {
  margin: 15px auto 0;
  max-width: 960px;
}

#main .accessbtn01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 20%;
}
#main .accessbtn01 li {
  width: 32%;
  text-align: center;
  background: #cfe1d0;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
}
#main .accessbtn01 li:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 15px;
  border-radius: 0 0 10px 10px;
  background-color: #b3b3b4;
  content: "";
  z-index: -1;
}
#main .accessbtn01 li a {
  display: block;
  color: #000;
  line-height: 1.4;
  padding: 10px 0;
}
#main .accessbtn01 li a:hover {
  opacity: 0.7;
}
#main .accessbtn01 li a span {
  display: block;
  font-size: 12px;
}