/* base */
html {
  color: #333;
}

a {
  color: #f00;
}

img {
  vertical-align: top;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

/**
 * header
 */
.c-header-logo {
  height: 100px;
  margin: 0;
  padding-top: 10px;
  padding-left: 20px;
}

.c-header-banner {
  display: block;
  width: 900px;
}

.c-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 2px solid #A7036B;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
}

/* container */
.c-container {
  margin: 0 40px;
  margin-top: 20px;
}

.c-section-title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #A7036B;
  margin-bottom: 25px;
}

.c-section0 {
  position: relative;
  margin-bottom: 50px;
}

.c-section0-info-wrap {
  display: grid;
  grid-row-gap: 10px;
}

.c-section0-info-wrap a {
  position: relative;
  justify-self: end;
  font-size: 12px;
  text-decoration: none;
  color: #a7036b;
  font-weight: bold;
  margin-right: 65px;
}

.c-section0-info-wrap a .arrow-border1, .c-section0-info-wrap a .arrow-border2 {
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #a7036b;
}

.c-section0-info-wrap a .arrow-border1 {
  position: absolute;
  top: 30%;
  left: -10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-section0-info-wrap a .arrow-border2 {
  position: absolute;
  bottom: 30%;
  left: -10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-section0-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 12px;
}

.c-section0-info__date, .c-section0-info__head {
  justify-self: center;
}

.c-section0-info__head {
  text-align: center;
}

.c-section1 {
  position: relative;
  margin-bottom: 50px;
}

.c-section1-fig {
  position: absolute;
  display: block;
  right: -10px;
  bottom: -25px;
}

.c-section2 {
  margin-bottom: 60px;
}

.c-section2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.c-section2-row::after {
  display: block;
  width: 100%;
  margin-top: 25px;
  height: 2px;
  background-image: url("../images/border.png");
  background-repeat: repeat-x;
  content: '';
}

.c-section2-row:last-child::after {
  display: none;
}

.c-section2-col1 {
  width: 270px;
}

.c-section2-col2 {
  width: calc(100% - 270px);
}

.c-section2-lead {
  font-size: 12px;
  line-height: 1.66667;
}

.c-section2-subtitle {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.72727;
}

.c-section2-list {
  margin: 0;
  font-size: 11px;
  padding-left: 2em;
  line-height: 1.72727;
}

.c-section3 {
  font-size: 12px;
  line-height: 1.75;
}

.c-section3-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-section3-col1 {
  width: calc(100% - 300px);
  padding-left: 1.5em;
  padding-right: 30px;
}

.c-section3-col2 {
  width: 300px;
}

.c-section3-col2 img {
  width: 100%;
}

.c-section-3-subsection {
  margin-bottom: 20px;
}

.c-section-3-subsection p {
  margin: 0;
}

.c-section3-subtitle {
  color: #A7036B;
  font-weight: normal;
  margin: 0;
  margin-left: -1.2em;
}

.c-section3-subtitle::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  vertical-align: middle;
  background: #A7036B;
  content: '';
}
