<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: adpro
Description: adpro
*/
* {
  box-sizing: border-box;
}

html {
  min-width: 1000px;
}

body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro" , 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #3bac63;
  text-decoration: none;
}

a:hover, a:active {
  opacity: .8;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

header, footer {
  margin-bottom: 23px;
}

header #header, footer #header {
  display: flex;
  align-items: top;
  justify-content: flex-start;
  width: 1000px;
  height: 97px;
  margin: 0 auto;
}

header #header .logo, footer #header .logo {
  margin: 0 22px 0 8px;
}

header #header .capacity, footer #header .capacity {
  width: 370px;
  height: 70px;
  margin: 13px 24px 0 0;
  padding: 9px 0 10px 13px;
  border-radius: 8px;
  color: #3bac63;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  background-color: #ededed;
}

header #header .info, footer #header .info {
  height: 62px;
  margin: 16px 0 0 0;
}

header #header .info .top, footer #header .info .top {
  font-size: 14px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 9px;
}

header #header .info .bottom, footer #header .info .bottom {
  display: flex;
}

header #header .info .bottom ul, footer #header .info .bottom ul {
  margin-right: 10px;
}

header #header .info .bottom .download, footer #header .info .bottom .download {
  margin-top: 1px;
}

header #header .info .bottom .link, footer #header .info .bottom .link {
  color: #3bac63;
  border: 1px solid;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  margin-top: 3px;
}

header #header .info .bottom .link a, footer #header .info .bottom .link a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

header nav, footer nav {
  min-width: 1000px;
  height: 46px;
  margin: 0;
  padding: 0;
  background: linear-gradient(180deg, #49b26e 0%, #49b26e 50%, #3bac63 50%, #3bac63 100%);
}

header nav .main, footer nav .main {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

header nav .main li, footer nav .main li {
  width: 200px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-right: 1px solid #2e864d;
  border-left: 1px solid #71c38e;
}

header nav .main li:first-child, footer nav .main li:first-child {
  border-left: none;
}

header nav .main li:last-child, footer nav .main li:last-child {
  border-right: none;
}

header nav .main li:nth-child(3):hover, footer nav .main li:nth-child(3):hover {
  transition: 1.0s;
}

header nav .main li:nth-child(3):hover .submenu, footer nav .main li:nth-child(3):hover .submenu {
  display: block;
}

header nav .main li .submenu, footer nav .main li .submenu {
  position: absolute;
  display: none;
  transition-duration: .2s;
  z-index: 999;
  width: 200px;
}

header nav .main li .submenu li, footer nav .main li .submenu li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #3bac63;
  border-bottom: 1px solid #3bac63;
  border-left: 1px solid #3bac63;
  border-right: 1px solid #3bac63;
}

header nav .main li .submenu li a, footer nav .main li .submenu li a {
  color: #3bac63;
}

header nav a, footer nav a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .topbanner, footer .topbanner {
  position: relative;
}

header .topbanner .wideslider .pagination, footer .topbanner .wideslider .pagination {
  display: none;
}

header .topbanner .toptext, footer .topbanner .toptext {
  position: absolute;
  width: 763px;
  height: 86px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

header .topbanner .left, header .topbanner .right, footer .topbanner .left, footer .topbanner .right {
  position: absolute;
  width: 37px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(200, 200, 200, 0.3);
  cursor: pointer;
}

header .topbanner .left img, header .topbanner .right img, footer .topbanner .left img, footer .topbanner .right img {
  margin-top: 174px;
}

header .topbanner .left, footer .topbanner .left {
  transform: translateX(-500px);
}

header .topbanner .right, footer .topbanner .right {
  transform: translateX(463px) rotate(180deg);
}

@media screen and (max-width: 1000px) {
  header .topbanner .left, footer .topbanner .left {
    left: 0;
    transform: translateX(0);
  }
  header .topbanner .right, footer .topbanner .right {
    right: 963px;
  }
}

.topcontent {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#body {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

#content {
  margin-right: 20px;
  margin-bottom: 100px;
}

#content h1 {
  position: relative;
  height: 50px;
}

#content h1 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

#content #introduction, #content #news {
  width: 760px;
  margin: 0 0 50px;
}

#content #introduction .menu {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#content #news .newslist {
  height: 240px;
}

#content #news .newslist article {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  padding-left: 22px;
  border-bottom: 1px dashed #959595;
}

