:root {
  --color-blue: #004c8b;
}

#head {
  margin-bottom: 55px;
}

.l-main {
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 2;
}
.l-main.is-third::before {
  background: linear-gradient(to right, #00237e, #1780cf);
  content: "";
  display: block;
  height: 260px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.l-main.is-third .c-breadcrumb li {
  color: #fff;
}
.l-main.is-third .c-breadcrumb li:not(:first-child) {
  background-image: url("/jp/feature/uv-intensity-meter/_assets/_common/img/icon-arrow02.svg");
}
.l-main.is-third .c-breadcrumb a {
  color: #fff;
}
.l-main.is-third .c-ttl03 {
  color: #fff;
  margin-bottom: 113px;
}

.l-contents {
  padding-top: 13px;
  padding-bottom: 120px;
}

.c-page-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  position: relative;
}
.c-page-header h2 {
  font-size: 70px;
  font-size: 7rem;
  background: linear-gradient(to right, #00237e, #1780cf);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  margin-bottom: 10px;
}
.c-page-header p {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-blue);
  padding-bottom: 15px;
}

.c-ttl01 {
  align-items: flex-end;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 34px;
  position: relative;
}
.c-ttl01.c-page-header {
  align-items: flex-start;
  flex-direction: column;
}
.c-ttl01.c-page-header p {
  margin: 0;
}
.c-ttl01 h2 {
  font-size: 70px;
  font-size: 7rem;
  background: linear-gradient(to right, #00237e, #1780cf);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}
.c-ttl01 p {
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--color-blue);
  margin-left: 20px;
  padding-bottom: 15px;
}
.c-ttl01::before {
  background: var(--color-blue);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 53px;
}

.c-ttl02 {
  font-size: 24px;
  font-size: 2.4rem;
  border-left: 5px solid var(--color-blue);
  color: var(--color-blue);
  font-weight: normal;
  margin-bottom: 18px;
  padding-left: 10px;
}

.c-ttl03 {
  font-size: 50px;
  font-size: 5rem;
  color: #333;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 86px;
}

.c-ttl04 {
  font-size: 20px;
  font-size: 2rem;
  background: linear-gradient(to right, #00237e, #1780cf);
  color: #fff;
  font-weight: normal;
  margin-bottom: 28px;
  padding: 20px;
}

.c-btn01 {
  font-size: 16px;
  font-size: 1.6rem;
  background: linear-gradient(to right, #00237e, #1780cf);
  color: #fff;
  display: inline-block;
  padding: 19px 0;
  position: relative;
  text-align: center;
  width: 331px;
}
.c-btn01::after {
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  border-width: 0 0 9px 9px;
  bottom: 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  width: 0;
}

.c-btn02 {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid var(--color-blue);
  color: var(--color-blue);
  display: inline-block;
  padding: 19px 0;
  position: relative;
  text-align: center;
  width: 331px;
}
.c-btn02::after {
  border-color: transparent transparent var(--color-blue) transparent;
  border-style: solid;
  border-width: 0 0 9px 9px;
  bottom: 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  width: 0;
}

.c-box01 {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
}
.c-box01-inner {
  margin: 0 auto;
  max-width: 1110px;
  min-width: 950px;
}

.c-box02 {
  margin: 0 auto;
  max-width: 1130px;
  min-width: 950px;
  padding: 0 10px;
}

.c-card-list {
  display: -ms-grid;
  display: grid;
}
.c-card-list.-col2 {
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
}

.c-card {
  background: #fff;
  box-shadow: rgba(13, 51, 76, 0.1) 10px 10px 20px;
}
.c-card a {
  position: relative;
}
.c-card a::after {
  border-color: transparent transparent var(--color-blue) transparent;
  border-style: solid;
  border-width: 0 0 9px 9px;
  bottom: 7px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 7px;
  width: 0;
}
.c-card-product a {
  align-items: center;
  display: flex;
  padding: 20px 40px 20px 20px;
}
.c-card-product-image {
  flex-shrink: 0;
  margin-right: 20px;
  width: clamp(170px, 17.3469vw, 240px);
}
.c-card-product-image img {
  width: 100%;
}
.c-card-product-name {
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--color-blue);
  margin-bottom: 13px;
}
.c-card-product-name-sub {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-blue);
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
}
.c-card-product-name-sub::after {
  background: var(--color-blue);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 36px;
}
.c-card-product-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: justify;
}

.c-breadcrumb {
  align-items: center;
  display: flex;
  margin: 0 auto 86px;
  padding: 0 10px;
  max-width: 1130px;
}
.c-breadcrumb li {
  font-size: 12px;
  font-size: 1.2rem;
}
.c-breadcrumb li:not(:last-child) {
  margin-right: 14px;
}
.c-breadcrumb li:first-child {
  margin-right: 10px;
}
.c-breadcrumb li:not(:first-child) {
  background: url("../img/icon-arrow01.svg") no-repeat left center/5px 7px;
  padding-left: 18px;
}

.c-contact {
  background: #00175c url("../img/bg-contact.png") no-repeat right bottom;
}
.c-contact-inner {
  padding: 106px 0 116px;
}
.c-contact-text {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
  text-align: center;
}
.c-contact-button {
  text-align: center;
}
.c-contact-button .c-btn02 {
  font-size: 20px;
  font-size: 2rem;
  padding: 35px 0;
  width: 580px;
}

.c-offer li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-table {
  width: 100%;
}
.c-table thead {
  background: linear-gradient(to right, #00237e, #1780cf);
}
.c-table thead th {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  height: 60px;
}
.c-table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
.c-table tbody {
  background: #f7fafc;
}
.c-table tbody tr:nth-child(even) {
  background: #ebf1f6;
}
.c-table tbody td {
  font-size: 16px;
  font-size: 1.6rem;
  height: 60px;
  text-align: center;
}
.c-table tbody td:not(:last-child) {
  border-right: 1px solid var(--color-blue);
}
.c-table tbody td a {
  text-decoration: underline;
}
.c-table tbody td a:hover {
  text-decoration: none;
}