@charset "utf-8";
/* TIMELINE START */
.timeline {
    width: 100%;
    //max-width: 940px;
    margin: 0px auto;
    //border: 1px solid #eeeeee;
	
	//font-size: 0.6em;
	font-size: 0.8rem;
	line-height: 300%;

	//font-weight: 300;
	 font-weight: 400;
	 line-height:1.6em;
}
.timeline-list {
    //padding: 40px 0;
}

.timeline-list-item {
    display: flex;
}

.timeline-list-item .date {
	width: 30%;
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.timeline-list-item .tlcontent {
	position: relative;
	width: 70%;
	border-left: 1px solid #ccc;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.timeline-list-item .tlcontentend {
	position: relative;
	width: 70%;
	height: 150px;
	border-left: 1px solid #ccc;
	//border-left: 1px solid transparent;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.timeline-list-item .tlcontent::before {
    content: '';
    width: 8px;
    height: 8px;
	/*
	width: 12px;
    height: 12px;
	*/
    background: #ccc;
    position: absolute;
    left: -4px; //widthの半分の値を指定
	/*
	left: -6px; //widthの半分の値を指定
	*/
    top: 0px;
    border-radius: 100%;
}
.timeline-list-item .tlcontentend::before {
    content: '';
	width: 8px;
    height: 8px;
	/*
    width: 12px;
    height: 12px;
	*/
    background: #ccc;
    position: absolute;
	left: -4px; //widthの半分の値を指定
    /*
	left: -6px; //widthの半分の値を指定
	*/
    top: 0px;
    border-radius: 100%;
}
/* TIMELINE START */

.table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
}
.table td,
.table th{
	padding: 10px 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	font-size:0.9em;
}
.table th{
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	
	white-space: nowrap;

	width: 20%;
}
.table thead th{
	background:#e6e6e6;
}
.mlzero {
	padding-left: 1em;
}
.table2 {
	width: 100%;
	//border: 1px solid rgba(102,102,102,1);
	font-size: 0.8rem;
}
.table2 th {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	white-space: nowrap;
	width: 17%;
	
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table2 th p, .table2 td p {
	font-weight: 200;
}
.table2 td {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	
	padding-top: 2em;
	padding-bottom: 2em;
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}
@media screen and (max-width:800px) {
.timeline-list-item .tlcontent {
	//font-size: 0.8em;
}
.timeline-list-item .tlcontentend {
	//font-size: 0.8em;
}
.table2 th, .table2 td {
	//font-size: 0.8em;
}
.table2 th {
	width: 15%;
}
.table{
		display: block;
		width: 93%;
		margin-right: auto;
		margin-left: 0;
		padding: 0px;
		font-size: 1em;
}
.table thead{
			display: none;
}
.table tbody{
			display: block;
}
.table tbody tr{
				display: block;
				margin-bottom: 1.5em;
}
.table tbody th,
.table tbody td{
				display: list-item;
				border: none;
}
.table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #000;
	background: #eee;
				
}
.table tbody td{
				margin-left: 20px;
				padding: 0;
				list-style-type: none;
}
.table th, .table td{
			width: 96%;
}
.table td{
	width: 86%;
}
	
	
}
