@charset "utf-8";

/***** table-pc *****/
.table_frame.is-sp {
	border-top: 1px #adb2b8 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.table_frame.is-pc tr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.table_frame.is-pc thead th {
	width: 30.66037735849057%;
	padding: 15px;
	color: #fff;
	text-align: center;
}

.table_frame.is-pc thead th:nth-child(odd) {
	background: #576277;

}
.table_frame.is-pc thead th:nth-child(1){
	width: 8.018867924528302%;
	padding: 0;
	border: none;
	border-top: 2px #576277 solid;
	border-left: 4px #576277 solid;
	border-right: 4px #576277 solid;
}

.table_frame.is-pc thead th:nth-child(even){
	background: #adb2b8;
}
.table_frame.is-pc tbody tr th {
	border-right: 4px #576277 solid;
	border-left: 4px #576277 solid;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	width: 8.018867924528302%;
	position: relative;
	background: url(/about/img/arrow_table_pc.png)0 0 no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.table_frame.is-pc tbody tr:nth-child(1) th {
	background: none;
}
.table_frame.is-pc tbody tr:last-child th {
	border-bottom: 4px #576277 solid;
}
.table_frame.is-pc tbody td,
.table_frame.is-pc tbody th {
	padding: 20px 2.2641509433962%
}
.table_frame.is-pc tbody td {
	background: url(/about/img/bg_line.png)center bottom repeat-x;
}
.table_frame.is-pc tbody td:nth-child(3) {
	background-color: #f9fbfe;
}

.table_frame.is-pc tbody td:nth-child(4) {
    border-right: 1px solid #e5e5e5;
}

.icon {
	width: 100%;
	max-width: 30px;
	height: auto;
	padding-top: 10px;
}

/***** table-sp *****/
.table_frame.is-sp th {
	background: url(/about/img/arrow_table_pc.png)0 0 no-repeat;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	text-align: center;
	vertical-align: middle;
	width: 9.912536443148688%;
	border: 2px #576277 solid;
	border-bottom: 2px solid #fff;
}
.table_frame.is-sp tr:nth-child(1) th{
	background: none;
}
.table_frame.is-sp tr:last-child th{
	border-bottom: 2px solid #576277;
}

.table_frame.is-sp td {
	width: 90.08746355685131%;
	border-right: 1px #adb2b8 solid;
	border-bottom: 1px #e8e8e8 solid;
	padding: 20px 2.2641509433962%;
}
.table_frame.is-sp td h3 {
	font-size: 1.6rem;
	margin-top: 0;
	margin-bottom: 0;
	color: #838b9a;
	padding: 0;
	font-weight: 600;
}
