/* DELETE */
.under header {}
.under footer {}
/* END DELETE */
.under #main {
  margin-bottom: 0;
  font-family: 'NotoSansJP-Regular';
  background: url('../images/main_bg.png') top center repeat;
  padding-bottom: 40px;
}
.under * {
  box-sizing: border-box;
  outline: none;
}
.under #main img {
  max-width: 100%;
  flex-shrink: 0
}
.under #main .bold {
  font-weight: bold;
  font-size: 1.8rem;
}
.under #main .inner {
  width: 1310px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
}
.under #main .en {
  font-family: 'Lobster-Regular';
}
.under #main p, .under #main dt, .under #main dd, .under #main td, .under #main th, .under #main li {
  line-height: 2em;
  font-size: 1.6rem;
  letter-spacing: 0.075em
}
.under #main p {}
.under #main p.mb05 {
  margin-bottom: 5px;
}
.under #main p.mb10 {
  margin-bottom: 10px;
}
.under #main a, .under #main a.hover_no, .under #main a.hover_no:hover {
  color: #002e5d;
  text-decoration: underline
}
.under #main .image_l {
  float: left;
  margin: 0 60px 60px 0;
  padding-left: 40px;
  position: relative;
  z-index: 0
}
.under #main .image_l::before {
  width: calc(100% - 40px);
  height: 100%;
  background: url('../images/ic_img_l.jpg') center /cover no-repeat;
  position: absolute;
  top: 40px;
  left: 0;
  content: '';
  z-index: -1
}
.under #main .image_r {
  float: right;
  margin: 0 0 60px 60px;
  padding-right: 40px;
  position: relative;
  z-index: 0
}
.under #main .image_r::before {
  width: calc(100% - 40px);
  height: 100%;
  background: url('../images/ic_img_l.jpg') center /cover no-repeat;
  position: absolute;
  top: 40px;
  right: 0;
  content: '';
  z-index: -1
}
.under #main .image_l.mb0, .under #main .image_r.mb0 {
  margin-bottom: 40px
}
.under #main .image_l.mb80, .under #main .image_r.mb80 {
  margin-bottom: 80px
}
.under .float {
  width: calc(100% - 680px);
  display: inline-block;
}
.under #main sup {
  vertical-align: super;
  font-size: smaller;
  font-size: 0.8rem;
}
.under #main .txt_sm {
  font-size: 80%;
}
.under #main .section {
  padding: 0 0 90px 0;
  box-sizing: border-box;
  margin-bottom: 0
}
.under #main .section:last-child {
  padding-bottom: 0px;
}
.under #main .gg_map {
  width: 100%;
  height: 400px
}
.under #main .gg_map iframe {
  width: 100%;
  height: 100%
}
.under #main h2, .under #main h3, .under #main h3 span, .under #main h4, .under #main h5, .under #main h6 {
  line-height: 1.6em;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.under #main h2 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 2
}
.under #main h2 span {
  font-size: 3.6rem;
  display: inline-block;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px
}
.under #main h3 {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  margin-bottom: 70px
}
.under #main h3::before {
  background: url('../images/ic_h3.png') center /cover no-repeat;
  width: 180px;
  height: 22px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
  content: '';
}
.under #main h3 span {
  margin-bottom: 0;
}
.under #main h3 span.en {
  font-size: 2.4rem;
  display: block;
  text-transform: capitalize;
  color: #1f518e;
  margin-bottom: 20px
}
.under #main h3 span.jp {
  font-size: 4.4rem;
  line-height: 1.2em;
}
.under #main h4 {
  font-size: 4rem;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.5em;
  z-index: 1
}
.under #main h4:nth-of-type(2n +2)::before {
  right: inherit;
  left: 0;
}
.under #main h4::before {
  position: absolute;
  background: url('../images/ic_h4.png') center /cover no-repeat;
  width: 542px;
  height: 150px;
  content: '';
  bottom: -65px;
  right: 0;
  z-index: -1
}
.under #main h5 {
  text-align: center;
  position: relative;
  font-size: 3.6rem;
  border-bottom: 2px solid #d4dfe3;
  padding-bottom: 30px;
  margin-bottom: 60px
}
.under #main h6 {
  font-size: 2rem;
  margin-bottom: 50px;
  color: #447dae
}
/* TOP INFO */
.under #main #top_info {
  background: url('../images/top_info_bg.jpg') center /cover no-repeat;
  position: relative
}
.under #main #top_info::before {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: '';
  background: url('../images/top_info_ic.png') center /cover no-repeat;
  width: 368px;
  height: 280px;
}
.under #main #top_info .inner {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
/* TOPIC PATH */
.under #main #topic_path {
  background: -moz-linear-gradient(90deg, #ADD6E3 0, #a1d0e2 50%, #648CED 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(0, ADD6E3), color-stop(50%, a1d0e2), color-stop(100%, 648CED)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #ADD6E3 0, #a1d0e2 50%, #648CED 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #ADD6E3 0, #a1d0e2 50%, #648CED 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #ADD6E3 0, #a1d0e2 50%, #648CED 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
  background: linear-gradient(90deg, #ADD6E3 0, #a1d0e2 50%, #648CED 100%); /* W3C */
}
.under #main #topic_path ul {
  display: flex;
  padding: 25px 0;
}
.under #main #topic_path li {
  display: inline-block;
  font-size: 1.4rem;
}
.under #main #topic_path li a {
  text-decoration: underline;
  color: #002e5d;
  font-size: 1.4rem
}
.box_under_bg {
  position: relative;
  z-index: 0;
  padding: 90px 0 210px;
  margin-bottom: 90px
}
.box_under_bg::before {
  width: 100%;
  height: calc(100% - 120px);
  background: url('../images/bg_h3.png') top center repeat;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: -1
}
.box_under_bg::after {
  width: 100%;
  height: 120px;
  background: url('../images/bg_h3_bot.png') top center repeat;
  position: absolute;
  bottom: 0;
  left: -50%;
  content: '';
  z-index: -1;
  transform: translateX(50%);
}
/* BUTTON */
.under #main .btn_u {}
.under #main .btn_u a {
  width: 400px;
  min-height: 70px;
  padding: 10px 30px 10px 15px;
  background: #fff;
  border: 1px solid #b6c7c7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  color: #333;
  border-radius: 35px;
  margin: 0 auto;
  text-decoration: none;
  z-index: 1;
  box-shadow: 0 3px 0 rgba(182, 199, 199, 0.5);
  transition: all ease 0.3s;
  line-height: 1.4em;
}
.under #main .btn_u a::before {
  content: "";
  background: url('../images/ic_btn.png') center /cover no-repeat;
  width: 16px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  transition: all ease 0.3s
}
.under #main .btn_u a::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #bacbce;
  content: '';
  display: block;
  border-radius: 34px;
  transition: 0.3s all;
  opacity: 0;
}
/* TABLE */
.under #main table {
  margin-bottom: 50px;
}
.under #main table.mailform th, .under #main table th {
  background: none;
  color: #1f518e;
  padding: 15px;
  border-color: #1f518e;
  font-weight: bold;
  text-align: center;
  border-right: none;
  border-left: none;
  border-width: 2px;
}
.under #main table td {
  border-color: #c2d2e1;
  background: none;
  padding: 15px;
  border-right: none;
  border-left: none;
  border-width: 2px;
}
.under #main table.tb_fix {
  table-layout: fixed;
}
.under #main table th.bg2 {
  border-color: #c2d2e1;
  color: #333;
  background: #d7eebe
}
.under #main table.td_top td {
  vertical-align: top
}
.under #main table.tb_block th.pc {
  display: table-cell
}
.under .tb_scroll {
  margin-bottom: 20px;
}
/* LIST STYLE */
.under #main .list01 {
  margin-bottom: 50px;
}
.under #main .list01 li {
  display: block;
  padding-left: 40px;
  margin-bottom: 25px;
  position: relative;
}
.under #main .float .list01 li {
  margin-bottom: 10px;
}
.under #main .list01 li::before {
  width: 20px;
  height: 4px;
  background: #447dae;
  position: absolute;
  top: 16px;
  left: 0;
  content: '';
}
.under #main .float .list01 li:last-child {
  margin-bottom: 0;
}
.under .list_2tbl, .under .list_2col, .under .list_3tbl {
  display: flex;
  flex-wrap: wrap;
}
.under .list_2tbl li {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.under .list_3tbl li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  border-bottom: #c2d2e1 2px solid;
}
.under .list_2tbl li:nth-child(2n+2), .under .list_2tbl li:last-child, .under .list_3tbl li:nth-child(3n+3), .under .list_3tbl li:last-child {
  margin-right: 0;
}
.under .list_2tbl li:nth-child(n+3) {
  margin-top: 60px;
}
.under .list_3tbl li:nth-child(n+4) {
  margin-top: 40px;
}
.under #main .list_2col .list01 {
  width: 50%;
  margin: 0;
}
/* FRAME 01 */
.under #main .frame01 {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto 90px;
  z-index: 1;
}
.under #main .float .frame01 {
  width: 100%;
  margin-bottom: 45px;
}
.under #main .frame01_ct {
  border: 10px solid #aad4e1;
  padding: 50px 100px 50px 60px;
  position: relative;
  z-index: 0;
  background: #f7fbfc
}
.under #main .float .frame01_ct {
  padding: 30px;
}
.under #main .frame01::before {
  position: absolute;
  bottom: -45px;
  left: -40px;
  width: 200px;
  height: 200px;
  background: url('../images/ic_frame_square.png') center /cover no-repeat;
  content: '';
  z-index: -1
}
.under #main .frame01::after {
  position: absolute;
  bottom: -90px;
  left: -100px;
  width: 250px;
  height: 165px;
  background: url(../images/ic_frame_leaf.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 1;
  content: ''
}
.under #main .float .frame01::after {
  background-size: 100% auto;
  width: 180px;
  height: 117px;
  bottom: -45px;
  left: -120px;
}
.under #main .frame_pick {
  background: url('../images/frame_pick_bg.png') center repeat;
  padding: 140px 0 0;
  position: relative;
  margin-top: 115px;
  margin-bottom: 235px;
}
.under #main .frame_pick:last-child {
  margin-bottom: 120px;
}
.under #main .frame_pick::before {
  background: url('../images/frame_pick_top.png') center repeat;
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.under #main .frame_pick::after {
  background: url('../images/frame_pick_bot.png') center bottom no-repeat;
  width: 100%;
  height: 109px;
  position: absolute;
  bottom: -109px;
  left: 0;
  content: '';
}
.under #main .frame_pick .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
  overflow: hidden
}
.under #main .frame_pick .inner::before {
  background: url('../images/ic_pick_flower.png') center /cover no-repeat;
  width: 420px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 10px;
  content: '';
  z-index: 0
}
.under #main .frame_pick .inner::after {
  background: url('../images/ic_pick_leaf.png') center /cover no-repeat;
  width: 342px;
  height: 174px;
  position: absolute;
  bottom: 0;
  left: 15px;
  content: '';
}
.under #main .frame_pick .pick_title {
  width: 380px;
  flex-shrink: 0;
  position: relative;
  z-index: 3
}
#prevent #main .frame_pick .pick_title {
  width: 420px;
}
.under #main .frame_pick .pick_title p {
  font-size: 3.2rem;
  line-height: 1.625em;
  font-weight: 500;
  text-align: center
}
.under #main .frame_pick .pick_title .ic {
  text-align: left;
  margin-bottom: 25px;
}
.under #main .frame_pick .pick_content {
  width: calc(100% - 450px);
  padding-top: 50px;
  position: relative;
  z-index: 3
}
/* BANNER */
.under #main .bnn_list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px
}
.under #main .bnn_list p {
  width: 600px;
  height: 200px;
}
.under #main .bnn_list p a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  position: relative;
  z-index: 1;
}
.under #main .bnn_list .bnn01 a {
  background: url('../images/bnn_bg1.jpg') center /cover no-repeat;
  border: 2px solid #002e5d;
}
.under #main .bnn_list .bnn02 a {
  background: url('../images/bnn_bg2.jpg') center /cover no-repeat;
  border: 2px solid #aad4e1;
}
.under #main .bnn_list p a:after {
  position: absolute;
  z-index: -1;
  background: #fff;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: '';
  display: block;
  opacity: 0.6;
}
.under .list_3tbl li tr:last-child td {
  border-bottom: none;
}
.under .implant_frame {
  background: #61a0d9;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-bottom: 30px;
  color: #fff;
}
.under #main .implant_frame dt {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.under #main .implant_frame dd {
  background: #1f518e;
  padding: 40px;
}
.under #main .implant_frame dd p {
  margin-bottom: 10px;
  font-size: 2rem;
}
.under #main .implant_frame .tit {
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  line-height: 1;
  margin-right: 20px;
}
.under #main .implant_frame .num {
  font-size: 2.4rem;
  font-weight: bold;
}
/*--- news ---*/
.under #main .list_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.under #main .list_anchor li {
  width: 300px;
  margin: 10px;
}
.under #main .list_anchor li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  width: 100%;
  text-decoration: none;
  color: #333333;
  background: #ffffff;
  height: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  transition: 0.3s all;
  border: #bacbce 1px solid;
  box-shadow: 0px 3px 1px 0px rgba(186, 203, 206, 0.5);
  -webkit-box-shadow: 0px 3px 1px 0px rgba(186, 203, 206, 0.5);
  -moz-box-shadow: 0px 3px 1px 0px rgba(186, 203, 206, 0.5);
}
.under #main .list_anchor li a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background: #bacbce;
  content: '';
  display: block;
  border-radius: 24px;
  transition: 0.3s all;
  opacity: 0;
}
.under #main .list_anchor li a:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  content: '';
  display: block;
  width: 8px;
  height: 13px;
  background: url("../images/arrow_r.svg") no-repeat;
  background-size: 100% auto;
}
.under.news #main {
  padding-bottom: 150px;
}
.under #main .news_item {
  display: flex;
  flex-wrap: wrap;
}
.under #main .news_item li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.under #main .news_item li:nth-child(n+4) {
  margin-top: 20px;
}
.under #content .news_item li a {
  display: block;
  text-decoration: none;
  border: #C5EAF1 5px solid;
  background: #ffffff;
  padding-bottom: 15px;
  height: 100%;
}
.under #main .news_img {
  width: 100%;
  height: 260px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background: rgba(220, 220, 220, 0.8);
}
.under #main .news_img img {
  max-height: 100%;
  max-width: 100%;
}
.under #main .news_date {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.under #main .cat_name {
  font-style: normal;
  height: 34px;
  font-size: 1.4rem;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #80c2d7;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  min-width: 120px;
  padding: 5px 15px 7px;
}
.under #main .cat_name.cate02 {
  background: #82d7b4;
}
.under #main .cat_name.cate03 {
  background: #82aed7;
}
.under #main .news_title {
  line-height: 1.4em;
  padding: 0 20px;
}
.under .post_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.under .post_list li {
  width: 45%;
  margin-right: 10%;
}
.under .post_list li:last-child {
  margin-right: 0;
}
.under .post_list li .post_img {
  position: relative;
  z-index: 1;
}
.under .post_list li + li .post_img:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #61a0d9;
}
.under #main .post_list h4 {
  margin-bottom: 0;
}
.under #main .post_img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 388px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 1);
}
.under #main .post_img img {
  max-height: 100%;
  max-width: 100%;
}
.under #main .img_center {
  text-align: center;
}
.under #main .img_center img {
  max-height: 500px;
}
.under #main .news_frame .image_l {
  margin-bottom: 0;
}
.under #main .news_title01 {
  color: #002e5d;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6em;
}
.under #main .news_content {
  line-height: 1.6em;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.under #main .info_btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.under #main .info_btn li {
  width: 200px;
  margin: 10px;
  background: #3D86C8;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 10px;
}
.under #main .info_btn .prevPage, .under #main .info_btn .nextPage {
  position: absolute;
  left: calc(50% - 320px);
  top: 0;
}
.under #main .info_btn .nextPage {
  left: auto;
  right: calc(50% - 320px);
}
.under #main .info_btn li a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
}
.under #main .navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under #main .navigation span, .under #main .navigation a {
  text-decoration: none;
  font-size: 1.2rem;
  padding: 10px 20px;
  display: block;
  margin: 3px;
  background: #59C3D9;
  color: #fff;
  border-radius: 5px;
}
/* --- * --- */
.under .clinic_step {
  display: flex;
  flex-wrap: wrap;
}
.under .clinic_step dl {
  margin-right: 80px;
  width: 260px;
}
.under .clinic_step .list_3img {
  width: 820px;
  margin-bottom: 30px;
  margin-right: 0;
}
.under .clinic_step .list_3img dd {
  display: flex;
  justify-content: center;
}
.under .clinic_step dl:last-child {
  margin-right: 0;
}
.under .clinic_step dl dt {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.under .clinic_step dl dt:before {
  position: absolute;
  content: '';
  display: block;
  background: url("../images/clinic_step.png") center center no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  right: -68px;
}
.under .clinic_step dl:last-child dt:before {
  display: none;
}
.under .clinic_step .list_3img dt img {
  margin-right: 20px;
}
.under .clinic_step .list_3img dt img:last-child {
  margin-right: 0;
}
.under #content .inline_header_row_left {
  text-align: left;
  background-color: #EBF5FF;
  color: #333333;
  font-weight: normal;
}
/* --- 220822 --- */
.under #content .price_tbl {
  background: #ffffff;
  margin-bottom: 40px;
}
.under #content .price_tbl.cus_bot {
	margin-bottom: 24px;
}
.under #content .price_tbl:last-child {
  margin-bottom: 0;
}
.under #content .price_tbl th {
  border-color: #486688;
}
.under #content .price_tbl td {
  background-color: #EBF5FF;
  padding: 15px;
  margin: 0;
  border-bottom: #486688 2px solid;
  text-align: center;
  font-weight: bold;
  color: #000000;
}
.under #content .price_tbl .th_note {
  font-size: 1.3rem;
  display: block;
  line-height: 1.4em;
  color: #000000;
	font-weight: 400;
}
.under #content .price_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under #content .price_list li:not(:last-child) {
  margin-right: 70px;
}
.under #content .price_list li a {
  text-decoration: none;
  font-size: 2.4rem;
  padding-bottom: 30px;
  background: url("../images/price_arrow.svg") center bottom no-repeat;
  background-size: 36px auto;
  display: block;
  color: #000000;
  font-weight: bold;
  line-height: 1.4em;
}
.under #content .txt_right {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
	margin-bottom: 72px;
	line-height: 1.8em;
}
/* ALL */
.under #main table:last-child, .under #main .list_anchor:last-child, .under #main .list01:last-child, .under #main .frame01:last-child, .under #main .list01 li:last-child, .under #main .section p:last-child, .under .tb_scroll:last-child {
  margin-bottom: 0
}
/* 20250704 */

.staff_anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.staff_anchor_item {
  width: 30%;
  text-align: center;
  border: 2px solid #1f518e;
  margin-bottom: 20px;
}

.staff_anchor_item p a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.under #main .staff_anchor_item p a {
  text-decoration: none;
}
    
#staff_test .list_2tbl li h6 {
  text-align: center;
  font-size: 3rem;
  color: #8b643d;
}
.under #main .list_2tbl li h6 {
  margin-bottom: 1rem;
}
#staff_test .list_2tbl li p {
  margin-bottom: 1rem;
}
