@charset "UTF-8";
/* header
====================================== */
a {
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

main {
  color: #323232;
}

.navFixed {
  background-color: #fff;
  width: 100%;
}

.navFixed #head {
  margin-bottom: 55px;
}

.navFixed #nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.navFixed #nav #navInner {
  margin: 0 auto;
  max-width: 1340px;
}

#head {
  background-color: #009c74;
  height: 65px;
  position: relative;
}

#headInner {
  align-content: center;
  display: flex;
  height: 65px;
  justify-content: space-between;
  left: 0;
  margin: auto;
  max-width: 1340px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
}

#siteTItle {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 65px;
  padding-left: 50px;
}

#headInner p {
  display: flex;
  flex-direction: column;
  height: 65px;
  justify-content: center;
}

#headInner p img {
  padding-right: 20px;
  vertical-align: middle;
}

#headInner h1 a {
  color: #fff;
}

#headInner h1 a:hover {
  opacity: 0.7;
}

#nav {
  border-bottom: 1px solid #eeeeee;
  height: 55px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}

#nav .menu {
  display: flex;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 35px;
  position: relative;
}

#nav .menu a {
  position: relative;
}

#nav .menu a {
  transition: 0.2s color ease-in;
}

#nav .menu li a:hover {
  color: #018b71;
}

#nav .menu .s_nav li a:hover {
  color: #ffffff;
}

#nav .menu a:before {
  background-color: #018b71;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  transition: 0.2s opacity ease-in;
  width: 100%;
  z-index: 3;
}

#nav .menu a:hover:before {
  opacity: 1;
}

#nav .menu .s_nav a:before {
  background-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

#nav .menu:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

#nav .menu .sub-menu {
  /* display: none; */
}

#nav .menu > .menu-item:last-child {
  padding: 0 80px 0 15px;
}

#nav .menu > .menu-item:last-child:after {
  content: none;
}

#nav .menu .menu-item {
  flex: 0 0 auto;
  line-height: 1;
  padding: 0 15px;
  position: relative;
}

#nav .menu .menu-item a {
  display: block;
  padding-bottom: 20px;
}

#nav .menu .menu-item.menu-item-has-children a {
  float: left;
}

#nav .menu .menu-item.current_page_item > a, #nav .menu .menu-item.current-menu-item > a {
  position: relative;
}

#nav .menu .menu-item.current_page_item > a:before, #nav .menu .menu-item.current-menu-item > a:before {
  opacity: 1;
}

#nav .menu .menu-item:after {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
}

#navInner {
  margin: 0 auto;
  max-width: 1340px;
}

.s_nav {
  display: none;
  left: 0;
  padding-top: 0px;
  position: absolute;
  top: 35px;
  width: 200px !important;
}

.s_nav li {
  border-bottom: 1px solid #68686b;
}

.s_nav li:last-child {
  border-bottom: none !important;
}

.s_nav li a {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(/jp/feature/functional_device/images/icon_arrow_01.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
  color: #FFF;
  display: block;
  font-size: 13px;
  padding: 20px 5px 17px 35px;
  transition: all 0.3s ease;
}

.s_nav li a:hover {
  opacity: 0.7;
}

/* main
====================================== */
.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 25%;
}

/* br */
@media all and (max-width: 1009px) {
  br.non {
    display: none;
  }
}
.contents {
  padding: 0 0 100px 0;
}

