<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@media screen and (min-width: 768px), print {
  a[id] {
    display: block;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -80px;
    padding-bottom: 80px;
  }

 /*============================
#anchor-box
============================*/
  #anchor-box {
    margin-bottom: 125px;
  }
  #anchor-box .bg-box {
    background-color: #99cfd0;
    padding: 45px 10px 40px;
  }
  #anchor-box .bg-box .ttl {
    margin-bottom: 20px;
  }
  #anchor-box .bg-box .anchor-list li {
    margin-bottom: 10px;
  }

  /*============================
  #number-box
  ============================*/
  #number-box {
    	/* anchor13
    -------------------------------------*/
    	/* anchor11
    -------------------------------------*/
    /* anchor17,anchor18
    -------------------------------------*/
  }
  #number-box .anchor {
    margin-bottom: 130px;
  }
  #number-box .anchor .ttl {
    margin-bottom: 50px;
  }
  #number-box .anchor .ttl .num {
    margin-bottom: 20px;
  }
  #number-box .anchor .ttl .jp {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #number-box .anchor .ttl .jp strong {
    color: #00948a;
  }
  #number-box .anchor .ttl span {
    display: block;
  }
  #number-box .anchor .bg-box {
    background-color: #f2f0eb;
    padding: 60px 30px 50px;
    position: relative;
    border-bottom: 10px solid #3f3a39;
  }
  #number-box .anchor .bg-box::after {
    content: "";
    border-left: 1px solid #000;
    height: 60px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
  }
  #number-box .anchor .bg-box .box-l {
    padding-top: 10px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #3e3a39;
    width: 440px;
  }
  #number-box .anchor .bg-box .box-l .mb01 {
    margin-bottom: 20px;
  }
  #number-box .anchor .bg-box .box-r {
    position: relative;
  }
  #number-box .anchor .bg-box .box-r .pic {
    position: absolute;
    bottom: -20px;
    right: 16px;
  }
  #number-box .anchor13 .bg-box .box-r .txt {
    position: absolute;
    top: -30px;
    right: 20px;
  }
  #number-box .anchor11 .bg-box .box-r .txt {
    position: absolute;
    top: -40px;
    left: 20px;
  }
  #number-box .anchor17 .bg-box .box-l, #number-box .anchor18 .bg-box .box-l {
    width: 100%;
    margin-bottom: 35px;
  }
  #number-box .anchor17 .bg-box .box-r, #number-box .anchor18 .bg-box .box-r {
    text-align: center;
  }
  #number-box .anchor17 .bg-box .box-r .pic, #number-box .anchor18 .bg-box .box-r .pic18 {
    bottom: 16px;
    right: 90px;
  }
}
@media screen and (max-width: 767px) {
 /*============================
#anchor-box
============================*/
  #anchor-box {
    margin-bottom: 10%;
  }
  #anchor-box .bg-box {
    background-color: #99cfd0;
    padding: 4% 3%;
  }
  #anchor-box .bg-box .ttl {
    margin-bottom: 5%;
  }
  #anchor-box .bg-box .anchor-list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #anchor-box .bg-box .anchor-list li:nth-child(3n) {
    margin-right: 0px;
  }

  /*============================
  #number-box
  ============================*/
  #number-box .anchor {
    margin-bottom: 10%;
    padding: 0 3% 15%;
  }
  #number-box .anchor .ttl {
    margin-bottom: 50px;
  }
  #number-box .anchor .ttl .num {
    width: 17%;
    margin: 0 auto 3%;
  }
  #number-box .anchor .ttl .jp {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #010000;
  }
  #number-box .anchor .ttl .jp strong {
    color: #00948a;
  }
  #number-box .anchor .ttl span {
    display: block;
  }
  #number-box .anchor .bg-box {
    background-color: #f2f0eb;
    padding: 6% 2%;
    position: relative;
    border-bottom: 5px solid #3f3a39;
  }
  #number-box .anchor .bg-box::after {
    content: "";
    border-left: 1px solid #000;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1px;
  }
  #number-box .anchor .bg-box .box-l {
    padding-top: 10px;
    font-size: 0.875rem;
    line-height: 1.65;
    letter-spacing: 0.05em;
    color: #3e3a39;
  }
  #number-box .anchor .bg-box .box-l .mb01 {
    margin-bottom: 20px;
  }
  #number-box .anchor .bg-box .box-r {
    position: relative;
    margin-bottom: 4%;
  }
  #number-box .anchor .bg-box .box-r .photo {
    text-align: center;
  }
  #number-box .anchor .bg-box .box-r .pic {
    position: absolute;
    bottom: -5%;
    right: 4%;
    width: 25%;
  }

  #number-box .anchor18 .bg-box .box-r .pic,#number-box .anchor17 .bg-box .box-r .pic {
    position: absolute;
    bottom: 92%;
    right: 3%;
    width: 25%;
	  display: none;
  }


}
</pre></body></html>