<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Job Document */

 .tel-body{
      max-width:600px;
      margin:0px auto;
  padding:10px;
  }
  .tel-body{
      /*box-shadow: 0 2px 4px rgba(0,0,0,0.3);*/
      transition: .3s;
      border-radius:10px;
  }
  @media only screen and (max-width : 767px ) { 
      .tel-body{
          box-shadow:none;
      }
  }
  
  
  .tel-modal .info{
      padding:0;
      border-top:solid 1px #ccc;
      border-left:solid 1px #ccc;
      border-right:solid 1px #ccc;
      border-radius:5px;
      margin-bottom:30px;
  }
  .tel-warp .company-info{
      font-size:1.2em;
  }
  .tel-warp .company-info dt{
      border:none;
      background: #f2f2f2;
      border-radius:0;
      color:#333;
      font-weight:bold;
  }
  .tel-warp .company-info dd{
      border:none;
      background:#fff;
      margin-left:0;
  }
  
  .tel-warp .company-info dt,
  .tel-warp .company-info dd{
      padding:15px;
      border-bottom:solid 1px #ccc;
  }
  
  /* .tel-warp .celebration{
      margin:30px 0 60px;
  } */
  
  .tel-warp .celebration {
      /* margin: 60px 0 60px; */
      text-align: center;
      border-radius: 5px;
      border: solid 2px #ff9000;
  }
  
  .tel-warp .celebration h3 {
      background-color: #ff9000;
      color: #fff;
      font-size: 1.2em;
      padding:15px 5px;
      margin:0;
  }
  
  .tel-warp .celebration h3 span {
      padding: 0 5px;
      font-size: 1.6em;
      background: linear-gradient(transparent 90%, #F6FF00 90%);
  }
  
  .tel-warp .celebration .text {
    padding: 20px;
  }
  @media only screen and (max-width : 767px ) { 
      .tel-warp .free-tel-warp .tel-title {
          font-size: 20px;
      }
  }
  
  .free-tel-warp{
      margin-bottom:60px;
  }
  
  .btn--tel {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  .btn--tel.btn:after,
  .btn--tel.btn:before{
  display:none!important;
  }
  
  a.btn--contact i {
    font-size: 2rem;
  }
  
  
    a.btn--tel i.fa-position-left {
      font-size: 3rem;
      left: 15rem;
      transform: rotate(-30deg);
    }
  
  @media only screen and (max-width : 767px ) { 
      a.btn--tel i.fa-position-left {
      left: 2rem;
    }
  }
  
  
  a.btn--contact :hover {
    color: #fff;
  }
  
  a.btn--tel {
    display: block;
  
    /* margin-top: 15px; */
    margin: 0 20px 15px;
    padding: 1rem 0;
  
    color: #fff;
    background: #094;
    -webkit-box-shadow: 0 5px 0 #008039;
    box-shadow: 0 5px 0 #008039;
  }
  
  a.btn--tel i {
    font-size: 2rem;
  }
  
  
  /* a.btn--tel .number {
    line-height: 1;
  
    display: inline-block;
  
    margin-top: 0.5rem;
    padding: 0.25rem 2rem;
  
    letter-spacing: 0;
  
    color: #094;
    border-radius: 0.5rem;
    background: #fff;
  } */

  a.btn--tel .number {
    padding: 0.25rem 2rem;
    letter-spacing: 0;
    color: #094;
    border-radius: 0.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    width: 180px;
    justify-content: center;
    margin: 0.5rem auto 0;
}
  
  a.btn--tel .number::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
  transition: all 0.3s ease;
  background-image: url(/themes/custom/dorazamurai_front/img/icon/jobtel-entry_green.svg);
}

  a.btn--tel:hover {
    color: #fff;
  }
  
  .fa-position-left {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 1rem;
  }
  
  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
  }
  
  #block-block-41{
  display:none!important;
  }
  .not-press-desc{
  margin-top:30px;
  
  }

  body.path-tel div#block-dorazamurai-front-page-title{
    display: none;
  }

  body.path-tel footer{
    margin-top: 0;
  }

  body.path-tel .block-simple-blockcta-register-bnr-footer-fixed{
    display: none !important;
  }



  /**/
  .tel-warp .celebration {
    /* margin: 60px 0 60px; */
    text-align: center;
    border-radius: 5px;
    border: solid 2px #f2f2f2;
}

.tel-warp .celebration h3 {
    background-color: #f2f2f2;
    color: #333;
    font-size: 1.2em;
    padding: 15px 5px;
    margin: 0;
}

a.btn--tel {
    display: block;

    /* margin-top: 15px; */
    margin: 0 20px 15px;
    padding: 1rem 0;
    border-radius: 40px;
    color: #fff;
    background: #094;
    -webkit-box-shadow: 0 5px 0 #008039;
    box-shadow: 0 5px 0 #008039;
    position: relative;
    overflow: hidden;
}
a.btn--tel .number.phone-number::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}

a.btn--tel .number {
    padding: 0rem 2rem;
    letter-spacing: 0;
    color: #fff;
    border-radius: 0.5rem;
    background: none;
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: center;
    margin: 0rem auto 0;
    font-size:26px
}
@media only screen and (max-width : 767px ) { 
  a.btn--tel{
    margin:0 8px 15px;
  }
  a.btn--tel .number {
    width: 100%;
    padding:0;
  }
}
a.btn--tel .number::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    transition: all 0.3s ease;
    background-image: url(/themes/custom/dorazamurai_front/img/icon/jobtel-entry.svg);
}
@keyframes shine {
    33% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}</pre></body></html>