/*************************
 page-profile
*************************/
#profile-main {
  padding-top: 80px;
}
#profile-main h1 {
  margin-bottom: 30px;
  color: #0077b3;
  font-size: 42px;
  font-weight: bold;
}
/***********************
 profile-detail
***********************/
#profile-detail table.border-top {
  border-top: 1px solid #a6a6a7 !important;
}
#profile-detail tr {
  border-color: #a6a6a7;
}
#profile-detail .name-table th {
  width: 200px;
  color: #0077b3;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}
#profile-detail .name-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  color: #5e5d5c;
}
#profile-detail .detail-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
#profile-detail .company-title {
  color: #0077b3;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
#profile-detail .company-title:before {
  content: "";
  width: 10px;
  height: 25px;
  background: #0077b3;
  display: inline-block;
  margin-right: 10px;
}
#profile-detail img {
  width: 100%;
}
#profile-detail .mt {
  margin-top: 30px;
}
#profile-detail .info-table th {
  width: 200px;
  color: #0077b3;
  padding-bottom: 30px;
  font-size: 22px;
  vertical-align: top;
}
#profile-detail .info-table td {
  padding-bottom: 30px;
  font-size: 22px;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  color: #5e5d5c;
}
#profile-detail .info-table p {
  margin-bottom: 0;
}
#profile-detail .detail-table {
  margin-bottom: 30px;
}
#profile-detail .detail-table th {
  width: 200px;
  color: #0077b3;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}
#profile-detail .detail-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  color: #5e5d5c;
}
#profile-detail .detail-table .optical_layout {
  display: flex;
  justify-content: space-between;
  width: 3em;
}
@media (max-width: 767px) {
  #profile-detail .mb {
    margin-bottom: 30px;
  }
  #profile-detail .name-table th {
    display: block;
    width: 100%;
  }
  #profile-detail .name-table td {
    display: block;
    width: 100%;
  }
  #profile-detail .info-table {
    width: 100%;
    border-top: 1px solid #a6a6a7;
  }
  #profile-detail .info-table th {
    width: 100%;
    display: block;
    border-bottom: 1px solid #a6a6a7;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #profile-detail .info-table td {
    width: 100%;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #a6a6a7;
  }
  #profile-detail .detail-table th {
    width: 100%;
    display: block;
  }
  #profile-detail .detail-table td {
    width: 100%;
    display: block;
  }
}
/********************************
 profile-products
*********************************/
#profile-products {
  padding-top: 50px;
  padding-bottom: 50px;
}
#profile-products .products-title {
  font-size: 24px;
  color: #0077b3;
  font-weight: bold;
  margin-bottom: 30px;
}
#profile-products ul {
  padding-left: 0;
  padding-bottom: 30px;
  list-style: none;
}
#profile-products li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}
#profile-products li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #0077b3;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}
#profile-products .products-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5e5d5c;
}
#profile-products .products-cnt {
  font-size: 24px;
  color: #5e5d5c;
}
/********************************
 #profile-history
*********************************/
#profile-history {
  padding-top: 80px;
  padding-bottom: 80px;
}
#profile-history h2 {
  font-size: 42px;
  font-weight: bold;
  color: #0077b3;
  letter-spacing: 1em;
  margin-bottom: 80px;
}
#profile-history .history-list {
  border-left: 4px dotted #a6a6a7;
}
#profile-history .flex {
  display: flex;
  flex-wrap: wrap;
}
#profile-history .flex .text-box {
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  padding-left: 30px;
}
#profile-history .flex .img-box {
  width: 400px;
}
#profile-history .flex .img-box img {
  width: 100%;
}
#profile-history .flex .text-box .title-year {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  color: #137cb3;
}
#profile-history .flex .text-box .title-year .mrb {
  margin-left: 5px;
  margin-right: 5px;
}
#profile-history .flex .text-box .history-cnt {
  font-size: 28px;
  color: #5e5d5c;
}
#profile-history .img-on {
  position: relative;
  z-index: 0;
}
#profile-history .img-on:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 46px;
  left: -8px;
  width: 12px;
  height: 12px;
  background: #0077b3;
  border-radius: 50%;
  z-index: 10;
}
#profile-history .img-on:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 50px;
  width: calc(100% - 400px);
  width: -webkit-calc(100% - 400px);
  background: #0077b3;
  height: 2px;
  z-index: 10;
}
#profile-history .history-box {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  #profile-history .flex .text-box {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding-left: 30px;
  }
  #profile-history .flex .img-box {
    width: 300px;
  }
  #profile-history .img-on:before {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  #profile-history .flex .text-box {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  #profile-history .flex .img-box {
    width: 100%;
    padding-left: 30px;
  }
  #profile-history .img-on:before {
    width: 100%;
  }
}
