@charset "UTF-8";
.pc-show {
  display: block;
}

.mob-show {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .mob-show {
    display: block;
  }
}
.ff-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ff-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.ff-medium-se {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.ff-regular-inter {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.ff-medium-inter {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.ff-bold-se {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.ff-time {
  font-family: "Times New Roman";
}

.lp-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.lp-main .pc-show {
  display: block;
}
.lp-main .mob-show {
  display: none;
}
.lp-main .fs-20 {
  font-size: 20px;
}
.lp-main .fs-25 {
  font-size: 25px;
}
.lp-main .fs-30 {
  font-size: 30px;
}
.lp-main .fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .lp-main .pc-show {
    display: none;
  }
  .lp-main .mob-show {
    display: block;
  }
  .lp-main .fs-20 {
    font-size: 12px;
  }
  .lp-main .fs-25 {
    font-size: 14px;
  }
  .lp-main .fs-30 {
    font-size: 16px;
  }
  .lp-main .fs-35 {
    font-size: 20px;
  }
}
.lp-main .kv {
  position: relative;
}
.lp-main .kv .slick-slider {
  width: 100%;
  position: relative;
}
.lp-main .kv .slick-slider .slick-img {
  width: 100%;
  /*height: 920px;*/
  object-fit: cover;
}
.lp-main .kv .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  display: flex !important;
  justify-content: flex-start;
}
.lp-main .kv .slick-dots li {
  background-color: #fff;
  width: 60px;
  height: 4px;
}
.lp-main .kv .slick-dots button:before {
  display: none;
}
.lp-main .kv .slick-dots .slick-active {
  background: #006139;
  backdrop-filter: blur(6px);
}
.lp-main .kv .slide-text-wrap {
  font-size: 30px;
  position: absolute;
  left: 300px;
  top: 190px;
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 1.6;
}
.lp-main .kv .slide-text-wrap .slide-text {
  height: max-content;
  position: relative;
}
.lp-main .kv .slide-text-wrap .slide-text::after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 2px;
}
.lp-main .kv .time-table {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #c3e2f9;
  width: 510px;
}
.lp-main .kv .time-table .ico_close2 {
  width: 18px;
  vertical-align: middle;
  transform: translateY(-14%);
}
.lp-main .kv .time-table .ico_open {
  width: 16px;
  vertical-align: middle;
}
.lp-main .kv .time-table .ico_close {
  width: 17px;
  vertical-align: middle;
}
.lp-main .kv .time-table .time-right {
  font-size: 16px;
  padding: 18px 18px 0;
  display: block;
  flex: 1;
}
.lp-main .kv .time-table .time-right tbody {
  width: 100%;
  display: table;
}
.lp-main .kv .time-table .time-right td {
  border-bottom: 1px solid #e8e8e8;
  width: 9%;
  text-align: center;
  padding: 10px 0;
  font-size: inherit;
}
.lp-main .kv .time-table .time-right .td-title {
  color: #006139;
  background-color: #e2eae6;
}
.lp-main .kv .time-table .time-right .td-copy {
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.08em;
}
.lp-main .kv .time-table .time-right .td-first {
  width: 22%;
  text-align: left;
  letter-spacing: -0.04em;
}
.lp-main .kv .time-table .time-right .td-first .ico_close2 {
  margin-right: 4px;
}
.lp-main .kv .time-table .time-right .td-last {
  width: 15%;
}
.lp-main .kv .time-table .time-right .tr3 td, .lp-main .kv .time-table .time-right .tr4 td {
  border-bottom: none;
}
.lp-main .kv .time-table .time-right .tr4 td {
  padding-top: 4px;
}
.lp-main .kv .time-table .time-left {
  background-color: #006139;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  line-height: 1.5;
}
.lp-main .kv .time-table .time-left .ico_clock_wh {
  width: 25px;
  margin: 18px 0 7px;
}
@media screen and (max-width: 767px) {
  .lp-main .kv {
    margin-top: 69px;
  }
  .lp-main .kv .slick-slider .slick-img {
    height: auto;
  }
  .lp-main .kv .slick-dots {
    right: 10px;
    left: auto;
    bottom: 16px;
    justify-content: flex-end;
  }
  .lp-main .kv .slick-dots li {
    width: 30px;
    height: 2px;
    margin: 0 3px;
  }
  .lp-main .kv .slide-text-wrap {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
  }
  .lp-main .kv .slide-text-wrap .slide-text::after {
    width: 2px;
    right: 1px;
  }
  .lp-main .kv .time-table {
    position: relative;
    width: calc(100% - 20px);
    margin: -10px auto 0;
    z-index: 2;
    top: 0;
    box-shadow: 0 0 6px #c3e2f9;
  }
  .lp-main .kv .time-table .ico_close2 {
    width: 14px;
  }
  .lp-main .kv .time-table .ico_open {
    width: 12px;
  }
  .lp-main .kv .time-table .ico_close {
    width: 12px;
  }
  .lp-main .kv .time-table .time-left {
    padding: 0 8px;
    font-size: 14px;
  }
  .lp-main .kv .time-table .time-left .ico_clock_wh {
    width: 16px;
    margin: 12px 0 5px;
  }
  .lp-main .kv .time-table .time-right {
    width: 100%;
    font-size: 12px;
    padding: 10px 10px 0;
  }
  .lp-main .kv .time-table .time-right .td-copy {
    font-size: 9.5px;
  }
  .lp-main .kv .time-table .time-right .tr3 td {
    padding-bottom: 5px;
  }
  .lp-main .kv .time-table .time-right .tr4 td {
    padding-top: 0;
  }
}
.lp-main .breath {
  position: relative;
  overflow: hidden;
  padding: 150px 90px;
}
.lp-main .breath .breath-content {
  width: max-content;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.lp-main .breath .breath-content .content-text1 {
  width: 340px;
  font-size: 16px;
  line-height: 1.9;
}
.lp-main .breath .breath-content .content-title {
  writing-mode: vertical-rl;
  color: #006139;
  font-size: 32px;
  margin-left: 60px;
}
.lp-main .breath .breath-content .content-title .subtitle {
  font-size: 26px;
}
.lp-main .breath .breath-content .logomark_i_soft {
  width: 94px;
  position: absolute;
  right: 0;
  top: 240px;
}
@media screen and (max-width: 767px) {
  .lp-main .breath {
    padding: 50px 10px;
  }
  .lp-main .breath .breath-content {
    flex-direction: column-reverse;
  }
  .lp-main .breath .breath-content .content-title {
    margin: 0 auto 75px;
    font-size: 24px;
    writing-mode: vertical-rl;
  }
  .lp-main .breath .breath-content .content-title .subtitle {
    font-size: 20px;
  }
  .lp-main .breath .breath-content .content-text1 {
    font-size: 14px;
  }
  .lp-main .breath .breath-content .logomark_i_soft {
    width: 55px;
    left: 50%;
    transform: translateX(-50%);
    top: 180px;
  }
}
.lp-main .inform .inform-content {
  width: calc(100% - 160px);
  margin: 0 auto;
  background-color: #006139;
  padding: 80px 0 70px;
}
.lp-main .inform .inform-content .tit-wrap {
  width: max-content;
  font-size: 32px;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.lp-main .inform .inform-content .tit-wrap .tit_after_bdr {
  width: 120px;
  position: absolute;
  left: 50px;
  top: 45px;
}
.lp-main .inform .inform-content .box-scroll {
  max-width: 1120px;
  height: 370px;
  background-color: #fff;
  margin: 48px auto 0;
  padding: 40px;
  font-size: 16px;
  line-height: 1.7;
}
.lp-main .inform .inform-content .box-scroll .box-inner {
  height: 100%;
  overflow: auto;
  padding-right: 8px;
}
.lp-main .inform .inform-content .box-scroll .inform-text1 {
  font-size: 20px;
  color: #006139;
}
.lp-main .inform .inform-content .box-scroll .inform-text2 {
  color: #fc3441;
  margin-top: 6px;
}
.lp-main .inform .inform-content .box-scroll .inform-text4 {
  font-size: 18px;
  margin-top: 25px;
}
.lp-main .inform .inform-content .box-scroll ul {
  padding-left: 18px;
}
.lp-main .inform .inform-content .box-scroll ul li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .lp-main .inform {
    background-color: #006139;
  }
  .lp-main .inform .inform-content {
    width: calc(100% - 20px);
    padding: 60px 0 30px;
  }
  .lp-main .inform .inform-content .tit-wrap {
    font-size: 24px;
  }
  .lp-main .inform .inform-content .tit-wrap .tit_after_bdr {
    width: 80px;
    top: 36px;
  }
  .lp-main .inform .inform-content .box-scroll {
    margin-top: 35px;
    padding: 20px 15px;
    font-size: 12px;
  }
  .lp-main .inform .inform-content .box-scroll .inform-text1 {
    font-size: 16px;
  }
  .lp-main .inform .inform-content .box-scroll .inform-text2 {
    color: #fc3441;
  }
  .lp-main .inform .inform-content .box-scroll .inform-text4 {
    font-size: 14px;
    margin-top: 12px;
  }
  .lp-main .inform .inform-content .box-scroll ul {
    padding-left: 16px;
  }
}
.lp-main .appoint {
  padding-bottom: 110px;
}
.lp-main .appoint .appoint-title-img {
  width: 800px;
  display: block;
  margin: 100px auto 0;
}
.lp-main .appoint .appoint-content {
  width: 1120px;
  margin: 100px auto 0;
}
.lp-main .appoint .appoint-content .appoint-title-wrap {
  display: flex;
  justify-content: space-between;
  color: #006139;
  border-bottom: 2px solid #006139;
}
.lp-main .appoint .appoint-content .appoint-title-wrap .appoint-title {
  font-size: 26px;
}
.lp-main .appoint .appoint-content .appoint-title-wrap .btn-list {
  outline: none;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #006139;
  cursor: pointer;
}
.lp-main .appoint .appoint-content .appoint-title-wrap .btn-list .ico_list_green {
  width: 26px;
  margin-right: 13px;
}
.lp-main .appoint .appoint-content .appoint-list .item {
  display: flex;
  align-items: center;
  color: #000;
  padding: 23px 30px;
  position: relative;
  border-bottom: 1px solid #e7ebec;
}
.lp-main .appoint .appoint-content .appoint-list .item .item-center {
  display: flex;
  align-items: center;
  flex: 1;
}
.lp-main .appoint .appoint-content .appoint-list .item .date {
  width: 130px;
  font-size: 16px;
  font-style: italic;
}
.lp-main .appoint .appoint-content .appoint-list .item .line {
  width: 1px;
  height: 64px;
  background-color: #e7ebec;
  margin-right: 38px;
  align-self: flex-end;
  position: absolute;
  left: 129px;
  bottom: 0;
}
.lp-main .appoint .appoint-content .appoint-list .item .new-wrap {
  width: 41px;
  margin-right: 47px;
  display: flex;
  align-items: center;
}
.lp-main .appoint .appoint-content .appoint-list .item .new-wrap img {
  display: block;
}
.lp-main .appoint .appoint-content .appoint-list .item .item-text1 {
  width: 80px;
  line-height: 30px;
  background-color: #006139;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  font-size: 13px;
  margin-right: 24px;
}
.lp-main .appoint .appoint-content .appoint-list .item .item-text2 {
  font-size: 16px;
  flex: 1;
}
.lp-main .appoint .appoint-content .appoint-list .item .arrow_r {
  width: 9px;
  justify-self: flex-end;
}
.lp-main .appoint .appoint-content .appoint-list .item:hover {
  background-color: #f9fbfa;
}
@media screen and (max-width: 767px) {
  .lp-main .appoint {
    padding: 0 10px 40px;
  }
  .lp-main .appoint .appoint-title-img {
    width: 100%;
    margin-top: 40px;
  }
  .lp-main .appoint .appoint-content {
    margin-top: 40px;
    width: 100%;
  }
  .lp-main .appoint .appoint-content .appoint-title-wrap {
    padding-bottom: 2px;
  }
  .lp-main .appoint .appoint-content .appoint-title-wrap .appoint-title {
    font-size: 20px;
  }
  .lp-main .appoint .appoint-content .appoint-title-wrap .btn-list {
    font-size: 14px;
    background-color: #006139;
    color: #fff;
    padding: 2px 12px;
  }
  .lp-main .appoint .appoint-content .appoint-title-wrap .btn-list .ico_list_green {
    width: 18px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item {
    padding: 14px 8px;
    line-height: 1.4;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .date {
    width: 70px;
    font-size: 12px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .item-center {
    display: block;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 10px;
    margin-right: 5px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .item-text2 {
    width: 100%;
    min-width: 200px;
    margin-top: 6px;
    font-size: 13px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .new-wrap {
    width: 32px;
    margin-right: 20px;
    display: inline-block;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .item-text1 {
    width: 68px;
    font-size: 11px;
    line-height: 25px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item .line {
    height: calc(100% - 8px);
    margin-right: 4px;
    left: 77px;
  }
  .lp-main .appoint .appoint-content .appoint-list .item1 .item-text1 {
    display: inline-block;
  }
  .lp-main .appoint .appoint-content .appoint-list .item2 .new-wrap, .lp-main .appoint .appoint-content .appoint-list .item3 .new-wrap {
    display: none;
  }
}
.lp-main .guide {
  padding: 110px 0 150px;
  background-color: #e2eae6;
}
.lp-main .guide .tit-wrap {
  font-size: 32px;
  color: #006139;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.lp-main .guide .tit-wrap .tit_after_bdr {
  width: 120px;
  position: absolute;
  left: 0;
  top: 41px;
}
.lp-main .guide .guide-list {
  width: 1120px;
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lp-main .guide .guide-list .item {
  width: calc(33.33% - 3rem);
  margin-right: 4rem;
  color: #fff;
  position: relative;
}
.lp-main .guide .guide-list .item .item-img {
  background-color: #006139;
}
.lp-main .guide .guide-list .item .item-img img {
  opacity: 0.6;
  transition: all 0.5s;
}
.lp-main .guide .guide-list .item .item-title {
  font-size: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  text-align: center;
}
.lp-main .guide .guide-list .item .arrow_rd_r_wh {
  width: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 166px;
  z-index: 2;
}
.lp-main .guide .guide-list .item:nth-of-type(3n) {
  margin-right: 0;
}
.lp-main .guide .guide-list .item:nth-of-type(n+4) {
  margin-top: 38px;
}
.lp-main .guide .guide-list .item:hover .item-img img {
  opacity: 1;
}
.lp-main .guide .guide-bottom {
  display: flex;
  width: 1120px;
  margin: 60px auto 0;
}
.lp-main .guide .guide-bottom .bottom-title1 {
  width: 110px;
  background-color: #006139;
  font-size: 20px;
  text-align: center;
  margin-right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  height: 110px;
}
.lp-main .guide .guide-bottom .bottom-links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  max-height: 150px;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap {
  width: 33.33%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-top: 22px;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap .arrow_rd_r_wh {
  width: 20px;
  margin-right: 10px;
  transition: all 0.3s;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap .link-text {
  width: max-content;
  position: relative;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap .link-text::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #006139;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap1,
.lp-main .guide .guide-bottom .bottom-links .link-wrap2,
.lp-main .guide .guide-bottom .bottom-links .link-wrap3 {
  margin-top: 0;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap10 {
  display: none;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap:hover {
  color: #006139;
}
.lp-main .guide .guide-bottom .bottom-links .link-wrap:hover .link-text:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
@media screen and (max-width: 767px) {
  .lp-main .guide {
    padding: 80px 10px;
  }
  .lp-main .guide .tit-wrap {
    font-size: 24px;
  }
  .lp-main .guide .tit-wrap .tit_after_bdr {
    width: 90px;
    top: 35px;
    left: 6px;
  }
  .lp-main .guide .guide-list {
    width: 100%;
  }
  .lp-main .guide .guide-list .item {
    width: calc(50% - 4px);
    margin-right: 0;
  }
  .lp-main .guide .guide-list .item .item-title {
    font-size: 14px;
  }
  .lp-main .guide .guide-list .item .arrow_rd_r_wh {
    top: 65%;
    width: 20px;
  }
  .lp-main .guide .guide-list .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  .lp-main .guide .guide-bottom {
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
  .lp-main .guide .guide-bottom .bottom-title1 {
    margin-right: 0;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    height: auto;
  }
  .lp-main .guide .guide-bottom .bottom-links {
    max-height: 150px;
    margin-top: 30px;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap {
    width: 50%;
    margin-top: 12px;
    font-size: 13px;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap .arrow_rd_r_wh {
    width: 14px;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap1, .lp-main .guide .guide-bottom .bottom-links .link-wrap5 {
    margin-top: 0;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap10 {
    display: flex;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap1 {
    order: 1;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap2 {
    order: 7;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap3 {
    order: 4;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap4 {
    order: 3;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap5 {
    order: 2;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap6 {
    order: 6;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap7 {
    order: 5;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap8 {
    order: 9;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap9 {
    order: 8;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap10 {
    order: 10;
  }
  .lp-main .guide .guide-bottom .bottom-links .link-wrap:hover .arrow_rd_r_wh {
    transform: translate(0);
  }
}
.lp-main .greet {
  padding: 110px 0;
}
.lp-main .greet .tit-wrap {
  font-size: 32px;
  color: #006139;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.lp-main .greet .tit-wrap .tit_after_bdr {
  width: 120px;
  position: absolute;
  left: 13px;
  top: 41px;
}
.lp-main .greet .greet-title2 {
  font-size: 30px;
  text-align: center;
  color: #006139;
  margin-top: 60px;
}
.lp-main .greet .greet-content {
  width: 890px;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
}
.lp-main .greet .greet-content .greet-person {
  width: 372px;
}
.lp-main .greet .greet-content .greet-right {
  margin-left: 38px;
  flex: 1;
}
.lp-main .greet .greet-content .greet-right .greet-text {
  font-size: 16px;
  line-height: 1.85;
}
.lp-main .greet .greet-content .greet-right .greet-text2 {
  margin-top: 30px;
}
.lp-main .greet .greet-content .greet-right .green-name1 {
  font-size: 25px;
  margin-top: 40px;
  text-align: right;
}
.lp-main .greet .greet-content .greet-right .green-name1 .name-s {
  font-size: 18px;
}
.lp-main .greet .greet-content .greet-right .green-name2 {
  font-size: 16px;
  text-align: right;
  font-style: italic;
}
.lp-main .greet .greet-btns {
  width: 1120px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}
.lp-main .greet .greet-btns .btn-file {
  width: 540px;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 35px;
  color: #006139;
  border: 2px solid #000;
  font-size: 18px;
  line-height: 1.25;
  justify-content: space-between;
}
.lp-main .greet .greet-btns .btn-file .logo_dr_files {
  width: 164px;
}
.lp-main .greet .greet-btns .btn-file .file-text {
  width: max-content;
}
.lp-main .greet .greet-btns .btn-file .arrow_rd_nw {
  width: 29px;
}
.lp-main .greet .greet-btns .btn-here {
  width: 540px;
  height: 120px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 35px;
  color: #fff;
  background-color: #006139;
  justify-content: space-between;
  font-size: 22px;
}
.lp-main .greet .greet-btns .btn-here .arrow_rd_r_wh {
  width: 30px;
}
.lp-main .greet .greet-btns .btn-here:hover {
  background-color: #6ab543;
}
@media screen and (max-width: 767px) {
  .lp-main .greet {
    padding: 80px 20px 60px;
  }
  .lp-main .greet .tit-wrap {
    font-size: 24px;
  }
  .lp-main .greet .tit-wrap .tit_after_bdr {
    width: 90px;
    top: 35px;
    left: 20px;
  }
  .lp-main .greet .greet-title2 {
    font-size: 20px;
    margin-top: 40px;
  }
  .lp-main .greet .greet-content {
    width: 100%;
    flex-direction: column;
    margin-top: 18px;
  }
  .lp-main .greet .greet-content .greet-person {
    width: 55%;
    margin: 0 auto;
  }
  .lp-main .greet .greet-content .greet-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .lp-main .greet .greet-content .greet-right .greet-text {
    font-size: 12px;
  }
  .lp-main .greet .greet-content .greet-right .greet-text2 {
    margin-top: 15px;
  }
  .lp-main .greet .greet-content .greet-right .green-name1 {
    margin-top: 25px;
    font-size: 22px;
  }
  .lp-main .greet .greet-content .greet-right .green-name1 .name-s {
    font-size: 14px;
  }
  .lp-main .greet .greet-content .greet-right .green-name2 {
    font-size: 14px;
  }
  .lp-main .greet .greet-btns {
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }
  .lp-main .greet .greet-btns .btn-file {
    width: 100%;
    height: 80px;
    padding: 0 15px;
    font-size: 12px;
  }
  .lp-main .greet .greet-btns .btn-file .logo_dr_files {
    width: 110px;
  }
  .lp-main .greet .greet-btns .btn-file .arrow_rd_nw {
    width: 20px;
  }
  .lp-main .greet .greet-btns .btn-here {
    width: 100%;
    height: 80px;
    padding: 0 15px;
    font-size: 20px;
    margin-top: 20px;
  }
  .lp-main .greet .greet-btns .btn-here .arrow_rd_r_wh {
    width: 22px;
  }
}
.lp-main .advant .tit-wrap {
  font-size: 32px;
  color: #006139;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.lp-main .advant .tit-wrap .tit_after_bdr {
  width: 120px;
  position: absolute;
  left: 13px;
  top: 41px;
}
.lp-main .advant .advant-content {
  margin-top: 50px;
  position: relative;
}
.lp-main .advant .advant-content .advant-bg {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
.lp-main .advant .advant-content .advant-list {
  width: 1120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.lp-main .advant .advant-content .advant-list .item {
  flex: 1;
  background-color: #fdfcfa;
  padding: 54px 0 75px;
}
.lp-main .advant .advant-content .advant-list .item .item-icon-wrap {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon1 {
  width: 48px;
}
.lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon2 {
  width: 56px;
}
.lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon3 {
  width: 75px;
}
.lp-main .advant .advant-content .advant-list .item .item-texts {
  width: 275px;
  margin: 30px auto 0;
}
.lp-main .advant .advant-content .advant-list .item .item-title {
  font-size: 20px;
  color: #006139;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-main .advant .advant-content .advant-list .item .item-text {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 20px;
}
.lp-main .advant .advant-content .advant-list .item2,
.lp-main .advant .advant-content .advant-list .item3 {
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .lp-main .advant .tit-wrap {
    font-size: 24px;
  }
  .lp-main .advant .tit-wrap .tit_after_bdr {
    width: 90px;
    top: 35px;
    left: 20px;
  }
  .lp-main .advant .advant-content {
    background-color: #e2eae6;
    padding-bottom: 20px;
  }
  .lp-main .advant .advant-content .advant-bg {
    height: auto;
  }
  .lp-main .advant .advant-content .advant-list {
    margin: -45px auto 0;
    width: calc(100% - 20px);
    position: static;
    flex-direction: column;
    transform: translate(0);
  }
  .lp-main .advant .advant-content .advant-list .item {
    padding: 20px 15px;
    display: flex;
  }
  .lp-main .advant .advant-content .advant-list .item .item-icon-wrap {
    height: auto;
    align-items: flex-start;
    margin-top: 4px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon1 {
    width: 35px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon2 {
    width: 35px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-icon-wrap .icon3 {
    width: 35px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-texts {
    margin: 0 0 0 15px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-title {
    height: auto;
    text-align: left;
    display: block;
    font-size: 16px;
  }
  .lp-main .advant .advant-content .advant-list .item .item-text {
    font-size: 12px;
    margin-top: 10px;
  }
  .lp-main .advant .advant-content .advant-list .item:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
.lp-main .adress {
  padding: 95px 0 80px;
}
.lp-main .adress .adress-content {
  width: 1120px;
  margin: 0 auto 0;
  display: flex;
}
.lp-main .adress .adress-content .adress-left {
  flex: 1;
  padding-top: 58px;
}
.lp-main .adress .adress-content .adress-left .logo_ichida {
  display: block;
  width: 280px;
  margin: 0 auto 47px;
}
.lp-main .adress .adress-content .adress-left .adress-texts {
  font-size: 16px;
}
.lp-main .adress .adress-content .adress-left .adress-texts .text-row {
  display: flex;
  margin-top: 20px;
  align-items: center;
  line-height: 1.2;
}
.lp-main .adress .adress-content .adress-left .adress-texts .adress-text1 {
  width: 110px;
}
.lp-main .adress .adress-content .adress-left .adress-texts .tel {
  color: #006139;
  font-size: 40px;
}
.lp-main .adress .adress-content .adress-left .table-copy {
  font-size: 16px;
}
.lp-main .adress .adress-content .adress-left .table-copy .point {
  color: #fc4a54;
}
.lp-main .adress .adress-content .adress-table {
  font-size: 18px;
  padding: 18px 18px 0;
  margin-top: 25px;
}
.lp-main .adress .adress-content .adress-table .ico_close2 {
  width: 22px;
  vertical-align: middle;
}
.lp-main .adress .adress-content .adress-table .ico_open {
  width: 20px;
  vertical-align: middle;
}
.lp-main .adress .adress-content .adress-table .ico_close {
  width: 17px;
  vertical-align: middle;
}
.lp-main .adress .adress-content .adress-table td {
  border-bottom: 1px solid #e8e8e8;
  width: calc((100% - 100px) / 8);
  text-align: center;
  padding: 12px 0;
  font-size: inherit;
}
.lp-main .adress .adress-content .adress-table .td-title {
  color: #000;
}
.lp-main .adress .adress-content .adress-table .td-copy {
  font-size: 16px;
  text-align: left;
}
.lp-main .adress .adress-content .adress-table .td-first {
  width: 130px;
  text-align: left;
}
.lp-main .adress .adress-content .adress-table .td-first .ico_close2 {
  margin-right: 4px;
}
.lp-main .adress .adress-content .adress-table tr:last-child td {
  border-bottom: none;
}
.lp-main .adress .adress-content .adress-right {
  width: 564px;
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .lp-main .adress {
    padding: 40px 10px 30px;
  }
  .lp-main .adress .adress-content {
    width: 100%;
    flex-direction: column;
  }
  .lp-main .adress .adress-content .adress-left {
    padding-top: 0;
  }
  .lp-main .adress .adress-content .adress-left .logo_ichida {
    width: 200px;
    margin-bottom: 30px;
  }
  .lp-main .adress .adress-content .adress-left .adress-texts {
    font-size: 14px;
  }
  .lp-main .adress .adress-content .adress-left .adress-texts .text-row {
    margin-top: 14px;
  }
  .lp-main .adress .adress-content .adress-left .adress-texts .adress-text1 {
    width: 30%;
  }
  .lp-main .adress .adress-content .adress-left .adress-texts .tel {
    font-size: 28px;
  }
  .lp-main .adress .adress-content .adress-left .table-copy {
    font-size: 12px;
  }
  .lp-main .adress .adress-content .adress-table {
    margin-top: 18px;
    font-size: 14px;
  }
  .lp-main .adress .adress-content .adress-table .ico_close2 {
    width: 20px;
  }
  .lp-main .adress .adress-content .adress-table .ico_open {
    width: 18px;
  }
  .lp-main .adress .adress-content .adress-table .ico_close {
    width: 15px;
  }
  .lp-main .adress .adress-content .adress-right {
    margin: 25px 0 0;
    width: 100%;
    height: 350px;
  }
}
.lp-main .accept {
  padding: 0 0 80px;
}
.lp-main .accept .accept-title {
  font-size: 32px;
  color: #006139;
  text-align: center;
}
.lp-main .accept .accept-text {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.lp-main .accept .accept-table {
  width: 1120px;
  margin: 12px auto 0;
  font-size: 18px;
  text-align: center;
}
.lp-main .accept .accept-table td {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  font-size: inherit;
}
.lp-main .accept .accept-table td:first-of-type {
  width: 200px;
}
.lp-main .accept .accept-table td:nth-of-type(n+2) {
  border-left: 1px solid #e8e8e8;
}
.lp-main .accept .accept-table .tr-first td {
  background-color: #006139;
  color: #fff;
}
.lp-main .accept .accept-table .tr-first td:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
.lp-main .accept .accept-table .time {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .lp-main .accept {
    padding: 0px 10px 40px;
  }
  .lp-main .accept .accept-title {
    font-size: 24px;
  }
  .lp-main .accept .accept-text {
    font-size: 14px;
  }
  .lp-main .accept .accept-table {
    width: 100%;
    font-size: 12px;
    margin-top: 30px;
  }
  .lp-main .accept .accept-table .time {
    font-size: 14px;
  }
  .lp-main .accept .accept-table td {
    padding: 0 0;
    height: 65px;
  }
  .lp-main .accept .accept-table td:first-of-type {
    width: 18%;
  }
  .lp-main .accept .accept-table .td:nth-of-type(n+2) {
    width: 27.3333%;
  }
}

.lp-main .bg-title {
  padding: 0 38px;
  line-height: 90px;
  background-color: #006138;
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .lp-main .bg-title {
    padding: 0 10px;
    line-height: 50px;
    font-size: 20px;
  }
}
.lp-main .left-title {
  font-size: 25px;
  padding-left: 20px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp-main .left-title {
    font-size: 20px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 6px;
  }
}
.lp-main .left-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #006138;
}
@media screen and (max-width: 767px) {
  .lp-main .left-title::after {
    height: 22px;
    width: 5px;
    top: 4.5px;
  }
}
.lp-main .bottom-title {
  font-size: 25px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp-main .bottom-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 4px;
  }
}
.lp-main .bottom-title::after {
  content: "";
  display: block;
  width: 53px;
  height: 5px;
  position: absolute;
  left: 4px;
  bottom: -10px;
  background-color: #006138;
}
@media screen and (max-width: 767px) {
  .lp-main .bottom-title::after {
    height: 3px;
    width: 30px;
    bottom: -6px;
  }
}
.lp-main .common-kv {
  position: relative;
  height: 446px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-kv {
    height: 200px;
  }
}
.lp-main .common-kv .kv-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 55px));
  color: #fff;
  font-size: 45px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp-main .common-kv .kv-title {
    font-size: 24px;
    transform: translate(-50%, calc(-50% + 35px));
  }
}
.lp-main .common-kv .kv-img {
  height: 100%;
  object-fit: cover;
}
.lp-main .crumbs {
  width: 1200px;
  font-size: 16px;
  color: #000;
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .lp-main .crumbs {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 8px;
  }
}
.lp-main .crumbs .link {
  color: #000;
}
.lp-main .page-content {
  width: 1188px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-main .page-content {
    width: 100%;
    padding: 0 10px;
  }
}
.lp-main .section-inner {
  padding: 0 35px;
}
@media screen and (max-width: 767px) {
  .lp-main .section-inner {
    padding: 0 10px;
  }
}
.lp-main .common-list-half {
  padding: 30px 52px 45px;
  background-color: #E1EAE5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-half {
    padding: 20px 10px;
    margin-top: 10px;
  }
}
.lp-main .common-list-half .list-title {
  display: flex;
  align-items: center;
  font-size: 23px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-half .list-title {
    font-size: 16px;
  }
}
.lp-main .common-list-half .list-title .icon-circle {
  width: 11px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-half .list-title .icon-circle {
    width: 7px;
    margin-right: 6px;
  }
}
.lp-main .common-list-half .common-list {
  display: flex;
  flex-wrap: wrap;
}
.lp-main .common-list-half .common-list li {
  width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-half .common-list li {
    width: 100%;
    margin-top: 12px;
  }
}
.lp-main .common-list-half .common-list .letter {
  color: #006138;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-half .common-list .letter {
    margin-right: 6px;
  }
}
.lp-main .common-list-total {
  padding: 24px 15px 35px;
  background-color: #E1EAE5;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total {
    padding: 20px 12px;
    margin-top: 10px;
  }
}
.lp-main .common-list-total .list-title {
  display: flex;
  align-items: center;
  font-size: 23px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total .list-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.lp-main .common-list-total .list-title .icon-circle {
  width: 11px;
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total .list-title .icon-circle {
    width: 7px;
    margin-right: 6px;
  }
}
.lp-main .common-list-total .common-list {
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total .common-list {
    padding-left: 22px;
  }
}
.lp-main .common-list-total .common-list li {
  align-items: flex-start;
  display: flex;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total .common-list li {
    margin-top: 7px;
  }
}
.lp-main .common-list-total .common-list .letter {
  color: #006138;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .lp-main .common-list-total .common-list .letter {
    margin-right: 6px;
  }
}

/* page-breath -------------------- */
.page-breath {
  font-weight: 400;
}
.page-breath .consult {
  margin-top: 110px;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .page-breath .consult {
    padding: 0 10px;
    margin-top: 40px;
  }
}
.page-breath .consult .consult-text1 {
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .page-breath .consult .consult-text1 {
    padding: 0 10px;
  }
}
.page-breath .consult .consult-title1 {
  margin-top: 22px;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .page-breath .consult .consult-title1 {
    padding: 0 10px;
    margin-top: 15px;
  }
}
.page-breath .consult .consult-list {
  margin-top: 48px;
  padding: 20px 55px;
  background-color: #E1EAE5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-breath .consult .consult-list {
    margin-top: 30px;
    padding: 20px 10px;
  }
}
.page-breath .consult .consult-list li {
  display: flex;
}
.page-breath .consult .consult-list .letter {
  color: #006138;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .page-breath .consult .consult-list .letter {
    margin-right: 3px;
  }
}
.page-breath .treat {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat {
    margin-top: 30px;
  }
}
.page-breath .treat .left-title2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat .left-title2 {
    margin-top: 30px;
  }
}
.page-breath .treat .treat-list {
  padding: 43px 43px 60px;
  background-color: #F5F5F5;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat .treat-list {
    padding: 20px 10px 30px;
    margin-top: 30px;
  }
}
.page-breath .treat .treat-list li {
  display: flex;
}
.page-breath .treat .treat-list li:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat .treat-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.page-breath .treat .treat-list .letter {
  color: #006138;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat .treat-list .letter {
    margin-right: 5px;
  }
}
.page-breath .treat .treat-text2 {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .page-breath .treat .treat-text2 {
    margin-top: 12px;
  }
}
.page-breath .uncomfortable {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-breath .uncomfortable {
    margin-top: 40px;
  }
}
.page-breath .uncomfortable .section-inner {
  padding: 0 34px;
  margin: 45px 0 160px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-breath .uncomfortable .section-inner {
    padding: 0 10px;
    margin: 30px 0 60px;
    flex-direction: column;
  }
}
.page-breath .uncomfortable .uncomfortable-left {
  flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-breath .uncomfortable .uncomfortable-left {
    margin-right: 0;
  }
}
.page-breath .uncomfortable .uncomfortable-left .uncomfortable-text2 {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page-breath .uncomfortable .uncomfortable-left .uncomfortable-text2 {
    margin-top: 4px;
  }
}
.page-breath .uncomfortable .uncomfortable-img {
  width: 543px;
}
@media screen and (max-width: 767px) {
  .page-breath .uncomfortable .uncomfortable-img {
    width: 100%;
    margin-top: 20px;
  }
}
.page-breath .cough {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-breath .cough {
    margin-top: 30px;
  }
}
.page-breath .cough .section-inner {
  padding: 0 34px;
  margin: 45px 0 160px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-breath .cough .section-inner {
    padding: 0 10px;
    margin: 30px 0 60px;
    flex-direction: column;
  }
}
.page-breath .cough .cough-left {
  flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-breath .cough .cough-left {
    margin-right: 0;
  }
}
.page-breath .cough .cough-left .cough-text2 {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page-breath .cough .cough-left .cough-text2 {
    margin-top: 4px;
  }
}
.page-breath .cough .cough-img {
  width: 543px;
}
@media screen and (max-width: 767px) {
  .page-breath .cough .cough-img {
    width: 100%;
    margin-top: 20px;
  }
}

/* page-internal -------------------- */
.page-internal {
  font-weight: 400;
}
.page-internal .consult {
  margin-top: 150px;
  margin-bottom: 140px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-internal .consult {
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.page-internal .consult .consult-text2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-internal .consult .consult-text2 {
    margin-top: 25px;
  }
}
.page-internal .consult .consult-list {
  margin-top: 76px;
  padding: 20px 55px;
  background-color: #E1EAE5;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-internal .consult .consult-list {
    margin-top: 30px;
    padding: 20px 10px;
  }
}
.page-internal .consult .consult-list li {
  display: flex;
}
.page-internal .consult .consult-list .letter {
  color: #006138;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .page-internal .consult .consult-list .letter {
    margin-right: 3px;
  }
}

/* page-allergy -------------------- */
.page-allergy {
  font-weight: 400;
}
.page-allergy .consult {
  margin-top: 76px;
  margin-bottom: 140px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult {
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.page-allergy .consult .consult-text1 {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult .consult-text1 {
    margin-top: 25px;
  }
}
.page-allergy .consult .consult-list {
  margin-top: 48px;
  padding: 40px 55px;
  background-color: #E1EAE5;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult .consult-list {
    display: block;
    margin-top: 30px;
    padding: 20px 10px;
  }
}
.page-allergy .consult .consult-list li {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult .consult-list li {
    width: 100%;
  }
}
.page-allergy .consult .consult-list li:nth-of-type(n+3) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult .consult-list li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.page-allergy .consult .consult-list .letter {
  color: #006138;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .page-allergy .consult .consult-list .letter {
    margin-right: 3px;
  }
}

/* page-sleep -------------------- */
.page-sleep {
  font-weight: 400;
}
.page-sleep .symptom {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .page-sleep .symptom {
    margin-top: 40px;
  }
}
.page-sleep .symptom .symptom-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-sleep .symptom .symptom-flex {
    margin-top: 15px;
    flex-direction: column;
    padding: 0 4px;
  }
}
.page-sleep .symptom .symptom-flex .symptom-left {
  flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-sleep .symptom .symptom-flex .symptom-left {
    margin-right: 0;
  }
}
.page-sleep .symptom .symptom-flex .symptom-img {
  width: 543px;
}
@media screen and (max-width: 767px) {
  .page-sleep .symptom .symptom-flex .symptom-img {
    width: 100%;
    margin-top: 20px;
  }
}
.page-sleep .early {
  margin-top: 75px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
.page-sleep .early .early-text1 {
  margin: 30px 0 45px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .early-text1 {
    margin: 20px 0 20px;
    padding: 0 6px;
  }
}
.page-sleep .early .early-text-bottom {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .early-text-bottom {
    margin-bottom: 5px;
  }
}
.page-sleep .early .early-text-bottom::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 2px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .early-text-bottom::after {
    width: 12px;
    bottom: 0;
    left: 8px;
  }
}
.page-sleep .early .early-text,
.page-sleep .early .early-text-bottom {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .early-text,
  .page-sleep .early .early-text-bottom {
    padding: 0 6px;
  }
}
.page-sleep .early .left-title {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .left-title {
    margin-top: 30px;
  }
}
.page-sleep .early .left-title1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-sleep .early .left-title1 {
    margin-top: 40px;
  }
}

/* page-smoke -------------------- */
.page-smoke {
  font-weight: 400;
}
.page-smoke .foreign {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .page-smoke .foreign {
    margin-top: 40px;
  }
}
.page-smoke .foreign .foreign-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 64px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .page-smoke .foreign .foreign-flex {
    margin-top: 15px;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 4px;
  }
}
.page-smoke .foreign .foreign-flex .foreign-left {
  flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-smoke .foreign .foreign-flex .foreign-left {
    margin-right: 0;
  }
}
.page-smoke .foreign .foreign-flex .foreign-img {
  width: 543px;
}
@media screen and (max-width: 767px) {
  .page-smoke .foreign .foreign-flex .foreign-img {
    width: 100%;
    margin-top: 20px;
  }
}
.page-smoke .foreign .common-list-half {
  width: calc(100% - 20px);
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .page-smoke .foreign .common-list-half {
    width: calc(100% - 8px);
    margin-top: 10px;
  }
}
.page-smoke .insurance {
  margin-top: 45px;
  margin-bottom: 240px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 6px;
  }
}
.page-smoke .insurance .insurance-text1 {
  margin-bottom: 30px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-text1 {
    padding: 0 6px;
    margin-bottom: 15px;
  }
}
.page-smoke .insurance .insurance-part {
  border: 1px solid #006138;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-part {
    border-radius: 8px;
  }
}
.page-smoke .insurance .insurance-part .insurance-title {
  line-height: 56px;
  text-align: center;
  font-size: 23px;
  background-color: #006138;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-part .insurance-title {
    line-height: 40px;
    font-size: 18px;
  }
}
.page-smoke .insurance .insurance-part .insurance-list {
  padding: 30px 70px;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-part .insurance-list {
    padding: 20px 10px;
  }
}
.page-smoke .insurance .insurance-part .insurance-list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-part .insurance-list li {
    font-size: 14px;
  }
}
.page-smoke .insurance .insurance-part .insurance-list li:nth-of-type(n+2) {
  margin-top: 15px;
}
.page-smoke .insurance .insurance-part .insurance-list .icon-circle {
  width: 11px;
  margin-right: 22px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .insurance-part .insurance-list .icon-circle {
    width: 8px;
    margin-right: 12px;
    margin-top: 6px;
  }
}
.page-smoke .insurance .arrow-bottom {
  display: block;
  width: 147px;
  margin: 23px auto;
}
@media screen and (max-width: 767px) {
  .page-smoke .insurance .arrow-bottom {
    width: 100px;
    margin: 16px auto;
  }
}

/* page-reduce -------------------- */
.page-reduce {
  font-weight: 400;
}
.page-reduce .reduce {
  margin-top: 140px;
  margin-bottom: 240px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-reduce .reduce .reduce-inner {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce .reduce-inner {
    padding: 0 6px;
  }
}
.page-reduce .reduce .reduce-text1 {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce .reduce-text1 {
    margin-top: 20px;
  }
}
.page-reduce .reduce .reduce-text2,
.page-reduce .reduce .reduce-text3,
.page-reduce .reduce .reduce-text5 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce .reduce-text2,
  .page-reduce .reduce .reduce-text3,
  .page-reduce .reduce .reduce-text5 {
    margin-top: 30px;
  }
}
.page-reduce .reduce .reduce-list {
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce .reduce-list {
    padding-left: 16px;
  }
}
.page-reduce .reduce .reduce-list li {
  list-style-type: disc;
}
.page-reduce .reduce .reduce-text4,
.page-reduce .reduce .reduce-text6,
.page-reduce .reduce .reduce-text7 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-reduce .reduce .reduce-text4,
  .page-reduce .reduce .reduce-text6,
  .page-reduce .reduce .reduce-text7 {
    margin-top: 10px;
  }
}

/* page-dean -------------------- */
.page-dean {
  font-weight: 400;
}
.page-dean .dean {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean {
    margin-top: 40px;
  }
}
.page-dean .dean .dean-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex {
    margin-top: 10px;
    flex-direction: column;
  }
}
.page-dean .dean .dean-flex .dean-text1 {
  flex: 1;
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-text1 {
    margin-right: 0;
  }
}
.page-dean .dean .dean-flex .dean-right {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right {
    width: 100%;
    margin-top: 20px;
  }
}
.page-dean .dean .dean-flex .dean-right .dean-name-wrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right .dean-name-wrap {
    justify-content: center;
  }
}
.page-dean .dean .dean-flex .dean-right .name-right {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right .name-right {
    margin-left: 36px;
  }
}
.page-dean .dean .dean-flex .dean-right .dean-name1 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right .dean-name1 {
    font-size: 14px;
  }
}
.page-dean .dean .dean-flex .dean-right .dean-name2 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right .dean-name2 {
    font-size: 24px;
  }
}
.page-dean .dean .dean-flex .dean-right .dean-name3 {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-dean .dean .dean-flex .dean-right .dean-name3 {
    font-size: 12px;
    margin-top: 6px;
  }
}
.page-dean .introduce {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-dean .introduce {
    margin-top: 40px;
  }
}
.page-dean .introduce .introduce-text1 {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .page-dean .introduce .introduce-text1 {
    padding: 0 6px;
  }
}
.page-dean .strategy {
  margin-top: 80px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-dean .strategy {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
.page-dean .strategy .strategy-table {
  margin-top: 40px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .page-dean .strategy .strategy-table {
    margin-top: 20px;
    padding: 0 6px;
  }
}
.page-dean .strategy .strategy-table td {
  border: 1px solid #707070;
  border-bottom: 2px solid #707070;
  padding: 25px 10px 25px 32px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .page-dean .strategy .strategy-table td {
    padding: 15px 10px 15px 20px;
    font-size: 12px;
  }
}
.page-dean .strategy .strategy-table .last-td {
  border-bottom: 1px solid #707070;
}
.page-dean .strategy .strategy-table td:nth-of-type(1) {
  width: 34.5%;
  background-color: #006138;
  color: #fff;
}
.page-dean .strategy .common-list-total {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .page-dean .strategy .common-list-total {
    margin-top: 40px;
  }
}

/* page-doctor -------------------- */
.page-doctor {
  font-weight: 400;
}
.page-doctor .page-content {
  width: 1362px;
}
@media screen and (max-width: 767px) {
  .page-doctor .page-content {
    width: 100%;
  }
}
.page-doctor .doctor {
  margin-top: 140px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-doctor .doctor .list-title {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .list-title {
    font-size: 18px;
  }
}
.page-doctor .doctor .doctor-text1 {
  margin-bottom: 48px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .doctor-text1 {
    margin-bottom: 30px;
    margin-top: 4px;
  }
}
.page-doctor .doctor .table-box {
  width: 1127px;
  margin: 122px auto 0;
  text-align: center;
  border-top: 1px solid #006138;
  border-bottom: 1px solid #006138;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box {
    width: 100%;
    margin: 40px auto 0;
    border: none;
  }
}
.page-doctor .doctor .table-box table {
  width: calc(100% + 2px);
  margin: 0 0 0 -1px;
  border-collapse: separate;
  border-spacing: 1px 0;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
  }
}
.page-doctor .doctor .table-box .line {
  width: 30px;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .line {
    width: 18px;
  }
}
.page-doctor .doctor .table-box td {
  margin-right: 1px;
  border: 1px solid #006138;
  font-size: 20px;
  width: 14.1%;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box td {
    font-size: 12px;
  }
}
.page-doctor .doctor .table-box td:nth-of-type(1) {
  width: 15.4%;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box td:nth-of-type(n+2) {
    border-left: none;
  }
}
.page-doctor .doctor .table-box .tr1 td {
  padding: 0;
  font-size: 25px;
  background-color: #006138;
  color: #fff;
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .tr1 td {
    font-size: 16px;
    padding: 6px 0;
  }
}
.page-doctor .doctor .table-box .tr2 td {
  padding: 11px 0;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .tr2 td {
    padding: 6px 0;
    border-top: none;
  }
}
.page-doctor .doctor .table-box .tr3 td {
  padding: 28px 0;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .tr3 td {
    padding: 12px 0;
    border-top: none;
    border-left: none;
  }
}
.page-doctor .doctor .table-box .tr4 td {
  padding: 56px 0;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .tr4 td {
    padding: 12px 0;
    border-top: none;
  }
}
.page-doctor .doctor .table-box .td-green {
  background-color: #006138;
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .page-doctor .doctor .table-box .td-green {
    font-size: 16px;
  }
}

/* page-introduce -------------------- */
.page-introduce {
  font-weight: 400;
}
.page-introduce .introduce {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .page-introduce .introduce {
    margin-top: 40px;
  }
}
.page-introduce .introduce .introduce-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.page-introduce .introduce .introduce-list .item {
  width: 572px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-introduce .introduce .introduce-list .item {
    width: 48%;
    margin-top: 25px;
  }
}
.page-introduce .introduce .introduce-list .item-text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-introduce .introduce .introduce-list .item-text {
    margin-top: 15px;
  }
}
.page-introduce .patient {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
.page-introduce .patient .left-title {
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .left-title {
    margin-bottom: 12px;
    margin-top: 30px;
  }
}
.page-introduce .patient .patient-list {
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .patient-list {
    padding: 0 9px;
  }
}
.page-introduce .patient .patient-list li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .patient-list li {
    font-size: 14px;
  }
}
.page-introduce .patient .patient-list li:nth-of-type(n+2) {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .patient-list li:nth-of-type(n+2) {
    margin-top: 12px;
  }
}
.page-introduce .patient .patient-list .icon-circle {
  width: 8px;
  margin-right: 10px;
  margin-top: 10.5px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .patient-list .icon-circle {
    width: 5px;
    margin-right: 6px;
    margin-top: 9.5px;
  }
}
.page-introduce .patient .patient-text8 {
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .page-introduce .patient .patient-text8 {
    padding: 0 9px;
  }
}

/* page-machine -------------------- */
.page-machine {
  font-weight: 400;
}
.page-machine .machine {
  margin-top: 72px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-machine .machine .machine-part {
  background-color: #E1EAE5;
  padding: 25px 36px 60px 11px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .machine-part {
    margin-top: 10px;
    padding: 12px 15px 30px;
  }
}
.page-machine .machine .machine-part1 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .machine-part1 {
    margin-top: 35px;
  }
}
.page-machine .machine .part-title {
  display: flex;
  align-items: baseline;
}
.page-machine .machine .part-title .icon-circle {
  width: 10px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .part-title .icon-circle {
    width: 7px;
    margin-right: 5px;
  }
}
.page-machine .machine .line {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .line {
    margin-top: 6px;
  }
}
.page-machine .machine .part-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .part-flex {
    margin-top: 20px;
    padding: 0 2px;
    flex-direction: column;
  }
}
.page-machine .machine .part-flex .part-img {
  width: 460px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .part-flex .part-img {
    width: 100%;
    margin-right: 0;
  }
}
.page-machine .machine .part-flex .part-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-machine .machine .part-flex .part-text {
    width: 100%;
    margin-top: 10px;
  }
}

/* page-health -------------------- */
.page-health {
  font-weight: 400;
}
.page-health .health {
  padding: 0 8px;
  text-align: center;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .page-health .health {
    margin-top: 40px;
    padding: 0;
  }
}
.page-health .health .health-part {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part {
    flex-direction: column;
  }
}
.page-health .health .health-part .health-list {
  width: 549px;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .health-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .health-list2,
  .page-health .health .health-part .health-list4,
  .page-health .health .health-part .health-list5 {
    margin-top: 22px;
  }
}
.page-health .health .health-part .health-list5 {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .health-list5 {
    margin-top: 22px;
  }
}
.page-health .health .health-part .item {
  border: 1px solid #006138;
  padding: 11px 10px;
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .item {
    padding: 9px 7px;
  }
}
.page-health .health .health-part .item:nth-of-type(n+2) {
  border-top: none;
}
.page-health .health .health-part .item-bg {
  background-color: #006138;
  color: #fff;
}
.page-health .health .health-part .item-right {
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .item-right {
    padding-right: 35px;
  }
}
.page-health .health .health-part .item-left {
  text-align: left;
}
.page-health .health .health-part .list-title {
  line-height: 54px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .list-title {
    line-height: 38px;
  }
}
.page-health .health .health-part .item-special {
  padding-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part .item-special {
    padding-bottom: 10px;
  }
}
.page-health .health .health-part2 {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .page-health .health .health-part2 {
    margin-top: 25px;
  }
}
.page-health .diagnose {
  margin-top: 97px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-health .diagnose .diagnose-inner {
  padding: 0 11px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-inner {
    padding: 0;
  }
}
.page-health .diagnose .bottom-title1 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .bottom-title1 {
    margin-top: 30px;
  }
}
.page-health .diagnose .bottom-title2 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .bottom-title2 {
    margin-top: 25px;
  }
}
.page-health .diagnose .bottom-title3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .bottom-title3 {
    margin-top: 25px;
  }
}
.page-health .diagnose .diagnose-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-flex {
    margin-top: 10px;
    flex-direction: column;
  }
}
.page-health .diagnose .diagnose-flex .diagnose-box {
  width: 570px;
  border: 1px solid #DEDEDE;
  padding: 30px 26px 40px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-flex .diagnose-box {
    width: 100%;
    padding: 20px 10px 25px;
  }
}
.page-health .diagnose .diagnose-flex .diagnose-box li {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-flex .diagnose-box li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-flex .diagnose-box {
    margin-top: 25px;
  }
}
.page-health .diagnose .diagnose-list li {
  display: flex;
  align-items: flex-start;
}
.page-health .diagnose .diagnose-list .icon-circle {
  width: 10px;
  margin-right: 10px;
  margin-top: 11.5px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-list .icon-circle {
    width: 7px;
    margin-right: 5px;
    margin-top: 6px;
  }
}
.page-health .diagnose .diagnose-text1 {
  margin-top: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-text1 {
    margin-top: 20px;
    padding: 0 10px;
  }
}
.page-health .diagnose .diagnose-list3 {
  padding: 0 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-health .diagnose .diagnose-list3 {
    padding: 0 10px;
    margin-top: 20px;
  }
}

/* page-appoint -------------------- */
.page-appointment {
  font-weight: 400;
}
.page-appointment .appointment {
  margin-top: 88px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-appointment .appointment .appointment-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex {
    flex-direction: column;
  }
}
.page-appointment .appointment .appointment-flex .item {
  width: 570px;
  padding: 26px 34px 30px;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item {
    width: 100%;
    padding: 15px 12px 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item2 {
    margin-top: 12px;
  }
}
.page-appointment .appointment .appointment-flex .item-title {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item-title {
    margin-bottom: 6px;
  }
}
.page-appointment .appointment .appointment-flex .item-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 4.5px;
  background-color: #006138;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item-title::after {
    bottom: -6px;
    width: 18px;
    height: 2.5px;
  }
}
.page-appointment .appointment .appointment-flex .item-link {
  display: block;
  width: 357px;
  line-height: 52px;
  border-radius: 999px;
  background-color: #006138;
  text-align: center;
  color: #fff;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item-link {
    width: 200px;
    line-height: 40px;
    margin-top: 25px;
  }
}
.page-appointment .appointment .appointment-flex .item-list {
  margin-top: 25px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item-list {
    margin-top: 14px;
    padding-left: 15px;
  }
}
.page-appointment .appointment .appointment-flex .item-list li {
  list-style-type: disc;
}
.page-appointment .appointment .appointment-flex .item-list li:nth-of-type(n+2) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .appointment-flex .item-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.page-appointment .appointment .common-list-total {
  margin-top: 96px;
  padding: 57px 50px 70px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .common-list-total {
    margin-top: 30px;
    padding: 25px 14px 30px;
  }
}
.page-appointment .appointment .common-list-total .common-list {
  padding-left: 0;
}
.page-appointment .appointment .common-list-total .common-list li {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-appointment .appointment .common-list-total .common-list li {
    margin-top: 14px;
  }
}

/* page-pandect -------------------- */
.page-pandect {
  font-weight: 400;
}
.page-pandect .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-pandect .page-content {
    flex-direction: column-reverse;
  }
}
.page-pandect .pandect-content {
  width: 866px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content {
    width: 100%;
    margin-bottom: 80px;
  }
}

.page-pandect .pandect-content .item {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .item {
    margin-top: 30px;
  }
}
.page-pandect .pandect-content .title-wrap {
  display: flex;
  padding-left: 7px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .title-wrap {
    padding-left: 5px;
  }
}
.page-pandect .pandect-content .title-wrap .tip {
  font-size: 16px;
  width: 133px;
  line-height: 46px;
  border-radius: 999px;
  background-color: #006138;
  text-align: center;
  color: #fff;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .title-wrap .tip {
    width: 90px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 25px;
  }
}
.page-pandect .pandect-content .line {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .line {
    margin: 10px 0;
  }
}
.page-pandect .pandect-content .time {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .time {
    font-size: 14px;
  }
}
.page-pandect .pandect-content .item-text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .item-text {
    margin-top: 10px;
  }
}
.page-pandect .pandect-content .item-btn {
  display: block;
  width: 490px;
  line-height: 50px;
  border: 1px solid #000000;
  text-align: center;
  color: #000;
  margin: 80px auto 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .item-btn {
    width: 300px;
    line-height: 40px;
    margin-top: 25px;
    font-size: 14px;
  }
}
.page-pandect .pandect-content .pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .pagination-wrap {
    margin-top: 50px;
  }
}
.page-pandect .pandect-content .pagination-wrap .pagination-btn:first-of-type {
  display: none;
}
.page-pandect .pandect-content .pagination-wrap .pagination-total {
  width: 64px;
  line-height: 37px;
  border: 1px solid #707070;
  color: #006138;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .pagination-wrap .pagination-total {
    width: 50px;
    font-size: 14px;
    line-height: 30px;
  }
}
.page-pandect .pandect-content .pagination-wrap .pagination-btn {
  width: 33px;
  line-height: 37px;
  border: 1px solid #707070;
  color: #006138;
  text-align: center;
  font-size: 16px;
  margin-left: 22px;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-content .pagination-wrap .pagination-btn {
    width: 25px;
    font-size: 14px;
    margin-left: 14px;
    line-height: 30px;
  }
}
.page-pandect .pandect-btns {
  width: 242px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.page-pandect .pandect-btns button {
  cursor: pointer;
}
.page-pandect .pandect-btns .tip-btns {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-btns .tip-btns {
    margin-top: 0;
    width: 48%;
  }
}
.page-pandect .pandect-btns .tip-btns .tip-btn {
  border: 1px solid #000;
  line-height: 51px;
  background: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-btns .tip-btns .tip-btn {
    line-height: 40px;
    font-size: 10px;
  }
}
.page-pandect .pandect-btns .tip-btns .tip-btn:nth-of-type(n+2) {
  border-top: none;
}
.page-pandect .pandect-btns .time-btns {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-btns .time-btns {
    margin-top: 0;
    width: 48%;
  }
}
.page-pandect .pandect-btns .time-btns .time-btn {
  border: 1px solid #000;
  line-height: 51px;
  background: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect .pandect-btns .time-btns .time-btn {
    line-height: 40px;
    font-size: 10px;
  }
}
.page-pandect .pandect-btns .time-btns .time-btn:nth-of-type(n+2) {
  border-top: none;
}
.page-pandect .pandect-btns .btn-title {
  line-height: 52px;
  background-color: #006138;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}

/* page-pandect-detail -------------------- */
.page-pandect-detail {
  font-weight: 400;
}
.page-pandect-detail .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .page-content {
    flex-direction: column-reverse;
  }
}
.page-pandect-detail .pandect-content {
  width: 866px;
  margin-bottom: 240px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 30px;
  }
}
.page-pandect-detail .pandect-content .item:first-of-type {
  display: none;
}
.page-pandect-detail .pandect-content .item-inner {
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .item-inner {
    padding: 0 5px;
  }
}
.page-pandect-detail .pandect-content .title-wrap {
  display: flex;
  padding-left: 7px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .title-wrap {
    padding-left: 5px;
  }
}
.page-pandect-detail .pandect-content .title-wrap .tip {
  font-size: 16px;
  width: 133px;
  line-height: 46px;
  border-radius: 999px;
  background-color: #006138;
  text-align: center;
  color: #fff;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .title-wrap .tip {
    width: 90px;
    line-height: 40px;
    font-size: 14px;
    margin-right: 25px;
  }
}
.page-pandect-detail .pandect-content .line {
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .line {
    margin: 10px 0;
  }
}
.page-pandect-detail .pandect-content .time {
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .time {
    font-size: 14px;
  }
}
.page-pandect-detail .pandect-content .pandect-img1 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-img1 {
    margin-top: 15px;
  }
}
.page-pandect-detail .pandect-content .pandect-text1 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-text1 {
    margin-top: 30px;
  }
}
.page-pandect-detail .pandect-content .pandect-flex {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-flex {
    margin-top: 30px;
    flex-direction: column;
  }
}
.page-pandect-detail .pandect-content .pandect-flex .pandect-text2, .page-pandect-detail .pandect-content .pandect-flex .pandect-text4 {
  flex: 1;
}
.page-pandect-detail .pandect-content .pandect-flex .pandect-text2 {
  margin-right: 18px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-flex .pandect-text2 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.page-pandect-detail .pandect-content .pandect-flex .pandect-text4 {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-flex .pandect-text4 {
    margin-left: 0;
    margin-top: 15px;
  }
}
.page-pandect-detail .pandect-content .pandect-flex .pandect-img2,
.page-pandect-detail .pandect-content .pandect-flex .pandect-img3 {
  width: 331px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-flex .pandect-img2,
  .page-pandect-detail .pandect-content .pandect-flex .pandect-img3 {
    width: 100%;
  }
}
.page-pandect-detail .pandect-content .pandect-text3 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-text3 {
    margin-top: 30px;
  }
}
.page-pandect-detail .pandect-content .pandect-text5 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-text5 {
    margin-top: 20px;
  }
}
.page-pandect-detail .pandect-content .pandect-btn {
  display: block;
  width: 457px;
  line-height: 100px;
  font-size: 25px;
  margin: 140px auto 0;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-content .pandect-btn {
    width: 220px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 18px;
  }
}
.page-pandect-detail .pandect-btns {
  width: 242px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
  }
}
.page-pandect-detail .pandect-btns .tip-btns {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-btns .tip-btns {
    margin-top: 0;
    width: 48%;
  }
}
.page-pandect-detail .pandect-btns .tip-btns .tip-btn {
  border: 1px solid #000;
  line-height: 51px;
  background: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-btns .tip-btns .tip-btn {
    line-height: 40px;
    font-size: 10px;
  }
}
.page-pandect-detail .pandect-btns .tip-btns .tip-btn:nth-of-type(n+3),
.page-pandect-detail .pandect-btns .tip-btns .tip-btn+.tip-btn {
  border-top: none;
}
.page-pandect-detail .pandect-btns .time-btns {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-btns .time-btns {
    margin-top: 0;
    width: 48%;
  }
}
.page-pandect-detail .pandect-btns .time-btns .time-btn {
  border: 1px solid #000;
  line-height: 51px;
  background: none;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-pandect-detail .pandect-btns .time-btns .time-btn {
    line-height: 40px;
    font-size: 10px;
  }
}
.page-pandect-detail .pandect-btns .time-btns .time-btn:nth-of-type(n+3) {
  border-top: none;
}
.page-pandect-detail .pandect-btns .btn-title {
  line-height: 52px;
  background-color: #006138;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}

/* page-illness -------------------- */
.page-illness {
  font-weight: 400;
}
.page-illness .illness {
  padding: 53px 214px 120px;
  background-color: #E1EAE5;
  margin-top: 140px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-illness .illness {
    padding: 20px 20px 30px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-illness .illness .illness-title {
  display: flex;
  align-items: center;
}
.page-illness .illness .illness-title .point {
  width: 7px;
  height: 7px;
  background-color: #006138;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page-illness .illness .illness-title .point {
    width: 4px;
    height: 4px;
    margin-right: 7px;
  }
}
.page-illness .illness .illness-list {
  display: flex;
  flex-wrap: wrap;
  
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-illness .illness .illness-list {
    margin-top: 20px;
    justify-content: space-between;
  }
}
.page-illness .illness .illness-list .link-wrap {
  width: 33%;
  display: flex;
  align-items: center;
  color: #000;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-illness .illness .illness-list .link-wrap {
    width: 50%;
    margin-top: 12px;
  }
}
.page-illness .illness .illness-list .link-wrap .icon-arrow {
  width: 20px;
  margin-right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-illness .illness .illness-list .link-wrap .icon-arrow {
    width: 12px;
    margin-right: 7px;
  }
}
.page-illness .illness .illness-list .link-wrap .link-text {
  position: relative;
}
.page-illness .illness .illness-list .link-wrap .link-text::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #006139;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.page-illness .illness .illness-list .link-wrap:hover {
  color: #006139;
}
.page-illness .illness .illness-list .link-wrap:hover .link-text:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