.flex {
  display: flex;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

.flex-space-justify {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}

.mainBox {
  background: #545454;
  color: #fff;
}

.inner {
  margin: 0 auto;
  max-width: 1366px;
}

.mainBox .inner {
  display: flex;
  justify-content: space-between;
  padding: 14px 0 14px 10px;
}

.mainBox .inner h2 {
  font-size: 22px;
}

.mainBox .topicBox {
  display: flex;
  font-size: 13px;
  padding-top: 4px;
}

.mainBox .topicBox a {
  color: #fff;
  margin-right: 15px;
  text-decoration: underline;
}

.mainBox .topicBox a:hover {
  text-decoration: none;
}

.mainBox .topicBox li {
  padding-right: 15px;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
}

.btn-detail {
  background: #008b70 url(/jp/feature/uv_equipment/images/arr01.png) no-repeat right 14px center;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  max-width: 165px;
  padding: 12px 5px 10px 0;
}

.btn-detail:hover {
  color: #fff;
}

.h3-ttl {
  background: #ebebeb;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 15px 15px 20px;
}

.section {
  margin-bottom: 20px;
  padding: 25px 20px;
}

.tbl01 {
  width: 100%;
}

.tbl01 th {
  background: #008b70;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  padding: 15px 10px;
  text-align: center;
}

.tbl01 .last {
  border-left: 1px solid #e1e1e1;
}

.tbl01 .first {
  border-right: 1px solid #e1e1e1;
}

.tbl01 td {
  border: 1px solid #e1e1e1;
  line-height: 1.4;
  padding: 20px 10px;
}

.tbl01 td.col01 {
  background: #f7f7f7;
  text-align: center;
}

.tbl01 td .text {
  padding-top: 20px;
}

.tbl01 td .btn-detail {
  margin-top: 10px;
}

.tbl01 .bnt01 {
  border: 1px solid #008c71;
  color: #008c71;
  display: block;
  margin: 0 auto 10px;
  max-width: 110px;
  padding: 6px 5px 4px;
  text-align: center;
}

.tbl01 .bnt02 {
  background: #ddd;
  display: block;
  margin: 0 auto 5px;
  max-width: 110px;
  padding: 6px 5px 4px;
  text-align: center;
}

.tbl01 .product-list li {
  font-size: 12px;
  padding-bottom: 15px;
  text-align: center;
}

.tbl01 .product-list li:last-child {
  padding-bottom: 0;
}

.tbl01 .product-list li img {
  margin-bottom: 6px;
}

.head-txt {
  font-size: 32px;
  font-weight: bold;
  padding: 45px 0 30px;
  text-align: center;
}

/* /use 見出し */
.use_head-txt {
  font-size: 24px;
  font-weight: bold;
  padding: 45px 0 30px;
}

.breadcrumb {
  background: #505050;
  padding: 20px 0 18px;
}

.breadcrumb ul li,
.breadcrumb ul li a {
  color: #FFF;
  font-size: 13px;
}

.breadcrumb ul li {
  float: left;
  padding-right: 5px;
}

.breadcrumb ul li a:hover {
  color: #009a74;
}

/* footer
====================================== */
.footer01 {
  background-color: #414141;
  clear: both;
  color: #fff;
  min-width: 950px;
  position: relative;
  width: 100%;
  z-index: 1001;
}

.footer01 .fnav {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 30px 20px 20px;
}

.footer01 .fnav a {
  color: #fff;
}

.footer01 .fnav a.newwin::after {
  background: url("../img/icon-newwin.svg") no-repeat left top / cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 12px;
}

.footer01 .footer-sitemap-list > li {
  margin-left: 0;
}

.footer01 .fnav li:first-child {
  font-size: 12px;
  line-height: 1.4;
}

.footer01 .fnav li:first-child .footer-sitemap-head {
  font-size: 13px;
  margin-bottom: 5px;
}

/* 2022.09.21 add 日本語英語切替ボタンの追加*/
#navInner {
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: 100%;
}

#nav_wrap {
  display: flex;
  height: 55px;
  left: 0;
  margin: 0 auto;
  max-width: 1340px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 65px;
  width: 100%;
  z-index: 20;
}

#nav_wrap .menu {
  display: flex;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 35px;
  position: relative;
}

#nav_wrap .menu a {
  position: relative;
}

#nav_wrap .menu a {
  transition: 0.2s color ease-in;
}

#nav_wrap .menu li a:hover {
  color: #018b71;
}

#nav_wrap .menu .s_nav li a:hover {
  color: #ffffff;
}

