@charset "utf-8";
/* CSS Document */

@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
  }	
}
/* voice */
.voice h3 {
    position: inherit;
	margin-bottom: 0!important;
}
.voice h3:before {
    border-left: none!important;
    border-top: none!important;
    border-bottom: none!important;
    left: 0;
}
.voice h3:after {
    content: '';
    border-top: none!important;
    border-right: none!important;
    border-bottom: none!important;
    right: 0;
}
.voice h4.kigyo {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    padding-bottom: 1.5rem;
}
.icn-business {
    margin-top: 0.5rem;
	margin-bottom: 0.5rem;
    display: flex;
    justify-content: center;
}
.icn-business .sc-01 {
    color: #fff;
    background-color: #2e8b57;
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
.icn-business .sc-02 {
    color: #fff;
    background-color: #008db7;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
.icn-business .sc-03 {
    color: #fff;
    background-color: #d9a62e;
    padding: 0.5rem 2rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
}
table {
  border-collapse: collapse;
white-space: nowrap!important;
	    vertical-align: top;
    font-size: 1rem;	
}
.table {
  width: 100%;
  background-color: transparent;
}
  .table th,
  .table td {
    padding: 0.5rem;
}
  .table thead th {
    vertical-align: bottom;
}
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; 
}
  .table .table {
    background-color: #fff; 
}
.p-info-item__sup span.sc-01 {
    background-color: #2e8b57;
}
.p-info-item__sup span.sc-02 {
    background-color: #008db7;
}
.p-info-item__sup span.sc-03 {
    background-color: #d9a62e;
}
@media not all and (min-width: 768px){
.icn-business {
    display: block;
}
.icn-business .sc-01,.sc-02,.sc-03 {
    color: #fff;
    background-color: #2e8b57;
    padding: 0.75rem 2rem 1rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    margin-left: 0.3rem;
    text-align: center;
		}
.voice h3 {
padding: 0.25rem!important;
}
.voice h4.kigyo {
    margin-top: 1rem;
}	
/* voice */



