#service .title-2 small {
  font-size: 67%;
  margin-left: 1em; }
  #service .title-2 small:before, #service .title-2 small:after {
    content: "-";
    margin: 0 0.5em; }
#service .title-3 {
  margin-top: 2em;
  color: #0066cc; }
  #service .title-3 small {
    font-size: 67%; }
#service .main-images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  z-index: -1; }
  #service .main-images > div {
    width: 100%;
    background: no-repeat 50% 41px fixed;
    margin: 0 auto;
    position: relative; }
  #service .main-images .background {
    height: 42em;
    background-image: url(../images/service/main-images_back.jpg);
    background-size: 100%;
    z-index: 1; }
#service .box-3.bi-color {
  height: 17.5em;
  margin-bottom: 6em; }
  #service .box-3.bi-color .box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    #service .box-3.bi-color .box .full-btn {
      height: 17.5em; }
      #service .box-3.bi-color .box .full-btn span {
        width: 260px;
        height: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0.2em;
        color: #fff;
        font-size: 2.6rem;
        text-align: center;
        line-height: 2; }
        #service .box-3.bi-color .box .full-btn span:before, #service .box-3.bi-color .box .full-btn span:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          bottom: 0;
          left: 0;
          z-index: 1;
          transition: all 0.3s;
          border: 3px solid rgba(255, 255, 255, 0.5); }
      #service .box-3.bi-color .box .full-btn:hover {
        background-color: rgba(68, 138, 202, 0.9); }
        #service .box-3.bi-color .box .full-btn:hover span:after {
          animation-name: rotatecw;
          animation-duration: 2s; }
        #service .box-3.bi-color .box .full-btn:hover span:before {
          animation-name: rotateccw;
          animation-duration: 3s; }
        #service .box-3.bi-color .box .full-btn:hover span:after, #service .box-3.bi-color .box .full-btn:hover span:before {
          left: 100px;
          width: 60px;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }
    #service .box-3.bi-color .box:nth-child(1) {
      background-image: url(../images/service/img-service.jpg); }
      #service .box-3.bi-color .box:nth-child(1) .full-btn {
        background-color: rgba(19, 174, 169, 0.75); }
        #service .box-3.bi-color .box:nth-child(1) .full-btn:hover {
          background-color: rgba(19, 174, 169, 0.9); }
    #service .box-3.bi-color .box:nth-child(2) {
      background-image: url(../images/home/img-chihou.jpg); }
      #service .box-3.bi-color .box:nth-child(2) .full-btn {
        background-color: rgba(68, 138, 202, 0.75); }
    #service .box-3.bi-color .box:nth-child(3) {
      background-image: url(../images/home/img-minkan.jpg); }
      #service .box-3.bi-color .box:nth-child(3) .full-btn {
        background-color: rgba(19, 174, 169, 0.75); }
        #service .box-3.bi-color .box:nth-child(3) .full-btn:hover {
          background-color: rgba(19, 174, 169, 0.9); }
#service .service-box {
  width: 100%;
  display: inline-block; }
  #service .service-box .box:nth-child(1) {
    width: 161px;
    float: left;
    display: inline-block; }
  #service .service-box .box:nth-child(2) {
    width: calc(100% - 161px - 3%);
    float: left;
    display: inline-block;
    margin-left: 3%;
    vertical-align: top; }
    #service .service-box .box:nth-child(2) .title-3 {
      font-size: 2.3rem;
      margin-top: 0; }
  #service .service-box + .service-box {
    border-top: 1px dotted #999;
    padding-top: 4em;
    margin-top: 4em; }
#service.service article .main-images {
  position: relative;
  width: 100%;
  height: 280px;
  background-image: url(../images/service/img-service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em; }
  #service.service article .main-images > div {
    width: 100%;
    height: 100%; }
  #service.service article .main-images .title {
    font-size: 5.1rem;
    color: #0066cc;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
    #service.service article .main-images .title:after {
      content: none; }
#service.service article p {
  margin-top: 1em; }
#service.service article .service-box {
  margin-top: 2em;
  padding-top: 2em; }
#service.chihou article .main-images {
  position: relative;
  width: 100%;
  height: 280px;
  background-image: url(../images/home/img-chihou.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em; }
  #service.chihou article .main-images > div {
    width: 100%;
    height: 100%; }
  #service.chihou article .main-images .title {
    font-size: 5.1rem;
    color: #0066cc;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
    #service.chihou article .main-images .title:after {
      content: none; }
#service.chihou article .service-list {
  padding-bottom: 4em;
  border-bottom: 1px dotted #999; }
#service.minkan article .main-images {
  position: relative;
  width: 100%;
  height: 280px;
  background-image: url(../images/home/img-minkan.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em; }
  #service.minkan article .main-images > div {
    width: 100%;
    height: 100%; }
  #service.minkan article .main-images .title {
    font-size: 5.1rem;
    color: #0066cc;
    position: absolute;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 1em;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto; }
    #service.minkan article .main-images .title:after {
      content: none; }
#service.minkan article .service-list {
  padding-bottom: 4em;
  border-bottom: 1px dotted #999; }
#service .service-list {
  display: inline-block;
  width: 100%;
  margin-top: 3em; }
  #service .service-list li {
    width: 47%;
    margin-right: 4%;
    display: inline-block;
    text-align: center; }
    #service .service-list li:nth-child(2) {
      margin-right: 0; }
    #service .service-list li a img {
      margin-bottom: 1em; }
    #service .service-list li a span {
      display: block; }
#service .btn-area {
  margin-top: 0;
  justify-content: flex-end; }
  #service .btn-area .btn-s {
    width: 16em; }
#service .product-list {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  #service .product-list li {
    margin-bottom: 0.5em; }
    #service .product-list li ul {
      width: 100%;
      display: inline-block;
      border: 1px solid #ccc;
      padding: 1em 1.5em;
      margin: 0.5em 0 1em; }
      #service .product-list li ul li {
        display: inline-block;
        width: 49%;
        font-size: 90%;
        margin-top: 0.5em; }
#service table {
  margin-top: 2em; }
  #service table caption {
    margin-bottom: 0.5em;
    font-size: 1.8rem; }
  #service table th {
    text-align: center; }
  #service table td + td {
    text-align: center; }
  #service table .end td {
    font-weight: bold;
    text-align: center;
    background-color: #dee9f4; }
