<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LESS Document */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/*+++++++++++++++++++++++++++++++++++++++++++
	h1
+++++++++++++++++++++++++++++++++++++++++++ */
main .h1 {
  background-image: url("/radiation/autowell/img/bg_h1.jpg");
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contents
+++++++++++++++++++++++++++++++++++++++++++ */
.productsList li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 12px 0;
  border-bottom: #CCC 1px solid;
}
@media screen and (max-width: 767px) {
  .productsList li {
    display: block;
  }
}
.productsList li .photo {
  width: 150px;
  margin: 0 23px 0 0;
}
@media screen and (max-width: 767px) {
  .productsList li .photo {
    margin: 0 auto 10px;
  }
}
.productsList li .photo img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  background: #E9E9E9;
}
.productsList li .text {
  flex: 1;
}
.productsList li .text h3 {
  margin: 0 0 12px;
  padding: 0;
  background: none;
  font-size: 2.2rem;
}
.productsList li .text p {
  margin: 0;
  min-height: 98px;
}
@media screen and (max-width: 767px) {
  .productsList li .text p {
    min-height: 0;
  }
}
.productsList li .text .btn {
  display: flex;
  max-width: 176px;
  height: 32px;
  margin: 0 0 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .productsList li .text .btn {
    margin: 10px auto 0;
  }
}
.productsList li .text .btn i {
  margin-left: 10px;
}
.flex .productsPhoto {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 360px;
  height: 340px;
  margin: 0 auto;
  border: #CCC 1px solid;
}
@media screen and (max-width: 767px) {
  .flex .productsPhoto {
    width: 100%;
  }
}
.flex .productsPhoto img {
  max-width: 350px;
  height: auto;
  object-fit: contain;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	sdm301c
+++++++++++++++++++++++++++++++++++++++++++ */
.dlList_01.sdm301c dt {
  width: 130px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	table_flex
+++++++++++++++++++++++++++++++++++++++++++ */
.table_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .table_flex {
    flex-direction: column;
  }
}
.table_flex img {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .table_flex img {
    margin-right: 0;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	table_flex
+++++++++++++++++++++++++++++++++++++++++++ */
.vertical_align_top {
  vertical-align: top;
}
.table_center {
  width: auto;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .table_center {
    margin: 20px auto;
  }
}
.table_border_none th,
.table_border_none td {
  padding: 0 40px;
  border: none;
}
@media screen and (max-width: 767px) {
  .table_border_none th,
  .table_border_none td {
    padding: 0 16px;
    font-size: 1rem;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	etc
+++++++++++++++++++++++++++++++++++++++++++ */
.margin_auto {
  margin: auto;
}
.table_border th,
.table_border td {
  border-color: #DDD;
}
.border_top {
  border-top: black 1px solid !important;
}
.w_360 {
  width: 360px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	background-color
+++++++++++++++++++++++++++++++++++++++++++ */
.bg_blue {
  background-color: #9BCBFB;
}
.bg_blue_2 {
  background-color: #D2E9FF;
}
.bg_darkgray {
  background-color: #CCCCCC;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	flex_2
+++++++++++++++++++++++++++++++++++++++++++ */
.flex_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .flex_2 {
    gap: 10px;
  }
}
.flex_2 .flexRight {
  order: 1;
}
</pre></body></html>