.top-link {
  background-image: url(/common_b/images/common/icon/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-position: left top 5px;
  background-size: 8px 14px;
  color: #131313;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .top-link {
    background-size: 7px 11px;
    background-position: left top 4px;
    font-size: 15px;
    padding-left: 12px;
  }
}
.top-link:visited {
  color: #131313;
}
.top-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .top-ttl {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
.top-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #FF0033 0%, #FF0033 80px, #E8E8E8 80px, #E8E8E8 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .top-ttl::after {
    background: linear-gradient(90deg, #FF0033 0%, #FF0033 60px, #E8E8E8 60px, #E8E8E8 100%);
  }
}
.top-table th, .top-table td {
  padding: 24px 20px;
}
@media (max-width: 768px) {
  .top-table th, .top-table td {
    padding: 20px 10px;
  }
  .top-table th.wid-md-25per, .top-table td.wid-md-25per {
    width: 25% !important;
    min-width: 25% !important;
  }
}
.top-point-wrapper {
  background-color: #EDFAEE;
  padding: 18px 0;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .top-point-wrapper {
    padding: 15px 25px;
    margin-bottom: 30px;
  }
}
.top-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 768px) {
  .top-point-list {
    display: block;
  }
}
.top-point-item {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .top-point-item {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-point-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top-point-icon {
  width: 84px;
  height: 84px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(66, 96, 68, 0.08);
          box-shadow: 0 0 10px rgba(66, 96, 68, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .top-point-icon {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
  }
}
.top-point-icon img {
  width: 64px;
}
@media (max-width: 768px) {
  .top-point-icon img {
    width: 53px;
  }
}
.top-point-title {
  background-image: url(../images/icon_point_check.svg);
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 20px 20px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  margin: 0;
}
@media (max-width: 768px) {
  .top-point-title {
    width: calc(100% - 90px);
    background-size: 18px 18px;
    font-size: 15px;
    padding-left: 23px;
  }
}
@media (max-width: 320px) {
  .top-point-title {
    font-size: 13px;
  }
}
.top-guide-item {
  background-color: #fff;
  border: #E8E8E8 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 40px 35px;
  position: relative;
}
@media (max-width: 768px) {
  .top-guide-item {
    padding: 24px 18px 30px;
  }
}
.top-guide-item:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .top-guide-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.top-guide-item.first {
  background-color: #FFFCF2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .top-guide-item.first {
    padding: 24px 10px 24px 18px;
  }
}
.top-guide-item.last {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 0;
}
@media (max-width: 768px) {
  .top-guide-item.last {
    padding-right: 0;
  }
}
.top-guide-icon {
  width: 60px;
}
@media (max-width: 768px) {
  .top-guide-icon {
    width: 40px;
  }
}
.top-guide-block {
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .top-guide-block {
    width: calc(100% - 64px);
  }
}
.top-guide-title {
  border-bottom: #E8E8E8 solid 1px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .top-guide-title {
    margin-bottom: 25px;
  }
}
.top-guide-title a {
  background-image: url(../images/top_guide_icon.svg);
  background-repeat: no-repeat;
  background-position: left top 20px;
  background-size: 30px 30px;
  color: #000 !important;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  padding: 20px 0 30px 40px;
  display: block;
  position: relative;
}
.top-guide-title a:visited {
  color: #000 !important;
}
.top-guide-title a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .top-guide-title a {
    background-size: 25px 25px;
    background-position: left top 8px;
    font-size: 18px;
    padding: 10px 0 25px 32px;
  }
}
.top-guide-last-title {
  width: 182px;
  height: 80px;
  background-color: #E8E8E8;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 65px;
  position: relative;
}
@media (max-width: 768px) {
  .top-guide-last-title {
    width: 112px;
    height: 104px;
    font-size: 15px;
    margin-right: 50px;
  }
}
@media (max-width: 320px) {
  .top-guide-last-title {
    margin-right: 40px;
  }
}
.top-guide-last-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 25px;
  border-color: transparent transparent transparent #E8E8E8;
  position: absolute;
  top: 0;
  right: -25px;
}
@media (max-width: 768px) {
  .top-guide-last-title::before {
    border-width: 52px 0 52px 25px;
  }
}
.top-guide-last-title + .top-guide-link-list {
  width: calc(100% - 325px);
  padding: 0;
}
@media (max-width: 768px) {
  .top-guide-last-title + .top-guide-link-list {
    width: calc(100% - 162px);
  }
}
@media (max-width: 320px) {
  .top-guide-last-title + .top-guide-link-list {
    width: calc(100% - 152px);
  }
}
.top-guide-link-list {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .top-guide-link-list {
    padding: 0 5px;
  }
}
.top-guide-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-guide-link-single {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .top-guide-link-single {
    margin: 0 5px;
  }
}

@media (-ms-high-contrast: none) and (min-width: 769px) {
  .top-point-item {
    width: 33.3333333333%;
  }
}