@charset "UTF-8";
@import url(reset.css);
@import url(base.css);

/* header */

#header .header_bg {
  padding-bottom: 20px;
}

#header #logo,
#header .scroll_down {
  display: none;
}

/* profile */

#profile .contents {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  margin: 0 auto;
}

#profile .name {
  margin-bottom: 1rem;
}

/* summary */

#summary th {
  width: 30%;
  padding: 1rem 0.5rem;
}

#summary td {
  width: 70%;
  padding: 1rem;
}

#summary td .font_sm {
  display: block;
  font-size: 80%;
}

@media only screen and (min-width: 768px) {
  /* summary */

  #summary th {
    width: 30%;
    padding: 1.5rem;
  }

  #summary td {
    width: 70%;
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  /* profile */

  #profile .contents {
    max-width: 850px;
  }

  #profile .layout_switch {
    display: flex;
    flex-direction: row;
  }

  #profile .img_box,
  #profile .text_box {
    margin-bottom: 0;
  }

  #profile .img_box {
    width: 40%;
    align-self: center;
  }

  #profile .text_box {
    width: 60%;
    padding: 0 1.5rem;
    align-self: center;
  }
}