#content #news .newslist article .time {
  font-size: 15px;
  color: #696969;
  margin-right: 30px;
}

#content #news .newslist article .title {
  font-size: 16px;
  color: #424242;
}

#content #news .newslist article .arrow {
  position: absolute;
  height: 24px;
  right: 15px;
}

#content.case {
  width: 760px;
}

#content.case h3 {
  color: #3bac63;
  padding-left: 10px;
  margin: 10px 0;
  border-bottom: 1px solid;
  border-left: 10px solid;
}

#content.case .itemlist {
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto;
}

#content.case .itemlist .item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 230px;
  margin: 30px 10px;
}

#content.case .itemlist .item .img {
  position: relative;
  overflow: hidden;
  width: 230px;
  height: 150px;
}

#content.case .itemlist .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content.case .itemlist .item .title {
  width: 100%;
  color: #3bac63;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#content.case .itemlist .noitem {
  margin-bottom: 50px;
}

#content.content .inner {
  margin-top: 50px;
}

#content.content h3 {
  color: #3bac63;
  padding-left: 10px;
  margin: 10px 0;
  border-bottom: 1px solid;
  border-left: 10px solid;
}

#content.content .item {
  margin-bottom: 50px;
}

#content.content .img {
  width: 50%;
  margin-top: 10px;
}

#content.content .img img {
  width: 100%;
}

#newsdetail .newsdetail article {
  position: relative;
  padding-left: 22px;
  border-bottom: 1px dashed #959595;
}

#newsdetail .newsdetail article .time {
  font-size: 16px;
  color: #696969;
  margin: 10px;
  text-align: right;
}

#newsdetail .newsdetail article .content {
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 30px;
}

#newsdetail .bottom_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#businessdetail .topimg {
  width: 760px;
  margin: 20px 0;
}

#businessdetail .topimg img {
  width: 100%;
}

#businessdetail .content {
  margin-bottom: 80px;
}

#businessdetail h3 {
  color: #3bac63;
  border-left: 10px solid;
  padding-left: 10px;
}

#businessdetail .imagebox {
  display: flex;
  flex-wrap: wrap;
  width: 760px;
}

#businessdetail .imagebox .img {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 10px;
  overflow: hidden;
}

#businessdetail .imagebox .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#businessdetail .back {
  text-align: right;
  margin: 20px 10px;
}

#sidebar {
  width: 220px;
}

#sidebar h1 {
  height: 50px;
}

#sidebar #menu {
  width: 100%;
  margin-bottom: 36px;
}

#sidebar #menu .contact_bnr {
  margin-bottom: 15px;
}

#sidebar #menu ul {
  background-color: #F5FBF7;
  border-left: 1px solid #c0ccc4;
  border-right: 1px solid #c0ccc4;
  border-bottom: 1px solid #c0ccc4;
}

#sidebar #menu ul li {
  display: flex;
  align-items: center;
  width: 210px;
  height: 37px;
  margin: 0 auto;
  padding-left: 17px;
  font-size: 16px;
  color: #22924a;
  border-bottom: 1px solid #bde3ca;
}

#sidebar #menu ul li:before {
  content: "";
  display: inline-block;
  background-image: url("./image/sidearrow.png");
  width: 17px;
  height: 10px;
  margin-right: 7px;
}

#sidebar #business {
  width: 100%;
}

#sidebar #business article {
  margin-top: 10px;
  border-bottom: 2px solid #9dd5b1;
}

#sidebar #business article:last-child {
  border: none;
}

#sidebar #business article .img {
  overflow: hidden;
  width: 220px;
  height: 110px;
}

#sidebar #business article .img img {
  width: 100%;
}

#sidebar #business article .content {
  width: 100%;
  color: #3bac63;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer {
  margin: auto 0 0 0;
}

footer .bottom_menu {
  min-width: 1000px;
  border-top: 1px solid #3bac63;
  border-bottom: 1px solid #3bac63;
  background-color: #e9f6ee;
  margin-bottom: 36px;
}

footer .bottom_menu ul {
  display: flex;
  align-items: center;
  width: 1000px;
  height: 54px;
  margin: 0 auto;
}

footer .bottom_menu ul li {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #3bac63;
  text-align: center;
}

footer .bottom_menu .submenu {
  display: none;
}

footer .copyright {
  height: 36px;
  margin-top: 35px;
  line-height: 36px;
  background-color: #3bac63;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

footer .copyright a {
  color: #fff;
}
</pre></body></html>