/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px; }

section {
  padding: 0 40px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45px; }
@media (max-width: 786px) {
  section {
    padding: 0 60px; } }
@media (max-width: 480px) {
  section {
    padding: 0 30px; } }

header {
  padding: 10px 40px;
  margin: 0 auto;
  max-width: 1000px; }
@media (max-width: 786px) {
  header {
    padding: 7px 4em; } }
@media (max-width: 480px) {
  header {
    padding: 5px 2em; } }

header a img {
  max-width: 100%;
  height: auto; }
@media (max-width: 480px) {
  header a img {
    max-width: 100px; } }

#main {
  margin: 45px auto 0; }
#main .outer-program {
  border-bottom: 1px solid #d2d2d2; }
#main .outer-program .program-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%; }
@media (max-width: 786px) {
  #main .outer-program .program-head {
    display: block;
    justify-content: unset;
    margin-bottom: 15px; } }
#main .outer-program .program-head p {
  font-size: 15px; }
#main .outer-program .program-head p:nth-of-type(1) {
  color: #4E8CC7;
  font-weight: 800;
  width: 67%; }
@media (max-width: 786px) {
  #main .outer-program .program-head p:nth-of-type(1) {
    margin-bottom: 7px;
    width: 100%; } }
#main .outer-program .program-head p:nth-of-type(2) {
  color: #cacaca; }
@media (max-width: 480px) {
  #main .outer-program .program-head p {
    font-size: 15px; } }
#main .outer-program .program-image {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
#main .outer-program .program-image img {
  width: 100%; }
#main .outer-program .program-desc p {
  margin: 20px 0; }
#main .outer-program .program-desc p:last-of-type {
  margin-bottom: 45px; }
#main .outer-program .program-desc .porpose {
  font-size: 15px;
  color: #9c9c9c; }
#main .outer-program .program-desc .content {
  font-weight: bold;
  font-size: 18px; }
@media (max-width: 480px) {
  #main .outer-program .program-desc .content {
    font-size: 17px; } }
#main .outer-program .program-desc .goal {
  font-size: 14px; }

#summary .container-summary {
  border-bottom: 1px solid #d2d2d2; }
#summary .container-summary .outer-summary {
  display: flex;
  max-width: 1440px;
  box-sizing: border-box;
  border: 2.5px solid #048ab74d;
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
  width: 100%; }
@media (max-width: 786px) {
  #summary .container-summary .outer-summary {
    display: flex;
    flex-direction: column-reverse; } }
#summary .container-summary .outer-summary:last-of-type {
  margin-bottom: 45px; }
#summary .container-summary .outer-summary .summary-content {
  padding: 15px 20px;
  width: 55%; }
@media (max-width: 786px) {
  #summary .container-summary .outer-summary .summary-content {
    padding: 15px 3px;
    width: unset; } }
#summary .container-summary .outer-summary .summary-content p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
#summary .container-summary .outer-summary .summary-content p:nth-of-type(2) {
  font-size: 15px;
  line-height: 1.5; }
#summary .container-summary .outer-summary .summary-image {
  width: 45%; }
@media (max-width: 786px) {
  #summary .container-summary .outer-summary .summary-image {
    width: 100%; } }
#summary .container-summary .outer-summary .summary-image img {
  width: 100%;
  height: auto; }

#links .outer-links {
  margin-bottom: 45px; }
#links .outer-links ul {
  border-bottom: 1px solid #d2d2d2; }
#links .outer-links ul li {
  display: flex; }
@media (max-width: 480px) {
  #links .outer-links ul li {
    display: block;
    margin-bottom: 15px; } }
#links .outer-links ul li:last-of-type {
  margin-bottom: 45px; }
#links .outer-links ul li p {
  margin-bottom: 10px; }
#links .outer-links ul li p:first-of-type {
  margin-right: 20px;
  margin-bottom: 15px; }
@media (max-width: 480px) {
  #links .outer-links ul li p:first-of-type {
    margin-right: 0;
    margin-bottom: 6px; } }
#links .outer-links ul li p:last-of-type a {
  color: #1795d0;
  font-weight: bold; }
#links .outer-links ul li p a {
  line-height: 1.5; }
@media (max-width: 480px) {
  #links .outer-links ul li p a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1; } }
#links .outer-links ul li p time {
  line-height: 1.5;
  color: #adaaaa;
  font-weight: bold; }
@media (max-width: 480px) {
  #links .outer-links ul li p time {
    line-height: 1; } }

.back-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 45px; }
.back-button a {
  text-decoration: none;
  font-weight: bold;
  color: #828282; }

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