@charset "UTF-8";
/* ::::::::::  代表メッセージ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.innerS {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* =========================================================
message
========================================================= */
.message p {
  font-weight: bold;
}

.message p + p {
  margin-top: 2em;
}

.message .name {
  text-align: right;
}

/* =========================================================
profile
========================================================= */
.profile .inner {
  display: flex;
  padding: 100px 0;
  font-weight: bold;
}

@media (max-width: 999px) {
  .profile .inner {
    display: block;
    padding: 40px 0;
  }
}

.profile .inner .secTitle {
  width: calc(100% - 700px);
}

@media (max-width: 999px) {
  .profile .inner .secTitle {
    width: auto;
  }
}

.profile .inner .right {
  width: 700px;
}

@media (max-width: 999px) {
  .profile .inner .right {
    width: 100%;
  }
}

.profile .inner .right .photo {
  margin-bottom: 40px;
}

@media (max-width: 999px) {
  .profile .inner .right .photo {
    margin-bottom: 20px;
  }
}

.profile .inner .right .name {
  margin-bottom: 30px;
  font-size: 2.1rem;
}

@media (max-width: 999px) {
  .profile .inner .right .name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.profileList {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

.profileList dt {
  border-bottom: 1px solid #cbced6;
  width: 8em;
  padding: 14px 0;
}

@media (max-width: 999px) {
  .profileList dt {
    width: 5em;
    padding: 10px 0;
  }
}

.profileList dd {
  border-bottom: 1px solid #cbced6;
  width: calc(100% - 8em);
  padding: 14px 0;
}

@media (max-width: 999px) {
  .profileList dd {
    width: calc(100% - 5em);
    padding: 10px 0;
  }
}

.profileList dd a {
  text-decoration: underline;
}

.profileList dd a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=map/about_message.css.map */
