@charset "utf-8";

.p-heading_02__title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-heading_02__title {
    font-size: 2.4rem;
  }

  .sp-display {
    display: none;
  }
}

.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}

.flow-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 4rem;
  background: #f0f0f0;
  position: relative;
}
.flow-list li:nth-of-type(n+2) {
  margin-top: 8rem;
}
.flow-list li:nth-of-type(n+2)::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #005eb8 transparent transparent transparent;
}
.flow-list li h3 {
  width: 35%;
  font-weight: bold;
}
.flow-list li p {
  flex: 1;
}
@media (max-width: 768px) {
	.flow-list li {
	  padding: 2rem;
	}
	.flow-list li h3 {
	  width: 100%;
	  text-align: center;
	  margin-bottom: 8px;
	}
}

.c-section_base {
  max-width: 108rem;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto 8rem;
}
@media (max-width: 768px) {
  .c-section_base {
    padding: 0 2rem;
  }
}

.c-section_large {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .c-section_large {
    margin-bottom: 8rem;
  }
}


.lp-bnr {
	position: relative;
  display: block;
	margin-bottom: 80px;
}
.lp-bnr:hover {
  opacity: .7;
}
.lp-bnr .lp-bnr__content {
	display: flex;
	flex-wrap: wrap;
}
.lp-bnr .lp-bnr__content__texts {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp-bnr .lp-bnr__content__texts.bg01 {
  background: url(/product/special/traceability/lp_assets/img/article01/bg-medical-a.jpg) center no-repeat;
  background-size: cover;
  min-height: 320px;
}
.lp-bnr .lp-bnr__content__texts .lp-bnr__content__texts__head {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
}
.lp-bnr .lp-bnr__content__texts .lp-bnr__content__texts__head::after {
  content: none;
}
.lp-bnr .main-form {
	background: rgba(255,255,255,.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.lp-bnr .main-form .main-form__text p:nth-of-type(1) {
	font-size: 16px;
  color: #005eb8;
  font-weight: bold;
}
.lp-bnr .main-form .main-form__text p:nth-of-type(2) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.lp-bnr .p-conv-btn {
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.lp-bnr .p-conv-btn a {
  transition: .3s;
  text-decoration: none;
}
.lp-bnr .p-conv-btn a:hover {
  opacity: .7;
}
.lp-bnr .p-conv-btn .p-conv-btn__bg-blue {
  background: #005eb8;
  color: #fff;
  height: 56px;
  display: block;
  line-height: 56px;
  margin: 1.6rem 0 0;
}
.lp-bnr .p-conv-btn .p-conv-btn__bg-blue .p-conv-btn__cl-white {
  position: relative;
  padding-right: 16px;
  display: inline-block;
}
.lp-bnr .p-conv-btn .p-conv-btn__bg-blue .p-conv-btn__cl-white::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url(/product/special/traceability/lp_assets/img/common/arr_white.svg) no-repeat 50%;
  background-size: 12px 12px;
  transform: rotate(0deg);
}
.lp-bnr .p-conv-btn .p-conv-btn__textLink {
  color: #005eb8;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.lp-bnr .p-conv-btn .p-conv-btn__textLink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url(/product/special/traceability/lp_assets/img/common/link-blink.svg) no-repeat 50%;
  background-size: 12px 12px;
}
@media (max-width: 768px) {
/* 	.lp-bnr .lp-bnr__content__texts {
		min-height: 220px;
	} */
  .lp-bnr .lp-bnr__content__texts.bg01 {
    min-height: 220px;
  }
	.lp-bnr .main-form {
		width: 100%;
		padding: 40px 0;
    position: inherit;
    transform: inherit;
    background: #f7f7f7;
	}
}

.arw-box {
  position: relative;
  padding-bottom: 64px;
}
.arw-box::after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #005EB8 transparent transparent transparent;
}

.flex-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col4-item {
  width: 24%;
}
div.contents-area .c-section_base img[src$=".svg"],
div.contents-area .sec img[src$=".svg"] {
	width: auto;
}

.aside__conv {
  padding: 40px 0;
  width: 100%;
  background: #ccdff0;
  margin-bottom: 8rem;
}
.aside__conv .aside__conv_inner_wrap {
  width: 1000px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.aside__conv .aside__conv_inner_wrap_center {
  text-align: center;
}
.aside__conv .aside__conv_inner_wrap_center .p-conv-btn {
  margin-left: auto;
  margin-right: auto;
}

.aside__conv .aside__conv_inner_wrap__flex-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aside__conv .aside__conv_inner_wrap__text {
  width: 50%;
}
.aside__conv .aside__conv_inner_wrap__flex-between > figure {
  width: 50%;
}
.aside__conv .aside__conv_title {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .aside__conv .aside__conv_inner_wrap {
    max-width: calc(100% - 60px);
  }
  .aside__conv .aside__conv_inner_wrap__text {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .aside__conv .aside__conv_inner_wrap__flex-between > figure {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
  .aside__conv .aside__conv_title {
    font-size: 2rem;
  }
}

.veri-btn {
  max-width: 420px;
  width: 100%;
}

.p-conv-btn .p-conv-btn__bg-blue {
  background: #005eb8;
  color: #fff;
  height: 56px;
  display: block;
  line-height: 56px;
  margin: 1.6rem 0;
}
.p-conv-btn .p-conv-btn__bg-blue .p-conv-btn__cl-white {
  position: relative;
  padding-right: 16px;
  display: inline-block;
}
.p-conv-btn .p-conv-btn__bg-blue .p-conv-btn__cl-white::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url(/product/special/traceability/lp_assets/img/common/arr_white.svg) no-repeat 50%;
  background-size: 12px 12px;
  transform: rotate(90deg);
}
.p-conv-btn .p-conv-btn__textLink {
  color: #005eb8;
  padding-right: 16px;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.p-conv-btn .p-conv-btn__textLink::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url(/product/special/traceability/lp_assets/img/common/link-blink.svg) no-repeat 50%;
  background-size: 12px 12px;
}

.p-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.--jc {
  justify-content: center;
}
.p-anchor__item {
  width: calc(25% - 6px);
}
.--jc .p-anchor__item {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .p-anchor__item {
    width: calc(50% - 4.5px);
  }
  .p-anchor__item:nth-child(n+3) {
    margin-top: .9rem;
  }
}
@media (max-width: 640px) {
  .p-anchor__item {
    width: calc(100% - 4.5px);
  }
  .p-anchor__item:nth-child(n+2) {
    margin-top: .9rem;
  }
}

.p-button--var {
  width: 100%;
  max-width: 100%;
}
.c-button {
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  transition: background-color .3s ease-in-out;
  font-size: 1.4rem;
  margin-top: 24px;
}
.p-button__bd-blue {
  border: 1px solid #005eb8;
}
.p-button__bd-blue:hover {
  background-color: rgba(0,94,184,.04);
}
.bg-white {
  background: #fff;
}
.bg-white:hover {
  background: rgba(255,255,255,.4);
}
.p-button__anchor {
  padding: 1.5rem 0;
}
.p-button__cl-blue {
  display: block;
  padding-right: 14px;
  color: #005eb8;
}
.p-button__anchor>.c-button__text {
  background-image: url(/product/special/traceability/lp_assets/img/common/arr-down.svg);
  background-size: 10px 10px;
  background-position: 100%;
  background-repeat: no-repeat;
}

.feature-section {
  margin-bottom: 8rem;
}
.feature-section:last-child {
  margin-bottom: 0;
}
.feature-section h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.feature-section ul {
  margin: 20px 0;
}
.feature-section li {
  /* color: #005eb8; */
  font-size: 1.8rem;
  font-weight: bold;
}
.feature-section li:nth-of-type(n+2) {
  margin-top: 8px;
}

.col2-item-text {
  width: 64%;
}
.col2-item-fig {
  width: 32%;
}
.feature-result-box {
  background: #f0f0f0;
  text-align: center;
  padding: 40px 0;
  font-size: 2.4rem;
}

table {
  width: 100%;
}
th {
  background: #f0f0f0;
  padding: 20px 40px;
  vertical-align: middle;
}
td {
  padding: 20px 40px;
}
.reason-table {
  margin-top: 4rem;
}
.reason-table tbody {
  display: flex;
  flex-wrap: wrap;
}
.reason-table tr:nth-of-type(1) {
  width: 40%;
}
.reason-table tr:nth-of-type(2) {
  width: 60%;
}
.reason-table th,
.reason-table td {
  display: block;
}
.reason-table td {
  text-align: center;
}
.reason-table td p {
  margin-bottom: 1.6rem;
}
@media (max-width: 1000px) {
  .reason-table tr {
    width: 100% !important;
  }
}
.border-table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.border-table th,
.border-table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.shadow-box {
  background: #f5f5f5;
  padding: 40px;
  position: relative;
}
.shadow-box p {
  color: #005EB8;
  margin-bottom: 20px;
}
.shadow-box li {
  font-size: 1.8rem;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
@media (max-width: 640px) {
  .shadow-box li {
    font-size: 1.6rem;
  }
}
.shadow-box li:nth-of-type(n+2) {
  margin-top: 20px;
}

.text-attention {
  margin-top: .8em;
  font-size: 1.1rem;
  color: #999;
}

.p-accordion__item:first-child {
  border-top: 1px solid #e6e6e6;
}
.p-accordion__item {
  border-bottom: 1px solid #e6e6e6;
}
.p-accordion__aria {
  position: relative;
  display: flex;
  padding: 1.9rem 4rem;
}
.p-accordion__aria--button {
  width: 100%;
  transition: opacity .3s ease-in-out;
  font-size: 1.6rem;
}
.p-accordion__aria--button:hover {
  opacity: .7;
}
.p-accordion__aria--button::after,
.p-accordion__aria--button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-accordion__aria--button::before {
  width: 11px;
  height: 0;
  right: 4rem;
  border-top: 1px solid #000;
}
.p-accordion__aria--button::after {
  width: 0;
  height: 11px;
  right: 4.5rem;
  border-left: 1px solid #000;
}
.p-accordion__item.is-open .p-accordion__aria--button::after {
  content: none;
}
.p-accordion__mark {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
  flex-grow: 0;
}
.p-accordion__text {
  text-align: left;
  padding-right: 2rem;
  margin-left: 4rem;
  font-size: 16px;
}
.p-accordion__text p {
  margin-top: -3px;
}

.p-accordion__aria--cont {
  display: none;
}
.p-accordion__item.is-open .p-accordion__aria--cont {
  display: flex;
  /* flex-wrap: wrap; */
}
@media (max-width: 768px) {
  .p-accordion__text {
    margin-left: 2rem;
  }
  .p-accordion__aria {
    padding: 1.9rem 2rem;
  }
  .p-accordion__aria--button {
    font-size: 1.4rem;
  }
  .p-accordion__aria--button::before {
    right: 2rem;
  }
  .p-accordion__aria--button::after {
    right: 2.5rem;
  }
}

.u-fc-primary-blue {
  color: #005eb8;
}
.u-bg-light-gray {
  background: #f5f5f5;
}

.calibration-card {
  width: 80%;
  margin: 1.6rem auto 0;
}

.form-section.aside__conv .aside__conv_title {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
.form-section.aside__conv .aside__conv_inner_wrap__fig {
  width: 48%;
}
.form-section.aside__conv .aside__conv_inner_wrap__text {
  width: 48%;
}
.form-section.aside__conv .aside__conv_inner_wrap__text h3 {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.form-section.aside__conv .aside__conv_inner_wrap__text figure {
  margin: 2rem 0;
}
.form-section .recommend-box {
  border: 1px solid #fff;
  padding: 20px;
  text-align: left;
}
.form-section .recommend-box dt {
  font-weight: bold;
}
.form-section .recommend-box dd {
  text-indent: -14px;
  margin-left: 14px;
  font-size: 1.4rem;
}
.form-section .aside__conv_inner_wrap__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form-section {
    padding: 40px 0;
  }
  .form-section.aside__conv .aside__conv_title {
    font-size: 2.4rem;
  }
  .form-section.aside__conv .aside__conv_inner_wrap__text {
    width: 100%;
    order: 1;
    margin-bottom: 4rem;
  }
  .form-section.aside__conv .aside__conv_inner_wrap__fig {
    width: 100%;
  }
  .form-section iframe {
    width: 100%;
    order: 2;
  }
}


.footer-inq-btn {
  width: 320px;
  margin: 0 auto;
}
.footer-inq-btn.p-conv-btn .p-conv-btn__bg-blue .p-conv-btn__cl-white::after {
  background: url(/product/special/traceability/lp_assets/img/common/link-blink_white.svg) no-repeat 50%;
  background-size: 12px 12px;
  transform: rotate(0deg);
}

.med-b-solution {
  padding: 40px;
  margin-top: 80px;
}
.med-b-solution h3 {
  font-size: 2.4rem;
  margin-bottom: 40px;
  line-height: 1.4;
}
.med-b-solution ul {
  margin-bottom: 40px;
}
.med-b-solution ul li {
  /* color: #005EB8; */
  font-size: 1.8rem;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}
.med-b-solution ul li:nth-of-type(n+2) {
  margin-top: 16px;
}

.feature-section {
  margin-bottom: 8rem;
}
.feature-section:last-child {
  margin-bottom: 0;
}
.feature-section h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.feature-section ul {
  margin: 20px 0;
}
.feature-section li {
  /* color: #005eb8; */
  font-size: 1.8rem;
  font-weight: bold;
}
.feature-section li:nth-of-type(n+2) {
  margin-top: 8px;
}
.logi-a-feature p {
  margin-bottom: 40px;
}
.logi-a-feature h3 span {
  font-size: 1.6rem;
  display: block;
}

.col2-item__v410h-text {
  width: 73%;
}
.col2-item__v410h-fig {
  width: 27%;
}
.col2-item__v410h-fig figure {
  width: 60%;
  margin: 0 auto;
}

.text-small {
  margin-top: 1.6em;
  font-size: 1.2rem;
}

.asterisk {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.logi-case p {
  font-size: 1.4rem;
}
.logi-case figure {
  margin: 8px 0;
}
.logi-case h3 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.col3-item {
  width: 32%;
}
@media (max-width: 640px) {
  .col2-item {
    width: 100%;
  }
  .col2-item-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .col2-item-text.logi-a-feature {
    width: 100%;
  }

  .col2-item-fig {
    width: 100%;
  }
  .col3-item {
    width: 100%;
  }
  .col3-item:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .col4-item {
    width: 100%;
  }
  .flex-section-center .col2-item {
    width: 100%;
  }
  .flex-section-center .col2-item:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .flex-section-center .col3-item {
    width: 100%;
  }
  .flex-section-center .col3-item:nth-of-type(n+2) {
    margin-top: 16px;
  }
  .col2-item__v410h-text {
    width: 100%;
  }
  .col2-item__v410h-fig {
    width: 100%;
    margin: 40px auto 0;
  }
}

.p-button__iweb {
  display: inline-block;
  margin-left: 15px;
  width: 80px;
  height: 13px;
  background: url(/img/icon_iweb.gif) center no-repeat;
  background-size: contain;
}
.p-button__dl {
  padding-right: 16px;
  background-image: url(/product/special/traceability/lp_assets/img/common/link-blink.svg);
  background-size: 14px 14px;
  background-position: 100%;
  background-repeat: no-repeat;
}
