@charset "utf-8";

@-ms-viewport {
 width: device-width;
}

.menu li{
    margin-right:30px;
}

/*
header {
    background-image:url(https://company.kuaru.jp/img/img1.jpg);
    height: 25%;
/*   margin: 0px;  
}*/



.header-img {
    margin-top: 57px;
    background-image: url('https://company.kuaru.jp/img/img5.jpg');
	background-size:cover;
    height:400px;
    background-position:center;
    background-repeat:no-repeat;
    
}



.company-img {
    width: 100%;
	: auto;
	: 20px 20px 20px 0;
}

.container {
    max-width: 100%;
}

.contact {
    background-image:url('https://company.kuaru.jp/img/img1.jpg');
	height: 400px;
    background-size:cover;
    
}



.osusume-img {
    display:block;
    margin-left: auto;
	margin-right: auto;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

#company-box {
        padding-top: 57px;
}

#service-box {
        padding-top: 57px;
}

#contact {
        padding-top: 57px;
}

.center {
margin: 0 auto;
}

/* 特定商取引法の表のCSS */

.info-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  display: table;
  border: 1px solid #333; /* 全体の外枠 */
}

.info-row {
  display: table-row;
  border-bottom: 1px solid #999;
}

.info-label,
.info-value {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #333; /* セルの枠線 */
}

.info-label {
  background-color: #f0f0f0;
  font-weight: bold;
  width: 30%;
  white-space: nowrap;
}

/* レスポンシブ対応：スマホでは縦並びに切り替える */
@media (max-width: 768px) {
  .info-table {
    display: block;
    border: none;
  }

  .info-row {
    display: block;
    margin-bottom: 10px;
  }

  .info-label,
  .info-value {
    display: block;
    width: 100%;
    border: none; /* モバイルではボーダーをなくしてシンプルに */
  }

  .info-label {
    background-color: #f9f9f9;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
  }
}