/* Scss Document */
img {
  max-width: 100%; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.note,
figcaption {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  color: #333; }

#contents.memorandum * {
  position: relative;
  box-sizing: border-box; }
#contents.memorandum .title {
  min-height: 136px;
  background: #ffdc00;
  position: relative; }
  @media only screen and (max-width: 640px) {
    #contents.memorandum .title {
      display: block; } }
  #contents.memorandum .title:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: -15px;
    width: 58.354%;
    height: calc(100% + 15px);
    background: url("../images/memorandum/mv.png") no-repeat right top;
    background-size: cover; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum .title:before {
        display: none; } }
  #contents.memorandum .title img.cname {
    position: absolute;
    left: 0;
    top: 0;
    width: 436px;
    height: 53px; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum .title img.cname {
        display: none; } }
  @media only screen and (max-width: 640px) {
    #contents.memorandum .title img {
      display: block; } }
  #contents.memorandum .title h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.3;
    color: #000;
    border-bottom: none;
    background-image: none;
    padding: 74px 270px 0 20px;
    margin-bottom: 0; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum .title h2 {
        padding: 0.5em;
        padding-bottom: 0;
        border-top: 3px solid #fff;
        font-size: 20px;
        text-align: center; } }
  #contents.memorandum .title .subttl {
    font-size: 15px;
    padding: 0.2em 0 10px 20px; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum .title .subttl {
        font-size: 13px;
        padding: 0.5em; } }
  #contents.memorandum .title:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #6c265a;
    position: absolute;
    left: 0;
    bottom: -6px; }
#contents.memorandum .lead {
  line-height: 1.857;
  padding: 20px; }
  @media only screen and (max-width: 640px) {
    #contents.memorandum .lead {
      padding: 1em; } }
#contents.memorandum section {
  padding: 20px;
  line-height: 1.857;
  margin-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    #contents.memorandum section {
      padding: 0 0 20px;
      margin-bottom: 10px; } }
  #contents.memorandum section .section-inner {
    padding: 0 1em; }
  #contents.memorandum section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-left: -10px;
    width: calc(100% + 20px);
    min-height: 37px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum section h3 {
        font-size: 14px;
        margin-left: 0;
        width: 100%;
        margin-bottom: 16px; } }
    #contents.memorandum section h3 span {
      color: #6c265a;
      font-size: 38px;
      font-weight: normal;
      padding: 0 5px 0;
      line-height: 1;
      min-height: 37px;
      vertical-align: bottom; }
      @media only screen and (max-width: 640px) {
        #contents.memorandum section h3 span {
          font-size: 33px; } }
    #contents.memorandum section h3:before {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: calc(100% - 45px);
      height: 2px;
      background: #6c265a; }
    #contents.memorandum section h3:after {
      display: block;
      content: "";
      position: absolute;
      right: 0;
      bottom: 2px;
      width: 37px;
      height: 37px;
      background: url("../images/memorandum/h3_bg_end.png") no-repeat right bottom; }
  #contents.memorandum section:nth-child(even) {
    background: #f1f2f1; }
    #contents.memorandum section:nth-child(even) h3 {
      background: url("../images/memorandum/h3_bg.png");
      top: -10px; }
      @media only screen and (max-width: 640px) {
        #contents.memorandum section:nth-child(even) h3 {
          top: 0; } }
      #contents.memorandum section:nth-child(even) h3 span {
        background: -moz-linear-gradient(left, #f1f2f1 0%, rgba(241, 242, 241, 0) 100%);
        background: -webkit-linear-gradient(left, #f1f2f1 0%, rgba(241, 242, 241, 0) 100%);
        background: linear-gradient(to right, #f1f2f1 0%, rgba(241, 242, 241, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f1', endColorstr='#00f1f2f1',GradientType=1 ); }
  #contents.memorandum section:nth-child(odd) {
    background: #fff; }
    #contents.memorandum section:nth-child(odd) h3 {
      background: url("../images/memorandum/h3_bg2.png"); }
      #contents.memorandum section:nth-child(odd) h3 span {
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); }
  #contents.memorandum section h4 {
    font-size: 15px;
    font-weight: bold;
    border-left: 8px solid #6c265a;
    padding: 0.2em 0 0.3em 0.8em;
    margin: 1.5em auto 1em; }
    @media only screen and (max-width: 640px) {
      #contents.memorandum section h4 {
        font-size: 13px; } }
    #contents.memorandum section h4:before {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      content: "";
      width: calc(100% - 6px);
      height: 3px;
      border-bottom: 3px double #ba9fb4; }
    #contents.memorandum section h4:after {
      position: absolute;
      right: 0;
      bottom: -1px;
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      background: #ba9fb4; }
  #contents.memorandum section .h4-inner {
    padding-left: 1em; }
  #contents.memorandum section .img-right {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em; }
  #contents.memorandum section .row1-2 {
    width: 50%; }
  #contents.memorandum section .row1-3 {
    width: 33.333%; }
  #contents.memorandum section .row1-4 {
    width: 25%; }
  #contents.memorandum section .tips {
    margin-top: 40px;
    line-height: normal;
    width: calc(100% + 20px);
    margin-left: -10px;
    background: #fff;
    border: 1px solid #999;
    padding: 1em 2em 2em; }
    #contents.memorandum section .tips:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 30px;
      background: url("../images/memorandum/tips_bg.png"); }
    #contents.memorandum section .tips .tips-ttl {
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 0.3em;
      font-style: italic;
      font-feature-settings: "palt";
      color: #000;
      margin-bottom: 0.5em;
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: flex-start; }
      #contents.memorandum section .tips .tips-ttl img {
        width: auto;
        height: 70px;
        margin-right: 6px;
        margin-top: -30px; }
