/* ------------------------------------------------------------------------
	breakpoints
------------------------------------------------------------------------ */
/* ========================================================================

	na-che
  
======================================================================== */
/* ------------------------------------------------------------------------
	section
------------------------------------------------------------------------ */
section p.message {
  margin-bottom: 100px;
  text-align: center;
  line-height: 2.6; }
  @media screen and (max-width: 480px) {
    section p.message {
      margin-bottom: 50px;
      text-align: left;
      line-height: 2; } }
section .profile {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  section .profile .img {
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 896px) {
      section .profile .img {
        width: 30%; }
        section .profile .img img {
          max-width: 100%; } }
    @media screen and (max-width: 480px) {
      section .profile .img {
        margin: 0 auto 20px;
        width: 80%; } }
  section .profile dl {
    width: 590px; }
    @media screen and (max-width: 896px) {
      section .profile dl {
        width: 65%; } }
    @media screen and (max-width: 480px) {
      section .profile dl {
        width: 100%; } }
    section .profile dl dt {
      margin-bottom: 30px;
      font-size: 3rem;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        section .profile dl dt {
          margin-bottom: 20px;
          text-align: center;
          font-size: 2.125rem; } }
      section .profile dl dt span {
        display: block;
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 1rem; }
    section .profile dl dd {
      margin-bottom: 20px;
      line-height: 2; }
      section .profile dl dd.career {
        margin-bottom: 40px; }
      section .profile dl dd ul li {
        margin-left: 22px;
        list-style: disc inside;
        text-indent: -22px; }
section .history {
  margin-bottom: 100px; }
  section .history p {
    margin-bottom: 50px;
    line-height: 2; }
    @media screen and (max-width: 480px) {
      section .history p {
        margin-bottom: 30px; } }
    section .history p span {
      font-weight: bold; }
section table {
  margin-bottom: 100px;
  width: 100%;
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 480px) {
    section table {
      margin-bottom: 60px; } }
  section table th,
  section table td {
    padding: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 736px) {
      section table th,
      section table td {
        display: block; } }
    @media screen and (max-width: 480px) {
      section table th,
      section table td {
        padding: 10px; } }
  section table th {
    text-align: center;
    font-weight: normal;
    width: 345px;
    background: #f6f3ea; }
    @media screen and (max-width: 736px) {
      section table th {
        width: 100%; } }
  section table td {
    line-height: 1.8; }
    @media screen and (max-width: 736px) {
      section table td {
        width: 100%; } }
    section table td ol {
      margin-left: 16px; }
      section table td ol li {
        list-style-type: decimal; }
section .lecturer,
section .media {
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    section .lecturer,
    section .media {
      margin-bottom: 60px; } }
  section .lecturer ul,
  section .media ul {
    margin-bottom: 30px;
    padding-left: 22px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      section .lecturer ul,
      section .media ul {
        margin-bottom: 20px;
        justify-content: space-between;
        font-size: .8125em; } }
    section .lecturer ul li,
    section .media ul li {
      margin-bottom: 20px;
      padding-right: 30px;
      list-style: disc;
      line-height: 1.5;
      width: calc(100%/3); }
      @media screen and (max-width: 480px) {
        section .lecturer ul li,
        section .media ul li {
          padding-right: 0;
          width: 46%; } }
      section .lecturer ul li a,
      section .media ul li a {
        text-decoration: underline; }
        section .lecturer ul li a:hover,
        section .media ul li a:hover {
          text-decoration: none; }
  section .lecturer p,
  section .media p {
    display: block;
    text-align: right;
    width: 100%; }
section .btn {
  margin-bottom: 100px;
  width: 50%; }
  @media screen and (max-width: 896px) {
    section .btn {
      width: 90%; } }
