@charset "utf-8";
/* CSS Document */

.navi, .page_title {
	display: none;
}

.consulting_service {
	width: 100%!important;
	margin: 0;
    padding: 0 !important;
}

.consulting_service_top {
	background-color: #FFF9D5;
	padding-bottom: 20px;
}

.consulting_service_top .line_or {
	background-color: #FFA000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 20px;
} 

.consulting_service_content {
    margin-bottom: 30px;
}

.consulting_service_content img {
	width: 100%;
}

.wrapper_table {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 40px;
}

.responsive-table, 
      .responsive-table thead, 
      .responsive-table tbody, 
      .responsive-table th, 
      .responsive-table td, 
      .responsive-table tr {
        display: block;
        width: auto;
      }

      .responsive-table th {
        background-color: #f0f0f0;
        font-weight: bold;
        text-align: center;
		border: 2px solid #000;
    	border-radius: 5px;
      }

      .responsive-table td {
        border-top: none;
        text-align: left;
		background-color: #fff;
		padding: 5px;
      }

      .responsive-table tr {
        margin-bottom: 1em;
        border: 2px solid #000;
		border-radius: 5px;
        padding: 10px;
		background-color: #fff;

		}

		.responsive-table small {
		font-size: 12px;
		}

		.form_start {
		
		}

		.form_start img {
		width: 100%;
		}

		.cart {
    	margin: 0 15px;
		}


@media print and (min-width: 751px), screen and (min-width: 751px) {
    .consulting_service_top {
        padding-bottom: 0;
    }
	
	.consulting_service_top .line_or {
		font-size: 22px;
	} 
	
	.consulting_service_content {
    	width: 1000px;
        margin: 0 auto;
        padding-bottom: 60px;
	}
	
	.wrapper_table {
	margin: 0 auto;
	}
	
	
	 .responsive-table {
    display: table;
	width: 1000px;
	margin: 50px auto 0 auto;
    padding: 0;
    }
	
	.responsive-table thead {
    display: table-header-group;
	}
	
	 .responsive-table tbody {
    display: table-row-group;
  	}


    .responsive-table th,
    .responsive-table td {
    display: table-cell;
	border: 2px solid #000;
    padding: 12px;
    }
	
	 .responsive-table tr {
    display: table-row;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }

    .responsive-table th {
	background-color: #f8f8f8;
    width: 30%;
    text-align: center;
    }

    .responsive-table td {
      text-align: left;
    }
	
	.form_start {
		width: 1000px;
        margin: 0 auto;
        padding-bottom: 20px;
		}
	
	.form_start img {
		width: 100%;
		}
	
	.cart {
    	margin: 0 auto;
        width: 1000px;
		}

}