/* Scss Document ver.2 */
/***********************************************/
/*RESET*/
/***********************************************/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***********************************************/
/*BASE*/
/***********************************************/
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #ffffff;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

#wrapper {
  margin: 0px auto;
  width: 962px;
  text-align: left;
}

a {
  font-weight: bold;
  color: #34b9a5;
}
a:hover {
  color: #0c9a88;
}

/***********************************************/
/*header*/
/***********************************************/
.header {
  background: url(../img/header_bg.gif) bottom no-repeat;
  position: relative;
  margin-bottom: 25px;
  height: 141px;
}
.header__logo {
  padding: 15px 0px 0px 5px;
  height: 108px;
}
.header__logo img {
  width: auto;
  height: 108px;
}
.header__date {
  position: absolute;
  top: 0;
  right: 0;
  background: #34b9a5;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}

/***********************************************/
/*navmenu*/
/***********************************************/
nav {
  width: 180px;
}

.navmenu {
  width: 180px;
  margin-bottom: 70px;
  font-size: 18px;
}
.navmenu__list li.twitter {
  margin-top: 10px;
}
.navmenu__list li.twitter a {
  color: #000000;
  background-color: #ffffff;
  background-image: url("../img/icon_twitter.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 12px;
  padding-left: 50px;
  line-height: 1.5em;
  height: auto;
}
.navmenu__list li.twitter a:hover {
  background-color: #ffffff;
}
.navmenu__list li a {
  margin-bottom: 2px;
  height: 66px;
  display: block;
  background-color: #34b9a5;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease-out;
  font-weight: normal;
}
.navmenu__list li a:hover, .navmenu__list li a.apply {
  background-color: #0c9a88;
}
.navmenu__list li a p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

body#top nav .navmenu .navmenu__list li.nav-top a {
  background-color: #0c9a88;
}

body#about nav .navmenu .navmenu__list li.nav-about a {
  background-color: #0c9a88;
}

body#summary nav .navmenu .navmenu__list li.nav-summary a {
  background-color: #0c9a88;
}

body#message nav .navmenu .navmenu__list li.nav-message a {
  background-color: #0c9a88;
}

body#committee nav .navmenu .navmenu__list li.nav-committee a {
  background-color: #0c9a88;
}

body#apply nav .navmenu .navmenu__list li.nav-apply a {
  background-color: #0c9a88;
}

body#flow nav .navmenu .navmenu__list li.nav-flow a {
  background-color: #0c9a88;
}

body#awards nav .navmenu .navmenu__list li.nav-awards a {
  background-color: #0c9a88;
}

body#scholarship nav .navmenu .navmenu__list li.nav-scholarship a {
  background-color: #0c9a88;
}

body#past_scholarship nav .navmenu .navmenu__list li.nav-past_scholarship a {
  background-color: #0c9a88;
}

body#past_winners nav .navmenu .navmenu__list li.nav-past_winners a {
  background-color: #0c9a88;
}

body#history nav .navmenu .navmenu__list li.nav-history a {
  background-color: #0c9a88;
}

body#contact nav .navmenu .navmenu__list li.nav-contact a {
  background-color: #0c9a88;
}

body#advisor nav .navmenu .navmenu__list li.nav-advisor a {
  background-color: #0c9a88;
}

body#program01 nav .navmenu .navmenu__list li.nav-program01 a {
  background-color: #0c9a88;
}

body#program02 nav .navmenu .navmenu__list li.nav-program02 a {
  background-color: #0c9a88;
}

body#tour nav .navmenu .navmenu__list li.nav-tour a {
  background-color: #0c9a88;
}

/***********************************************/
/*contents*/
/***********************************************/
.main {
  margin-bottom: 70px;
  max-width: 746px;
  -webkit-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .main {
    width: auto;
  }
}
.main__top {
  max-width: 550px;
}
.main__top--img {
  margin-bottom: 40px;
}

h1 {
  margin-bottom: 20px;
}

h2 {
  color: #34b9a5;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
  background: url(../img/topics_line.gif) bottom repeat-x;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contents__title {
  color: #000000;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 8px #cccccc;
  padding: 5px 10px;
}
.contents__title:not(:first-child) {
  margin-top: 40px;
}
.contents__text p {
  margin-bottom: 1em;
}
.contents__text p.orange {
  font-weight: bold;
  color: #ff6628;
}

/***********************************************/
/*top*/
/***********************************************/
#top .top_copy {
  box-sizing: border-box;
  margin: 1em 0px 2em;
  text-align: center;
}
#top .top_copy p {
  font-size: 16px;
  line-height: 2em;
}
#top .top_info {
  margin: 0 0 40px 0;
}
#top .top_info dt {
  background: #f3685e;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  padding: 0.8em;
  transform: skewY(-2deg);
  text-align: center;
}
#top .top_info dd {
  font-size: 1.2rem;
  margin-top: 0.5em;
  text-align: right;
}
#top .director {
  border: solid 3px #f58849;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
  position: relative;
}
#top .director_title {
  position: absolute;
  top: -16px;
  left: -15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1em;
  background-color: #f58849;
  text-align: center;
  width: 11em;
  padding: 5px 0;
}
#top .director_list {
  margin-top: 15px;
}
#top .director_list dt {
  float: left;
}
#top .director_list dd {
  font-size: 1.4rem;
  margin-left: 80px;
}
#top .director_list dd p {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#top .director_list dd p span {
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 1em;
}
#top .history {
  margin: 40px 0;
}
#top .history ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#top .history ul li {
  flex: 1 1 calc(33% - 20px);
}
#top .history ul li img {
  max-width: 100%;
}
#top .btn_pamphlet {
  margin: 2em 0;
  text-align: center;
}
#top .btn_pamphlet p {
  border: solid 3px #0c9a88;
  padding: 1em;
  background-color: #d2f9f4;
}

