<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#office .contentsHead {
  background-image: url(../img/office/office_head.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #office .contentsHead {
    margin-top: 0;
  }
}
#office .contentsHead h1 {
  margin: 0;
  padding: 15px 0;
  color: white;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 0 4px #24857d;
}
@media screen and (max-width: 768px) {
  #office .contentsHead h1 {
    font-size: 20px;
  }
}
#office .contentsHead h1:before {
  content: url(../img/office/headitem5.png);
  margin: 10px 40px 10px 10px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #office .contentsHead h1:before {
    content: url(../img/common/headitem5s.png);
    -webkit-filter: drop-shadow(0 0 4px #24857d);
    -ms-filter: drop-shadow(0 0 4px #24857d);
    -moz-filter: drop-shadow(0 0 4px #24857d);
    -o-filter: drop-shadow(0 0 4px #24857d);
    margin: 10px;
  }
}

.contentsHead {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contentsHead {
    min-width: 100%;
  }
}
.contentsHead .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsHead .inner {
    width: 100%;
  }
}

.contentsBody {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .contentsBody {
    min-width: 100%;
  }
}
.contentsBody .inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner {
    width: 100%;
  }
}
.contentsBody .inner .menuboxG {
  border-top: 1px solid #57dfb8;
  width: 225px;
}
.contentsBody .inner .menuboxG .headbox {
  height: 60px;
}
.contentsBody .inner .menuboxG .headbox .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 60px;
  width: 225px;
  color: white;
}
.contentsBody .inner .menuboxG .headbox .text h3 {
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
}
.contentsBody .inner .menuboxG .headbox:after {
  content: url(../img/common/item_up.png);
  position: relative;
  top: -36px;
  left: 192px;
}
.contentsBody .inner .menuboxG .headbox.onActive:after {
  content: url(../img/common/item_down.png);
}
.contentsBody .inner .menuboxG .naviBoxs {
  display: none;
}
.contentsBody .inner .menuboxG .naviBox {
  height: 60px;
}
.contentsBody .inner .menuboxG .naviBox a {
  text-decoration: none;
  color: #666666;
}
.contentsBody .inner .menuboxG .naviBox .text {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  height: 60px;
  width: 225px;
}
.contentsBody .inner .menuboxG .naviBox .text h4 {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  font-weight: normal;
}
.contentsBody .inner .menuboxG .naviBox .text h4:after {
  position: absolute;
  top: 7px;
  left: -31px;
  content: '';
  width: 14px;
  height: 7px;
}
.contentsBody .inner .menuboxG .c1 .headbox {
  border: 1px solid #57dfb8;
  background-color: #00a497;
}
.contentsBody .inner .menuboxG .c1 .naviBox {
  background-color: #baffdf;
  border: 1px solid #57dfb8;
  border-top: 0;
}
.contentsBody .inner .menuboxG .c1 .naviBox:hover {
  background-color: #d2f4e6;
}
.contentsBody .inner .menuboxG .c1 .naviBox h4:after {
  background-color: #00a497;
}
.contentsBody .inner .menuboxG .c1 .naviBox.active {
  background-color: white;
}
.contentsBody .inner .menuboxG .c1 .naviBox.active:hover {
  background-color: #d2f4e6;
}
.contentsBody .inner .menuboxG .c1 .naviBox.active a {
  color: #00a497;
}
.contentsBody .inner .contentsBox {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.contentsBody .inner .contentsBox .headbox .text h2 {
  color: #00a497;
  margin-top: 0;
  font-weight: normal;
  border-left: 20px solid #00a497;
  padding-left: 25px;
}
.contentsBody .inner .contentsBox .maintext {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .maintext h3 {
  color: #00a497;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext h3 {
    font-size: 18px;
  }
}
.contentsBody .inner .contentsBox .maintext .text {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text {
    margin-left: 0;
  }
}
.contentsBody .inner .contentsBox .maintext .text strong {
  color: red;
  font-weight: normal;
}
.contentsBody .inner .contentsBox .maintext .text .photo1 {
  width: 350px;
  float: right;
  margin: 0.5em 1.5em 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo1 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .maintext .text .photo2 {
  width: 320px;
  float: right;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo2 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .maintext .text .photo3 {
  width: 350px;
  float: right;
  margin: 0.5em 1.5em 1.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo3 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .maintext .text .photo4 {
  width: 150px;
  float: right;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo4 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .maintext .text .photo5 {
  width: 320px;
  float: right;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo5 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .maintext .text .photo6 {
  width: 320px;
  float: right;
  margin: 0.5em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .maintext .text .photo6 {
    float: none;
    max-width: 100%;
    margin: auto;
    display: block;
  }
}
.contentsBody .inner .contentsBox .figbox {
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .contentsBody .inner .contentsBox .figbox {
    margin-bottom: 1.5em;
  }
}
.contentsBody .inner .contentsBox .figbox img {
  max-width: 100%;
}

.fixed {
  position: fixed;
  top: 123px;
}

.fixed2 {
  position: absolute;
  bottom: 20px;
}

.t_ted{
	color: red;
}

.bnr_area{
	width: 100%;
	margin: 20px auto 20px auto;
}

.bnr_contact{
	width: 49%;
	display: inline-block;
	
}
.bnr_contact img{
	width: 100%;
}


/*# sourceMappingURL=office.css.map */
</pre></body></html>