.contents {
    margin: 60px 0;
}

.company_contents {
	margin:140px 0 0;
}

  .sec_title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-weight:400;
  }

  /* company */

  dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #444444;
  }

  dt {
    width: 38%;
    padding: 10px 15px;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
        background: #ECE8E3;
  }
  dd {
    width: 62%;
     padding: 10px 15px;
     border-bottom: 1px solid #333333;
     border-left: 1px solid #333333;
     border-right: 1px solid #333333;
  }

  .co_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }

  .co_back {
    background-color: #FF7900;
    text-align: center;
    border-radius: 10px;
  }

  .co_back a {
    padding: 15px 70px;
   color: var(--sub-color-01);
    display: inline-block;
  }

  /* access */
  .map {
    width: 90%;
    margin: 0 auto;
    height: 600px;
  }

  .map_text {
    text-align: center;
    margin-top: 20px;
  }

  .map_text p+p {
    margin-top: 6px;
  }


  /* contact */

  .contact_wrap p {
    display: flex;
  }

  .contact_wrap label {
    display: inline-block;
    margin: 0 auto;
    width: 60%;
  }

    .contact_wrap input, 
    .contact_wrap textarea {
        width: 100%;
    }

    .wpcf7-submit {
        width: auto !important;
    }
@media  screen and (max-width: 1100px) {
        .contents {width: 100%;
        }

         .contact_wrap label {
          width: 70%;
         }
	.company_contents {
	   margin: 60px 0;
}
}
@media screen and (max-width: 600px) {
    dt {
      width: 100%;
      padding: 10px 15px;
      border-right: 1px solid #333333;
    }
    dd {
      width: 100%;
      padding: 10px 15px;
    }
     .contact_wrap label {
          width: 100%;
         }

         .map {
          width: 100%;
          height: 400px;
         }
	
		.company_contents {
	   margin: 60px 0;
}
  }