/* ------------------------------------------------
 kiyaku
------------------------------------------------ */
#kiyaku > .inner {
  background-color: #fff;
  background-image: linear-gradient(90deg, #fff9dd 0%, #fff9dd 45%, #fff9dd 55%, #fff9dd 100%);
  padding: 0 1em 1.3333333333em;
}
#kiyaku .sheader,
#kiyaku .sbody {
  border: 0.2em solid #1a5a44;
  background-color: #fff;
}
#kiyaku .sheader {
  border-radius: 1em 1em 0 0;
  border-bottom-width: 0;
  padding-top: 1.6666666667em;
  padding-bottom: 1.5333333333em;
}
#kiyaku .sheader .title {
  margin: 0 auto;
  width: 9.8em;
}
#kiyaku .sbody {
  color: #000;
  border-top-width: 0;
  border-radius: 0 0 1em 1em;
}
#kiyaku aside.btns {
  padding: 2em 0;
}
#kiyaku aside.btns .btn {
  margin: 0 auto;
  width: 10.0333333333em;
  display: block;
}

/* ----------------------------
 .kiyaku
------------------------------*/
#kiyaku section.kiyaku .title {
  text-align: center;
  line-height: 1;
  background-color: rgba(13, 168, 109, 0.3);
  margin: 0 0.0666666667em;
  padding: 0.7333333333em 0;
}
#kiyaku section.kiyaku .title img {
  width: auto;
  height: 1.2em;
}
#kiyaku section.kiyaku .body {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  padding: 1.2em 1.3em 1.8em;
}
#kiyaku section.kiyaku .body .heading {
  color: #185a44;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 0.0833333333em solid #185a44;
}
#kiyaku section.kiyaku .body .heading:not(:first-of-type) {
  margin-top: 0.7222222222em;
}
#kiyaku section.kiyaku .body .heading + .l {
  margin-top: 0.6em;
}
#kiyaku section.kiyaku .body .heading + .bulets {
  margin-top: 0.7142857143em;
}
#kiyaku section.kiyaku .body .l {
  font-size: 1em;
  line-height: 1.6;
}
#kiyaku section.kiyaku .body .l.timeline {
  text-indent: -5em;
  padding-left: 5em;
}
#kiyaku section.kiyaku .body .l + .bulets {
  border-top: 1px solid #e7e7e7;
  margin-top: 0.9285714286em;
  padding-top: 0.9285714286em;
}
#kiyaku section.kiyaku .body .note {
  font-weight: 500;
  margin-top: 1em;
}
#kiyaku section.kiyaku .body .note li {
  line-height: 1.5;
}
#kiyaku section.kiyaku .body .note li + li {
  margin-top: 0.25em;
}
#kiyaku section.kiyaku .body .note b {
  font-weight: bold;
}
#kiyaku section.kiyaku .body .note u {
  text-decoration: none;
  background-color: #fff9af;
}
#kiyaku section.kiyaku .body .bulets {
  font-size: 0.9333333333em;
}
#kiyaku section.kiyaku .body .bulets li {
  text-indent: -1em;
  padding-left: 1em;
}
#kiyaku section.kiyaku .body .bulets li + li {
  margin-top: 0.2em;
}
#kiyaku section.kiyaku .body .bulets li::first-letter {
  color: #bbe1d4;
}
#kiyaku section.kiyaku .body .bulets li u {
  text-decoration: none;
  background-color: #fff9af;
}
#kiyaku section.kiyaku .body .bulets + .l {
  margin-top: 1em;
}
#kiyaku section.kiyaku .body table {
  line-height: 1.3;
  border-collapse: collapse;
  width: 100%;
}
#kiyaku section.kiyaku .body table th, #kiyaku section.kiyaku .body table td {
  vertical-align: middle;
}
#kiyaku section.kiyaku .body table th {
  text-align: center;
}
#kiyaku section.kiyaku .body table thead {
  background-color: #e7e7e7;
}
#kiyaku section.kiyaku .body table thead th {
  font-size: 0.8666666667em;
  letter-spacing: normal;
  padding: 0.4615384615em 0;
}
#kiyaku section.kiyaku .body table thead th + th {
  border-left: 1px solid #fff;
}
#kiyaku section.kiyaku .body table tbody th, #kiyaku section.kiyaku .body table tbody td {
  font-size: 0.9333333333em;
  padding: 0.3571428571em 0;
  border: 1px solid #e7e7e7;
}
#kiyaku section.kiyaku .body table tbody th {
  font-weight: bold;
  width: 3em;
}
#kiyaku section.kiyaku .body table tbody td {
  text-align: left;
  letter-spacing: normal;
  padding-left: 0.3571428571em;
}
#kiyaku section.kiyaku .body table tbody td:last-child {
  text-align: center;
  padding-left: 0;
  width: 4.3333333333em;
}
#kiyaku section.kiyaku .body table + .note {
  margin-top: 1.5em;
}