@charset "UTF-8";
/*--------------------------
Color
---------------------------*/
/*----------------------------------------
       　　　　Home
----------------------------------------*/
.profile #mainVisual {
  width: 100%;
  margin: 0 auto;
  background-color: #56aee3;
  text-align: center;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .profile #mainVisual {
      padding-top: 68px; } }
.profile #contents {
  width: 800px;
  margin: 0 auto;
  padding: 0 73px; }
  @media only screen and (max-width: 768px) {
    .profile #contents {
      width: 90vw;
      padding: 0; } }
  .profile #contents .readCopy {
    padding: 55px 0 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .profile #contents .readCopy {
        padding: 8vw 0 0; } }
    .profile #contents .readCopy h2 {
      font-size: 3rem;
      margin-bottom: 1em; }
      @media only screen and (max-width: 768px) {
        .profile #contents .readCopy h2 {
          font-size: 2rem; } }
    .profile #contents .readCopy p {
      font-size: 1.6rem;
      line-height: 1.8; }
      @media only screen and (max-width: 768px) {
        .profile #contents .readCopy p {
          font-size: 1.4rem; } }
  .profile #contents table {
    width: 100%; }
    .profile #contents table th, .profile #contents table td {
      padding: 15px;
      vertical-align: top;
      line-height: 1.5em;
      border-bottom: 1px dotted #333; }
      @media only screen and (max-width: 768px) {
        .profile #contents table th, .profile #contents table td {
          display: block; } }
    .profile #contents table th {
      font-weight: bold;
      text-align: left; }
    .profile #contents table a {
      color: #ed40a9;
      font-weight: bold; }
