@charset "UTF-8";
/* CSS INDEX for TOP page */

#contents_navi {
	width: 100%;
}

#contents_navi ul {
	padding: 32px 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.sim_container {
	padding: 16px;
}

.sim_call_table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.sim_call_table th {
	padding: 10px;
	background: var(--primary);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.sim_call_table tr {
	width: 100%;
}

.sim_call_table th.th_b_border {
	border-bottom: #FFF 1px solid;
}

.sim_call_table th.th_r_border {
	border-right: #FFF 1px solid;
}

.sim_call_table th.th_r_b_border {
	border-right: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
}

.sim_call_table td {
padding: 10px 0 10px 10px;
	border-bottom: #CCC 1px solid;
	vertical-align: top;
}

.sim_call_table td.beginning_line {
	background: #f2f2f2;
	text-align: center;
	color: #808080;
}

.sim_call_table td.td_charge {
	text-align: right;
}

.sim_call_table caption {
	text-align: right;
}


.page_up {
	margin: 30px 3em 30px 30px;
	;
	padding: 0;
	float: right;
}

.page_up a, .page_up a:link, .page_up a:visited {
	width: 38px;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	color: #666;
	border: #666 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/common/js/PIE.htc);
	position: relative;
}

.page_up a:hover, .page_up a:active {
	width: 38px;
	font-size: 10px;
	line-height: 10px;
	height: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: #c7314e;
	color: #FFF;
	border: #c7314e 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/common/js/PIE.htc);
	position: relative;
}


.ipphone_callchargelist {
	padding: 1em 3em;
}

.ipphone_callchargelist table {
	width: 100%;
}

.ipphone_callchargelist table thead {
	font-weight: bolder;
	background: #fbfbfb;
}

.ipphone_callchargelist table td {
	border: 1px solid #efefef;
	font-size: 1.2em;
	text-align: center;
	padding: 1.5em 1em;
}

.ipphone_callchargelist table tbody td {
	height: 96px;
}

.ipphone_callchargelist table td .price {
	font-size: 1.8em;
	margin-left: 3px;
	margin-ritht: 3px;
}

.ipphone_callchargelist table td a {
	font-size: 0.8em;
}

.ipphone_callchargelist table small {
	font-size: 0.7em;
}

.ipphone_callchargecaption {
	margin-top: 1em;
}

.ipphone_callchargecaption p {
	margin-left: 3em;
	text-align: left;
	font-size: 0.8em;
}

.contents_title span {
	float: left;
	padding-right: 5px;
}

.contents_title p {
	margin-top: 13px;
}

@media (min-width: 320px) and (max-width: 933px) {
	.contents_title span {
		float: none;
	}

	.contents_title p {
		margin-top: 0px;
	}
}

@media (min-width: 641px) and (max-width: 974px) {
	.contents_title span {
		padding-left: 10px;
	}

	.contents_title p {
		padding-left: 10px;
	}

	.breadcrumbs {
		padding-left: 10px;
	}
}
