@charset "UTF-8";
.inner.second a {
  color: #222;
}
.inner.second {
  width: 1000px;
  min-height: 500px;
  margin: 40px auto 50px;
  font-size: 15px;
  line-height: 24px;
}
.breadcrumb {
  width: 100%;
  background-color: #eee;
}
.breadcrumb ul a {
  color: #222;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  color: #222;
  text-decoration: underline;
}
.breadcrumb ul {
  width: 1100px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 14px;
  color: #222;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li.current {
  color: #888;
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li:first-child::before {
  content: '';
  margin: 0;
}
.breadcrumb ul li::before {
  content: '>';
  color: #222;
  margin: 0 5px;
}
.inner.second nav {
  margin-bottom: 40px;
}
.inner.second nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.inner.second nav ul li {
  width: 31.3%;
  margin: 5px 1%;
  position: relative;
}
.inner.second nav ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: solid 1px #cf0226;
  background-color: #cf0226;
  padding: 15px 0;
  border-radius: 50px;
}
.inner.second nav ul li i {
  position: absolute;
  right: 7%;
  top: 50%;
  transform: translate(-7%, -50%);
}
.inner.second nav ul li a:hover {
  opacity: 1;
  color: #cf0226;
  background-color: #fff;
}
.second h2 {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.second h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 5px;
  background-color: #cf0226;
}
.second h2 span {
  font-size: 16px;
  margin-left: 20px;
}
.second h3 {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  padding: 5px 0 10px 15px;
  border-left: 6px solid #cf0226;
}
.second h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #aaa;
}
.second h4 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 15px;
  border-left: 6px solid #cf0226;
}
/**/
.inner.second ul, .inner.second ol {
  padding-left: 20px;
}
.inner.second ul li, .inner.second ol li {
  margin-bottom: 10px;
}
/*li >マーク*/
.second ul.arrow {
  list-style: none;
  padding: 0 !important;
}
.second ul.arrow li {
  position: relative;
  padding: 0 0 0 30px;
}
.second ul.arrow li::before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #aaa;
  border-right: 3px solid #aaa;
  transform: rotate(45deg);
}
main section .second section {
  margin-bottom: 50px;
}
/*目次*/
.second.index ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.second.index ul li {
  width: 24%;
  margin: 0 0.5% 10px;
}
.second.index ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  outline: solid 1px #aaa;
  border-left: solid 4px #cf0226;
  color: #222;
}
.second.index ul li a:hover {
  background-color: #f5f5f5;
}
@media screen and (min-width:700px) and (max-width:1024px) {
  .inner.second {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 24px;
  }
  .breadcrumb ul {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #222;
    list-style: none;
  }
  .inner.second nav {
    margin-bottom: 30px;
  }
  .inner.second nav ul {
    display: block;
  }
  .inner.second nav ul li {
    width: auto;
    margin: 5px auto;
  }
  .second h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .second h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 5px;
    background-color: #cf0226;
  }
  .second h2 span {
    font-size: 13px;
    line-height: 20px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .second h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 5px 0 10px 15px;
    border-left: 6px solid #cf0226;
  }
  .second h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #aaa;
  }
  main section .second section {
    margin-bottom: 40px;
  }
  /*目次*/
  .second.index ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
@media screen and (max-width:700px) {
  .inner.second {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 24px;
  }
  .breadcrumb ul {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #222;
    list-style: none;
  }
  .inner.second nav {
    margin-bottom: 30px;
  }
  .inner.second nav ul {
    display: block;
  }
  .inner.second nav ul li {
    width: auto;
    margin: 5px auto;
  }
  .second h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .second h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 5px;
    background-color: #cf0226;
  }
  .second h2 span {
    font-size: 13px;
    line-height: 20px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .second h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 5px 0 10px 15px;
    border-left: 6px solid #cf0226;
  }
  .second h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #aaa;
  }
  main section .second section {
    margin-bottom: 40px;
  }
  /*目次*/
  .second.index ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}