@charset "UTF-8";
/*第二階層*/
/*パンくず*/
.breadcrumb {
  padding: 13px 5% 15px;
  background-color: #eee;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  font-size: 14px;
}
.breadcrumb ul li.current {
  color: #3995c0;
}
.breadcrumb ul li:first-child {
  margin: 0;
}
.breadcrumb ul li:first-child:before {
  content: '';
  margin: 0;
  position: static;
  border: none;
}
.breadcrumb ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.breadcrumb ul li a {
  color: #000;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  opacity: 1;
  color: #3995c0;
}
/*大タイトル*/
.second .bg {
  background-image: url("../img/slide/01.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 140px 0 80px;
}
.second .bg:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.second h2 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
/*中タイトル*/
.second h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
}
.second h3:before {
  content: '';
  background-color: #ccc;
  width: 100%;
  height: 2.5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.second h3:after {
  content: '';
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1));
  width: 20%;
  height: 2.5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
/*小タイトル*/
.second h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding-left: 25px;
  position: relative;
}
.second h4:after {
  content: '';
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1));
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*小タイトル*/
.second h5 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3995c0;
  margin: 0;
}
/*表（table）*/
.second table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: solid 2px #ccc;
  table-layout: fixed;
}
.second table thead th {
  padding: 10px 2%;
  background-color: #333;
  color: #fff;
  border: solid 1px #ccc;
}
.second table th {
  padding: 15px 2%;
  background-color: #eee;
  font-weight: 500;
  border: solid 1px #ccc;
}
.second table td {
  padding: 15px 2%;
  border: solid 1px #ccc;
}
/*表（dl）*/
.second .dl_box {
  border-top: solid 1px #ccc;
}
.second .dl_box dl {
  margin: 0;
  display: flex;
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
.second .dl_box dl dt {
  width: 20%;
  font-weight: 500;
}
.second .dl_box dl dd {
  margin: 0;
  width: 80%;
}
/*目次リスト*/
.second .index_box ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.second .index_box ul li {
  width: 24%;
  margin: 5px 0.5% !important;
  outline: solid 1px #ccc;
  text-align: center;
  position: relative;
}
.second .index_box ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  color: #fff;
  background: linear-gradient(45deg, rgba(49, 77, 131, 1), rgba(57, 149, 192, 1), rgba(238, 149, 121, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
}
.second .index_box ul li a:hover {
  opacity: 1;
  background-position: 99% 50%;
}
/*その他レイアウト*/
.second .inner {
  max-width: 1000px !important;
  min-width: 1000px !important;
  padding: 50px 0 80px;
}
.second .inner section {
  margin-bottom: 80px;
}
.second .inner section section {
  margin-bottom: 60px;
}
.second .inner section section section {
  margin-bottom: 40px;
}
.second .inner section:last-child {
  margin-bottom: 0;
}
.second .inner section ul, .second .inner section ol {
  margin: 0;
  padding-left: 20px;
}
.second .inner section ul li, .second .inner section ol li {
  margin: 5px auto;
  line-height: 24px;
}
.second .inner section a {
  color: #3995c0;
}
.second .inner section p {
  text-align: justify;
  line-height: 24px;
}
@media screen and (max-width:1050px) {
  /*第二階層*/
  /*大タイトル*/
  .second .bg {
    padding: 100px 0 45px;
  }
  .second h2 {
    font-size: 30px;
  }
  /*中タイトル*/
  .second h3 {
    font-size: 24px;
  }
  /*小タイトル*/
  .second h4 {
    font-size: 20px;
    padding-left: 22px;
  }
  .second h4:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  /*小タイトル*/
  .second h5 {
    font-size: 18px;
  }
  /*表（table）*/
  .second .scroll table {
    width: 1000px;
  }
  /*表（dl）*/
  .second .dl_box dl {
    display: block;
    padding: 10px 0;
  }
  .second .dl_box dl dt {
    width: auto;
    margin-bottom: 5px;
  }
  .second .dl_box dl dd {
    width: auto;
  }
  /*目次リスト*/
  .second .index_box ul li {
    width: 48%;
    margin: 5px 1% !important;
  }
  /*その他レイアウト*/
  .second .inner {
    max-width: 90% !important;
    min-width: 90% !important;
    padding: 40px 0 70px;
  }
  .second .inner section {
    margin-bottom: 70px;
  }
  .second .inner section section {
    margin-bottom: 40px;
  }
  .second .inner section ul, .second .inner section ol {
    padding-left: 25px;
  }
}