@charset "UTF-8";
/*事業内容*/
#srvc {
  counter-reset: number 0; }
  #srvc dl {
    align-items: center;
    padding: 0; }
    @media (min-width: 768px) {
      #srvc dl {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      #srvc dl {
        margin-bottom: 15vw; } }
  #srvc dt {
    width: 100%;
    padding: 0 !important;
    color: #ed7700;
    font-size: 145%;
    text-align: justify; }
    #srvc dt::before {
      content: counter(number,decimal-leading-zero) ".";
      counter-increment: number 1; }
  #srvc dd.image {
    width: min(80%, 350px);
    margin: 1em auto;
    padding: 0 !important; }
  #srvc dd.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 17em;
    border: 2px solid #ed7700;
    padding: 2em; }
    #srvc dd.text p {
      font-weight: bold;
      color: #ed7700;
      margin-bottom: 0; }
    #srvc dd.text .btn {
      width: 100%; }
      @media (min-width: 768px) {
        #srvc dd.text .btn {
          margin: 16px auto 0 !important; } }
      @media (max-width: 767px) {
        #srvc dd.text .btn {
          margin: 5vw auto 0 !important; } }

/*メリット*/
#merit {
  text-align: center; }
  #merit picture {
    width: min(80%, 790px);
    margin: auto; }
