/* _setting CSS */
header .nav02 > ul > li:nth-child(2) a {
  background: #000233;
}

main .mv {
  background: url(../images/about/template/mv_bg.jpg) no-repeat center;
  background-size: cover;
}
main .mv h2 {
  padding: 147px 0 0;
  background: url(../images/about/template/mv.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .top_lead {
  margin: 0 0 50px;
  padding: 85px 0 0;
  background: url(../images/about/template/top_lead.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .top_text_wrap {
  margin: 0 0 25px;
}
main #categories {
  margin: 0 0 30px;
}
main #categories:after {
  content: '';
  display: block;
  clear: both;
}
main #categories li {
  float: left;
  width: 200px;
  margin: 0 12px 0 0;
}
main #categories li:last-child {
  float: right;
  margin: 0;
}
main #categories li a {
  display: block;
  line-height: 43px;
  border: 1px solid #00036d;
  color: #00036d;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
main #categories li a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  border-color: #00036d transparent transparent transparent;
}
main #categories li a:hover {
  background: #00036d;
  color: #fff;
}
main #categories li a:hover:before {
  border-color: #fff transparent transparent transparent;
}
main .categories_wrap {
  margin: 0 0 40px;
  padding: 40px 26px 1px;
  border: 3px solid #dfdfdf;
}
main .category_wrap {
  overflow: hidden;
  margin: 0 0 65px;
}
main .category_wrap h4 {
  position: relative;
  margin: 0 0 25px;
  border-bottom: 1px dotted #bfbfbf;
  padding: 0 0 7px 33px;
  font-size: 20px;
  font-weight: bold;
}
main .category_wrap h4:before {
  content: url(../images/about/template/icon01.png);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
main .category_wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 9px;
}
main .category_wrap li {
  width: 177px;
  margin: 0 22px 25px 0;
}
main .category_wrap li:nth-child(5n) {
  margin: 0 0 25px;
}
main .category_wrap li span {
  font-size: 12px;
  font-weight: bold;
}
main .category_wrap li a {
  display: block;
  position: relative;
  width: 160px;
  line-height: 25px;
  margin: 12px auto 0;
  background: #333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
main .category_wrap li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 0;
  height: 0;
  margin: -2.5px 0 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: transparent transparent transparent #fff;
}
main .category_wrap li a:hover {
  opacity: 0.7;
}
main .all_dl_btn {
  width: 450px;
  margin: 0 auto 90px;
}
main .all_dl_btn a {
  display: block;
  line-height: 55px;
  background: #ea8004;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .all_dl_btn a:after {
  content: url(../images/common/icon03.png);
  display: inline-block;
  position: relative;
  top: 2.5px;
  margin: 0 0 0 14px;
  background-size: 14px;
}
main .all_dl_btn a:hover {
  opacity: 0.7;
}
main .bottom_wrap {
  width: 950px;
  margin: 0 auto;
  padding: 25px 20px 30px;
  border: 3px solid #00036d;
  box-sizing: border-box;
}
main .bottom_wrap .text_wrap01 {
  margin: 0 0 15px;
  padding: 80px 0 0;
  background: url(../images/about/template/bottom__wrap_text.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .bottom_wrap .text_wrap02 {
  margin: 0 0 20px;
  text-align: center;
}
main .bottom_wrap ul {
  width: 673px;
  margin: 0 auto;
}
main .bottom_wrap ul li {
  float: left;
  width: 215px;
  margin: 0 14px 0 0;
}
main .bottom_wrap ul li:last-child {
  float: right;
  margin: 0;
}
main .bottom_wrap ul a {
  display: block;
  line-height: 44px;
  border: 1px solid #00036d;
  color: #00036d;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
main .bottom_wrap ul a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin: 0 8px 0 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #00036d;
}
main .bottom_wrap ul a:hover {
  background: #00036d;
  color: #fff;
}
main .bottom_wrap ul a:hover:before {
  border-color: transparent transparent transparent #fff;
}
