@charset "utf-8";

#contents {
  padding: 40px;
  background: #fff;
}
#contents h2 {
  margin-bottom: 30px;
  padding: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: 0.15em;
  color: #fff;
  background: var(--sub-color1);
  border-left: var(--base-color) 5px solid;
}
#under {
  margin: 100px 0 200px 80px;
}
.deadline {
  margin: 20px 0;
  padding: 15px;
  border: #cc0000 3px double;
}
.page_height {
  height: 600px;
}

/***** 見出し *****/
.ttl {
  margin: 30px 0 20px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
  border-bottom: var(--sub-color1) 1px solid;
}
.ttl:first-letter {
  color: var(--sub-color1);
}

/**** 挨拶 *****/
#greeting_box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: #000 1px dotted;
}
#greeting_box > figure {
  width: 180px;
  margin-left: 30px;
  order: 2;
}
#greeting_box > dl {
  text-align: right;
  flex: 1;
  order: 1;
}
#greeting_box > dl dt {
  font-size: 1.4rem;
}
#greeting_box > dl dd {
  font-size: 1.4rem;
}
#greeting_box > dl dd strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.greeting_comment {
  margin-top: 15px;
  text-indent: 1em;
  line-height: 1.9;
}

/***** 概要 *****/
.outline_dl {
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
.outline_dl dt {
  width: 20%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  background: var(--sub-color2);
}
.outline_dl dd {
  padding: 10px 0 10px 20px;
  display: table-cell;  
}

/***** リンク *****/
#link_dl dt {
  font-weight: 700;
}
#link_dl dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #000 1px dotted;
}