@charset "utf-8";

.executionrate_hero {
  max-width: 976px;
  overflow: hidden;
  margin: 24px auto 12px;
}
.contentsInner {
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px;
}

h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 100px;
  padding: 16px 20px;
  position: relative;
}
h1::before,
h1::after {
  content: '';
  width: 48px;
  height: 36px;
  position: absolute;
}
h1::before {
  border-left: solid 2px #404040;
  border-top: solid 2px #404040;
  top: 0;
  left: 0;
}
h1::after {
  border-right: solid 2px #404040;
  border-bottom: solid 2px #404040;
  bottom: 0;
  right: 0;
}

section.explanation {
  text-align: center;
  margin-bottom: 100px;
  line-height: 1.5;
}
section.explanation h2 {
  width: 556px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 8px;
  margin: 0 auto 36px;
  border-bottom: 2px solid #404040;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: initial;
}
section.explanation h2::before,
section.explanation h2::after {
  position: absolute;
  left: 50%;
  transform:translate(-50%);
  bottom: -15px;
  width: 18px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
section.explanation h2::before {
  background-color: #404040;
}
section.explanation h2::after {
  bottom: -11px;
  background-color: #ffffff;
}

section.explanation h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px
}
section.explanation h3:nth-of-type(n + 2) {
  margin-top: 24px
}

.note {
  text-align: center;
  margin: 0 auto 100px;
}

section.table {
  max-width: 720px;
  margin: 0 auto 100px;
}

section.table h2,
section.archive h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px
}

section.table .tableStyleWrap {
  margin-bottom: 16px;
}
.tableStyleWrap table th {
  padding: 12px;
}
.tableStyleWrap table td {
  padding: 9px;
}
.tableStyleWrap table td img:nth-of-type(2) {
  margin-left: 4px;
  margin-right: 8px;
}
section.table .note {
  text-align: left;
  margin: 0 0 16px
}

section.table .link {
  text-align: center;
}

section.archive {
  max-width: 720px;
  margin: 0 auto;
}

section.archive .tableStyleWrap table th {
  border: none;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
section.archive .tableStyleWrap table th:last-of-type {
  border-right:none;
}
section.archive .tableStyleWrap table tr {
  border-top: 1px solid #bfbfbf;
}
section.archive .tableStyleWrap table td {
  border: none;
  border-right: 1px solid #bfbfbf;
}
section.archive .tableStyleWrap table td:last-of-type {
  border-right:none;
}

.accordion {
  margin-bottom: 60px;
}
.accordion > ul > li > a:after, .accordion > ul > li > a.active:after {
  top: 22px;
  font-size: 12px;
}
section.archive .tableStyleWrap {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .accordion .accordionTtl {
    padding: 14px 60px;
}
}
@media screen and (max-width: 767px) {
  .executionrate_hero {
    margin: 0 auto 16px;
  }

  .contentsInner {
   padding: 0 16px;
  }

  h1 {
    font-size: 28px;
    max-width: 328px;
    margin: 0 auto 88px;
    padding: 16px 20px;
    line-height: 1;
  }
  h1::before,
  h1::after {
    width: 40px;
    height: 30px;
  }
  h1::before {
    border-left: solid 1px #404040;
    border-top: solid 1px #404040;
  }
  h1::after {
    border-right: solid 1px #404040;
    border-bottom: solid 1px #404040;
  }
  h1 span.cross {
    font-size: 30px;
  }

  section.explanation {
    margin-bottom: 88px;
  }

  section.explanation h2 {
    width: 320px;
    font-size: 20px;
    border-bottom: 1px solid #404040;
  }

  section.explanation h2::after {
  bottom: -13px;
}

  section.explanation h3 {
    font-size: 16px;
    text-align: center;
  }

  section.explanation p {
    text-align: left;
    width: 320px;
    margin: 0 auto;
  }

  .note {
    width: 320px;
    text-align: left;
    margin: 0 auto 88px;
  }

  section.table {
    margin: 0 auto 88px;
  }

  section.table h2,
  section.archive h2 {
    font-size: 20px;
    margin-bottom: 16px
  }

  section.table .tableStyleWrap {
    margin-bottom: 8px;
  }
  .tableStyleWrap table th {
    font-size: 12px;
    padding: 15px;
  }
  .tableStyleWrap table td {
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    text-align: center !important;
  }
  .accordion {
    margin-bottom: 88px;
  }
  .accordion > ul > li > a {
    font-size: 14px;
  }
  .accordion > ul > li > a:after, .accordion > ul > li > a.active:after {
    top: 36%;
  }


}
