/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	z-index
   1  body .site

*/

.top-img {
  position: relative;
}
.top-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 275px;
  width: auto;
}

#primary {
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  #primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.report h3 {
  background-color: #ffee6f;
  font-size: 22px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.report .purpose,
.report .application {
  margin-bottom: 3rem;
}
.report .unity p,
.report .unity ul,
.report .unity h4 {
  padding: 0 1rem;
}
.report .application ul {
  list-style-type: disc;
  list-style-position: inside;
}
.report ul li a {
  display: inline-block;
  position: relative;
}
.report ul li {
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.report .application ul li:not(.web) a,
.report .frame ul li a {
  background-image: url(../img/report/img-icon.webp);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: right center;
  padding-right: 2rem;
}
.report .application ul li a span,
.report .frame ul li a span {
  border-bottom: 1px solid #000;
}
.report .application ul li.web a::after {
  width: 100%;
}
.report ul li a:hover span {
  border-bottom: 0;
}
.report .application p {
  margin: 1rem 0;
}
.accordion {
  margin: 0 1rem;
  border-left: 10px solid;
}
.accordion.junior {
  border-color: #a6e3ea;
}
.accordion.high {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-color: #f7c3d2;
}
.accordion summary {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.accordion.junior summary:hover,
.accordion[open].junior summary {
  color: #00aec4;
}
.accordion.high summary:hover,
.accordion[open].high summary {
  color: #e9537e;
}
.accordion ul {
  padding: 1rem !important;
}
/* ---- safariで表示される擬似要素をリセット ----- */
.accordion summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .report .frame ul li {
    text-indent: -2em;
    margin-left: 2em;
  }
  .report .frame ul li a {
    display: block;
    background-position: right 0.2rem;
    padding-right: 1.5rem;
    word-break: break-all;
  }
}