/***********************************************/
/*topics*/
/***********************************************/
.topics {
  height: 625px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 40px;
}
.topics dl {
  border-bottom: 1px #cccccc solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 3px;
  line-height: 1.4em;
}
.topics dt {
  float: left;
  font-weight: bold;
  width: 7.5em;
}
.topics dt i {
  color: #34b9a5;
}
.topics dd {
  margin-bottom: 10px;
  margin-left: 7.5em;
  padding-top: 1px;
}

/***********************************************/
/*banner__top*/
/***********************************************/
.banner__top {
  width: 160px;
  line-height: 0;
}
.banner__top li {
  margin-bottom: 8px;
}
.banner__top__poster {
  margin-bottom: 32px;
  line-height: 1.4em;
  font-size: 12px;
}
.banner__top__archive {
  line-height: 1.4em;
  font-size: 12px;
  margin-bottom: 5px;
}
.banner__top__archive__list {
  width: 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 32px;
}
.banner__top__archive__list li {
  width: 48%;
  line-height: 1.4em;
  font-size: 10px;
}
.banner__top__archive__list li img {
  width: 100%;
}

/***********************************************/
/*footer*/
/***********************************************/
.footer {
  border-top: solid 2px #34b9a5;
  font-size: 12px;
  width: 962px;
  margin: 0px auto;
}
.footer p {
  text-align: center;
  padding: 1em;
  color: #333;
}

/***********************************************/
/*about*/
/***********************************************/
.text_bold {
  font-weight: bold;
  color: #34b9a5;
  font-size: 21px;
}

#about .history {
  margin-top: 5em;
}
#about .history ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#about .history ul li {
  flex: 0 1 23%;
}
#about .history ul li img {
  width: 100%;
  height: auto;
}

/***********************************************/
/*summary*/
/***********************************************/
#summary h3 {
  color: #fb6600;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
#summary strong {
  font-weight: bold;
}
#summary .kome {
  font-size: 1.2rem;
  margin-top: 15px;
  line-height: 1.4em;
}
#summary .summary__table {
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 40px;
}
#summary .summary__table tr th {
  font-weight: bold;
  text-align: center;
  width: 9em;
  padding: 0.8em 0;
  background-color: #c9e0fc;
}
#summary .summary__table tr:nth-child(even) th {
  background-color: #c1d8f4;
}
#summary .summary__table tr td {
  background-color: #e8f0fc;
  padding: 0.8em 1em;
}
#summary .summary__table tr td p {
  margin: 1em 0 0;
}
#summary .summary__table tr td a {
  font-weight: normal;
  color: #000;
  text-decoration: underline;
}
#summary .summary__table tr td a:hover {
  text-decoration: none;
  color: #666;
}
#summary .summary__table tr:nth-child(even) td {
  background-color: #dce7f4;
}
#summary .summary__award li {
  display: inline-block;
  background-color: #3D61B4;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6em 1em;
  margin-top: 10px;
  margin-right: 10px;
}

/***********************************************/
/*committee*/
/***********************************************/
.committee {
  margin-bottom: 30px;
}
.committee__photo {
  border: 5px solid #c0e9e3;
  float: left;
}
.committee__text {
  margin: 0 0 0 150px;
}
.committee__text--name {
  font-weight: bold;
  margin-bottom: 8px;
}
.committee__text--name span {
  color: #0EA292;
  margin-right: 1em;
}
.committee__text--name b {
  color: #666666;
  font-size: 1.4rem;
}
.committee__text dd {
  font-size: 1.2rem;
}

/***********************************************/
/*committee*/
/***********************************************/
.theme {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF8827;
}

.admissions dt {
  background-color: #009966;
  display: inline-block;
  line-height: 1em;
  padding: 0.5em 1em;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 20px;
}
.admissions dd {
  margin-bottom: 20px;
  margin-left: 10px;
}
.admissions_list {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
  font-size: 1.4rem;
}
.admissions_list li {
  margin: 0.3em 0;
}

