@charset "euc-jp";

.page-id-26.main-content .main-header {
    background: url(https://img21.shop-pro.jp/PA01409/163/etc/company_main_bg.png?cmsp_timestamp=20190118204312) no-repeat 50%/cover;
    height: 180px;
}
.main-content>.inner {
    max-width: 100%;

}

.main-content .main-header>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: inherit;
}


.main-content .main-header-ttl {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.main-content .main-header-ttl:after {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    bottom: 0;
    margin: auto;
    background: url(http://voiceform.timecapsule-candle.com/wp-content/themes/timecapsule/images/icn_main_header_ttl.svg) no-repeat 50%/cover;
    width: 50px;
    height: 18px;
}

.company-ttl {
	margin-bottom:40px;
	font-size:18px;
}


.table {
    width: 100%;
    padding: 6px;
    border: 1px solid #D6D6D6;
    font-size: 16px;
}

.table tr th,
.table tr td {
    display: inline-block;
    margin-bottom: 6px;
    padding: 14px 0 14px 2rem;
}

.table tr th {
    background: #F4F4F0;
    width: 30%;
    text-align: left;
}

.table tr th.voiceform-btn-last-th {
    width: 100%;
    text-align: center;
}

.table tr th:after {
    content: '';
    display: table;
    clear: both;
}

.table tr td {
    width: 70%;
}

.table .form-req {
    margin-right: 14px;
    background: #C38692;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    float: right;
}
.page-id-26 .table tr th,
.page-id-26 .table tr td {
    display: table-cell;
}

.page-id-26 .table tr th {
    vertical-align: top;
}




@media screen and (max-width: 1024px) {

  .page-id-26.main-content .main-header {
    height: 150px;
}
  .inner {
    width:95%;
    margin: auto;

  }
  .main-content {
    margin-top: 60px;
  }
  .main-content >.inner {
    width:100%;
  }
  .main-content .main-header-ttl {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.company-ttl {

	font-size:15px;
}

}
