
.titleCnt {
  background: #83b0ff;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  text-align: center
}

.accordion {
  margin: 0;
}

.accordion .open {
  position: relative;
  font-size: 1.2rem;
}

.accordion .open:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%
}

.accordion .close:after {
  content: "\f106"
}

.accordion .display {
  display: none
}

.wrap {
  padding-bottom: 20px
}

.aboutOuter {
  text-align: left
}

.aboutOuter h4 {
  border-top: 1px dotted #ccc;
  color: #ff8392;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 10px 5px 0
}

.aboutOuter h4:first-of-type {
  border-top: none;
  padding-top: 0
}

.aboutOuter h4+p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 5px 5px 10px
}

.aboutOuter dt,
.aboutOuter dd,
.companyOuter dt,
.companyOuter dd {
  padding: 5px
}

.aboutOuter dt,
.companyOuter dt {
  background: #e7f0ff;
  color: #4687ce;
  font-weight: bold
}

.aboutOuter dd {
  font-size: 1.2rem;
  line-height: 1.8
}

.aboutOuter dd a,
.companyOuter dd a {
  color: #4687ce;
  display: inline;
  text-decoration: underline
}

.aboutOuter ol,
.aboutOuter ul,
.companyOuter ul {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 5px 0 0 15px
}

.aboutOuter ul,
.companyOuter ul {
  list-style: disc
}

.aboutOuter ol {
  list-style: decimal;
  margin-left: 25px
}

.aboutOuter dd a[target="_blank"]:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free"
}

.companyOuter ul {
  font-size: 1.4rem
}

.sitemapOuter dl {
  border: 2px solid #55acff;
  margin: 10px
}

.sitemapOuter dt {
  background: #55acff;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px
}

.sitemapOuter dd {
  font-size: 1.2rem;
  margin: 0;
}

.sitemapOuter dd,
.sitemapOuter .display li {
  border-top: 2px solid #55acff;
  list-style: none;
}

.sitemapOuter dd a,
.sitemapOuter dd span {
  color: #4687ce;
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  position: relative
}

.sitemapOuter dd a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  margin-top: -15px;
  position: absolute;
  right: 8px;
  top: 50%
}

.sitemapOuter .accordion .open:after {
  right: 5px
}