<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------------- */
/* --- corporate ----------------------------------------- */
/* --------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  div#contents section#cnt_body {
    margin-bottom: 3.225%;
    margin-top: 35px;
    width: 100%;
  }
}
/* --- 見出し ------------------------------------------ */
section#cnt_body section.body h1.heading01 {
  background: #e2f3e2;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 6px;
  border-image: linear-gradient(to right, #007b02 0%, #009505 100%);
  border-image-slice: 1;
  font-size: 2.2rem;
  padding: 1.8% 25px 1.3% 30px;
  letter-spacing: 0.1em;
  border-radius: 0;
}
section#cnt_body section.body &gt; h1.heading01 img {
  width: auto;
  height: auto;
  vertical-align: baseline;
  margin-right: 10px;
}
section#cnt_body section.cntBox &gt; h2 {
  background: linear-gradient(to right, #007b02, #009505);
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  padding: 15px 20px 12px 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.cntBox &gt; h2 {
    margin-bottom: 8%;
    padding: 3% 4% 2%;
    font-size: 1.8rem;
  }
}

/* --- tab ------------------------------------------ */
section#cnt_body section.body .tabMenu {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu {
    margin: 40px 0;
  }
}
section#cnt_body section.body .tabMenu li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li {
    display: flex;
    justify-content: center;
  }
}
section#cnt_body section.body .tabMenu li:last-child {
  margin-right: 0;
}
section#cnt_body section.body .tabMenu li.on {
  border-bottom: #008803 4px solid;
  color: #008803;
  padding-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li.on {
    padding-bottom: 15px;
  }
}
section#cnt_body section.body .tabMenu li.on::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -15px;
  border: 15px solid transparent;
  border-top-color: #008803;
  content: '';
}
section#cnt_body section.body .tabMenu li a {
  border-bottom: #c0c0c0 3px solid;
  color: #7d7d7d;
  display: block;
  text-decoration: none;
  padding-bottom: 25px;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body .tabMenu li a {
    padding-bottom: 15px;
  }
}
section#cnt_body section.body .tabMenu li a:hover {
  opacity: 0.6;
}

/* --- contents ------------------------------------------ */
section.cntBox {
  margin-bottom: 50px;
}

.listDisc, .listNote {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.listDisc {
  padding: 0 0 0 1.3em;
}
@media only screen and (max-width: 640px) {
  .listDisc {
    padding: 0 0 0 1.3em;
    margin: 0 3.125% 0;
  }
}
.listDisc li {
  list-style: disc;
  margin: 0 0 5px 0;
}

.listNote li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.contactBox {
  text-align: center;
  background: #e2f3e2;
  padding: 30px 0;
  margin: 50px 0 0;
}
@media only screen and (max-width: 640px) {
  .contactBox {
    padding: 30px 15px;
    margin: 0 3.125% 6.25%;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

section#cnt_body section.body a.link_btn.w380 {
  margin: 0 auto 20px;
  width: 380px;
}
@media only screen and (max-width: 640px) {
  section#cnt_body section.body a.link_btn.w380 {
    margin: 0 auto 20px;
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  section#cnt_body img {
    max-width: 100%;
    width: 100%;
  }
}

/* --- 202302 ------------------------------------------ */
/* 汎用クラス */
.inb {
  display: inline-block;
}

.mt60 {
  margin-top: 60px;
}

.bold {
  font-weight: bold;
}

.green {
  color: #008803;
}

.kome {
  padding-left: 1em;
}
.kome &gt; li {
  text-indent: -1em;
}

@media only screen and (max-width: 640px) {
  .mt15sp {
    margin-top: 15px !important;
  }

  .mt20sp {
    margin-top: 20px !important;
  }

  .mt50sp {
    margin-top: 50px !important;
  }

  .pc {
    display: none;
  }

  .sp-yohaku {
    margin-left: 3.125%;
    margin-right: 3.125%;
  }

  .sp-ta-l {
    text-align: left !important;
  }
}
.col2box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .col2box {
    display: block;
  }
}
.col2box .imgBox {
  width: 40.860%;
}
.col2box .imgBox &gt; img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .col2box .imgBox {
    padding-right: 6%;
    width: auto;
    text-align: center;
  }
}
.col2box .txtBox {
  width: 53.763%;
}
@media only screen and (max-width: 640px) {
  .col2box .txtBox {
    width: auto;
  }
}
.col2box .txtBox .title02 {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .col2box .txtBox .title02 {
    margin-top: 30px;
  }
}

