@charset "UTF-8";
/* CSS Document */
#pop {
	width:700px;
	text-align: center;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
	
.table1,
.table2 {
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:1.2em;
	color:#555;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#pop .right {
	margin-left: 20px;
	float: left;
	width: 330px;
}
#pop .left {
	float: left;
	width: 330px;
	padding-left: 10px;
}
	
.table1 th,
.table2 th {
	margin:0;
	padding:9px 0 6px 0;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color: #F0F0F0;
	text-align: center;
	font-size: 12px;
	}
	
.table1 td,
.table2 td {
	margin:0;
	padding:9px 10px 6px 10px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size: 12px;
	}

.table1 td.td1 {
	width:170px;
	}
	
.table2 td.td1 {
	width:135px;
	}
	
.close {
	margin:0;
	font-size:1.2em;
	text-align: center;
	}
	
.close a {
	margin:0;
	text-decoration: underline;
	}

.close a:hover {
	text-decoration: none;
	color: #2335CE;
	}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
#ex {
	clear: both;
	padding-top: 10px;
}
#pop #ex p {
	font-size: 12px;
	color: #333;
}



 .table-wrapper {
    margin: 40px 0;
}
 .table-wrapper .table {
    width: 100%;
    table-layout: fixed;
}
.table.table-pc-wide tbody {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.table.table-pc-wide tr {
    border: solid 1px #e5e5e5;
    display: flex;
    width: 49.7%;
    margin-top: -1px;
}
 .table.table-pc-wide .table-th {
    display: flex;
    align-items: center;
    border: none;
    border-right: solid 1px #e5e5e5;
    width: 40%;
    flex-shrink: 0;
    flex-grow: 0;
}


.table-th {
    background-color: #fafafa;
    border: solid 1px #e5e5e5;
    padding: 10px 12px 8px;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.55;
    color: #5f5f5f;
    font-weight: normal;
}


.table.table-pc-wide .table-td {
    display: flex;
    flex-grow: 1;
    align-items: center;
    border: none;
}
 .table-td {
    background: #fff;
    border: solid 1px #e5e5e5;
    padding: 10px 12px 8px;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.55;
    color: #5f5f5f;
}

.table thead tr .table-th {
    background: #e9e9ee;
    border-bottom-color: #ccc;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.table-th:first-child {
    width: 25%;
}