.page_title, .point .point_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .point .point_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .point .point_title {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .point .point_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_text {
    font-size: 3.33333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

.title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .title-h4 {
    font-size: 3.4vw;
  }
}

.title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/invoice/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/invoice/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    font-size: 3.6vw;
    margin: 3.06667vw auto 0;
  }
}

.subtitle-h3 + .text,
.subtitle-h3 + .title-h4,
.feature__group-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .subtitle-h3 + .text,
  .subtitle-h3 + .title-h4,
  .feature__group-wrap {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .subtitle-h3 + .text,
  .subtitle-h3 + .title-h4,
  .feature__group-wrap {
    margin-top: 4vw;
  }
}

.title-h4 + .text {
  margin-top: 10px;
}

.contact {
	margin-top: 0;
}

.task,
.feature,
.service,
.movie {
  margin-top: 80px;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .task,
  .feature,
  .service,
  .movie {
    margin-top: 7.142rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .task,
  .feature,
  .service,
  .movie {
    margin-top: 10.66667vw;
    font-size: 2.93333vw;
  }
}

.anxieties {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .anxieties {
    margin-top: 4.0816326531rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties {
    display: block;
    margin-top: 9.3333333333vw;
  }
}

.anxieties__item {
  width: 340px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .anxieties__item {
    width: 26.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item {
    width: 220px;
    margin: auto;
  }
}

.anxieties__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .anxieties__item:not(:first-child) {
    margin-left: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item:not(:first-child) {
    margin: 6.66667vw auto 0;
  }
}

.anxieties__item img {
  width: 100%;
  height: auto;
}

.anxieties:after {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 106px 0 106px;
  border-style: solid;
  border-color: #0a2986 transparent transparent transparent;
  content: '';
}

@media screen and (max-width: 980px) {
  .anxieties:after {
    bottom: -4.7619rem;
    border-width: 2.53968rem 8.4127rem 0 8.4127rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties:after {
    bottom: -8vw;
    border-width: 4.26667vw 14.13333vw 0 14.13333vw;
  }
}

.task_important {
  position: relative;
  width: 100%;
  margin: 85px 0 0;
  padding: 38px 60px 50px;
  border: solid 4px #ef8400;
  background: #fff9f3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .task_important {
    margin: 6.74603rem 0 0;
    padding: 3.392rem 3.75rem 4.464rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important {
    margin: 11.33333vw 0 0;
    padding: 5.33333vw 4vw 5.33333vw;
  }
}

.task_important_heading {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #0a2986;
  font-size: 2.6rem;
}

.task_important_heading .underline {
  background: linear-gradient(transparent 71%, #ff0 0%);
}

@media screen and (max-width: 980px) {
  .task_important_heading {
    padding: 0 0 0 0.79365rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 7vw;
  }
}

.task_important_heading .orange {
  color: #ef8400;
  font-size: 3.8rem;
}

@media screen and (max-width: 980px) {
  .task_important_heading .orange {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading .orange {
    font-size: 5.06667vw;
  }
}

.task_important_text {
  position: relative;
  margin: 25px auto 0;
  padding-left: 110px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .task_important_text {
    margin: 1.98413rem auto 0;
    padding-left: 8.73016rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text {
    width: 100%;
    margin: 3vw auto 0;
    padding-left: 20.667vw;
    font-size: 3.2vw;
  }
}
.task_important_text:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url("./../../../../img/add-value/invoice/icon-point.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transform: translateY(-50%);
}

@media screen and (max-width: 980px) {
  .task_important_text:before {
    width: 7.14286rem;
    height: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text:before {
    top: 0;
    width: 15vw;
    height: 15vw;
    transform: translateY(0);
  }
}

.feature__group + .feature__group {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .feature__group + .feature__group {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .feature__group + .feature__group {
    margin-top: 6vw;
  }
}

.feature__text.check {
  position: relative;
  padding-left: 28px;
}

@media screen and (max-width: 980px) {
.feature__text.check {
    padding-left: 2.2222rem;
  }
}

@media screen and (max-width: 500px) {
.feature__text.check {
    padding-left: 5.3333vw;
    line-height: 1.72;
  }
}

.feature__text .small {
  font-size: 1.2rem;
  padding-left: 1rem;
  text-indent: -1rem;
  display: inline-block;
}

@media screen and (max-width: 980px) {
.feature__text .small {
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
.feature__text .small {
  font-size: 2.93333vw;
  }
}

.feature__text sup {
  top: -3px;
}

@media screen and (max-width: 500px) {
  .feature__text sup {
    top: -2px;
  }
}

.feature__text.check + .feature__text.check {
  margin-top: 13px;
}

@media screen and (max-width: 980px) {
  .feature__text.check + .feature__text.check {
    margin-top: 1.0317rem;
  }
}

@media screen and (max-width: 500px) {
  .feature__text.check + .feature__text.check {
    margin-top: 4vw;
  }
}

.feature__text.check::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 18px;
  background-image: url("./../../../../img/add-value/invoice/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 980px) {
  .feature__text.check::before {
    top: 3px;
    width: 1.5873rem;
    height:  1.4285rem;
  }
}

@media screen and (max-width: 500px) {
  .feature__text.check::before {
    width: 4vw;
    height: 3.466vw;
  }
}

.service__img-wrap,
.service__point {
  margin-top: 34px;
}

@media screen and (max-width: 980px) {
  .service__img-wrap,
  .service__point {
    margin-top: 2.6984rem;
  }
}

@media screen and (max-width: 500px) {
  .service__img-wrap,
  .service__point {
    margin-top: 4.2666vw;
  }
}

.service__img img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .service__img img {
    width: auto;
    height: 225px;
  }
}

/* .service__point-group {
  display: flex;
}

.service__point-group + .service__point-group {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
  .service__point-group + .service__point-group {
    margin-top: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .service__point-group + .service__point-group {
    margin-top: 3.5vw;
    font-size: 3.2vw;
  }
}

.service__point-group .blue {
  color: #0a2986;
  font-weight: bold;
}

.service__point-item {
  flex-shrink: 0;
} */

.service__point-list {
  margin-top: 25px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 980px) {
.service__point-list {
    line-height: 2.06349rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 500px) {
.service__point-list {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}

.service__point-list:first-child {
  margin-top: 0;
}

.service__point-list .blue {
  color: #0a2986;
  font-weight: bold;
}



.movie__body {
  width: 560px;
  margin: 30px auto 0;
}

@media screen and (max-width: 980px) {
  .movie__body {
    margin-top:  2.3809rem;
  }
}

@media screen and (max-width: 500px) {
  .movie__body {
    margin-top: 6.6666vw;
  }
}

.movie__body img {
  width: 100%;
}

.movie__body a {
  transition: 0.4s;
}

.movie__body a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 500px) {
  .movie__body {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .title-h4--line:before {
    margin-top: -16px;
    height: 32px;
  }
}

#sb-title, #sb-info {
  position: absolute;
  top: -40px;
  right: 0;
}

/*# sourceMappingURL=../../../../css-map/pages/add-value/manufacturing/index.css.map */
