@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
#profile
----------------------------------------------------------*/
#profile article * {
  box-sizing: border-box;
}
#profile .sec {
  position: relative;
  padding-top: calc(85 / 1396 * 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#profile .sec > * {
  min-height: 0%;
  max-width: 100%;
}
#profile .sec::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(335 / 1396 * 100vw);
  content: '';
  background-color: #EBEBEB;
  z-index: -1;
}
#profile .sec .inner {
  padding: calc(78 / 1396 * 100vw) calc(60 /  1396 * 100vw) calc(120 / 1396 * 100vw);
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  width: calc(1248 / 1396 * 100vw);
}
#profile table {
  border: 1px solid #D1D1D1;
  table-layout: fixed;
  width: 100%;
}
#profile table th {
  font-size: calc(14 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  background-color: #EBEBEB;
  vertical-align: middle;
  width: 17.73%;
}
#profile table td {
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: calc(24 / 14);
  padding: calc(20 / 14 * 1em) calc(49 / 1396 * 100vw) calc(20 / 14 * 1em) calc(37 / 1396 * 100vw);
  width: 82.27%;
}
#profile table tr:not(:first-child) th,
#profile table tr:not(:first-child) td {
  border-top: 1px solid #D1D1D1;
}
#profile iframe {
  margin-top: calc(16 / 1396 * 100vw);
  width: 100%;
  height: calc(390 / 1396 * 100vw);
}
#profile dl {
  display: flex;
  flex-wrap: wrap;
}
#profile dt {
  width: 16%;
}
#profile dd {
  width: calc(100% - 16%);
}
#profile article ul {
  list-style: none;
}
#profile article ul li:not(.item-pdf) {
  text-indent: -1em;
  padding-left: 1em;
}
#profile article ul li:not(.item-pdf)::before {
  content: '\30FB';
}
#profile .item-pdf + .item-pdf {
  margin-top: calc(5 / 1396 * 100vw);
}
#profile .item-pdf a::after {
  content: '';
  display: inline-block;
  width: calc(24 / 1396 * 100vw);
  height: calc(20 / 1396 * 100vw);
  vertical-align: middle;
  background: url(../../common/img/icon_pdf.svg) no-repeat;
  background-size: 1.7vw auto;
  margin-left: calc(7 / 1396 * 100vw);
}
/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
#profile sp
----------------------------------------------------------*/
  #profile .sec .inner {
    padding: 34px 10px 60px;
    padding: calc(34 / 375 * 100vw) calc(10 /  375 * 100vw) calc(60 / 375 * 100vw);
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }
  #profile table,#profile tbody,#profile tr,#profile th,#profile td {
    display: block;
  }
  #profile table th {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    padding: 5px 1em;
    padding: calc(5 / 12 * 1em) 1em;
    text-align: left;
    width: 100%;
  }
  #profile table th:first-child {
    border-bottom: 1px solid #D1D1D1;
  }
  #profile table td {
    border-top: none !important;
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    padding: 10px 12px;
    padding: calc(10 / 13 * 1em) calc(12 / 13 * 1em);
    width: 100%;
  }
  #profile iframe {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
    height: 231px;
    height: calc(231 / 375 * 100vw);
  }
  #profile dt {
    width: calc(110 / 375 * 100vw);
  }
  #profile dd {
    width: calc(100% - 30vw);
  }
  #profile .item-pdf + .item-pdf {
    margin-top: 5px;
    margin-top: calc(5 / 375 * 100vw);
  }
  #profile .item-pdf a::after {
    width: 21px;
    height: 18px;
    margin-left: 5px;
    width: calc(21 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    background-size: 5.6vw auto;
    margin-left: calc(5 / 375 * 100vw);
  }
}