/* 見出し */
.title02 {
  margin-top: 40px;
  font-size: 2.4rem !important;
  color: #008803;
}
@media only screen and (max-width: 640px) {
  .title02 {
    margin: 25px 3.125% 0;
    font-size: 2.0rem !important;
    text-align: center;
  }
}
.title02 &gt; span {
  font-size: inherit !important;
}
.title02.black {
  color: #333;
}

.title03 {
  font-size: 2.0rem !important;
  color: #008803;
}

.okomariBox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .okomariBox {
    display: block;
    margin-top: 25px;
  }
}
.okomariBox &gt; li {
  width: 31.183%;
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .okomariBox &gt; li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
.okomariBox &gt; li &gt; img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .okomariBox &gt; li &gt; img {
    width: 70% !important;
    max-width: 290px !important;
  }
}
.okomariBox &gt; li:first-child {
  margin-left: 0;
}

.serviceBox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .serviceBox {
    display: block;
    margin-top: 25px;
  }
}
.serviceBox &gt; li {
  position: relative;
  width: 31.183%;
}
@media only screen and (max-width: 640px) {
  .serviceBox &gt; li {
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
}
.serviceBox &gt; li &gt; img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .serviceBox &gt; li &gt; img {
    width: 70% !important;
    max-width: 290px !important;
  }
}
.serviceBox &gt; li::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 29px 0 29px 18px;
  border-color: transparent transparent transparent #008803;
  width: 0;
  height: 0;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .serviceBox &gt; li::after {
    left: 0;
    right: 0;
    top: auto;
    bottom: -20px;
    margin: 0 auto;
    border-width: 14px 27px 0 27px;
    border-color: #008803 transparent transparent transparent;
  }
}
.serviceBox &gt; li:last-child::after {
  content: none;
}

.meritBox {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  border: solid #008803;
  border-width: 2px 0;
  padding: 40px 0 35px;
}
@media only screen and (max-width: 640px) {
  .meritBox {
    display: block;
    padding: 20px 3.125%;
  }
  .meritBox .title03 {
    margin-top: 25px;
    text-align: center;
  }
}
.meritBox .imgBox {
  margin-bottom: 0 !important;
  width: 31.183%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .meritBox .imgBox {
    margin: 0 !important;
    width: 100%;
  }
}
.meritBox .txtBox {
  width: 67.742%;
}
@media only screen and (max-width: 640px) {
  .meritBox .txtBox {
    width: 100%;
  }
}

.checkmark-list {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .checkmark-list {
    margin-top: 20px;
  }
}
.checkmark-list &gt; li {
  position: relative;
  margin-top: 1em;
  padding-left: 22px;
}
.checkmark-list &gt; li::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.2em;
  width: 17px;
  height: 14px;
  background: url("/suica/corporate/img/checkmark.svg") 0 0 no-repeat;
}

.light-greenBox {
  margin-top: 55px;
  padding: 35px 50px 20px;
  background-color: #e2f3e2;
}
@media only screen and (max-width: 640px) {
  .light-greenBox {
    margin-top: 40px;
    margin-left: 3.125%;
    margin-right: 3.125%;
    padding: 30px 10px 10px;
  }
}
.light-greenBox dd {
  margin-top: 0.2em;
}

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