/*===== MAIN VISUAL =====*/
.mainvisual {
  padding: 30px 0;
  background: url("./../images/mainmv_bg.jpg") no-repeat right top/cover;
}

.mainvisual__title {
  width: 90%;
  margin-bottom: 25px;
}

.mainvisual__list {
  margin-bottom: 15px;
}

.mainvisual__list li {
  font-weight: 500;
  padding-left: 33px;
  margin-bottom: 8px;
  background: url("./../common_img/icon_list01.png") no-repeat left 3% top 2px/19px auto;
}

.mainvisual .row .col {
  width: 49%;
  background-color: #ffffff;
}

.mainvisual .row .col-left {
  padding: 15px 2%;
}

.mainvisual .row .col-left h3 {
  text-align: center;
  margin-bottom: 10px;
}

.mainvisual .row .col-left h3 span {
  display: inline-block;
}

.mainvisual .row .col-left h3 span img {
  max-height: 18px;
  width: auto;
}

.mainvisual .row .col-right {
  padding: 15px 0;
}

.mainvisual .row .col-right figure {
  width: 115px;
  margin: 0 auto;
}

.mainvisual .row .col-right h4 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 330px) {
  .mainvisual__list li {
    padding-left: 30px;
  }
}

.top01 {
  padding: 40px 2%;
}

.top01 .title-section01 {
  margin-bottom: 25px;
}

.top01 .point-item {
  background-color: #0076a4;
  margin-bottom: 25px;
}

.top01 .point-item.item02 {
  background-color: #0064a4;
}

.top01 .point-item.item03 {
  background-color: #024d8d;
}

.top01 .point-item__info {
  position: relative;
  padding: 25px 5% 20px 6%;
  border-top: 2px solid #ffffff;
}

.top01 .point-item__num {
  position: absolute;
  top: -29px;
  left: 26px;
}

.top01 .point-item__num span {
  display: inline-block;
}

.top01 .point-item__num span img {
  max-height: 55px;
  width: auto;
}

.top01 .point-item__title {
  text-align: center;
  margin-bottom: 10px;
}

.top01 .point-item__title span {
  display: inline-block;
}

.top01 .point-item__title span img {
  max-height: 36px;
  width: auto;
}

.top01 .point-item__desc {
  color: #ffffff;
}

@media only screen and (max-width: 420px) {
  .top01 {
    padding: 35px 2%;
  }
  .top01 .point-item__num {
    top: -21px;
    left: 21px;
  }
  .top01 .point-item__num span img {
    max-height: 40px;
  }
  .top01 .point-item__title span img {
    max-height: 35px;
  }
}

@media only screen and (max-width: 330px) {
  .top01 {
    padding: 35px 2%;
  }
  .top01 .point-item__info {
    padding: 25px 5% 20px 5%;
  }
  .top01 .point-item__num {
    top: -20px;
    left: 14px;
  }
  .top01 .point-item__num span img {
    max-height: 38px;
  }
  .top01 .point-item__title span img {
    max-height: 30px;
  }
}

.top02 .top-business-subttl img {
  max-height: 40px;
}

.top02 .top-business-item {
  width: calc(50% - 5px);
  margin-right: 10px;
}

.top02 .top-business-item:nth-child(even) {
  margin-right: 0;
}

.top02 .top-business-item:last-child {
  margin-right: 0;
  margin-top: 10px;
}

.top02 .top-business-item__title {
  display: block;
  text-align: center;
  padding: 10px 5px;
  border-top: 2px solid #ffffff;
}

.top02 .top-business-item__title h3 {
  line-height: 1;
}

.top02 .top-business-item__title span {
  display: inline-block;
}

.top02 .top-business-item__title span img {
  max-height: 16px;
  width: auto;
}

@media only screen and (max-width: 420px) {
  .top02 .top-business-item__title span img {
    max-height: 14px;
  }
}

@media only screen and (max-width: 330px) {
  .top02 .top-business-subttl img {
    max-height: 34px;
  }
  .top02 .top-business-item__title span img {
    max-height: 13px;
  }
}

.top03 .types-special figure {
  padding: 0 2%;
}

.top03 .types-special__title {
  font-size: 17px;
  color: #0076a4;
  margin-bottom: 11px;
  padding: 22px 0px 11px 0px;
  border-bottom: 1px solid #b2b2b2;
}

.top03 .types-content {
  margin-top: 25px;
}

.top03 .types-heading img {
  max-height: 18px;
}

.top03 .types-item {
  width: calc(50% - 5px);
  margin-right: 10px;
  margin-bottom: 10px;
}

.top03 .types-item:nth-child(even), .top03 .types-item:last-child {
  margin-right: 0;
}

.top03 .types-item h4 {
  font-size: 15px;
  padding: 5px 0px;
  font-weight: 500;
}

@media only screen and (max-width: 420px) {
  .top03 .types-special__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 330px) {
  .top03 .types-special__title {
    font-size: 15px;
  }
}

.top04 .top-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top04 .top-step-item {
  display: inline-block;
}

.top04 .top-step-item__num {
  text-align: center;
  margin-bottom: 8px;
}

.top04 .top-step-item__num span {
  display: inline-block;
}

.top04 .top-step-item__num span img {
  max-height: 38px;
  width: auto;
}

.top04 .top-step-item__title {
  text-align: center;
  min-width: 175px;
  padding: 20px 5px;
}

.top04 .top-step-item__title h4 {
  line-height: 1;
}

.top04 .top-step-item__title span {
  display: inline-block;
}

.top04 .top-step-item__title span img {
  max-height: 16px;
  width: auto;
}

.top04 .top-step-arrow {
  margin-top: 10px;
}

.top04 .top-step-arrow span {
  display: inline-block;
}

.top04 .top-step-arrow span img {
  max-height: 12px;
  width: auto;
}

.newsList {
  padding: 15px 2% 17px 2%;
  border: 1px solid #000000;
}

.newsList__body {
  max-height: 430px;
  overflow-y: auto;
  padding-right: 5%;
}

.newsList__dl {
  padding: 17px 0px 12px 0px;
  border-bottom: 1px solid #000000;
}

.newsList__dl:last-child {
  border-bottom: 0;
}

.newsList__dt {
  padding-bottom: 14px;
}

.newsList__dt time {
  font-size: 14px;
  font-weight: 700;
  padding: 2px 19px;
  color: #ffffff;
  background-color: #000000;
}

.newsList__dd a {
  display: block;
  text-decoration: none;
}