/***********************************************/
/*flow*/
/***********************************************/
.flow_copy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
.flow__title {
  color: #fb6600;
  font-size: 16px;
  margin-bottom: 0.5em;
  background-image: none;
}
.flow__map {
  width: 60%;
  margin-bottom: 30px;
}
.flow__map dt {
  text-align: center;
  margin-bottom: 2px;
  font-weight: bold;
  padding: 0.8em;
  border: 2px solid #50AFA0;
}
.flow__map dd {
  text-align: center;
  margin-bottom: 2px;
}
.flow__map--arrow {
  font-weight: bold;
  color: #1B9D8B;
  font-size: 16px;
}
.flow__map--point {
  background-color: #B7E6DF;
}

#flow .summary__table th {
  padding-right: 1em;
}

/***********************************************/
/*awards*/
/***********************************************/
.award_title {
  font-size: 16px;
  font-weight: bold;
  color: #FB6600;
  margin-top: 20px;
  margin-bottom: 16px;
}
.award_table {
  margin-bottom: 30px;
}
.award_table tr {
  border-bottom: 1px solid #dddddd;
}
.award_table tr th {
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  background-color: #D9E8FB;
}
.award_table tr td {
  padding: 8px 10px;
}
.award_table tr:nth-child(odd) {
  background-color: #F4F4F4;
}
.award_content {
  border-bottom: solid 1px #ccc;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.opus {
  float: right;
  width: 475px;
}
.opus_title {
  font-size: 21px;
  margin-bottom: 8px;
}
.opus_name {
  margin-bottom: 1em;
}
.opus_name span {
  font-size: 18px;
  margin-right: 0.5em;
}
.opus_text {
  margin-bottom: 16px;
}
.opus_img {
  width: 250px;
  float: left;
  text-align: center;
  font-size: 12px;
}
.opus_comment p {
  color: #34B9A5;
}
.opus_comment ul {
  list-style: disc;
  margin-left: 1.5em;
}
.opus_profile {
  display: flex;
  gap: 12px;
  font-size: 14px;
}

/***********************************************/
/*scholarship*/
/***********************************************/
.scholarship {
  margin-bottom: 30px;
}
.scholarship__history {
  margin-bottom: 1em;
}
.scholarship__photo {
  border: 5px solid #c7dddb;
  float: left;
  width: 117px;
}
.scholarship__text {
  margin: 0 0 0 150px;
  font-size: 1.3rem;
}
.scholarship__text--name {
  font-weight: bold;
  font-size: 1.6rem;
}
.scholarship__partner {
  display: flex;
  align-items: center;
}

/***********************************************/
/*history*/
/***********************************************/
#history .history td, #history .history th {
  padding: 8px 5px;
}
#history .history {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#history .history th {
  white-space: nowrap;
}
#history .history tr:nth-child(odd) {
  background-color: #f8e7f3;
}
#history .history-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#history .history-img-list li {
  flex: 1 0 calc(50% - 10px);
}

/***********************************************/
/*past winners*/
/***********************************************/
.pastwin__table {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.pastwin__table tr {
  border-bottom: solid 1px #dddddd;
}
.pastwin__table tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.pastwin__table td,
.pastwin__table th {
  padding: 0.5em;
}
.pastwin__table th {
  background-color: #e8decc;
}
.pastwin__table td.num {
  background-color: #f5efe5;
}
.pastwin__table td.num-odd {
  background-color: #fefbf6;
}
.pastwin__table td.nowrap {
  white-space: nowrap;
}

/***********************************************/
/*program*/
/***********************************************/
body.program h2 span {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
body.program h3 {
  font-weight: bold;
  font-size: 1.7rem;
  color: #1A5E90;
}
body.program ul.program-list {
  list-style: disc;
  margin: 0.5em 0 1em 2em;
  font-size: 1.5rem;
}
body.program ul.program-list li {
  margin-top: 0.4em;
  line-height: 1.5;
}
body.program .map {
  margin: 0 1em;
  text-align: center;
}
body.program .map img {
  width: 80%;
  height: auto;
}
body.program figure.photo {
  width: 250px;
  float: right;
  margin: 0 0 1em 1em;
}
body.program figure.photo-left {
  width: 250px;
  float: left;
  margin: 0 1em 1em 0;
}
body.program figure img {
  width: 100%;
  height: auto;
}
body.program figure figcaption {
  text-align: center;
  margin: 0.5em 0 0;
  padding: 0;
}
body.program figure figcaption a {
  font-size: 14px;
  text-decoration: underline;
}
body.program .section_block {
  margin: 1em 0 2em;
}
body.program .section_block p {
  margin: 0.5em 0 1em;
}
body.program .movie-title {
  font-weight: bold;
  margin: 1em 0 0.5em;
}

/***********************************************/
/*past scholarship*/
/***********************************************/
#past_scholarship .scholarship {
  min-height: 127px;
}/*# sourceMappingURL=style.css.map */