/* Scss Document */
#garduate-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }
  #garduate-list .list-box {
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center; }
    #garduate-list .list-box:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 640px) {
      #garduate-list .list-box {
        width: 100%;
        margin-right: 0; } }
    #garduate-list .list-box h3 {
      font-size: 14px;
      font-weight: bold;
      color: #333333;
      padding: 6px;
      background: #f4eff5 url(../images/about/menber/menber_tit.png) left top repeat-x;
      font-feature-settings: initial;
      white-space: normal; }
    #garduate-list .list-box .inner {
      box-sizing: border-box;
      padding: 19px;
      width: 100%; }
      #garduate-list .list-box .inner .photo {
        text-align: center; }
        #garduate-list .list-box .inner .photo img {
          max-width: 208px !important;
          max-height: 156px !important;
          border: 1px solid #dcdcdc;
          margin: auto; }
      #garduate-list .list-box .inner a.name {
        margin-top: 14px;
        display: block;
        padding-left: 15px;
        background: url(../images/common/ico_arw02.png) no-repeat left 0.4em;
        background-size: 7px 11px;
        font-size: 14px; }
      #garduate-list .list-box .inner p.position {
        font-size: 12px;
        margin: 0.5em 0 0;
        line-height: normal; }

.prof-ph {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 300px;
  height: auto;
  border: 1px solid #dcdcdc; }
  @media only screen and (max-width: 640px) {
    .prof-ph {
      float: none;
      width: 100%;
      margin-left: 0; } }

.prof-txt {
  text-align: justify; }

.youtube {
  margin: 30px auto 0;
  text-align: center; }
  .youtube iframe {
    margin: auto; }
  @media only screen and (max-width: 640px) {
    .youtube {
      width: 100%;
      height: 0;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden; }
      .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; } }

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