@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.kv {
  margin-bottom: min(3.31126vw,50px);
}

.table_container {
  padding-bottom: min(3.97351vw,60px);
  margin-bottom: min(3.31126vw,50px);
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 768px) {
  .table_container {
    padding-bottom: 10.41667vw;
    margin-bottom: 10.41667vw;
  }
}

.table_container .table_wrap {
  padding: 0 min(3.31126vw,50px);
}

@media screen and (max-width: 768px) {
  .table_container .table_wrap {
    padding: 0 0;
  }
}

.table_container .table_wrap table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px rgba(112, 112, 112, 0.15);
}

.table_container .table_wrap table th, .table_container .table_wrap table td {
  vertical-align: middle;
}

.table_container .table_wrap table th {
  background: #F8F8F8;
  font-size: min(1.0596vw,16px);
  padding: min(1.3245vw,20px) 0;
  width: 24%;
  border-bottom: solid 1px rgba(112, 112, 112, 0.15);
}

@media screen and (max-width: 768px) {
  .table_container .table_wrap table th {
    font-size: 3.90625vw;
    padding: 2.60417vw 0;
    width: 100%;
    display: block;
  }
}

.table_container .table_wrap table td {
  font-weight: 400;
  color: #424242;
  padding: min(1.3245vw,20px) min(1.98675vw,30px);
  text-align: left;
  border-bottom: solid 1px rgba(112, 112, 112, 0.15);
}

@media screen and (max-width: 768px) {
  .table_container .table_wrap table td {
    font-size: 3.77604vw;
    padding: 4.6875vw 3.90625vw;
    width: 100%;
    display: block;
  }
}
