.top#main {
  padding-top: 0;
}

@media print, screen and (min-width: 769px) {
  .top#main ~ #footer .ftBnr {
    padding-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  .top#main {
    padding-top: 25px;
  }
}
.top #content {
  float: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top .spPad {
    padding: 0 10px;
  }
}
.top h1 {
  position: relative;
}

.top h1 .text {
  position: absolute;
  display: block;
  top: 66%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top h1 .catch {
    width: 100%;
  }
  .top h1 .text {
    width: 75%;
  }
}
.top .menu01 {
  padding-bottom: 10px;
  background: url(../images/top/top_menu01_bg01_pc.png) no-repeat center top;
  background-size: 100% auto;
}

.top .menu01 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top .menu01 li {
  /* float:left; */
  width: 25%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .menu01 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center 190%;
    background-size: auto 105%;
  }
}
.top .menu02 .banners > :first-child {
  float: left;
}

.top .menu02 .banners > :nth-child(2) {
  float: right;
}

.top .menu02 ul {
  text-transform: uppercase;
}

.top .menu02 ul li {
  border-bottom: solid 1px #eee;
  font-size: 12px;
  line-height: 1.3em;
}

.top .menu02 ul li a:hover .inner {
  opacity: 0.7;
}

.top .menu02 ul li .inner {
  display: block;
  position: relative;
  padding: 25px 0 28px 79px;
  color: #5d66a1;
}

.top .menu02 ul li .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 11px;
  width: 58px;
  height: 58px;
  background-image: url(../images/common/ico_icon07.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.top .menu02 ul li .inner span {
  display: block;
  font-size: 17px;
  color: #333;
  margin-left: 2px;
}

.top .menu02 ul li:nth-child(2) .inner {
  color: #ffa099;
}

.top .menu02 ul li:nth-child(2) .inner::before {
  background-image: url(../images/common/ico_icon08.png);
}

.top .menu02 ul li:nth-child(3) .inner {
  color: #ffc376;
}

.top .menu02 ul li:nth-child(3) .inner::before {
  background-image: url(../images/common/ico_icon09.png);
}

@media print, screen and (min-width: 769px) {
  .top .menu02 ul li:nth-child(4) {
    border-bottom: none;
  }
}
.top .menu02 ul li:nth-child(4) .inner {
  color: #8ac248;
  padding-top: 16px;
  padding-bottom: 12px;
  line-height: 1.2;
}

.top .menu02 ul li:nth-child(4) .inner::before {
  background-image: url(../images/common/ico_icon10.png);
}

@media print, screen and (min-width: 769px) {
  .top .menu02 {
    float: right;
    width: 295px;
  }
  .top .menu02 ul {
    margin-top: 10px;
    padding: 3px 0;
    background-color: #fff;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top .menu02 .banners > * {
    width: 48.75%;
  }
  .top .menu02 .banners > * img {
    width: 100%;
  }
  .top .menu02 ul li {
    float: left;
    width: 48.75%;
    margin-top: 5px;
    border: solid 2px #5d66a1;
    border-radius: 5px;
    background-color: #fff;
    font-size: 9px;
    height: 62px;
    display: table;
  }
  .top .menu02 ul li:nth-child(4) .inner {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .top .menu02 ul li:nth-child(2n) {
    float: right;
  }
  .top .menu02 ul li:nth-child(2) {
    border-color: #ffa099;
  }
  .top .menu02 ul li:nth-child(3) {
    border-color: #ffc376;
  }
  .top .menu02 ul li:nth-child(4) {
    border-color: #8ac248;
  }
  .top .menu02 ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .top .menu02 ul li .inner {
    display: inline-block;
    width: 95%;
    padding: 9px 2px 8px 29px;
    text-align: left;
  }
  .top .menu02 ul li .inner::before {
    top: 50%;
    left: 2px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  .top .menu02 ul li .inner span {
    font-size: 10px;
  }
}
.top .information {
  color: #555;
}

.top .information h2 {
  position: relative;
  font-size: 26px;
  padding-left: 43px;
}

.top .information h2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/common/ico_info.png) no-repeat center center;
  background-size: contain;
}

.top .information ul {
  max-height: 330px;
  margin-top: 10px;
  overflow-y: auto;
  font-size: 14px;
}

.top .information li {
  padding: 16px 0 16px 8px;
  border-bottom: solid 1px #eee;
}

.top .information li:after {
  content: "";
  display: table;
  clear: both;
}

.top .information li .title {
  color: #3a982b;
}

.top .information li .title:after {
  content: "";
  display: table;
  clear: both;
}

.top .information li .title span {
  float: left;
  display: block;
}

.top .information li .title .type {
  position: relative;
  width: 115px;
  height: 20px;
  margin-left: 14px;
  padding-top: 4px;
  font-size: 11px;
  border: solid 1px #3a982b;
  text-align: center;
  line-height: 1em;
  margin-right: 10px;
}

.top .information li .title .type::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3a982b transparent transparent transparent;
  border-width: 5px;
  transform: rotate(135deg);
}

@media print, screen and (min-width: 769px) {
  .top .information {
    float: left;
    width: 680px;
    height: 468px;
    padding: 24px 25px 10px 23px;
    background-color: #fff;
    border-radius: 20px;
  }
  .top .information li:first-child {
    border-top: solid 1px #eee;
  }
  .top .information li p {
    float: left;
  }
  /* .top .information li .detail {
        margin-left: 11px; } */
}
@media screen and (max-width: 768px) {
  .top .information {
    margin-top: 30px;
  }
  .top .information h2 {
    font-size: 17px;
    padding-left: 25px;
  }
  .top .information h2::before {
    top: 2px;
    width: 18px;
    height: 18px;
  }
  .top .information ul {
    margin-top: 5px;
    padding: 6px 8px;
    background-color: #fff;
    border-radius: 10px;
  }
  .top .information li {
    padding: 14px 0 5px;
  }
  .top .information li .title .type {
    margin-top: -5px;
    padding-top: 5px;
    font-size: 10px;
  }
}