#contents.memorandum p {
  margin-bottom: 0.75em; }
#contents.memorandum figure {
  margin: 20px auto; }
#contents.memorandum .kakomi {
  border: 1px solid #ccc;
  padding: 0.5em;
  margin-bottom: 0.75em; }
#contents.memorandum .dl-2l dt {
  font-weight: bold;
  margin-top: 0.5em; }
  #contents.memorandum .dl-2l dt:first-child {
    margin-top: 0; }
#contents.memorandum .dl-2l dd {
  padding-left: 1em;
  line-height: 1.5; }
#contents.memorandum .col {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 640px) {
    #contents.memorandum .col {
      display: block; } }
  #contents.memorandum .col > p:not(.primary), #contents.memorandum .col > div:not(.primary), #contents.memorandum .col > figure:not(.primary) {
    flex: 1; }
  #contents.memorandum .col .posL {
    padding-right: 20px; }
  #contents.memorandum .col .posR {
    padding-left: 20px; }
  @media only screen and (max-width: 640px) {
    #contents.memorandum .col .posL,
    #contents.memorandum .col .posR {
      padding-left: 0;
      padding-right: 0; }
    #contents.memorandum .col .primary {
      width: 100% !important;
      text-align: center; }
      #contents.memorandum .col .primary table {
        margin: auto; } }
#contents.memorandum table {
  empty-cells: hide;
  width: 100%;
  border-spacing: 2px;
  margin: 1.5em auto; }
  #contents.memorandum table th {
    color: #000;
    background: #ffeb6b;
    white-space: nowrap; }
    #contents.memorandum table th.sub {
      background: #beebeb; }
  #contents.memorandum table td {
    background: #fff; }
@media only screen and (max-width: 640px) {
  #contents.memorandum table {
    display: table; }
  #contents.memorandum tbody {
    display: table-row-group; }
  #contents.memorandum tr {
    display: table-row; }
  #contents.memorandum th, #contents.memorandum td {
    display: table-cell;
    width: auto !important; } }
#contents.memorandum .link-course {
  display: block;
  margin: 2em auto; }
#contents.memorandum .dummy {
  width: 100%; }
#contents.memorandum .supervision {
  border: 1px solid #d9c7d4;
  background: #f5f0f3;
  padding: 15px 20px; }
  #contents.memorandum .supervision::after {
    content: "";
    display: block;
    clear: both; }
  #contents.memorandum .supervision h3 {
    color: #6c265a;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 3px double #d9c7d4;
    margin-bottom: 1em; }
    #contents.memorandum .supervision h3:before {
      display: inline-block;
      vertical-align: bottom;
      content: "";
      width: 32.068px;
      height: 22.0848px;
      background: url("../images/memorandum/sv_kanshu.svg") no-repeat left top; }
    #contents.memorandum .supervision h3 span {
      font-size: 18px;
      font-weight: bold;
      color: #333; }
  #contents.memorandum .supervision img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    float: left;
    margin: 0 2em 1em 0; }
  #contents.memorandum .supervision p.sname span {
    font-size: 19px;
    font-weight: bold;
    padding: 0 0.5em; }
  #contents.memorandum .supervision p.sv-link {
    font-size: 16px;
    border-top: 3px double #d9c7d4;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 0.4em;
    text-align: right;
    color: #333; }
    #contents.memorandum .supervision p.sv-link a {
      padding-left: 1em;
      font-size: 14px;
      font-weight: normal; }

#memo-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }
  #memo-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; }
    #memo-list .list-box:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 640px) {
      #memo-list .list-box {
        width: 100%;
        margin-right: 0; } }
    #memo-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;
      width: 100%;
      box-sizing: border-box; }
    #memo-list .list-box .inner {
      box-sizing: border-box;
      padding: 19px;
      width: 100%; }
      #memo-list .list-box .inner .photo {
        text-align: center;
        margin-bottom: 1em; }
        #memo-list .list-box .inner .photo img {
          max-width: 208px !important;
          max-height: 156px !important;
          border: 1px solid #dcdcdc;
          margin: auto;
          display: block; }
      #memo-list .list-box .inner p.kanshu {
        font-size: 12px;
        margin: 0.5em 0 0;
        line-height: normal; }

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