@charset "UTF-8";
.c-content-box .c-img-box {
  text-align: right;
}
.service-ntaweb-box {
  margin: 20px 0 0;
}
.service-ntaweb-box__inner {
  padding: 15px 20px;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}
.service-ntaweb-box__section + .service-ntaweb-box__section {
  margin-top: 30px;
}
.service-ntaweb-box__heading__inner {
  padding-bottom: .4em;
  border-bottom: 1px dashed #ccc;
}
.service-ntaweb-box__heading__title {
  position: relative;
  padding-left: 1.4em;
  font-size: 1.6rem;
  font-weight: bold;
}
.service-ntaweb-box__heading__title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
}
.service-ntaweb-box__heading + * {
  margin-top: 10px;
}
.service-ntaweb-box__description-list {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.service-ntaweb-box__description-list > dt {
  flex-shrink: 0;
  margin: 0;
}
.service-ntaweb-box__description-list > dd {
  text-align: right;
}
.service-ntaweb-box__unorder-list {
  padding: 0;
  list-style: none;
}
.service-ntaweb-box__unorder-list > li {
  position: relative;
  padding-left: 6px;
  margin-bottom: 2px;
}
.service-ntaweb-box__unorder-list > li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.service-ntaweb-box__unorder-list > li + li {
  margin-top: .6em;
}
.service-ntaweb-red {
  color: #e60000;
}
.service-ntaweb-small-text {
  font-size: 1rem;
}
.service-ntaweb-bold {
  font-weight: bold;
}
.service-ntaweb-strikethrough {
  text-decoration: line-through;
}
.c-content-box-level6 {
  margin: 0 auto; 
  margin-top: 50px; 
  display:flex; 
  justify-content: space-between; 
  align-items: center; 
  width: 55%;
}
@media screen and (max-width: 800px) {
  .service-ntaweb-box {
    margin: 10px 0 0;
  }
  .service-ntaweb-box__inner {
    padding: 5px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
  }
  .service-ntaweb-box__section + .service-ntaweb-box__section {
    margin-top: 25px;
  }
  .service-ntaweb-box__heading__inner {
    padding-bottom: .4em;
    border-bottom: 1px dashed #ccc;
  }
  .service-ntaweb-box__heading__title {
    position: relative;
    padding-left: 1.4em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .service-ntaweb-box__heading__title::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
  }
  .service-ntaweb-box__heading + * {
    margin-top: 10px;
  }
  .service-ntaweb-box__description-list {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .service-ntaweb-box__description-list > dt {
    flex-shrink: 0;
    margin: 0;
  }
  .service-ntaweb-box__description-list > dd {
    text-align: left;
  }
  .service-ntaweb-box__unorder-list {
    padding: 0;
    list-style: none;
  }
  .service-ntaweb-box__unorder-list > li {
    position: relative;
    padding-left: 6px;
    margin-bottom: 2px;
  }
  .service-ntaweb-box__unorder-list > li::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .service-ntaweb-box__unorder-list > li + li {
    margin-top: .6em;
  }
  .service-ntaweb-red {
    color: #e60000;
  }
  .service-ntaweb-small-text {
    font-size: 1.2rem;
  }
  .service-ntaweb-bold {
    font-weight: bold;
  }
  .service-ntaweb-strikethrough {
    text-decoration: line-through;
  }
  .service-ntaweb-sp-hidden {
    display: none;
  }
  .l-container.-wester-portal .c-column.-two .c-column__item.service-ntaweb-mb-sp {
    margin-bottom: 24px;
  }
   .c-content-box-level6{
    width: 90%;
    flex-flow: column;
    margin-top: 30px;
  }
  .c-content-box-level6 div + div {
    margin-top: 20px;
  }
}