#saitaku {
  color: #6E6E6E;
  font-weight: normal;
  padding-bottom: 150px;
}
#saitaku .pan {
  padding: 1em 0;
}
#saitaku .pan li {
  display: inline-block;
}
#saitaku .pan li a {
  color: #cb2639;
  text-decoration: underline;
}
#saitaku .pan li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}
#saitaku .pagettl2 {
  text-align: center;
  height: 300px;
  font-size: 250%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #saitaku .pagettl2 {
    font-size: 180%;
    height: 200px;
  }
}
#saitaku .pagettl2 h2 {
  font-weight: normal;
}
#saitaku .content {
  border-top: 4px solid #eaeae3;
  padding-top: 2em;
  margin-bottom: 6em;
}
#saitaku .content h3 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #saitaku .content h3 {
    margin-bottom: 50px;
  }
}
#saitaku .content h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background: url("../images/ico-chiki.png") no-repeat center center;
  background-size: contain;
}
#saitaku .content .map {
  width: 100%;
  text-align: center;
  padding: 50px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 80px;
}
#saitaku .content .business {
  border-radius: 20px;
  background-color: #fff;
  border: 5px solid #e1c160;
  overflow: hidden;
  margin-bottom: 2em;
}
#saitaku .content .business h4 {
  text-align: center;
  font-size: 150%;
  color: #fff;
  font-weight: normal;
  background-color: #d7b03a;
  padding: 0.5em;
}
#saitaku .content .business .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 50px auto;
}
#saitaku .content .business .list li {
  width: 48%;
  counter-increment: title;
  margin-bottom: 2em;
}
#saitaku .content .business .list li h5 {
  background-color: #f3e7c3;
  padding: 0.5em;
  border-radius: 20px;
  font-size: 130%;
  margin-bottom: 1em;
}
#saitaku .content .business .list li h5:before {
  content: counter(title);
  display: inline-block;
  font-size: 60%;
  font-weight: normal;
  width: 2em;
  height: 2em;
  line-height: 2;
  margin-right: 0.5em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #d7b03a;
  border-radius: 50%;
}
#saitaku .content .business .list li .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#saitaku .content .business .list li .column .img {
  width: 40%;
}
#saitaku .content .business .list li .column .img img {
  width: 100%;
}
#saitaku .content .business .list li .column .text {
  width: 55%;
}
#saitaku .content .business .list li .column .text dt {
  font-size: 110%;
  color: #333;
}
#saitaku .content .business .list li .column .text dd {
  color: #6f6f6f;
}
@media screen and (max-width: 768px) {
  #saitaku .content .business .list li {
    width: 100%;
  }
  #saitaku .content .business .list li h5 {
    font-size: 110%;
    border-radius: 10px;
  }
  #saitaku .content .business .list li h5:before {
    line-height: 1.7;
  }
  #saitaku .content .business .list li .column .img, #saitaku .content .business .list li .column .text {
    width: 100%;
  }
}
#saitaku .content .business .document {
  width: 90%;
  margin: 50px auto;
  background-color: #f7f2e3;
  padding: 1em 0;
  border-radius: 20px;
  text-align: center;
}
#saitaku .content .business .document li {
  display: inline-block;
  font-size: 120%;
  margin: 0.5em;
}
#saitaku .content .business .document li a {
  color: #cb2639;
  text-decoration: underline;
}
#saitaku .content .business .document li a:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  vertical-align: middle;
  background: url("../images/svg/ico_pdf.svg") no-repeat center center;
  background-size: contain;
}
#saitaku .content .business.kokuritsu {
  border: 5px solid #617E4B;
}
#saitaku .content .business.kokuritsu h4 {
  background-color: #fff;
  color: #617E4B;
  padding: 1em;
}
#saitaku .content .business.kokuritsu h4:before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: middle;
  margin-right: 1em;
  background: url(../images/ico-kokuritsu.png) no-repeat center center;
  background-size: contain;
}
#saitaku .content .business.kokuritsu .document {
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  #saitaku {
    padding-bottom: 50px;
  }
}