a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 1001px) {
  .for_pc {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .for_pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .for_sp {
    display: none;
  }
}

.wrapper {
  width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    margin-top: 68px;
  }
}

.main {
  max-width: 1920px;
  margin: 0 auto;
}

.main-section .inner, .main-primary .inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main-section .inner, .main-primary .inner {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

.main-primary-head {
  width: 100%;
  position: relative;
}
.main-primary-head h2 {
  position: absolute;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 45%;
}
@media screen and (max-width: 1000px) {
  .main-primary-head h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 100%;
    height: 60%;
  }
}
.main-primary-head img {
  width: 100%;
}

.main-primary-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-primary-navi ul li {
  width: 200px;
  height: 80px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li {
    padding-top: 1.5em;
    width: 50%;
    height: 6em;
  }
}
.main-primary-navi ul li a {
  font-size: 18px;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li a {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.main-primary-navi ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  border-right: 1px solid #8c8d8d;
  border-bottom: 1px solid #8c8d8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: calc(50% - 9px);
}
@media screen and (max-width: 1000px) {
  .main-primary-navi ul li a::before {
    width: 1em;
    height: 1em;
    top: 1.5em;
    left: calc(50% - 0.5em);
  }
}

.main-primary-intro {
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .main-primary-intro {
    padding: 5em 5vw;
    text-align: left;
  }
}
.main-primary-intro p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main-primary-intro p {
    text-align: left;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.main-section-title {
  text-indent: 9999px;
  white-space: nowrap;
  height: 300px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-section-title {
    height: 230px;
    margin: 0 5vw;
  }
}
.main-section-title::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 1px;
  background-color: #231815;
  bottom: 0;
}
.main-section-title.left {
  background-position: left bottom;
}
.main-section-title.right {
  background-position: right bottom;
}

.main-section-group {
  display: flow-root;
  z-index: 2;
  position: relative;
}

.main-section-info {
  width: 596px;
  background-color: #fff;
  padding: 55px 70px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .main-section-info {
    width: 80vw;
    margin: 0 5vw;
    padding: 1.5em;
    margin-top: 200px;
  }
}
.main-section-info h4 {
  font-size: 34px;
  font-weight: 600;
  color: #953f43;
  margin-bottom: 1em;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .main-section-info h4 {
    font-size: 34px;
    font-size: 9.0666666667vw;
  }
}
.main-section-info p {
  font-size: 16px;
  color: #231815;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .main-section-info p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.main-section-info.view-right {
  -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), 20px 20px 0 0 #eee;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), 20px 20px 0 0 #eee;
  margin-right: 20px;
}
.main-section-info.view-right::before {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  top: -3px;
  left: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-section-info.view-right::after {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  bottom: -68px;
  right: -68px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-section-info.view-left {
  -webkit-box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), -20px 20px 0 0 #eee;
  box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.1), -20px 20px 0 0 #eee;
  margin-left: 20px;
}
.main-section-info.view-left::before {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  top: -3px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-section-info.view-left::after {
  content: "";
  position: absolute;
  border-top: 1px solid #231815;
  width: 98px;
  height: 98px;
  bottom: -68px;
  left: -68px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-section-info.right {
  float: right;
}
@media screen and (max-width: 1000px) {
  .main-section-info.right {
    float: none;
  }
}

.swiper-pagination {
  margin-top: 30px;
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #dcdcdc;
  margin: 0 10px;
}

.swiper-pagination-bullet-active {
  background-color: #8c8d8d;
}

.main-section-images {
  display: grid;
}

.cbtn {
  display: block;
  background-color: #9e8562;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  height: 86px;
  text-align: center;
  padding-top: 33px;
  overflow: hidden;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: 0 85%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 1000px) {
  .cbtn {
    min-width: auto;
  }
}
.cbtn:hover {
  -webkit-animation-name: BtnArrowAnime;
  animation-name: BtnArrowAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes BtnArrowAnime {
  from {
    background-position: -500px 55px;
  }
  to {
    background-position: 0 55px;
  }
}

@keyframes BtnArrowAnime {
  from {
    background-position: -500px 55px;
  }
  to {
    background-position: 0 55px;
  }
}
table th, table td {
  font-size: 16px;
  line-height: 1.5;
  padding: 1em;
}
@media screen and (max-width: 1000px) {
  table th, table td {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
table th {
  text-align: center;
}
table td {
  text-align: left;
}

#pc_header {
  position: inherit;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.facilities {
  background-color: #f8f8f6;
}
.facilities .main-primary-head h2 {
  background-image: url("../images/facilities__top_text01.svg");
}

.main-primary-intro p {
  text-align: center;
}

.facilities-facilities .main-section-title {
  background-image: url("../images/facilities__facilities_text01.svg");
  background-size: 680px;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-title {
    background-size: contain;
  }
}
.facilities-facilities .main-section-title::after {
  bottom: 2px;
  left: -350px;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-title::after {
    visibility: hidden;
  }
}

.facilities-service .main-section-title {
  background-image: url("../images/facilities__service_text01.svg");
  background-size: 600px;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-title {
    background-size: contain;
  }
}
.facilities-service .main-section-title::after {
  bottom: 3px;
  right: -440px;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-title::after {
    visibility: hidden;
  }
}

.facilities-facilities .main-section-wrap {
  background-color: #fff;
  position: relative;
}
.facilities-facilities .main-section-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: #f8f8f6;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap::before {
    height: 50vh;
  }
}
@media screen and (min-width: 1001px) {
  .facilities-facilities .main-section-wrap .main-section-group {
    height: 1200px;
    position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-group {
    margin: 0;
  }
}
@media screen and (min-width: 1001px) {
  .facilities-facilities .main-section-wrap .main-section-group .main-section-title {
    position: absolute;
    z-index: 2;
  }
}
@media screen and (min-width: 1001px) {
  .facilities-facilities .main-section-wrap .main-section-group .main-section-image {
    position: absolute;
    width: 1475px;
    height: 730px;
    top: 250px;
    right: 88px;
    z-index: -1;
  }
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-group .main-section-image {
    margin: 5vw;
  }
}
.facilities-facilities .main-section-wrap .main-section-group .main-section-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .facilities-facilities .main-section-wrap .main-section-group .main-section-info {
    position: absolute;
    bottom: 150px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-group .main-section-info {
    margin: 10vw;
  }
}
.facilities-facilities .main-section-wrap .main-section-images {
  grid-template-columns: repeat(auto-fit, minmax(615px, 1fr));
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-images {
    display: block;
  }
}
.facilities-facilities .main-section-wrap .main-section-images .main-section-block {
  width: 615px;
  padding: 25px;
  border: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-images .main-section-block {
    width: 100%;
    padding: 5vw;
    display: block;
    margin-bottom: 5vw;
  }
  .facilities-facilities .main-section-wrap .main-section-images .main-section-block img {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.facilities-facilities .main-section-wrap .main-section-images .main-section-block .text {
  margin-left: 25px;
  color: #231815;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-images .main-section-block .text {
    margin-left: 0;
  }
}
.facilities-facilities .main-section-wrap .main-section-images .main-section-block .text h4 {
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-images .main-section-block .text h4 {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.facilities-facilities .main-section-wrap .main-section-images .main-section-block .text p {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-images .main-section-block .text p {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.facilities-facilities .main-section-wrap .main-section-slider {
  width: 100%;
  margin: 150px 0;
}
@media screen and (max-width: 1000px) {
  .facilities-facilities .main-section-wrap .main-section-slider {
    margin: 10vw 0;
  }
}
.facilities-facilities .main-section-wrap .main-section-slider .swiper {
  width: 100%;
  height: auto;
}

.facilities-service .main-section-wrap {
  background-color: #fff;
  position: relative;
}
.facilities-service .main-section-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1800px;
  background-color: #f8f8f6;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap::before {
    height: 50vh;
  }
}
@media screen and (min-width: 1001px) {
  .facilities-service .main-section-wrap .main-section-group {
    position: relative;
    height: 1200px;
  }
  .facilities-service .main-section-wrap .main-section-group:nth-child(2) {
    height: 800px;
  }
}
.facilities-service .main-section-wrap .main-section-group .main-section-title {
  z-index: 2;
}
@media screen and (min-width: 1001px) {
  .facilities-service .main-section-wrap .main-section-group .main-section-image {
    position: absolute;
    top: 250px;
    width: 1475px;
    height: 730px;
  }
  .facilities-service .main-section-wrap .main-section-group .main-section-image.right {
    left: 88px;
  }
  .facilities-service .main-section-wrap .main-section-group .main-section-image.left {
    top: 0;
    right: 88px;
  }
}
.facilities-service .main-section-wrap .main-section-group .main-section-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap .main-section-group .main-section-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1001px) {
  .facilities-service .main-section-wrap .main-section-group .main-section-info {
    position: absolute;
  }
  .facilities-service .main-section-wrap .main-section-group .main-section-info.view-left {
    bottom: 150px;
    left: 0;
  }
  .facilities-service .main-section-wrap .main-section-group .main-section-info.view-right {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap .main-section-group .main-section-info {
    margin: 10vw;
  }
}
.facilities-service .main-section-wrap .main-section-images {
  margin-top: 230px;
  margin-bottom: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap .main-section-images {
    margin-top: 10vw;
    margin-bottom: 10vw;
    display: block;
  }
}
.facilities-service .main-section-wrap .main-section-images .main-section-block {
  width: 390px;
  border: 1px solid #231815;
  padding: 25px;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap .main-section-images .main-section-block {
    width: 100%;
    padding: 5vw;
    margin-bottom: 5vw;
  }
}
.facilities-service .main-section-wrap .main-section-images .main-section-block p {
  font-size: 19px;
  text-align: center;
  padding: 1em 0;
}
@media screen and (max-width: 1000px) {
  .facilities-service .main-section-wrap .main-section-images .main-section-block p {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}

.main-section-table {
  background-color: #f8f8f6;
  padding: 130px 0;
}
.main-section-table table tr th {
  min-width: 165px;
  background-color: #c5b9a7;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #fff;
}
@media screen and (max-width: 1000px) {
  .main-section-table table tr th {
    min-width: 30%;
  }
}
.main-section-table table tr td {
  background-color: #fff;
  border: 1px solid #c5b9a7;
}
.main-section-table table tr td ul li {
  position: relative;
  vertical-align: middle;
}
.main-section-table table tr td ul li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #c5b9a7;
  border-radius: 50%;
  margin-right: 2px;
}
.main-section-table table tr td ul li span {
  margin-left: calc(1em + 2px);
}
.main-section-table table tr td a {
  color: #231815;
  text-decoration: underline;
  position: relative;
}
.main-section-table table tr td a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 1px solid #8c8d8d;
  border-bottom: 1px solid #8c8d8d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.1em;
  margin-left: 0.5em;
}