/*a {
    text-decoration: none;
    color: #000;
}
.mypage .name {
    font-weight: bold;
}
.mypage .point {
    width: 80%;
    padding: 10px 20px;
    margin: 20px auto;
    background-color: black;
    color: white;
}
.mypage .num {
    text-align: center;
    font-size: 60px;
}
.mypage .dt {
    text-align: right;
}
.btn-cou a {
   text-decoration: none; 
   color: white;
}
.mypage .btn-cou {
    font-size: 30px;
    margin: 0 auto;
    width: 50%;
    padding: 15px;
    background-color: rgb(80, 122, 201);
    border-radius: 5px;
    text-align: center;
    transition: background .5s
}
.mypage .btn-cou:hover {
    background-color: rgb(149, 168, 204);
}
.point-item {
    color: white;
}
.page-flx {
    display: flex;
    justify-content: space-between;
}
.page-flx::after {
    content: none;
}
*/



@media screen and (max-width: 767px) { /*以下の時*/
	.contents .tbl-history {
		border-width: 0;
	}
	.contents .tbl-history tr {
		display: block;
		margin-bottom: 2rem;
	}
	.contents .tbl-history th,
	.contents .tbl-history td {
		display: block;
	}
	.contents .tbl-history td {
		padding: 0;
		border-top-width: 0;
	}
	.contents .tbl-history td:not(.thnone):before {
		content: attr(data-th);
		display: table-cell;
		padding: 10px;
		width: 6em;
		background-color: #eee;
		border-right: 1px solid #888;
	}
	.contents .tbl-history td span.cell {
		padding: 10px;
	}
	.contents .tbl-history td.thnone span.cell {
		display: block;
	}
	.contents .tbl-history td:not(.thnone) span.cell {
		display: table-cell;
		width: calc(100% - 6em);
	}
}


.switch-area {
	display: inline-block;
}
.switch-area-1 {
	color: #288321;
}
.switch-area-2 {
	color: #0051a2;
}
.switch-area-3 {
	color: #9f3814;
}
.switch-area:not(.active) {
	color: #ddd;
}
