@charset "utf-8";
/*******************************************************
mescius -http://www.mescius.jp/
Copyright(c)
by mescius GCTeam AC
*******************************************************/
/*** Form normalizing style  ***/
/* Base for label styling */


/************************
     Life-Cycle
*************************/

.life-cycle--img {
	display: flex;
	width: 100%;
	max-width: 670px;
	height: auto;
	object-fit: contain;
	margin-bottom: 2rem;
}

.table--life-cycle th {
	background: #b1d5e1;
	z-index: -1;
}

.border--none{ border: none;}

.table td, .table th {
	position: relative;
	border-top: none;
	border-right: solid 1px #999;
	padding: 1em 1.2em;
	text-align: center;
	vertical-align: middle;
}


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

.table {border: none !important;}
	
.table--head-row{ display: none;}
	
.table td, .table th {
	border-right: 0px;
	}

	tr {
		display: block;
		margin-bottom: 2em;
		border: solid 1px #666;
	}
	
	
td {
	display: block;
	border-bottom: solid 1px #bbb;
	}
		
td:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 	1.5em;
	background: #b1d5e1;
}
	
td:first-of-type::before {
	background: #b1d5e1;
	margin: 0 0.5em 0 0;
	}
	
td::before {
	 content: attr(data-label);
    display: block;
    margin-bottom: 0.25rem;
    font-weight: bold;
	}
/* 	
	td:last-of-type {
	margin-bottom: 2em;
	border-bottom: solid 1px #666;	
	} */
}