@charset "utf-8";

/*========================================================================*\

$common

\*========================================================================*/

.table-of-contents {
  border: 1px solid #ddd;
  padding: 1em;
  background: #f9f9f9;
}

.table-of-contents ul {
  list-style: none;
  padding-left: 1em;
}

.table-of-contents li {
  margin: 4px 0;
}

.table-of-contents a {
  text-decoration: none;
  color: #0066cc;
}

.table-of-contents a:hover {
  text-decoration: underline;
}

#pan.columnArea {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1040px;
}

#pan.columnArea ul {
  width: auto;
  margin: 0;
}

#pan.columnArea .categoryArea li:after {
  content: none;
  margin-left: 1rem;
}

#pan.columnArea .categoryArea li.category {
  background: #0061af;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 6px 0;
  text-align: center;
  width: 100px;
}

#columnPage.detailPage h1 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  margin: 0 auto 2em auto !important;
  display: flex;
  justify-content: center;
}

#columnPage.detailPage h1:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0070ba;
  border-radius: 2px;
}

#columnPage.detailPage p {
  font-size: 17px;
}

#columnPage.detailPage li {
  font-size: 17px;
  padding-left: 1rem;
  text-indent: -1rem;
}

#columnPage.detailPage li:last-child {
  margin-bottom: 0 !important;
}

#columnPage.detailPage li::before {
  border-color: transparent transparent transparent #009ffa;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}

#columnPage.detailPage figure {
  margin-bottom: 30px;
  text-align: center;
}

#columnPage.detailPage figure img {
  width: 550px;
  max-width: 100%;
}

@media (max-width: 767px) {
  #columnPage.detailPage h1 {
    font-size: 2.2rem;
  }

  #columnPage.detailPage h1:before {
    width: 40px;
  }

  #columnPage.detailPage p {
    font-size: 15px;
  }

  #columnPage.detailPage li {
    font-size: 15px;
    padding-left: 1rem;
    text-indent: -1rem;
  }

  #pan.columnArea {
    padding: 0 20px;
  }

  #pan.columnArea ul:first-child {
    display: none;
  }

  #Co .page section h2:nth-child(n + 2) {
    margin: 40px 0 30px 0 !important;
  }

  #Co .page h3:not(:first-child) {
    margin: 40px 0 2rem 0 !important;
  }
}
