@charset "utf-8";

/* =============================================================
 * JAMR - Home Page
 * =============================================================
 * URL: http://jamr.umin.ac.jp/en/
 * Created: 2017-11-01
 * Last modified: 2017-11-01
 * Copyright (C) JAMR. All Rights Reserved.
 * ------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Oswald|Roboto");

/* 共通設定 */
*,*::before,*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: rgb(40,60,80);
  font-family: Roboto,sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}
body::before {
  background: url("../images/body-bg.png"), rgb(50,125,175);
  background-size: 2rem;
  box-shadow: 4rem 0 rgba(75,150,200,0.8);
  content: "";
  position: fixed;
  top: 0; bottom: 0; left: 0;
  width: calc(50vw - 48rem);
}

.header, .contents, .footer {
  margin: auto;
  width: 96rem;
}

/* Header */
.header {
  background: url("../images/header-bg.jpg") no-repeat;
  padding: 2rem 8rem 10rem;
}

.header__title {
  background: url("../images/header-logo.png") no-repeat;
  background-size: 8rem;
  color: rgb(0,75,150);
  font-family: Oswald;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 8rem;
  margin: 0;
  padding-left: 10rem;
  white-space: nowrap;
}

/* Contents */
.contents {
  padding: 0 8rem;
}

.contents__summary {
  margin: 0 0 4rem;
}

.president {
  margin-bottom: 4rem;
}

.president__title {
  color: rgb(0,75,150);
  font-family: Oswald;
  font-size: 3.6rem;
  font-weight: 400;
  margin: 0 0 2rem;
}

.president__summary {
  margin: 0;
}

.program__title {
  background: rgb(75,125,175) url("../images/program__title-icon.png") 0 50% no-repeat;
  background-size: 4rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem rgb(50,100,150);
  color: #ffffff;
  font-family: Oswald;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0 0 2rem;
  padding: 1rem 1rem 1rem 4rem;
}
.program__title a {
  color: #ffffff;
}

.program__summary {
  margin: 0 0 2rem;
}

.program__content {
  border-top: 0.1rem solid hsl(0,0%,80%);
  margin: 0 0 4rem;
}
.program__content:last-child {
  margin-bottom: 0;
}
.program__content dt,
.program__content dd {
  padding: 1rem;
}
.program__content dt {
  float: left;
}
.program__content dd {
  border-bottom: 0.1rem solid hsl(0,0%,80%);
  margin: 0;
  padding-left: 8em;
}

/* Footer */
.footer {
  padding: 4rem 8rem;
}

.footer__copyright {
  background: rgb(75,125,175);
  color: #ffffff;
  display: inline-block;
  font-family: Oswald;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem;
  text-transform: uppercase;
}