/* page-illness-detail -------------------- */
.page-illness-detail {
  font-weight: 400;
}
.page-illness-detail .illness {
  margin-top: 100px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-illness-detail .illness .illness-title1 {
  color: #006138;
}
.page-illness-detail .illness .illness-title2 {
  margin-top: 38px;
  font-size: 30px;
  line-height: 1.4;
  padding: 18px 38px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-title2 {
    margin-top: 25px;
    font-size: 18px;
    padding: 10px 10px;
  }
}
.page-illness-detail .illness .illness-img1 {
  display: block;
  width: 791px;
  margin: 36px auto 0;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-img1 {
    width: 100%;
    margin-top: 20px;
  }
}
.page-illness-detail .illness .illness-text1 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-text1 {
    margin-top: 25px;
  }
}
.page-illness-detail .illness .illness-title3 {
  margin: 96px 0 96px -22px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-title3 {
    margin: 45px 0 25px;
  }
}
.page-illness-detail .illness .illness-text3 {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-text3 {
    margin-top: 25px;
  }
}
.page-illness-detail .illness .illness-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-flex {
    flex-direction: column;
  }
}
.page-illness-detail .illness .illness-flex .illness-img2,
.page-illness-detail .illness .illness-flex .illness-img3 {
  width: 538px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-flex .illness-img2,
  .page-illness-detail .illness .illness-flex .illness-img3 {
    width: 100%;
  }
}
.page-illness-detail .illness .illness-flex .illness-text2,
.page-illness-detail .illness .illness-flex .illness-text4 {
  flex: 1;
}
.page-illness-detail .illness .illness-flex .illness-text2 {
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-flex .illness-text2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-illness-detail .illness .illness-flex .illness-text4 {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-flex .illness-text4 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-illness-detail .illness .illness-flex2 {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-flex2 {
    margin-top: 30px;
  }
}
.page-illness-detail .illness .illness-btn {
  display: block;
  width: 457px;
  line-height: 100px;
  font-size: 25px;
  margin: 140px auto 0;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-illness-detail .illness .illness-btn {
    width: 220px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 18px;
  }
}

/* page-issue -------------------- */
.page-issue {
  font-weight: 400;
}
.page-issue .issue {
  margin-top: 100px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-issue .issue {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-issue .issue .issue-title {
  color: #006138;
}
.page-issue .issue .issue-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .page-issue .issue .issue-list {
    justify-content: space-between;
    margin-top: 5px;
  }
}
.page-issue .issue .issue-list .item {
  margin-top: 20px;
  width: 377px;
}
@media screen and (max-width: 767px) {
  .page-issue .issue .issue-list .item {
    margin-top: 12px;
    width: 48%;
  }
}
.page-issue .issue .issue-list .item .item-title {
  background-color: #006138;
  line-height: 54px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-issue .issue .issue-list .item .item-title {
    line-height: 40px;
  }
}
.page-issue .issue .issue-list .item .item-link {
  display: block;
  padding: 0 17px;
  background-color: #E1EAE5;
  font-size: 16px;
  line-height: 59px;
  text-align: right;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-issue .issue .issue-list .item .item-link {
    font-size: 14px;
    padding: 0 12px;
    line-height: 42px;
  }
}
.page-issue .issue .issue-list .item:not(:nth-of-type(3n)) {
  margin-right: 28.5px;
}
@media screen and (max-width: 767px) {
  .page-issue .issue .issue-list .item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

/* page-issue-detail -------------------- */
.page-issue-detail {
  font-weight: 400;
}
.page-issue-detail .issue {
  margin-top: 100px;
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.page-issue-detail .issue .issue-title1 {
  color: #006138;
}
.page-issue-detail .issue .question-list {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list {
    margin-top: 25px;
  }
}
.page-issue-detail .issue .question-list .item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .item {
    margin-top: 12px;
  }
}
.page-issue-detail .issue .question-list .item .letter {
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .item .letter {
    margin-right: 16px;
  }
}
.page-issue-detail .issue .question-list .item .add-wrap {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .item .add-wrap {
    width: 18px;
    height: 18px;
  }
}
.page-issue-detail .issue .question-list .item .add-wrap .line {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .item .add-wrap .line {
    width: 18px;
    height: 1.5px;
  }
}
.page-issue-detail .issue .question-list .item .add-wrap .line2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-issue-detail .issue .question-list .item.active .question-wrap {
  background-color: #006138;
  color: #fff;
}
.page-issue-detail .issue .question-list .item.active .add-wrap .line {
  background-color: #fff;
}
.page-issue-detail .issue .question-list .item.active .add-wrap .line2 {
  transform: translate(-50%, -50%);
}
.page-issue-detail .issue .question-list .question-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 42px;
  background-color: #E1EAE5;
  cursor: pointer;
  user-select: none;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .question-wrap {
    padding: 16px 15px;
  }
}
.page-issue-detail .issue .question-list .question-wrap .letter {
  align-self: flex-start;
  margin-top: -1.5px;
}
.page-issue-detail .issue .question-list .question-wrap .question-text {
  flex: 1;
}
.page-issue-detail .issue .question-list .answer-wrap {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #E1EAE5;
}
.page-issue-detail .issue .question-list .answer-wrap .letter {
  align-self: flex-start;
  margin-top: -1.5px;
}
.page-issue-detail .issue .question-list .answer-wrap .answer-inner {
  display: flex;
  padding: 30px 42px 60px 42px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .answer-wrap .answer-inner {
    padding: 16px 15px;
  }
}
.page-issue-detail .issue .question-list .answer-wrap .question-text {
  flex: 1;
}
.page-issue-detail .issue .question-list .answer-wrap .answer-list {
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .question-list .answer-wrap .answer-list {
    padding-left: 16px;
  }
}
.page-issue-detail .issue .question-list .answer-wrap .answer-list li {
  list-style-type: disc;
}
.page-issue-detail .issue .issue-btn {
  display: block;
  width: 457px;
  line-height: 100px;
  font-size: 25px;
  margin: 80px auto 0;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-issue-detail .issue .issue-btn {
    width: 220px;
    line-height: 50px;
    margin-top: 40px;
    font-size: 18px;
  }
}

.page-zepbound .symptom {
  margin-bottom: 150px;
}

.page-placenta .foreign {
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .page-zepbound .symptom {
    margin-bottom: 50px;
  }

  .page-placenta .foreign {
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=page.css.map */