#nav_wrap .menu a:before {
  background-color: #018b71;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  transition: 0.2s opacity ease-in;
  width: 100%;
  z-index: 3;
}

#nav_wrap .menu a:hover:before {
  opacity: 1;
}

#nav_wrap .menu .s_nav a:before {
  background-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}

#nav_wrap .menu:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

#nav_wrap .menu .sub-menu {
  /* display: none; */
}

#nav_wrap .menu > .menu-item:last-child {
  padding: 0 80px 0 15px;
}

#nav_wrap .menu > .menu-item:last-child:after {
  content: none;
}

#nav_wrap .menu .menu-item {
  flex: 0 0 auto;
  line-height: 1;
  padding: 0 15px;
}

#nav_wrap .menu .menu-item a {
  display: block;
  padding-bottom: 20px;
}

#nav_wrap .menu .menu-item.menu-item-has-children a {
  float: left;
}

#nav_wrap .menu .menu-item.current_page_item > a, #nav_wrap .menu .menu-item.current-menu-item > a {
  position: relative;
}

#nav_wrap .menu .menu-item.current_page_item > a:before, #nav_wrap .menu .menu-item.current-menu-item > a:before {
  opacity: 1;
}

#nav_wrap .menu .menu-item:after {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
}

#nav_wrap .sub-menu {
  background: #303030;
  display: none;
  left: calc((100vw - 1340px) / 2 * -1);
  position: absolute;
  top: 36px;
  width: 100vw;
}

#nav_wrap .sub-menu-top {
  color: #fff;
  display: flex;
  margin: 0 auto;
  padding: 30px 0 30px 50px;
  width: 1340px;
}

#nav_wrap .sub-menu-title {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  width: 300px;
}

#nav_wrap .sub-menu-detail .sub-menu-list {
  display: flex;
  gap: 50px;
  width: 100%;
}

#nav_wrap .sub-menu-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

#nav_wrap .sub-menu .sub-menu-list a:hover {
  color: #fff;
  text-decoration: none;
}
#nav_wrap .sub-menu-list a:hover::before {
  display: none;
}

#nav_wrap .sub-menu-list p {
  font-size: 14px;
  line-height: 1.5;
}

#nav_wrap .sub-menu-button {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

#nav_wrap .sub-menu-register {
  margin-right: 15px;
}

#nav_wrap .sub-menu-register span::after {
  background: url(../img/icon-newwin_b.svg) no-repeat left top / cover;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  width: 12px;
}

.l-header-contact {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  transition: background 0.4s, color 0.4s;
  z-index: 30;
}

@media only screen and (max-width: 900px) {
  .l-header-contact {
    flex-direction: column;
    height: 40px;
    right: 80px;
    top: 21px;
    width: 40px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact {
    background: #169A74;
    border: 1px solid #169A74;
    height: 30px;
    right: 0;
    top: 12px;
    width: 190px;
  }
  .l-header-contact:hover {
    background: #fff;
    color: #169A74;
  }
  .l-header-contact:hover:before {
    background-image: url(/jp/feature/uv-intensity-meter/_assets/_common/img/icon-mail-green.svg);
  }
}
.l-header-contact:before {
  background: url(/jp/feature/uv-intensity-meter/_assets/_common/img/icon-mail-white.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  display: block;
}

@media only screen and (max-width: 900px) {
  .l-header-contact:before {
    height: 24px;
    margin-bottom: 5px;
    width: 31px;
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact:before {
    height: 13px;
    margin-right: 10px;
    width: 18px;
  }
}
.l-header-contact-txt {
  white-space: nowrap;
}

@media only screen and (max-width: 900px) {
  .l-header-contact-txt {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    transform: scale(0.9);
  }
}
@media print, screen and (min-width: 901px) {
  .l-header-contact-txt {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    position: relative;
  }
}
/* スクロール後 */
.navFixed #nav_wrap {
  position: fixed;
  top: 0;
  z-index: 101;
}